path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
LayoutTests/compositing/repaint/layer-repaint.html
hgl888/blink-crosswalk-efl
<!DOCTYPE html> <html> <head> <style type="text/css" media="screen"> .container { border: 1px solid black; height: 300px; width: 200px; -webkit-transform: translateZ(0); } #tester { margin: 50px; height: 100px; width: 100px; background-color: red; } </style> <script type="text/javascript" charset="utf-8"> function doTest() { setTimeout("changeBackground();", 10); } function changeBackground() { document.getElementById('tester').style.backgroundColor = 'green'; if (window.testRunner) testRunner.notifyDone(); } if (window.testRunner) testRunner.waitUntilDone(); window.addEventListener('load', doTest, false); </script> </head> <body> <p>Test for repaint in a composited layer. You should see no red below.</p> <div class="container"> <div id="tester"></div> </div> </body> </html>
db/seeds/company/pages/company/index.html
tecoda/opendata
<h1>見出し1</h1> <p>商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。</p> <h2>見出し2</h2> <p>商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。商品説明が入ります。</p> <table summary="表"> <caption>表</caption> <tbody> <tr> <th>見出しセル</th> <td>データセルデータセルデータセルデータセルデータセル</td> </tr> <tr> <th>見出しセル</th> <td>データセルデータセルデータセルデータセルデータセル</td> </tr> <tr> <th>見出しセル</th> <td>データセルデータセルデータセルデータセルデータセル</td> </tr> <tr> <th>見出しセル</th> <td>データセルデータセルデータセルデータセルデータセル</td> </tr> <tr> <th>見出しセル</th> <td>データセルデータセルデータセルデータセルデータセル</td> </tr> </tbody> </table> <h3>見出し3</h3> <ul> <li>箇条書きリスト</li> <li>箇条書きリスト</li> <li>箇条書きリスト</li> </ul> <ol> <li>番号付きリスト</li> <li>番号付きリスト</li> <li>番号付きリスト</li> </ol>
vendor/assets/stylesheets/prism-theme/prism-synthwave84.css
acharlop/prism-rails
/* * Synthwave '84 Theme originally by Robb Owen [@Robb0wen] for Visual Studio Code * Demo: https://marc.dev/demo/prism-synthwave84 * * Ported for PrismJS by Marc Backes [@themarcba] */ code[class*="language-"], pre[class*="language-"] { color: #f92aad; text-shadow: 0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3; background: none; font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: 1em; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } /* Code blocks */ pre[class*="language-"] { padding: 1em; margin: .5em 0; overflow: auto; } :not(pre) > code[class*="language-"], pre[class*="language-"] { background-color: transparent !important; background-image: linear-gradient(to bottom, #2a2139 75%, #34294f); } /* Inline code */ :not(pre) > code[class*="language-"] { padding: .1em; border-radius: .3em; white-space: normal; } .token.comment, .token.block-comment, .token.prolog, .token.doctype, .token.cdata { color: #8e8e8e; } .token.punctuation { color: #ccc; } .token.tag, .token.attr-name, .token.namespace, .token.number, .token.unit, .token.hexcode, .token.deleted { color: #e2777a; } .token.property, .token.selector { color: #72f1b8; text-shadow: 0 0 2px #100c0f, 0 0 10px #257c5575, 0 0 35px #21272475; } .token.function-name { color: #6196cc; } .token.boolean, .token.selector .token.id, .token.function { color: #fdfdfd; text-shadow: 0 0 2px #001716, 0 0 3px #03edf975, 0 0 5px #03edf975, 0 0 8px #03edf975; } .token.class-name { color: #fff5f6; text-shadow: 0 0 2px #000, 0 0 10px #fc1f2c75, 0 0 5px #fc1f2c75, 0 0 25px #fc1f2c75; } .token.constant, .token.symbol { color: #f92aad; text-shadow: 0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3; } .token.important, .token.atrule, .token.keyword, .token.selector .token.class, .token.builtin { color: #f4eee4; text-shadow: 0 0 2px #393a33, 0 0 8px #f39f0575, 0 0 2px #f39f0575; } .token.string, .token.char, .token.attr-value, .token.regex, .token.variable { color: #f87c32; } .token.operator, .token.entity, .token.url { color: #67cdcc; } .token.important, .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; } .token.inserted { color: green; }
website/story/WebRoot/plug-in/FCKeditor/editor/fckdialog.html
suhuanzheng7784877/story
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2007 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * http://www.gnu.org/licenses/gpl.html * * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") * http://www.gnu.org/licenses/lgpl.html * * - Mozilla Public License Version 1.1 or later (the "MPL") * http://www.mozilla.org/MPL/MPL-1.1.html * * == END LICENSE == * * This page is used by all dialog box as the container. --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex, nofollow" /> <script type="text/javascript"> // On some Gecko browsers (probably over slow connections) the // "dialogArguments" are not set so we must get it from the opener window. if ( !window.dialogArguments ) window.dialogArguments = window.opener.FCKLastDialogInfo ; // Sets the Skin CSS document.write( '<link href="' + window.dialogArguments.Editor.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ; // Sets the language direction. window.document.dir = window.dialogArguments.Editor.FCKLang.Dir ; var sTitle = window.dialogArguments.Title ; document.write( '<title>' + sTitle + '<\/title>' ) ; function LoadInnerDialog() { if ( window.onresize ) window.onresize() ; // First of all, translate the dialog box contents. window.dialogArguments.Editor.FCKLanguageManager.TranslatePage( document ) ; window.frames["frmMain"].document.location.href = window.dialogArguments.Page ; } function InnerDialogLoaded() { var oInnerDoc = document.getElementById('frmMain').contentWindow.document ; // Set the language direction. oInnerDoc.dir = window.dialogArguments.Editor.FCKLang.Dir ; // Sets the Skin CSS. oInnerDoc.write( '<link href="' + window.dialogArguments.Editor.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ; SetOnKeyDown( oInnerDoc ) ; DisableContextMenu( oInnerDoc ) ; return window.dialogArguments.Editor ; } function SetOkButton( showIt ) { document.getElementById('btnOk').style.visibility = ( showIt ? '' : 'hidden' ) ; } var bAutoSize = false ; function SetAutoSize( autoSize ) { bAutoSize = autoSize ; RefreshSize() ; } function RefreshSize() { if ( bAutoSize ) { var oInnerDoc = document.getElementById('frmMain').contentWindow.document ; var iFrameHeight ; if ( document.all ) iFrameHeight = oInnerDoc.body.offsetHeight ; else iFrameHeight = document.getElementById('frmMain').contentWindow.innerHeight ; var iInnerHeight = oInnerDoc.body.scrollHeight ; var iDiff = iInnerHeight - iFrameHeight ; if ( iDiff > 0 ) { if ( document.all ) window.dialogHeight = ( parseInt( window.dialogHeight, 10 ) + iDiff ) + 'px' ; else window.resizeBy( 0, iDiff ) ; } } } function Ok() { if ( window.frames["frmMain"].Ok && window.frames["frmMain"].Ok() ) Cancel() ; } function Cancel( dontFireChange ) { if ( !dontFireChange ) { // All dialog windows, by default, will fire the "OnSelectionChange" // event, no matter the Ok or Cancel button has been pressed. window.dialogArguments.Editor.FCK.Events.FireEvent( 'OnSelectionChange' ) ; } window.close() ; } // Object that holds all available tabs. var oTabs = new Object() ; function TabDiv_OnClick() { SetSelectedTab( this.TabCode ) ; } function AddTab( tabCode, tabText, startHidden ) { if ( typeof( oTabs[ tabCode ] ) != 'undefined' ) return ; var eTabsRow = document.getElementById( 'Tabs' ) ; var oCell = eTabsRow.insertCell( eTabsRow.cells.length - 1 ) ; oCell.noWrap = true ; var oDiv = document.createElement( 'DIV' ) ; oDiv.className = 'PopupTab' ; oDiv.innerHTML = tabText ; oDiv.TabCode = tabCode ; oDiv.onclick = TabDiv_OnClick ; if ( startHidden ) oDiv.style.display = 'none' ; eTabsRow = document.getElementById( 'TabsRow' ) ; oCell.appendChild( oDiv ) ; if ( eTabsRow.style.display == 'none' ) { var eTitleArea = document.getElementById( 'TitleArea' ) ; eTitleArea.className = 'PopupTitle' ; oDiv.className = 'PopupTabSelected' ; eTabsRow.style.display = '' ; if ( ! window.dialogArguments.Editor.FCKBrowserInfo.IsIE ) window.onresize() ; } oTabs[ tabCode ] = oDiv ; } function SetSelectedTab( tabCode ) { for ( var sCode in oTabs ) { if ( sCode == tabCode ) oTabs[sCode].className = 'PopupTabSelected' ; else oTabs[sCode].className = 'PopupTab' ; } if ( typeof( window.frames["frmMain"].OnDialogTabChange ) == 'function' ) window.frames["frmMain"].OnDialogTabChange( tabCode ) ; } function SetTabVisibility( tabCode, isVisible ) { var oTab = oTabs[ tabCode ] ; oTab.style.display = isVisible ? '' : 'none' ; if ( ! isVisible && oTab.className == 'PopupTabSelected' ) { for ( var sCode in oTabs ) { if ( oTabs[sCode].style.display != 'none' ) { SetSelectedTab( sCode ) ; break ; } } } } function SetOnKeyDown( targetDocument ) { targetDocument.onkeydown = function ( e ) { e = e || event || this.parentWindow.event ; switch ( e.keyCode ) { case 13 : // ENTER var oTarget = e.srcElement || e.target ; if ( oTarget.tagName == 'TEXTAREA' ) return true ; Ok() ; return false ; case 27 : // ESC Cancel() ; return false ; break ; } return true ; } } SetOnKeyDown( document ) ; function DisableContextMenu( targetDocument ) { if ( window.dialogArguments.Editor.FCKBrowserInfo.IsIE ) return ; // Disable Right-Click var oOnContextMenu = function( e ) { var sTagName = e.target.tagName ; if ( ! ( ( sTagName == "INPUT" && e.target.type == "text" ) || sTagName == "TEXTAREA" ) ) e.preventDefault() ; } targetDocument.addEventListener( 'contextmenu', oOnContextMenu, true ) ; } DisableContextMenu( document ) ; if ( ! window.dialogArguments.Editor.FCKBrowserInfo.IsIE ) { window.onresize = function() { var oFrame = document.getElementById("frmMain") ; if ( ! oFrame ) return ; oFrame.height = 0 ; var oCell = document.getElementById("FrameCell") ; var iHeight = oCell.offsetHeight ; oFrame.height = iHeight - 2 ; } } if ( window.dialogArguments.Editor.FCKBrowserInfo.IsIE ) { function Window_OnBeforeUnload() { for ( var t in oTabs ) oTabs[t] = null ; window.dialogArguments.Editor = null ; } window.attachEvent( "onbeforeunload", Window_OnBeforeUnload ) ; } function Window_OnClose() { window.dialogArguments.Editor.FCKFocusManager.Unlock() ; } if ( window.addEventListener ) window.addEventListener( 'unload', Window_OnClose, false ) ; </script> </head> <body onload="LoadInnerDialog();" class="PopupBody"> <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0"> <tr> <td id="TitleArea" class="PopupTitle PopupTitleBorder"> <script type="text/javascript"> document.write( sTitle ) ; </script> </td> </tr> <tr id="TabsRow" style="DISPLAY: none"> <td class="PopupTabArea"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr id="Tabs" onselectstart="return false;"> <td class="PopupTabEmptyArea">&nbsp;</td> <td class="PopupTabEmptyArea" width="100%">&nbsp;</td> </tr> </table> </td> </tr> <tr> <td id="FrameCell" height="100%" valign="top"> <iframe id="frmMain" src="javascript:void(0)" name="frmMain" frameborder="0" height="100%" width="100%" scrolling="auto"> </iframe> </td> </tr> <tr> <td class="PopupButtons"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td width="100%">&nbsp;</td> <td nowrap="nowrap"> <input id="btnOk" style="VISIBILITY: hidden;" type="button" value="Ok" class="Button" onclick="Ok();" fckLang="DlgBtnOK" /> &nbsp; <input id="btnCancel" type="button" value="Cancel" class="Button" onclick="Cancel();" fckLang="DlgBtnCancel" /> </td> </tr> </table> </td> </tr> </table> </body> </html>
apis-authorization-server-war/src/main/webapp/client/templates/tplResourceServerScope.html
biancini/oauth2-apis
<div class="input multiple-fields"> <input type="text" name="scopes" value="{{scope}}"> <button class="btn removeScope" type="button"><i class="icon-trash"></i></button> </div>
web-platform-tests/tests/html/browsers/offline/application-cache-api/api_swapcache-manual.html
cr/fxos-certsuite
<!DOCTYPE HTML> <html manifest="../resources/manifest/clock.manifest"> <head> <title>Offline Application Cache - API_swapCache</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> </head> <body> <ol> <li>Modify the part of comment in manifest file of server.</li> <li>Refresh the page.</li> </ol> <div id="log"></div> <script> var t = async_test("swapCache method test"); var cache = window.applicationCache; cache.onupdateready = t.step_func(function() { try { cache.swapCache(); t.done(); } catch (e) { assert_unreached("swapCache method failed."); } }); </script> </body> </html>
vendor/bundle/ruby/2.6.0/gems/compass-0.12.2/test/fixtures/stylesheets/compass/css/vertical_rhythm.css
enthudrives/my_domain
* html { font-size: 87.5%; } html { font-size: 14px; line-height: 1.143em; } .small { font-size: 0.857em; line-height: 1.333em; } .padded { margin-top: 1.143em; padding-top: 1.143em; padding-bottom: 1.143em; margin-bottom: 1.143em; } .small-padded { font-size: 0.857em; line-height: 1.333em; margin-top: 1.333em; padding-top: 1.333em; padding-bottom: 1.333em; margin-bottom: 1.333em; } .borders { border-top-style: solid; border-top-width: 0.071em; padding-top: 1.071em; border-bottom-style: solid; border-bottom-width: 0.071em; padding-bottom: 1.071em; } .large-borders { font-size: 1.714em; line-height: 2em; border-top-style: solid; border-top-width: 0.25em; padding-top: 0.417em; border-bottom-style: solid; border-bottom-width: 0.25em; padding-bottom: 0.417em; } .reset { line-height: 1.143em; }
react-router-nb/react-router/examples/auth-with-shared-root/index.html
zhangfaliang/learnReact
<!doctype html public "indecency"> <title>Authentication With Shared Root Example</title> <link rel="stylesheet" href="../global.css"/> <body> <h1 class="breadcrumbs"><a href="../index.html">React Router Examples</a> / Auth With Shared Root</h1> <div id="example"/> <script src="/__build__/shared.js"></script> <script src="/__build__/auth-with-shared-root.js"></script>
help/help/src/sakai_screensteps_courseandProjectSitesInstructorGuide/What-does-Unpublished-Site-mean-.html
marktriggs/nyu-sakai-10.4
<!DOCTYPE html> <html lang="en"> <head> <title>What does Unpublished Site mean?</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="sakai.siteinfo" name="description"> <meta content="publish course, unpublish, unavailable, manage access" name="search"> <link href="/library/skin/tool_base.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <link href="/library/skin/neo-default/tool.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <link href="/library/skin/neo-default/help.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <link href="/library/js/jquery/featherlight/0.4.0/featherlight.min.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8"> <script src="/library/js/jquery/jquery-1.9.1.min.js" type="text/javascript" charset="utf-8"></script><script src="/library/js/jquery/featherlight/0.4.0/featherlight.min.js" type="text/javascript" charset="utf-8"></script><script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $("a[rel^='featherlight']").featherlight({ type: { image:true }, closeOnClick: 'anywhere' }); }); </script> </head> <body> <div id="wrapper"> <div id="article-content"> <div id="article-header"> <h1 class="article-title">What does Unpublished Site mean?</h1> </div> <div id="article-description"> <p>By default, most sites in Sakai are Unpublished when they are first created. &nbsp;This gives instructors or course designers a chance to go in and edit the content of the site before it is available to students and other users. &nbsp;Some institutions publish all current courses automatically at the beginning of the academic term. &nbsp;Institutions may also unpublish courses from prior or future terms.</p> </div> <div id="steps-container"> <div id="step-6210" class="step-container"> <h2 class="step-title">Unpublished Site Indicator</h2> <div class="step-image-container"> <img src="/library/image/help/en/What-does-Unpublished-Site-mean-/Unpublished-Site-Indicator.png" width="149" height="146" class="step-image" alt="Unpublished Site Indicator"> </div> <div class="step-instructions"> <p>If you see the Unpublished Site indicator above the Tool Menu in your site, that means your site is unpublished and is unavailable to students, teaching assistants, or other user roles which do not have editing permission.</p> <p>If the Unpublished Site indicator does not appear, this means that your site has already been published.</p> <p>Instructors always have access to both published and unpublished courses in which they are enrolled.</p> <p>Click <strong>(Publish Now)</strong> to make your site available to all enrolled users. (Depending on the site publishing permissions established by your institution, you may or may not see this button.)</p> <p><em>Note: You may also publish/unpublish your site from the Manage Access area in </em><em><a href="content.hlp?docId=whatistheSiteInfotool">Site Info</a></em><em>.</em></p> </div> </div> <div class="clear"></div> </div> </div> </div> </body> </html>
node_modules/wintersmith/node_modules/npm/html/doc/api/npm-stop.html
Dawnflying/PaperFriends
<!doctype html> <html> <title>npm-stop</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <body> <div id="wrapper"> <h1><a href="../api/npm-stop.html">npm-stop</a></h1> <p>Stop a package</p> <h2 id="SYNOPSIS">SYNOPSIS</h2> <pre><code>npm.commands.stop(packages, callback)</code></pre> <h2 id="DESCRIPTION">DESCRIPTION</h2> <p>This runs a package&#39;s &quot;stop&quot; script, if one was provided.</p> <p>npm can run stop on multiple packages. Just specify multiple packages in the <code>packages</code> parameter.</p> </div> <p id="footer">npm-stop &mdash; npm@1.3.26</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") var els = Array.prototype.slice.call(wrapper.getElementsByTagName("*"), 0) .filter(function (el) { return el.parentNode === wrapper && el.tagName.match(/H[1-6]/) && el.id }) var l = 2 , toc = document.createElement("ul") toc.innerHTML = els.map(function (el) { var i = el.tagName.charAt(1) , out = "" while (i > l) { out += "<ul>" l ++ } while (i < l) { out += "</ul>" l -- } out += "<li><a href='#" + el.id + "'>" + ( el.innerText || el.text || el.innerHTML) + "</a>" return out }).join("\n") toc.id = "toc" document.body.appendChild(toc) })() </script>
ajax/libs/semantic-ui/1.5.2/components/tab.min.css
yogeshsaroya/new-cdnjs
version https://git-lfs.github.com/spec/v1 oid sha256:3f8aa526e6188af19f6528de37c846028c5fc04c08eefec3e94890f1d5dc0c3d size 1071
src/Dev/PCultBundle/Resources/public/bower_components/bootstrap/docs/_includes/components/button-groups.html
risq/sf-workshop
<div class="bs-docs-section"> <h1 id="btn-groups" class="page-header">Button groups</h1> <p class="lead">Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with <a href="../javascript/#buttons">our buttons plugin</a>.</p> <div class="bs-callout bs-callout-warning" id="callout-btn-group-tooltips"> <h4>Tooltips &amp; popovers in button groups require special setting</h4> <p>When using tooltips or popovers on elements within a <code>.btn-group</code>, you'll have to specify the option <code>container: 'body'</code> to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).</p> </div> <div class="bs-callout bs-callout-warning" id="callout-btn-group-accessibility"> <h4>Ensure correct <code>role</code> and provide a label</h4> <p>In order for assistive technologies – such as screen readers – to convey that a series of buttons is grouped, an appropriate <code>role</code> attribute needs to be provided. For button groups, this would be <code>role="group"</code>, while toolbars should have a <code>role="toolbar"</code>.</p> <p>One exception are groups which only contain a single control (for instance the <a href="#btn-groups-justified">justified button groups</a> with <code>&lt;button&gt;</code> elements) or a dropdown.</p> <p>In addition, groups and toolbars should be given an explicit label, as most assistive technologies will otherwise not announce them, despite the presence of the correct <code>role</code> attribute. In the examples provided here, we use <code>aria-label</code>, but alternatives such as <code>aria-labelledby</code> can also be used.</p> </div> <h3 id="btn-groups-single">Basic example</h3> <p>Wrap a series of buttons with <code>.btn</code> in <code>.btn-group</code>.</p> <div class="bs-example"> <div class="btn-group" role="group" aria-label="Basic example"> <button type="button" class="btn btn-default">Left</button> <button type="button" class="btn btn-default">Middle</button> <button type="button" class="btn btn-default">Right</button> </div> </div> {% highlight html %} <div class="btn-group" role="group" aria-label="..."> <button type="button" class="btn btn-default">Left</button> <button type="button" class="btn btn-default">Middle</button> <button type="button" class="btn btn-default">Right</button> </div> {% endhighlight %} <h3 id="btn-groups-toolbar">Button toolbar</h3> <p>Combine sets of <code>&lt;div class="btn-group"&gt;</code> into a <code>&lt;div class="btn-toolbar"&gt;</code> for more complex components.</p> <div class="bs-example"> <div class="btn-toolbar" role="toolbar" aria-label="Toolbar with button groups"> <div class="btn-group" role="group" aria-label="First group"> <button type="button" class="btn btn-default">1</button> <button type="button" class="btn btn-default">2</button> <button type="button" class="btn btn-default">3</button> <button type="button" class="btn btn-default">4</button> </div> <div class="btn-group" role="group" aria-label="Second group"> <button type="button" class="btn btn-default">5</button> <button type="button" class="btn btn-default">6</button> <button type="button" class="btn btn-default">7</button> </div> <div class="btn-group" role="group" aria-label="Third group"> <button type="button" class="btn btn-default">8</button> </div> </div> </div> {% highlight html %} <div class="btn-toolbar" role="toolbar" aria-label="..."> <div class="btn-group" role="group" aria-label="...">...</div> <div class="btn-group" role="group" aria-label="...">...</div> <div class="btn-group" role="group" aria-label="...">...</div> </div> {% endhighlight %} <h3 id="btn-groups-sizing">Sizing</h3> <p>Instead of applying button sizing classes to every button in a group, just add <code>.btn-group-*</code> to the <code>.btn-group</code>.</p> <div class="bs-example"> <div class="btn-group btn-group-lg" role="group" aria-label="Large button group"> <button type="button" class="btn btn-default">Left</button> <button type="button" class="btn btn-default">Middle</button> <button type="button" class="btn btn-default">Right</button> </div> <br> <div class="btn-group" role="group" aria-label="Default button group"> <button type="button" class="btn btn-default">Left</button> <button type="button" class="btn btn-default">Middle</button> <button type="button" class="btn btn-default">Right</button> </div> <br> <div class="btn-group btn-group-sm" role="group" aria-label="Small button group"> <button type="button" class="btn btn-default">Left</button> <button type="button" class="btn btn-default">Middle</button> <button type="button" class="btn btn-default">Right</button> </div> <br> <div class="btn-group btn-group-xs" role="group" aria-label="Extra-small button group"> <button type="button" class="btn btn-default">Left</button> <button type="button" class="btn btn-default">Middle</button> <button type="button" class="btn btn-default">Right</button> </div> </div> {% highlight html %} <div class="btn-group btn-group-lg" role="group" aria-label="...">...</div> <div class="btn-group" role="group" aria-label="...">...</div> <div class="btn-group btn-group-sm" role="group" aria-label="...">...</div> <div class="btn-group btn-group-xs" role="group" aria-label="...">...</div> {% endhighlight %} <h3 id="btn-groups-nested">Nesting</h3> <p>Place a <code>.btn-group</code> within another <code>.btn-group</code> when you want dropdown menus mixed with a series of buttons.</p> <div class="bs-example"> <div class="btn-group" role="group" aria-label="Button group with nested dropdown"> <button type="button" class="btn btn-default">1</button> <button type="button" class="btn btn-default">2</button> <div class="btn-group" role="group"> <button id="btnGroupDrop1" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> Dropdown <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu" aria-labelledby="btnGroupDrop1"> <li><a href="#">Dropdown link</a></li> <li><a href="#">Dropdown link</a></li> </ul> </div> </div> </div> {% highlight html %} <div class="btn-group" role="group" aria-label="..."> <button type="button" class="btn btn-default">1</button> <button type="button" class="btn btn-default">2</button> <div class="btn-group" role="group"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> Dropdown <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu"> <li><a href="#">Dropdown link</a></li> <li><a href="#">Dropdown link</a></li> </ul> </div> </div> {% endhighlight %} <h3 id="btn-groups-vertical">Vertical variation</h3> <p>Make a set of buttons appear vertically stacked rather than horizontally. <strong class="text-danger">Split button dropdowns are not supported here.</strong></p> <div class="bs-example"> <div class="btn-group-vertical" role="group" aria-label="Vertical button group"> <button type="button" class="btn btn-default">Button</button> <button type="button" class="btn btn-default">Button</button> <div class="btn-group" role="group"> <button id="btnGroupVerticalDrop1" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> Dropdown <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu" aria-labelledby="btnGroupVerticalDrop1"> <li><a href="#">Dropdown link</a></li> <li><a href="#">Dropdown link</a></li> </ul> </div> <button type="button" class="btn btn-default">Button</button> <button type="button" class="btn btn-default">Button</button> <div class="btn-group" role="group"> <button id="btnGroupVerticalDrop2" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> Dropdown <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu" aria-labelledby="btnGroupVerticalDrop2"> <li><a href="#">Dropdown link</a></li> <li><a href="#">Dropdown link</a></li> </ul> </div> <div class="btn-group" role="group"> <button id="btnGroupVerticalDrop3" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> Dropdown <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu" aria-labelledby="btnGroupVerticalDrop3"> <li><a href="#">Dropdown link</a></li> <li><a href="#">Dropdown link</a></li> </ul> </div> <div class="btn-group" role="group"> <button id="btnGroupVerticalDrop4" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> Dropdown <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu" aria-labelledby="btnGroupVerticalDrop4"> <li><a href="#">Dropdown link</a></li> <li><a href="#">Dropdown link</a></li> </ul> </div> </div> </div> {% highlight html %} <div class="btn-group-vertical" role="group" aria-label="..."> ... </div> {% endhighlight %} <h3 id="btn-groups-justified">Justified button groups</h3> <p>Make a group of buttons stretch at equal sizes to span the entire width of its parent. Also works with button dropdowns within the button group.</p> <div class="bs-callout bs-callout-warning" id="callout-btn-group-justified-dbl-border"> <h4>Handling borders</h4> <p>Due to the specific HTML and CSS used to justify buttons (namely <code>display: table-cell</code>), the borders between them are doubled. In regular button groups, <code>margin-left: -1px</code> is used to stack the borders instead of removing them. However, <code>margin</code> doesn't work with <code>display: table-cell</code>. As a result, depending on your customizations to Bootstrap, you may wish to remove or re-color the borders.</p> </div> <div class="bs-callout bs-callout-warning" id="callout-btn-group-ie8-border"> <h4>IE8 and borders</h4> <p>Internet Explorer 8 doesn't render borders on buttons in a justified button group, whether it's on <code>&lt;a&gt;</code> or <code>&lt;button&gt;</code> elements. To get around that, wrap each button in another <code>.btn-group</code>.</p> <p>See <a href="https://github.com/twbs/bootstrap/issues/12476">#12476</a> for more information.</p> </div> <h4>With <code>&lt;a&gt;</code> elements</h4> <p>Just wrap a series of <code>.btn</code>s in <code>.btn-group.btn-group-justified</code>.</p> <div class="bs-example"> <div class="btn-group btn-group-justified" role="group" aria-label="Justified button group"> <a href="#" class="btn btn-default" role="button">Left</a> <a href="#" class="btn btn-default" role="button">Middle</a> <a href="#" class="btn btn-default" role="button">Right</a> </div> <br> <div class="btn-group btn-group-justified" role="group" aria-label="Justified button group with nested dropdown"> <a href="#" class="btn btn-default" role="button">Left</a> <a href="#" class="btn btn-default" role="button">Middle</a> <div class="btn-group" role="group"> <a href="#" class="btn btn-default dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> Dropdown <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li class="divider"></li> <li><a href="#">Separated link</a></li> </ul> </div> </div> </div> {% highlight html %} <div class="btn-group btn-group-justified" role="group" aria-label="..."> ... </div> {% endhighlight %} <div class="bs-callout bs-callout-warning" id="callout-btn-group-anchor-btn"> <h4>Links acting as buttons</h4> <p>If the <code>&lt;a&gt;</code> elements are used to act as buttons – triggering in-page functionality, rather than navigating to another document or section within the current page – they should also be given an appropriate <code>role="button"</code>.</p> </div> <h4>With <code>&lt;button&gt;</code> elements</h4> <p>To use justified button groups with <code>&lt;button&gt;</code> elements, <strong class="text-danger">you must wrap each button in a button group</strong>. Most browsers don't properly apply our CSS for justification to <code>&lt;button&gt;</code> elements, but since we support button dropdowns, we can work around that.</p> <div class="bs-example"> <div class="btn-group btn-group-justified" role="group" aria-label="Justified button group"> <div class="btn-group" role="group"> <button type="button" class="btn btn-default">Left</button> </div> <div class="btn-group" role="group"> <button type="button" class="btn btn-default">Middle</button> </div> <div class="btn-group" role="group"> <button type="button" class="btn btn-default">Right</button> </div> </div> </div> {% highlight html %} <div class="btn-group btn-group-justified" role="group" aria-label="..."> <div class="btn-group" role="group"> <button type="button" class="btn btn-default">Left</button> </div> <div class="btn-group" role="group"> <button type="button" class="btn btn-default">Middle</button> </div> <div class="btn-group" role="group"> <button type="button" class="btn btn-default">Right</button> </div> </div> {% endhighlight %} </div>
src/irc/doc/functions_0x69.html
olostan/mudlet
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>LibIrcClient-Qt: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.6.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;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> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li class="current"><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> <div class="tabs"> <ul> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> <li><a href="functions_eval.html"><span>Enumerator</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="functions.html#index_a"><span>a</span></a></li> <li><a href="functions_0x62.html#index_b"><span>b</span></a></li> <li><a href="functions_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_0x68.html#index_h"><span>h</span></a></li> <li class="current"><a href="functions_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_0x6a.html#index_j"><span>j</span></a></li> <li><a href="functions_0x6b.html#index_k"><span>k</span></a></li> <li><a href="functions_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_0x6e.html#index_n"><span>n</span></a></li> <li><a href="functions_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_0x71.html#index_q"><span>q</span></a></li> <li><a href="functions_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_0x76.html#index_v"><span>v</span></a></li> <li><a href="functions_0x77.html#index_w"><span>w</span></a></li> <li><a href="functions_0x7e.html#index_~"><span>~</span></a></li> </ul> </div> </div> <div class="contents"> Here is a list of all documented class members with links to the class documentation for each member: <h3><a class="anchor" id="index_i">- i -</a></h3><ul> <li>ident() : <a class="el" href="classIrc_1_1Session.html#abd69bb6aa4402108a7de90f98a3314f7">Irc::Session</a> </li> <li>IdentifiedFlag : <a class="el" href="classIrc_1_1Buffer.html#aacf7f8757c6a9fc0c685e2fd4f78278cad56bfd68e7251fda30762b153fc2814b">Irc::Buffer</a> </li> <li>invite() : <a class="el" href="classIrc_1_1Session.html#a58c706225e128288787f89ff3c499390">Irc::Session</a> </li> <li>invited() : <a class="el" href="classIrc_1_1Buffer.html#a4c48d6a0bd8846e7bf96de18fed06aa2">Irc::Buffer</a> </li> </ul> </div> <hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 5 20:00:41 2010 for LibIrcClient-Qt by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> </body> </html>
nevow/taglibrary/tabbedPane-layout.css
UstadMobile/eXePUB
.tabbedPane .tabs { display: inline; list-style: none; padding: 0; margin: 0; margin-left: 0.1em; } .tabbedPane .tabs li { display: inline; padding: 0 2em; border: 1px solid #666; background: #eee; cursor: pointer; margin-right: 0.25em; } .tabbedPane .tabs li:hover { background: #f5f5f5; } .tabbedPane .tabs li.selected { border-bottom: 1px solid #fff; background: #fff; } .tabbedPane div { clear: both; display: none; border: 1px solid #666; margin-bottom: 1em; padding: 0 1em; } .tabbedPane div.selected { display: block; }
wp-content/plugins/simple-pagination/css/default.css
thienit/vgp
div.pagination { padding: 3px; margin: 3px; text-align:center; } div.pagination a, div.pagination span.pages, div.pagination span.dots, div.pagination span.current { -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); margin: 1px 2px; padding: 5px 10px; display: inline-block; border-top: 1px solid #fff; text-decoration: none !important; color: #717171 !important; font-size: smaller !important; font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif; text-shadow: white 0 1px 0; background-color: #f5f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea)); /* Saf4+, Chrome */ background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea); /* Chrome 10+, Saf5.1+ */ background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea); /* FF3.6 */ background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea); /* IE10 */ background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea); /* Opera 11.10+ */ background-image: linear-gradient(top, #f9f9f9, #eaeaea); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea'); /* IE6–IE9 */ } div.pagination a:hover, div.pagination a:focus { border-color: #fff; background-color: #fdfdfd; background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa)); /* Saf4+, Chrome */ background-image: -webkit-linear-gradient(top, #fefefe, #fafafa); /* Chrome 10+, Saf5.1+ */ background-image: -moz-linear-gradient(top, #fefefe, #fafafa); /* FF3.6 */ background-image: -ms-linear-gradient(top, #fefefe, #fafafa); /* IE10 */ background-image: -o-linear-gradient(top, #fefefe, #fafafa); /* Opera 11.10+ */ background-image: linear-gradient(top, #fefefe, #fafafa); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa'); /* IE6–IE9 */ } div.pagination span.current { -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75); -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75); -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75); box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75); border-color: #505050 !important; color: #f2f2f2 !important; text-shadow: black 0 1px 0; background-color: #676767; background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c)); /* Saf4+, Chrome */ background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c); /* Chrome 10+, Saf5.1+ */ background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c); /* FF3.6 */ background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c); /* IE10 */ background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c); /* Opera 11.10+ */ background-image: linear-gradient(top, #5f5f5f, #5c5c5c); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c'); /* IE6–IE9 */ }
javadoc/com/google/gwt/inject/rebind/output/package-tree.html
michaelwiles/google-gin
<!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_65) on Wed Nov 20 18:46:18 PST 2013 --> <TITLE> com.google.gwt.inject.rebind.output Class Hierarchy </TITLE> <META NAME="date" CONTENT="2013-11-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.google.gwt.inject.rebind.output Class Hierarchy"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&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="../../../../../../com/google/gwt/inject/rebind/binding/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../../../com/google/gwt/inject/rebind/reflect/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/google/gwt/inject/rebind/output/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For Package com.google.gwt.inject.rebind.output </H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../overview-tree.html">All Packages</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> <LI TYPE="circle">com.google.gwt.inject.rebind.output.<A HREF="../../../../../../com/google/gwt/inject/rebind/output/FragmentPackageName.html" title="class in com.google.gwt.inject.rebind.output"><B>FragmentPackageName</B></A><LI TYPE="circle">com.google.gwt.inject.rebind.output.<A HREF="../../../../../../com/google/gwt/inject/rebind/output/GinjectorImplOutputter.html" title="class in com.google.gwt.inject.rebind.output"><B>GinjectorImplOutputter</B></A><LI TYPE="circle">com.google.inject.<A HREF="http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/PrivateModule.html?is-external=true" title="class or interface in com.google.inject"><B>PrivateModule</B></A> (implements com.google.inject.<A HREF="http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/Module.html?is-external=true" title="class or interface in com.google.inject">Module</A>) <UL> <LI TYPE="circle">com.google.gwt.inject.rebind.output.<A HREF="../../../../../../com/google/gwt/inject/rebind/output/OutputModule.html" title="class in com.google.gwt.inject.rebind.output"><B>OutputModule</B></A></UL> </UL> </UL> <H2> Interface Hierarchy </H2> <UL> <LI TYPE="circle">com.google.gwt.inject.rebind.output.<A HREF="../../../../../../com/google/gwt/inject/rebind/output/FragmentPackageName.Factory.html" title="interface in com.google.gwt.inject.rebind.output"><B>FragmentPackageName.Factory</B></A></UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&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="../../../../../../com/google/gwt/inject/rebind/binding/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../../../com/google/gwt/inject/rebind/reflect/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/google/gwt/inject/rebind/output/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
doc/lib/html/structblackbone_1_1_hook_handler_3_01_r_07____fastcall_01_5_08_07_args_8_8_8_08_00_01_c_01_4.html
shibbyr/Blackbone
<!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.8"/> <title>BlackBone: blackbone::HookHandler&lt; R(__fastcall *)(Args...), C &gt; Struct Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </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">BlackBone </div> <div id="projectbrief">Windows memory hacking library</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.8 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('structblackbone_1_1_hook_handler_3_01_r_07____fastcall_01_5_08_07_args_8_8_8_08_00_01_c_01_4.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)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Functions</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#pub-types">Public Types</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="structblackbone_1_1_hook_handler_3_01_r_07____fastcall_01_5_08_07_args_8_8_8_08_00_01_c_01_4-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">blackbone::HookHandler&lt; R(__fastcall *)(Args...), C &gt; Struct Template Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for blackbone::HookHandler&lt; R(__fastcall *)(Args...), C &gt;:</div> <div class="dyncontent"> <div class="center"> <img src="structblackbone_1_1_hook_handler_3_01_r_07____fastcall_01_5_08_07_args_8_8_8_08_00_01_c_01_4.png" usemap="#blackbone::HookHandler&lt; R(__fastcall *)(Args...), C &gt;_map" alt=""/> <map id="blackbone::HookHandler&lt; R(__fastcall *)(Args...), C &gt;_map" name="blackbone::HookHandler&lt; R(__fastcall *)(Args...), C &gt;_map"> <area href="classblackbone_1_1_detour_base.html" alt="blackbone::DetourBase" shape="rect" coords="0,0,321,24"/> </map> </div></div> <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:aba00a792f8c2c93d9fa75207f98dbd82"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aba00a792f8c2c93d9fa75207f98dbd82"></a> typedef std::conditional<br class="typebreak" /> &lt; std::is_same&lt; R, void &gt;<br class="typebreak" /> ::value, int, R &gt;::type&#160;</td><td class="memItemRight" valign="bottom"><b>ReturnType</b></td></tr> <tr class="separator:aba00a792f8c2c93d9fa75207f98dbd82"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac8f324e09f85f9cf23ffe910931dff14"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac8f324e09f85f9cf23ffe910931dff14"></a> typedef R(C::*&#160;</td><td class="memItemRight" valign="bottom"><b>hktypeC</b> )(Args &amp;...)</td></tr> <tr class="separator:ac8f324e09f85f9cf23ffe910931dff14"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a79fe50bca36543e73452fb3842141952"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a79fe50bca36543e73452fb3842141952"></a> typedef ReturnType(C::*&#160;</td><td class="memItemRight" valign="bottom"><b>hktypeCR</b> )(Args &amp;...)</td></tr> <tr class="separator:a79fe50bca36543e73452fb3842141952"><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:a808ffc0faf9649fba9b36eda3fa1fa37"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a808ffc0faf9649fba9b36eda3fa1fa37"></a> typedef&#160;</td><td class="memItemRight" valign="bottom"><b>R</b> (__fastcall *type)(Args...)</td></tr> <tr class="separator:a808ffc0faf9649fba9b36eda3fa1fa37"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aff4247dea9b798a369c2dd9d268d234c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aff4247dea9b798a369c2dd9d268d234c"></a> typedef&#160;</td><td class="memItemRight" valign="bottom"><b>R</b> (__fastcall *hktype)(Args &amp;...)</td></tr> <tr class="separator:aff4247dea9b798a369c2dd9d268d234c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a49c3c85c0523143e0cc1215df5fc7a9c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a49c3c85c0523143e0cc1215df5fc7a9c"></a> typedef&#160;</td><td class="memItemRight" valign="bottom"><b>ReturnType</b> (__fastcall *typeR)(Args...)</td></tr> <tr class="separator:a49c3c85c0523143e0cc1215df5fc7a9c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa7611213785b40f11f0fe088e852e706"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa7611213785b40f11f0fe088e852e706"></a> typedef&#160;</td><td class="memItemRight" valign="bottom"><b>ReturnType</b> (__fastcall *hktypeR)(Args &amp;...)</td></tr> <tr class="separator:aa7611213785b40f11f0fe088e852e706"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac7136dafe6db0122529f6508cbcf8589"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac7136dafe6db0122529f6508cbcf8589"></a> ReturnType&#160;</td><td class="memItemRight" valign="bottom"><b>HandlerP</b> (Args &amp;&amp;...args)</td></tr> <tr class="separator:ac7136dafe6db0122529f6508cbcf8589"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a40ceaf008f0345596d9bb3d38e9c57e6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a40ceaf008f0345596d9bb3d38e9c57e6"></a> ReturnType&#160;</td><td class="memItemRight" valign="bottom"><b>CallOriginal</b> (Args &amp;&amp;...args)</td></tr> <tr class="separator:a40ceaf008f0345596d9bb3d38e9c57e6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a45813798cacffdeb682f3520913ef11f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a45813798cacffdeb682f3520913ef11f"></a> ReturnType&#160;</td><td class="memItemRight" valign="bottom"><b>CallCallback</b> (Args &amp;&amp;...args)</td></tr> <tr class="separator:a45813798cacffdeb682f3520913ef11f"><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:adc08143fab0586c8c422299c5c5071cd"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adc08143fab0586c8c422299c5c5071cd"></a> static&#160;</td><td class="memItemRight" valign="bottom"><b>__declspec</b> (noinline) ReturnType __fastcall Handler(Args...args)</td></tr> <tr class="separator:adc08143fab0586c8c422299c5c5071cd"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a> Additional Inherited Members</h2></td></tr> <tr class="inherit_header pro_methods_classblackbone_1_1_detour_base"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classblackbone_1_1_detour_base')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="classblackbone_1_1_detour_base.html">blackbone::DetourBase</a></td></tr> <tr class="memitem:a2886b08617abb0c715ba0ddcff35c846 inherit pro_methods_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top">BLACKBONE_API bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblackbone_1_1_detour_base.html#a2886b08617abb0c715ba0ddcff35c846">AllocateBuffer</a> (uint8_t *nearest)</td></tr> <tr class="memdesc:a2886b08617abb0c715ba0ddcff35c846 inherit pro_methods_classblackbone_1_1_detour_base"><td class="mdescLeft">&#160;</td><td class="mdescRight">Allocate detour buffer as close to target as possible <a href="#a2886b08617abb0c715ba0ddcff35c846">More...</a><br /></td></tr> <tr class="separator:a2886b08617abb0c715ba0ddcff35c846 inherit pro_methods_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5bb087a3e3d408fcfac3c9f89371094f inherit pro_methods_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top">BLACKBONE_API bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblackbone_1_1_detour_base.html#a5bb087a3e3d408fcfac3c9f89371094f">DisableHook</a> ()</td></tr> <tr class="memdesc:a5bb087a3e3d408fcfac3c9f89371094f inherit pro_methods_classblackbone_1_1_detour_base"><td class="mdescLeft">&#160;</td><td class="mdescRight">Temporarily disable hook <a href="#a5bb087a3e3d408fcfac3c9f89371094f">More...</a><br /></td></tr> <tr class="separator:a5bb087a3e3d408fcfac3c9f89371094f inherit pro_methods_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9420a71d31f0385af890d1b2c767f26f inherit pro_methods_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top">BLACKBONE_API bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblackbone_1_1_detour_base.html#a9420a71d31f0385af890d1b2c767f26f">EnableHook</a> ()</td></tr> <tr class="memdesc:a9420a71d31f0385af890d1b2c767f26f inherit pro_methods_classblackbone_1_1_detour_base"><td class="mdescLeft">&#160;</td><td class="mdescRight">Enable disabled hook <a href="#a9420a71d31f0385af890d1b2c767f26f">More...</a><br /></td></tr> <tr class="separator:a9420a71d31f0385af890d1b2c767f26f inherit pro_methods_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8dc2cca19d3487eb787ae2348c563b74 inherit pro_methods_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top">BLACKBONE_API bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblackbone_1_1_detour_base.html#a8dc2cca19d3487eb787ae2348c563b74">ToggleHBP</a> (int index, bool enable)</td></tr> <tr class="memdesc:a8dc2cca19d3487eb787ae2348c563b74 inherit pro_methods_classblackbone_1_1_detour_base"><td class="mdescLeft">&#160;</td><td class="mdescRight">Toggle hardware breakpoint for current thread <a href="#a8dc2cca19d3487eb787ae2348c563b74">More...</a><br /></td></tr> <tr class="separator:a8dc2cca19d3487eb787ae2348c563b74 inherit pro_methods_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4732e4866bba98f971ed7e5c1054f1a1 inherit pro_methods_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top">BLACKBONE_API void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblackbone_1_1_detour_base.html#a4732e4866bba98f971ed7e5c1054f1a1">CopyOldCode</a> (uint8_t *Ptr)</td></tr> <tr class="memdesc:a4732e4866bba98f971ed7e5c1054f1a1 inherit pro_methods_classblackbone_1_1_detour_base"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy original function bytes <a href="#a4732e4866bba98f971ed7e5c1054f1a1">More...</a><br /></td></tr> <tr class="separator:a4732e4866bba98f971ed7e5c1054f1a1 inherit pro_methods_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pro_static_methods_classblackbone_1_1_detour_base"><td colspan="2" onclick="javascript:toggleInherit('pro_static_methods_classblackbone_1_1_detour_base')"><img src="closed.png" alt="-"/>&#160;Static Protected Member Functions inherited from <a class="el" href="classblackbone_1_1_detour_base.html">blackbone::DetourBase</a></td></tr> <tr class="memitem:a041371b47c52facd6d509bb144bdd524 inherit pro_static_methods_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top">static BLACKBONE_API LONG NTAPI&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblackbone_1_1_detour_base.html#a041371b47c52facd6d509bb144bdd524">VectoredHandler</a> (PEXCEPTION_POINTERS excpt)</td></tr> <tr class="memdesc:a041371b47c52facd6d509bb144bdd524 inherit pro_static_methods_classblackbone_1_1_detour_base"><td class="mdescLeft">&#160;</td><td class="mdescRight">Exception handlers <a href="#a041371b47c52facd6d509bb144bdd524">More...</a><br /></td></tr> <tr class="separator:a041371b47c52facd6d509bb144bdd524 inherit pro_static_methods_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac11158e9064128378be0db6a44d0ec13 inherit pro_static_methods_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top">static BLACKBONE_API LONG NTAPI&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblackbone_1_1_detour_base.html#ac11158e9064128378be0db6a44d0ec13">Int3Handler</a> (PEXCEPTION_POINTERS excpt)</td></tr> <tr class="memdesc:ac11158e9064128378be0db6a44d0ec13 inherit pro_static_methods_classblackbone_1_1_detour_base"><td class="mdescLeft">&#160;</td><td class="mdescRight">Int3 exception handler <a href="#ac11158e9064128378be0db6a44d0ec13">More...</a><br /></td></tr> <tr class="separator:ac11158e9064128378be0db6a44d0ec13 inherit pro_static_methods_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5a6e0a8ab3a8cddab7036a66a5c28bc2 inherit pro_static_methods_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top">static BLACKBONE_API LONG NTAPI&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblackbone_1_1_detour_base.html#a5a6e0a8ab3a8cddab7036a66a5c28bc2">AVHandler</a> (PEXCEPTION_POINTERS excpt)</td></tr> <tr class="memdesc:a5a6e0a8ab3a8cddab7036a66a5c28bc2 inherit pro_static_methods_classblackbone_1_1_detour_base"><td class="mdescLeft">&#160;</td><td class="mdescRight">Access violation handler <a href="#a5a6e0a8ab3a8cddab7036a66a5c28bc2">More...</a><br /></td></tr> <tr class="separator:a5a6e0a8ab3a8cddab7036a66a5c28bc2 inherit pro_static_methods_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abf96391989c360835b4cd42bb49b797b inherit pro_static_methods_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top">static BLACKBONE_API LONG NTAPI&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblackbone_1_1_detour_base.html#abf96391989c360835b4cd42bb49b797b">StepHandler</a> (PEXCEPTION_POINTERS excpt)</td></tr> <tr class="memdesc:abf96391989c360835b4cd42bb49b797b inherit pro_static_methods_classblackbone_1_1_detour_base"><td class="mdescLeft">&#160;</td><td class="mdescRight">Single step exception handler <a href="#abf96391989c360835b4cd42bb49b797b">More...</a><br /></td></tr> <tr class="separator:abf96391989c360835b4cd42bb49b797b inherit pro_static_methods_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pro_attribs_classblackbone_1_1_detour_base"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_classblackbone_1_1_detour_base')"><img src="closed.png" alt="-"/>&#160;Protected Attributes inherited from <a class="el" href="classblackbone_1_1_detour_base.html">blackbone::DetourBase</a></td></tr> <tr class="memitem:a1f7e651457885bff1dbaac8be2332a13 inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1f7e651457885bff1dbaac8be2332a13"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>_hooked</b> = false</td></tr> <tr class="separator:a1f7e651457885bff1dbaac8be2332a13 inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a877c0097c65137b5a6d034ef9fb3941b inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a877c0097c65137b5a6d034ef9fb3941b"></a> void *&#160;</td><td class="memItemRight" valign="bottom"><b>_callback</b> = nullptr</td></tr> <tr class="separator:a877c0097c65137b5a6d034ef9fb3941b inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7fa244e566d7bed4412d998584d85a81 inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7fa244e566d7bed4412d998584d85a81"></a> void *&#160;</td><td class="memItemRight" valign="bottom"><b>_callbackClass</b> = nullptr</td></tr> <tr class="separator:a7fa244e566d7bed4412d998584d85a81 inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a786102bee8c08b69a9d94e3aa3d48041 inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a786102bee8c08b69a9d94e3aa3d48041"></a> void *&#160;</td><td class="memItemRight" valign="bottom"><b>_original</b> = nullptr</td></tr> <tr class="separator:a786102bee8c08b69a9d94e3aa3d48041 inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aeaa229ac3d5254753bf80d38f6ef576e inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aeaa229ac3d5254753bf80d38f6ef576e"></a> void *&#160;</td><td class="memItemRight" valign="bottom"><b>_internalHandler</b> = nullptr</td></tr> <tr class="separator:aeaa229ac3d5254753bf80d38f6ef576e inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7a518aaeaf42431b8f97a59dea0cb76f inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7a518aaeaf42431b8f97a59dea0cb76f"></a> void *&#160;</td><td class="memItemRight" valign="bottom"><b>_callOriginal</b> = nullptr</td></tr> <tr class="separator:a7a518aaeaf42431b8f97a59dea0cb76f inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a071c8fe0b1cca12287525946068d6a12 inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a071c8fe0b1cca12287525946068d6a12"></a> mapIdx&#160;</td><td class="memItemRight" valign="bottom"><b>_hwbpIdx</b></td></tr> <tr class="separator:a071c8fe0b1cca12287525946068d6a12 inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1f42b7bc6dd13d1f4d3ed3893a79974b inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1f42b7bc6dd13d1f4d3ed3893a79974b"></a> size_t&#160;</td><td class="memItemRight" valign="bottom"><b>_origSize</b> = 0</td></tr> <tr class="separator:a1f42b7bc6dd13d1f4d3ed3893a79974b inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afda13b6bf43e6f9f02b4cd7be4a9dd4b inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afda13b6bf43e6f9f02b4cd7be4a9dd4b"></a> uint8_t *&#160;</td><td class="memItemRight" valign="bottom"><b>_buf</b> = nullptr</td></tr> <tr class="separator:afda13b6bf43e6f9f02b4cd7be4a9dd4b inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8ef6f2fd56493c8727f8aa40f363582a inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8ef6f2fd56493c8727f8aa40f363582a"></a> uint8_t *&#160;</td><td class="memItemRight" valign="bottom"><b>_origCode</b> = nullptr</td></tr> <tr class="separator:a8ef6f2fd56493c8727f8aa40f363582a inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab2e70db2f3b47d737b5ae7a1d4480676 inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab2e70db2f3b47d737b5ae7a1d4480676"></a> uint8_t *&#160;</td><td class="memItemRight" valign="bottom"><b>_newCode</b> = nullptr</td></tr> <tr class="separator:ab2e70db2f3b47d737b5ae7a1d4480676 inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5cac9b50282859ff953c483e31c6c447 inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5cac9b50282859ff953c483e31c6c447"></a> HookType::e&#160;</td><td class="memItemRight" valign="bottom"><b>_type</b> = HookType::Inline</td></tr> <tr class="separator:a5cac9b50282859ff953c483e31c6c447 inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a26ee4deabc4f5d739c5c68abe2670803 inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a26ee4deabc4f5d739c5c68abe2670803"></a> CallOrder::e&#160;</td><td class="memItemRight" valign="bottom"><b>_order</b> = CallOrder::HookFirst</td></tr> <tr class="separator:a26ee4deabc4f5d739c5c68abe2670803 inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a40574921b74b99f9cdc332190bd3376c inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a40574921b74b99f9cdc332190bd3376c"></a> ReturnMethod::e&#160;</td><td class="memItemRight" valign="bottom"><b>_retType</b> = ReturnMethod::UseOriginal</td></tr> <tr class="separator:a40574921b74b99f9cdc332190bd3376c inherit pro_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pro_static_attribs_classblackbone_1_1_detour_base"><td colspan="2" onclick="javascript:toggleInherit('pro_static_attribs_classblackbone_1_1_detour_base')"><img src="closed.png" alt="-"/>&#160;Static Protected Attributes inherited from <a class="el" href="classblackbone_1_1_detour_base.html">blackbone::DetourBase</a></td></tr> <tr class="memitem:aef8d4488815f153b248ed7c7a7f0d17a inherit pro_static_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aef8d4488815f153b248ed7c7a7f0d17a"></a> static BLACKBONE_API <br class="typebreak" /> std::unordered_map&lt; void <br class="typebreak" /> *, <a class="el" href="classblackbone_1_1_detour_base.html">DetourBase</a> * &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>_breakpoints</b></td></tr> <tr class="separator:aef8d4488815f153b248ed7c7a7f0d17a inherit pro_static_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aee952b0719c388b8760dafb935157067 inherit pro_static_attribs_classblackbone_1_1_detour_base"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aee952b0719c388b8760dafb935157067"></a> static BLACKBONE_API void *&#160;</td><td class="memItemRight" valign="bottom"><b>_vecHandler</b> = nullptr</td></tr> <tr class="separator:aee952b0719c388b8760dafb935157067 inherit pro_static_attribs_classblackbone_1_1_detour_base"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <hr/>The documentation for this struct was generated from the following file:<ul> <li>C:/Users/Ton/Documents/visual studio 2013/projects/blackbone/src/BlackBone/LocalHook/<a class="el" href="_hook_handler_fastcall_8h_source.html">HookHandlerFastcall.h</a></li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><b>blackbone</b></li><li class="navelem"><a class="el" href="structblackbone_1_1_hook_handler_3_01_r_07____fastcall_01_5_08_07_args_8_8_8_08_00_01_c_01_4.html">HookHandler< R(__fastcall *)(Args...), C ></a></li> <li class="footer">Generated on Tue Jul 21 2015 12:31:41 for BlackBone by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.8 </li> </ul> </div> </body> </html>
javadoc/absyn/Equal.html
MatteoMurariUNIVR/Kitten-Compilatori
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Sun Mar 22 14:53:02 CET 2015 --> <title>Equal</title> <meta name="date" content="2015-03-22"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript" src="../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Equal"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Equal.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-files/index-1.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../absyn/Division.html" title="class in absyn"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../absyn/Expression.html" title="class in absyn"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?absyn/Equal.html" target="_top">Frames</a></li> <li><a href="Equal.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.absyn.ComparisonBinOp">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">absyn</div> <h2 title="Class Equal" class="title">Class Equal</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../absyn/Absyn.html" title="class in absyn">absyn.Absyn</a></li> <li> <ul class="inheritance"> <li><a href="../absyn/Expression.html" title="class in absyn">absyn.Expression</a></li> <li> <ul class="inheritance"> <li><a href="../absyn/BinOp.html" title="class in absyn">absyn.BinOp</a></li> <li> <ul class="inheritance"> <li><a href="../absyn/ComparisonBinOp.html" title="class in absyn">absyn.ComparisonBinOp</a></li> <li> <ul class="inheritance"> <li>absyn.Equal</li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">Equal</span> extends <a href="../absyn/ComparisonBinOp.html" title="class in absyn">ComparisonBinOp</a></pre> <div class="block">A node of abstract syntax representing an equality test between two expressions.</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd><A HREF="mailto:fausto.spoto@univr.it">Fausto Spoto</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="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="../absyn/Equal.html#Equal-int-absyn.Expression-absyn.Expression-">Equal</a></span>(int&nbsp;pos, <a href="../absyn/Expression.html" title="class in absyn">Expression</a>&nbsp;left, <a href="../absyn/Expression.html" title="class in absyn">Expression</a>&nbsp;right)</code> <div class="block">Constructs the abstract syntax of an equality test between two expressions.</div> </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.absyn.ComparisonBinOp"> <!-- --> </a> <h3>Methods inherited from class&nbsp;absyn.<a href="../absyn/ComparisonBinOp.html" title="class in absyn">ComparisonBinOp</a></h3> <code><a href="../absyn/ComparisonBinOp.html#translateAsTest-types.CodeSignature-translation.Block-translation.Block-">translateAsTest</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.absyn.BinOp"> <!-- --> </a> <h3>Methods inherited from class&nbsp;absyn.<a href="../absyn/BinOp.html" title="class in absyn">BinOp</a></h3> <code><a href="../absyn/BinOp.html#getLeft--">getLeft</a>, <a href="../absyn/BinOp.html#getRight--">getRight</a>, <a href="../absyn/BinOp.html#translate-types.CodeSignature-translation.Block-">translate</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.absyn.Expression"> <!-- --> </a> <h3>Methods inherited from class&nbsp;absyn.<a href="../absyn/Expression.html" title="class in absyn">Expression</a></h3> <code><a href="../absyn/Expression.html#getStaticType--">getStaticType</a>, <a href="../absyn/Expression.html#getTypeChecker--">getTypeChecker</a>, <a href="../absyn/Expression.html#toDot-java.io.FileWriter-">toDot</a>, <a href="../absyn/Expression.html#translateAs-types.CodeSignature-types.Type-translation.Block-">translateAs</a>, <a href="../absyn/Expression.html#typeCheck-semantical.TypeChecker-">typeCheck</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.absyn.Absyn"> <!-- --> </a> <h3>Methods inherited from class&nbsp;absyn.<a href="../absyn/Absyn.html" title="class in absyn">Absyn</a></h3> <code><a href="../absyn/Absyn.html#getPos--">getPos</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>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="Equal-int-absyn.Expression-absyn.Expression-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Equal</h4> <pre>public&nbsp;Equal(int&nbsp;pos, <a href="../absyn/Expression.html" title="class in absyn">Expression</a>&nbsp;left, <a href="../absyn/Expression.html" title="class in absyn">Expression</a>&nbsp;right)</pre> <div class="block">Constructs the abstract syntax of an equality test between two expressions.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>pos</code> - the position in the source file where it starts the concrete syntax represented by this abstract syntax</dd> <dd><code>left</code> - the abstract syntax of the left-hand side expression</dd> <dd><code>right</code> - the abstract syntax of the right-hand side expression</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Equal.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-files/index-1.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../absyn/Division.html" title="class in absyn"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../absyn/Expression.html" title="class in absyn"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?absyn/Equal.html" target="_top">Frames</a></li> <li><a href="Equal.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.absyn.ComparisonBinOp">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
layout/reftests/web-animations/stacking-context-animation-ref.html
Yukarumya/Yukarum-Redfoxes
<!DOCTYPE html> <title>Reference of testcases for bug 1273042</title> <style> span { height: 100px; width: 100px; background: green; position: fixed; top: 50px; z-index: -1; } #test { height: 100px; width: 100px; background: blue; } </style> <span></span> <div id="test"></div>
PWGPP/TPC/macros/TPCQAWebpage/tpcTemplate.html
dlodato/AliPhysics
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=us-ascii"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>TPC QA</title> <link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.8/css/jquery.dataTables.css"> <link rel="stylesheet" type="text/css" href="//datatables.net/release-datatables/extensions/ColVis/css/dataTables.colVis.css"> <link rel="stylesheet" type="text/css" href="//cdn.datatables.net/colvis/1.1.2/css/dataTables.colVis.min.css"> <link rel="stylesheet" type="text/css" href="//cdn.datatables.net/colreorder/1.0.0/css/ColReorder.css"> <link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css"> <link rel="stylesheet" type="text/css" href="//cdn.datatables.net/plug-ins/1.10.8/integration/jqueryui/dataTables.jqueryui.css"> <style type="text/css" class="init"> tfoot input { width: 100%; padding: 3px; box-sizing: border-box; } </style> <style id="jsbin-css"> td.highlight { background-color: whitesmoke !important; } .content{ font-size: 0.9em; font-size: 1.1vw; } @media screen and (min-width: 1300px) { .content { font-size: 0.9em; } } @media screen and (max-width: 920px) { .content { font-size: 0.7em; } } #header{ // font-size:0.7em; } .topWrapper{ height: 600px; width: 99%; margin-top:1%; margin-left:1%; margin-right:1%; margin-bottom:0%; border:1px solid #0033CC; } .topWrapper div{ width: 50%; overflow: auto; } .vsplitbar { width: 4px; background: #cab; } .leftDiv{ background: #FAFAFA; max-width: 400px; } .rightDiv{ overflow: auto; } .lowerDiv{ clear:both; height:50%; width:96%; margin-top:1%; margin-left:2%; margin-right:2%; } .topWrapper .vsplitbar { width: 10px; cursor: e-resize; /* in case col-resize isn't supported */ cursor: col-resize; background: #0033CC ; } .tfoot{ display: table-header-group; // https://datatables.net/examples/api/multi_filter.html } a.tooltip{ position: relative; } a.tooltip::before { content: attr(data-tooltip) ; font-size: 12px; position:absolute; z-index: 999; white-space:nowrap; bottom:9999px; left: 0; background:#000; color:#e0e0e0; padding:0px 7px; line-height: 24px; height: 24px; opacity: 0; } a.tooltip:hover::before { opacity: 1; top:22px; } a.tooltip:hover::after { content: ""; opacity: 1; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid black; z-index: 999; position:absolute; white-space:nowrap; top:17px; left: 0px; } th.tooltip{ position: relative; } th.tooltip::before { content: attr(data-tooltip) ; font-size: 12px; position:absolute; z-index: 999; white-space:nowrap; bottom:9999px; left: 0; background:#000; color:#e0e0e0; padding:0px 7px; line-height: 24px; height: 24px; opacity: 0; } th.tooltip:hover::before { opacity: 1; top:0px; } th.tooltip:hover::after { content: ""; opacity: 1; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid black; z-index: 999; position:absolute; white-space:nowrap; top:17px; left: 0px; } </style> <script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-1.8.3.min.js"></script> <script type="text/javascript" language="javascript" src="//cdn.datatables.net/1.10.8/js/jquery.dataTables.min.js"></script> <script type="text/javascript" language="javascript" src="//cdn.datatables.net/colvis/1.1.2/js/dataTables.colVis.min.js"></script> <script type="text/javascript" language="javascript" src="//cdn.datatables.net/colreorder/1.0.0/js/ColReorder.min.js"></script> <script type="text/javascript" language="javascript" src="tablefilter.js"></script> <script type="text/javascript" language="javascript" src="splitter.js"></script> <script type="text/javascript" class="init"> $().ready(function() { $(".topWrapper").splitter(); }); /* Custom filtering function which will search data in column four between two values */ $.fn.dataTable.ext.search.push( function( settings, data, dataIndex ) { var selection= $('#globalSelectionMI').val(); var result=1; if (selection.length>0) { result=eval(selection); } console.log("Selection" + selection+"\t"+dataIndex+ "\t"+result); return result; } ); $(document).ready( function () { var lastIdx = null; // $('#runTable tfoot th').each( function () { var title = $('#runTable').eq( $(this).index() ).text(); $(this).html( '<input type="text" placeholder="Search '+title+'" />' ); } ); var table =$('#runTable').DataTable( { "dom": 'C<"clear">Rlfrtip', "scrollY": 1000, "scrollCollapse": true, "jQueryUI": true, stateSave: true } ); // Apply the search table.columns().every( function () { // Apply the search using footer selection // Inspired by https://datatables.net/examples/api/multi_filter.html var that = this; $( 'input', this.footer() ).on( 'keyup change', function () { that .search( this.value ) .draw(); console.log(this.value); } ); } ); $('#runTable tbody') .on( 'mouseover', 'td', function () { // this part of the code make run figure drawing var colIdx = table.cell(this).index().column; var rowIdx = table.cell(this).index().row; if ( colIdx !== lastIdx ) { $( table.cells().nodes() ).removeClass( 'highlight' ); $( table.column( colIdx ).nodes() ).addClass( 'highlight' ); var cid = $(this).attr('id'); var cval = $(this).text(); var chtml = $(this).html(); console.log("mouse over cell "+colIdx+" "+rowIdx+" "+cval+""+chtml); var c = document.getElementById("canvasDraw"); var ctx = c.getContext("2d"); ctx.clearRect ( 0 , 0 , c.width, c.height ); // clears the canvas var chtml2=chtml.substring(chtml.lastIndexOf("ref")+5,chtml.lastIndexOf("\"")); var img = new Image(); img.src=chtml2; c.width = 800; // canvas shrinks to show the whole plot at once ctx.drawImage(img,0,0,c.width,c.height); } } ) .on( 'mouseleave', function () { // make collumn/row highlighted - see $( table.cells().nodes() ).removeClass( 'highlight' ); console.log("mouse leave cell"); var myCell = table.cell(this); var cellHtml = table.cell(this).html; console.log(cellHtml); } ); $('#globalSelectionMI').keyup( function() { table.draw(); } ); $('.leftDiv') .on( 'mouseover', 'a', function () { var c = document.getElementById("canvasDraw"); var ctx = c.getContext("2d"); ctx.clearRect ( 0 , 0 , c.width, c.height ); // clears the canvas var chtml = $(this).attr('href'); console.log(chtml); var img = new Image(); img.src=chtml; c.width = img.width; // canvas fills the whole range in x direction ctx.drawImage(img,0,0,c.width,c.height); // image is only compressed in y direction }); } ); </script> </head>
third_party/WebKit/PerformanceTests/ShadowDOM/shadow-style-share-with-distribution.html
guorendong/iridium-browser-ubuntu
<!doctype html> <style> .foo { border: 1px solid black; padding: 10px; } .foo .bar.baz { color: blue; } </style> <script src="../resources/runner.js"></script> <script> var listSize = 100; window.onload = function() { var root = document.querySelector('#list').createShadowRoot(); root.appendChild(document.createElement('content')); PerfTestRunner.measureTime({ description: "Measures performance of creating and rendering elements with shadow roots (contains class descendant selector styles).", setup: function() { }, run: function() { var frag = document.createDocumentFragment(); var tmpl = document.querySelector('#tmpl'); var start = PerfTestRunner.now(); var i = 0; do { frag.appendChild(tmpl.content.cloneNode(true));; } while (++i < listSize); document.querySelector('#list').appendChild(frag); PerfTestRunner.forceLayoutOrFullFrame(); return PerfTestRunner.now() - start; }, done: function() { document.querySelector('#list').innerHTML = ''; } }); } </script> <template id="tmpl"> <div class="foo"> <div class="bar baz">item</div> </div> </template> <section id="list"></section>
pkg/kubernetes/views/service-endpoint.html
SotolitoLabs/cockpit
<div class="row"> <div class="col-sm-6"> <dl class="full-width" ng-repeat="subset in serviceEndpoint(item).subsets"> <dt translate>Pod Endpoints</dt> <dd ng-repeat="address in subset.addresses"> {{ address.ip }} &#8594; {{ address.targetRef.name }}</dd> </dl> <dl ng-if="!serviceEndpoint(item).subsets.length"> <dt translate>Pod Endpoints</dt> <dd translate>No pods selected</dd> </dl> </div> <div class="col-sm-6"> <dl class="full-width"> <dt translate>Pod Selector</dt> <dd ng-repeat="(key, value) in item.spec.selector">{{key}}={{value}}</dd> </dl> </div> </div>
docs/index.html
s1n4/django-categories
<!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>Django Categories v 1.1 &mdash; Django Categories v1.1 documentation</title> <link rel="stylesheet" href="_static/default.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '', VERSION: '1.1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="top" title="Django Categories v1.1 documentation" href="#" /> <link rel="next" title="Installation" href="installation.html" /> </head> <body> <div id="docstitle"> <p>Django Categories v1.1 documentation</p> </div> <div id="header"> <div id="title"><h1>Django Categories v 1.1</h1></div> <ul id="headerButtons"> <li id="toc_button"><div class="headerButton"><a href="#">Table of Contents</a></div></li> <li id="page_buttons"> <div class="headerButton"><a href="genindex.html" title="General Index" accesskey="I">index</a></div> <div class="headerButton"><a href="installation.html" title="Installation" accesskey="N">next</a></div> </li> </ul> </div> <div id="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <ul><li class="toctree-l1"><a href="#">Main Page</a></li></ul> <ul> <li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li> <li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting Started</a></li> <li class="toctree-l1"><a class="reference internal" href="usage.html">Using categories in templates</a></li> <li class="toctree-l1"><a class="reference internal" href="registering_models.html">Registering Models</a></li> <li class="toctree-l1"><a class="reference internal" href="adding_the_fields.html">Adding the fields to the database</a></li> <li class="toctree-l1"><a class="reference internal" href="custom_categories.html">Creating Custom Categories</a></li> <li class="toctree-l1"><a class="reference internal" href="reference/index.html">Reference</a></li> </ul> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/index.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <form class="search" action="search.html" method="get"> <div class="search-wrapper"> <span class="search-left"></span> <input class="prettysearch" type="text" name="q" size="18" /> <span class="search-right">&nbsp;</span> </div> <input type="submit" value="Search" class="searchbutton" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="django-categories-v-version"> <h1>Django Categories v 1.1<a class="headerlink" href="#django-categories-v-version" title="Permalink to this headline">¶</a></h1> <p>Django Categories grew out of our need to provide a basic hierarchical taxonomy management system that multiple applications could use independently or in concert.</p> <p>As a news site, our stories, photos, and other content get divided into &#8220;sections&#8221; and we wanted all the apps to use the same set of sections. As our needs grew, the Django Categories grew in the functionality it gave to category handling within web pages.</p> <div class="section" id="new-in-1-1"> <h2>New in 1.1<a class="headerlink" href="#new-in-1-1" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li>Fixed a cosmetic bug in the Django 1.4 admin. Action checkboxes now only appear once.</li> <li>Template tags are refactored to allow easy use of any model derived from <tt class="docutils literal"><span class="pre">CategoryBase</span></tt>.</li> <li>Improved test suite.</li> <li>Improved some of the documentation.</li> </ul> </div> <div class="section" id="contents"> <h2>Contents<a class="headerlink" href="#contents" title="Permalink to this headline">¶</a></h2> <div class="toctree-wrapper compound"> <ul> <li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a><ul> <li class="toctree-l2"><a class="reference internal" href="installation.html#to-use-the-category-model">To use the Category model</a></li> <li class="toctree-l2"><a class="reference internal" href="installation.html#to-only-subclass-categorybase">To only subclass CategoryBase</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting Started</a><ul> <li class="toctree-l2"><a class="reference internal" href="getting_started.html#connecting-your-model-with-django-categories">Connecting your model with Django-Categories</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="usage.html">Using categories in templates</a><ul> <li class="toctree-l2"><a class="reference internal" href="usage.html#getting-all-items-within-a-category">Getting all items within a category</a></li> <li class="toctree-l2"><a class="reference internal" href="usage.html#template-tags">Template Tags</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="registering_models.html">Registering Models</a><ul> <li class="toctree-l2"><a class="reference internal" href="registering_models.html#registering-models-in-settings-py">Registering models in settings.py</a></li> <li class="toctree-l2"><a class="reference internal" href="registering_models.html#registering-a-many-to-one-relationship">Registering a many-to-one relationship</a></li> <li class="toctree-l2"><a class="reference internal" href="registering_models.html#registering-a-many-to-many-relationship">Registering a many-to-many relationship</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="adding_the_fields.html">Adding the fields to the database</a><ul> <li class="toctree-l2"><a class="reference internal" href="adding_the_fields.html#enter-south">Enter South</a></li> <li class="toctree-l2"><a class="reference internal" href="adding_the_fields.html#reconfiguring-fields">Reconfiguring Fields</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="custom_categories.html">Creating Custom Categories</a><ul> <li class="toctree-l2"><a class="reference internal" href="custom_categories.html#name-only">Name only</a></li> <li class="toctree-l2"><a class="reference internal" href="custom_categories.html#name-and-other-data">Name and other data</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="reference/index.html">Reference</a><ul> <li class="toctree-l2"><a class="reference internal" href="reference/management_commands.html">Management Commands</a></li> <li class="toctree-l2"><a class="reference internal" href="reference/models.html">Models</a></li> <li class="toctree-l2"><a class="reference internal" href="reference/settings.html">Settings</a></li> <li class="toctree-l2"><a class="reference internal" href="reference/templatetags.html">Template tags and filters</a></li> </ul> </li> </ul> </div> </div> <div class="section" id="indices-and-tables"> <h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><a class="reference internal" href="genindex.html"><em>Index</em></a></li> <li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li> <li><a class="reference internal" href="search.html"><em>Search Page</em></a></li> </ul> </div> </div> </div> </div> </div> <div class="footer"> <p> &copy; Copyright 2010-2012, Corey Oordt. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7. </p> </div> <div class="clearer"></div> </div> <div id="breadcrumbs"> Django Categories v 1.1 </ul> </div> <script type="text/javascript" charset="utf-8" src="_static/toc.js"></script> </body> </html>
src/gwt/dojo/gridx/public/dojo/gridx/tests/test_grid_toolbar.html
andrescabrera/gwt-dojo-toolkit
<!DOCTYPE html> <html> <head> <title>Grid Toolbar Test</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <link rel='stylesheet' href="support/common.css" /> <style type="text/css"> #gridContainer { width: 800px; height: 500px; } #grid { height: 100%; } </style> <script type="text/javascript" src="../../dojo/dojo.js" data-dojo-config="async: true, isDebug: true, parseOnLoad: true"></script> <script type="text/javascript" src='support/common.js'></script> <script type="text/javascript" src='test_grid_toolbar.js'></script> </head> <body class='claro'> <h1 class='title' tabindex='0' onfocus='this.style.color="blue"' onblur='this.style.color=""'> Grid Toolbar Test (Experimental) </h1> <table border='0' cellspacing='0' cellpadding='0'><tr> <td> <div id='gridContainer'></div> </td> <td id='ctrlPane'></td> </tr></table> </body> </html>
{{ cookiecutter.repo_name }}/src/templates/registration/password_reset_done.html
GMadorell/cookiecutter_django_buildout
{% extends "registration/base.html" %} {% load i18n %} {% block breadcrumbs %}<div class="breadcrumbs"></div>{% endblock %} {% block title %}{% trans 'Password reset successful' %}{% endblock %} {% block content %} <h1>{% trans 'Password reset successful' %}</h1> <p>{% trans "We've e-mailed you instructions for setting your password to the e-mail address you submitted. You should be receiving it shortly." %}</p> {% endblock %}
web/bundles/sunraangular/js/angular/angular-1.2.27/docs/examples/example-example51/index.html
viral810/ngSimpleCMS
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example51</title> <script src="../../../angular.min.js"></script> </head> <body ng-app="bindExample"> <script> angular.module('bindExample', []) .controller('ExampleController', ['$scope', function($scope) { $scope.name = 'Whirled'; }]); </script> <div ng-controller="ExampleController"> Enter name: <input type="text" ng-model="name"><br> Hello <span ng-bind="name"></span>! </div> </body> </html>
server/templates/store_edit.html
masamichi/bite-project
<!DOCTYPE HTML> <html> <!-- Copyright 2011 Google Inc. All Rights Reserved. Use of this source code is governed by the Apache License, Version 2.0. See the COPYING file for details. --> <head> <title>Edit Method</title> <link rel="stylesheet" href="/styles/base_css_ltr.css" /> <link rel="stylesheet" href="/styles/explore.css"> <script language="javascript" src="/scripts/store_edit_script.js"></script> </head> <body> <table width="100%" height="100%" cellpadding="0" cellspacing="0"> <tr> <td style="height: 67px;"> <table width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> <div class="kd-googlebar"> <div style="width:960px;position:relative;margin:0 auto;"> <div style="float:left;width:224px;"> <a class="logo"> <img src="/images/logo_Google_BITE.png" style="width:104px;"> </a> </div> <div id="baseHeader" style="float:left;"> <div class="kd-buttonbar kd-googlebuttonbar kd-segmentedcontrol"> <a href="/store/view"> <div class="kd-button left"> <span class="maskedIcon icon_home"> <img src="" width="21" height="21"> </span> </div> </a> <a href="/store/edit"> <div class="kd-button right"> <span class="maskedIcon icon_edit"> <img src="" width="21" height="21"> </span> </div> </a> </div> </div> <div id="topRow" style="float:right; margin-right:44px;"> <span class="topnav-username" style="text-align: right;"> </span> </div> <div class="kd-butterbar" id="statusMessageDiv"> <p id="statusMessage"></p> </div> </div> </div> </td> </tr> </table> </td> </tr> <tr> <td> <div id="baseView"> <div style="width:960px;position:relative;margin:0 auto;"> <div class="store-edit-row-block"> <div class="store-edit-row-block-title"> Method code </div> <div class="store-edit-row-block-content"> <textarea style="height:14em;width:544px;" id="store-edit-method-code" placeholder="Please paste your method code"></textarea> </div> <div class="store-edit-row-block-star"> <img src="/images/iconRequired.gif" width="13px"> </div> </div> <div class="store-edit-row-block"> <div class="store-edit-row-block-title"> Method name </div> <div class="store-edit-row-block-content"> <input type="text" style="width:544px;" id="store-edit-method-name" placeholder="Please paste the exact method name above"> </div> <div class="store-edit-row-block-star"> <img src="/images/iconRequired.gif" width="13px"> </div> </div> <div class="store-edit-row-block"> <div class="store-edit-row-block-title"> Description </div> <div class="store-edit-row-block-content"> <textarea style="height:14em;width:544px;" id="store-edit-description" placeholder="Please provide description and examples of usage"></textarea> </div> <div class="store-edit-row-block-star"> <img src="/images/iconRequired.gif" width="13px"> </div> </div> <div class="store-edit-row-block"> <div class="store-edit-row-block-title"> Labels </div> <div class="store-edit-row-block-content"> <div id="label-selector"></div> <input type="text" style="width:544px;margin-top:16px;" id="store-edit-addl-labels" placeholder="Additional labels (comma-separated)"> </div> <div class="store-edit-row-block-star"> <img src="/images/iconRequired.gif" width="13px"> </div> </div> <div class="store-edit-row-block"> <div class="store-edit-row-block-title"> Dependency name </div> <div class="store-edit-row-block-content"> <input type="text" style="width:544px;" id="store-edit-deps-name" placeholder="Please type in the dependency name"> </div> </div> <div class="store-edit-row-block"> <div class="store-edit-row-block-title"> Dependency code </div> <div class="store-edit-row-block-content"> <textarea style="height:14em;width:544px;" id="store-edit-deps-code" placeholder=""></textarea> </div> </div> <div class="store-edit-row-block"> <div class="store-edit-row-block-title"> <div class="kd-formbuttons"> <a class="kd-button kd-button-submit primary" id="store-edit-publish" style="-webkit-user-select: none; "> Publish </a> <a class="kd-button" style="-webkit-user-select: none;" id="store-edit-reset"> Reset </a> </div> </div> <div class="store-edit-row-block-content"> </div> </div> </div> </div> </td> </tr> </table> </body> <script language="javascript"> {% autoescape off %} new rpf.server.StoreEdit('{{method}}'); {% endautoescape %} </script> </html>
src/components/Dialog/Dialog.Close.html
zkoehne/Office-UI-Fabric
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. --> <button class="ms-Button js-DialogAction--open" data-target=".ms-Dialog--close"> <span class="ms-Button-icon"><i class="ms-Icon ms-Icon--plus"></i></span> <span class="ms-Button-label">Open Dialog - Close</span> <span class="ms-Button-description">Opens the Sample Dialog</span> </button> <div class="ms-Dialog ms-Dialog--close"> <div class="ms-Overlay ms-Overlay--dark js-DialogAction--close"></div> <div class="ms-Dialog-main"> <button class="ms-Dialog-button ms-Dialog-button--close js-DialogAction--close"> <i class="ms-Icon ms-Icon--x"></i> </button> <div class="ms-Dialog-header"> <p class="ms-Dialog-title">All emails together</p> </div> <div class="ms-Dialog-inner"> <div class="ms-Dialog-content"> <p class="ms-Dialog-subText">Your Inbox has changed. No longer does it include favorites, it is a singular destination for your emails.</p> <div class="ms-ChoiceField"> <input id="demo-checkbox-unselected1" class="ms-ChoiceField-input" type="checkbox"> <label for="demo-checkbox-unselected1" class="ms-ChoiceField-field"><span class="ms-Label">Option1</span></label> </div> <div class="ms-ChoiceField"> <input id="demo-checkbox-unselected2" class="ms-ChoiceField-input" type="checkbox"> <label for="demo-checkbox-unselected2" class="ms-ChoiceField-field"><span class="ms-Label">Option2</span></label> </div> </div> <div class="ms-Dialog-actions"> <div class="ms-Dialog-actionsRight"> <button class="ms-Dialog-action ms-Button ms-Button--primary"> <span class="ms-Button-label">Save</span> </button> <button class="ms-Dialog-action ms-Button"> <span class="ms-Button-label">Cancel</span> </button> </div> </div> </div> </div> </div>
lib/highcharts.com/samples/highcharts/yaxis/linkedto/demo.html
Oxyless/highcharts-export-image
<script src="http://code.highcharts.com/highcharts.js"></script> <div id="container" style="height: 400px; width: 500px"></div>
workspace_main/fzi.mottem.estdk/book.css
till-f/es-tdk
P.Code { display: block; text-align: left; text-indent: 0.00pt; margin-top: 0.000000pt; margin-bottom: 0.000000pt; margin-right: 0.000000pt; margin-left: 15pt; font-weight: normal; font-style: normal; color: #4444CC; text-decoration: none; vertical-align: baseline; text-transform: none; font-family: "Courier New", Courier, monospace; } H6.CaptionFigColumn { display: block; text-align: left; text-indent: 0.000000pt; margin-top: 3.000000pt; margin-bottom: 11.000000pt; margin-right: 0.000000pt; margin-left: 0.000000pt; font-size: 75%; font-weight: bold; font-style: Italic; color: #000000; text-decoration: none; vertical-align: baseline; text-transform: none; } P.Note { display: block; text-align: left; text-indent: 0pt; margin-top: 19.500000pt; margin-bottom: 19.500000pt; margin-right: 0.000000pt; margin-left: 30pt; font-size: 110%; font-weight: normal; font-style: Italic; color: #000000; text-decoration: none; vertical-align: baseline; text-transform: none; } EM.UILabel { font-weight: Bold; font-style: normal; text-decoration: none; vertical-align: baseline; text-transform: none; } EM.CodeName { font-weight: Bold; font-style: normal; text-decoration: none; vertical-align: baseline; text-transform: none; font-family: "Courier New", Courier, monospace; } UL.NavList { margin-left: 1.5em; padding-left: 0px; list-style-type: none; } body, html { border: 0px } /* following font face declarations need to be removed for DBCS */ body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica, sans-serif; color: #000000} pre, code { font-family: "Courier New", Courier, monospace;} /* end font face declarations */ @media print { html { font-size: 12pt } } body { font-size: 83%; background: #FFFFFF; margin-bottom: 1em } h1 { font-size: 180%; margin-top: 5px; margin-bottom: 1px } h2 { font-size: 140%; margin-top: 25px; margin-bottom: 3px } h3 { font-size: 110%; margin-top: 20px; margin-bottom: 3px } h4 { font-size: 100%; margin-top: 20px; margin-bottom: 3px; font-style: italic } p { margin-top: 10px; margin-bottom: 10px } pre { font-size: 93%; margin-left: 6; color: #4444CC } code { font-size: 93%; } table { font-size: 100% } /* needed for quirks mode */ a:link { color: #0000FF } a:hover { color: #000080 } a:visited { text-decoration: underline } ul { margin-top: 10px; margin-bottom: 10px; } li { margin-top: 5px; margin-bottom: 5px; } li p { margin-top: 5px; margin-bottom: 5px; } ol { margin-top: 10px; margin-bottom: 10px; } dl { margin-top: 10px; margin-bottom: 10px; } dt { margin-top: 5px; margin-bottom: 5px; font-weight: bold; } dd { margin-top: 5px; margin-bottom: 5px; } strong { font-weight: bold} em { font-style: italic} var { font-style: italic} div.revision { border-left-style: solid; border-left-width: thin; border-left-color: #7B68EE; padding-left:5 } th { font-weight: bold }
public_html/js/ui-calendar-master/demo/calendarDemo.css
tonetlds/alfredapp
/*** Docs ***/ body { margin-top: 40px; } section { padding-top: 40px; } .hero-unit { position: relative; padding: 40px 0; color: #fff; text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075); background: #020031; background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%); background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353)); background: -webkit-linear-gradient(45deg, #020031 0%,#6d3353 100%); background: -o-linear-gradient(45deg, #020031 0%,#6d3353 100%); background: -ms-linear-gradient(45deg, #020031 0%,#6d3353 100%); background: linear-gradient(45deg, #020031 0%,#6d3353 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 ); -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; } .hero-unit .btn, .pagination-centered .btn { float: none; font-weight: normal; } .hero-unit p { margin: 1em 0; } .bs-docs-social { margin-top: 1em; padding: 15px 0; text-align: center; background-color: rgba(245,245,245,0.3); border-top: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(221,221,221,0.3); } .bs-docs-social-buttons { margin-left: 0; margin-bottom: 0; padding-left: 0; list-style: none; } .bs-docs-social-buttons li { display: inline-block; padding: 5px 8px; line-height: 1; } /* Allows .modal-backdrop to remain on the page without blocking */ .modal-backdrop { overflow: hidden; height: 0; -webkit-transition: opacity 0.15s linear, height 0 0.2s linear; -moz-transition: opacity 0.15s linear, height 0 0.2s linear; -ms-transition: opacity 0.15s linear, height 0 0.2s linear; -o-transition: opacity 0.15s linear, height 0 0.2s linear; transition: opacity 0.15s linear, height 0 0.2s linear; } .modal-backdrop.in { height: 100%; -webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -ms-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } /*** Calendar ***/ .calAlert{ width: 595px; float: right; margin-bottom: 5px; } .calXBtn{ float: right; margin-top: -5px; margin-right: -5px; } .calWell{ float: left; margin-bottom: 40px; } .fc-event.openSesame .fc-event-skin{ background-color: rgb(229, 229, 11); color: black; } .fc-event.customFeed .fc-event-skin{ background-color: rgb(132, 222, 175); color: black; } .calTools{ margin-bottom: 10px; }
public/datepicker/themes/ui-lightness/minified/jquery.ui.progressbar.min.css
mafia99/Abbelire
/*! jQuery UI - v1.10.0 - 2013-02-06 * http://jqueryui.com * Includes: jquery.ui.progressbar.css * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ .ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("images/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}
themes/marinelli/iestyles/ie7.css
africanlii/Pocket-Law
/*- Marinelli styles for IE7 v0.3 - Drupal6x - 21/11s/08 author:singalkuppe: leoni.matteo[at]gmail.com - www.signalkuppe.com */ #utilities form {bottom:9px;} #utilities input.form-submit{padding:0px;} #utilities input.form-text {padding:1px 1px 3px 1px;} .item-list .pager li.pager-current{ padding:2px; } .item-list .pager li{ margin:0px 1px 0 1px; } .item-list .pager li.pager-current{ padding:2px 2px 3px 4px; } #utilities #plinks {/*- Primary links in Header */ left:-7px; } ul.primosottolivello{ /* ie7 dropdown menu fix*/ top:31px; }
wp-content/themes/sahifa/css/ilightbox/mac-skin/skin.css
NguyenHiep/learn-wp
.ilightbox-overlay.mac { background: #2B2B2B; } .ilightbox-loader.mac { -webkit-box-shadow: black 0px 0px 85px, black 0px 0px 85px; box-shadow: black 0px 0px 85px, black 0px 0px 85px; } .ilightbox-loader.mac div { background: #141414 url('preloader.gif') no-repeat center; } .ilightbox-holder.mac { padding: 2px; background: rgba(35,35,35,.9); background/*\**/: rgb(35,35,35)\9; /* IE7-8 */ -webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, .6); -moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, .6); box-shadow: 0 38px 30px -18px rgba(0, 0, 0, .6); } .ilightbox-holder.mac .ilightbox-container .ilightbox-caption { background: url('caption-bg.png'); color: #FFF; bottom: 15px; left: 15px; right: 15px; border: rgba(255,255,255,0.8) 1px solid; border/*\**/: rgb(245,245,245) 1px solid\9; /* IE7-8 */ -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5); box-shadow: 0 0 2px rgba(0,0,0,0.5); -webkit-border-radius: 3px; border-radius: 3px; } .ilightbox-holder.mac .ilightbox-container .ilightbox-social { background: #FFF; } .ilightbox-holder.mac .ilightbox-alert { background: url('alert.png') no-repeat center top; color: #555; } /* Style toolbar */ .ilightbox-toolbar.mac { top: 15px; left: 15px; background: rgb(65,65,65); /* Old browsers */ background: -moz-linear-gradient(top, rgba(65,65,65,1) 0%, rgba(65,65,65,1) 40%, rgba(50,50,50,1) 60%, rgba(50,50,50,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,65,65,1)), color-stop(40%,rgba(65,65,65,1)), color-stop(60%,rgba(50,50,50,1)), color-stop(100%,rgba(50,50,50,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(65,65,65,1) 0%,rgba(65,65,65,1) 40%,rgba(50,50,50,1) 60%,rgba(50,50,50,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(65,65,65,1) 0%,rgba(65,65,65,1) 40%,rgba(50,50,50,1) 60%,rgba(50,50,50,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(65,65,65,1) 0%,rgba(65,65,65,1) 40%,rgba(50,50,50,1) 60%,rgba(50,50,50,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(65,65,65,1) 0%,rgba(65,65,65,1) 40%,rgba(50,50,50,1) 60%,rgba(50,50,50,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#323232',GradientType=0 ); /* IE7-9 */ border: rgba(30,30,30,.6) 1px solid; border/*\**/: rgb(30,30,30) 1px solid\9; /* IE7-8 */ overflow: hidden; -webkit-border-radius: 3px; border-radius: 3px; } .ilightbox-toolbar.mac a { width: 28px; height: 28px; background: no-repeat 50%; } .ilightbox-toolbar.mac a.disabled { opacity: 0.2; filter: alpha(opacity=20); /* IE7-8 */ cursor: default; background-color: transparent !important; } .ilightbox-toolbar.mac a:hover { background-color: #4B4B4B; } .ilightbox-toolbar.mac a.ilightbox-close { background-image: url('close-25.png'); } .ilightbox-toolbar.mac a.ilightbox-fullscreen { background-image: url('resize-25.png'); right: 35px; } .ilightbox-toolbar.mac a.ilightbox-play { background-image: url('play-25.png'); right: 35px; } .ilightbox-toolbar.mac a.ilightbox-pause { background-image: url('pause-25.png'); right: 35px; } .isMobile .ilightbox-toolbar.mac { top: auto; bottom: 0; left: 0; width: 100%; height: 40px; background: rgb(65,65,65); /* Old browsers */ background: -moz-linear-gradient(top, rgba(65,65,65,1) 0%, rgba(65,65,65,1) 40%, rgba(50,50,50,1) 60%, rgba(50,50,50,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,65,65,1)), color-stop(40%,rgba(65,65,65,1)), color-stop(60%,rgba(50,50,50,1)), color-stop(100%,rgba(50,50,50,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(65,65,65,1) 0%,rgba(65,65,65,1) 40%,rgba(50,50,50,1) 60%,rgba(50,50,50,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(65,65,65,1) 0%,rgba(65,65,65,1) 40%,rgba(50,50,50,1) 60%,rgba(50,50,50,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(65,65,65,1) 0%,rgba(65,65,65,1) 40%,rgba(50,50,50,1) 60%,rgba(50,50,50,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(65,65,65,1) 0%,rgba(65,65,65,1) 40%,rgba(50,50,50,1) 60%,rgba(50,50,50,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#323232',GradientType=0 ); /* IE7-9 */ border: 0; border-top: rgba(30,30,30,.6) 1px solid; border-top/*\**/: rgb(30,30,30) 1px solid\9; /* IE7-8 */ overflow: hidden; text-align: center; -webkit-border-radius: 3px; border-radius: 3px; } .isMobile .ilightbox-toolbar.mac a { display: inline-block; float: none; width: 50px; height: 40px; background-size: 50%; background-position: 50% !important; } .isMobile .ilightbox-toolbar.mac a.ilightbox-fullscreen { background-image: url('resize-50.png'); background-image/*\**/: url('resize-ie.png')\9; /* IE7-8 */ } .isMobile .ilightbox-toolbar.mac a.ilightbox-close { background-image: url('close-50.png'); background-image/*\**/: url('close-ie.png')\9; /* IE7-8 */ } .isMobile .ilightbox-toolbar.mac a.ilightbox-next-button { background-image: url('forward-50.png'); background-position: 52% 50% !important; background-image/*\**/: url('forward-ie.png')\9; /* IE7-8 */ } .isMobile .ilightbox-toolbar.mac a.ilightbox-prev-button { background-image: url('back-50.png'); background-position: 48% 50% !important; background-image/*\**/: url('back-ie.png')\9; /* IE7-8 */ } .isMobile .ilightbox-toolbar.mac a.ilightbox-play { background-image: url('play-50.png'); background-size: 80%; background-position: 70% 50% !important; background-image/*\**/: url('play-ie.png')\9; /* IE7-8 */ } .isMobile .ilightbox-toolbar.mac a.ilightbox-pause { background-image: url('pause-50.png'); background-size: 80%; background-image/*\**/: url('pause-ie.png')\9; /* IE7-8 */ } .ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-title { font-size: 18px; padding: 10px 8px; color: #000; } .ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-toolbar { display: inline-block; left: -15px; top: -15px; } .ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-toolbar a { float: left; -webkit-border-radius: 0; border-radius: 0; } /* Style thumbnails */ .ilightbox-thumbnails.mac .ilightbox-thumbnails-grid .ilightbox-thumbnail img { box-shadow: 0 0 6px rgba(0, 0, 0, .9); -webkit-border-radius: 0; border-radius: 0; } .ilightbox-thumbnails.mac .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video { background: url('thumb-overlay-play.png') no-repeat center; } /* Configure arrow buttons */ .ilightbox-button.mac.disabled { opacity: 0.2; filter: alpha(opacity=20); /* IE7-8 */ cursor: default; background: #3b3b3b !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#323232',GradientType=0 ); /* IE7-9 */ } .ilightbox-button.mac span { display: block; width: 100%; height: 100%; } .ilightbox-button.mac { bottom: 0; right: 0; left: 0; left/*\**/: 45%\9; /* IE7-8 */ right/*\**/: auto\9; /* IE7-8 */ width: 95px; height: 55px; margin: auto; background: rgb(65,65,65); /* Old browsers */ background: -moz-linear-gradient(top, rgba(65,65,65,1) 0%, rgba(65,65,65,1) 40%, rgba(50,50,50,1) 60%, rgba(50,50,50,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,65,65,1)), color-stop(40%,rgba(65,65,65,1)), color-stop(60%,rgba(50,50,50,1)), color-stop(100%,rgba(50,50,50,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(65,65,65,1) 0%,rgba(65,65,65,1) 40%,rgba(50,50,50,1) 60%,rgba(50,50,50,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(65,65,65,1) 0%,rgba(65,65,65,1) 40%,rgba(50,50,50,1) 60%,rgba(50,50,50,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(65,65,65,1) 0%,rgba(65,65,65,1) 40%,rgba(50,50,50,1) 60%,rgba(50,50,50,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(65,65,65,1) 0%,rgba(65,65,65,1) 40%,rgba(50,50,50,1) 60%,rgba(50,50,50,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#323232',GradientType=0 ); /* IE7-9 */ border: rgba(30,30,30,.6) 1px solid; border/*\**/: rgb(30,30,30) 1px solid\9; /* IE7-8 */ -webkit-border-radius: 0; border-radius: 0; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; } .ilightbox-button.ilightbox-button.mac:hover { background: rgb(75,75,75); /* Old browsers */ background: -moz-linear-gradient(top, rgba(75,75,75,1) 0%, rgba(75,75,75,1) 40%, rgba(60,60,60,1) 60%, rgba(60,60,60,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,75,75,1)), color-stop(40%,rgba(75,75,75,1)), color-stop(60%,rgba(60,60,60,1)), color-stop(100%,rgba(60,60,60,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(75,75,75,1) 0%,rgba(75,75,75,1) 40%,rgba(60,60,60,1) 60%,rgba(60,60,60,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(75,75,75,1) 0%,rgba(75,75,75,1) 40%,rgba(60,60,60,1) 60%,rgba(60,60,60,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(75,75,75,1) 0%,rgba(75,75,75,1) 40%,rgba(60,60,60,1) 60%,rgba(60,60,60,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(75,75,75,1) 0%,rgba(75,75,75,1) 40%,rgba(60,60,60,1) 60%,rgba(60,60,60,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#3c3c3c',GradientType=0 ); /* IE7-9 */ } .ilightbox-button.ilightbox-prev-button.mac { top: 0; bottom: auto; -webkit-border-radius: 0; border-radius: 0; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .ilightbox-button.ilightbox-next-button.mac span { background: url('forward-vertical-50.png') no-repeat 50% 75%; } .ilightbox-button.ilightbox-prev-button.mac span { background: url('back-vertical-50.png') no-repeat 50% 25%; } .ilightbox-button.ilightbox-next-button.mac.horizontal, .ilightbox-button.ilightbox-prev-button.mac.horizontal { right: 0; left: auto; top: 0; bottom: 0; top/*\**/: 41%\9; /* IE7-8 */ bottom/*\**/: auto\9; /* IE7-8 */ width: 55px; height: 95px; -webkit-border-radius: 0; border-radius: 0; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; } .ilightbox-button.ilightbox-prev-button.mac.horizontal { right: auto; left: 0; -webkit-border-radius: 0; border-radius: 0; -webkit-border-bottom-right-radius: 5px; -webkit-border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-top-right-radius: 5px; } .ilightbox-button.ilightbox-next-button.mac.horizontal span { background: url('forward-50.png') no-repeat 75% 50%; } .ilightbox-button.ilightbox-prev-button.mac.horizontal span { background: url('back-50.png') no-repeat 25% 50%; }
tests/wpt/web-platform-tests/websockets/interfaces/WebSocket/close/close-nested.html
UK992/servo
<!doctype html> <title>WebSockets: close() in close event handler</title> <script src=/resources/testharness.js></script> <script src=/resources/testharnessreport.js></script> <script src=../../../constants.js?pipe=sub></script> <meta name="variant" content=""> <meta name="variant" content="?wss"> <div id=log></div> <script> async_test(function(t) { var ws = new WebSocket(SCHEME_DOMAIN_PORT+'/'); var i = 0; ws.onclose = t.step_func(function(e) { i++; if (i == 1) { assert_equals(ws.readyState, ws.CLOSED); ws.close(); assert_equals(ws.readyState, ws.CLOSED); } t.step_timeout(function() { assert_equals(i, 1); t.done(); }, 50); }); ws.close(); assert_equals(ws.readyState, ws.CLOSING); }); </script>
tests/wpt/web-platform-tests/core-aam/status-manual.html
anthgur/servo
<!doctype html> <html> <head> <title>status</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <link rel="stylesheet" href="/resources/testharness.css"> <link rel="stylesheet" href="/wai-aria/scripts/manual.css"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/wai-aria/scripts/ATTAcomm.js"></script> <script> setup({explicit_timeout: true, explicit_done: true }); var theTest = new ATTAcomm( { "steps" : [ { "element" : "test", "test" : { "ATK" : [ [ "property", "role", "is", "ROLE_STATUSBAR" ], [ "property", "objectAttributes", "contains", "container-live:polite" ], [ "property", "objectAttributes", "contains", "live:polite" ], [ "property", "objectAttributes", "contains", "container-live-role:status" ] ], "AXAPI" : [ [ "property", "AXRole", "is", "AXGroup" ], [ "property", "AXSubrole", "is", "AXApplicationStatus" ], [ "property", "AXRoleDescription", "is", "application status" ] ], "IAccessible2" : [ [ "property", "objectAttributes", "contains", "container-live:polite" ], [ "property", "objectAttributes", "contains", "live:polite" ], [ "property", "objectAttributes", "contains", "container-live-role:status" ] ], "MSAA" : [ [ "property", "role", "is", "ROLE_SYSTEM_STATUSBAR" ] ], "UIA" : [ [ "property", "ControlType", "is", "Group" ], [ "property", "LocalizedControlType", "is", "status" ], [ "property", "LiveSetting", "is", "Polite (1)" ] ] }, "title" : "step 1", "type" : "test" } ], "title" : "status" } ) ; </script> </head> <body> <p>This test examines the ARIA properties for status.</p> <div role='status' id='test'>content</div> <div id="manualMode"></div> <div id="log"></div> <div id="ATTAmessages"></div> </body> </html>
tests/wpt/web-platform-tests/css/css-position/parsing/inset-start-invalid.html
UK992/servo
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>CSS Positioned Layout Module Level 3: parsing inset-start with invalid values</title> <link rel="help" href="https://drafts.csswg.org/css-position/#propdef-inset-start"> <meta name="assert" content="inset-start supports only the grammar 'auto | <length-percentage>'."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/css/support/parsing-testcommon.js"></script> </head> <body> <script> test_invalid_value("inset-start", "min-content"); test_invalid_value("inset-start", "60"); test_invalid_value("inset-start", "10px 20%"); </script> </body> </html>
wiki/docs/2.4/html/search/properties_11.html
Chinchilla-Software-Com/CQRS
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.13"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="properties_11.js"></script> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Loading...</div> <div id="SRResults"></div> <script type="text/javascript"><!-- createResults(); --></script> <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"); searchResults.Search(); --></script> </div> </body> </html>
workspace/myproject/myproject/templates/example/assets/apps/css/inbox.css
liangazhou/django-rdp
/* Cubic Bezier Transition */ /*** Inbox Page ***/ .inbox { margin-bottom: 20px; } .inbox .compose-btn { padding: 8px 14px; } .inbox .inbox-content { min-height: 400px; } .inbox .inbox-nav { margin: 30px 0; padding: 0; list-style: none; } .inbox .inbox-nav > li { padding: 0; margin: 0; } .inbox .inbox-nav > li > a { text-decoration: none !important; display: block; padding: 8px 16px; border-left: 4px solid transparent; } .inbox .inbox-nav > li > a:hover { background: #f1f4f7; } .inbox .inbox-nav > li > a .badge { float: right; margin-top: 1px; } .inbox .inbox-nav > li.active > a { border-left: 4px solid #ed6b75; } .inbox .inbox-nav > li.divider { padding: 0; margin: 4px 16px; border-top: 1px solid #eef1f5; } .inbox .inbox-contacts { margin: 0 0 30px 0; padding: 0; list-style: none; } .inbox .inbox-contacts > li { padding: 0; margin: 0; } .inbox .inbox-contacts > li.divider { padding: 0; margin: 4px 16px; border-top: 1px solid #eef1f5; } .inbox .inbox-contacts > li > a { position: relative; display: block; padding: 8px 16px; color: #3f444a; } .inbox .inbox-contacts > li > a:hover { background: #f1f4f7; text-decoration: none; } .inbox .inbox-contacts > li > a .contact-name { display: inline-block; padding-left: 5px; } .inbox .inbox-contacts > li > a .contact-pic { width: 30px; height: 30px; border-radius: 50% !important; } .inbox .inbox-contacts > li > a .contact-status { position: absolute; width: 10px; height: 10px; border-radius: 50% !important; left: 38px; top: 30px; } .inbox .input-actions .btn { margin-left: 10px; } .inbox .inbox-view-info { color: #666; padding: 5px 0; border-top: solid 1px #eee; border-bottom: solid 1px #eee; } .inbox .inbox-view-info .inbox-author { border-radius: 50% !important; margin-right: 10px; } .inbox .inbox-view-info .inbox-info-btn .btn-group { float: right; margin-top: 5px; } .inbox .inbox-sidebar { padding: 20px; border: 1px solid #e7ecf1; border-radius: 4px; } .inbox .inbox-body { padding: 20px; border: 1px solid #e7ecf1; border-radius: 4px; } .page-container-bg-solid .inbox .inbox-sidebar { background: #ffffff; border: 0; } .page-container-bg-solid .inbox .inbox-body { background: #ffffff; border: 0; } .inbox .inbox { margin-bottom: 0px; } .inbox .tab-content { overflow: inherit; } .inbox .inbox-loading { display: none; font-size: 22px; font-weight: 300; } /*Inbox Content*/ .inbox .inbox-header { overflow: hidden; } .inbox .inbox-header h1 { margin: 0; color: #666; margin-bottom: 20px; } .inbox .pagination-control { text-align: right; } .inbox .pagination-control .pagination-info { display: inline-block; padding-right: 10px; font-size: 14px; line-height: 14px; } .inbox tr { color: #777; font-size: 13px; } .inbox tr label { display: inline-block; margin-bottom: 0; } .inbox tr.unread td { font-weight: 600; } .inbox td i.icon-paper-clip { top: 2px; color: #d8e0e5; font-size: 17px; position: relative; } .inbox tr i.icon-star, .inbox tr i.icon-trash { cursor: pointer; } .inbox tr i.icon-star { color: #eceef0; } .inbox tr i.icon-star:hover { color: #fd7b12; } .inbox tr i.inbox-started { color: #fd7b12; } .inbox .table th, .inbox .table td { border: none; } .inbox .table th { background: #eef4f7; border-bottom: solid 5px #fff; } .inbox th.text-right { text-align: right; } .inbox th label.inbox-select-all { color: #828f97; font-size: 13px; padding: 1px 4px 0; } .inbox td.text-right { width: 100px; text-align: right; } .inbox td.inbox-small-cells { width: 10px; } .inbox .table-hover tbody tr:hover > td, .inbox .table-hover tbody tr:hover > th, .inbox .table-striped tbody > tr:nth-child(odd) > td, .inbox .table-striped tbody > tr:nth-child(odd) > th { background: #f8fbfd; cursor: pointer; } .inbox .table-hover tbody tr:hover > td, .inbox .table-hover tbody tr:hover > th { background: #eef4f7; } /*Inbox Drafts*/ .inbox .inbox-drafts { padding: 8px 0; text-align: center; border-top: solid 1px #eee; border-bottom: solid 1px #eee; } /*Inbox View*/ .inbox-view-header { margin-bottom: 20px; } .inbox-view-header h1 { color: #666; font-size: 22px; line-height: 24px; margin-bottom: 0 !important; } .inbox-view-header h1 a { top: -2px; color: #fff; cursor: pointer; font-size: 13px; padding: 2px 7px; line-height: 16px; position: relative; background: #b0bcc4; display: inline-block; } .inbox-view-header h1 a:hover { background: #aab5bc; text-decoration: none; } .inbox-view-header i.icon-print { color: #94a4ab; cursor: pointer; font-size: 14px; display: inline-block; padding: 6px 8px !important; background: #edf1f4 !important; } .inbox-view-header i.icon-print:hover { background: #e7ebef !important; } .inbox-view-info strong { color: #666; margin: 0 10px 0 5px; } .inbox-view { color: #666; padding: 10px 0 0; } .inbox-view a { color: #169ce9; } .inbox-attached { line-height: 16px; } .inbox-attached a { margin: 0 2px; } .inbox-attached img { height: auto; max-width: 250px; margin-bottom: 5px; } .inbox-attached span { margin-right: 3px; } .inbox-attached strong { color: #555; display: block; font-size: 13px; } .inbox-attached .margin-bottom-25 { margin-bottom: 25px; } .inbox-attached .margin-bottom-15 { margin-bottom: 15px; } /*Inbox Compose*/ .inbox-compose { margin-top: 1px; border: solid 1px #eee; } .inbox-compose-btn { padding: 12px 12px; background: #f0f6fa; } .inbox-compose-attachment { padding: 8px 8px; } .inbox-compose-attachment .btn { padding: 4px 10px; } .inbox-compose .inbox-form-group { margin-bottom: 0; position: relative; border-bottom: solid 1px #eee; } .inbox-compose .controls { margin-left: 85px; } .inbox-compose .inbox-form-group > label { width: 80px; float: left; color: #979797; text-align: right; } .inbox-compose .controls > input { border: none !important; } .inbox-compose .controls-to { padding-right: 55px; } .inbox-compose .controls-cc { padding-right: 20px; } .inbox-compose .controls-bcc { padding-right: 20px; } .inbox-compose .inbox-form-group a.close { top: 13px; right: 10px; position: absolute; } .inbox-compose .mail-to .inbox-cc-bcc { display: inline-block; top: 7px; right: 10px; color: #979797; font-size: 14px; cursor: pointer; position: absolute; } .inbox-compose .mail-to .inbox-bcc { margin-left: 5px; } .inbox-compose .mail-to inbox-cc:hover, .inbox-compose .mail-to inbox-bcc:hover { color: #777; } .inbox-compose .wysihtml5 { padding: 0px !important; margin: 0px !important; border: 0 !important; } .inbox-compose .wysihtml5-sandbox { padding: 0px !important; margin: 0px !important; display: block !important; border: 0 !important; margin-top: 5px; width: 100% !important; border-left: none; border-right: none; border-color: #eee; } .inbox-compose .wysihtml5-toolbar { border: 0; border-bottom: 1px solid #eee; } .inbox-compose .wysihtml5-toolbar > li { height: 34px; margin-right: 0; margin-bottom: 0; } .inbox-compose .wysihtml5-toolbar > li > a, .inbox-compose .wysihtml5-toolbar > li > div > a { background: #fff !important; border-color: #fff !important; } .inbox-compose .wysihtml5-toolbar > li > a:hover, .inbox-compose .wysihtml5-toolbar > li > div > a:hover { background: #f1f1f1 !important; border-color: #f1f1f1 !important; border-radius: 0; } .inbox-compose .wysihtml5-toolbar .dropdown.open .dropdown-toggle, ul.wysihtml5-toolbar a.btn.wysihtml5-command-active { background: #eee !important; } @media (max-width: 480px) { .inbox-compose .inbox-form-group > label { margin-top: 7px; } }
wp-content/plugins/jetpack/css/jetpack-admin.css
FlorianTopf/pixie
/*! * Do not modify this file directly. It is compiled Sass code. * @see: jetpack/_inc/jetpack.scss */ .j-row { width: 100%; margin: 0 auto; } .j-row:before, .j-row:after { content: " "; display: table; } .j-row:after { clear: both; } .j-col { padding: 0.85em; width: 100%; float: left; position: relative; } @media only screen { .j-sm-1 { width: 8.33333%; } .j-sm-2 { width: 16.66667%; } .j-sm-3 { width: 25%; } .j-sm-4 { width: 33.33333%; } .j-sm-5 { width: 41.66667%; } .j-sm-6 { width: 50%; } .j-sm-7 { width: 58.33333%; } .j-sm-8 { width: 66.66667%; } .j-sm-9 { width: 75%; } .j-sm-10 { width: 83.33333%; } .j-sm-11 { width: 91.66667%; } .j-sm-12 { width: 100%; } } @media (min-width: 530px) { .j-md-1 { width: 8.33333%; } .j-md-2 { width: 16.66667%; } .j-md-3 { width: 25%; } .j-md-4 { width: 33.33333%; } .j-md-5 { width: 41.66667%; } .j-md-6 { width: 50%; } .j-md-7 { width: 58.33333%; } .j-md-8 { width: 66.66667%; } .j-md-9 { width: 75%; } .j-md-10 { width: 83.33333%; } .j-md-11 { width: 91.66667%; } .j-md-12 { width: 100%; } } @media (min-width: 782px) { .j-lrg-1 { width: 8.33333%; } .j-lrg-2 { width: 16.66667%; } .j-lrg-3 { width: 25%; } .j-lrg-4 { width: 33.33333%; } .j-lrg-5 { width: 41.66667%; } .j-lrg-6 { width: 50%; } .j-lrg-7 { width: 58.33333%; } .j-lrg-8 { width: 66.66667%; } .j-lrg-9 { width: 75%; } .j-lrg-10 { width: 83.33333%; } .j-lrg-11 { width: 91.66667%; } .j-lrg-12 { width: 100%; } } body, button, input, select, textarea { color: #222222; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.4; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { color: #222; clear: both; } a { color: #0d72b2; transition: color .2s; text-decoration: none; } a:visited { color: #0d72b2; } a:hover { color: #0f92e5; } a:focus { outline: thin dotted; } address { margin: 0 0 1.5em; } abbr[title], acronym { cursor: help; } ins { background: #eee; text-decoration: none; } dt { font-weight: 700; } fieldset { border: 0; margin: 0; padding: 0; } textarea { resize: vertical; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } img { vertical-align: middle; } @-webkit-keyframes "grow" { 0% { -webkit-transform: scale(0.3); transform: scale(0.3); } 60% { -webkit-transform: scale(1.15); transform: scale(1.15); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes "grow" { 0% { -webkit-transform: scale(0.3); transform: scale(0.3); } 60% { -webkit-transform: scale(1.15); transform: scale(1.15); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes "candy" { 0% { -webkit-transform: scale(1); transform: scale(1); } 20% { -webkit-transform: scale(1.15); transform: scale(1.15); } 60% { -webkit-transform: scale(0.95); transform: scale(0.95); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes "candy" { 0% { -webkit-transform: scale(1); transform: scale(1); } 20% { -webkit-transform: scale(1.15); transform: scale(1.15); } 60% { -webkit-transform: scale(0.95); transform: scale(0.95); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes "flyer" { 0% { -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); } 100% { -webkit-transform: translate3d(680px, -680px, 0px); transform: translate3d(680px, -680px, 0px); } } @keyframes "flyer" { 0% { -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); } 100% { -webkit-transform: translate3d(680px, -680px, 0px); transform: translate3d(680px, -680px, 0px); } } .button, .download-jetpack { transition: all .1s ease-in-out; } .jp-button, .jp-button--settings { display: inline-block; position: relative; padding: 0.76923em 1.46154em; color: #efefef; font: 800 0.9285714286em/1 'Open Sans', Helvetica, sans-serif; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); background: #6f7476; border-radius: 3px; } .jp-button:visited, .jp-button--settings:visited { color: #efefef; } .jp-button:hover, .jp-button--settings:hover, .jp-button:focus, .jp-button--settings:focus { color: #fff; background: #57972d; } .jp-button:active, .jp-button--settings:active { background: #57972d; opacity: 0.8; } .jp-button--settings { background: #93b45f; color: #e8eedf; } .jp-button--settings:visited { color: #e8eedf; } .jp-button--settings:hover, .jp-button--settings:focus { background: #9fbd72; color: #fff; } .jp-button--settings.current { background: #3c6621; color: #fff; box-shadow: inset 0 2px 0 #365A1F, inset 0 1px 3px #3c6621; } .download-jetpack { display: inline-block; position: relative; padding: 0.64286em 1.08696em 0.53571em; color: #fff; font: 400 20px/1 "proxima-nova", 'Open Sans', Helvetica, sans-serif; background: #518d2a; z-index: 3; border-radius: 6px; box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4); } .download-jetpack:visited { color: #fff; } .download-jetpack:hover, .download-jetpack:focus { color: #fff; background: #57972d; box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4); } .download-jetpack:active { top: 6px; box-shadow: 0 0px 0 #3e6c20, 0 0 0 rgba(0, 0, 0, 0.4); } .download-jetpack:active:after { top: -6px; } .download-jetpack:before { content: ''; display: inline-block; position: relative; top: -2px; margin-right: 13px; width: 30px; height: 30px; vertical-align: middle; background: url("../images/connect-plug.svg") center center no-repeat; background-size: 100%; } .download-jetpack:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } @media (max-width: 1147px) { .download-jetpack { font-size: 1.28571em; } .download-jetpack:before { top: -1px; width: 23px; height: 23px; } } @media (max-width: 900px) { .download-jetpack:active { top: 0; } } @media (max-width: 530px) { .download-jetpack { font-size: 1.21429em; font-weight: 600; } .download-jetpack:before { width: 19px; height: 19px; margin-right: 9px; } } #searchsubmit { display: inline-block; border: none; position: relative; padding: 0.71429em 1.5em; color: #efefef; font: 800 0.8em/1 'Open Sans', Helvetica, sans-serif; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); background: #6f7476; outline: none; border-radius: 3px; } #searchsubmit:visited { color: #efefef; } #searchsubmit:hover, #searchsubmit:focus { color: #fff; background: #2aa0d5; } #searchsubmit:active { opacity: 0.7; } @font-face { font-family: 'automatticons'; src: url("../_inc/fonts/automatticons/automatticons.eot"); src: url("../_inc/fonts/automatticons/automatticons.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/automatticons/automatticons.woff") format("woff"), url("../_inc/fonts/automatticons/automatticons.ttf") format("truetype"), url("../_inc/fonts/automatticons/automatticons.svg#automatticonsregular") format("svg"); font-weight: normal; font-style: normal; } @font-face { font-family: "jetpack"; src: url("../_inc/fonts/jetpack/jetpack.eot"); src: url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/jetpack/jetpack.woff") format("woff"), url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"), url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio: 0) { @font-face { font-family: "jetpack"; src: url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg"); } } .nav-horizontal a { display: inline-block; } .nav-horizontal li { position: relative; float: left; } .nav-horizontal ul { margin: 0; padding: 0; } *, *:before, *:after { -moz-box-sizing: border-box; box-sizing: border-box; } ::-moz-selection { background: #91bd51; color: #fff; text-shadow: none; } ::selection { background: #91bd51; color: #fff; text-shadow: none; } #wpbody-content { padding-bottom: 0; } #wpcontent { margin-left: 160px; padding: 0; } ul#adminmenu a.toplevel_page_jetpack:after { border-right-color: #81a844; } .folded #wpcontent { margin-left: 36px; } .jp-content { background: #f9f9f9; margin: 0; height: auto; min-height: 100%; width: 100%; width: 100%; -webkit-font-smoothing: antialiased; } .jp-content .wrapper { background: #f9f9f9; } @media (max-width: 900px) { #wpcontent, .auto-fold #wpcontent, .auto-fold #wpfooter, .modal, .configure .frame.top.fixed { margin-left: 36px; padding-left: 0; } } @media (max-width: 782px) { #wpcontent, .auto-fold #wpcontent, .auto-fold #wpfooter, .modal, .configure .frame.top.fixed { margin-left: 0; } } @media (max-width: 782px) { .configure .frame.top.fixed { padding-left: 0; } } .wrap.inner, .page-content { max-width: 950px; margin: 0 auto; } .wrap.inner li, .page-content li { line-height: 23px; } @media (max-width: 530px) { .page-content { margin-top: 0; } } @media (max-width: 1147px) { .wrap.inner { background: #f9f9f9; padding: 15px; } } @media (max-width: 530px) { .wrap.inner { margin-top: 1.71429em; } } .jetpack_page_jetpack_modules .header-nav { margin: 0; } .jetpack_page_jetpack_modules .page-content { max-width: 1200px; min-height: 500px; margin: 0; } .page-content.about { position: relative; z-index: 10; } @media (max-width: 1147px) { .page-content.about { background: #f9f9f9; padding: 15px; } } @media (max-width: 1147px) { .page-content.configure { background: #f9f9f9; } } .footer nav { max-width: 550px; margin: 0 auto; } .header { left: 0; right: 0; background: #81a844; } .header-nav li { line-height: 60px; } .header-nav a { padding: 0 0.71429em; line-height: 24px; } .header-nav .jetpack-logo a { display: inline-block; position: relative; width: 214px; margin-right: 6px; background: url(../images/jetpack-logo.png) center center no-repeat; background: url(../images/jetpack-logo.svg) center center no-repeat, none; background-size: 183px auto; color: #fff; line-height: 60px; font-weight: normal; } .header-nav .jetpack-logo a span { text-indent: -9999px; visibility: hidden; } .header-nav .jetpack-logo a:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: 183px 32px; } .header-nav .jetpack-modules + .jetpack-modules { margin-left: 15px; } .main-nav { float: left; } .main-nav li { margin: 0; } @media (max-width: 900px) { .main-nav { font-size: 13px; } } .user-nav { float: right; } .user-nav li { margin: 0; } .jetpack-pagestyles #screen-meta { margin: 0; } .jetpack-pagestyles #screen-meta-links .screen-meta-toggle { z-index: 2; } .jetpack-pagestyles #screen-options-link-wrap, .jetpack-pagestyles #contextual-help-link-wrap { border: none; } .jetpack-pagestyles .update-nag { display: none; } .masthead { position: relative; text-align: center; z-index: 1; background-color: #81a844; background-image: linear-gradient(top, #81a844, #8eb74e); } .masthead.hasbutton .flyer { bottom: -270px; } .masthead.hasbutton .subhead { margin-top: 175px; } @media (max-width: 530px) { .masthead.hasbutton .subhead { margin-top: 105px; padding: 0; } } .masthead h1, .masthead h2 { margin: 0 auto; } .masthead h1 { padding: 2.5em 0 1.11111em; max-width: 21.94444em; color: #fff; font: 300 2.57143em/1.4em "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif; position: relative; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); z-index: 3; } .masthead h1 + .flyby { margin-top: 180px; } @media (max-width: 1147px) { .masthead h1 { padding-top: 1.83333em; font-size: 2.14286em; } } @media (max-width: 782px) { .masthead h1 { max-width: 600px; font-size: 28px; } } @media (max-width: 530px) { .masthead h1 { margin: 0 15px; padding: 31px 0 15px 0; font-size: 21px; font-weight: 400; } } .jetpack-connected .masthead h1 { margin-bottom: 33px; max-width: 600px; } .flyer { position: absolute; bottom: -200px; left: 4%; z-index: 1; -webkit-animation: flyer 3.4s 2s ease-in-out; animation: flyer 3.4s 2s ease-in-out; } .flyer:nth-child(2) { left: 49%; width: 120px; height: 131px; -webkit-animation-delay: 4.6s; animation-delay: 4.6s; -webkit-animation-duration: 2.4s; animation-duration: 2.4s; } .flyer:nth-child(3) { left: 23%; width: 60px; height: 66px; -webkit-animation-delay: 5.8s; animation-delay: 5.8s; -webkit-animation-duration: 4.5s; animation-duration: 4.5s; } .subhead { position: relative; margin-top: 105px; padding: 4em 0; background: #f9f9f9; z-index: 2; } .subhead h2 { max-width: 460px; color: #5d6d74; font: 400 1.57143em/1.4em "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif; text-shadow: 0 1px 1px #fff; } @media (max-width: 900px) { .subhead h2 { max-width: 428px; font-size: 20px; } } @media (max-width: 530px) { .subhead h2 { display: none; } } .subhead:after { content: ''; position: absolute; bottom: 100%; left: 0; margin-bottom: -1px; width: 100%; height: 228px; background: url("../images/the-cloud.svg") center bottom repeat-x; pointer-events: none; z-index: -1; } @media (max-width: 1147px) { .subhead { margin-top: 122px; padding: 70px 0 49px; } .subhead:after { background-size: 160% auto; } } @media (max-width: 900px) { .subhead { margin-top: 122px; padding: 70px 0 49px; } } @media (max-width: 530px) { .subhead { margin-top: 83px; padding: 47px 15px 39px; } } .clouds-sm { height: 100px; position: relative; text-align: center; z-index: 1; background-color: #81a844; background-image: linear-gradient(top, #81a844, #89b348); } .clouds-sm:after { content: ''; position: absolute; bottom: 0; left: 0; margin-bottom: -1px; width: 100%; height: 137px; background: url("../images/the-cloud-sm.svg") center bottom repeat-x; pointer-events: none; z-index: 2; } @media (max-width: 530px) { .clouds-sm { height: 90px; } } .featured { border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; background: #fff; position: relative; padding: 2.0em 1em 4.6em 1em; text-align: center; z-index: 1; } .featured:before { content: ""; display: block; position: absolute; top: 0; height: 100%; z-index: -1; } .featured .features, .featured .modules { margin: 0 auto; display: inline-block; } @media (max-width: 530px) { .featured { display: none; } } .featured h2, .module-grid h2 { margin-top: 1em; color: #5d6d74; font: 300 2em/1em "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif; text-align: center; } @media (max-width: 900px) { .featured h2, .module-grid h2 { font-size: 30px; } } @media (max-width: 782px) { .featured h2, .module-grid h2 { font-size: 28px; } } .features, .modules { margin: 0 -5px; } .feature, .module { position: relative; float: left; margin: 0 5px 10px; width: 310px; transition: all .2s ease-in-out; } @media (max-width: 1147px) { .feature, .module { margin: .75% 0 .75% 1.5%; width: 32.333333%; transition: none; } .feature:nth-child(3n + 1), .module:nth-child(3n + 1) { margin-left: 0; } .feature:hover, .module:hover { top: 0; box-shadow: none; } } .feature { -webkit-transform: translateZ(0); transform: translateZ(0); } .feature h3 { margin: 0 0 0.58824em; color: #697b84; font-size: 1.21429em; line-height: 1em; font-weight: 800; } .feature p { margin: 0; color: #6e818a; } .feature:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 10px; background: rgba(0, 0, 0, 0.02); z-index: -1; -webkit-transform: translateZ(0); transform: translateZ(0); transition: all .2s ease-in-out; } .feature:hover { -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); } .feature:hover h3 { color: #1a8dba; } .feature:hover .feature-img { border: 1px solid #ccc; border-bottom: none; } .feature:hover .no-border { border: none; } .feature:hover:before { -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); } @media (max-width: 1147px) { .feature:hover h3 { color: #6e818a; } .feature:hover .feature-img { border: 1px solid #ddd; border-bottom: none; } .feature:hover .no-border { border: none; } } .feature .feature-img { padding-top: 52%; width: 100%; height: auto; border: 1px solid #ddd; border-bottom: none; } .feature .feature-img.custom-css { background: url("../images/custom-css.jpg") no-repeat; background-size: 100% auto; } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi) { .feature .feature-img.custom-css { background-image: url("../images/custom-css@2x.jpg"); } } .feature .feature-img.wordpress-connect { background: url("../images/wordpress-connect.jpg") no-repeat; background-size: 100% auto; } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi) { .feature .feature-img.wordpress-connect { background-image: url("../images/wordpress-connect@2x.jpg"); } } .feature .feature-img.wordpress-stats { background: url("../images/wordpress-stats.jpg") no-repeat; background-size: 100% auto; } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi) { .feature .feature-img.wordpress-stats { background-image: url("../images/wordpress-stats@2x.jpg"); } } .feature .feature-img.no-border { border: none; padding-bottom: 1px; } .feature-description { display: block; padding: 1em 1.07143em 1.07143em; border: 1px solid #ddd; background: #f5f5f5; } .feature:hover .feature-description { background: #fff; border-color: #ccc; } @media (max-width: 1147px) { .feature:hover .feature-description { border: 1px solid #ddd; background: #f5f5f5; } } @media (max-width: 900px) { .feature-description { min-height: 115px; } } .cat { clear: both; margin-bottom: 23px; } .cat h3 { font-size: 24px; font-weight: 300; margin: 0 0 13px 6px; text-align: left; } .cat .clear { clear: both; } .module-grid { text-align: center; } .module-grid h2 { margin: 1em 0; } @media (max-width: 530px) { .module-grid h2 { padding-top: 16px; margin-top: 0; font-size: 25px; } } #module-search { position: relative; width: 100%; max-width: 40.71429em; margin: 0 auto 1.07143em; overflow: hidden; } #jetpack-search { margin: 0; padding: 11px 16px 11px 16px; width: 100%; border: 1px solid #c9ced0; border-radius: 3px; background: #fff; color: #5c6671; line-height: 1.3; } #jetpack-search:focus { color: #5c6671; outline: none; } #jetpack-search:focus + label { background: transparent; opacity: 0; } #jetpack-search::-webkit-input-placeholder { color: #a8acae; } #jetpack-search :-moz-placeholder { color: #a8acae; } #jetpack-search::-moz-placeholder { color: #a8acae; } #jetpack-search:-ms-input-placeholder { color: #a8acae; } #jetpack-search + label { position: absolute; top: 1px; right: 1px; bottom: 1px; width: 48px; color: #abafb1; text-indent: -9999px; pointer-events: none; border-radius: 3px; transition: all .2s ease-in-out; } #jetpack-search + label:after { content: '\f400'; position: absolute; right: 11px; text-align: right; top: 4px; font-size: 1.71429em; font-weight: normal; font-family: "genericons"; } .jp-filter { margin-bottom: 2.85714em; color: #6f7476; } .jp-filter a { display: inline-block; position: relative; padding: 0.76923em 1.46154em; color: #aaa; font: 600 0.92857em/1 "Open Sans", Helvetica, Arial, sans-serif; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2); background: #eee; border-radius: 3px; background-clip: padding-box; } .jp-filter a.selected, .jp-filter a:hover, .jp-filter a:focus { color: #efefef; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); background: #6f7476; } @media (max-width: 530px) { .jp-filter a { padding: 0.76em 1em; } } .module { display: block; padding: 0.71429em 1.07143em 1em; text-align: left; border: 1px solid #dae0e2; background: #fff; box-shadow: 0 0 0 rgba(0, 0, 0, 0.03); transition: opacity 2s ease-in; } .module:hover { border-color: #8ac9e8; background: #f8fcfe; } .module h3 { cursor: pointer; margin: 0 0 0.5em; color: #1a8dba; font-size: 1.14286em; line-height: 1.4em; font-weight: 700; } .module p { margin: 0; color: #686f72; font-size: 0.85714em; } .module:hover, .module:focus { border-color: #8ac9e8; background: #f8fcfe; } .module.active { border-color: #2ea2cc; box-shadow: inset 4px 0 0 #2ea2cc; } .module.active:hover { border-color: #69bedd; box-shadow: inset 4px 0 0 #69bedd; } .module .button, .module .button-primary { margin-top: 15px; } @media (max-width: 530px) { .module .configure, .module .activate { display: block; width: 100%; text-align: center; } .module .button, .module .button-primary { width: 50%; } .module .button-primary { line-height: normal; padding: 6px 14px; height: auto; font-size: 14px; } } @media screen and (max-width: 450px) { .module .button, .module .button-primary { margin: 20px auto 0 auto; } .module .button.alignright, .module .button-primary.alignright { float: none; } } @media (max-width: 1147px) { .cat .module:nth-child(3n + 1) { margin: .75% 0 .75% 1.5%; } .cat .module:nth-child(3n - 1) { margin-left: 0; } } @media (max-width: 900px) { .cat .module { margin: 1% 0 1% 2%; } .cat .module:nth-child(2n + 1) { margin: 1% 0 1% 2%; } .cat .module:nth-child(2n + 0) { margin-left: 0; } } @media (max-width: 530px) { .cat .module { margin: 5px 0; } .cat .module:nth-child(2n + 1) { margin-left: 0; } .cat .module:nth-child(2n + 0) { margin-left: 0; } } @media (max-width: 900px) { .module { margin: 1% 0 1% 2%; width: 49%; } .module:nth-child(3n + 1) { margin-left: 2%; } .module:nth-child(2n + 1) { margin-left: 0; } } @media (max-width: 530px) { .module { margin: 5px 0; width: 100%; } .module:nth-child(3n + 1) { margin-left: 0; } .module:nth-child(2n + 1) { margin-left: 0; } } .new { position: relative; } .new:after { content: 'NEW'; position: absolute; top: -8px; right: -8px; padding-top: 10px; width: 32px; height: 32px; color: #fff; font-size: 8px; font-weight: 800; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); background: url("../images/new-badge.svg") center center no-repeat; background-size: 100%; border-radius: 50%; } .paid { display: inline-block; position: relative; top: 5px; margin-left: 10px; padding: 1px 6px 0 4px; height: 13px; color: #fff; font: 700 10px/1 "Open Sans", Helvetica, Arial, sans-serif; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05); background: #d0d0d0; vertical-align: top; } .paid:before, .paid:after { position: absolute; top: 0; right: 100%; font: normal 14px/14px "genericons"; } .paid:before { content: '\f503'; color: #d0d0d0; text-shadow: none; } .paid:after { content: '\f428'; margin-right: -5px; font-size: 11px; } .rtl .paid:before { content: '\f501'; } .load-more { margin: 2.71429em 0 6.15385em; } .set { display: none; } .show.set { display: block; } .loading { bottom: 50%; position: absolute; top: 50%; width: 100%; } .loading span { color: #999; } .modal { background: #fff; position: fixed; top: 52px; bottom: 20px; right: 20px; left: 20px; margin-left: 160px; display: none; box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); z-index: 500; } .modal .close { position: absolute; top: 0; right: 0; font: 300 1.71429em "genericons" !important; color: #777; content: '\f405'; display: inline-block; padding: 0.28571em 0.71429em 0.42857em; z-index: 5; } .modal .close:hover { background: #eee; opacity: 0.8; } .modal .close:active { background: #eee; opacity: 0.4; } .modal #jp-post-flair { display: none; } .modal .content-container { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: auto; padding: 2.14286em; } .modal .content { margin: 0 auto; max-width: 900px; text-align: left; } .modal h2 { text-align: left; margin-top: 0; color: #5d6d74; font: 300 32px "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif; text-shadow: 0 1px 1px #fff; } @media (max-width: 530px) { .modal h2 { font-size: 26px; } } .modal h5 { clear: left; } .modal p { font-size: 1.23077em; } .modal footer { position: absolute; left: 0; bottom: 0; width: 100%; padding: 12px 20px; border-top: 1px solid #ddd; background: #fff; text-align: right; } .modal footer ul { margin: 0; } .modal footer li { display: inline-block; margin: 0; } .modal .button-secondary, .modal .button-primary:active { vertical-align: baseline; } @media (max-width: 900px) { .modal { bottom: 5%; margin-left: 36px; font-size: 80%; } .modal .content { top: 38px; } } @media (max-width: 782px) { .modal { top: 66px; margin-left: 0; } } @media (max-width: 600px) { .modal { top: 10px; right: 10px; bottom: 10px; left: 10px; } } .jp-info-img { float: right; margin: 0 0 30px 30px; } .jp-info-img img { border: 1px solid #ddd; max-width: 100%; height: auto; } .jp-info-img img:first-child { margin-top: 0; } @media (max-width: 782px) { .jp-info-img { float: none; margin: 0 0 15px; } } .content-container.modal-footer { bottom: 53px; } .shade { background: #000; bottom: 0; cursor: pointer; display: none; left: 0; opacity: 0.2; position: fixed; right: 0; top: 0; z-index: 11; } .entry-title, .page-template-default h1 { margin-top: 0.61111em; color: #5d6d74; font: 300 2.57143em/1.4em "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif; text-shadow: 0 1px 1px #fff; } @media (max-width: 530px) { .entry-title, .page-template-default h1 { font-size: 2em; } } .blog h3, .single h3, .page-template-default h2 { margin-top: 0.61111em; color: #5d6d74; font: 300 1.9em "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif; text-shadow: 0 1px 1px #fff; } @media (max-width: 530px) { .blog h3, .single h3, .page-template-default h2 { font-size: 1.4em; } } .page-template-default p { line-height: 1.71429em; } .blog .type-post, .page-template-default .type-page, .single .type-post, .single .type-jetpack_support { float: left; width: 70%; } .footer { margin-top: 1.42857em; position: relative; padding: 10em 0 4.28571em; text-align: center; } .footer:before, .footer:after { content: ''; position: absolute; left: 0; pointer-events: none; } .footer:before { top: 0; margin-top: -1px; width: 100%; height: 195px; } .footer:after { display: none; } .footer .download-jetpack { margin-bottom: 33px; } @media (min-width: 1147px) { .footer { padding-bottom: 35px; } } @media (max-width: 1147px) { .footer { padding-top: 165px; padding-bottom: 0; /*&:after { display: none; }*/ } .footer:before { background-size: 160% auto; } .footer ul { float: none; overflow: hidden; } } @media (max-width: 900px) { .footer { padding-top: 146px; } } @media (max-width: 782px) { .footer { margin-top: 0; } } @media (max-width: 530px) { .footer { margin-top: 0; padding-top: 135px; } } @media (max-width: 320px) { .footer { padding-top: 76px; } } .footer nav { max-width: 100%; } .footer nav a, .footer nav a:visited { padding: 4px 6px; color: #999; } .footer nav a:hover, .footer nav a:focus, .footer nav a:visited:hover, .footer nav a:visited:focus { color: #81A844; } @media (max-width: 1147px) { .footer nav a:hover, .footer nav a:focus, .footer nav a:visited:hover, .footer nav a:visited:focus { color: #81a844; } } @media (max-width: 530px) { .footer nav li { display: block; float: none; margin: 0; text-align: left; } .footer nav a { display: block; padding: 0 16px; line-height: 44px; } } .primary { padding: 25px 15px 10px 15px; border-bottom: 1px solid #eee; } .secondary-footer { margin: 0 auto; } .secondary-footer li { margin-right: 5px; } @media (min-width: 782px) { .secondary-footer { padding: 8px 15px 10px; margin-bottom: 30px; border-bottom: 1px solid #eee; } } @media (min-width: 1147px) { .secondary-footer { margin-bottom: 0; } } @media (max-width: 782px) { .secondary-footer { padding: 8px 15px 8px; border-bottom: none; } } @media (max-width: 530px) { .secondary-footer { margin: 0; padding: 0; border: none; font-weight: 400; } .secondary-footer a { border-top: 1px solid #eee; } } .footer .a8c-attribution { margin: 0; padding: 0 6px; color: #bbb; font-size: 0.78571em; font-family: "Gill Sans", "Gill Sans MT", "Open Sans", Helvetica, Arial, sans-serif; text-transform: uppercase; } .footer .a8c-attribution a { display: inline-block; position: relative; padding: 4px 16px; right: 9999px; outline: 0; } .footer .a8c-attribution a:after { content: 'A'; position: absolute; top: 2px; right: -9999px; height: 100%; color: #999; font-size: 1.54545em; font-family: "automatticons"; text-align: center; } .footer .a8c-attribution a:hover:after { -webkit-animation: candy .4s ease-in-out; animation: candy .4s ease-in-out; } @media (min-width: 782px) { .secondary { padding: 0 15px 10px 15px; border-bottom: 1px solid #eee; } } @media (min-width: 1147px) { .secondary { padding: 0 15px 10px 15px; border-bottom: none; } } .jetpack-message { background: #8eb74e; border: 1px solid #73963d; margin: 33px auto 0; max-width: 90%; position: relative; z-index: 2; } .jetpack-message.is-opt-in { margin: 50px 0 0; max-width: 100%; padding: 10px 15px; background: #fff; border: 0; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); font-size: 13px; text-align: center; } .subhead .jetpack-message.is-opt-in { margin: 0; padding-bottom: 0; background: transparent; box-shadow: none; } .subhead .jetpack-message.is-opt-in .jp-button, .subhead .jetpack-message.is-opt-in .jp-button--settings { display: inline-block; } .jetpack-message.is-opt-in p { color: #3c4549; } .jetpack-message.is-opt-in .jp-button, .jetpack-message.is-opt-in .jp-button--settings { margin-top: 15px; display: none; } .jetpack-message .squeezer h2 { font-size: 1em; } .jetpack-message h2 { color: #fff; margin: 0; } .jetpack-message p { color: #fff; margin: 0; opacity: 0.7; } .jetpack-message .squeezer { padding: 23px 23px 23px 80px; position: relative; text-align: left; } .jetpack-message .squeezer:before { color: #fff; content: '\f418'; font-family: 'Genericons'; font-size: 33px; height: 33px; left: 25px; opacity: 0.6; position: absolute; top: 23px; top: calc(50% - 22px ); } @media (max-width: 530px) { .jetpack-message .squeezer { padding: 23px; } .jetpack-message .squeezer:before { display: none; } } .jetpack-message .squeezer a { color: #FFF; border-bottom: 1px solid #D5E4BD; } .jetpack-message .squeezer a:hover { border-bottom: 1px solid #F1F6E9; } .jetpack-message.error .squeezer:before, .jetpack-message.jetpack-err .squeezer:before { content: '\f414'; } .configure-module .jetpack-message { max-width: 100%; } .jetpack-modules #site-icon-deprecated .info, .modules h3.icon, .jetpack-modules .info a { width: auto; } .jetpack-modules #site-icon-deprecated .info:before, .modules h3.icon:before, .jetpack-modules .info a:before { display: inline-block; position: relative; top: 1px; left: -3px; margin-right: 2px; opacity: 0.8; font: normal 20px "genericons"; vertical-align: top; } .jetpack-modules .info a:before { margin-top: 1px; } .latex:before, .jetpack-modules #latex .info a:before { content: '\f408'; } .carousel:before, .jetpack-modules #carousel .info a:before { content: '\f102'; } .modules h3.contact-form:before, .jetpack-modules #contact-form .info a:before { content: '\f175'; font: normal 20px "dashicons"; } .modules h3.custom-css:before, .jetpack-modules #custom-css .info a:before { content: '\f100'; font: normal 20px "dashicons"; } .modules h3.enhanced-distribution:before, .jetpack-modules #enhanced-distribution .info a:before { content: '\f237'; font: normal 20px "dashicons"; } .modules h3.widgets:before, .jetpack-modules #widgets .info a:before { content: '\f116'; font: normal 20px "dashicons"; } .modules h3.gravatar-hovercards:before, .jetpack-modules #gravatar-hovercards .info a:before { content: 'G'; font-family: "automatticons"; } .infinite-scroll:before, .jetpack-modules #infinite-scroll .info a:before { content: '\f408'; } .comments:before, .jetpack-modules #comments .info a:before { content: '\f108'; } .sso:before, .jetpack-modules #sso .info a:before { content: '\f205'; } .json-api:before, .jetpack-modules #json-api .info a:before { content: '\f415'; } .likes:before, .jetpack-modules #likes .info a:before { content: '\f408'; } .markdown:before, .jetpack-modules #markdown .info a:before { content: '\f462'; } .minileven:before, .jetpack-modules #minileven .info a:before { content: '\f453'; } .manage:before, .jetpack-modules #manage .info a:before { content: '\f205'; } .monitor:before, .jetpack-modules #monitor .info a:before { content: '\f468'; } .notes:before, .jetpack-modules #notes .info a:before { content: '\f300'; } .omnisearch:before, .jetpack-modules #omnisearch .info a:before { content: '\f400'; } .photon:before, .jetpack-modules #photon .info a:before { content: '\f403'; } .post-by-email:before, .jetpack-modules #post-by-email .info a:before { content: '\f410'; } .protect:before, .jetpack-modules #protect .info a:before { content: '\f470'; position: relative; top: -1px; } .modules h3.publicize:before, .jetpack-modules #publicize .info a:before { content: '\f237'; font: normal 20px "dashicons"; } .related-posts:before, .jetpack-modules #related-posts .info a:before { content: '\f420'; } .sharedaddy:before, .jetpack-modules #sharedaddy .info a:before { content: '\f415'; } .shortcodes:before, .jetpack-modules #shortcodes .info a:before { content: '\f100'; } .verification-tools:before, .jetpack-modules #verification-tools .info a:before { content: '\f425'; } .after-the-deadline:before, .jetpack-modules #after-the-deadline .info a:before { content: '\f411'; } .subscriptions:before, .jetpack-modules #subscriptions .info a:before { content: '\f410'; } .tiled-gallery:before, .jetpack-modules #tiled-gallery .info a:before { content: '\f103'; } .modules h3.vaultpress:before, .jetpack-modules #vaultpress .info a:before { content: 'V'; font-family: "automatticons"; } .videopress:before, .jetpack-modules #videopress .info a:before { content: '\f104'; } .modules h3.widget-visibility:before, .jetpack-modules #widget-visibility .info a:before { content: '\f116'; font: normal 20px "dashicons"; } .stats:before, .jetpack-modules #stats .info a:before { content: '\f205'; } .shortlinks:before, .jetpack-modules #shortlinks .info a:before { content: '\f107'; } .modules h3.custom-content-types:before, .jetpack-modules #custom-content-types .info a:before { content: '\f498'; font: normal 20px "dashicons"; } .modules h3.site-icon:before, .jetpack-modules #site-icon .info a:before { content: '\f475'; } .jetpack-modules #site-icon-deprecated .info:before { content: '\f475'; } .jetpack-modules #sitemaps .info a:before { content: '\f507'; } @media (max-width: 782px) { .blog .type-post, .page-template-default .type-page, .single .type-post, .single .type-jetpack_support { width: 100%; } } @media (max-width: 600px) { .clouds-sm { display: none; } } @media (max-width: 530px) { .wrap.inner.jp-support .jp-support-column-left { width: 100%; } .wrap.inner.jp-support .jp-support-column-left .widget-text { margin-right: 0; width: 100%; } .wrap.inner.jp-support .jp-support-column-right { width: 100%; } } @media screen and (max-width: 515px) { .jp-frame .header-nav { padding-bottom: 10px; } .jp-frame .header-nav li { line-height: 30px; } .jp-frame .header-nav .jetpack-logo { width: 100%; text-align: center; } .jp-frame .header-nav .jetpack-modules { margin: 0; width: 50%; text-align: right; padding: 0 5px; } .jp-frame .header-nav .jetpack-modules + .jetpack-modules { text-align: left; } .jp-frame .header-nav .jetpack-modules:nth-child(4) { text-align: center; margin: 0 auto; width: 100%; } .jp-frame .header-nav .jetpack-modules:nth-child(4) a { padding: 0 10px; } } @media (max-width: 320px) { .jetpack_page_jetpack_modules .wrap { padding: 0 0 1em; } } .page-content.configure { margin-top: 0; } .configure .frame.top { border: none; box-shadow: none; padding-top: 1.42857em; position: relative; top: auto; } .configure .frame.top.fixed { background: #f9f9f9; border-bottom: 1px solid #e9e9e9; padding-left: 160px; margin-top: -6px; position: fixed; right: 0; top: 32px; width: 100%; z-index: 4; box-shadow: 0 2px 2px -2px #eee; } @media (max-width: 782px) { .configure .frame.top.fixed { border: none; box-shadow: none; padding-top: 1.42857em; position: relative; top: auto; } } @media (max-width: 600px) { .configure .frame.top.fixed { top: 0; } } .configure .frame.top .tablenav.top { float: left; } @media (max-width: 900px) { .configure .frame.top .tablenav.top .actions { display: block; } } @media (max-width: 782px) { .configure .frame.top .tablenav.top .actions { margin-top: 6px; } } .jp-frame-top-fixed .configure { padding-top: 94px; } .filter-search { display: none; float: right; margin-top: 10px; } @media (max-width: 782px) { .filter-search { display: block; } } @media (max-width: 530px) { .filter-search { display: none; } } .module-actions.landing-page { float: right; margin-right: 15px; } .module-actions.landing-page a { font-size: 0.6em; } .table-bordered.jetpack-modules { border: none; margin-bottom: 0; } .table-bordered.jetpack-modules tr.jetpack-module th { border-left: 0; padding: 14px 4px 0; } .table-bordered.jetpack-modules tr.jetpack-module th input { display: block; } .table-bordered.jetpack-modules tr.jetpack-module:hover .genericon { display: inline-block; } .table-bordered.jetpack-modules tr.jetpack-module:hover td .row-actions span a { opacity: 1; } .table-bordered.jetpack-modules tr.jetpack-module.active th, .table-bordered.jetpack-modules tr.jetpack-module.active td { background: #f7fcfe; } .table-bordered.jetpack-modules tr.jetpack-module.active th { border-left: 4px solid #2ea2cc; padding-left: 0px; } .table-bordered.jetpack-modules tr.jetpack-module.active td:first-child { border-left: 4px solid #2ea2cc; } .table-bordered.jetpack-modules tr.jetpack-module.unavailable { opacity: 0.3; } .table-bordered.jetpack-modules tr.jetpack-module.unavailable input { display: none; } .table-bordered.jetpack-modules tr.jetpack-module#vaultpress { opacity: 1; } .table-bordered.jetpack-modules tr.jetpack-module.deprecated span { color: #888; } .table-bordered.jetpack-modules tr.jetpack-module.deprecated .dep-msg { margin-right: 10px; color: #555; } .table-bordered.jetpack-modules tr.jetpack-module th, .table-bordered.jetpack-modules tr.jetpack-module td { background: #fff; margin: 0; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); } .table-bordered.jetpack-modules tr.jetpack-module td { padding: 10px 10px 8px 14px; line-height: 25px; } .table-bordered.jetpack-modules tr.jetpack-module td:first-child { border-left: 4px solid #fff; } .table-bordered.jetpack-modules tr.jetpack-module td .row-actions { float: right; padding: 0 0 1px; visibility: visible; } .table-bordered.jetpack-modules tr.jetpack-module td .row-actions span { margin-left: 5px; } .table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a { opacity: 0; } .table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a:focus { opacity: 1; } @media (max-width: 530px) { .table-bordered.jetpack-modules tr.jetpack-module td .row-actions { display: none; } } @media (max-width: 782px) { .table-bordered.jetpack-modules tr.jetpack-module td .row-actions { display: block; padding-left: 10px; visibility: visible; } } .table-bordered.jetpack-modules > thead > tr > th { border: 0; vertical-align: middle; } .table-bordered.jetpack-modules > thead > tr > th:last-child { padding-right: 0; } @media (max-width: 782px) { .table-bordered.jetpack-modules > thead > tr > th:last-child { padding-left: 0; } } .table-bordered.jetpack-modules td { background: #fff; } .table-bordered.jetpack-modules #doaction { margin-top: 0; } @media (max-width: 782px) { .table-bordered.jetpack-modules #doaction { padding: 10px 7px; } } .table-bordered.jetpack-modules .checkall { margin-top: 1px; } .table-bordered.jetpack-modules .filter-search { margin-top: 8px; } .table-bordered.jetpack-modules .genericon { color: #999; display: none; margin: 7px 3px 0; } @media (max-width: 900px) { .table-bordered.jetpack-modules .genericon { display: inline-block; } } .table-bordered.jetpack-modules .med { width: 70px; } .table-bordered.jetpack-modules .sm { width: 30px; } @media (max-width: 782px) { .table-bordered.jetpack-modules .check-column { width: 50px; } } .fixed-top .check-column { padding: 8px 10px 0 10px; width: 2.2em; } .wrap { margin: 0; padding: 0 1.5em 1em; overflow: hidden; } .wrap h2 { font-size: 24px; font-weight: 400; } .wrap .manage-left { float: left; margin: 0; padding: 0; width: 63%; } .wrap .manage-left table { width: 100%; } .wrap .manage-left th { font-weight: 400; } @media (max-width: 782px) { .wrap .manage-left { width: 100%; } } .wrap .manage-right { margin: 0; padding: 0; /*position: absolute; right: 0;*/ float: right; width: 35%; z-index: 1; } .wrap .manage-right p { font-size: 12px; font-weight: bold; color: #bbb; padding-top: 2px; text-transform: uppercase; letter-spacing: 1px; clear: left; } .wrap .manage-right .bumper { margin-left: 33px; } .wrap .manage-right.show { display: block; overflow-y: auto; overflow-x: hidden; position: absolute; z-index: 100000; } .wrap .manage-right .search-bar { margin-bottom: 18px; max-width: 300px; } .wrap .manage-right p.search-box { float: none; height: auto; margin-bottom: 0; position: relative; } .wrap .manage-right p.search-box input[type='search'] { padding: 0 8px; width: 90%; line-height: initial; } @media (max-width: 782px) { .wrap .manage-right p.search-box input[type='search'] { float: left; padding: 9px 8px; } } .wrap .manage-right p.search-box input[type="submit"] { display: none; } .wrap .manage-right .button-group .button { outline: none; } .wrap .manage-right .subsubsub { margin: 0; padding: 0; } .wrap .manage-right .subsubsub a { padding: 0; line-height: inherit; } .wrap .manage-right .subsubsub .current { padding: 1px 5px; border-radius: 2px; margin-left: -5px; background: #0D72B2; color: #fff; } .wrap .manage-right .subsubsub .current .count { color: #BCD7E7; font-weight: 200; } .wrap .manage-right .subsubsub li { display: block; text-align: left; } @media (max-width: 782px) { .wrap .manage-right { background: #fff; bottom: 0; display: none; min-width: 300px; position: fixed; right: 0; top: 0; z-index: 13; box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); } .wrap .manage-right .bumper { margin: 13px; } .wrap .manage-right .navbar-form { margin: 0; padding: 0; } } @media (max-width: 782px) { .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary):not(.check-column) { padding: 11px 10px; display: block; } .jetpack_page_jetpack_modules #doaction { padding: 7px 14px; } .jetpack_page_jetpack_modules .fixed-top thead .check-column { padding: 28px 10px 0 10px; } .jetpack_page_jetpack_modules .filter-search { margin-top: 28px; } .jetpack_page_jetpack_modules .filter-search .button { padding: 7px 14px; } .manage-right.show .subsubsub li { padding: 5px; } } @media (max-width: 650px) { .table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions { float: none; padding-left: 18px; } } @media (max-width: 430px) { .table-bordered.jetpack-modules tr.jetpack-module td .row-actions { display: none; } .table-bordered.jetpack-modules tr.jetpack-module.deprecated td .row-actions { display: block; } } /* 'Pages' is a temporary location for these styles, until we can break them up into their proper atmoic locations */ .configure-module p { font-size: 14px; } .configure-module p.success, .configure-module p.error { color: white; padding: 10px; } .configure-module p.success { background-color: #81a844; } .configure-module p.error { background-color: #d94f4f; } .protect-status p { font-size: 16px; } .protect-status strong { display: inline-block; margin-top: 10px; background: #fff; padding: 10px; border: 1px #ddd solid; font-size: 16px; color: #000; max-width: 100%; } .protect-status.attn { color: #d94f4f; } .protect-status.working { color: #81a844; } /* Whitelisting */ #non-editable-whitelist { margin-top: 15px; } .protect-whitelist textarea { width: 100%; min-height: 150px; } #editable-whitelist .whitelist-table { width: 100%; } /* btns + inputs */ .configure-module input[disabled] { opacity: .5; } .configure-module input.button-primary { font-weight: bold; } /* whitelist table */ .whitelist-table { border-top: 1px solid; border-right: 1px solid; border-color: #ddd; background-color: #fff; } .whitelist-table td, .whitelist-table th { padding: 10px; margin: 0; border-bottom: 1px solid; border-left: 1px solid; border-color: #ddd; font-size: 14px; } .whitelist-table th.heading { font-weight: bold; color: #5d6d74; text-align: left; background-color: #eee; } .whitelist-table td.item-actions { border-left: none; text-align: right; } .whitelist-table .toolbar { padding: 0; } .whitelist-table .add-btn { text-align: center; width: 10%; border-left: 1px #ddd solid; } .ip-address, .enter-ip { width: 90%; text-align: left; vertical-align: middle; } .delete-ip-address { text-align: center; border: 0; background: transparent; color: #6f7476; box-shadow: none; font-size: 20px; margin: 0; padding: 0; cursor: pointer; border-radius: 2px; } .delete-ip-address:hover { background: #eee; } .toolbar div { float: left; padding: 10px; } @media only screen and (min-width: 1100px) { #non-editable-whitelist { width: 28%; float: right; margin-top: 0; } .protect-whitelist { width: 65%; float: left; } } /* end > 1065px */ @media only screen and (max-width: 1130px) { .enter-ip input[type="text"] { max-width: 175px; } } /* end < 1130px */ @media only screen and (max-width: 1250px) and (min-width: 1065px), (max-width: 730px) and (min-width: 600px) { .enter-ip { width: 85%; } .add-btn { width: 15%; } } /* end < 1250px & > 1065px */ @media only screen and (max-width: 782px) { .add-btn { text-align: right; } .add-btn .ip-add { margin-top: 4px; margin-bottom: 3px; } } /* end < 782px */ @media only screen and (max-width: 730px) { .add-btn { text-align: center; } } /* end < 730px */ @media only screen and (max-width: 665px) and (min-width: 600px) { .enter-ip input[type="text"] { max-width: 165px; } } /* end < 665px & > 600px */ @media only screen and (max-width: 600px) { .toolbar div { width: 100%; } .add-btn { border-top: 1px #ddd solid; } .enter-ip { text-align: center; } .enter-ip strong { display: block; margin-bottom: 5px; } .enter-ip input[type="text"] { width: 100%; max-width: 100%; } .add-btn input, .enter-ip .button { width: 50%; margin: 0 auto; } .enter-ip .button { margin-top: 10px; } } /* end > 600px */ @media only screen and (max-width: 400px) { .protect-status strong { font-size: 12px; overflow: auto; } .add-btn input, .enter-ip .button { width: 100%; } } /* end < 400px */ .my-jetpack-actions { margin: 0 0 40px 0; } .my-jetpack-actions .j-col { padding: 0; text-align: center; } .my-jetpack-actions #user-list { height: 30px; margin-top: -1px; margin-left: -3px; } #jetpack-disconnect-content { display: none; text-align: center; } #jetpack-disconnect-content .cancel-disconnect { display: block; margin-top: 10px; } .connection-details { border: 1px #ddd solid; } .connection-details.local-user { margin-bottom: 10px; } .connection-details .user-01, .connection-details .wpuser-02, .connection-details .action-btns { padding: 10px; } .connection-details .user-01 .button, .connection-details .user-01 select, .connection-details .wpuser-02 .button, .connection-details .wpuser-02 select, .connection-details .action-btns .button, .connection-details .action-btns select { margin-top: 5px; } .connection-details .wpuser-02 { margin-top: 10px; } .connection-details h3 { padding: 10px; margin: 0; background: #eee; border-bottom: 1px #ddd solid; font-size: 14px; } .jp-user img { margin-right: 10px; border-radius: 50%; } .jp-user div, .wp-user div, .wp-action div { display: inline-block; width: 100%; } .j-col.jp-user, .j-col.wp-user, .j-col.wp-action { padding: 0; } .my-jetpack-actions select { max-width: 150px; } .j-actions .button:nth-child(3) { margin-right: 5px; } .j-row.disconnect { text-align: center; } .j-row.disconnect .button { margin: 0 auto; } a.what-is-primary { color: #b4b9be; margin-left: 4px; } @media (max-width: 782px) { .wp-action { border-top: 1px #ddd solid; } .wp-action h3 { display: none; } } @media screen and (max-width: 500px) { .connection-details { font-size: 11px; } .connection-details h3 { font-size: 12px; padding: 5px; } .connection-details .user-01, .connection-details .wpuser-02 { padding: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px; } .connection-details .action-btns { text-align: center; } } @media (max-width: 530px) { .connection-details .wpuser-02 { margin-top: 0; padding: 12px; } } @media screen and (max-width: 450px) { .j-actions .button { width: 100%; margin-bottom: 5px; text-align: center; } .j-actions .button.alignright { float: none; } } @media screen and (max-width: 350px) { .user-01, .wpuser-02 { max-width: 100px; } } .manage__icon { width: 155px; height: 155px; margin: 20px auto; } .manage-page .manage__description { max-width: 600px; text-align: center; font-size: 22px; color: #999; margin: 20px auto; } .manage-page .manage__button { font-size: 16px; padding: 0 20px; height: 40px; line-height: 40px; } .manage__title .genericon { font-size: 38px; color: #81A944; } .manage__link { font-size: 16px; padding: 0 20px; height: 40px; line-height: 40px; font-weight: normal; } .manage__link .genericon { font-size: 28px; vertical-align: middle; margin-top: -6px; } .connection-landing { text-align: center; } .connection-landing h1 { margin-bottom: 0; } .connection-landing h2 { margin: 0; padding: 1.14286em 0; font-size: 1.57143em; line-height: 160%; font-weight: 400; } .connection-landing h2 + p { margin-top: 0; } .connection-landing p { color: #686f72; } .connect-card { text-align: center; margin: 2.14286em auto 1.42857em; padding: 0 4.28571em 1.42857em; } .connect-card p { font-size: 1.14286em; } @media (max-width: 782px) { .connect-card { padding: 0 1.42857em 1.42857em; } } .jp-card { background: white; border: 1px #d9d9d9 solid; text-align: center; margin-bottom: 2.85714em; } .jp-card p { font-size: 1.14286em; } .jp-card .j-int { padding: 0 4.28571em; } /* ================== The following header part is a little hacky. Certain versions of IE were having a difficult time processing multiple svg BG images. So I moved to stack the svgs as actual imgs instead. IE also had a hard time dealing with em(px) conversions for sizing. - golenski */ .feature-container { background: #f4f4f4; } .feature-container .j-int { background: white; padding: 0; } .feature-container .first-header { position: relative; } @media (max-width: 900px) { .feature-container .first-header { border-bottom: 1px #d9d9d9 solid; background-image: none; } .feature-container .first-header .j-header-img { display: none; } } @media (min-width: 900px) { .feature-container .first-header { background: url("../images/connection-landing/stars-right.svg") no-repeat, url("../images/connection-landing/stars-left.svg") no-repeat, white; background-position: 90% 50%, 10% 50%; background-size: 100px, 125px; } } .feature-container .first-header .j-header-img { position: absolute; left: 0; right: 0; bottom: 0; } .feature-container .first-header .j-header-img img { margin: 0 auto; max-width: 100%; z-index: 1001; position: absolute; left: 0; right: 0; bottom: 0; } @media (min-width: 900px) { .feature-container .first-header .j-header-img img:first-of-type { bottom: -12px; } } @media (min-width: 1147px) { .feature-container .first-header .j-header-img img:first-of-type { bottom: -10px; } } .feature-container .first-header .j-header-img img + img { z-index: 999; } .feature-container .secondary-header { background: transparent; padding: 0 10em; } @media (max-width: 782px) { .feature-container .secondary-header { padding: 0 1.42857em; } } .feature-container .j-feature-img { padding: 0 1.42857em; margin-bottom: 2.85714em; } .feature-container .j-feature-img img { width: 100%; } .feature-container .j-feature-img:last-of-type { margin-bottom: 1.42857em; } @media (min-width: 900px) { .j-traffic .first-header { padding-bottom: 200px; } } @media (min-width: 900px) { .j-security .first-header { padding-bottom: 225px; } } .three-feature { margin: 1.42857em 0; padding: 0 1.42857em; display: -moz-box; display: -ms-flexbox; display: flex; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } @media (max-width: 782px) { .three-feature { -ms-flex-wrap: wrap; flex-wrap: wrap; } } @media (max-width: 530px) { .three-feature { padding: 0; } } .three-feature .j-col { border: 1px #d9d9d9 solid; text-align: left; padding: 0; background: #f9f9f9; } @media (max-width: 782px) { .three-feature .j-col { margin-bottom: 1.42857em; } } @media (max-width: 530px) { .three-feature .j-col { border-left: none; border-right: none; } } .three-feature .j-col:nth-of-type(2) { border-left: none; border-right: none; } @media (max-width: 782px) { .three-feature .j-col:nth-of-type(2) { border: 1px #d9d9d9 solid; } } @media (max-width: 530px) { .three-feature .j-col:nth-of-type(2) { border-left: none; border-right: none; } } .three-feature h3 { font-weight: 600; font-size: 1.14286em; min-width: 15.35714em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } @media (max-width: 782px) { .three-feature h3 { font-size: 1em; } } .three-feature .feature-img { background: white; border-bottom: 1px #d9d9d9 solid; text-align: center; } .three-feature .feature-img img { width: 100%; max-width: 500px; margin: 0 auto; } .three-feature p { line-height: 150%; padding-bottom: 0; font-size: 1em; } .three-feature h3, .three-feature p { margin: 0; padding: 1.42857em; } @media (max-width: 782px) { .three-feature h3, .three-feature p { font-size: 0.92857em; } } .three-feature h3 { padding-bottom: 0; } .jp-content .hide { display: none; } .jp-content .pointer { cursor: pointer; } .jp-content .landing { margin: 0 auto; z-index: 2; position: relative; } .jp-content h1 { font: 400 1.75em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif; position: relative; z-index: 3; width: 100%; text-align: center; } .jp-content h1.success { color: #81a844; } .jp-content .footer { padding-top: 0; margin-top: 0; background-image: none; } .jp-content .footer:before { height: inherit; } .jp-content .more-info:before { content: none; } .landing .wpcom-connect { min-height: 400px; } .wpcom-connect .j-col { padding: 0; } .wpcom-connect .connect-desc { padding-right: 25px; } .wpcom-connect .connect-btn { text-align: center; } .module-grid h2 { color: #000; font: 300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif; } .download-jetpack { margin-top: 1em !important; } .jump-start-area { background: white; border: 1px #d9d9d9 solid; text-align: center; padding: 0 1.42857em; } .jump-start-area p { font-size: 1.14286em; } .jump-start-area h1 { margin: 1em auto 0; } .jumpstart-message p { padding-right: 25px; } .jumpstart-desc { text-align: left; } #jumpstart-cta { text-align: center; display: inline-block; float: none; } .dismiss-jumpstart { color: #999; font-size: 14px; } #jumpstart-cta .button, #jumpstart-cta .button-primary { margin: 1em; font-size: 18px; height: 45px !important; padding: 8px 15px 1px; } #jumpstart-cta .button-primary { display: block; margin: 20px 20px 5px 20px; } #jp-config-list { position: relative; padding-top: 15px; padding-bottom: 15px; margin-left: -15px; margin-right: -15px; } #jp-config-list .j-col { padding: 15px; } #jp-config-list strong { display: inline-block; } #jp-config-list small { display: block; margin-top: 5px; line-height: 150%; } #jp-config-list .close { position: absolute; top: 10px; right: 0; text-transform: uppercase; font-weight: bold; display: block; z-index: 5; } .jp-config-status { text-transform: uppercase; font-size: 10px; font-weight: bold; line-height: 100%; color: #fff; background: #9fbd72; border-radius: 2px; padding: 2px 4px; display: inline-block; } .nux-intro h3 { background: #81a844; color: white; font-weight: 600; padding: .75em; margin: 0; } .nux-intro h4 { margin: 0 0 2px 0; } .nux-intro p { text-align: center; font-size: 1.24em; line-height: 175%; } .nux-intro a { transition: all .4s ease; } .nux-intro .j-col { padding: 0 0.5em; } .nux-intro .j-col:first-of-type { padding-left: 0; } .nux-intro .j-col:last-of-type { padding-right: 0; } .nux-intro .nux-in { background: #ececec; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; } .nux-intro .nux-in h3 { font-size: 1.10em; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; } .nux-intro .nux-in h3 .dashicons { float: right; color: #658435; font-size: 1.25em; padding-left: 0; } .nux-intro .nux-in h3 .dashicons:hover { color: #57722e; } .nux-intro .nux-in p { font-size: .9em; line-height: 150%; margin: 0; text-align: left; color: #686f72; } .nux-intro .nux-in .j-row { border-bottom: 1px #f9f9f9 solid; padding: 5px 0; position: relative; min-height: 70px; } .nux-intro .nux-in .j-row:hover { background: #e0e0e0; } .nux-intro .nux-in .unavailable { opacity: 0.5; } .nux-intro .nux-in .unavailable .act { display: none; } .nux-intro .nux-in .paid { top: 4px; margin-left: 12px; } .nux-intro .nux-in .dashicons { color: #81a844; font-size: 1em; position: relative; top: 3px; padding-left: 6px; } .nux-intro .nux-in .dashicons:hover { color: #57722e; } .nux-intro .nux-in .dashicons-external { font-size: 1.5em; top: 2px; padding-left: 3px; } .nux-intro .nux-in .lmore { font-size: 11px; color: #81a844; } .nux-intro .nux-in .lmore:hover { color: #57722e; } .nux-intro .feat.j-col { padding: 10px 2px 10px 10px; } .nux-intro .feat .dashicons { display: none; } .nux-intro .activated .feat .dashicons { display: inline-block; } .nux-intro .act { position: absolute; top: 50%; -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); right: 8px; float: right; } .nux-intro .act.j-col { padding: 5px; text-align: right; } .nux-intro .module-action { text-transform: uppercase; font-size: .85em; font-weight: 600; } .nux-intro .wpcom h3 { background: #0087be; } .nux-intro .wpcom h3 .dashicons { color: #00638b; } .nux-intro .wpcom h3 .dashicons:hover { color: #005172; } .nux-intro .wpcom .j-col { padding: 10px; } .nux-intro .wpcom .goto { text-align: center; padding: 1em; } .nux-intro .wpcom .goto:hover { background: #ececec; } .nux-intro .wpcom .goto .j-col { padding: 0 5px; } .nux-intro .wpcom .goto a { width: 100%; padding: .25em; height: auto; } .nux-intro .wpcom .goto .button { height: auto; min-height: 28px; line-height: 18px; white-space: normal; max-width: 200px; margin-bottom: 0; padding-top: 4px; padding-bottom: 5px; } .nux-intro .wpcom .goto .feat { position: absolute; top: 50%; -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); } .nux-intro .wpcom .goto.activated .feat { right: 50%; -ms-transform: translate(50%, -50%); -webkit-transform: translate(50%, -50%); transform: translate(50%, -50%); } .nux-intro .nux-foot .j-col { padding: 1em; } .nux-foot { margin-top: 2em; background: #ececec; border-radius: 6px; } .nux-foot .j-col { min-height: 75px; padding: 1em; } @media (max-width: 650px) { .nux-foot .j-col { width: 100%; } } .nux-foot .j-col + .j-col { border-left: 1px #f9f9f9 solid; } @media (max-width: 650px) { .nux-foot .j-col + .j-col { border-left: none; border-top: 1px #f9f9f9 solid; } } .nux-foot .actions { margin-top: 1em; } .nux-foot a { text-decoration: underline; } .nux-foot img { float: right; margin-left: 1em; width: 75px; border-radius: 4px; } .nux-foot p { font-size: .9em; text-align: left; font-weight: 600; margin-top: 0; } .nux-foot p + p { font-weight: 400; margin-bottom: 0; } .nux-foot ul { font-size: .9em; margin-bottom: 0; } .nux-foot ul li { margin-right: .875em; margin-bottom: 0; line-height: 175%; display: inline-block; vertical-align: middle; } .form-toggle[type="checkbox"] { opacity: 0; position: absolute; } .form-toggle__switch { position: relative; display: inline-block; border-radius: 12px; -moz-box-sizing: border-box; box-sizing: border-box; padding: 2px; width: 40px; height: 24px; background: #b9b9b9; vertical-align: middle; outline: 0; cursor: pointer; transition: all .4s ease; } .form-toggle__switch:before, .form-toggle__switch:after { position: relative; display: block; content: ""; width: 20px; height: 20px; } .form-toggle__switch:after { left: 0; border-radius: 50%; background: #fff; transition: all .2s ease; } .form-toggle__switch:before { display: none; } .form-toggle__switch:hover { background: #bdd597; } .form-toggle__label { cursor: pointer; } .plugin-action__label { padding-right: 5px; top: -1px; position: relative; color: #8e9598; } .activated .plugin-action__label { color: #81a844; } .form-toggle:focus + .form-toggle__label .form-toggle__switch, .form-toggle:focus:checked + .form-toggle__label .form-toggle__switch { box-shadow: 0 0 0 2px #0087be; } .form-toggle:checked + .form-toggle__label .form-toggle__switch { background: #81a844; } .form-toggle:checked + .form-toggle__label .form-toggle__switch:after { left: 16px; } .form-toggle:checked:hover + .form-toggle__label .form-toggle__switch { background: #bdd597; } .form-toggle:disabled + .form-toggle__label .form-toggle__switch, .form-toggle:disabled:hover + .form-toggle__label .form-toggle__switch { background: #e9eff3; } .form-toggle.is-toggling + .form-toggle__label .form-toggle__switch { background: #81a844; } .form-toggle.is-toggling:checked + .form-toggle__label .form-toggle__switch { background: #bdd597; } .form-toggle.is-compact + .form-toggle__label .form-toggle__switch { border-radius: 8px; width: 24px; height: 16px; } .form-toggle.is-compact + .form-toggle__label .form-toggle__switch:before, .form-toggle.is-compact + .form-toggle__label .form-toggle__switch:after { width: 12px; height: 12px; } .form-toggle.is-compact:checked + .form-toggle__label .form-toggle__switch:after { left: 8px; } @media (max-width: 1147px) { .jp-content .landing { padding: 0 2em; } .jp-content .footer { padding-top: 1.5em; } .nux-intro .main-col { width: 50%; margin-bottom: 2em; } .nux-intro .main-col.wpcom { width: 100%; } .nux-intro .main-col + .main-col { padding-right: 0; } .nux-intro .wpcom { padding: 0; } .nux-intro .wpcom .j-row { width: 50%; float: left; border-bottom: 1px #f9f9f9 solid; border-right: 1px #f9f9f9 solid; } .nux-intro .wpcom .j-row:last-of-type { width: 100%; float: none; clear: both; border: none; border-top: 1px #f9f9f9 solid; position: relative; top: -1px; } .nux-foot .j-col { border: none; } } @media (max-width: 900px) { .nux-intro .main-col { width: 100%; padding: 0; margin-bottom: 2em; } .nux-intro .wpcom .j-row { width: 100%; float: none; } } @media (max-width: 782px) { #jumpstart-cta .button-primary { margin: 10px 0 5px 0; } #jump-start-area .spinner { background-position: 50% 35%; } } @media (max-width: 600px) { .nux-intro h1 { font-size: 1.75em; } .nux-intro p { font-size: 1em; } } @media (max-width: 530px) { .jp-content .landing { padding: 0 .5em; } #jump-start-area { padding: 0 1em; } .jumpstart-message p { padding-right: 0; } #jumpstart-cta .button-primary { margin: 0 0 5px 0; padding-bottom: 10px; } .footer .a8c-attribution a:after { top: 6px; } } .nav-horizontal:before, .features:before, .modules:before, .load-more:before, .nav-horizontal:after, .features:after, .modules:after, .load-more:after { content: ""; display: table; } .nav-horizontal:after, .features:after, .modules:after, .load-more:after { clear: both; }
tests/wpt/web-platform-tests/css/css-text/text-align/text-align-end-015.html
anthgur/servo
<!DOCTYPE html> <html lang="en" > <head> <meta charset="utf-8"> <title>text-align: end, pre, dir=ltr inherited</title> <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'> <link rel='help' href='https://drafts.csswg.org/css-text-3/#text-align-property'> <link rel='match' href='reference/text-align-end-ref-015.html'> <meta name="assert" content="text-align:end aligns inline-level content to the end edge of the line box – ie. right when base direction is ltr."> <style type='text/css'> .test { text-align: end; } /* the CSS below is not part of the test */ .test, .ref { border: 1px solid orange; margin: 20px; width: 290px; color: orange; font: 24px/24px Ahem; } .ref { position: relative; height: 48px; } #rb1 { position: absolute; top: 0; right: 0; background-color: orange; width: 72px; height: 48px; } </style> </head> <body> <div id='instructions'>Test passes if shading in both orange boxes is identical.</div> <div dir="ltr"> <pre class="test">XXX &rlm;XXX</pre> </div> <div class="ref"><div id="rb1"></div></div> <!-- Notes: The &rlm isn't in the Ahem font, so it may cause a spurious effect, such as a thin white line in the middle of a block in IE. This should be ignored. The test needs a RTL character in the Ahem font, so that the &RLM can be removed. --> </body> </html>
misc/webappmanu-linux-tests/webapp/Sina_Weibo_Name.html
haoyunfeix/crosswalk-test-suite
<!DOCTYPE html> <!-- Copyright (c) 2015 Intel Corporation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of works must retain the original copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the original copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Intel Corporation nor the names of its contributors may be used to endorse or promote products derived from this work without specific prior written permission. THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: Yin,Haichao <haichaox.yin@intel.com> --> <html> <head> <meta charset='utf-8'> <title>Sina_Weibo_Name Test</title> <link rel="author" title="Intel" href="http://www.intel.com"> </head> <body> <p> <strong>Test steps:</strong> </p> <ol> <li>Install the "sinaweibo.deb" webapp and launch it. </li> <li>Search "sinaweibo" app shortcut in the launcher and check the app name. </li> </ol> <p> <strong>Expected Output:</strong> </p> <ol> <li>Webapp could be launched successfully. </li> <li>Find the app shortcut and the app name is "deepin-webapps-sina-weibo". </li> </ol> </body> </html>
website/theme/templates/includes/footer.html
BenoitDherin/data-analysis-with-R
<footer> <div class="container"> <hr> <div class="row"> {% if articles %} {% set copy_date = articles[0].date.strftime('%Y') %} {% else %} {% set copy_date = '' %} {% endif %} <div class="col-xs-10">&copy; {{ copy_date }} {{ AUTHOR }} &middot; Powered by <a href="https://github.com/DandyDev/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>, <a href="http://docs.getpelican.com/" target="_blank">Pelican</a>, <a href="http://getbootstrap.com" target="_blank">Bootstrap</a> {%- if CC_LICENSE or CC_LICENSE_DERIVATIVES or CC_LICENSE_COMMERCIAL %} {% from 'includes/cc-license.html' import cc_license_mark %} <p><small>{{ cc_license_mark(cc_name=CC_LICENSE,derivatives=CC_LICENSE_DERIVATIVES,commercial=CC_LICENSE_COMMERCIAL,attr_markup=CC_ATTR_MARKUP,attr_props={'title':SITENAME,'name':article.author if article else AUTHOR,'url':SITEURL}) }}</small></p> {% endif %} </div> <div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div> </div> </div> </footer>
spec/dummy/public/assets/application.css
shivashankar-ror/wiselinks
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the top of the * compiled file, but it's generally better to create a new file per style scope. * */
mod/turnitintool/lang/de_utf8/help/turnitintool/autorefreshgrades.html
wit-ctel/moodle-31
<p><b><img alt="" src="<?php echo $CFG->wwwroot; ?>/mod/turnitintool/icon.gif" />&nbsp;Turnitin-Aufgaben&nbsp;-&nbsp;Automatisches Aktualisieren der Noten / Punktwerte.</b></p> Per Standardeinstellung synchronisiert das Plug-in der Moodle-Integration bei jeder Einwahl in Turnitin automatisch Änderungen, die während der Arbeit mit Turnitin vorgenommen wurden. Sie können diese Funktion mit dieser Option deaktivieren, um jedoch die Synchronisation beider Systeme aufrechtzuerhalten, müssen Sie Noten und Echtheitswerte in regelmäßigen Abständen manuell aus Moodle heraus aktualisieren.
tests/cases/extends_base.html
cwhatley/swig
Hi, {% block body %}{% endblock %} Sincerely, Me
resources/gae-boilerplate/bp_admin/templates/admin_user_edit.html
ThomasMarcel/webapp-course
{% extends 'admin_base.html' %} {% block header_title %} {% trans %}User Details{% endtrans %} {% endblock %} {% block content %} {% if user %} <dl class="dl-horizontal"> <dt>{% trans %}Email{% endtrans %}</dt> <dd>{{ user.email|safe }}</dd> <dt>{% trans %}Created{% endtrans %}</dt> <dd>{{ user.created|safe }}</dd> <dt>{% trans %}Updated{% endtrans %}</dt> <dd>{{ user.updated|safe }}</dd> </dl> {% endif %} {{ lib.render_form(form, uri_for('admin-users-list'), btn='Update') }} {% endblock %}
web/core/iehacks.css
yevgenko/yaml_css_plugin
@charset "UTF-8"; /** * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework * * (en) YAML core stylesheet - structure-independent bugfixes of IE/Win CSS-bugs * (de) YAML Basis-Stylesheet - Strukturunabhängige Bugfixes von CSS-Bugs des IE/Win * * Don't make any changes in this file! * Your changes should be added to a separate patch-file. * * @copyright Copyright 2005-2009, Dirk Jesse * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/), * YAML-C (http://www.yaml.de/en/license/license-conditions.html) * @link http://www.yaml.de * @package yaml * @version 3.1 * @revision $Revision: 343 $ * @lastmodified $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $ * @appdef yaml */ @media all { /** * (en) Debugging: When you see a green background, IE is getting this stylesheet * (de) Fehlersuche: Hintergrund leuchtet grün, wenn das Stylesheet korrekt geladen wurde * * @debug * @app-yaml-default disabled */ /* body { background: #0f0; background-image: none; } */ /*------------------------------------------------------------------------------------------------------*/ /** * (en) Forcing vertical scrollbars is not needed in IE (only for Firefox/Netscape/Safari) * (de) Erzwingen vertikaler Scrollbalken im IE nicht benötigt (nur im Firefox/Netscape/Safari) * * @workaround * @affected IE 5.x/Win, IE6, IE7 * @css-for IE 5.x/Win, IE6, IE7 * @valid yes */ html { height: auto; margin-bottom:0; } /*------------------------------------------------------------------------------------------------------*/ /** * (en) Fixes IE5.x and IE6 overflow behavior of textarea and input elements elements * (de) Korrigiert das fehlerhafte overflow-Verhalten von textarea und input-Elementen * * @workaround * @affected IE 5.x/Win, IE6 * @css-for IE 5.x/Win, IE6 * @valid no */ * html textarea { overflow:scroll; overflow-x: hidden; } * html input { overflow: hidden; } /*------------------------------------------------------------------------------------------------------*/ /** * (en) Stability fixes with 'position:relative' * (de) Stabilitätsverbesserungen durch 'position:relative' * * @bugfix * @affected IE 5.x/Win, IE6, IE7 * @css-for IE 5.x/Win, IE6, IE7 * @valid yes */ body { position:relative; } /* Essential in IE7 for correct layout scaling ... */ * html body { position:static; } /* ... but not for IE5.x and IE6 */ #main { position: relative; } /* helpful for several problems in older IE versions*/ /*------------------------------------------------------------------------------------------------------*/ /** * (en) Clearfix Method for containing floats in IE * (de) Clearfix-Anpassung für diverse IE-Versionen * * @workaround * @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/#comment28 * @affected IE 5.x/Win, IE6, IE7 * @css-for IE 5.x/Win, IE6, IE7 * @valid yes */ .clearfix { display: inline-block; } /* ... especial for IE7 */ .clearfix { display: block; } /* ... für IE5,IE6,IE7 */ * html .clearfix { height: 1%; } /* ... für IE5 + IE6/Win | hasLayout aktivieren */ /*------------------------------------------------------------------------------------------------------*/ /** * (en) Adjustment of .floatbox class for IE * (de) Anpassung der .floatbox-Klasse für IE * * @workaround * @affected IE 5.x/Win, IE6, IE7 * @css-for IE 5.x/Win, IE6, IE7 * @valid yes */ .floatbox { width:100%; } /*------------------------------------------------------------------------------------------------------*/ /** * (en) Special class for oversized content element * (de) Spezielle Klasse für übergroße Inhaltselemente * * @workaround * @affected IE 5.x/Win, IE6 * @css-for IE 5.x/Win, IE6 * @valid yes */ .slidebox { position:relative; margin-right: -1000px; height: 1%; } /*------------------------------------------------------------------------------------------------------*/ /** * (en): Bugfix for partially displayed column separators * (de): Bugfix für unvollständige Darstellung der Spalteninhalte / Spaltentrenner * * @bugfix * @affected IE 5.x/Win, IE6 * @css-for IE 5.x/Win, IE6 * @valid yes */ * html #col1, * html #col2, * html #col3 { position:relative; } /*------------------------------------------------------------------------------------------------------*/ /** * (en) Preventing several css bugs by forcing "hasLayout" * (de) Vermeidung verschiedenster Bugs durch Erzwingen von "hasLayout" * * @workaround * @affected IE 5.x/Win, IE6, IE7 * @css-for IE 5.x/Win, IE6, IE7 * @valid no */ body { height: 1%; } #page_margins, #page, .page_margins, .page, #header, #nav, #main, #footer { zoom:1; } /* IE6 & IE7 */ #page_margins, #page, .page_margins, .page { height: 1%; } /* IE 5.x */ * html #header, * html #nav, * html #main, * html #footer { width: 100%; } /* IE 5.x & IE6 */ * html #header, * html #nav, * html #main, * html #footer { wid\th: auto; } /* IE 6 */ /*------------------------------------------------------------------------------------------------------*/ /** * Disappearing List-Background Bug * @see http://www.positioniseverything.net/explorer/ie-listbug.html * * @bugfix * @affected IE 5.x/Win, IE6 * @css-for IE 5.x/Win, IE6 * @valid yes */ * html ul, * html ol, * html dl { position: relative; } /*------------------------------------------------------------------------------------------------------*/ /** * List-Numbering Bug * * @bugfix * @affected IE 5.x/Win, IE6, IE7 * @css-for IE 5.x/Win, IE6, IE7 * @valid yes */ body ol li { display:list-item; } /** * Form related bugfixes * * @bugfix * @affected IE 5.x/Win, IE6, IE7 * @css-for IE 5.x/Win, IE6, IE7 * @valid no */ fieldset, legend { position:relative; } /* global fixes for YAML's form construction set */ form.yform, form.yform div, form.yform div * { zoom:1; } /*------------------------------------------------------------------------------------------------------*/ /** * (en) Workaround for 'collapsing margin at #col3' when using CSS-property clear * Left margin of #col3 collapses when using clear:both in 1-3-2 (or 2-3-1) layout and right column is the * longest and left column is the shortest one. For IE6 and IE7 a special workaround was developed * in YAML. * * (de) Workaround für 'kollabierenden Margin an #col3' bei Verwendung der CSS-Eigenschaft clear * Der linke Margin von #col3 kollabiert bei der Verwendung von clear:both im 1-3-2 (oder 2-3-1) Layout * wenn gleichzeitig die rechte Spalte die kürzeste und die rechte die Längste ist. Im IE6 und IE7 lässt * sich der Bug durch eine speziell für YAML entwickelten Workaround umgehen. * * @workaround * @affected IE 5.x/Win, IE6, IE7 * @css-for IE 5.x/Win, IE6, IE7 * @valid no */ html #ie_clearing { /* (en) Only a small help for debugging */ /* (de) Nur eine kleine Hilfe zur Fehlersuche */ position:static; /* (en) Make container visible in IE */ /* (de) Container sichtbar machen im IE */ display:block; /* (en) No fix possible in IE5.x, normal clearing used instead */ /* (de) Kein Fix im IE5.x möglich, daher normales Clearing */ \clear:both; /* (en) forcing clearing-like behavior with a simple oversized container in IE6 & IE7*/ /* (de) IE-Clearing mit 100%-DIV für IE6 bzw. übergroßem Container im IE7 */ width: 100%; font-size:0px; margin: -2px 0 -1em 1px; } * html #ie_clearing { margin: -2px 0 -1em 0; } #col3_content {margin-bottom:-2px; } /* (en) avoid horizontal scrollbars in IE7 in borderless layouts because of negative margins */ /* (de) Vermeidung horizontaler Scrollbalken bei randabfallenden Layouts im IE7 */ html { margin-right: 1px; } * html { margin-right: 0 } /* (en) Bugfix: Essential for IE7 */ /* (de) Bugfix: Notwendig im IE7 */ #col3 { position:relative; } /*------------------------------------------------------------------------------------------------------*/ /** * IE z-index-Fix * brings #col1 and #col2 in front of #col3 * * @workaround * @affected all IE * @css-for all IE * @valid yes */ *+html #col3 { z-index: -1; } * html #col1, * html #col2 { z-index: 1; } * html #col3 { z-index:auto; } /*------------------------------------------------------------------------------------------------------*/ /** * IE/Win Guillotine Bug * @see http://www.positioniseverything.net/explorer/guillotine.html * * @workaround * @affected IE 5.x/Win, IE6 * @css-for IE 5.x/Win, IE6 * @valid yes */ * html body a, * html body a:hover { background-color: transparent; } } @media screen, projection { /** * (en) IE-Adjustments for content columns and subtemplates * (de) IE-Anpassung für Spaltencontainer und Subtemplates * * Doubled Float-Margin Bug * @see http://positioniseverything.net/explorer/doubled-margin.html * * @bugfix * @affected IE 5.x/Win, IE6 * @css-for IE 5.x/Win, IE6, IE7 * @valid yes */ #col1, #col2 { display:inline; } .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l, .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r { display:inline; } /* Fix for: "Linking to anchors in elements within the containing block" Problem in IE5.x & IE 6.0 */ * html .equalize, * html .equalize .subcolumns { overflow:visible; display:block; } .equalize, .equalize .subcolumns { overflow:hidden; display:block; } /* transform CSS tables back into floats */ .equalize .c25l,.equalize .c33l,.equalize .c38l,.equalize .c50l,.equalize .c66l,.equalize .c75l,.equalize .c62l { float: left; display:inline; padding-bottom: 32767px; margin-bottom: -32767px; } .equalize .c25r,.equalize .c33r,.equalize .c38r,.equalize .c50r,.equalize .c66r,.equalize .c75r,.equalize .c62r { float: right; margin-left: -5px; display:inline; padding-bottom: 32767px; margin-bottom: -32767px; } .no-ie-padding .c25l,.no-ie-padding .c33l,.no-ie-padding .c38l,.no-ie-padding .c50l,.no-ie-padding .c66l,.no-ie-padding .c75l,.no-ie-padding .c62l, .no-ie-padding .c25r,.no-ie-padding .c33r,.no-ie-padding .c38r,.no-ie-padding .c50r,.no-ie-padding .c66r,.no-ie-padding .c75r,.no-ie-padding .c62r { padding-bottom: 0; margin-bottom: 0; } /*------------------------------------------------------------------------------------------------------*/ /** * Internet Explorer and the Expanding Box Problem * @see http://www.positioniseverything.net/explorer/expandingboxbug.html * * @workaround * @affected IE 5.x/Win, IE6 * @css-for IE 5.x/Win, IE6 * @valid yes */ * html #col1_content, * html #col2_content, * html #col3_content { word-wrap: break-word; } /* trigger hasLayout to force containing content */ .subc, .subcl, .subcr { height: 1%; } /* avoid growing widths */ * html .subc, * html .subcl, * html .subcr { word-wrap: break-word; overflow:hidden; } } @media print { /** * (en) Avoid unneeded page breaks of #col3 content in print layout. * (de) Vermeiden von unnötigen Seitenumbrüchen beim Ausdruck der Spalte #col3. * * @bugfix * @affected IE7 * @css-for IE 5.x/Win, IE6, IE7 * @valid yes */ #col3 { height: 1%; } }
source/CordovaPlugins/cordova-plugin-ms-appinsights/sample/css/topcoat-mobile-dark.css
hsachinraj/DevOps-Immersion-Labs
/** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .button-bar { display: table; table-layout: fixed; white-space: nowrap; margin: 0; padding: 0; } .button-bar__item { display: table-cell; width: auto; border-radius: 0; } .button-bar__item > input { position: absolute; overflow: hidden; padding: 0; border: 0; opacity: 0.001; z-index: 1; vertical-align: top; outline: none; } .button-bar__button { border-radius: inherit; } .button-bar__item:disabled { opacity: 0.3; cursor: default; pointer-events: none; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .button, .topcoat-button, .topcoat-button--quiet, .topcoat-button--large, .topcoat-button--large--quiet, .topcoat-button--cta, .topcoat-button--large--cta, .topcoat-button-bar__button, .topcoat-button-bar__button--large { position: relative; display: inline-block; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-decoration: none; } .button--quiet { background: transparent; border: 1px solid transparent; box-shadow: none; } .button--disabled, .topcoat-button:disabled, .topcoat-button--quiet:disabled, .topcoat-button--large:disabled, .topcoat-button--large--quiet:disabled, .topcoat-button--cta:disabled, .topcoat-button--large--cta:disabled, .topcoat-button-bar__button:disabled, .topcoat-button-bar__button--large:disabled { opacity: 0.3; cursor: default; pointer-events: none; } .topcoat-button, .topcoat-button--quiet, .topcoat-button--large, .topcoat-button--large--quiet, .topcoat-button--cta, .topcoat-button--large--cta, .topcoat-button-bar__button, .topcoat-button-bar__button--large { padding: 0 1.25rem; font-size: 16px; line-height: 3rem; letter-spacing: 1px; color: #c6c8c8; text-shadow: 0 -1px rgba(0,0,0,0.69); vertical-align: top; background-color: #595b5b; box-shadow: inset 0 1px #737373; border: 1px solid #333434; border-radius: 6px; } .topcoat-button:hover, .topcoat-button--quiet:hover, .topcoat-button--large:hover, .topcoat-button--large--quiet:hover, .topcoat-button-bar__button:hover, .topcoat-button-bar__button--large:hover { background-color: #626465; } .topcoat-button:focus, .topcoat-button--quiet:focus, .topcoat-button--quiet:hover:focus, .topcoat-button--large:focus, .topcoat-button--large--quiet:focus, .topcoat-button--large--quiet:hover:focus, .topcoat-button--cta:focus, .topcoat-button--large--cta:focus, .topcoat-button-bar__button:focus, .topcoat-button-bar__button--large:focus { border: 1px solid #0036ff; box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1; outline: 0; } .topcoat-button:active, .topcoat-button--large:active, .topcoat-button-bar__button:active, .topcoat-button-bar__button--large:active, :checked + .topcoat-button-bar__button { border: 1px solid #333434; background-color: #3f4041; box-shadow: inset 0 1px rgba(0,0,0,0.05); } .topcoat-button--quiet { background: transparent; border: 1px solid transparent; box-shadow: none; } .topcoat-button--quiet:hover, .topcoat-button--large--quiet:hover { text-shadow: 0 -1px rgba(0,0,0,0.69); border: 1px solid #333434; box-shadow: inset 0 1px #737373; } .topcoat-button--quiet:active, .topcoat-button--quiet:focus:active, .topcoat-button--large--quiet:active, .topcoat-button--large--quiet:focus:active { color: #c6c8c8; text-shadow: 0 -1px rgba(0,0,0,0.69); background-color: #3f4041; border: 1px solid #333434; box-shadow: inset 0 1px rgba(0,0,0,0.05); } .topcoat-button--large, .topcoat-button--large--quiet, .topcoat-button-bar__button--large { font-size: 1.3rem; font-weight: 400; line-height: 4.375rem; padding: 0 1.25rem; } .topcoat-button--large--quiet { background: transparent; border: 1px solid transparent; box-shadow: none; } .topcoat-button--cta, .topcoat-button--large--cta { border: 1px solid #134f7f; background-color: #288edf; box-shadow: inset 0 1px rgba(255,255,255,0.36); color: #fff; font-weight: 500; text-shadow: 0 -1px rgba(0,0,0,0.36); } .topcoat-button--cta:hover, .topcoat-button--large--cta:hover { background-color: #4ca1e4; } .topcoat-button--cta:active, .topcoat-button--large--cta:active { background-color: #1e7dc8; box-shadow: inset 0 1px rgba(0,0,0,0.12); } .topcoat-button--large--cta { font-size: 1.3rem; font-weight: 400; line-height: 4.375rem; padding: 0 1.25rem; } .button-bar, .topcoat-button-bar { display: table; table-layout: fixed; white-space: nowrap; margin: 0; padding: 0; } .button-bar__item, .topcoat-button-bar__item { display: table-cell; width: auto; border-radius: 0; } .button-bar__item > input, .topcoat-button-bar__item > input { position: absolute; overflow: hidden; padding: 0; border: 0; opacity: 0.001; z-index: 1; vertical-align: top; outline: none; } .button-bar__button { border-radius: inherit; } .button-bar__item:disabled { opacity: 0.3; cursor: default; pointer-events: none; } /* topdoc name: Button Bar description: Component of grouped buttons modifiers: :disabled: Disabled state markup: <div class="topcoat-button-bar"> <div class="topcoat-button-bar__item"> <button class="topcoat-button-bar__button">One</button> </div> <div class="topcoat-button-bar__item"> <button class="topcoat-button-bar__button">Two</button> </div> <div class="topcoat-button-bar__item"> <button class="topcoat-button-bar__button">Three</button> </div> </div> examples: mobile button bar: http://codepen.io/Topcoat/pen/kdKyg tags: - desktop - light - dark - mobile - button - group - bar */ .topcoat-button-bar > .topcoat-button-bar__item:first-child { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .topcoat-button-bar > .topcoat-button-bar__item:last-child { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .topcoat-button-bar__item:first-child > .topcoat-button-bar__button, .topcoat-button-bar__item:first-child > .topcoat-button-bar__button--large { border-right: none; } .topcoat-button-bar__item:last-child > .topcoat-button-bar__button, .topcoat-button-bar__item:last-child > .topcoat-button-bar__button--large { border-left: none; } .topcoat-button-bar__button { border-radius: inherit; } .topcoat-button-bar__button:focus, .topcoat-button-bar__button--large:focus { z-index: 1; } /* topdoc name: Large Button Bar description: A button bar, only larger modifiers: :disabled: Disabled state markup: <div class="topcoat-button-bar"> <div class="topcoat-button-bar__item"> <button class="topcoat-button-bar__button--large">One</button> </div> <div class="topcoat-button-bar__item"> <button class="topcoat-button-bar__button--large">Two</button> </div> <div class="topcoat-button-bar__item"> <button class="topcoat-button-bar__button--large">Three</button> </div> </div> tags: - desktop - light - dark - mobile - button - group - bar - large */ .topcoat-button-bar__button--large { border-radius: inherit; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .button { position: relative; display: inline-block; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-decoration: none; } .button--quiet { background: transparent; border: 1px solid transparent; box-shadow: none; } .button--disabled { opacity: 0.3; cursor: default; pointer-events: none; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .button, .topcoat-button, .topcoat-button--quiet, .topcoat-button--large, .topcoat-button--large--quiet, .topcoat-button--cta, .topcoat-button--large--cta { position: relative; display: inline-block; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-decoration: none; } .button--quiet { background: transparent; border: 1px solid transparent; box-shadow: none; } .button--disabled, .topcoat-button:disabled, .topcoat-button--quiet:disabled, .topcoat-button--large:disabled, .topcoat-button--large--quiet:disabled, .topcoat-button--cta:disabled, .topcoat-button--large--cta:disabled { opacity: 0.3; cursor: default; pointer-events: none; } /* topdoc name: Button description: A simple button modifiers: :active: Active state :disabled: Disabled state :hover: Hover state :focus: Focused markup: <button class="topcoat-button">Button</button> <button class="topcoat-button" disabled>Button</button> examples: mobile button: http://codepen.io/Topcoat/pen/DpKtf tags: - desktop - light - mobile - button */ .topcoat-button, .topcoat-button--quiet, .topcoat-button--large, .topcoat-button--large--quiet, .topcoat-button--cta, .topcoat-button--large--cta { padding: 0 1.25rem; font-size: 16px; line-height: 3rem; letter-spacing: 1px; color: #c6c8c8; text-shadow: 0 -1px rgba(0,0,0,0.69); vertical-align: top; background-color: #595b5b; box-shadow: inset 0 1px #737373; border: 1px solid #333434; border-radius: 6px; } .topcoat-button:hover, .topcoat-button--quiet:hover, .topcoat-button--large:hover, .topcoat-button--large--quiet:hover { background-color: #626465; } .topcoat-button:focus, .topcoat-button--quiet:focus, .topcoat-button--quiet:hover:focus, .topcoat-button--large:focus, .topcoat-button--large--quiet:focus, .topcoat-button--large--quiet:hover:focus, .topcoat-button--cta:focus, .topcoat-button--large--cta:focus { border: 1px solid #0036ff; box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1; outline: 0; } .topcoat-button:active, .topcoat-button--large:active { border: 1px solid #333434; background-color: #3f4041; box-shadow: inset 0 1px rgba(0,0,0,0.05); } /* topdoc name: Quiet Button description: A simple, yet quiet button modifiers: :active: Quiet button active state :disabled: Disabled state :hover: Hover state :focus: Focused markup: <button class="topcoat-button--quiet">Button</button> <button class="topcoat-button--quiet" disabled>Button</button> tags: - desktop - light - mobile - button - quiet */ .topcoat-button--quiet { background: transparent; border: 1px solid transparent; box-shadow: none; } .topcoat-button--quiet:hover, .topcoat-button--large--quiet:hover { text-shadow: 0 -1px rgba(0,0,0,0.69); border: 1px solid #333434; box-shadow: inset 0 1px #737373; } .topcoat-button--quiet:active, .topcoat-button--quiet:focus:active, .topcoat-button--large--quiet:active, .topcoat-button--large--quiet:focus:active { color: #c6c8c8; text-shadow: 0 -1px rgba(0,0,0,0.69); background-color: #3f4041; border: 1px solid #333434; box-shadow: inset 0 1px rgba(0,0,0,0.05); } /* topdoc name: Large Button description: A big ol button modifiers: :active: Active state :disabled: Disabled state :hover: Hover state :focus: Focused markup: <button class="topcoat-button--large" >Button</button> <button class="topcoat-button--large" disabled>Button</button> tags: - desktop - light - mobile - button - large */ .topcoat-button--large, .topcoat-button--large--quiet { font-size: 1.3rem; font-weight: 400; line-height: 4.375rem; padding: 0 1.25rem; } /* topdoc name: Large Quiet Button description: A large, yet quiet button modifiers: :active: Active state :disabled: Disabled state :hover: Hover state :focus: Focused markup: <button class="topcoat-button--large--quiet" >Button</button> <button class="topcoat-button--large--quiet" disabled>Button</button> tags: - desktop - light - mobile - button - large - quiet */ .topcoat-button--large--quiet { background: transparent; border: 1px solid transparent; box-shadow: none; } /* topdoc name: Call To Action Button description: A CALL TO ARMS, er, ACTION! modifiers: :active: Active state :disabled: Disabled state :hover: Hover state :focus: Focused markup: <button class="topcoat-button--cta" >Button</button> <button class="topcoat-button--cta" disabled>Button</button> tags: - desktop - light - mobile - button - call to action */ .topcoat-button--cta, .topcoat-button--large--cta { border: 1px solid #134f7f; background-color: #288edf; box-shadow: inset 0 1px rgba(255,255,255,0.36); color: #fff; font-weight: 500; text-shadow: 0 -1px rgba(0,0,0,0.36); } .topcoat-button--cta:hover, .topcoat-button--large--cta:hover { background-color: #4ca1e4; } .topcoat-button--cta:active, .topcoat-button--large--cta:active { background-color: #1e7dc8; box-shadow: inset 0 1px rgba(0,0,0,0.12); } /* topdoc name: Large Call To Action Button description: Like call to action, but bigger modifiers: :active: Active state :disabled: Disabled state :hover: Hover state :focus: Focused markup: <button class="topcoat-button--large--cta" >Button</button> <button class="topcoat-button--large--cta" disabled>Button</button> tags: - desktop - light - mobile - button - large - call to action */ .topcoat-button--large--cta { font-size: 1.3rem; font-weight: 400; line-height: 4.375rem; padding: 0 1.25rem; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ input[type="checkbox"] { position: absolute; overflow: hidden; padding: 0; border: 0; opacity: 0.001; z-index: 1; vertical-align: top; outline: none; } .checkbox { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; position: relative; display: inline-block; vertical-align: top; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .checkbox__label { position: relative; display: inline-block; vertical-align: top; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .checkbox--disabled { opacity: 0.3; cursor: default; pointer-events: none; } .checkbox:before, .checkbox:after { content: ''; position: absolute; } .checkbox:before { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ input[type="checkbox"] { position: absolute; overflow: hidden; padding: 0; border: 0; opacity: 0.001; z-index: 1; vertical-align: top; outline: none; } .checkbox, .topcoat-checkbox__checkmark { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; position: relative; display: inline-block; vertical-align: top; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .checkbox__label, .topcoat-checkbox { position: relative; display: inline-block; vertical-align: top; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .checkbox--disabled, input[type="checkbox"]:disabled + .topcoat-checkbox__checkmark { opacity: 0.3; cursor: default; pointer-events: none; } .checkbox:before, .checkbox:after, .topcoat-checkbox__checkmark:before, .topcoat-checkbox__checkmark:after { content: ''; position: absolute; } .checkbox:before, .topcoat-checkbox__checkmark:before { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; } /* topdoc name: Checkbox description: Default skin for Topcoat checkbox modifiers: :focus: Focus state :disabled: Disabled state markup: <label class="topcoat-checkbox"> <input type="checkbox"> <div class="topcoat-checkbox__checkmark"></div> Default </label> <br> <br> <label class="topcoat-checkbox"> <input type="checkbox" disabled> <div class="topcoat-checkbox__checkmark"></div> Disabled </label> examples: mobile checkbox: http://codepen.io/Topcoat/pen/piHcs tags: - desktop - light - mobile - checkbox */ .topcoat-checkbox__checkmark { height: 2rem; } input[type="checkbox"] { height: 2rem; width: 2rem; margin-top: 0; margin-right: -2rem; margin-bottom: -2rem; margin-left: 0; } input[type="checkbox"]:checked + .topcoat-checkbox__checkmark:after { opacity: 1; } .topcoat-checkbox { line-height: 2rem; } .topcoat-checkbox__checkmark:before { width: 2rem; height: 2rem; background: #595b5b; border: 1px solid #333434; border-radius: 3px; box-shadow: inset 0 1px #737373; } .topcoat-checkbox__checkmark { width: 2rem; height: 2rem; } .topcoat-checkbox__checkmark:after { top: 1px; left: 2px; opacity: 0; width: 28px; height: 11px; background: transparent; border: 7px solid #c6c8c8; border-width: 7px; border-top: none; border-right: none; border-radius: 2px; -webkit-transform: rotate(-50deg); -ms-transform: rotate(-50deg); transform: rotate(-50deg); } input[type="checkbox"]:focus + .topcoat-checkbox__checkmark:before { border: 1px solid #0036ff; box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1; } input[type="checkbox"]:active + .topcoat-checkbox__checkmark:before { border: 1px solid #333434; background-color: #3f4041; box-shadow: inset 0 1px rgba(0,0,0,0.05); } input[type="checkbox"]:disabled:active + .topcoat-checkbox__checkmark:before { border: 1px solid #333434; background: #595b5b; box-shadow: inset 0 1px #737373; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .button, .topcoat-icon-button, .topcoat-icon-button--quiet, .topcoat-icon-button--large, .topcoat-icon-button--large--quiet { position: relative; display: inline-block; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-decoration: none; } .button--quiet { background: transparent; border: 1px solid transparent; box-shadow: none; } .button--disabled, .topcoat-icon-button:disabled, .topcoat-icon-button--quiet:disabled, .topcoat-icon-button--large:disabled, .topcoat-icon-button--large--quiet:disabled { opacity: 0.3; cursor: default; pointer-events: none; } /* topdoc name: Icon Button description: Like button, but it has an icon. modifiers: :active: Active state :disabled: Disabled state :hover: Hover state :focus: Focused markup: <button class="topcoat-icon-button"> <span class="topcoat-icon" style="background-color:#A5A7A7;"></span> </button> <button class="topcoat-icon-button" disabled> <span class="topcoat-icon" style="background-color:#A5A7A7;"></span> </button> tags: - desktop - light - mobile - button - icon */ .topcoat-icon-button, .topcoat-icon-button--quiet, .topcoat-icon-button--large, .topcoat-icon-button--large--quiet { padding: 0 0.75rem; line-height: 3rem; letter-spacing: 1px; color: #c6c8c8; text-shadow: 0 -1px rgba(0,0,0,0.69); vertical-align: baseline; background-color: #595b5b; box-shadow: inset 0 1px #737373; border: 1px solid #333434; border-radius: 6px; } .topcoat-icon-button:hover, .topcoat-icon-button--quiet:hover, .topcoat-icon-button--large:hover, .topcoat-icon-button--large--quiet:hover { background-color: #626465; } .topcoat-icon-button:focus, .topcoat-icon-button--quiet:focus, .topcoat-icon-button--quiet:hover:focus, .topcoat-icon-button--large:focus, .topcoat-icon-button--large--quiet:focus, .topcoat-icon-button--large--quiet:hover:focus { border: 1px solid #0036ff; box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1; outline: 0; } .topcoat-icon-button:active, .topcoat-icon-button--large:active { border: 1px solid #333434; background-color: #3f4041; box-shadow: inset 0 1px rgba(0,0,0,0.05); } /* topdoc name: Quiet Icon Button description: Like quiet button, but it has an icon. modifiers: :active: Active state :disabled: Disabled state :hover: Hover state :focus: Focused markup: <button class="topcoat-icon-button--quiet"> <span class="topcoat-icon" style="background-color:#A5A7A7;"></span> </button> <button class="topcoat-icon-button--quiet" disabled> <span class="topcoat-icon" style="background-color:#A5A7A7;"></span> </button> tags: - desktop - light - mobile - button - icon - quiet */ .topcoat-icon-button--quiet { background: transparent; border: 1px solid transparent; box-shadow: none; } .topcoat-icon-button--quiet:hover, .topcoat-icon-button--large--quiet:hover { text-shadow: 0 -1px rgba(0,0,0,0.69); border: 1px solid #333434; box-shadow: inset 0 1px #737373; } .topcoat-icon-button--quiet:active, .topcoat-icon-button--quiet:focus:active, .topcoat-icon-button--large--quiet:active, .topcoat-icon-button--large--quiet:focus:active { color: #c6c8c8; text-shadow: 0 -1px rgba(0,0,0,0.69); background-color: #3f4041; border: 1px solid #333434; box-shadow: inset 0 1px rgba(0,0,0,0.05); } /* topdoc name: Large Icon Button description: Like large button, but it has an icon. modifiers: :active: Active state :disabled: Disabled state :hover: Hover state :focus: Focused markup: <button class="topcoat-icon-button--large"> <span class="topcoat-icon--large" style="background-color:#A5A7A7;"></span> </button> <button class="topcoat-icon-button--large" disabled> <span class="topcoat-icon--large" style="background-color:#A5A7A7;"></span> </button> tags: - desktop - light - mobile - button - icon - large */ .topcoat-icon-button--large, .topcoat-icon-button--large--quiet { width: 4.375rem; height: 4.375rem; line-height: 4.375rem; } /* topdoc name: Large Quiet Icon Button description: Like large button, but it has an icon and this one is quiet. modifiers: :active: Active state :disabled: Disabled state :hover: Hover state markup: <button class="topcoat-icon-button--large--quiet"> <span class="topcoat-icon--large" style="background-color:#A5A7A7;"></span> </button> <button class="topcoat-icon-button--large--quiet" disabled> <span class="topcoat-icon--large" style="background-color:#A5A7A7;"></span> </button> tags: - desktop - light - mobile - button - icon - large - quiet */ .topcoat-icon-button--large--quiet { background: transparent; border: 1px solid transparent; box-shadow: none; } .topcoat-icon, .topcoat-icon--large { position: relative; display: inline-block; vertical-align: top; overflow: hidden; width: 1.62rem; height: 1.62rem; vertical-align: middle; top: -1px; } .topcoat-icon--large { width: 2.499999998125rem; height: 2.499999998125rem; top: -2px; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .input { padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; vertical-align: top; outline: none; } .input:disabled { opacity: 0.3; cursor: default; pointer-events: none; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .list { padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: auto; -webkit-overflow-scrolling: touch; } .list__header { margin: 0; } .list__container { padding: 0; margin: 0; list-style-type: none; } .list__item { margin: 0; padding: 0; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .list, .topcoat-list { padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: auto; -webkit-overflow-scrolling: touch; } .list__header, .topcoat-list__header { margin: 0; } .list__container, .topcoat-list__container { padding: 0; margin: 0; list-style-type: none; } .list__item, .topcoat-list__item { margin: 0; padding: 0; } /* topdoc name: List description: Topcoat default list skin markup: <div class="topcoat-list"> <h3 class="topcoat-list__header">Category</h3> <ul class="topcoat-list__container"> <li class="topcoat-list__item"> Item </li> <li class="topcoat-list__item"> Item </li> <li class="topcoat-list__item"> Item </li> </ul> </div> tags: - mobile - list */ .topcoat-list { border-top: 1px solid #333434; border-bottom: 1px solid #616363; background-color: #454646; } .topcoat-list__header { padding: 4px 20px; font-size: 0.9em; font-weight: 400; background-color: #3f4041; color: #c6c8c8; text-shadow: 0 1px 0 rgba(255,255,255,0.1); border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.05); } .topcoat-list__container { border-top: 1px solid #333434; color: #c6c8c8; } .topcoat-list__item { padding: 1.25rem; border-top: 1px solid #616363; border-bottom: 1px solid #333434; } .topcoat-list__item:first-child { border-top: 1px solid rgba(0,0,0,0.05); } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .navigation-bar { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; white-space: nowrap; overflow: hidden; word-spacing: 0; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .navigation-bar__item { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; position: relative; display: inline-block; vertical-align: top; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; } .navigation-bar__title { padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .navigation-bar, .topcoat-navigation-bar { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; white-space: nowrap; overflow: hidden; word-spacing: 0; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .navigation-bar__item, .topcoat-navigation-bar__item { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; position: relative; display: inline-block; vertical-align: top; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; } .navigation-bar__title, .topcoat-navigation-bar__title { padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } /* topdoc name: Navigation Bar description: A place where navigation goes to drink markup: <div class="topcoat-navigation-bar"> <div class="topcoat-navigation-bar__item center full"> <h1 class="topcoat-navigation-bar__title">Header</h1> </div> </div> tags: - desktop - light - mobile - navigation - bar */ .topcoat-navigation-bar { height: 4.375rem; padding-left: 1rem; padding-right: 1rem; background: #595b5b; color: #fff; box-shadow: inset 0 -1px #333434, 0 1px #454646; } .topcoat-navigation-bar__item { margin: 0; line-height: 4.375rem; vertical-align: top; } .topcoat-navigation-bar__title { font-size: 1.3rem; font-weight: 400; color: #fff; } /* Copyright 2012 Adobe Systems Inc.; Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .notification { position: relative; display: inline-block; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-decoration: none; } /* Copyright 2012 Adobe Systems Inc.; Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .notification, .topcoat-notification { position: relative; display: inline-block; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-decoration: none; } /* topdoc name: Notification description: Notification badge markup: <span class="topcoat-notification">1</span> tags: - desktop - light - mobile - notification */ .topcoat-notification { padding: 0.15em 0.5em 0.2em; border-radius: 2px; background-color: #ec514e; color: #fff; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ input[type="radio"] { position: absolute; overflow: hidden; padding: 0; border: 0; opacity: 0.001; z-index: 1; vertical-align: top; outline: none; } .radio-button { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; position: relative; display: inline-block; vertical-align: top; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .radio-button__label { position: relative; display: inline-block; vertical-align: top; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .radio-button:before, .radio-button:after { content: ''; position: absolute; border-radius: 100%; } .radio-button:after { top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .radio-button:before { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; } .radio-button--disabled { opacity: 0.3; cursor: default; pointer-events: none; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ input[type="radio"] { position: absolute; overflow: hidden; padding: 0; border: 0; opacity: 0.001; z-index: 1; vertical-align: top; outline: none; } .radio-button, .topcoat-radio-button__checkmark { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; position: relative; display: inline-block; vertical-align: top; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .radio-button__label, .topcoat-radio-button { position: relative; display: inline-block; vertical-align: top; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .radio-button:before, .radio-button:after, .topcoat-radio-button__checkmark:before, .topcoat-radio-button__checkmark:after { content: ''; position: absolute; border-radius: 100%; } .radio-button:after, .topcoat-radio-button__checkmark:after { top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .radio-button:before, .topcoat-radio-button__checkmark:before { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; } .radio-button--disabled, input[type="radio"]:disabled + .topcoat-radio-button__checkmark { opacity: 0.3; cursor: default; pointer-events: none; } /* topdoc name: Radio Button description: A button that can play music, but usually just plays ads. modifiers: markup: <!-- NO LABEL --> <label class="topcoat-radio-button"> <input type="radio" name="topcoat"> <div class="topcoat-radio-button__checkmark"></div> </label> <br> <br> <!-- LEFT LABEL --> <label class="topcoat-radio-button"> Left label <input type="radio" name="topcoat"> <div class="topcoat-radio-button__checkmark"></div> </label> <br> <br> <!-- RIGHT LABEL --> <label class="topcoat-radio-button"> <input type="radio" name="topcoat"> <div class="topcoat-radio-button__checkmark"></div> Right label </label> <br> <br> <!-- DISABLED --> <label class="topcoat-radio-button"> <input type="radio" name="topcoat" Disabled> <div class="topcoat-radio-button__checkmark"></div> Disabled </label> examples: Mobile Radio Button: http://codepen.io/Topcoat/pen/HDcJj tags: - desktop - light - mobile - Radio */ input[type="radio"] { height: 1.875rem; width: 1.875rem; margin-top: 0; margin-right: -1.875rem; margin-bottom: -1.875rem; margin-left: 0; } input[type="radio"]:checked + .topcoat-radio-button__checkmark:after { opacity: 1; } .topcoat-radio-button { color: #c6c8c8; line-height: 1.875rem; } .topcoat-radio-button__checkmark:before { width: 1.875rem; height: 1.875rem; background: #595b5b; border: 1px solid #333434; box-shadow: inset 0 1px #737373; } .topcoat-radio-button__checkmark { position: relative; width: 1.875rem; height: 1.875rem; } .topcoat-radio-button__checkmark:after { opacity: 0; width: 0.875rem; height: 0.875rem; background: #c6c8c8; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 1px rgba(255,255,255,0.1); -webkit-transform: none; -ms-transform: none; transform: none; top: 7px; left: 7px; } input[type="radio"]:focus + .topcoat-radio-button__checkmark:before { border: 1px solid #0036ff; box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1; } input[type="radio"]:active + .topcoat-radio-button__checkmark:before { border: 1px solid #333434; background-color: #3f4041; box-shadow: inset 0 1px rgba(0,0,0,0.05); } input[type="radio"]:disabled:active + .topcoat-radio-button__checkmark:before { border: 1px solid #333434; background: #595b5b; box-shadow: inset 0 1px #737373; } /* Copyright 2012 Adobe Systems Inc.; Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ /* Copyright 2012 Adobe Systems Inc.; Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ .range { padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; vertical-align: top; outline: none; -webkit-appearance: none; } .range__thumb { cursor: pointer; } .range__thumb--webkit { cursor: pointer; -webkit-appearance: none; } .range:disabled { opacity: 0.3; cursor: default; pointer-events: none; } /* Copyright 2012 Adobe Systems Inc.; Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ /* Copyright 2012 Adobe Systems Inc.; Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ .range, .topcoat-range { padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; vertical-align: top; outline: none; -webkit-appearance: none; } .range__thumb, .topcoat-range::-moz-range-thumb { cursor: pointer; } .range__thumb--webkit, .topcoat-range::-webkit-slider-thumb { cursor: pointer; -webkit-appearance: none; } .range:disabled, .topcoat-range:disabled { opacity: 0.3; cursor: default; pointer-events: none; } /* topdoc name: Range description: Range input modifiers: :active: Active state :disabled: Disabled state :hover: Hover state :focus: Focused markup: <input type="range" class="topcoat-range"> <input type="range" class="topcoat-range" disabled> examples: mobile range: http://codepen.io/Topcoat/pen/BskEn tags: - desktop - mobile - range */ .topcoat-range { border-radius: 6px; border: 1px solid #333434; background-color: #454646; height: 1rem; border-radius: 30px; } .topcoat-range::-moz-range-track { border-radius: 6px; border: 1px solid #333434; background-color: #454646; height: 1rem; border-radius: 30px; } .topcoat-range::-webkit-slider-thumb { height: 3rem; width: 2rem; background-color: #595b5b; border: 1px solid #333434; border-radius: 6px; box-shadow: inset 0 1px #737373; } .topcoat-range::-moz-range-thumb { height: 3rem; width: 2rem; background-color: #595b5b; border: 1px solid #333434; border-radius: 6px; box-shadow: inset 0 1px #737373; } .topcoat-range:focus::-webkit-slider-thumb { border: 1px solid #0036ff; box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1; } .topcoat-range:focus::-moz-range-thumb { border: 1px solid #0036ff; box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1; } .topcoat-range:active::-webkit-slider-thumb { border: 1px solid #333434; box-shadow: inset 0 1px #737373; } .topcoat-range:active::-moz-range-thumb { border: 1px solid #333434; box-shadow: inset 0 1px #737373; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .search-input { padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; vertical-align: top; outline: none; -webkit-appearance: none; } input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } .search-input:disabled { opacity: 0.3; cursor: default; pointer-events: none; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .search-input, .topcoat-search-input, .topcoat-search-input--large { padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; vertical-align: top; outline: none; -webkit-appearance: none; } input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } .search-input:disabled, .topcoat-search-input:disabled, .topcoat-search-input--large:disabled { opacity: 0.3; cursor: default; pointer-events: none; } /* topdoc name: Search Input description: A text input designed for searching. modifiers: :disabled: Disabled state markup: <input type="search" value="" placeholder="search" class="topcoat-search-input"> <input type="search" value="" placeholder="search" class="topcoat-search-input" disabled> tags: - desktop - light - mobile - text - input - search - form */ .topcoat-search-input, .topcoat-search-input--large { line-height: 3rem; height: 3rem; font-size: 16px; border: 1px solid #333434; background-color: #454646; box-shadow: inset 0 1px 0 rgba(0,0,0,0.23); color: #c6c8c8; padding: 0 0 0 2rem; border-radius: 30px; background-image: url("../img/search.svg"); background-position: 1rem center; background-repeat: no-repeat; background-size: 16px; } .topcoat-search-input:focus, .topcoat-search-input--large:focus { background-color: #595b5b; color: #fff; border: 1px solid #0036ff; box-shadow: inset 0 1px 0 rgba(0,0,0,0.23), 0 0 0 2px #6fb5f1; } .topcoat-search-input::-webkit-search-cancel-button, .topcoat-search-input::-webkit-search-decoration, .topcoat-search-input--large::-webkit-search-cancel-button, .topcoat-search-input--large::-webkit-search-decoration { margin-right: 5px; } .topcoat-search-input:focus::-webkit-input-placeholder, .topcoat-search-input:focus::-webkit-input-placeholder { color: #c6c8c8; } .topcoat-search-input:disabled::-webkit-input-placeholder { color: #fff; } .topcoat-search-input:disabled::-moz-placeholder { color: #fff; } .topcoat-search-input:disabled:-ms-input-placeholder { color: #fff; } /* topdoc name: Large Search Input description: A large text input designed for searching. modifiers: :disabled: Disabled state markup: <input type="search" value="" placeholder="search" class="topcoat-search-input--large"> <input type="search" value="" placeholder="search" class="topcoat-search-input--large" disabled> tags: - desktop - light - mobile - text - input - search - form - large */ .topcoat-search-input--large { line-height: 4.375rem; height: 4.375rem; font-size: 1.3rem; font-weight: 400; padding: 0 0 0 2.9rem; border-radius: 40px; background-position: 1.2rem center; background-size: 1.3rem; } .topcoat-search-input--large:disabled { color: #fff; } .topcoat-search-input--large:disabled::-webkit-input-placeholder { color: #fff; } .topcoat-search-input--large:disabled::-moz-placeholder { color: #fff; } .topcoat-search-input--large:disabled:-ms-input-placeholder { color: #fff; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .switch { position: relative; display: inline-block; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; } .switch__input { position: absolute; overflow: hidden; padding: 0; border: 0; opacity: 0.001; z-index: 1; vertical-align: top; outline: none; } .switch__toggle { position: relative; display: inline-block; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .switch__toggle:before, .switch__toggle:after { content: ''; position: absolute; z-index: -1; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; } .switch--disabled { opacity: 0.3; cursor: default; pointer-events: none; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .switch, .topcoat-switch { position: relative; display: inline-block; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; } .switch__input, .topcoat-switch__input { position: absolute; overflow: hidden; padding: 0; border: 0; opacity: 0.001; z-index: 1; vertical-align: top; outline: none; } .switch__toggle, .topcoat-switch__toggle { position: relative; display: inline-block; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .switch__toggle:before, .switch__toggle:after, .topcoat-switch__toggle:before, .topcoat-switch__toggle:after { content: ''; position: absolute; z-index: -1; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; } .switch--disabled, .topcoat-switch__input:disabled + .topcoat-switch__toggle { opacity: 0.3; cursor: default; pointer-events: none; } /* topdoc name: Switch description: Default skin for Topcoat switch modifiers: :focus: Focus state :disabled: Disabled state markup: <label class="topcoat-switch"> <input type="checkbox" class="topcoat-switch__input"> <div class="topcoat-switch__toggle"></div> </label> <br> <br> <label class="topcoat-switch"> <input type="checkbox" class="topcoat-switch__input" checked> <div class="topcoat-switch__toggle"></div> </label> <br> <br> <label class="topcoat-switch"> <input type="checkbox" class="topcoat-switch__input" disabled> <div class="topcoat-switch__toggle"></div> </label> examples: mobile switch: http://codepen.io/Topcoat/pen/upxds tags: - desktop - light - mobile - switch */ .topcoat-switch { font-size: 16px; padding: 0 1.25rem; border-radius: 6px; border: 1px solid #333434; overflow: hidden; width: 6rem; } .topcoat-switch__toggle:before, .topcoat-switch__toggle:after { top: -1px; width: 5rem; } .topcoat-switch__toggle:before { content: 'ON'; color: #288edf; background-color: #3f4041; right: 1rem; padding-left: 1.5rem; } .topcoat-switch__toggle { line-height: 3rem; height: 3rem; width: 2rem; border-radius: 6px; color: #c6c8c8; text-shadow: 0 -1px rgba(0,0,0,0.69); background-color: #595b5b; border: 1px solid #333434; margin-left: -1.3rem; margin-bottom: -1px; margin-top: -1px; box-shadow: inset 0 1px #737373; -webkit-transition: margin-left 0.05s ease-in-out; transition: margin-left 0.05s ease-in-out; } .topcoat-switch__toggle:after { content: 'OFF'; background-color: #3f4041; left: 1rem; padding-left: 2rem; } .topcoat-switch__input:checked + .topcoat-switch__toggle { margin-left: 2.7rem; } .topcoat-switch__input:active + .topcoat-switch__toggle { border: 1px solid #333434; box-shadow: inset 0 1px #737373; } .topcoat-switch__input:focus + .topcoat-switch__toggle { border: 1px solid #0036ff; box-shadow: 0 0 0 2px #6fb5f1; } .topcoat-switch__input:disabled + .topcoat-switch__toggle:after, .topcoat-switch__input:disabled + .topcoat-switch__toggle:before { background: transparent; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .button, .topcoat-tab-bar__button { position: relative; display: inline-block; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-decoration: none; } .button--quiet { background: transparent; border: 1px solid transparent; box-shadow: none; } .button--disabled, .topcoat-tab-bar__button:disabled { opacity: 0.3; cursor: default; pointer-events: none; } .button-bar, .topcoat-tab-bar { display: table; table-layout: fixed; white-space: nowrap; margin: 0; padding: 0; } .button-bar__item, .topcoat-tab-bar__item { display: table-cell; width: auto; border-radius: 0; } .button-bar__item > input, .topcoat-tab-bar__item > input { position: absolute; overflow: hidden; padding: 0; border: 0; opacity: 0.001; z-index: 1; vertical-align: top; outline: none; } .button-bar__button { border-radius: inherit; } .button-bar__item:disabled { opacity: 0.3; cursor: default; pointer-events: none; } /* topdoc name: Tab Bar description: Component of tab buttons modifiers: :disabled: Disabled state markup: <div class="topcoat-tab-bar"> <label class="topcoat-tab-bar__item"> <input type="radio" name="tab-bar"> <button class="topcoat-tab-bar__button">One</button> </label> <label class="topcoat-tab-bar__item"> <input type="radio" name="tab-bar"> <button class="topcoat-tab-bar__button">Two</button> </label> <label class="topcoat-tab-bar__item"> <input type="radio" name="tab-bar"> <button class="topcoat-tab-bar__button">Three</button> </label> </div> examples: mobile tab bar: http://codepen.io/Topcoat/pen/rJICF tags: - desktop - light - dark - mobile - tab - group - bar */ .topcoat-tab-bar__button { padding: 0 1.25rem; height: 3rem; line-height: 3rem; letter-spacing: 1px; color: #c6c8c8; text-shadow: 0 -1px rgba(0,0,0,0.69); vertical-align: top; background-color: #595b5b; box-shadow: inset 0 1px #737373; border-top: 1px solid #333434; } .topcoat-tab-bar__button:active, .topcoat-tab-bar__button--large:active, :checked + .topcoat-tab-bar__button { color: #288edf; background-color: #3f4041; box-shadow: inset 0 0 1px rgba(0,0,0,0.05); } .topcoat-tab-bar__button:focus, .topcoat-tab-bar__button--large:focus { z-index: 1; box-shadow: inset 0 1px rgba(255,255,255,0.36), 0 0 0 2px #6fb5f1; outline: 0; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .input, .topcoat-text-input, .topcoat-text-input--large { padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; vertical-align: top; outline: none; } .input:disabled, .topcoat-text-input:disabled, .topcoat-text-input--large:disabled { opacity: 0.3; cursor: default; pointer-events: none; } /* topdoc name: Text input description: Topdoc text input modifiers: :disabled: Disabled state :focus: Focused :invalid: Hover state markup: <input type="text" class="topcoat-text-input" placeholder="text" value=""> <br> <br> <input type="text" class="topcoat-text-input" placeholder="text" value="" disabled> <br> <br> <input type="text" class="topcoat-text-input" placeholder="text" value="fail" pattern="not-fail"> tags: - desktop - mobile - text - input */ .topcoat-text-input, .topcoat-text-input--large { line-height: 3rem; font-size: 16px; letter-spacing: 1px; padding: 0 1.25rem; border: 1px solid #333434; border-radius: 6px; background-color: #454646; box-shadow: inset 0 1px rgba(0,0,0,0.05); color: #c6c8c8; vertical-align: top; } .topcoat-text-input:focus, .topcoat-text-input--large:focus { background-color: #595b5b; color: #fff; border: 1px solid #0036ff; box-shadow: 0 0 0 2px #6fb5f1; } .topcoat-text-input:disabled::-webkit-input-placeholder { color: #fff; } .topcoat-text-input:disabled::-moz-placeholder { color: #fff; } .topcoat-text-input:disabled:-ms-input-placeholder { color: #fff; } .topcoat-text-input:invalid { border: 1px solid #ec514e; } /* topdoc name: Large Text Input description: A bigger input, still for text. modifiers: :disabled: Disabled state :focus: Focused :invalid: Hover state markup: <input type="text" class="topcoat-text-input--large" value="" placeholder="text"> <br> <br> <input type="text" class="topcoat-text-input--large" value="" placeholder="text" disabled> <br> <br> <input type="text" class="topcoat-text-input--large" placeholder="text" value="fail" pattern="not-fail"> tags: - desktop - light - mobile - form - input - large */ .topcoat-text-input--large { line-height: 4.375rem; font-size: 1.3rem; } .topcoat-text-input--large:disabled { color: #fff; } .topcoat-text-input--large:disabled::-webkit-input-placeholder { color: #fff; } .topcoat-text-input--large:disabled::-moz-placeholder { color: #fff; } .topcoat-text-input--large:disabled:-ms-input-placeholder { color: #fff; } .topcoat-text-input--large:invalid { border: 1px solid #ec514e; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .textarea { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; vertical-align: top; resize: none; outline: none; } .textarea:disabled { opacity: 0.3; cursor: default; pointer-events: none; } /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ /** * * Copyright 2012 Adobe Systems Inc.; * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ .textarea, .topcoat-textarea, .topcoat-textarea--large { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; vertical-align: top; resize: none; outline: none; } .textarea:disabled, .topcoat-textarea:disabled, .topcoat-textarea--large:disabled { opacity: 0.3; cursor: default; pointer-events: none; } /* topdoc name: Textarea description: A whole area, just for text. modifiers: :disabled: Disabled state markup: <textarea class="topcoat-textarea" rows="6" cols="36" placeholder="Textarea"></textarea> <br> <br> <textarea class="topcoat-textarea" rows="6" cols="36" placeholder="Textarea" disabled></textarea> tags: - desktop - light - mobile - form - input - textarea */ .topcoat-textarea, .topcoat-textarea--large { padding: 2rem; font-size: 2.5rem; font-weight: 400; border-radius: 6px; line-height: 3rem; border: 1px solid #333434; background-color: #454646; box-shadow: inset 0 1px rgba(0,0,0,0.05); color: #c6c8c8; letter-spacing: 1px; } .topcoat-textarea:focus, .topcoat-textarea--large:focus { background-color: #595b5b; color: #fff; border: 1px solid #0036ff; box-shadow: 0 0 0 2px #6fb5f1; } .topcoat-textarea:disabled::-webkit-input-placeholder { color: #fff; } .topcoat-textarea:disabled::-moz-placeholder { color: #fff; } .topcoat-textarea:disabled:-ms-input-placeholder { color: #fff; } /* topdoc name: Large Textarea description: A whole area, just for text; now available in large. modifiers: :disabled: Disabled state markup: <textarea class="topcoat-textarea--large" rows="6" cols="36" placeholder="Textarea"></textarea> <br> <br> <textarea class="topcoat-textarea--large" rows="6" cols="36" placeholder="Textarea" disabled></textarea> tags: - desktop - light - mobile - form - input - textarea */ .topcoat-textarea--large { font-size: 3rem; line-height: 4.375rem; } .topcoat-textarea--large:disabled { color: #fff; } .topcoat-textarea--large:disabled::-webkit-input-placeholder { color: #fff; } .topcoat-textarea--large:disabled::-moz-placeholder { color: #fff; } .topcoat-textarea--large:disabled:-ms-input-placeholder { color: #fff; } @font-face { font-family: "Source Sans"; src: url("../font/SourceSansPro-Regular.otf"); } @font-face { font-family: "Source Sans"; src: url("../font/SourceSansPro-Light.otf"); font-weight: 200; } @font-face { font-family: "Source Sans"; src: url("../font/SourceSansPro-Semibold.otf"); font-weight: 600; } body { margin: 0; padding: 0; background: #4b4d4e; color: #000; font: 16px "Source Sans", helvetica, arial, sans-serif; font-weight: 400; } :focus { outline-color: transparent; outline-style: none; } .topcoat-icon--menu-stack { background: url("../img/hamburger_light.svg") no-repeat; background-size: cover; } .quarter { width: 25%; } .half { width: 50%; } .three-quarters { width: 75%; } .third { width: 33.333%; } .two-thirds { width: 66.666%; } .full { width: 100%; } .left { text-align: left; } .center { text-align: center; } .right { text-align: right; } .reset-ui { -moz-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; position: relative; display: inline-block; vertical-align: top; padding: 0; margin: 0; font: inherit; color: inherit; background: transparent; border: none; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } /* This file should include color and image variables corresponding to the dark theme */ /* ---------- colors ---------- */ /* ---------- darken ---------- */ /* ---------- lighten ---------- */ /* ---------- alphas ---------- */ /* ---------- thickness ---------- */ /* ---------- shadows ---------- */ /* Icons */ /* Navigation Bar */ /* Text Input */ /* List */ /* Overlay */ /* Progress bar */ /* Checkbox */ /* Range input */ /* Radio Button */ /* Tab bar */ /* Switch */ /* Icon Button */ /* Navigation bar */ /* List */ /* Search Input */ /* Textarea */ /* Checkbox */ /* Radio */ /* Range input */ /* Search Input */ /* Switch */ /* This file should include color and image variables corresponding to the light theme */ /* ---------- colors ---------- */ /* ---------- darken ---------- */ /* ---------- lighten ---------- */ /* ---------- alphas ---------- */ /* ---------- thickness ---------- */ /* ---------- shadows ---------- */ /* Secondary colors (based on colors above) Everything below this line should be calculated using the variables above. This area is for people that want to totally customize everything. Have fun, bros! */ /* Icons */ /* Navigation Bar */ /* Text Input */ /* List */ /* Overlay */ /* Progress bar */ /* Checkbox */ /* Range input */ /* Radio Button */ /* Tab bar */ /* Switch */ /* Containers */ /* Icon Button */ /* Navigation bar */ /* List */ /* Search Input */ /* Text Area */ /* Checkbox */ /* Radio */ /* Range input */ /* Search Input */ /* Switch */ /* Call To Action */ /* Text Input */ /* Radio input */ /* Overlay */ /* Textarea */ /* Progress bar container */ /* Progress bar progress */ /* Switch */ /* Notification */ /* Search */
third_party/blink/web_tests/external/wpt/css/css-grid/alignment/grid-self-alignment-positioned-items-with-margin-border-padding-007.html
scheib/chromium
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Grid Layout Test: Self-Alignment of absolute positioned items with 'definite' grid positions and margin, border and padding</title> <link rel="author" title="Javier Fernandez Garcia-Boente" href="mailto:jfernandez@igalia.com"> <link rel="help" href="https://drafts.csswg.org/css-grid-1/#column-align"> <link rel="help" href="https://drafts.csswg.org/css-grid-1/#abspos-items"> <link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-self"> <link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-self"> <meta name="assert" content="Absolute positioned orthogonal grid items alignment works as expected when items have borders."> <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> <style> .grid { position: relative; display: inline-grid; grid-template-columns: 100px 150px; grid-template-rows: 150px 100px; font: 10px/1 Ahem; background: grey; } .grid > div { position: absolute; } .grid > :nth-child(1) { background: green; } .grid > :nth-child(2) { background: blue; } .grid > :nth-child(3) { background: yellow; } .grid > :nth-child(4) { background: red; } .grid > div { border-color: silver; border-style: solid; border-width: 5px 10px 15px 20px; } .LTR { direction: ltr; } .RTL { direction: rtl; } .verticalLR { writing-mode: vertical-lr; } .verticalRL { writing-mode: vertical-rl; } .horizontal { writing-mode: horizontal-tb; } .firstRowFirstColumn { grid-row: 1 / 2; grid-column: 1 / 2; align-self: start; justify-self: right; } .firstRowSecondColumn { grid-row: 1 / 2; grid-column: 2 / 3; align-self: end; justify-self: center; } .secondRowFirstColumn { grid-row: 2 / 3; grid-column: 1 / 2; align-self: center; justify-self: self-start; } .secondRowSecondColumn { grid-row: 2 / 3; grid-column: 2 / 3; align-self: self-end; justify-self: left; } </style> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/resources/check-layout-th.js"></script> <script type="text/javascript"> setup({ explicit_done: true }); </script> <body onload="document.fonts.ready.then(() => { checkLayout('.grid'); })"> <div class="grid"> <div data-offset-x="60" data-offset-y="0" data-expected-width="40" data-expected-height="80" class="firstRowFirstColumn verticalLR">X XX X</div> <div data-offset-x="145" data-offset-y="60" data-expected-width="60" data-expected-height="90" class="firstRowSecondColumn verticalRL">XX X<br>X XXX X<br>XX XXX</div> <div data-offset-x="10" data-offset-y="185" data-expected-width="90" data-expected-height="30" class="secondRowFirstColumn RTL">X XX X</div> <div data-offset-x="100" data-offset-y="150" data-expected-width="70" data-expected-height="80" class="secondRowSecondColumn verticalLR RTL">XX X<br>X XXX<br>X<br>XX XXX</div> </div> <div class="grid RTL"> <div data-offset-x="210" data-offset-y="0" data-expected-width="40" data-expected-height="80" class="firstRowFirstColumn verticalLR">X XX X</div> <div data-offset-x="45" data-offset-y="60" data-expected-width="60" data-expected-height="90" class="firstRowSecondColumn verticalRL">XX X<br>X XXX X<br>XX XXX</div> <div data-offset-x="150" data-offset-y="185" data-expected-width="90" data-expected-height="30" class="secondRowFirstColumn LTR">X XX X</div> <div data-offset-x="0" data-offset-y="150" data-expected-width="70" data-expected-height="80" class="secondRowSecondColumn verticalRL RTL">XX X<br>X XXX<br>X<br>XX XXX</div> </div> <br><br> <div class="grid verticalLR"> <div data-offset-x="0" data-offset-y="70" data-expected-width="90" data-expected-height="30" class="firstRowFirstColumn horizontal">X XX X</div> <div data-offset-x="50" data-offset-y="150" data-expected-width="100" data-expected-height="50" class="firstRowSecondColumn horizontal">XX X<br>X XXX X<br>XX XXX</div> <div data-offset-x="180" data-offset-y="0" data-expected-width="40" data-expected-height="80" class="secondRowFirstColumn verticalRL">X XX X</div> <div data-offset-x="150" data-offset-y="100" data-expected-width="90" data-expected-height="60" class="secondRowSecondColumn horizontal RTL">XX X<br>X XXX<br>X<br>XX XXX</div> </div> <div class="grid verticalRL"> <div data-offset-x="160" data-offset-y="70" data-expected-width="90" data-expected-height="30" class="firstRowFirstColumn horizontal">X XX X</div> <div data-offset-x="100" data-offset-y="150" data-expected-width="100" data-expected-height="50" class="firstRowSecondColumn horizontal">XX X<br>X XXX X<br>XX XXX</div> <div data-offset-x="5" data-offset-y="0" data-expected-width="90" data-expected-height="30" class="secondRowFirstColumn horizontal RTL">X XX X</div> <div data-offset-x="30" data-offset-y="100" data-expected-width="70" data-expected-height="80" class="secondRowSecondColumn verticalLR">XX X<br>X XXX<br>X<br>XX XXX</div> </div> </body>
themes/material/source/css/prettify/atelier-sulphurpool-light.min.css
jskyzero/jskyzero.github.io
.prettyprint{background:#f5f7ff!important;font-family:Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;border:0!important}.pln{color:#202746}ol.linenums{margin-top:0;margin-bottom:0;color:#202746}li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8,li.L9{padding-left:1em;background-color:#f5f7ff;list-style-type:decimal}@media screen{.str{color:#ac9739}.kwd{color:#6679cc}.com{color:#202746}.typ{color:#3d8fd1}.lit{color:#c76b29}.pun{color:#202746}.opn{color:#202746}.clo{color:#202746}.tag{color:#c94922}.atn{color:#c76b29}.atv{color:#22a2c9}.dec{color:#c76b29}.var{color:#c94922}.fun{color:#3d8fd1}}
v2/docs/src_geom_Point.js.html
stoneman1/phaser
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Source: src/geom/Point.js</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top navbar-inverse"> <div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div> <div class="navbar-inner"> <a class="brand" href="index.html">Phaser API</a> <ul class="nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Phaser.html">Phaser</a> </li> <li class="class-depth-0"> <a href="PIXI.html">PIXI</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Event.html">Event</a> </li> <li class="class-depth-0"> <a href="EventTarget.html">EventTarget</a> </li> <li class="class-depth-1"> <a href="Phaser.Animation.html">Animation</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationManager.html">AnimationManager</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationParser.html">AnimationParser</a> </li> <li class="class-depth-1"> <a href="Phaser.ArraySet.html">ArraySet</a> </li> <li class="class-depth-1"> <a href="Phaser.ArrayUtils.html">ArrayUtils</a> </li> <li class="class-depth-1"> <a href="Phaser.AudioSprite.html">AudioSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapData.html">BitmapData</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapText.html">BitmapText</a> </li> <li class="class-depth-1"> <a href="Phaser.Bullet.html">Bullet</a> </li> <li class="class-depth-1"> <a href="Phaser.Button.html">Button</a> </li> <li class="class-depth-1"> <a href="Phaser.Cache.html">Cache</a> </li> <li class="class-depth-1"> <a href="Phaser.Camera.html">Camera</a> </li> <li class="class-depth-1"> <a href="Phaser.Canvas.html">Canvas</a> </li> <li class="class-depth-1"> <a href="Phaser.Circle.html">Circle</a> </li> <li class="class-depth-1"> <a href="Phaser.Color.html">Color</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Angle.html">Angle</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Animation.html">Animation</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.AutoCull.html">AutoCull</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Bounds.html">Bounds</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.BringToTop.html">BringToTop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Core.html">Core</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Crop.html">Crop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Delta.html">Delta</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Destroy.html">Destroy</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Health.html">Health</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InCamera.html">InCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InputEnabled.html">InputEnabled</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InWorld.html">InWorld</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LifeSpan.html">LifeSpan</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LoadTexture.html">LoadTexture</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Overlap.html">Overlap</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Reset.html">Reset</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Smoothed.html">Smoothed</a> </li> <li class="class-depth-1"> <a href="Phaser.Create.html">Create</a> </li> <li class="class-depth-1"> <a href="Phaser.Creature.html">Creature</a> </li> <li class="class-depth-1"> <a href="Phaser.Device.html">Device</a> </li> <li class="class-depth-1"> <a href="Phaser.DeviceButton.html">DeviceButton</a> </li> <li class="class-depth-1"> <a href="Phaser.DOM.html">DOM</a> </li> <li class="class-depth-1"> <a href="Phaser.Easing.html">Easing</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Back.html">Back</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Bounce.html">Bounce</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Circular.html">Circular</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Cubic.html">Cubic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Elastic.html">Elastic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Exponential.html">Exponential</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Linear.html">Linear</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quadratic.html">Quadratic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quartic.html">Quartic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quintic.html">Quintic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a> </li> <li class="class-depth-1"> <a href="Phaser.Ellipse.html">Ellipse</a> </li> <li class="class-depth-1"> <a href="Phaser.Events.html">Events</a> </li> <li class="class-depth-1"> <a href="Phaser.Filter.html">Filter</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexGrid.html">FlexGrid</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexLayer.html">FlexLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.Frame.html">Frame</a> </li> <li class="class-depth-1"> <a href="Phaser.FrameData.html">FrameData</a> </li> <li class="class-depth-1"> <a href="Phaser.Game.html">Game</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectCreator.html">GameObjectCreator</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectFactory.html">GameObjectFactory</a> </li> <li class="class-depth-1"> <a href="Phaser.Gamepad.html">Gamepad</a> </li> <li class="class-depth-1"> <a href="Phaser.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="Phaser.Group.html">Group</a> </li> <li class="class-depth-1"> <a href="Phaser.Hermite.html">Hermite</a> </li> <li class="class-depth-1"> <a href="Phaser.Image.html">Image</a> </li> <li class="class-depth-1"> <a href="Phaser.ImageCollection.html">ImageCollection</a> </li> <li class="class-depth-1"> <a href="Phaser.Input.html">Input</a> </li> <li class="class-depth-1"> <a href="Phaser.InputHandler.html">InputHandler</a> </li> <li class="class-depth-1"> <a href="Phaser.Key.html">Key</a> </li> <li class="class-depth-1"> <a href="Phaser.Keyboard.html">Keyboard</a> </li> <li class="class-depth-1"> <a href="Phaser.KeyCode.html">KeyCode</a> </li> <li class="class-depth-1"> <a href="Phaser.Line.html">Line</a> </li> <li class="class-depth-1"> <a href="Phaser.LinkedList.html">LinkedList</a> </li> <li class="class-depth-1"> <a href="Phaser.Loader.html">Loader</a> </li> <li class="class-depth-1"> <a href="Phaser.LoaderParser.html">LoaderParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Math.html">Math</a> </li> <li class="class-depth-1"> <a href="Phaser.Matrix.html">Matrix</a> </li> <li class="class-depth-1"> <a href="Phaser.Mouse.html">Mouse</a> </li> <li class="class-depth-1"> <a href="Phaser.MSPointer.html">MSPointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Net.html">Net</a> </li> <li class="class-depth-1"> <a href="Phaser.Particle.html">Particle</a> </li> <li class="class-depth-1"> <a href="Phaser.Particles.html">Particles</a> </li> <li class="class-depth-2"> <a href="Phaser.Particles.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a> </li> <li class="class-depth-1"> <a href="Phaser.Path.html">Path</a> </li> <li class="class-depth-1"> <a href="Phaser.PathFollower.html">PathFollower</a> </li> <li class="class-depth-1"> <a href="Phaser.PathPoint.html">PathPoint</a> </li> <li class="class-depth-1"> <a href="Phaser.Physics.html">Physics</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Ninja.html">Ninja</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.AABB.html">AABB</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Circle.html">Circle</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Tile.html">Tile</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.P2.html">P2</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Material.html">Material</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Spring.html">Spring</a> </li> <li class="class-depth-1"> <a href="Phaser.Plugin.html">Plugin</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.PathManager.html">PathManager</a> </li> <li class="class-depth-1"> <a href="Phaser.PluginManager.html">PluginManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Point.html">Point</a> </li> <li class="class-depth-1"> <a href="Phaser.Pointer.html">Pointer</a> </li> <li class="class-depth-1"> <a href="Phaser.PointerMode.html">PointerMode</a> </li> <li class="class-depth-1"> <a href="Phaser.Polygon.html">Polygon</a> </li> <li class="class-depth-1"> <a href="Phaser.QuadTree.html">QuadTree</a> </li> <li class="class-depth-1"> <a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a> </li> <li class="class-depth-1"> <a href="Phaser.Rectangle.html">Rectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a> </li> <li class="class-depth-1"> <a href="Phaser.RetroFont.html">RetroFont</a> </li> <li class="class-depth-1"> <a href="Phaser.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="Phaser.RoundedRectangle.html">RoundedRectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.ScaleManager.html">ScaleManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Signal.html">Signal</a> </li> <li class="class-depth-1"> <a href="Phaser.SignalBinding.html">SignalBinding</a> </li> <li class="class-depth-1"> <a href="Phaser.SinglePad.html">SinglePad</a> </li> <li class="class-depth-1"> <a href="Phaser.Sound.html">Sound</a> </li> <li class="class-depth-1"> <a href="Phaser.SoundManager.html">SoundManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="Phaser.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="Phaser.Stage.html">Stage</a> </li> <li class="class-depth-1"> <a href="Phaser.State.html">State</a> </li> <li class="class-depth-1"> <a href="Phaser.StateManager.html">StateManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Text.html">Text</a> </li> <li class="class-depth-1"> <a href="Phaser.Tile.html">Tile</a> </li> <li class="class-depth-1"> <a href="Phaser.Tilemap.html">Tilemap</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapLayer.html">TilemapLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapParser.html">TilemapParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Tileset.html">Tileset</a> </li> <li class="class-depth-1"> <a href="Phaser.TileSprite.html">TileSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.Time.html">Time</a> </li> <li class="class-depth-1"> <a href="Phaser.Timer.html">Timer</a> </li> <li class="class-depth-1"> <a href="Phaser.TimerEvent.html">TimerEvent</a> </li> <li class="class-depth-1"> <a href="Phaser.Touch.html">Touch</a> </li> <li class="class-depth-1"> <a href="Phaser.Tween.html">Tween</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenData.html">TweenData</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenManager.html">TweenManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Utils.html">Utils</a> </li> <li class="class-depth-2"> <a href="Phaser.Utils.Debug.html">Debug</a> </li> <li class="class-depth-1"> <a href="Phaser.Video.html">Video</a> </li> <li class="class-depth-1"> <a href="Phaser.Weapon.html">Weapon</a> </li> <li class="class-depth-1"> <a href="Phaser.World.html">World</a> </li> <li class="class-depth-1"> <a href="PIXI.AbstractFilter.html">AbstractFilter</a> </li> <li class="class-depth-1"> <a href="PIXI.BaseTexture.html">BaseTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasBuffer.html">CanvasBuffer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasGraphics.html">CanvasGraphics</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasPool.html">CanvasPool</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasRenderer.html">CanvasRenderer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasTinter.html">CanvasTinter</a> </li> <li class="class-depth-1"> <a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a> </li> <li class="class-depth-1"> <a href="PIXI.EarCut.html">EarCut</a> </li> <li class="class-depth-1"> <a href="PIXI.Event.html">Event</a> </li> <li class="class-depth-1"> <a href="PIXI.EventTarget.html">EventTarget</a> </li> <li class="class-depth-1"> <a href="PIXI.FilterTexture.html">FilterTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="PIXI.GraphicsData.html">GraphicsData</a> </li> <li class="class-depth-1"> <a href="PIXI.PIXI.html">PIXI</a> </li> <li class="class-depth-2"> <a href="PIXI.PIXI.DisplayObject.html">DisplayObject</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiFastShader.html">PixiFastShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiShader.html">PixiShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PrimitiveShader.html">PrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="PIXI.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="PIXI.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.Strip.html">Strip</a> </li> <li class="class-depth-1"> <a href="PIXI.StripShader.html">StripShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Texture.html">Texture</a> </li> <li class="class-depth-1"> <a href="PIXI.TilingSprite.html">TilingSprite</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLRenderer.html">WebGLRenderer</a> </li> </ul> </li> <li class="dropdown"> <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="global.html#ANGLE_DOWN">ANGLE_DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_LEFT">ANGLE_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_NORTH_EAST">ANGLE_NORTH_EAST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_NORTH_WEST">ANGLE_NORTH_WEST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_RIGHT">ANGLE_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_SOUTH_EAST">ANGLE_SOUTH_EAST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_SOUTH_WEST">ANGLE_SOUTH_WEST</a> </li> <li class="class-depth-0"> <a href="global.html#ANGLE_UP">ANGLE_UP</a> </li> <li class="class-depth-0"> <a href="global.html#AUTO">AUTO</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPDATA">BITMAPDATA</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPTEXT">BITMAPTEXT</a> </li> <li class="class-depth-0"> <a href="global.html#blendModes">blendModes</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_CENTER">BOTTOM_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_LEFT">BOTTOM_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#BOTTOM_RIGHT">BOTTOM_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#BUTTON">BUTTON</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS">CANVAS</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a> </li> <li class="class-depth-0"> <a href="global.html#CENTER">CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#CIRCLE">CIRCLE</a> </li> <li class="class-depth-0"> <a href="global.html#CREATURE">CREATURE</a> </li> <li class="class-depth-0"> <a href="global.html#displayList">displayList</a> </li> <li class="class-depth-0"> <a href="global.html#DOWN">DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#ELLIPSE">ELLIPSE</a> </li> <li class="class-depth-0"> <a href="global.html#emit">emit</a> </li> <li class="class-depth-0"> <a href="global.html#EMITTER">EMITTER</a> </li> <li class="class-depth-0"> <a href="global.html#GAMES">GAMES</a> </li> <li class="class-depth-0"> <a href="global.html#GRAPHICS">GRAPHICS</a> </li> <li class="class-depth-0"> <a href="global.html#GROUP">GROUP</a> </li> <li class="class-depth-0"> <a href="global.html#HEADLESS">HEADLESS</a> </li> <li class="class-depth-0"> <a href="global.html#HORIZONTAL">HORIZONTAL</a> </li> <li class="class-depth-0"> <a href="global.html#IMAGE">IMAGE</a> </li> <li class="class-depth-0"> <a href="global.html#LANDSCAPE">LANDSCAPE</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT">LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_BOTTOM">LEFT_BOTTOM</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_CENTER">LEFT_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT_TOP">LEFT_TOP</a> </li> <li class="class-depth-0"> <a href="global.html#LINE">LINE</a> </li> <li class="class-depth-0"> <a href="global.html#listeners">listeners</a> </li> <li class="class-depth-0"> <a href="global.html#MATRIX">MATRIX</a> </li> <li class="class-depth-0"> <a href="global.html#mixin">mixin</a> </li> <li class="class-depth-0"> <a href="global.html#NONE">NONE</a> </li> <li class="class-depth-0"> <a href="global.html#off">off</a> </li> <li class="class-depth-0"> <a href="global.html#on">on</a> </li> <li class="class-depth-0"> <a href="global.html#once">once</a> </li> <li class="class-depth-0"> <a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a> </li> <li class="class-depth-2"> <a href="global.html#Phaser.Path#numPointsreturn%257Bnumber%257DThetotalnumberofPathPointsinthisPath.">Phaser.Path#numPoints return {number} The total number of PathPoints in this Path.</a> </li> <li class="class-depth-0"> <a href="global.html#POINT">POINT</a> </li> <li class="class-depth-0"> <a href="global.html#POINTER">POINTER</a> </li> <li class="class-depth-0"> <a href="global.html#POLYGON">POLYGON</a> </li> <li class="class-depth-0"> <a href="global.html#PORTRAIT">PORTRAIT</a> </li> <li class="class-depth-0"> <a href="global.html#RECTANGLE">RECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#removeAllListeners">removeAllListeners</a> </li> <li class="class-depth-0"> <a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a> </li> <li class="class-depth-0"> <a href="global.html#RETROFONT">RETROFONT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT">RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_BOTTOM">RIGHT_BOTTOM</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_CENTER">RIGHT_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT_TOP">RIGHT_TOP</a> </li> <li class="class-depth-0"> <a href="global.html#ROPE">ROPE</a> </li> <li class="class-depth-0"> <a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#scaleModes">scaleModes</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITE">SPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITEBATCH">SPRITEBATCH</a> </li> <li class="class-depth-0"> <a href="global.html#stopImmediatePropagation">stopImmediatePropagation</a> </li> <li class="class-depth-0"> <a href="global.html#stopPropagation">stopPropagation</a> </li> <li class="class-depth-0"> <a href="global.html#TEXT">TEXT</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAP">TILEMAP</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a> </li> <li class="class-depth-0"> <a href="global.html#TILESPRITE">TILESPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_CENTER">TOP_CENTER</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_LEFT">TOP_LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#TOP_RIGHT">TOP_RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#UP">UP</a> </li> <li class="class-depth-0"> <a href="global.html#VERSION">VERSION</a> </li> <li class="class-depth-0"> <a href="global.html#VERTICAL">VERTICAL</a> </li> <li class="class-depth-0"> <a href="global.html#VIDEO">VIDEO</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL">WEBGL</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li> <li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li> <li class="class-depth-1"><a href="Phaser.World.html">World</a></li> <li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li> <li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li> <li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li> <li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li> <li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li> <li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li> <li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li> <li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li> <li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li> <li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li> <li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li> <li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li> <li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li> <li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li> <li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li> <li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li> <li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li> <li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li> <li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li> <li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li> <li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li> <li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li> <li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li> <li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li> <li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li> <li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li> <li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li> <li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li> <li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li> <li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li> <li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li> <li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li> <li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li> <li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li> <li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li> <li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li> <li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li> <li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li> <li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li> <li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li> <li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li> <li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li> <li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li> <li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li> <li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li> <li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li> <li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li> <li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span12"> <div id="main"> <h1 class="page-title">Source: src/geom/Point.js</h1> <section> <article> <pre class="sunlight-highlight-javascript linenums">/** * @author Richard Davey &lt;rich@photonstorm.com> * @copyright 2016 Photon Storm Ltd. * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License} */ /** * A Point object represents a location in a two-dimensional coordinate system, where x represents the horizontal axis and y represents the vertical axis. * The following code creates a point at (0,0): * `var myPoint = new Phaser.Point();` * You can also use them as 2D Vectors and you'll find different vector related methods in this class. * * @class Phaser.Point * @constructor * @param {number} [x=0] - The horizontal position of this Point. * @param {number} [y=0] - The vertical position of this Point. */ Phaser.Point = function (x, y) { x = x || 0; y = y || 0; /** * @property {number} x - The x value of the point. */ this.x = x; /** * @property {number} y - The y value of the point. */ this.y = y; /** * @property {number} type - The const type of this object. * @readonly */ this.type = Phaser.POINT; }; Phaser.Point.prototype = { /** * Copies the x and y properties from any given object to this Point. * * @method Phaser.Point#copyFrom * @param {any} source - The object to copy from. * @return {Phaser.Point} This Point object. */ copyFrom: function (source) { return this.setTo(source.x, source.y); }, /** * Inverts the x and y values of this Point * * @method Phaser.Point#invert * @return {Phaser.Point} This Point object. */ invert: function () { return this.setTo(this.y, this.x); }, /** * Sets the `x` and `y` values of this Point object to the given values. * If you omit the `y` value then the `x` value will be applied to both, for example: * `Point.setTo(2)` is the same as `Point.setTo(2, 2)` * * @method Phaser.Point#setTo * @param {number} x - The horizontal value of this point. * @param {number} [y] - The vertical value of this point. If not given the x value will be used in its place. * @return {Phaser.Point} This Point object. Useful for chaining method calls. */ setTo: function (x, y) { this.x = x || 0; this.y = y || ( (y !== 0) ? this.x : 0 ); return this; }, /** * Sets the `x` and `y` values of this Point object to the given values. * If you omit the `y` value then the `x` value will be applied to both, for example: * `Point.set(2)` is the same as `Point.set(2, 2)` * * @method Phaser.Point#set * @param {number} x - The horizontal value of this point. * @param {number} [y] - The vertical value of this point. If not given the x value will be used in its place. * @return {Phaser.Point} This Point object. Useful for chaining method calls. */ set: function (x, y) { this.x = x || 0; this.y = y || ( (y !== 0) ? this.x : 0 ); return this; }, /** * Adds the given x and y values to this Point. * * @method Phaser.Point#add * @param {number} x - The value to add to Point.x. * @param {number} y - The value to add to Point.y. * @return {Phaser.Point} This Point object. Useful for chaining method calls. */ add: function (x, y) { this.x += x; this.y += y; return this; }, /** * Subtracts the given x and y values from this Point. * * @method Phaser.Point#subtract * @param {number} x - The value to subtract from Point.x. * @param {number} y - The value to subtract from Point.y. * @return {Phaser.Point} This Point object. Useful for chaining method calls. */ subtract: function (x, y) { this.x -= x; this.y -= y; return this; }, /** * Multiplies Point.x and Point.y by the given x and y values. Sometimes known as `Scale`. * * @method Phaser.Point#multiply * @param {number} x - The value to multiply Point.x by. * @param {number} y - The value to multiply Point.x by. * @return {Phaser.Point} This Point object. Useful for chaining method calls. */ multiply: function (x, y) { this.x *= x; this.y *= y; return this; }, /** * Divides Point.x and Point.y by the given x and y values. * * @method Phaser.Point#divide * @param {number} x - The value to divide Point.x by. * @param {number} y - The value to divide Point.x by. * @return {Phaser.Point} This Point object. Useful for chaining method calls. */ divide: function (x, y) { this.x /= x; this.y /= y; return this; }, /** * Clamps the x value of this Point to be between the given min and max. * * @method Phaser.Point#clampX * @param {number} min - The minimum value to clamp this Point to. * @param {number} max - The maximum value to clamp this Point to. * @return {Phaser.Point} This Point object. */ clampX: function (min, max) { this.x = Phaser.Math.clamp(this.x, min, max); return this; }, /** * Clamps the y value of this Point to be between the given min and max * * @method Phaser.Point#clampY * @param {number} min - The minimum value to clamp this Point to. * @param {number} max - The maximum value to clamp this Point to. * @return {Phaser.Point} This Point object. */ clampY: function (min, max) { this.y = Phaser.Math.clamp(this.y, min, max); return this; }, /** * Clamps this Point object values to be between the given min and max. * * @method Phaser.Point#clamp * @param {number} min - The minimum value to clamp this Point to. * @param {number} max - The maximum value to clamp this Point to. * @return {Phaser.Point} This Point object. */ clamp: function (min, max) { this.x = Phaser.Math.clamp(this.x, min, max); this.y = Phaser.Math.clamp(this.y, min, max); return this; }, /** * Creates a copy of the given Point. * * @method Phaser.Point#clone * @param {Phaser.Point} [output] Optional Point object. If given the values will be set into this object, otherwise a brand new Point object will be created and returned. * @return {Phaser.Point} The new Point object. */ clone: function (output) { if (output === undefined || output === null) { output = new Phaser.Point(this.x, this.y); } else { output.setTo(this.x, this.y); } return output; }, /** * Copies the x and y properties from this Point to any given object. * * @method Phaser.Point#copyTo * @param {any} dest - The object to copy to. * @return {object} The dest object. */ copyTo: function (dest) { dest.x = this.x; dest.y = this.y; return dest; }, /** * Returns the distance of this Point object to the given object (can be a Circle, Point or anything with x/y properties) * * @method Phaser.Point#distance * @param {object} dest - The target object. Must have visible x and y properties that represent the center of the object. * @param {boolean} [round] - Round the distance to the nearest integer (default false). * @return {number} The distance between this Point object and the destination Point object. */ distance: function (dest, round) { return Phaser.Point.distance(this, dest, round); }, /** * Determines whether the given objects x/y values are equal to this Point object. * * @method Phaser.Point#equals * @param {Phaser.Point|any} a - The object to compare with this Point. * @return {boolean} A value of true if the x and y points are equal, otherwise false. */ equals: function (a) { return (a.x === this.x &amp;&amp; a.y === this.y); }, /** * Returns the angle between this Point object and another object with public x and y properties. * * @method Phaser.Point#angle * @param {Phaser.Point|any} a - The object to get the angle from this Point to. * @param {boolean} [asDegrees=false] - Is the given angle in radians (false) or degrees (true)? * @return {number} The angle between the two objects. */ angle: function (a, asDegrees) { if (asDegrees === undefined) { asDegrees = false; } if (asDegrees) { return Phaser.Math.radToDeg(Math.atan2(a.y - this.y, a.x - this.x)); } else { return Math.atan2(a.y - this.y, a.x - this.x); } }, /** * Rotates this Point around the x/y coordinates given to the desired angle. * * @method Phaser.Point#rotate * @param {number} x - The x coordinate of the anchor point. * @param {number} y - The y coordinate of the anchor point. * @param {number} angle - The angle in radians (unless asDegrees is true) to rotate the Point to. * @param {boolean} [asDegrees=false] - Is the given angle in radians (false) or degrees (true)? * @param {number} [distance] - An optional distance constraint between the Point and the anchor. * @return {Phaser.Point} The modified point object. */ rotate: function (x, y, angle, asDegrees, distance) { return Phaser.Point.rotate(this, x, y, angle, asDegrees, distance); }, /** * Calculates the length of the Point object. * * @method Phaser.Point#getMagnitude * @return {number} The length of the Point. */ getMagnitude: function () { return Math.sqrt((this.x * this.x) + (this.y * this.y)); }, /** * Calculates the length squared of the Point object. * * @method Phaser.Point#getMagnitudeSq * @return {number} The length ^ 2 of the Point. */ getMagnitudeSq: function () { return (this.x * this.x) + (this.y * this.y); }, /** * Alters the length of the Point without changing the direction. * * @method Phaser.Point#setMagnitude * @param {number} magnitude - The desired magnitude of the resulting Point. * @return {Phaser.Point} This Point object. */ setMagnitude: function (magnitude) { return this.normalize().multiply(magnitude, magnitude); }, /** * Alters the Point object so that its length is 1, but it retains the same direction. * * @method Phaser.Point#normalize * @return {Phaser.Point} This Point object. */ normalize: function () { if (!this.isZero()) { var m = this.getMagnitude(); this.x /= m; this.y /= m; } return this; }, /** * Determine if this point is at 0,0. * * @method Phaser.Point#isZero * @return {boolean} True if this Point is 0,0, otherwise false. */ isZero: function () { return (this.x === 0 &amp;&amp; this.y === 0); }, /** * The dot product of this and another Point object. * * @method Phaser.Point#dot * @param {Phaser.Point} a - The Point object to get the dot product combined with this Point. * @return {number} The result. */ dot: function (a) { return ((this.x * a.x) + (this.y * a.y)); }, /** * The cross product of this and another Point object. * * @method Phaser.Point#cross * @param {Phaser.Point} a - The Point object to get the cross product combined with this Point. * @return {number} The result. */ cross: function (a) { return ((this.x * a.y) - (this.y * a.x)); }, /** * Make this Point perpendicular (90 degrees rotation) * * @method Phaser.Point#perp * @return {Phaser.Point} This Point object. */ perp: function () { return this.setTo(-this.y, this.x); }, /** * Make this Point perpendicular (-90 degrees rotation) * * @method Phaser.Point#rperp * @return {Phaser.Point} This Point object. */ rperp: function () { return this.setTo(this.y, -this.x); }, /** * Right-hand normalize (make unit length) this Point. * * @method Phaser.Point#normalRightHand * @return {Phaser.Point} This Point object. */ normalRightHand: function () { return this.setTo(this.y * -1, this.x); }, /** * Math.floor() both the x and y properties of this Point. * * @method Phaser.Point#floor * @return {Phaser.Point} This Point object. */ floor: function () { return this.setTo(Math.floor(this.x), Math.floor(this.y)); }, /** * Math.ceil() both the x and y properties of this Point. * * @method Phaser.Point#ceil * @return {Phaser.Point} This Point object. */ ceil: function () { return this.setTo(Math.ceil(this.x), Math.ceil(this.y)); }, /** * Returns a string representation of this object. * * @method Phaser.Point#toString * @return {string} A string representation of the instance. */ toString: function () { return '[{Point (x=' + this.x + ' y=' + this.y + ')}]'; } }; Phaser.Point.prototype.constructor = Phaser.Point; /** * Adds the coordinates of two points together to create a new point. * * @method Phaser.Point.add * @param {Phaser.Point} a - The first Point object. * @param {Phaser.Point} b - The second Point object. * @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created. * @return {Phaser.Point} The new Point object. */ Phaser.Point.add = function (a, b, out) { if (out === undefined) { out = new Phaser.Point(); } out.x = a.x + b.x; out.y = a.y + b.y; return out; }; /** * Subtracts the coordinates of two points to create a new point. * * @method Phaser.Point.subtract * @param {Phaser.Point} a - The first Point object. * @param {Phaser.Point} b - The second Point object. * @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created. * @return {Phaser.Point} The new Point object. */ Phaser.Point.subtract = function (a, b, out) { if (out === undefined) { out = new Phaser.Point(); } out.x = a.x - b.x; out.y = a.y - b.y; return out; }; /** * Multiplies the coordinates of two points to create a new point. * * @method Phaser.Point.multiply * @param {Phaser.Point} a - The first Point object. * @param {Phaser.Point} b - The second Point object. * @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created. * @return {Phaser.Point} The new Point object. */ Phaser.Point.multiply = function (a, b, out) { if (out === undefined) { out = new Phaser.Point(); } out.x = a.x * b.x; out.y = a.y * b.y; return out; }; /** * Divides the coordinates of two points to create a new point. * * @method Phaser.Point.divide * @param {Phaser.Point} a - The first Point object. * @param {Phaser.Point} b - The second Point object. * @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created. * @return {Phaser.Point} The new Point object. */ Phaser.Point.divide = function (a, b, out) { if (out === undefined) { out = new Phaser.Point(); } out.x = a.x / b.x; out.y = a.y / b.y; return out; }; /** * Determines whether the two given Point objects are equal. They are considered equal if they have the same x and y values. * * @method Phaser.Point.equals * @param {Phaser.Point} a - The first Point object. * @param {Phaser.Point} b - The second Point object. * @return {boolean} A value of true if the Points are equal, otherwise false. */ Phaser.Point.equals = function (a, b) { return (a.x === b.x &amp;&amp; a.y === b.y); }; /** * Returns the angle between two Point objects. * * @method Phaser.Point.angle * @param {Phaser.Point} a - The first Point object. * @param {Phaser.Point} b - The second Point object. * @return {number} The angle between the two Points. */ Phaser.Point.angle = function (a, b) { // return Math.atan2(a.x * b.y - a.y * b.x, a.x * b.x + a.y * b.y); return Math.atan2(a.y - b.y, a.x - b.x); }; /** * Creates a negative Point. * * @method Phaser.Point.negative * @param {Phaser.Point} a - The first Point object. * @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created. * @return {Phaser.Point} The new Point object. */ Phaser.Point.negative = function (a, out) { if (out === undefined) { out = new Phaser.Point(); } return out.setTo(-a.x, -a.y); }; /** * Adds two 2D Points together and multiplies the result by the given scalar. * * @method Phaser.Point.multiplyAdd * @param {Phaser.Point} a - The first Point object. * @param {Phaser.Point} b - The second Point object. * @param {number} s - The scaling value. * @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created. * @return {Phaser.Point} The new Point object. */ Phaser.Point.multiplyAdd = function (a, b, s, out) { if (out === undefined) { out = new Phaser.Point(); } return out.setTo(a.x + b.x * s, a.y + b.y * s); }; /** * Interpolates the two given Points, based on the `f` value (between 0 and 1) and returns a new Point. * * @method Phaser.Point.interpolate * @param {Phaser.Point} a - The first Point object. * @param {Phaser.Point} b - The second Point object. * @param {number} f - The level of interpolation between the two points. Indicates where the new point will be, along the line between pt1 and pt2. If f=1, pt1 is returned; if f=0, pt2 is returned. * @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created. * @return {Phaser.Point} The new Point object. */ Phaser.Point.interpolate = function (a, b, f, out) { if (out === undefined) { out = new Phaser.Point(); } return out.setTo(a.x + (b.x - a.x) * f, a.y + (b.y - a.y) * f); }; /** * Return a perpendicular vector (90 degrees rotation) * * @method Phaser.Point.perp * @param {Phaser.Point} a - The Point object. * @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created. * @return {Phaser.Point} The new Point object. */ Phaser.Point.perp = function (a, out) { if (out === undefined) { out = new Phaser.Point(); } return out.setTo(-a.y, a.x); }; /** * Return a perpendicular vector (-90 degrees rotation) * * @method Phaser.Point.rperp * @param {Phaser.Point} a - The Point object. * @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created. * @return {Phaser.Point} The new Point object. */ Phaser.Point.rperp = function (a, out) { if (out === undefined) { out = new Phaser.Point(); } return out.setTo(a.y, -a.x); }; /** * Returns the euclidian distance of this Point object to the given object (can be a Circle, Point or anything with x/y properties). * * @method Phaser.Point.distance * @param {object} a - The target object. Must have visible x and y properties that represent the center of the object. * @param {object} b - The target object. Must have visible x and y properties that represent the center of the object. * @param {boolean} [round=false] - Round the distance to the nearest integer. * @return {number} The distance between this Point object and the destination Point object. */ Phaser.Point.distance = function (a, b, round) { var distance = Phaser.Math.distance(a.x, a.y, b.x, b.y); return round ? Math.round(distance) : distance; }; /** * Project two Points onto another Point. * * @method Phaser.Point.project * @param {Phaser.Point} a - The first Point object. * @param {Phaser.Point} b - The second Point object. * @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created. * @return {Phaser.Point} The new Point object. */ Phaser.Point.project = function (a, b, out) { if (out === undefined) { out = new Phaser.Point(); } var amt = a.dot(b) / b.getMagnitudeSq(); if (amt !== 0) { out.setTo(amt * b.x, amt * b.y); } return out; }; /** * Project two Points onto a Point of unit length. * * @method Phaser.Point.projectUnit * @param {Phaser.Point} a - The first Point object. * @param {Phaser.Point} b - The second Point object. * @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created. * @return {Phaser.Point} The new Point object. */ Phaser.Point.projectUnit = function (a, b, out) { if (out === undefined) { out = new Phaser.Point(); } var amt = a.dot(b); if (amt !== 0) { out.setTo(amt * b.x, amt * b.y); } return out; }; /** * Right-hand normalize (make unit length) a Point. * * @method Phaser.Point.normalRightHand * @param {Phaser.Point} a - The Point object. * @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created. * @return {Phaser.Point} The new Point object. */ Phaser.Point.normalRightHand = function (a, out) { if (out === undefined) { out = new Phaser.Point(); } return out.setTo(a.y * -1, a.x); }; /** * Normalize (make unit length) a Point. * * @method Phaser.Point.normalize * @param {Phaser.Point} a - The Point object. * @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created. * @return {Phaser.Point} The new Point object. */ Phaser.Point.normalize = function (a, out) { if (out === undefined) { out = new Phaser.Point(); } var m = a.getMagnitude(); if (m !== 0) { out.setTo(a.x / m, a.y / m); } return out; }; /** * Rotates a Point object, or any object with exposed x/y properties, around the given coordinates by * the angle specified. If the angle between the point and coordinates was 45 deg and the angle argument * is 45 deg then the resulting angle will be 90 deg, as the angle argument is added to the current angle. * * The distance allows you to specify a distance constraint for the rotation between the point and the * coordinates. If none is given the distance between the two is calculated and used. * * @method Phaser.Point.rotate * @param {Phaser.Point} a - The Point object to rotate. * @param {number} x - The x coordinate of the anchor point * @param {number} y - The y coordinate of the anchor point * @param {number} angle - The angle in radians (unless asDegrees is true) to rotate the Point by. * @param {boolean} [asDegrees=false] - Is the given angle in radians (false) or degrees (true)? * @param {number} [distance] - An optional distance constraint between the Point and the anchor. * @return {Phaser.Point} The modified point object. */ Phaser.Point.rotate = function (a, x, y, angle, asDegrees, distance) { if (asDegrees) { angle = Phaser.Math.degToRad(angle); } if (distance === undefined) { a.subtract(x, y); var s = Math.sin(angle); var c = Math.cos(angle); var tx = c * a.x - s * a.y; var ty = s * a.x + c * a.y; a.x = tx + x; a.y = ty + y; } else { var t = angle + Math.atan2(a.y - y, a.x - x); a.x = x + distance * Math.cos(t); a.y = y + distance * Math.sin(t); } return a; }; /** * Calculates centroid (or midpoint) from an array of points. If only one point is provided, that point is returned. * * @method Phaser.Point.centroid * @param {Phaser.Point[]} points - The array of one or more points. * @param {Phaser.Point} [out] - Optional Point to store the value in, if not supplied a new Point object will be created. * @return {Phaser.Point} The new Point object. */ Phaser.Point.centroid = function (points, out) { if (out === undefined) { out = new Phaser.Point(); } if (Object.prototype.toString.call(points) !== '[object Array]') { throw new Error("Phaser.Point. Parameter 'points' must be an array"); } var pointslength = points.length; if (pointslength &lt; 1) { throw new Error("Phaser.Point. Parameter 'points' array must not be empty"); } if (pointslength === 1) { out.copyFrom(points[0]); return out; } for (var i = 0; i &lt; pointslength; i++) { Phaser.Point.add(out, points[i], out); } out.divide(pointslength, pointslength); return out; }; /** * Parses an object for x and/or y properties and returns a new Phaser.Point with matching values. * If the object doesn't contain those properties a Point with x/y of zero will be returned. * * @method Phaser.Point.parse * @static * @param {object} obj - The object to parse. * @param {string} [xProp='x'] - The property used to set the Point.x value. * @param {string} [yProp='y'] - The property used to set the Point.y value. * @return {Phaser.Point} The new Point object. */ Phaser.Point.parse = function(obj, xProp, yProp) { xProp = xProp || 'x'; yProp = yProp || 'y'; var point = new Phaser.Point(); if (obj[xProp]) { point.x = parseInt(obj[xProp], 10); } if (obj[yProp]) { point.y = parseInt(obj[yProp], 10); } return point; }; // Because PIXI uses its own Point, we'll replace it with ours to avoid duplicating code or confusion. PIXI.Point = Phaser.Point; </pre> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Phaser Copyright © 2012-2016 Photon Storm Ltd. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Fri Aug 26 2016 01:16:09 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { anchorName : function(i, heading, prefix) { return $(heading).attr("id") || ( prefix + i ); }, selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>
dep/RakNet/Help/Doxygen/html/structRakNet_1_1Chat__Func-members.html
JayStilla/AIEComplexSystems
<!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"/> <title>RakNet: 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="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">RakNet &#160;<span id="projectnumber">4.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.2 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceRakNet.html">RakNet</a></li><li class="navelem"><a class="el" href="structRakNet_1_1Chat__Func.html">Chat_Func</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">RakNet::Chat_Func Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="structRakNet_1_1Chat__Func.html">RakNet::Chat_Func</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1Chat__Func.html#a2be0ae6f0237eb0d50464eda124b87a1">chatDirectedToRoom</a></td><td class="entry"><a class="el" href="structRakNet_1_1Chat__Func.html">RakNet::Chat_Func</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structRakNet_1_1RoomsPluginFunc.html#aad3e8d1ee49fb7a37200af78412a8ddf">resultCode</a></td><td class="entry"><a class="el" href="structRakNet_1_1RoomsPluginFunc.html">RakNet::RoomsPluginFunc</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1RoomsPluginFunc.html#afec9a928ff707f7c5caaf57a750e0edd">userName</a></td><td class="entry"><a class="el" href="structRakNet_1_1RoomsPluginFunc.html">RakNet::RoomsPluginFunc</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Mon Jun 2 2014 20:10:30 for RakNet by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.2 </small></address> </body> </html>
web/DataTables/extensions/RowGroup/examples/index.html
monoulou/lrm
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css"> <script type="text/javascript" language="javascript" src="../../../examples/resources/syntax/shCore.js"> </script> <script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"> </script> <title>RowGroup examples - RowGroup for DataTables</title> </head> <body class="dt-example"> <div class="container"> <section> <h1>RowGroup example <span>RowGroup for DataTables</span></h1> <div class="info"> <p>The RowGroup extension for DataTables provides an easy to use row grouping feature for DataTables. The examples shown here demonstrate how it can be used, configured and styled.</p> </div> </section> </div> <section> <div class="footer"> <div class="gradient"></div> <div class="liner"> <div class="toc"> <div class="toc-group"> <h3><a href="./initialisation/index.html">Initialisation</a></h3> <ul class="toc"> <li> <a href="./initialisation/simple.html">Simple initialisation</a> </li> <li> <a href="./initialisation/endRender.html">End grouping only</a> </li> <li> <a href="./initialisation/startAndEndRender.html">Start and end grouping</a> </li> <li> <a href="./initialisation/customRow.html">Custom row rendering / aggregates</a> </li> <li> <a href="./initialisation/ajaxObjects.html">Ajax with objects</a> </li> <li> <a href="./initialisation/fixedOrdering.html">Fixed ordering</a> </li> <li> <a href="./initialisation/event.html">Data source change event</a> </li> </ul> </div> <div class="toc-group"> <h3><a href="./styling/index.html">Styling</a></h3> <ul class="toc"> <li> <a href="./styling/bootstrap.html">Bootstrap 3</a> </li> <li> <a href="./styling/bootstrap4.html">Bootstrap 4</a> </li> <li> <a href="./styling/foundation.html">Foundation</a> </li> <li> <a href="./styling/semanticui.html">Semantic UI</a> </li> <li> <a href="./styling/jqueryui.html">jQuery UI</a> </li> </ul> </div> </div> <div class="epilogue"> <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br> Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href= "http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p> <p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2017<br> DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p> </div> </div> </div> </section> </body> </html>
third_party/WebKit/LayoutTests/fast/forms/textarea/rows-attribute.html
js0701/chromium-crosswalk
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <script src="../../../resources/js-test.js"></script> </head> <body> <script> description("HTMLTextAreaElement rows attribute test"); function rowsAttributeEffect(value) { var element = document.createElement("textarea"); element.setAttribute("rows", value); return element.rows; } shouldBe('document.createElement("textarea").rows', '2'); shouldBe('rowsAttributeEffect("")', '2'); shouldBe('rowsAttributeEffect("1")', '1'); shouldBe('rowsAttributeEffect("2")', '2'); shouldBe('rowsAttributeEffect("10")', '10'); shouldBe('rowsAttributeEffect("0")', '2'); shouldBe('rowsAttributeEffect("-1")', '2'); shouldBe('rowsAttributeEffect("1x")', '1'); shouldBe('rowsAttributeEffect("1.")', '1'); shouldBe('rowsAttributeEffect("1.9")', '1'); shouldBe('rowsAttributeEffect("2x")', '2'); shouldBe('rowsAttributeEffect("2.")', '2'); shouldBe('rowsAttributeEffect("2.9")', '2'); shouldBe('rowsAttributeEffect("a")', '2'); shouldBe('rowsAttributeEffect("\v7")', '2'); shouldBe('rowsAttributeEffect(" 7")', '7'); var arabicIndicDigitOne = String.fromCharCode(0x661); shouldBe('rowsAttributeEffect(arabicIndicDigitOne)', '2'); shouldBe('rowsAttributeEffect("2" + arabicIndicDigitOne)', '2'); shouldBe('rowsAttributeEffect("2147483647")', '2147483647'); shouldBe('rowsAttributeEffect("2147483648")', '2147483648'); shouldBe('rowsAttributeEffect("4294967295")', '4294967295'); shouldBe('rowsAttributeEffect("4294967296")', '2'); </script> </body> </html>
pimcore/static6/js/lib/pdf.js/web/viewer.html
h4rdc0m/pimcore
<!DOCTYPE html> <!-- Copyright 2012 Mozilla Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Adobe CMap resources are covered by their own copyright and license: http://sourceforge.net/adobe/cmap/wiki/License/ --> <html dir="ltr" mozdisallowselectionprint moznomarginboxes> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="google" content="notranslate"> <title>PDF.js viewer</title> <link rel="stylesheet" href="viewer.css"/> <script type="text/javascript" src="compatibility.js"></script> <!-- This snippet is used in production, see Makefile --> <link rel="resource" type="application/l10n" href="locale/locale.properties"/> <script type="text/javascript" src="l10n.js"></script> <script type="text/javascript" src="../build/pdf.js"></script> <script type="text/javascript" src="debugger.js"></script> <script type="text/javascript" src="viewer.js"></script> </head> <body tabindex="1"> <div id="outerContainer" class="loadingInProgress"> <div id="sidebarContainer"> <div id="toolbarSidebar"> <div class="splitToolbarButton toggled"> <button id="viewThumbnail" class="toolbarButton group toggled" title="Show Thumbnails" tabindex="2" data-l10n-id="thumbs"> <span data-l10n-id="thumbs_label">Thumbnails</span> </button> <button id="viewOutline" class="toolbarButton group" title="Show Document Outline" tabindex="3" data-l10n-id="outline"> <span data-l10n-id="outline_label">Document Outline</span> </button> </div> </div> <div id="sidebarContent"> <div id="thumbnailView"> </div> <div id="outlineView" class="hidden"> </div> </div> </div> <!-- sidebarContainer --> <div id="mainContainer"> <div class="findbar hidden doorHanger hiddenSmallView" id="findbar"> <label for="findInput" class="toolbarLabel" data-l10n-id="find_label">Find:</label> <input id="findInput" class="toolbarField" tabindex="41"> <div class="splitToolbarButton"> <button class="toolbarButton findPrevious" title="" id="findPrevious" tabindex="42" data-l10n-id="find_previous"> <span data-l10n-id="find_previous_label">Previous</span> </button> <div class="splitToolbarButtonSeparator"></div> <button class="toolbarButton findNext" title="" id="findNext" tabindex="43" data-l10n-id="find_next"> <span data-l10n-id="find_next_label">Next</span> </button> </div> <input type="checkbox" id="findHighlightAll" class="toolbarField"> <label for="findHighlightAll" class="toolbarLabel" tabindex="44" data-l10n-id="find_highlight">Highlight all</label> <input type="checkbox" id="findMatchCase" class="toolbarField"> <label for="findMatchCase" class="toolbarLabel" tabindex="45" data-l10n-id="find_match_case_label">Match case</label> <span id="findMsg" class="toolbarLabel"></span> </div> <!-- findbar --> <div id="secondaryToolbar" class="secondaryToolbar hidden doorHangerRight"> <div id="secondaryToolbarButtonContainer"> <button id="secondaryPresentationMode" class="secondaryToolbarButton presentationMode visibleLargeView" title="Switch to Presentation Mode" tabindex="18" data-l10n-id="presentation_mode"> <span data-l10n-id="presentation_mode_label">Presentation Mode</span> </button> <button id="secondaryOpenFile" class="secondaryToolbarButton openFile visibleLargeView" title="Open File" tabindex="19" data-l10n-id="open_file"> <span data-l10n-id="open_file_label">Open</span> </button> <button id="secondaryPrint" class="secondaryToolbarButton print visibleMediumView" title="Print" tabindex="20" data-l10n-id="print"> <span data-l10n-id="print_label">Print</span> </button> <button id="secondaryDownload" class="secondaryToolbarButton download visibleMediumView" title="Download" tabindex="21" data-l10n-id="download"> <span data-l10n-id="download_label">Download</span> </button> <a href="#" id="secondaryViewBookmark" class="secondaryToolbarButton bookmark visibleSmallView" title="Current view (copy or open in new window)" tabindex="22" data-l10n-id="bookmark"> <span data-l10n-id="bookmark_label">Current View</span> </a> <div class="horizontalToolbarSeparator visibleLargeView"></div> <button id="firstPage" class="secondaryToolbarButton firstPage" title="Go to First Page" tabindex="23" data-l10n-id="first_page"> <span data-l10n-id="first_page_label">Go to First Page</span> </button> <button id="lastPage" class="secondaryToolbarButton lastPage" title="Go to Last Page" tabindex="24" data-l10n-id="last_page"> <span data-l10n-id="last_page_label">Go to Last Page</span> </button> <div class="horizontalToolbarSeparator"></div> <button id="pageRotateCw" class="secondaryToolbarButton rotateCw" title="Rotate Clockwise" tabindex="25" data-l10n-id="page_rotate_cw"> <span data-l10n-id="page_rotate_cw_label">Rotate Clockwise</span> </button> <button id="pageRotateCcw" class="secondaryToolbarButton rotateCcw" title="Rotate Counterclockwise" tabindex="26" data-l10n-id="page_rotate_ccw"> <span data-l10n-id="page_rotate_ccw_label">Rotate Counterclockwise</span> </button> <div class="horizontalToolbarSeparator"></div> <button id="toggleHandTool" class="secondaryToolbarButton handTool" title="Enable hand tool" tabindex="27" data-l10n-id="hand_tool_enable"> <span data-l10n-id="hand_tool_enable_label">Enable hand tool</span> </button> <div class="horizontalToolbarSeparator"></div> <button id="documentProperties" class="secondaryToolbarButton documentProperties" title="Document Properties…" tabindex="28" data-l10n-id="document_properties"> <span data-l10n-id="document_properties_label">Document Properties…</span> </button> </div> </div> <!-- secondaryToolbar --> <div class="toolbar"> <div id="toolbarContainer"> <div id="toolbarViewer"> <div id="toolbarViewerLeft"> <button id="sidebarToggle" class="toolbarButton" title="Toggle Sidebar" tabindex="4" data-l10n-id="toggle_sidebar"> <span data-l10n-id="toggle_sidebar_label">Toggle Sidebar</span> </button> <div class="toolbarButtonSpacer"></div> <button id="viewFind" class="toolbarButton group hiddenSmallView" title="Find in Document" tabindex="5" data-l10n-id="findbar"> <span data-l10n-id="findbar_label">Find</span> </button> <div class="splitToolbarButton"> <button class="toolbarButton pageUp" title="Previous Page" id="previous" tabindex="6" data-l10n-id="previous"> <span data-l10n-id="previous_label">Previous</span> </button> <div class="splitToolbarButtonSeparator"></div> <button class="toolbarButton pageDown" title="Next Page" id="next" tabindex="7" data-l10n-id="next"> <span data-l10n-id="next_label">Next</span> </button> </div> <label id="pageNumberLabel" class="toolbarLabel" for="pageNumber" data-l10n-id="page_label">Page: </label> <input type="number" id="pageNumber" class="toolbarField pageNumber" value="1" size="4" min="1" tabindex="8"> <span id="numPages" class="toolbarLabel"></span> </div> <div id="toolbarViewerRight"> <button id="presentationMode" class="toolbarButton presentationMode hiddenLargeView" title="Switch to Presentation Mode" tabindex="12" data-l10n-id="presentation_mode"> <span data-l10n-id="presentation_mode_label">Presentation Mode</span> </button> <button id="openFile" class="toolbarButton openFile hiddenLargeView" title="Open File" tabindex="13" data-l10n-id="open_file"> <span data-l10n-id="open_file_label">Open</span> </button> <button id="print" class="toolbarButton print hiddenMediumView" title="Print" tabindex="14" data-l10n-id="print"> <span data-l10n-id="print_label">Print</span> </button> <button id="download" class="toolbarButton download hiddenMediumView" title="Download" tabindex="15" data-l10n-id="download"> <span data-l10n-id="download_label">Download</span> </button> <!-- <div class="toolbarButtonSpacer"></div> --> <a href="#" id="viewBookmark" class="toolbarButton bookmark hiddenSmallView" title="Current view (copy or open in new window)" tabindex="16" data-l10n-id="bookmark"> <span data-l10n-id="bookmark_label">Current View</span> </a> <div class="verticalToolbarSeparator hiddenSmallView"></div> <button id="secondaryToolbarToggle" class="toolbarButton" title="Tools" tabindex="17" data-l10n-id="tools"> <span data-l10n-id="tools_label">Tools</span> </button> </div> <div class="outerCenter"> <div class="innerCenter" id="toolbarViewerMiddle"> <div class="splitToolbarButton"> <button id="zoomOut" class="toolbarButton zoomOut" title="Zoom Out" tabindex="9" data-l10n-id="zoom_out"> <span data-l10n-id="zoom_out_label">Zoom Out</span> </button> <div class="splitToolbarButtonSeparator"></div> <button id="zoomIn" class="toolbarButton zoomIn" title="Zoom In" tabindex="10" data-l10n-id="zoom_in"> <span data-l10n-id="zoom_in_label">Zoom In</span> </button> </div> <span id="scaleSelectContainer" class="dropdownToolbarButton"> <select id="scaleSelect" title="Zoom" tabindex="11" data-l10n-id="zoom"> <option id="pageAutoOption" value="auto" selected="selected" data-l10n-id="page_scale_auto">Automatic Zoom</option> <option id="pageActualOption" value="page-actual" data-l10n-id="page_scale_actual">Actual Size</option> <option id="pageFitOption" value="page-fit" data-l10n-id="page_scale_fit">Fit Page</option> <option id="pageWidthOption" value="page-width" data-l10n-id="page_scale_width">Full Width</option> <option id="customScaleOption" value="custom"></option> <option value="0.5">50%</option> <option value="0.75">75%</option> <option value="1">100%</option> <option value="1.25">125%</option> <option value="1.5">150%</option> <option value="2">200%</option> </select> </span> </div> </div> </div> <div id="loadingBar"> <div class="progress"> <div class="glimmer"> </div> </div> </div> </div> </div> <menu type="context" id="viewerContextMenu"> <menuitem id="contextFirstPage" label="First Page" data-l10n-id="first_page"></menuitem> <menuitem id="contextLastPage" label="Last Page" data-l10n-id="last_page"></menuitem> <menuitem id="contextPageRotateCw" label="Rotate Clockwise" data-l10n-id="page_rotate_cw"></menuitem> <menuitem id="contextPageRotateCcw" label="Rotate Counter-Clockwise" data-l10n-id="page_rotate_ccw"></menuitem> </menu> <div id="viewerContainer" tabindex="0"> <div id="viewer"></div> </div> <div id="errorWrapper" hidden='true'> <div id="errorMessageLeft"> <span id="errorMessage"></span> <button id="errorShowMore" data-l10n-id="error_more_info"> More Information </button> <button id="errorShowLess" data-l10n-id="error_less_info" hidden='true'> Less Information </button> </div> <div id="errorMessageRight"> <button id="errorClose" data-l10n-id="error_close"> Close </button> </div> <div class="clearBoth"></div> <textarea id="errorMoreInfo" hidden='true' readonly="readonly"></textarea> </div> </div> <!-- mainContainer --> <div id="overlayContainer" class="hidden"> <div id="promptContainer" class="hidden"> <div id="passwordContainer" class="prompt doorHanger"> <div class="row"> <p id="passwordText" data-l10n-id="password_label">Enter the password to open this PDF file:</p> </div> <div class="row"> <input type="password" id="password" class="toolbarField" /> </div> <div class="buttonRow"> <button id="passwordCancel" class="overlayButton"><span data-l10n-id="password_cancel">Cancel</span></button> <button id="passwordSubmit" class="overlayButton"><span data-l10n-id="password_ok">OK</span></button> </div> </div> </div> <div id="documentPropertiesContainer" class="hidden"> <div class="doorHanger"> <div class="row"> <span data-l10n-id="document_properties_file_name">File name:</span> <p id="fileNameField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_file_size">File size:</span> <p id="fileSizeField">-</p> </div> <div class="separator"></div> <div class="row"> <span data-l10n-id="document_properties_title">Title:</span> <p id="titleField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_author">Author:</span> <p id="authorField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_subject">Subject:</span> <p id="subjectField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_keywords">Keywords:</span> <p id="keywordsField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_creation_date">Creation Date:</span> <p id="creationDateField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_modification_date">Modification Date:</span> <p id="modificationDateField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_creator">Creator:</span> <p id="creatorField">-</p> </div> <div class="separator"></div> <div class="row"> <span data-l10n-id="document_properties_producer">PDF Producer:</span> <p id="producerField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_version">PDF Version:</span> <p id="versionField">-</p> </div> <div class="row"> <span data-l10n-id="document_properties_page_count">Page Count:</span> <p id="pageCountField">-</p> </div> <div class="buttonRow"> <button id="documentPropertiesClose" class="overlayButton"><span data-l10n-id="document_properties_close">Close</span></button> </div> </div> </div> </div> <!-- overlayContainer --> </div> <!-- outerContainer --> <div id="printContainer"></div> <div id="mozPrintCallback-shim" hidden> <style scoped> #mozPrintCallback-shim { position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 9999999; display: block; text-align: center; background-color: rgba(0, 0, 0, 0.5); } #mozPrintCallback-shim[hidden] { display: none; } @media print { #mozPrintCallback-shim { display: none; } } #mozPrintCallback-shim .mozPrintCallback-dialog-box { display: inline-block; margin: -50px auto 0; position: relative; top: 45%; left: 0; min-width: 220px; max-width: 400px; padding: 9px; border: 1px solid hsla(0, 0%, 0%, .5); border-radius: 2px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); background-color: #474747; color: hsl(0, 0%, 85%); font-size: 16px; line-height: 20px; } #mozPrintCallback-shim .progress-row { clear: both; padding: 1em 0; } #mozPrintCallback-shim progress { width: 100%; } #mozPrintCallback-shim .relative-progress { clear: both; float: right; } #mozPrintCallback-shim .progress-actions { clear: both; } </style> <div class="mozPrintCallback-dialog-box"> <!-- TODO: Localise the following strings --> Preparing document for printing... <div class="progress-row"> <progress value="0" max="100"></progress> <span class="relative-progress">0%</span> </div> <div class="progress-actions"> <input type="button" value="Cancel" class="mozPrintCallback-cancel"> </div> </div> </div> </body> </html>
web/lib/yui/2.8.2/build/carousel/assets/skins/sam/carousel-skin.css
dhamma-dev/SEA
/* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html version: 2.8.1 */ .yui-skin-sam .yui-carousel, .yui-skin-sam .yui-carousel-vertical { border: 1px solid #808080; } .yui-skin-sam .yui-carousel-nav { background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0; padding: 3px; text-align: right; } .yui-skin-sam .yui-carousel-button { background: url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -600px; float: right; height: 19px; margin: 5px; overflow: hidden; width: 40px; } .yui-skin-sam .yui-carousel-vertical .yui-carousel-button { background-position: 0 -800px; } .yui-skin-sam .yui-carousel-button-disabled { background-position: 0 -2000px; } .yui-skin-sam .yui-carousel-vertical .yui-carousel-button-disabled { background-position: 0 -2100px; } .yui-skin-sam .yui-carousel-button input, .yui-skin-sam .yui-carousel-button button { background-color: transparent; border: 0; cursor: pointer; display: block; height: 44px; margin: -2px 0 0 -2px; padding: 0 0 0 50px; } .yui-skin-sam span.yui-carousel-first-button { background-position: 0px -550px; margin-left: -100px; margin-right: 50px; *margin: 5px 5px 5px -90px; } .yui-skin-sam .yui-carousel-vertical span.yui-carousel-first-button { background-position: 0px -750px; } .yui-skin-sam span.yui-carousel-first-button-disabled { background-position: 0 -1950px; } .yui-skin-sam .yui-carousel-vertical span.yui-carousel-first-button-disabled { background-position: 0 -2050px; } .yui-skin-sam .yui-carousel-nav ul { float: right; height: 19px; margin: 0; margin-left: -220px; margin-right: 100px; *margin-left: -160px; *margin-right: 0; padding: 0; } .yui-skin-sam .yui-carousel-min-width .yui-carousel-nav ul { *margin-left: -170px; } .yui-skin-sam .yui-carousel-nav select { position: relative; *right: 50px; top: 4px; } .yui-skin-sam .yui-carousel-vertical .yui-carousel-nav select { position: static; } .yui-skin-sam .yui-carousel-vertical .yui-carousel-nav ul, .yui-skin-sam .yui-carousel-vertical .yui-carousel-nav select { float: none; margin: 0; *zoom: 1; } .yui-skin-sam .yui-carousel-nav ul li { background: url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -650px; cursor: pointer; float: left; height: 9px; list-style: none; margin: 10px 0 0 5px; overflow: hidden; padding: 0; width: 9px; } .yui-skin-sam .yui-carousel-nav ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .yui-skin-sam .yui-carousel-nav ul li a { display:block; width: 100%; height: 100%; text-indent: -10000px; text-align:left; overflow:hidden; } .yui-skin-sam .yui-carousel-nav ul li.yui-carousel-nav-page-focus { outline: 1px dotted #000; } .yui-skin-sam .yui-carousel-nav ul li.yui-carousel-nav-page-selected { background-position: 0 -700px; } .yui-skin-sam .yui-carousel-item-loading { background: url(ajax-loader.gif) no-repeat 50% 50%; position: absolute; text-indent: -150px; }
www/assets/library/angular-1.6.5/docs/partials/api/ngComponentRouter.html
LearnNavi/Naranawm
<a href='https://github.com/angular/angular.js/edit/v1.6.x/src/ngComponentRouter/Router.js?message=docs(ngComponentRouter)%3A%20describe%20your%20change...#L1' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <h1> <code>ngComponentRouter</code> </h1> <div class="alert alert-danger deprecation"> <div class="title"><strong>Deprecated:</strong> </div> <p>In an effort to keep synchronized with router changes in Angular 2, this implementation of the Component Router (ngComponentRouter module) has been deprecated and will not receive further updates.</p> <p>We are investigating backporting the Angular 2 Router to Angular 1, but alternatively, use the <a href="api/ngRoute"><code>ngRoute</code></a> module or community developed projects (e.g. <a href="https://github.com/angular-ui/ui-router">ui-router</a>).</p> </div> <h2>Installation</h2> <p>Currently, the <strong>Component Router</strong> module must be installed via <code>npm</code>/<code>yarn</code>, it is not available on Bower or the Google CDN.</p> <pre><code class="lang-bash">yarn add @angular/router@0.2.0 </code></pre> <p>Include <code>angular_1_router.js</code> in your HTML:</p> <pre><code class="lang-html">&lt;script src=&quot;/node_modules/@angular/router/angular1/angular_1_router.js&quot;&gt;&lt;/script&gt; </code></pre> <p>You also need to include ES6 shims for browsers that do not support ES6 code (Internet Explorer, iOs &lt; 8, Android &lt; 5.0, Windows Mobile &lt; 10):</p> <pre><code class="lang-html">&lt;!-- IE required polyfills, in this exact order --&gt; &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js&quot;&gt;&lt;/script&gt; &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.20/system-polyfills.js&quot;&gt;&lt;/script&gt; &lt;script src=&quot;https://unpkg.com/angular2/es6/dev/src/testing/shims_for_IE.js&quot;&gt;&lt;/script&gt; </code></pre> <p>Then load the module in your application by adding it as a dependent module:</p> <pre><code class="lang-js">angular.module(&#39;app&#39;, [&#39;ngComponentRouter&#39;]); </code></pre> <div class="component-breakdown"> <h2>Module Components</h2> <div> <h3 class="component-heading" id="type">Type</h3> <table class="definition-table"> <tr> <th>Name</th> <th>Description</th> </tr> <tr> <td><a href="api/ngComponentRouter/type/Router">Router</a></td> <td><p>A <code>Router</code> is responsible for mapping URLs to components.</p> </td> </tr> <tr> <td><a href="api/ngComponentRouter/type/ChildRouter">ChildRouter</a></td> <td><p>This type extends the <a href="api/ngComponentRouter/type/Router"><code>Router</code></a>.</p> </td> </tr> <tr> <td><a href="api/ngComponentRouter/type/RootRouter">RootRouter</a></td> <td><p>This type extends the <a href="api/ngComponentRouter/type/Router"><code>Router</code></a>.</p> </td> </tr> <tr> <td><a href="api/ngComponentRouter/type/ComponentInstruction">ComponentInstruction</a></td> <td><p>A <code>ComponentInstruction</code> represents the route state for a single component. An <code>Instruction</code> is composed of a tree of these <code>ComponentInstruction</code>s.</p> </td> </tr> <tr> <td><a href="api/ngComponentRouter/type/RouteDefinition">RouteDefinition</a></td> <td><p>Each item in the <strong>RouteConfig</strong> for a <strong>Routing Component</strong> is an instance of this type. It can have the following properties:</p> </td> </tr> <tr> <td><a href="api/ngComponentRouter/type/RouteParams">RouteParams</a></td> <td><p>A map of parameters for a given route, passed as part of the <a href="api/ngComponentRouter/type/ComponentInstruction"><code>ComponentInstruction</code></a> to the Lifecycle Hooks, such as <code>$routerOnActivate</code> and <code>$routerOnDeactivate</code>.</p> </td> </tr> </table> </div> <div> <h3 class="component-heading" id="directive">Directive</h3> <table class="definition-table"> <tr> <th>Name</th> <th>Description</th> </tr> <tr> <td><a href="api/ngComponentRouter/directive/ngOutlet">ngOutlet</a></td> <td><p>The directive that identifies where the <a href="api/ngComponentRouter/type/Router"><code>Router</code></a> should render its <strong>Components</strong>.</p> </td> </tr> </table> </div> <div> <h3 class="component-heading" id="service">Service</h3> <table class="definition-table"> <tr> <th>Name</th> <th>Description</th> </tr> <tr> <td><a href="api/ngComponentRouter/service/$rootRouter">$rootRouter</a></td> <td><p>The singleton instance of the <a href="api/ngComponentRouter/type/RootRouter"><code>RootRouter</code></a> type, which is associated with the top level <a href="api/ngComponentRouter/service/$routerRootComponent"><code>$routerRootComponent</code></a>.</p> </td> </tr> <tr> <td><a href="api/ngComponentRouter/service/$routerRootComponent">$routerRootComponent</a></td> <td><p>The top level <strong>Routing Component</strong> associated with the <a href="api/ngComponentRouter/service/$rootRouter"><code>$rootRouter</code></a>.</p> </td> </tr> </table> </div> </div>
third_party/blink/web_tests/external/wpt/css/motion/offset-path-ray-contain-002.html
chromium/chromium
<!DOCTYPE html> <html> <head> <title>CSS Motion Path: ray paths with contain</title> <link rel="help" href="https://drafts.fxtf.org/motion-1/#offset-path-property"> <link rel="match" href="offset-path-ray-contain-002-ref.html"> <meta name="assert" content="This tests that the element should be contained in ray() path circle."> <style> #container { width: 300px; height: 300px; } #target { position: relative; left: 150px; top: 150px; width: 100px; height: 100px; background-color: lime; offset-path: ray(180deg closest-side contain); offset-rotate: 0deg; offset-distance: 100%; } </style> </head> <body> <div id="container"> <div id="target"></div> </div> </body> </html>
static/css/index.css
agebeyaw/youtube-direct-lite
body { margin: 0; font-family: Helvetica, sans-serif; } ul { padding: 0; list-style-type: none; } a { cursor: pointer; color: blue; text-decoration: none; } .hidden { display: none; } #header { height: 28px; } #profile-picture { width: 28px; height: 28px; } #display-name { position: absolute; top: 6px; left: 34px; } #logout { position: absolute; top: 6px; right: 2px; } #message { position: fixed; top: 0; left: 50%; background-color: rgba(249, 237, 190, 0.9); padding: 5px; width: 250px; margin-left: -125px; text-align: center; cursor: pointer; } #tabs { background-color: #f1f1f1; border-bottom: 1px solid #2d2d2d; border-top: 1px solid #2d2d2d; margin: 0; padding-top: 10px; padding-bottom: 10px; } #tabs > li { cursor: pointer; display: inline; margin-left: -4px; border-right: 1px solid #2d2d2d; padding: 10px 10px 10px 8px; } #tabs > li:first-child { margin-left: 0; } #tabs > li:hover { background-color: #d9d9d9; } #tabs > li.selected { background-color: #d9d9d9; } .panel { margin: 5px; } label { display: block; } form > div { margin-bottom: 10px; } .wide { width: 300px; } #tos { font-size: 11px; color: #a7a7a7; } #tos > a { color: #a7a7a7; } #existing-videos { margin-top: 10px; } .admin-video-list > li { float: left; } .video-container { background-color: #eeeeee; border: 1px solid #dddddd; margin: 5px; padding: 10px; width: 356px; height: 230px; position: relative; } .video-title { font-weight: bold; font-size: 13px; } .video-duration { margin-left: 5px; font-size: 11px; } .video-uploaded { color: #777777; font-size: 11px; } .thumbnail-image { cursor: pointer; position: absolute; top: 7px; clip: rect(34px 356px 233px 0); width: 356px; height: 267px; } .play-overlay { cursor: pointer; display: none; position: absolute; top: 89px; left: 131px; } .video-container input:first-child { position: absolute; top: 5px; right: 5px; } .video-container input { position: absolute; top: 5px; right: 75px; } #description { height: 60px; } #webcam-widget { width: 400px; height: 287px; } #playlists { width: 400px; margin-left: 25px; } #playlists li { cursor: pointer; padding: 10px; border-bottom: 1px #dddddd solid; } #playlists li:first-child { border-top: 1px #dddddd solid; } #playlists li:hover { background-color: #eeeeee; } #embed-codes-panel > div { margin-bottom: 15px; } #switch { clear: left; margin-left: 5px; margin-top: 15px; } #moderation-message { margin: 5px; }
lang_bak/en_utf8/help/forum/attachment.html
henriquecrang/e-UNI
<h1>Attachments for posts</h1> <p>You can optionally attach ONE file from your own computer to any post in the forums. This file is uploaded to the server and stored with your post.</p> <p>This is useful when you want to share a picture, for example, or a Word document.</p> <p>This file can be of any type, however it is highly recommended that the file is named using standard 3-letter internet suffixes such as .doc for a Word document, .jpg or .png for an image, and so on. This will make it easier for others to download and view your attachment in their browsers.</p> <p>If you re-edit a posting and attach a new file, then any previous attached files for that post will be replaced.</p> <p>If you re-edit a posting with an attachment and leave this space blank, then the original attachment will be retained.</p>
tools/glfw-3.2.bin.WIN64/docs/html/group__context.html
TheExcavationPursuit/EP_CPP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>GLFW: Context 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" /> <link href="extra.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <div class="glfwheader"> <a href="http://www.glfw.org/" id="glfwhome">GLFW</a> <ul class="glfwnavbar"> <li><a href="http://www.glfw.org/documentation.html">Documentation</a></li> <li><a href="http://www.glfw.org/download.html">Download</a></li> <li><a href="http://www.glfw.org/media.html">Media</a></li> <li><a href="http://www.glfw.org/community.html">Community</a></li> </ul> </div> </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 class="current"><a href="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> </div><!-- 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="summary"> <a href="#typedef-members">Typedefs</a> &#124; <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">Context reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a> Typedefs</h2></td></tr> <tr class="memitem:ga3d47c2d2fbe0be9c505d0e04e91a133c"><td class="memItemLeft" align="right" valign="top">typedef void(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__context.html#ga3d47c2d2fbe0be9c505d0e04e91a133c">GLFWglproc</a>) (void)</td></tr> <tr class="memdesc:ga3d47c2d2fbe0be9c505d0e04e91a133c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Client API function pointer type. <a href="#ga3d47c2d2fbe0be9c505d0e04e91a133c">More...</a><br /></td></tr> <tr class="separator:ga3d47c2d2fbe0be9c505d0e04e91a133c"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:ga1c04dc242268f827290fe40aa1c91157"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__context.html#ga1c04dc242268f827290fe40aa1c91157">glfwMakeContextCurrent</a> (<a class="el" href="group__window.html#ga3c96d80d363e67d13a41b5d1821f3242">GLFWwindow</a> *window)</td></tr> <tr class="memdesc:ga1c04dc242268f827290fe40aa1c91157"><td class="mdescLeft">&#160;</td><td class="mdescRight">Makes the context of the specified window current for the calling thread. <a href="#ga1c04dc242268f827290fe40aa1c91157">More...</a><br /></td></tr> <tr class="separator:ga1c04dc242268f827290fe40aa1c91157"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:gac84759b1f6c2d271a4fea8ae89ec980d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__window.html#ga3c96d80d363e67d13a41b5d1821f3242">GLFWwindow</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__context.html#gac84759b1f6c2d271a4fea8ae89ec980d">glfwGetCurrentContext</a> (void)</td></tr> <tr class="memdesc:gac84759b1f6c2d271a4fea8ae89ec980d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the window whose context is current on the calling thread. <a href="#gac84759b1f6c2d271a4fea8ae89ec980d">More...</a><br /></td></tr> <tr class="separator:gac84759b1f6c2d271a4fea8ae89ec980d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga6d4e0cdf151b5e579bd67f13202994ed"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__context.html#ga6d4e0cdf151b5e579bd67f13202994ed">glfwSwapInterval</a> (int interval)</td></tr> <tr class="memdesc:ga6d4e0cdf151b5e579bd67f13202994ed"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the swap interval for the current context. <a href="#ga6d4e0cdf151b5e579bd67f13202994ed">More...</a><br /></td></tr> <tr class="separator:ga6d4e0cdf151b5e579bd67f13202994ed"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga87425065c011cef1ebd6aac75e059dfa"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__context.html#ga87425065c011cef1ebd6aac75e059dfa">glfwExtensionSupported</a> (const char *extension)</td></tr> <tr class="memdesc:ga87425065c011cef1ebd6aac75e059dfa"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns whether the specified extension is available. <a href="#ga87425065c011cef1ebd6aac75e059dfa">More...</a><br /></td></tr> <tr class="separator:ga87425065c011cef1ebd6aac75e059dfa"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ga35f1837e6f666781842483937612f163"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__context.html#ga3d47c2d2fbe0be9c505d0e04e91a133c">GLFWglproc</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__context.html#ga35f1837e6f666781842483937612f163">glfwGetProcAddress</a> (const char *procname)</td></tr> <tr class="memdesc:ga35f1837e6f666781842483937612f163"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the address of the specified function for the current context. <a href="#ga35f1837e6f666781842483937612f163">More...</a><br /></td></tr> <tr class="separator:ga35f1837e6f666781842483937612f163"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <p>This is the reference documentation for OpenGL and OpenGL ES context related functions. For more task-oriented information, see the <a class="el" href="context_guide.html">Context guide</a>. </p> <h2 class="groupheader">Typedef Documentation</h2> <a class="anchor" id="ga3d47c2d2fbe0be9c505d0e04e91a133c"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef void(* GLFWglproc) (void)</td> </tr> </table> </div><div class="memdoc"> <p>Generic function pointer used for returning client API function pointers without forcing a cast from a regular pointer.</p> <dl class="section see"><dt>See also</dt><dd><a class="el" href="context_guide.html#context_glext">OpenGL and OpenGL ES extensions</a> </dd> <dd> <a class="el" href="group__context.html#ga35f1837e6f666781842483937612f163" title="Returns the address of the specified function for the current context. ">glfwGetProcAddress</a></dd></dl> <dl class="section since"><dt>Since</dt><dd>Added in version 3.0. </dd></dl> </div> </div> <h2 class="groupheader">Function Documentation</h2> <a class="anchor" id="ga87425065c011cef1ebd6aac75e059dfa"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int glfwExtensionSupported </td> <td>(</td> <td class="paramtype">const char *&#160;</td> <td class="paramname"><em>extension</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>This function returns whether the specified <a class="el" href="context_guide.html#context_glext">API extension</a> is supported by the current OpenGL or OpenGL ES context. It searches both for client API extension and context creation API extensions.</p> <p>A context must be current on the calling thread. Calling this function without a current context will cause a <a class="el" href="group__errors.html#gaa8290386e9528ccb9e42a3a4e16fc0d0">GLFW_NO_CURRENT_CONTEXT</a> error.</p> <p>As this functions retrieves and searches one or more extension strings each call, it is recommended that you cache its results if it is going to be used frequently. The extension strings will not change during the lifetime of a context, so there is no danger in doing this.</p> <p>This function does not apply to Vulkan. If you are using Vulkan, see <a class="el" href="group__vulkan.html#ga1abcbe61033958f22f63ef82008874b1">glfwGetRequiredInstanceExtensions</a>, <code>vkEnumerateInstanceExtensionProperties</code> and <code>vkEnumerateDeviceExtensionProperties</code> instead.</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">extension</td><td>The ASCII encoded name of the extension. </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd><code>GLFW_TRUE</code> if the extension is available, or <code>GLFW_FALSE</code> otherwise.</dd></dl> <dl class="section user"><dt>Errors</dt><dd>Possible errors include <a class="el" href="group__errors.html#ga2374ee02c177f12e1fa76ff3ed15e14a">GLFW_NOT_INITIALIZED</a>, <a class="el" href="group__errors.html#gaa8290386e9528ccb9e42a3a4e16fc0d0">GLFW_NO_CURRENT_CONTEXT</a>, <a class="el" href="group__errors.html#gaaf2ef9aa8202c2b82ac2d921e554c687">GLFW_INVALID_VALUE</a> and <a class="el" href="group__errors.html#gad44162d78100ea5e87cdd38426b8c7a1">GLFW_PLATFORM_ERROR</a>.</dd></dl> <dl class="section user"><dt>Thread safety</dt><dd>This function may be called from any thread.</dd></dl> <dl class="section see"><dt>See also</dt><dd><a class="el" href="context_guide.html#context_glext">OpenGL and OpenGL ES extensions</a> </dd> <dd> <a class="el" href="group__context.html#ga35f1837e6f666781842483937612f163" title="Returns the address of the specified function for the current context. ">glfwGetProcAddress</a></dd></dl> <dl class="section since"><dt>Since</dt><dd>Added in version 1.0. </dd></dl> </div> </div> <a class="anchor" id="gac84759b1f6c2d271a4fea8ae89ec980d"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="group__window.html#ga3c96d80d363e67d13a41b5d1821f3242">GLFWwindow</a>* glfwGetCurrentContext </td> <td>(</td> <td class="paramtype">void&#160;</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>This function returns the window whose OpenGL or OpenGL ES context is current on the calling thread.</p> <dl class="section return"><dt>Returns</dt><dd>The window whose context is current, or <code>NULL</code> if no window's context is current.</dd></dl> <dl class="section user"><dt>Errors</dt><dd>Possible errors include <a class="el" href="group__errors.html#ga2374ee02c177f12e1fa76ff3ed15e14a">GLFW_NOT_INITIALIZED</a>.</dd></dl> <dl class="section user"><dt>Thread safety</dt><dd>This function may be called from any thread.</dd></dl> <dl class="section see"><dt>See also</dt><dd><a class="el" href="context_guide.html#context_current">Current context</a> </dd> <dd> <a class="el" href="group__context.html#ga1c04dc242268f827290fe40aa1c91157" title="Makes the context of the specified window current for the calling thread. ">glfwMakeContextCurrent</a></dd></dl> <dl class="section since"><dt>Since</dt><dd>Added in version 3.0. </dd></dl> </div> </div> <a class="anchor" id="ga35f1837e6f666781842483937612f163"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="group__context.html#ga3d47c2d2fbe0be9c505d0e04e91a133c">GLFWglproc</a> glfwGetProcAddress </td> <td>(</td> <td class="paramtype">const char *&#160;</td> <td class="paramname"><em>procname</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>This function returns the address of the specified OpenGL or OpenGL ES <a class="el" href="context_guide.html#context_glext">core or extension function</a>, if it is supported by the current context.</p> <p>A context must be current on the calling thread. Calling this function without a current context will cause a <a class="el" href="group__errors.html#gaa8290386e9528ccb9e42a3a4e16fc0d0">GLFW_NO_CURRENT_CONTEXT</a> error.</p> <p>This function does not apply to Vulkan. If you are rendering with Vulkan, see <a class="el" href="group__vulkan.html#gadf228fac94c5fd8f12423ec9af9ff1e9">glfwGetInstanceProcAddress</a>, <code>vkGetInstanceProcAddr</code> and <code>vkGetDeviceProcAddr</code> instead.</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">procname</td><td>The ASCII encoded name of the function. </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>The address of the function, or <code>NULL</code> if an <a class="el" href="intro_guide.html#error_handling">error</a> occurred.</dd></dl> <dl class="section user"><dt>Errors</dt><dd>Possible errors include <a class="el" href="group__errors.html#ga2374ee02c177f12e1fa76ff3ed15e14a">GLFW_NOT_INITIALIZED</a>, <a class="el" href="group__errors.html#gaa8290386e9528ccb9e42a3a4e16fc0d0">GLFW_NO_CURRENT_CONTEXT</a> and <a class="el" href="group__errors.html#gad44162d78100ea5e87cdd38426b8c7a1">GLFW_PLATFORM_ERROR</a>.</dd></dl> <dl class="section remark"><dt>Remarks</dt><dd>The address of a given function is not guaranteed to be the same between contexts.</dd> <dd> This function may return a non-<code>NULL</code> address despite the associated version or extension not being available. Always check the context version or extension string first.</dd></dl> <dl class="section user"><dt>Pointer lifetime</dt><dd>The returned function pointer is valid until the context is destroyed or the library is terminated.</dd></dl> <dl class="section user"><dt>Thread safety</dt><dd>This function may be called from any thread.</dd></dl> <dl class="section see"><dt>See also</dt><dd><a class="el" href="context_guide.html#context_glext">OpenGL and OpenGL ES extensions</a> </dd> <dd> <a class="el" href="group__context.html#ga87425065c011cef1ebd6aac75e059dfa" title="Returns whether the specified extension is available. ">glfwExtensionSupported</a></dd></dl> <dl class="section since"><dt>Since</dt><dd>Added in version 1.0. </dd></dl> </div> </div> <a class="anchor" id="ga1c04dc242268f827290fe40aa1c91157"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void glfwMakeContextCurrent </td> <td>(</td> <td class="paramtype"><a class="el" href="group__window.html#ga3c96d80d363e67d13a41b5d1821f3242">GLFWwindow</a> *&#160;</td> <td class="paramname"><em>window</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>This function makes the OpenGL or OpenGL ES context of the specified window current on the calling thread. A context can only be made current on a single thread at a time and each thread can have only a single current context at a time.</p> <p>By default, making a context non-current implicitly forces a pipeline flush. On machines that support <code>GL_KHR_context_flush_control</code>, you can control whether a context performs this flush by setting the <a class="el" href="window_guide.html#window_hints_ctx">GLFW_CONTEXT_RELEASE_BEHAVIOR</a> window hint.</p> <p>The specified window must have an OpenGL or OpenGL ES context. Specifying a window without a context will generate a <a class="el" href="group__errors.html#gacff24d2757da752ae4c80bf452356487">GLFW_NO_WINDOW_CONTEXT</a> error.</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">window</td><td>The window whose context to make current, or <code>NULL</code> to detach the current context.</td></tr> </table> </dd> </dl> <dl class="section user"><dt>Errors</dt><dd>Possible errors include <a class="el" href="group__errors.html#ga2374ee02c177f12e1fa76ff3ed15e14a">GLFW_NOT_INITIALIZED</a>, <a class="el" href="group__errors.html#gacff24d2757da752ae4c80bf452356487">GLFW_NO_WINDOW_CONTEXT</a> and <a class="el" href="group__errors.html#gad44162d78100ea5e87cdd38426b8c7a1">GLFW_PLATFORM_ERROR</a>.</dd></dl> <dl class="section user"><dt>Thread safety</dt><dd>This function may be called from any thread.</dd></dl> <dl class="section see"><dt>See also</dt><dd><a class="el" href="context_guide.html#context_current">Current context</a> </dd> <dd> <a class="el" href="group__context.html#gac84759b1f6c2d271a4fea8ae89ec980d" title="Returns the window whose context is current on the calling thread. ">glfwGetCurrentContext</a></dd></dl> <dl class="section since"><dt>Since</dt><dd>Added in version 3.0. </dd></dl> </div> </div> <a class="anchor" id="ga6d4e0cdf151b5e579bd67f13202994ed"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void glfwSwapInterval </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>interval</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>This function sets the swap interval for the current OpenGL or OpenGL ES context, i.e. the number of screen updates to wait from the time <a class="el" href="group__window.html#ga15a5a1ee5b3c2ca6b15ca209a12efd14">glfwSwapBuffers</a> was called before swapping the buffers and returning. This is sometimes called <em>vertical synchronization</em>, <em>vertical retrace synchronization</em> or just <em>vsync</em>.</p> <p>Contexts that support either of the <code>WGL_EXT_swap_control_tear</code> and <code>GLX_EXT_swap_control_tear</code> extensions also accept negative swap intervals, which allow the driver to swap even if a frame arrives a little bit late. You can check for the presence of these extensions using <a class="el" href="group__context.html#ga87425065c011cef1ebd6aac75e059dfa">glfwExtensionSupported</a>. For more information about swap tearing, see the extension specifications.</p> <p>A context must be current on the calling thread. Calling this function without a current context will cause a <a class="el" href="group__errors.html#gaa8290386e9528ccb9e42a3a4e16fc0d0">GLFW_NO_CURRENT_CONTEXT</a> error.</p> <p>This function does not apply to Vulkan. If you are rendering with Vulkan, see the present mode of your swapchain instead.</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramdir">[in]</td><td class="paramname">interval</td><td>The minimum number of screen updates to wait for until the buffers are swapped by <a class="el" href="group__window.html#ga15a5a1ee5b3c2ca6b15ca209a12efd14">glfwSwapBuffers</a>.</td></tr> </table> </dd> </dl> <dl class="section user"><dt>Errors</dt><dd>Possible errors include <a class="el" href="group__errors.html#ga2374ee02c177f12e1fa76ff3ed15e14a">GLFW_NOT_INITIALIZED</a>, <a class="el" href="group__errors.html#gaa8290386e9528ccb9e42a3a4e16fc0d0">GLFW_NO_CURRENT_CONTEXT</a> and <a class="el" href="group__errors.html#gad44162d78100ea5e87cdd38426b8c7a1">GLFW_PLATFORM_ERROR</a>.</dd></dl> <dl class="section remark"><dt>Remarks</dt><dd>This function is not called during context creation, leaving the swap interval set to whatever is the default on that platform. This is done because some swap interval extensions used by GLFW do not allow the swap interval to be reset to zero once it has been set to a non-zero value.</dd> <dd> Some GPU drivers do not honor the requested swap interval, either because of a user setting that overrides the application's request or due to bugs in the driver.</dd></dl> <dl class="section user"><dt>Thread safety</dt><dd>This function may be called from any thread.</dd></dl> <dl class="section see"><dt>See also</dt><dd><a class="el" href="window_guide.html#buffer_swap">Buffer swapping</a> </dd> <dd> <a class="el" href="group__window.html#ga15a5a1ee5b3c2ca6b15ca209a12efd14" title="Swaps the front and back buffers of the specified window. ">glfwSwapBuffers</a></dd></dl> <dl class="section since"><dt>Since</dt><dd>Added in version 1.0. </dd></dl> </div> </div> </div><!-- contents --> <address class="footer"> <p> Last update on Thu Jun 2 2016 for GLFW 3.2.0 </p> </address> </body> </html>
zh.web.site.admin/src/main/resources/static/js/dojo/dojox/mobile/themes/windows/CheckBox.css
Caspar12/zh.sw
.mblCheckBox { position: relative; margin: -0.5em 3px 0.3em 4px; width: 1em; height: 1em; border-style: outset; border-width: 1px; font: inherit; cursor: pointer; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-transform: translateY(0.45em); transform: translateY(0.45em); border: 2px solid #ffffff; border-radius: 0; opacity: 0; margin: 0; margin-top: 8px; margin-bottom: 8px; transform: none; z-index: 1; } .mblCheckBoxChecked::after, .mblCheckBox:checked::after { position: absolute; content: ""; width: 0.3em; height: 0.6em; top: 0; left: 0.3em; border-width: 0.15em; border-style: none solid solid none; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; border-color: black; } .mblCheckBoxChecked.mblCheckBoxSelected::after, .mblCheckBox:checked.mblCheckBoxSelected::after { border-color: white; } .mblCheckBox + .mblCheckableInputDecorator:before { content: ''; width: 20px; height: 20px; position: absolute; border: 2px solid #ffffff; background-color: transparent; margin-left: -25px; z-index: 0; border-radius: 0; margin-top: 8px; margin-bottom: 8px; } .mblCheckBox:not([disabled]):active + .mblCheckableInputDecorator:before, .mblCheckBox:not([disabled]) + .mblCheckableInputDecorator:active:before { background-color: Highlight; } .mblCheckBoxChecked + .mblCheckableInputDecorator:before { background-image: url("images/dark/check.png"); background-position: 50% 50%; background-size: 32px 32px; background-repeat: no-repeat; } .mblCheckBox[disabled] + .mblCheckableInputDecorator:before { border-color: #808080; } .mblCheckBox[disabled].mblCheckBoxChecked + .mblCheckableInputDecorator:before { background-image: url("images/check-disabled.png"); background-position: 50% 50%; background-size: 32px 32px; background-repeat: no-repeat; } .mblCheckableInputContainer + label { color: #ffffff; margin: 0 5px 0 5px; margin-top: 8px; margin-bottom: 8px; -ms-user-select: none; display: inline-block; }
share/spice/bitcoin/bitcoin.css
mayo/zeroclickinfo-spice
.zci--bitcoin .bitcoin { padding-bottom: 0; } .zci--bitcoin .bitcoin__blk { vertical-align: top; padding: 1em 7%; margin: 0; background-color: #E9E9E9; background-color: rgba(150,150,150,0.1); border-radius: 3px; line-height: 50px; } .zci--bitcoin .bitcoin__title, .zci--bitcoin .bitcoin__price { vertical-align: middle; display: inline-block; } .zci--bitcoin .bitcoin__title { font-size: 15px; } .zci--bitcoin .bitcoin__price { font-size: 35px; float: right; } @media screen and (max-width: 680px) { .zci--bitcoin .bitcoin { margin-left: -0.5em; margin-right: 0; } .zci--bitcoin .bitcoin__wdt { padding-left: 0.5em; } .zci--bitcoin .bitcoin__blk { line-height: 24px; } .zci--bitcoin .bitcoin__price { font-size: 24px; } } @media screen and (max-width: 460px) { .zci--bitcoin .bitcoin__blk { line-height: 1; } .zci--bitcoin .bitcoin__price { float: none; display: block; text-align: left; } .zci--bitcoin .bitcoin__title { top: 0; display: block; font-size: 13px; } } @media screen and (max-width: 380px) { .zci--bitcoin .bitcoin__price { font-size: 21px; } }
documentation/user_manual/manual/under_the_hood.html
petesburgh/or-tools
<!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>13. Under the hood &mdash; or-tools User&#39;s Manual</title> <link rel="stylesheet" href="../_static/default.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: 'doc version 0.0.1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: false }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="shortcut icon" href="../_static/logo.ico"/> <link rel="top" title="or-tools User&#39;s Manual" href="../index.html" /> <link rel="next" title="13.1. Main files and directories" href="under_the_hood/files.html" /> <link rel="prev" title="12.8. Parallelizing with the or-tools library" href="modeling_tricks/parallelizing.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="under_the_hood/files.html" title="13.1. Main files and directories" accesskey="N">next</a> |</li> <li class="right" > <a href="modeling_tricks/parallelizing.html" title="12.8. Parallelizing with the or-tools library" accesskey="P">previous</a> |</li> <li><a href="../index.html">or-tools User&#39;s Manual</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="under-the-hood"> <span id="chapter-under-the-hood"></span><h1>13. Under the hood</h1> <div class="toctree-wrapper compound"> <ul> <li class="toctree-l1"><a class="reference internal" href="under_the_hood/files.html">13.1. Main files and directories</a></li> <li class="toctree-l1"><a class="reference internal" href="under_the_hood/conventions.html">13.2. Naming conventions and programming idioms</a><ul> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/conventions.html#naming-conventions">13.2.1. Naming conventions</a></li> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/conventions.html#programming-idioms">13.2.2. Programming idioms</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="under_the_hood/classes.html">13.3. Main classes, structures and typedefs</a><ul> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/classes.html#baseobjects">13.3.1. <tt class="docutils literal"><span class="pre">BaseObject</span></tt>s</a></li> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/classes.html#propagationbaseobjects">13.3.2. <tt class="docutils literal"><span class="pre">PropagationBaseObject</span></tt>s</a></li> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/classes.html#callbacks">13.3.3. Callbacks</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="under_the_hood/trail.html">13.4. The <tt class="docutils literal"><span class="pre">Trail</span></tt> struct</a></li> <li class="toctree-l1"><a class="reference internal" href="under_the_hood/search.html">13.5. The <tt class="docutils literal"><span class="pre">Search</span></tt> class</a><ul> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/search.html#nested-searches">13.5.1. Nested searches</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="under_the_hood/queue.html">13.6. The <tt class="docutils literal"><span class="pre">Queue</span></tt> class</a></li> <li class="toctree-l1"><a class="reference internal" href="under_the_hood/assignment.html">13.7. Variables and <tt class="docutils literal"><span class="pre">Assignment</span></tt>s</a><ul> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/assignment.html#variables">13.7.1. Variables</a></li> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/assignment.html#assignments">13.7.2. <tt class="docutils literal"><span class="pre">Assignment</span></tt>s</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="under_the_hood/search_monitors.html">13.8. <tt class="docutils literal"><span class="pre">SearchMonitor</span></tt>s</a><ul> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/search_monitors.html#list-of-callbacks">13.8.1. List of callbacks</a></li> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/search_monitors.html#ending-or-restarting-the-current-search">13.8.2. Ending or restarting the current <tt class="docutils literal"><span class="pre">Search</span></tt></a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="under_the_hood/ls.html">13.9. Local Search (LS)</a></li> <li class="toctree-l1"><a class="reference internal" href="under_the_hood/metaheuristics.html">13.10. Meta-heuristics and <tt class="docutils literal"><span class="pre">SearchMonitor</span></tt>s</a><ul> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/metaheuristics.html#the-metaheuristic-class">13.10.1. The <tt class="docutils literal"><span class="pre">Metaheuristic</span></tt> class</a></li> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/metaheuristics.html#callbacks-to-implement">13.10.2. Callbacks to implement</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="under_the_hood/rl.html">13.11. The Routing Library (RL)</a><ul> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/rl.html#global-constants">13.11.1. Global constants</a></li> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/rl.html#the-auxiliary-graph">13.11.2. The auxiliary graph</a></li> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/rl.html#variables">13.11.3. Variables</a></li> <li class="toctree-l2"><a class="reference internal" href="under_the_hood/rl.html#constraints">13.11.4. Constraints</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="under_the_hood/summary.html">13.12. Summary</a></li> </ul> </div> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <table> <tr> <td width="60"><img src="../_static/logo.png" width="50" height="50" alt="" /></td> <td><p class="library_name">Google <a href="http://code.google.com/p/or-tools/"><strong>or-tools</strong></a><br>open source library</p></td> </tr> </table> <h1>User's Manual</h1> <h3>Google search</h3> <form method="get" action="http://www.google.com/search"> <div style="padding:-1px;width:15em;"> <table border="0" cellpadding="0"> <tr><td> <input type="text" name="q" size="25" maxlength="255" value="" /> <input type="submit" value="Go" /></td></tr> <tr><td align="center" style="font-size:80%"> Search: <select name="sitesearch" width="125" style="width: 125px"> <option value="http://or-tools.googlecode.com/svn/trunk/documentation/user_manual/" selected>user's manual</option> <option value="http://or-tools.googlecode.com/svn/trunk/documentation/faq/">faq</option> <option value="http://or-tools.googlecode.com/svn/trunk/documentation/reference_manual/or-tools/">reference manual</option> <option value="http://or-tools.googlecode.com/svn/trunk/documentation/">All or-tools doc</option> </select> </td></tr> </table> </div> </form> </br> <h3>Welcome</h3> <ul> <li><a href="../index.html">Content and foreword</a></li> <li><a href="http://or-tools.googlecode.com/svn/trunk/documentation/documentation_hub.html">Documentation's hub</a></li> <li><a href="http://code.google.com/p/or-tools/">The or-tools open source library</a></li></li> </ul> <h3>Tutorial examples</h3> <ul> <li><a href="http://or-tools.googlecode.com/svn/trunk/documentation/documentation_hub.html#tutorial_C++">C++</a></li> <li><a href="http://or-tools.googlecode.com/svn/trunk/documentation/documentation_hub.html#tutorial_Python">Python</a></li> <li><a href="http://or-tools.googlecode.com/svn/trunk/documentation/documentation_hub.html#tutorial_Java">Java</a></li> <li><a href="http://or-tools.googlecode.com/svn/trunk/documentation/documentation_hub.html#tutorial_Csharp">C#</a></li> </ul> <h3>Chapters</h3> <h5>Part I: Basics</h5> <ul> <li><a class="reference internal" href="introduction.html">1. Introduction to CP</a></li> <li><a class="reference internal" href="first_steps.html">2. First steps with or-tools</a></li> <li><a class="reference internal" href="objectives.html">3. Using objectives</a></li> <li><a class="reference internal" href="reification.html">4. Reification</a></li> </ul> <h5>Part II: Customization</h5> <ul> <li><a class="reference internal" href="search_primitives.html">5. Search primitives</li> <li><a class="reference internal" href="LS.html">6. Local Search</a></li> <li><a class="reference internal" href="metaheuristics.html">7. Meta-heuristics</a></li> <li><a class="reference internal" href="custom_constraints.html">8. Custom constraints</a></li> </ul> <h5>Part III: Routing</h5> <ul> <li><a class="reference internal" href="TSP.html">9. TSP with constraints</a></li> <li><a class="reference internal" href="VRP.html">10. VRP with constraints</a></li> </ul> <h5>Part IV: Technicalities</h5> <ul> <li><a class="reference internal" href="utilities.html">11. Utilities</a></li> <li><a class="reference internal" href="modeling_tricks.html">12. Modeling tricks</a></li> <li><a class="reference internal" href="#">13. Under the hood</a></li> </ul> <h5>Appendices</h5> <ul> <li><a class="reference internal" href="../genindex.html">Index</a></li> </ul> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="under_the_hood/files.html" title="13.1. Main files and directories" >next</a> |</li> <li class="right" > <a href="modeling_tricks/parallelizing.html" title="12.8. Parallelizing with the or-tools library" >previous</a> |</li> <li><a href="../index.html">or-tools User&#39;s Manual</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2012-2015, Google. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3. </div> </body> </html>
ajax/libs/oojs-ui/0.11.8/oojs-ui-mediawiki-icons-movement.css
sreym/cdnjs
/*! * OOjs UI v0.11.8 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2015 OOjs Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2015-07-08T01:31:46Z */ .oo-ui-icon-arrowNext { background-image: url("themes/mediawiki/images/icons/arrow-ltr.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/arrow-ltr.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/arrow-ltr.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/arrow-ltr.png"); } .oo-ui-icon-arrowNext-invert { background-image: url("themes/mediawiki/images/icons/arrow-ltr-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/arrow-ltr-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/arrow-ltr-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/arrow-ltr-invert.png"); } .oo-ui-icon-arrowLast { background-image: url("themes/mediawiki/images/icons/arrow-rtl.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/arrow-rtl.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/arrow-rtl.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/arrow-rtl.png"); } .oo-ui-icon-arrowLast-invert { background-image: url("themes/mediawiki/images/icons/arrow-rtl-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/arrow-rtl-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/arrow-rtl-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/arrow-rtl-invert.png"); } .oo-ui-icon-caretNext { background-image: url("themes/mediawiki/images/icons/caret-rtl.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caret-rtl.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caret-rtl.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/caret-rtl.png"); } .oo-ui-icon-caretNext-invert { background-image: url("themes/mediawiki/images/icons/caret-rtl-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caret-rtl-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caret-rtl-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/caret-rtl-invert.png"); } .oo-ui-icon-caretLast { background-image: url("themes/mediawiki/images/icons/caret-ltr.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caret-ltr.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caret-ltr.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/caret-ltr.png"); } .oo-ui-icon-caretLast-invert { background-image: url("themes/mediawiki/images/icons/caret-ltr-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caret-ltr-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caret-ltr-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/caret-ltr-invert.png"); } .oo-ui-icon-caretDown { background-image: url("themes/mediawiki/images/icons/caretDown.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caretDown.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caretDown.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/caretDown.png"); } .oo-ui-icon-caretDown-invert { background-image: url("themes/mediawiki/images/icons/caretDown-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caretDown-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caretDown-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/caretDown-invert.png"); } .oo-ui-icon-caretUp { background-image: url("themes/mediawiki/images/icons/caretUp.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caretUp.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caretUp.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/caretUp.png"); } .oo-ui-icon-caretUp-invert { background-image: url("themes/mediawiki/images/icons/caretUp-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caretUp-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/caretUp-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/caretUp-invert.png"); } .oo-ui-icon-downTriangle { background-image: url("themes/mediawiki/images/icons/downTriangle.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/downTriangle.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/downTriangle.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/downTriangle.png"); } .oo-ui-icon-downTriangle-invert { background-image: url("themes/mediawiki/images/icons/downTriangle-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/downTriangle-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/downTriangle-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/downTriangle-invert.png"); } .oo-ui-icon-move { background-image: url("themes/mediawiki/images/icons/move.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/move.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/move.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/move.png"); } .oo-ui-icon-move-invert { background-image: url("themes/mediawiki/images/icons/move-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/move-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/move-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/move-invert.png"); } .oo-ui-icon-upTriangle { background-image: url("themes/mediawiki/images/icons/upTriangle.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/upTriangle.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/upTriangle.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/upTriangle.png"); } .oo-ui-icon-upTriangle-invert { background-image: url("themes/mediawiki/images/icons/upTriangle-invert.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/upTriangle-invert.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/upTriangle-invert.svg"); background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/upTriangle-invert.png"); }
web/lib/dijit/form/templates/HorizontalSlider.html
jmullan/SmallSmallRSS
<table class="dijit dijitReset dijitSlider dijitSliderH" cellspacing="0" cellpadding="0" border="0" rules="none" data-dojo-attach-event="onkeypress:_onKeyPress,onkeyup:_onKeyUp" role="presentation" ><tr class="dijitReset" ><td class="dijitReset" colspan="2"></td ><td data-dojo-attach-point="topDecoration" class="dijitReset dijitSliderDecoration dijitSliderDecorationT dijitSliderDecorationH"></td ><td class="dijitReset" colspan="2"></td ></tr ><tr class="dijitReset" ><td class="dijitReset dijitSliderButtonContainer dijitSliderButtonContainerH" ><div class="dijitSliderDecrementIconH" style="display:none" data-dojo-attach-point="decrementButton"><span class="dijitSliderButtonInner">-</span></div ></td ><td class="dijitReset" ><div class="dijitSliderBar dijitSliderBumper dijitSliderBumperH dijitSliderLeftBumper" data-dojo-attach-event="press:_onClkDecBumper"></div ></td ><td class="dijitReset" ><input data-dojo-attach-point="valueNode" type="hidden" ${!nameAttrSetting} /><div class="dijitReset dijitSliderBarContainerH" role="presentation" data-dojo-attach-point="sliderBarContainer" ><div role="presentation" data-dojo-attach-point="progressBar" class="dijitSliderBar dijitSliderBarH dijitSliderProgressBar dijitSliderProgressBarH" data-dojo-attach-event="press:_onBarClick" ><div class="dijitSliderMoveable dijitSliderMoveableH" ><div data-dojo-attach-point="sliderHandle,focusNode" class="dijitSliderImageHandle dijitSliderImageHandleH" data-dojo-attach-event="press:_onHandleClick" role="slider"></div ></div ></div ><div role="presentation" data-dojo-attach-point="remainingBar" class="dijitSliderBar dijitSliderBarH dijitSliderRemainingBar dijitSliderRemainingBarH" data-dojo-attach-event="press:_onBarClick"></div ></div ></td ><td class="dijitReset" ><div class="dijitSliderBar dijitSliderBumper dijitSliderBumperH dijitSliderRightBumper" data-dojo-attach-event="press:_onClkIncBumper"></div ></td ><td class="dijitReset dijitSliderButtonContainer dijitSliderButtonContainerH" ><div class="dijitSliderIncrementIconH" style="display:none" data-dojo-attach-point="incrementButton"><span class="dijitSliderButtonInner">+</span></div ></td ></tr ><tr class="dijitReset" ><td class="dijitReset" colspan="2"></td ><td data-dojo-attach-point="containerNode,bottomDecoration" class="dijitReset dijitSliderDecoration dijitSliderDecorationB dijitSliderDecorationH"></td ><td class="dijitReset" colspan="2"></td ></tr ></table>
third_party/blink/web_tests/css2.1/t100801-c544-valgn-03-d-agi.html
scheib/chromium
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title>CSS 2.1 Test Suite: vertical-align</title> <script src="../resources/ahem.js"></script> <style type="text/css"> p {font-size: 12pt;} p.example { font: 15px/1 Ahem; color: blue; background: white url(support/square-white.png); border: 1px solid silver; padding: 0.5em; margin: 1em; } .no {color: silver;} big {font-size: 20px;} small {font-size: 10px;} .midalign {vertical-align: middle;} </style> <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10.8.1 Leading and half-leading"> </head> <body> <p class="explain"> Change your window size. However the lines wrap, the blue rectanglues should always have their middles on the same alignment as other blue rectangles on the line. </p> <p class="example"> ÉÉÉ <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="30"> <span style="font-size: 250%;" class="no">xxx</span> <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="50"> ÉÉÉ <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="10"> <small class="no">xxx</small> <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="20"> ÉÉÉ <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="65"> ÉÉÉ <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="35"> <span style="font-size: 2em;" class="no">xxx</span> <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="50"> <span style="font-size: 150%;" class="no">xxx <span style="font-size: 250%;">xxx</span> xxx</span> <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="50"> <small class="no">xxx</small> <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="15"> <big class="no">xxx</big> <img alt="[Image]" src="support/swatch-blue.png" class="midalign" height="90"> ÉÉÉ </p> </body> </html>
src/3rdparty/chipmunk/doc/examples/Crushing.html
Murii/Love
<pre style="text-align:left;color:#000000; background-color:#ffffff; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto;font-size:small; font-family:monospace; "><strong><span style="color:#881350;">struct</span></strong> CrushingContext { cpFloat magnitudeSum; cpVect vectorSum; }; <strong><span style="color:#881350;">static</span></strong> <strong><span style="color:#881350;">void</span></strong> <span style="color:#003369;">EstimateCrushingHelper</span>(cpBody *body, cpArbiter *arb, <strong><span style="color:#881350;">struct</span></strong> CrushingContext *context) { cpVect j = <span style="color:#003369;">cpArbiterTotalImpulseWithFriction</span>(arb); context-&gt;magnitudeSum += <span style="color:#003369;">cpvlength</span>(j); context-&gt;vectorSum = <span style="color:#003369;">cpvadd</span>(context-&gt;vectorSum, j); } cpFloat <span style="color:#003369;">EstimateCrushForce</span>(cpBody *body, cpFloat dt) { <strong><span style="color:#881350;">struct</span></strong> CrushingContext crush = {<span style="color:#0000ff;">0.0f</span>, cpvzero}; <span style="color:#003369;">cpBodyEachArbiter</span>(body, (cpBodyArbiterIteratorFunc)EstimateCrushingHelper, &amp;crush); <span style="color:#236e25;"><em>// Compare the vector sum magnitude and magnitude sum to see if </em></span> <span style="color:#236e25;"><em>// how much the collision forces oppose one another. </em></span> cpFloat crushForce = (crush.magnitudeSum - <span style="color:#003369;">cpvlength</span>(crush.vectorSum))*dt; }</pre>
tests/joram-tests/src/test/java/org/objectweb/jtests/jms/conform/topic/package.html
lburgazzoli/apache-activemq-artemis
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <body> Tests JMS <em>Topic</em> features. </body>
airflow/www/templates/airflow/chart.html
wangtuanjie/airflow
{% extends "airflow/dag.html" %} {% block title %}Airflow - DAGs{% endblock %} {% block tail %} {{ super() }} <script src="{{ url_for('static', filename='d3.v3.min.js') }}"></script> <script src="{{ url_for('static', filename='highcharts.js') }}"></script> <script src="/ck/static/chartkick.js"></script> <script> // We blur task_ids in demo mode $( document ).ready(function() { if ("{{ demo_mode }}" == "True") { d3.select("svg") .append("filter") .attr("id", "blur-effect-1") .append("feGaussianBlur") .attr("stdDeviation", 3); d3.selectAll("g.highcharts-legend-item text").style("filter", "url(#blur-effect-1)"); } $('#uncheck').click(function(){ chart = Highcharts.charts[0]; for(i=0; i < chart.series.length; i++) { chart.series[i].hide(); } }); $('#check').click(function(){ chart = Highcharts.charts[0]; for(i=0; i < chart.series.length; i++) { chart.series[i].show(); } }); }); </script> <div class="container"> {% line_chart data with height=height library=chart_options%} <div class="text-center"> <button class="btn" id="uncheck">Hide all series</button> <button class="btn" id="check">Show all series</button> </div> </div> {% endblock %}
web/core/themes/stable9/css/settings_tray/settings_tray.toolbar.css
tobiasbuhrer/tobiasb
/** * @file * Visual styling for the toolbar when Settings Tray module is enabled. */ /* @todo Move this into toolbar when module is not experimental: * https://www.drupal.org/node/2784593. */ /* Style the edit mode toolbar and tabs. */ #toolbar-bar.js-settings-tray-edit-mode { background-color: #fff; } #toolbar-bar.js-settings-tray-edit-mode .toolbar-item { color: #999; } #toolbar-bar.js-settings-tray-edit-mode .toolbar-item .is-active { color: #333; } /* Style both the edit and editing states of the contextual links toggle tab. */ .toolbar-icon-edit.toolbar-item { color: #eee; background-color: #0066a1; background-image: linear-gradient(to bottom, #0066a1, #005b98); text-shadow: 0 1px hsla(0, 0%, 0%, 0.5); font-weight: 700; -webkit-font-smoothing: antialiased; } .toolbar-icon-edit.toolbar-item.is-active { color: #fff; background-color: #0a7bc1; background-image: linear-gradient(to bottom, #0a7bc1, #0a6eb4); text-shadow: 0 1px hsla(0, 0%, 0%, 0.5); font-weight: 700; -webkit-font-smoothing: antialiased; } .toolbar-tab:hover > .toolbar-icon-edit, .toolbar-icon-edit:focus .toolbar-item { color: #fff; border-color: #1e5c90; outline: none; background-color: #0a7bc1; background-image: linear-gradient(to bottom, #0a7bc1, #0a6eb4); } .toolbar-icon.toolbar-icon-edit.toolbar-item:before, button.toolbar-icon.toolbar-icon-edit.toolbar-item:before { background-image: url(../../../../misc/icons/bebebe/pencil.svg); } .toolbar-icon.toolbar-icon-edit.toolbar-item:before:hover, button.toolbar-icon.toolbar-icon-edit.toolbar-item:before:focus { background-image: url(../../../../misc/icons/ffffff/pencil.svg); } .toolbar-icon.toolbar-icon-edit.toolbar-item:hover > .toolbar-icon-edit:before { background-image: url(../../../../misc/icons/ffffff/pencil.svg); } #toolbar-bar.button.toolbar-icon.toolbar-icon.toolbar-icon-edit:before { background-image: url(../../../../misc/icons/ffffff/pencil.svg); } #toolbar-bar.js-settings-tray-edit-mode button.toolbar-icon.toolbar-icon-edit.toolbar-item.is-active { color: #fff; } #toolbar-bar.js-settings-tray-edit-mode button.toolbar-icon.toolbar-icon-edit.toolbar-item.is-active:hover { background-image: linear-gradient(to bottom, #0a6fb4, #0a65aa); }
wts/tests/canvas/w3c/size.attributes.setAttribute.em.html
kaixinjxq/web-testing-service
<!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by tools/gentest.py. --> <title>Canvas test: size.attributes.setAttribute.em</title> <meta name="author" content="Philip Taylor"> <script src="../../resources/testharness.js"></script> <script src="../../resources/testharnessreport.js"></script> <script src="common/canvas-tests.js"></script> <link rel="stylesheet" href="common/canvas-tests.css"> <body class="show_output"> <h1>size.attributes.setAttribute.em</h1> <p class="desc">Parsing of non-negative integers in setAttribute</p> <p class="output">Actual output:</p> <canvas id="c" class="output" width="50" height="50"><p class="fallback">FAIL (fallback content)</p></canvas> <p class="output expectedtext">Expected output:<p><img src="size.attributes.setAttribute.em.png" class="output expected" id="expected" alt=""> <ul id="d"></ul> <script> var t = async_test("Parsing of non-negative integers in setAttribute"); _addTest(function(canvas, ctx) { canvas.setAttribute('width', '100em'); canvas.setAttribute('height', '100em'); _assertSame(canvas.width, 100, "canvas.width", "100"); _assertSame(canvas.height, 100, "canvas.height", "100"); _assertSame(window.getComputedStyle(canvas, null).getPropertyValue("width"), "100px", "window.getComputedStyle(canvas, null).getPropertyValue(\"width\")", "\"100px\""); _assertSame(canvas.getAttribute('width'), '100em', "canvas.getAttribute('width')", "'100em'"); _assertSame(canvas.getAttribute('height'), '100em', "canvas.getAttribute('height')", "'100em'"); }); </script>
web/booster-install/assets/css/bootstrap-responsive.css
itrustam/cupon
/*! * Bootstrap Responsive v2.2.1 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */ .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; } .clearfix:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .hidden { display: none; visibility: hidden; } .visible-phone { display: none !important; } .visible-tablet { display: none !important; } .hidden-desktop { display: none !important; } .visible-desktop { display: inherit !important; } @media (min-width: 768px) and (max-width: 979px) { .hidden-desktop { display: inherit !important; } .visible-desktop { display: none !important ; } .visible-tablet { display: inherit !important; } .hidden-tablet { display: none !important; } } @media (max-width: 767px) { .hidden-desktop { display: inherit !important; } .visible-desktop { display: none !important; } .visible-phone { display: inherit !important; } .hidden-phone { display: none !important; } } @media (min-width: 1200px) { .row { margin-left: -30px; *zoom: 1; } .row:before, .row:after { display: table; line-height: 0; content: ""; } .row:after { clear: both; } [class*="span"] { float: left; min-height: 1px; margin-left: 30px; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 1170px; } .span12 { width: 1170px; } .span11 { width: 1070px; } .span10 { width: 970px; } .span9 { width: 870px; } .span8 { width: 770px; } .span7 { width: 670px; } .span6 { width: 570px; } .span5 { width: 470px; } .span4 { width: 370px; } .span3 { width: 270px; } .span2 { width: 170px; } .span1 { width: 70px; } .offset12 { margin-left: 1230px; } .offset11 { margin-left: 1130px; } .offset10 { margin-left: 1030px; } .offset9 { margin-left: 930px; } .offset8 { margin-left: 830px; } .offset7 { margin-left: 730px; } .offset6 { margin-left: 630px; } .offset5 { margin-left: 530px; } .offset4 { margin-left: 430px; } .offset3 { margin-left: 330px; } .offset2 { margin-left: 230px; } .offset1 { margin-left: 130px; } .row-fluid { width: 100%; *zoom: 1; } .row-fluid:before, .row-fluid:after { display: table; line-height: 0; content: ""; } .row-fluid:after { clear: both; } .row-fluid [class*="span"] { display: block; float: left; width: 100%; min-height: 30px; margin-left: 2.564102564102564%; *margin-left: 2.5109110747408616%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.564102564102564%; } .row-fluid .span12 { width: 100%; *width: 99.94680851063829%; } .row-fluid .span11 { width: 91.45299145299145%; *width: 91.39979996362975%; } .row-fluid .span10 { width: 82.90598290598291%; *width: 82.8527914166212%; } .row-fluid .span9 { width: 74.35897435897436%; *width: 74.30578286961266%; } .row-fluid .span8 { width: 65.81196581196582%; *width: 65.75877432260411%; } .row-fluid .span7 { width: 57.26495726495726%; *width: 57.21176577559556%; } .row-fluid .span6 { width: 48.717948717948715%; *width: 48.664757228587014%; } .row-fluid .span5 { width: 40.17094017094017%; *width: 40.11774868157847%; } .row-fluid .span4 { width: 31.623931623931625%; *width: 31.570740134569924%; } .row-fluid .span3 { width: 23.076923076923077%; *width: 23.023731587561375%; } .row-fluid .span2 { width: 14.52991452991453%; *width: 14.476723040552828%; } .row-fluid .span1 { width: 5.982905982905983%; *width: 5.929714493544281%; } .row-fluid .offset12 { margin-left: 105.12820512820512%; *margin-left: 105.02182214948171%; } .row-fluid .offset12:first-child { margin-left: 102.56410256410257%; *margin-left: 102.45771958537915%; } .row-fluid .offset11 { margin-left: 96.58119658119658%; *margin-left: 96.47481360247316%; } .row-fluid .offset11:first-child { margin-left: 94.01709401709402%; *margin-left: 93.91071103837061%; } .row-fluid .offset10 { margin-left: 88.03418803418803%; *margin-left: 87.92780505546462%; } .row-fluid .offset10:first-child { margin-left: 85.47008547008548%; *margin-left: 85.36370249136206%; } .row-fluid .offset9 { margin-left: 79.48717948717949%; *margin-left: 79.38079650845607%; } .row-fluid .offset9:first-child { margin-left: 76.92307692307693%; *margin-left: 76.81669394435352%; } .row-fluid .offset8 { margin-left: 70.94017094017094%; *margin-left: 70.83378796144753%; } .row-fluid .offset8:first-child { margin-left: 68.37606837606839%; *margin-left: 68.26968539734497%; } .row-fluid .offset7 { margin-left: 62.393162393162385%; *margin-left: 62.28677941443899%; } .row-fluid .offset7:first-child { margin-left: 59.82905982905982%; *margin-left: 59.72267685033642%; } .row-fluid .offset6 { margin-left: 53.84615384615384%; *margin-left: 53.739770867430444%; } .row-fluid .offset6:first-child { margin-left: 51.28205128205128%; *margin-left: 51.175668303327875%; } .row-fluid .offset5 { margin-left: 45.299145299145295%; *margin-left: 45.1927623204219%; } .row-fluid .offset5:first-child { margin-left: 42.73504273504273%; *margin-left: 42.62865975631933%; } .row-fluid .offset4 { margin-left: 36.75213675213675%; *margin-left: 36.645753773413354%; } .row-fluid .offset4:first-child { margin-left: 34.18803418803419%; *margin-left: 34.081651209310785%; } .row-fluid .offset3 { margin-left: 28.205128205128204%; *margin-left: 28.0987452264048%; } .row-fluid .offset3:first-child { margin-left: 25.641025641025642%; *margin-left: 25.53464266230224%; } .row-fluid .offset2 { margin-left: 19.65811965811966%; *margin-left: 19.551736679396257%; } .row-fluid .offset2:first-child { margin-left: 17.094017094017094%; *margin-left: 16.98763411529369%; } .row-fluid .offset1 { margin-left: 11.11111111111111%; *margin-left: 11.004728132387708%; } .row-fluid .offset1:first-child { margin-left: 8.547008547008547%; *margin-left: 8.440625568285142%; } input, textarea, .uneditable-input { margin-left: 0; } .controls-row [class*="span"] + [class*="span"] { margin-left: 30px; } input.span12, textarea.span12, .uneditable-input.span12 { width: 1156px; } input.span11, textarea.span11, .uneditable-input.span11 { width: 1056px; } input.span10, textarea.span10, .uneditable-input.span10 { width: 956px; } input.span9, textarea.span9, .uneditable-input.span9 { width: 856px; } input.span8, textarea.span8, .uneditable-input.span8 { width: 756px; } input.span7, textarea.span7, .uneditable-input.span7 { width: 656px; } input.span6, textarea.span6, .uneditable-input.span6 { width: 556px; } input.span5, textarea.span5, .uneditable-input.span5 { width: 456px; } input.span4, textarea.span4, .uneditable-input.span4 { width: 356px; } input.span3, textarea.span3, .uneditable-input.span3 { width: 256px; } input.span2, textarea.span2, .uneditable-input.span2 { width: 156px; } input.span1, textarea.span1, .uneditable-input.span1 { width: 56px; } .thumbnails { margin-left: -30px; } .thumbnails > li { margin-left: 30px; } .row-fluid .thumbnails { margin-left: 0; } } @media (min-width: 768px) and (max-width: 979px) { .row { margin-left: -20px; *zoom: 1; } .row:before, .row:after { display: table; line-height: 0; content: ""; } .row:after { clear: both; } [class*="span"] { float: left; min-height: 1px; margin-left: 20px; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 724px; } .span12 { width: 724px; } .span11 { width: 662px; } .span10 { width: 600px; } .span9 { width: 538px; } .span8 { width: 476px; } .span7 { width: 414px; } .span6 { width: 352px; } .span5 { width: 290px; } .span4 { width: 228px; } .span3 { width: 166px; } .span2 { width: 104px; } .span1 { width: 42px; } .offset12 { margin-left: 764px; } .offset11 { margin-left: 702px; } .offset10 { margin-left: 640px; } .offset9 { margin-left: 578px; } .offset8 { margin-left: 516px; } .offset7 { margin-left: 454px; } .offset6 { margin-left: 392px; } .offset5 { margin-left: 330px; } .offset4 { margin-left: 268px; } .offset3 { margin-left: 206px; } .offset2 { margin-left: 144px; } .offset1 { margin-left: 82px; } .row-fluid { width: 100%; *zoom: 1; } .row-fluid:before, .row-fluid:after { display: table; line-height: 0; content: ""; } .row-fluid:after { clear: both; } .row-fluid [class*="span"] { display: block; float: left; width: 100%; min-height: 30px; margin-left: 2.7624309392265194%; *margin-left: 2.709239449864817%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.7624309392265194%; } .row-fluid .span12 { width: 100%; *width: 99.94680851063829%; } .row-fluid .span11 { width: 91.43646408839778%; *width: 91.38327259903608%; } .row-fluid .span10 { width: 82.87292817679558%; *width: 82.81973668743387%; } .row-fluid .span9 { width: 74.30939226519337%; *width: 74.25620077583166%; } .row-fluid .span8 { width: 65.74585635359117%; *width: 65.69266486422946%; } .row-fluid .span7 { width: 57.18232044198895%; *width: 57.12912895262725%; } .row-fluid .span6 { width: 48.61878453038674%; *width: 48.56559304102504%; } .row-fluid .span5 { width: 40.05524861878453%; *width: 40.00205712942283%; } .row-fluid .span4 { width: 31.491712707182323%; *width: 31.43852121782062%; } .row-fluid .span3 { width: 22.92817679558011%; *width: 22.87498530621841%; } .row-fluid .span2 { width: 14.3646408839779%; *width: 14.311449394616199%; } .row-fluid .span1 { width: 5.801104972375691%; *width: 5.747913483013988%; } .row-fluid .offset12 { margin-left: 105.52486187845304%; *margin-left: 105.41847889972962%; } .row-fluid .offset12:first-child { margin-left: 102.76243093922652%; *margin-left: 102.6560479605031%; } .row-fluid .offset11 { margin-left: 96.96132596685082%; *margin-left: 96.8549429881274%; } .row-fluid .offset11:first-child { margin-left: 94.1988950276243%; *margin-left: 94.09251204890089%; } .row-fluid .offset10 { margin-left: 88.39779005524862%; *margin-left: 88.2914070765252%; } .row-fluid .offset10:first-child { margin-left: 85.6353591160221%; *margin-left: 85.52897613729868%; } .row-fluid .offset9 { margin-left: 79.8342541436464%; *margin-left: 79.72787116492299%; } .row-fluid .offset9:first-child { margin-left: 77.07182320441989%; *margin-left: 76.96544022569647%; } .row-fluid .offset8 { margin-left: 71.2707182320442%; *margin-left: 71.16433525332079%; } .row-fluid .offset8:first-child { margin-left: 68.50828729281768%; *margin-left: 68.40190431409427%; } .row-fluid .offset7 { margin-left: 62.70718232044199%; *margin-left: 62.600799341718584%; } .row-fluid .offset7:first-child { margin-left: 59.94475138121547%; *margin-left: 59.838368402492065%; } .row-fluid .offset6 { margin-left: 54.14364640883978%; *margin-left: 54.037263430116376%; } .row-fluid .offset6:first-child { margin-left: 51.38121546961326%; *margin-left: 51.27483249088986%; } .row-fluid .offset5 { margin-left: 45.58011049723757%; *margin-left: 45.47372751851417%; } .row-fluid .offset5:first-child { margin-left: 42.81767955801105%; *margin-left: 42.71129657928765%; } .row-fluid .offset4 { margin-left: 37.01657458563536%; *margin-left: 36.91019160691196%; } .row-fluid .offset4:first-child { margin-left: 34.25414364640884%; *margin-left: 34.14776066768544%; } .row-fluid .offset3 { margin-left: 28.45303867403315%; *margin-left: 28.346655695309746%; } .row-fluid .offset3:first-child { margin-left: 25.69060773480663%; *margin-left: 25.584224756083227%; } .row-fluid .offset2 { margin-left: 19.88950276243094%; *margin-left: 19.783119783707537%; } .row-fluid .offset2:first-child { margin-left: 17.12707182320442%; *margin-left: 17.02068884448102%; } .row-fluid .offset1 { margin-left: 11.32596685082873%; *margin-left: 11.219583872105325%; } .row-fluid .offset1:first-child { margin-left: 8.56353591160221%; *margin-left: 8.457152932878806%; } input, textarea, .uneditable-input { margin-left: 0; } .controls-row [class*="span"] + [class*="span"] { margin-left: 20px; } input.span12, textarea.span12, .uneditable-input.span12 { width: 710px; } input.span11, textarea.span11, .uneditable-input.span11 { width: 648px; } input.span10, textarea.span10, .uneditable-input.span10 { width: 586px; } input.span9, textarea.span9, .uneditable-input.span9 { width: 524px; } input.span8, textarea.span8, .uneditable-input.span8 { width: 462px; } input.span7, textarea.span7, .uneditable-input.span7 { width: 400px; } input.span6, textarea.span6, .uneditable-input.span6 { width: 338px; } input.span5, textarea.span5, .uneditable-input.span5 { width: 276px; } input.span4, textarea.span4, .uneditable-input.span4 { width: 214px; } input.span3, textarea.span3, .uneditable-input.span3 { width: 152px; } input.span2, textarea.span2, .uneditable-input.span2 { width: 90px; } input.span1, textarea.span1, .uneditable-input.span1 { width: 28px; } } @media (max-width: 767px) { body { padding-right: 20px; padding-left: 20px; } .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top { margin-right: -20px; margin-left: -20px; } .container-fluid { padding: 0; } .dl-horizontal dt { float: none; width: auto; clear: none; text-align: left; } .dl-horizontal dd { margin-left: 0; } .container { width: auto; } .row-fluid { width: 100%; } .row, .thumbnails { margin-left: 0; } .thumbnails > li { float: none; margin-left: 0; } [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] { display: block; float: none; width: 100%; margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .span12, .row-fluid .span12 { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .row-fluid [class*="offset"]:first-child { margin-left: 0; } .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] { display: inline-block; width: auto; } .controls-row [class*="span"] + [class*="span"] { margin-left: 0; } .modal { position: fixed; top: 20px; right: 20px; left: 20px; width: auto; margin: 0; } .modal.fade { top: -100px; } .modal.fade.in { top: 20px; } } @media (max-width: 480px) { .nav-collapse { -webkit-transform: translate3d(0, 0, 0); } .page-header h1 small { display: block; line-height: 20px; } input[type="checkbox"], input[type="radio"] { border: 1px solid #ccc; } .form-horizontal .control-label { float: none; width: auto; padding-top: 0; text-align: left; } .form-horizontal .controls { margin-left: 0; } .form-horizontal .control-list { padding-top: 0; } .form-horizontal .form-actions { padding-right: 10px; padding-left: 10px; } .media .pull-left, .media .pull-right { display: block; float: none; margin-bottom: 10px; } .media-object { margin-right: 0; margin-left: 0; } .modal { top: 10px; right: 10px; left: 10px; } .modal-header .close { padding: 10px; margin: -10px; } .carousel-caption { position: static; } } @media (max-width: 979px) { body { padding-top: 0; } .navbar-fixed-top, .navbar-fixed-bottom { position: static; } .navbar-fixed-top { margin-bottom: 20px; } .navbar-fixed-bottom { margin-top: 20px; } .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner { padding: 5px; } .navbar .container { width: auto; padding: 0; } .navbar .brand { padding-right: 10px; padding-left: 10px; margin: 0 0 0 -5px; } .nav-collapse { clear: both; } .nav-collapse .nav { float: none; margin: 0 0 10px; } .nav-collapse .nav > li { float: none; } .nav-collapse .nav > li > a { margin-bottom: 2px; } .nav-collapse .nav > .divider-vertical { display: none; } .nav-collapse .nav .nav-header { color: #777777; text-shadow: none; } .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a { padding: 9px 15px; font-weight: bold; color: #777777; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .nav-collapse .btn { padding: 4px 10px 4px; font-weight: normal; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .nav-collapse .dropdown-menu li + li a { margin-bottom: 2px; } .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover { background-color: #f2f2f2; } .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a { color: #999999; } .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover { background-color: #111111; } .nav-collapse.in .btn-group { padding: 0; margin-top: 5px; } .nav-collapse .dropdown-menu { position: static; top: auto; left: auto; display: none; float: none; max-width: none; padding: 0; margin: 0 15px; background-color: transparent; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .nav-collapse .open > .dropdown-menu { display: block; } .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after { display: none; } .nav-collapse .dropdown-menu .divider { display: none; } .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after { display: none; } .nav-collapse .navbar-form, .nav-collapse .navbar-search { float: none; padding: 10px 15px; margin: 10px 0; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); } .navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search { border-top-color: #111111; border-bottom-color: #111111; } .navbar .nav-collapse .nav.pull-right { float: none; margin-left: 0; } .nav-collapse, .nav-collapse.collapse { height: 0; overflow: hidden; } .navbar .btn-navbar { display: block; } .navbar-static .navbar-inner { padding-right: 10px; padding-left: 10px; } } @media (min-width: 980px) { .nav-collapse.collapse { height: auto !important; overflow: visible !important; } }
test/jasmine/html/header.html
aklapper/mediawiki-dashboard
<figure class="logo"> <p> <a href="index.html"><img src="bitergia-logo.png" alt="Bitergia logo" id="logo" height="45" width="159" border=0 style="float: right"></a> </figure> <h2><a href="index.html"><span class='project_name'></span> Analysis (<span class='report_date'></span>)</a> <span id='report_page'></span></h2>
files/jquery.terminal/0.11.0/jquery.terminal.css
abishekrsrikaanth/jsdelivr
/*! * __ _____ ________ __ * / // _ /__ __ _____ ___ __ _/__ ___/__ ___ ______ __ __ __ ___ / / * __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ / * / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__ * \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/ * \/ /____/ version 0.11.0 * http://terminal.jcubic.pl * * This file is part of jQuery Terminal. * * Copyright (c) 2011-2016 Jakub Jankiewicz <http://jcubic.pl> * Released under the MIT license * * Date: Fri, 02 Sep 2016 17:06:36 +0000 */ .terminal .terminal-output .format, .cmd .format, .cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{ display: inline-block; } .terminal h1, .terminal h2, .terminal h3, .terminal h4, .terminal h5, .terminal h6, .terminal pre, .cmd { margin: 0; } .terminal h1, .terminal h2, .terminal h3, .terminal h4, .terminal h5, .terminal h6 { line-height: 1.2em; } /* .cmd .mask { width: 10px; height: 11px; background: black; z-index: 100; } */ .cmd .clipboard { position: absolute; left: -16px; top: 0; width: 10px; height: 16px; /* this seems to work after all on Android */ /*left: -99999px; clip: rect(1px,1px,1px,1px); /* on desktop textarea appear when paste */ /* opacity: 0.01; filter: alpha(opacity = 0.01); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.01); */ background: transparent; border: none; color: transparent; outline: none; padding: 0; resize: none; z-index: 0; overflow: hidden; } .terminal .error { color: #f00; } .terminal { padding: 10px; position: relative; /*overflow: hidden;*/ overflow: auto; } .cmd { padding: 0; height: 1.3em; position: relative; /*margin-top: 3px; */ } .terminal .inverted, .cmd .inverted, .cmd .cursor.blink { background-color: #aaa; color: #000; } .cmd .cursor.blink { -webkit-animation: terminal-blink 1s infinite steps(1, start); -moz-animation: terminal-blink 1s infinite steps(1, start); -ms-animation: terminal-blink 1s infinite steps(1, start); animation: terminal-blink 1s infinite steps(1, start); } @-webkit-keyframes terminal-blink { 0%, 100% { background-color: #000; color: #aaa; } 50% { background-color: #bbb; color: #000; } } @-ms-keyframes terminal-blink { 0%, 100% { background-color: #000; color: #aaa; } 50% { background-color: #bbb; color: #000; } } @-moz-keyframes terminal-blink { 0%, 100% { background-color: #000; color: #aaa; } 50% { background-color: #bbb; color: #000; } } @keyframes terminal-blink { 0%, 100% { background-color: #000; color: #aaa; } 50% { background-color: #bbb; /* not #aaa because it's seems there is Google Chrome bug */ color: #000; } } .terminal .terminal-output div div, .cmd .prompt { display: block; line-height: 14px; height: auto; } .cmd .prompt { float: left; } .terminal, .cmd { font-family: monospace; /*font-family: FreeMono, monospace; this don't work on Android */ color: #aaa; background-color: #000; font-size: 12px; line-height: 14px; } .terminal-output > div { /*padding-top: 3px;*/ min-height: 14px; } .terminal-output > div > div * { word-wrap: break-word; /* when echo html */ } .terminal .terminal-output div span { display: inline-block; } .cmd span { float: left; /*display: inline-block; */ } /* fix double style of selecting text in terminal */ .terminal-output span, .terminal-output a, .cmd div, .cmd span, .terminal td, .terminal pre, .terminal h1, .terminal h2, .terminal h3, .terminal h4, .terminal h5, .terminal h6 { -webkit-touch-callout: initial; -webkit-user-select: initial; -khtml-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } .terminal, .terminal-output, .terminal-output div { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* firefox hack */ @-moz-document url-prefix() { .terminal, .terminal-output, .terminal-output div { -webkit-touch-callout: initial; -webkit-user-select: initial; -khtml-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } } .terminal table { border-collapse: collapse; } .terminal td { border: 1px solid #aaa; } .terminal h1::-moz-selection, .terminal h2::-moz-selection, .terminal h3::-moz-selection, .terminal h4::-moz-selection, .terminal h5::-moz-selection, .terminal h6::-moz-selection, .terminal pre::-moz-selection, .terminal td::-moz-selection, .terminal .terminal-output div div::-moz-selection, .terminal .terminal-output div span::-moz-selection, .terminal .terminal-output div div a::-moz-selection, .cmd div::-moz-selection, .cmd > span::-moz-selection, .cmd .prompt span::-moz-selection { background-color: #aaa; color: #000; } /* this don't work in Chrome .terminal tr td::-moz-selection { border-color: #000; } .terminal tr td::selection { border-color: #000; } */ .terminal h1::selection, .terminal h2::selection, .terminal h3::selection, .terminal h4::selection, .terminal h5::selection, .terminal h6::selection, .terminal pre::selection, .terminal td::selection, .terminal .terminal-output div div::selection, .terminal .terminal-output div div a::selection, .terminal .terminal-output div span::selection, .cmd div::selection, .cmd > span::selection, .cmd .prompt span::selection { background-color: #aaa; color: #000; } .terminal .terminal-output div.error, .terminal .terminal-output div.error div { color: red; } .tilda { position: fixed; top: 0; left: 0; width: 100%; z-index: 1100; } .clear { clear: both; } .terminal a { color: #0F60FF; } .terminal a:hover { color: red; }
third_party/WebKit/LayoutTests/canvas/philip/tests/2d.shadow.alpha.4.html
axinging/chromium-crosswalk
<!DOCTYPE html> <title>Canvas test: 2d.shadow.alpha.4</title> <script src="../tests.js"></script> <link rel="stylesheet" href="../tests.css"> <body> <p id="passtext">Pass</p> <p id="failtext">Fail</p> <p class="output">These images should be identical:</p> <canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas> <p class="output expectedtext">Expected output:<p><img src="2d.shadow.alpha.4.png" class="output expected" id="expected" alt=""> <ul id="d"></ul> <script> _addTest(function(canvas, ctx) { ctx.fillStyle = '#f00'; ctx.fillRect(0, 0, 100, 50); ctx.fillStyle = '#f00'; // (work around broken Firefox globalAlpha caching) ctx.shadowColor = 'rgba(0, 0, 255, 0.707)'; ctx.shadowOffsetY = 50; ctx.globalAlpha = 0.707; ctx.fillRect(0, -50, 100, 50); _assertPixelApprox(canvas, 50,25, 127,0,127,255, "50,25", "127,0,127,255", 2); }); </script>
third_party/WebKit/LayoutTests/canvas/philip/tests/toDataURL.jpeg.quality.basic.html
axinging/chromium-crosswalk
<!DOCTYPE html> <title>Canvas test: toDataURL.jpeg.quality.basic</title> <script src="../tests.js"></script> <link rel="stylesheet" href="../tests.css"> <body> <p id="passtext">Pass</p> <p id="failtext">Fail</p> <p class="output">These images should be identical:</p> <canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas> <p class="output expectedtext">Expected output:<p><img src="toDataURL.jpeg.quality.basic.png" class="output expected" id="expected" alt=""> <ul id="d"></ul> <script> _addTest(function(canvas, ctx) { ctx.fillStyle = '#00f'; ctx.fillRect(0, 0, 100, 50); ctx.fillStyle = '#0ff'; ctx.fillRect(0, 3, 100, 1); // Check for JPEG support first var data = canvas.toDataURL('image/jpeg'); if (!data.match(/^data:image\/jpeg[;,]/)) { _assert(true, "true"); } else { var data_hi = canvas.toDataURL('image/jpeg', 0.99); var data_lo = canvas.toDataURL('image/jpeg', 0.01); ctx.fillStyle = '#f00'; ctx.fillRect(0, 0, 100, 50); deferTest(); var img_hi = new Image(); img_hi.onload = function () { var img_lo = new Image(); img_lo.onload = wrapFunction(function () { ctx.drawImage(img_hi, 0, 0, 50, 50, 0, 0, 50, 50); ctx.drawImage(img_lo, 0, 0, 50, 50, 50, 0, 50, 50); _assert(data_hi.length > data_lo.length, "data_hi.length > data_lo.length"); _assertPixelApprox(canvas, 25,25, 0,0,255,255, "25,25", "0,0,255,255", 8); _assertPixelApprox(canvas, 75,25, 0,0,255,255, "75,25", "0,0,255,255", 32); }); img_lo.src = data_lo; }; img_hi.src = data_hi; } }); </script>
wallride-core/src/main/resources/resources/admin/lib/froala/css/plugins/image_manager.css
bevrard/wlr_sportour
/*! * froala_editor v2.3.0 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2016 Froala Labs */ .clearfix::after { clear: both; display: block; content: ""; } body.prevent-scroll { overflow: hidden; } body.prevent-scroll.fr-mobile { position: fixed; -webkit-overflow-scrolling: touch; } .fr-modal { position: fixed; overflow-x: auto; overflow-y: scroll; top: 0; left: 0; bottom: 0; right: 0; text-align: center; width: 100%; z-index: 9999; } .fr-modal .fr-modal-wrapper { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; margin: 20px auto; display: inline-block; background: #ffffff; min-width: 300px; text-align: center; -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.23); box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 6px rgba(0, 0, 0, 0.23); border: 0px; border-top: 5px solid #222222; overflow: hidden; width: 90%; padding-bottom: 10px; position: relative; } @media (min-width: 768px) and (max-width: 991px) { .fr-modal .fr-modal-wrapper { margin: 30px auto; width: 70%; } } @media (min-width: 992px) { .fr-modal .fr-modal-wrapper { margin: 50px auto; width: 600px; } } .fr-modal .fr-modal-wrapper .fr-preloader { display: block; margin: 50px auto; } .fr-modal .fr-modal-wrapper .fr-modal-title { background: #ffffff; -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23); border-bottom: 0px; overflow: hidden; position: absolute; width: 100%; z-index: 3; -webkit-transition: height 0.2s ease 0s; -moz-transition: height 0.2s ease 0s; -ms-transition: height 0.2s ease 0s; -o-transition: height 0.2s ease 0s; } .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line::after { clear: both; display: block; content: ""; } .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line h4 { font-size: 18px; color: #222222; padding: 12px 10px; margin: 0; font-weight: 400; line-height: 18px; display: inline-block; float: left; } .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i { padding: 12px; width: 20px; font-size: 16px; cursor: pointer; line-height: 18px; color: #222222; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i.fr-modal-more { float: left; opacity: 1; -webkit-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s; -moz-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s; -ms-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s; -o-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s; } .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i.fr-modal-more.fr-not-available { opacity: 0; width: 0; padding: 12px 0; } .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i.fr-modal-close { position: absolute; top: 0; right: 0; -webkit-transition: color 0.2s ease 0s; -moz-transition: color 0.2s ease 0s; -ms-transition: color 0.2s ease 0s; -o-transition: color 0.2s ease 0s; } .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags { text-align: left; display: none; } .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags a { display: inline-block; opacity: 0; padding: 6px 8px; margin: 8px 0 8px 8px; text-decoration: none; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; color: #1e88e5; -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s; -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s; -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s; -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s; cursor: pointer; } .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags a:focus { outline: none; } .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags a.fr-selected-tag { background: #d6d6d6; } .fr-modal .fr-modal-wrapper div.fr-scroller { height: 100%; min-height: 150px; overflow-y: scroll; } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list { margin: 0 10px; padding: 0; } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list::after { clear: both; display: block; content: ""; } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list .fr-list-column { float: left; width: calc((100% - 10px) / 2); } @media (min-width: 768px) and (max-width: 1199px) { .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list .fr-list-column { width: calc((100% - 20px) / 3); } } @media (min-width: 1200px) { .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list .fr-list-column { width: calc((100% - 30px) / 4); } } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list .fr-list-column + .fr-list-column { margin-left: 10px; } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container { position: relative; width: 100%; display: block; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; overflow: hidden; } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container:first-child { margin-top: 10px; } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container + div { margin-top: 10px; } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-image-deleting::after { position: absolute; -webkit-opacity: 0.5; -moz-opacity: 0.5; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity 0.2s ease 0s; -moz-transition: opacity 0.2s ease 0s; -ms-transition: opacity 0.2s ease 0s; -o-transition: opacity 0.2s ease 0s; background: #000000; content: ""; top: 0; left: 0; bottom: 0; right: 0; z-index: 2; } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-image-deleting::before { content: attr(data-deleting); color: #ffffff; top: 0; left: 0; bottom: 0; right: 0; margin: auto; position: absolute; z-index: 3; font-size: 15px; height: 20px; } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-empty { height: 95px; background: #cccccc; z-index: 1; } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-empty::after { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; content: attr(data-loading); display: inline-block; height: 20px; } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container img { width: 100%; vertical-align: middle; position: relative; z-index: 2; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s; -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s; -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s; -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-mobile-selected img { -webkit-opacity: 0.75; -moz-opacity: 0.75; opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img, .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img { display: inline-block; } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img, .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img { display: none; top: 50%; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s; -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s; -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s; -o-transition: background 0.2s ease 0s, color 0.2s ease 0s; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); position: absolute; cursor: pointer; margin: 0; width: 36px; height: 36px; line-height: 36px; text-decoration: none; z-index: 3; } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img { background: #b8312f; color: #ffffff; left: 50%; -webkit-transform: translateY(-50%) translateX(25%); -moz-transform: translateY(-50%) translateX(25%); -ms-transform: translateY(-50%) translateX(25%); -o-transform: translateY(-50%) translateX(25%); } .fr-modal .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img { background: #ffffff; color: #1e88e5; left: 50%; -webkit-transform: translateY(-50%) translateX(-125%); -moz-transform: translateY(-50%) translateX(-125%); -ms-transform: translateY(-50%) translateX(-125%); -o-transform: translateY(-50%) translateX(-125%); } .fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-title-line i:hover { background: #ebebeb; } .fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-tags a:hover { background: #ebebeb; } .fr-modal.fr-desktop .fr-modal-wrapper .fr-modal-title .fr-modal-tags a.fr-selected-tag { background: #d6d6d6; } .fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container:hover img { -webkit-opacity: 0.75; -moz-opacity: 0.75; opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } .fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container:hover .fr-delete-img, .fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container:hover .fr-insert-img { display: inline-block; } .fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-delete-img:hover { background: #bf4644; color: #ffffff; } .fr-modal.fr-desktop .fr-modal-wrapper div.fr-scroller div.fr-image-list div.fr-image-container .fr-insert-img:hover { background: #ebebeb; } .fr-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: #000000; -webkit-opacity: 0.5; -moz-opacity: 0.5; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: 9998; }
wsgi/wsgi/static/weblink/doc/api/m-pfcPipeSetStartFeat.html
2014c2g12/c2g12
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title> CIP JavaScript documentation for module "pfcPipeSetStartFeat" </title> <link href="cipdoc_default.css" type="text/css" rel="stylesheet"> <script language="JAVASCRIPT"> function findProperNode () { } </script> </head> <body onLoad="findProperNode()" class="frame-entity"> <table cellspacing="0" width="100%" border="0" class="toolbar"> <tr> <td class="toolbar-navigation"><a href="library.html">Library</a>&nbsp;|&nbsp;Module </td><td class="toolbar-lib-name"> </td> </tr> </table> <hr> <h2>Module "pfcPipeSetStartFeat"</h2> <b>Description</b> <br> <br>&nbsp; <br> <hr> <table border="0" class="entities"> <tr> <th colspan="2" class="entities">Classes</th> </tr> <tr> <td></td> </tr> <tr> <td width="1%"><tt>class</tt></td><td class="entities-name"><tt><a class="class" href="t-pfcPipeSetStartFeat-PipeSetStartFeat.html">pfcPipeSetStartFeat</a></tt></td> </tr> <tr> <td></td><td class="entities-text">This feature type specifies a start feature, which is used in the Pro/PIPING module. </td> </tr> </table> <br> </body> </html>
wsgi/wsgi/static/weblink/doc/api/t-pfcModel-ImportFeatAttr.html
2014c2g12/c2g12
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title> CIP JavaScript documentation for class " pfcImportFeatAttr" </title> <link href="cipdoc_default.css" type="text/css" rel="stylesheet"> <script language="JAVASCRIPT"> function findProperNode () { top.frames [0].document.apiwizard.api ( 2, 277 ); } </script> </head> <body onLoad="findProperNode()" class="frame-entity"> <table cellspacing="0" width="100%" border="0" class="toolbar"> <tr> <td class="toolbar-navigation"><a href="library.html">Library</a>&nbsp;|&nbsp;<a href="m-pfcModel.html">Module</a></td><td class="toolbar-lib-name"> </td> </tr> </table> <hr> <h2>Class&nbsp;pfcImportFeatAttr</h2> <hr> <br> <b>Description</b> <br> <br>This specifies the information for importing a feature. <br> <br> <hr> <br> <b>Property Summary</b> <br> <br> <table cellpadding="3" border="0" class="method-summary"> <tr> <td></td> </tr> <tr> <td class="return-type"><tt>boolean</tt></td><td class="func-signature"><tt><a class="method" href="#JoinSurfs">JoinSurfs</a></tt></td> </tr> <tr> <td></td><td colspan="2" class="entities-text">This bool attribute indicates if the surfaces whih do not quite meet will be joined or not.</td> </tr> <tr> <td></td> </tr> <tr> <td class="return-type"><tt>boolean</tt></td><td class="func-signature"><tt><a class="method" href="#MakeSolid">MakeSolid</a></tt></td> </tr> <tr> <td></td><td colspan="2" class="entities-text">This bool attribute indicates if solids will be made from every closed quilt.</td> </tr> <tr> <td></td> </tr> <tr> <td class="return-type"><tt><a class="type" href="t-pfcModel-OperationType.html">pfcOperationType</a></tt></td><td class="func-signature"><tt><a class="method" href="#Operation">Operation</a></tt></td> </tr> <tr> <td></td><td colspan="2" class="entities-text">Operation to apply when making solid.</td> </tr> <tr> <td></td> </tr> </table> <br> <hr> <br> <b>Method Summary</b> <br> <br> <table cellpadding="3" border="0" class="method-summary"> <tr> <td></td> </tr> <tr> <td class="return-type"><tt>static&nbsp;<a class="type" href="t-pfcModel-ImportFeatAttr.html">pfcImportFeatAttr</a></tt></td><td class="func-signature"><tt><a class="method" href="#Create">Create</a> () </tt></td> </tr> <tr> <td></td><td colspan="2" class="entities-text">Creates a new import feature attributes object - the attributes for creation of the new import feature. </td> </tr> <tr> <td></td> </tr> </table> <br> <hr> <br> <b>Property Detail</b> <br> <hr> <br> <a name="JoinSurfs"> <table cellpadding="5" cellspacing="0" border="0" class="method-def"> <tr> <td class="return-type"><tt>boolean</tt></td><td class="func-name"><tt>JoinSurfs</tt></td> </tr> </table> </a> <table border="0" class="method-doc"> <tr> <td></td><td> <br>This bool attribute indicates if the surfaces whih do not quite meet will be joined or not.<br> <br> </td> </tr> </table> <br> <hr> <br> <a name="MakeSolid"> <table cellpadding="5" cellspacing="0" border="0" class="method-def"> <tr> <td class="return-type"><tt>boolean</tt></td><td class="func-name"><tt>MakeSolid</tt></td> </tr> </table> </a> <table border="0" class="method-doc"> <tr> <td></td><td> <br>This bool attribute indicates if solids will be made from every closed quilt.<br> <br> </td> </tr> </table> <br> <hr> <br> <a name="Operation"> <table cellpadding="5" cellspacing="0" border="0" class="method-def"> <tr> <td class="return-type"><tt><a class="type" href="t-pfcModel-OperationType.html">pfcOperationType</a></tt></td><td class="func-name"><tt>Operation</tt></td> </tr> </table> </a> <table border="0" class="method-doc"> <tr> <td></td><td> <br>Operation to apply when making solid.<br> <br> </td> </tr> </table> <br> <br> <hr> <br> <b>Method Detail</b> <br> <hr> <br> <a name="Create"> <table cellpadding="5" cellspacing="0" border="0" class="method-def"> <tr> <td class="return-type"><tt>static&nbsp;<a class="type" href="t-pfcModel-ImportFeatAttr.html">pfcImportFeatAttr</a></tt></td><td class="func-name"><tt>Create</tt></td><td class="func-params"><tt> () </tt></td> </tr> </table> </a> <table border="0" class="method-doc"> <tr> <td></td><td> <br>Creates a new import feature attributes object - the attributes for creation of the new import feature. <br> <br>The return value must be passed to <tt><b><a class="method" href="t-pfcSolid-Solid.html#CreateImportFeat">pfcSolid.CreateImportFeat()</a></b></tt> . <br> <dl> <dt> <b>Returns:</b> </dt> <dd>The new import feature attributes object</dd> </dl> </td> </tr> </table> <br> </body> </html>
third_party/blink/web_tests/fast/backgrounds/multiple-backgrounds-computed-style.html
scheib/chromium
<!DOCTYPE html> <html> <head> <script src="../../resources/js-test.js"></script> </head> <body> <script src="script-tests/multiple-backgrounds-computed-style.js"></script> </body> </html>
third_party/blink/web_tests/http/tests/navigation/resources/replacestate-base-no-url-argument.html
nwjs/chromium.src
<html> <head> <script> if (window.testRunner) { testRunner.dumpAsText(); window.onload = function() {testRunner.notifyDone();}; } </script> </head> <body> FAIL: Incorrect navigation to base URL. </body> </html>
ajax/libs/oojs-ui/0.9.4/oojs-ui-apex-icons-editing-core.raster.rtl.min.css
ahocevar/cdnjs
.oo-ui-icon-link{background-image:url(dist/themes/apex/images/icons/link.png)}
third_party/blink/web_tests/fast/table/baseline-align-rowspan.html
scheib/chromium
<!DOCTYPE html> <html> <head> <script src="../../resources/check-layout.js"></script> <style> td { font: 10px/1 Ahem; vertical-align: baseline; border: 1px solid; } </style> </head> <body onload="checkLayout('tr')"> <p>This test checks that baseline aligned cells with rowspan don't artificially grow the row's height.</p> <p>For this test to pass, there should be 2 PASS.</p> <table> <tr data-expected-height="24"> <td>This first sentence should</td> <td rowspan="2">be baseline</td> <td>aligned and there should be no gap below.</td> </tr> <tr data-expected-height="54"> <td><p>This second</p><p>be baseline</p></td> <td><p>sentence should also</p><p>aligned across the rowspan.</p></td> </tr> </table> </body> </html>
Rogue_Trader_fr/RogueTraderStyle-fr.css
waders01/roll20-character-sheets
/* CSS Reset */{} .sheet-switch-pc-show:not(:checked)~.sheet-switch-pc {display:none;} .sheet-switch-npc-show:not(:checked)~.sheet-switch-npc {display:none;} .charsheet .sheet-wrapper div, .charsheet .sheet-wrapper span, .charsheet .sheet-wrapper label, .charsheet .sheet-wrapper h1, .charsheet .sheet-wrapper h2, .charsheet .sheet-wrapper h3, .charsheet .sheet-wrapper h4, .charsheet .sheet-wrapper h5, .charsheet .sheet-wrapper h6, .charsheet .sheet-wrapper p, .charsheet .sheet-wrapper table, .charsheet .sheet-wrapper caption, .charsheet .sheet-wrapper tbody, .charsheet .sheet-wrapper tfoot, .charsheet .sheet-wrapper thead, .charsheet .sheet-wrapper tr, .charsheet .sheet-wrapper th, .charsheet .sheet-wrapper td { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; color: #404040; vertical-align: baseline; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .charsheet .sheet-wrapper table { border-collapse: collapse; border-spacing: 0; } .charsheet .sheet-wrapper input::-webkit-outer-spin-button, .charsheet .sheet-wrapper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .charsheet .sheet-wrapper input[type="number"] { -moz-appearance: textfield; } .charsheet .sheet-wrapper textarea { resize: none; } /* Button Reset */ .charsheet .sheet-wrapper button[type="roll"]:before { content: ""!important; display: none; } .charsheet .sheet-wrapper button[type="roll"], .charsheet .sheet-wrapper .sheet-btn { width: 100%; height:24px; vertical-align: middle; padding: 0; display: inline-block; margin: 0; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; background-color: transparent; border: 1px solid #ccc; white-space: nowrap; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .charsheet .sheet-wrapper button[type="roll"]:hover, .charsheet .sheet-wrapper .sheet-btn:hover, .charsheet .sheet-wrapper .sheet-hider input[type=checkbox]:checked ~ .sheet-btn { background-color: #DAA520; border-color: #DAA520; } .charsheet .sheet-wrapper .sheet-hider input[type=checkbox]:checked ~ .sheet-btn { } .charsheet .sheet-wrapper button[type="roll"] label, .charsheet .sheet-wrapper button[type="roll"] input { height:24px; line-height: 24px; font-size: 13px; vertical-align: middle; text-align:center; width: 99%; cursor: pointer; background: none; box-shadow: none; transition: none; border-radius: none; border:none; font-weight:700; } .charsheet .sheet-wrapper button[type="roll"] input { } .charsheet .sheet-wrapper button[type="roll"]:hover label, .charsheet .sheet-wrapper button[type="roll"]:hover input { color: white; border: none; } /* Main Styles */ .charsheet { background-image: url(http://i.imgur.com/PWr9jAR.png); background-size:100%; font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-size: 14px; } .charsheet .sheet-wrapper h3 { color: black; padding:3px; margin-bottom:5px; font-size:18px; font-weight:bold; font-family: inherit; text-transform:uppercase; text-align:center; } .charsheet .sheet-wrapper h4 { color: black; font-weight:bold; font-family: inherit; text-transform:uppercase; text-align:center; } .charsheet .sheet-wrapper textarea { display: inline-block; border: 1px solid #aaa; padding: 2px; height: 24px; width: 100%; font-size: 14px; font-family: inherit; line-height: 16px; font-weight: normal; margin: 0; color: #555; background-color: white; vertical-align: middle; cursor: auto; letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; text-align: start; -webkit-rtl-ordering: logical; -webkit-user-select: text; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border linear .2s,box-shadow linear .2s; -moz-transition: border linear .2s,box-shadow linear .2s; -ms-transition: border linear .2s,box-shadow linear .2s; -o-transition: border linear .2s,box-shadow linear .2s; transition: border linear .2s,box-shadow linear .2s; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-writing-mode: horizontal-tb; } .charsheet .sheet-wrapper input, .charsheet .sheet-wrapper select, .charsheet .sheet-wrapper input[type="number"] { display: inline-block; border-bottom: 1px dotted gray; border-top: none; border-left: none; border-right: none; padding: 2px; height: 24px; width: 100%; font-size: 14px; font-family: inherit; line-height: 16px; font-weight: normal; margin: 0; color: #555; background-color: transparent; vertical-align: middle; cursor: auto; letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; text-align: start; -webkit-rtl-ordering: logical; -webkit-user-select: text; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border linear .2s,box-shadow linear .2s; -moz-transition: border linear .2s,box-shadow linear .2s; -ms-transition: border linear .2s,box-shadow linear .2s; -o-transition: border linear .2s,box-shadow linear .2s; transition: border linear .2s,box-shadow linear .2s; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-writing-mode: horizontal-tb; } .charsheet .sheet-wrapper input:not([type='checkbox']) { -webkit-appearance: textfield; } .charsheet .sheet-wrapper input[type="checkbox"] { height: 13px; width: 13px; color: #555; border: 1px solid #aaa; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border linear .2s,box-shadow linear .2s; -moz-transition: border linear .2s,box-shadow linear .2s; -ms-transition: border linear .2s,box-shadow linear .2s; -o-transition: border linear .2s,box-shadow linear .2s; transition: border linear .2s,box-shadow linear .2s; } .charsheet .sheet-wrapper input[disabled], .charsheet .sheet-wrapper select[disabled], .charsheet .sheet-wrapper textarea[disabled], .charsheet .sheet-wrapper input[readonly], .charsheet .sheet-wrapper select[readonly], .charsheet .sheet-wrapper textarea[readonly] { background-color: transparent; border-color: #aaa; cursor: not-allowed; } .charsheet .sheet-wrapper textarea { width: 98%; height: 80px; line-height: 16px; } .charsheet .sheet-wrapper label { display: inline-block; width: 100%; font-size: 14px; text-align: left; font-weight: 600; height: 24px; line-height: 24px; vertical-align: middle; } .charsheet .sheet-wrapper .sheet-3colrow .sheet-col { width: calc(40% - 9px) !important; margin-right: 5px !important; } .charsheet .sheet-wrapper .sheet-3colrow .sheet-col:nth-child(2) { width: calc(20% - 9px) !important; margin-right:5px; } .charsheet .sheet-wrapper .sheet-3colrow .sheet-col:last-child { margin-right: 0 !important; } .charsheet .sheet-wrapper .sheet-2colrow .sheet-col { width: calc(50% - 3px) !important; margin-right: 2px !important; } .charsheet .sheet-wrapper .sheet-2colrow .sheet-col:last-child { margin-right: 0 !important; } .charsheet .sheet-wrapper .sheet-1colrow .sheet-col { width: calc(100% - 3px) !important; margin-right: 0 !important; } /* Table Container */ .charsheet .sheet-wrapper .sheet-tablecontainer { display:table; } .charsheet .sheet-wrapper .sheet-tablecell { display:table-cell; } /* Special Styles */ .charsheet .sheet-wrapper .sheet-skills td:first-child { width:70%; height:24px; border-bottom:1px solid gray; } .charsheet .sheet-wrapper .sheet-skills td:nth-child(n+2) { width:24px; height:24px; border:1px solid gray; text-align:center; } .charsheet .sheet-wrapper .sheet-skills button[type="roll"] { width: 24px; } .charsheet .sheet-wrapper .sheet-transparent { background: transparent; border: transparent; } .charsheet .sheet-wrapper .sheet-inline { display:inline-block; } .charsheet .sheet-wrapper .sheet-quickborder { border: 1px solid #AAAAAA; padding:3px; margin-bottom:5px; } .charsheet .sheet-wrapper .sheet-uppercase { text-transform: uppercase; } .charsheet .sheet-wrapper .sheet-uppercase label { text-align: center; } .charsheet .sheet-wrapper .sheet-armourblock { text-align: center; margin: auto auto 5px auto; width: calc(33% - 3px); display: inline-block; } .charsheet .sheet-wrapper .sheet-armourblock label { text-align: center; text-transform:uppercase; } .charsheet .sheet-wrapper .sheet-armourblock input { text-align: center; font-size: 1.2em; } /* Rows and Items */ .charsheet .sheet-wrapper .sheet-row { height: 24px; margin: 0 0 2px; } .charsheet .sheet-wrapper .sheet-doublerow { height: 48px; margin: 0 0 2px; } .charsheet .sheet-wrapper .sheet-alternative:nth-child(even) { background-color: #DBB0B1; } .charsheet .sheet-wrapper .sheet-header { height: 20px; margin: 0; } .charsheet .sheet-wrapper .sheet-header label { padding: 0; font-size: 10px; height: 20px; line-height: 20px; font-weight: 700; } .charsheet .sheet-wrapper .sheet-item { display: inline-block; width: 100%; height: 28px; vertical-align: middle; margin: 0 -2px; text-align: left; padding: 3px 2px; } .charsheet .sheet-wrapper .sheet-brackets { border-left: 1px solid #aaa; border-right: 1px solid #aaa; border-radius: 12px; } .charsheet .sheet-wrapper .sheet-item.sheet-center { text-align: center; } .charsheet .sheet-wrapper .sheet-item.sheet-multiline label { line-height: 12px; padding-top: 1px; } .charsheet .sheet-wrapper .sheet-item.sheet-puny { width: calc(10% - 3%); } .charsheet .sheet-wrapper .sheet-item.sheet-little { width: calc(12% - 0.5%); } .charsheet .sheet-wrapper .sheet-item.sheet-tiny { width: calc(15% - 2%); } .charsheet .sheet-wrapper .sheet-item.sheet-small { width: calc(20% - 0.5%); } .charsheet .sheet-wrapper textarea.sheet-small { height: 32px; } .charsheet .sheet-wrapper .sheet-item.sheet-med { width: calc(30% - 0.5%); } .charsheet .sheet-wrapper .sheet-item.sheet-large { width: calc(40% - 3%); } .charsheet .sheet-wrapper .sheet-item.sheet-big { width: calc(50% - 3%); } .charsheet .sheet-wrapper .sheet-item.sheet-morebig { width: calc(60% - 3%); } .charsheet .sheet-wrapper .sheet-item.sheet-bigger { width: calc(70% - 3%); } .charsheet .sheet-wrapper .sheet-item.sheet-huge { width: calc(80% - 3%); } /* Characteristics */ .charsheet .sheet-wrapper .sheet-characteristics button[type="roll"] label, .charsheet .sheet-wrapper .sheet-characteristics button[type="roll"] input { height:25px; line-height: 25px; font-size: 16px; font-weight: bold; font-family: inherit; vertical-align: center; text-align:center; width: 99%; cursor: pointer; background: none; box-shadow: none; transition: none; border-radius: none; border:none; } .charsheet .sheet-wrapper .sheet-characteristics button[type="roll"]:hover label, .charsheet .sheet-wrapper .sheet-characteristics button[type="roll"]:hover input { color: #fff; border: none; background-color: #DAA520; border-color: #DAA520; border-radius: 5px; } .charsheet .sheet-wrapper .sheet-characteristics button[type="roll"] { border: none; background-color: transparent; width: 100%; margin:auto; text-align:center; font-family: inherit; } .charsheet .sheet-wrapper .sheet-characteristics select { display:inline-block; width:100%; text-align: center; background-color:transparent; border:0; font-weight:bold; } .charsheet .sheet-wrapper .sheet-characteristics input { display:block; border:1px solid gray; background-color:transparent; width:70%; height:65px; margin:auto; text-align:center; font-weight:bolder; font-family: inherit; font-size:3em; } /* Footer */ .charsheet .sheet-wrapper .sheet-footer { display:inline-block; padding:5px; vertical-align:super; font-size:0.9em; line-height:0.8em; text-align:center; } .charsheet .sheet-wrapper .sheet-footer td { } .charsheet .sheet-wrapper .sheet-innerfooter { display:inline-block; border:inherit; width:47%; padding:2px; } .charsheet .sheet-wrapper .sheet-innerfooter input { width:100%; margin-top:-7px; } .sheet-mainleft { width:39%; float:left; padding-right: 1%; } .sheet-mainright { width:39%; float:right; }
modules/Administration/index.html
adamjakab/SuiteCRM
<!-- /********************************************************************************* * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. * SuiteCRM is an extension to SugarCRM Community Edition developed by Salesagility Ltd. * Copyright (C) 2011 - 2014 Salesagility Ltd. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along with * this program; if not, see http://www.gnu.org/licenses or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. * * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU Affero General Public License version 3. * * In accordance with Section 7(b) of the GNU Affero General Public License version 3, * these Appropriate Legal Notices must retain the display of the "Powered by * SugarCRM" logo and "Supercharged by SuiteCRM" logo. If the display of the logos is not * reasonably feasible for technical reasons, the Appropriate Legal Notices must * display the words "Powered by SugarCRM" and "Supercharged by SuiteCRM". ********************************************************************************/ --> <!-- BEGIN: main --> <!-- BEGIN: group --> <p>{GROUP_HEADER}{GROUP_DESC} <table class="other view"> <!-- BEGIN: row --> <tr> <!-- BEGIN: col --> <td width="20%" scope="row">{ITEM_HEADER_IMAGE}&nbsp;<a href='{ITEM_URL}' class="tabDetailViewDL2Link">{ITEM_HEADER_LABEL}</a></td> <td>{ITEM_DESCRIPTION}</td> <!-- END: col --> <!-- BEGIN: empty --> <td scope="row">&nbsp;</td> <td>&nbsp;</td> <!-- END: empty --> </tr> <!-- END: row --> </table> </p> <!-- END: group --> <!-- END: main -->
docs/Phaser.Tilemap.html
tetrafolium/phaser
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Class: Tilemap</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top navbar-inverse"> <div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div> <div class="navbar-inner"> <a class="brand" href="index.html">Phaser API</a> <ul class="nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Phaser.html">Phaser</a> </li> <li class="class-depth-0"> <a href="PIXI.html">PIXI</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"> <a href="Phaser.Animation.html">Animation</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationManager.html">AnimationManager</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationParser.html">AnimationParser</a> </li> <li class="class-depth-1"> <a href="Phaser.ArraySet.html">ArraySet</a> </li> <li class="class-depth-1"> <a href="Phaser.ArrayUtils.html">ArrayUtils</a> </li> <li class="class-depth-1"> <a href="Phaser.AudioSprite.html">AudioSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapData.html">BitmapData</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapText.html">BitmapText</a> </li> <li class="class-depth-1"> <a href="Phaser.Button.html">Button</a> </li> <li class="class-depth-1"> <a href="Phaser.Cache.html">Cache</a> </li> <li class="class-depth-1"> <a href="Phaser.Camera.html">Camera</a> </li> <li class="class-depth-1"> <a href="Phaser.Canvas.html">Canvas</a> </li> <li class="class-depth-1"> <a href="Phaser.Circle.html">Circle</a> </li> <li class="class-depth-1"> <a href="Phaser.Color.html">Color</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Angle.html">Angle</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Animation.html">Animation</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.AutoCull.html">AutoCull</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Bounds.html">Bounds</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.BringToTop.html">BringToTop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Core.html">Core</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Crop.html">Crop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Delta.html">Delta</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Destroy.html">Destroy</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Health.html">Health</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InCamera.html">InCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InputEnabled.html">InputEnabled</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InWorld.html">InWorld</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LifeSpan.html">LifeSpan</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LoadTexture.html">LoadTexture</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Overlap.html">Overlap</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Reset.html">Reset</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Smoothed.html">Smoothed</a> </li> <li class="class-depth-1"> <a href="Phaser.Create.html">Create</a> </li> <li class="class-depth-1"> <a href="Phaser.Creature.html">Creature</a> </li> <li class="class-depth-1"> <a href="Phaser.Device.html">Device</a> </li> <li class="class-depth-1"> <a href="Phaser.DeviceButton.html">DeviceButton</a> </li> <li class="class-depth-1"> <a href="Phaser.DOM.html">DOM</a> </li> <li class="class-depth-1"> <a href="Phaser.Easing.html">Easing</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Back.html">Back</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Bounce.html">Bounce</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Circular.html">Circular</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Cubic.html">Cubic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Elastic.html">Elastic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Exponential.html">Exponential</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Linear.html">Linear</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quadratic.html">Quadratic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quartic.html">Quartic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quintic.html">Quintic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a> </li> <li class="class-depth-1"> <a href="Phaser.Ellipse.html">Ellipse</a> </li> <li class="class-depth-1"> <a href="Phaser.Events.html">Events</a> </li> <li class="class-depth-1"> <a href="Phaser.Filter.html">Filter</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexGrid.html">FlexGrid</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexLayer.html">FlexLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.Frame.html">Frame</a> </li> <li class="class-depth-1"> <a href="Phaser.FrameData.html">FrameData</a> </li> <li class="class-depth-1"> <a href="Phaser.Game.html">Game</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectCreator.html">GameObjectCreator</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectFactory.html">GameObjectFactory</a> </li> <li class="class-depth-1"> <a href="Phaser.Gamepad.html">Gamepad</a> </li> <li class="class-depth-1"> <a href="Phaser.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="Phaser.Group.html">Group</a> </li> <li class="class-depth-1"> <a href="Phaser.Image.html">Image</a> </li> <li class="class-depth-1"> <a href="Phaser.ImageCollection.html">ImageCollection</a> </li> <li class="class-depth-1"> <a href="Phaser.Input.html">Input</a> </li> <li class="class-depth-1"> <a href="Phaser.InputHandler.html">InputHandler</a> </li> <li class="class-depth-1"> <a href="Phaser.Key.html">Key</a> </li> <li class="class-depth-1"> <a href="Phaser.Keyboard.html">Keyboard</a> </li> <li class="class-depth-1"> <a href="Phaser.Line.html">Line</a> </li> <li class="class-depth-1"> <a href="Phaser.LinkedList.html">LinkedList</a> </li> <li class="class-depth-1"> <a href="Phaser.Loader.html">Loader</a> </li> <li class="class-depth-1"> <a href="Phaser.LoaderParser.html">LoaderParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Math.html">Math</a> </li> <li class="class-depth-1"> <a href="Phaser.Matrix.html">Matrix</a> </li> <li class="class-depth-1"> <a href="Phaser.Mouse.html">Mouse</a> </li> <li class="class-depth-1"> <a href="Phaser.MSPointer.html">MSPointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Net.html">Net</a> </li> <li class="class-depth-1"> <a href="Phaser.Particle.html">Particle</a> </li> <li class="class-depth-1"> <a href="Phaser.Particles.html">Particles</a> </li> <li class="class-depth-2"> <a href="Phaser.Particles.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a> </li> <li class="class-depth-1"> <a href="Phaser.Physics.html">Physics</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Ninja.html">Ninja</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.AABB.html">AABB</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Circle.html">Circle</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Tile.html">Tile</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.P2.html">P2</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Material.html">Material</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Spring.html">Spring</a> </li> <li class="class-depth-1"> <a href="Phaser.Plugin.html">Plugin</a> </li> <li class="class-depth-1"> <a href="Phaser.PluginManager.html">PluginManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Point.html">Point</a> </li> <li class="class-depth-1"> <a href="Phaser.Pointer.html">Pointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Polygon.html">Polygon</a> </li> <li class="class-depth-1"> <a href="Phaser.QuadTree.html">QuadTree</a> </li> <li class="class-depth-1"> <a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a> </li> <li class="class-depth-1"> <a href="Phaser.Rectangle.html">Rectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a> </li> <li class="class-depth-1"> <a href="Phaser.RetroFont.html">RetroFont</a> </li> <li class="class-depth-1"> <a href="Phaser.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="Phaser.RoundedRectangle.html">RoundedRectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.ScaleManager.html">ScaleManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Signal.html">Signal</a> </li> <li class="class-depth-1"> <a href="Phaser.SignalBinding.html">SignalBinding</a> </li> <li class="class-depth-1"> <a href="Phaser.SinglePad.html">SinglePad</a> </li> <li class="class-depth-1"> <a href="Phaser.Sound.html">Sound</a> </li> <li class="class-depth-1"> <a href="Phaser.SoundManager.html">SoundManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="Phaser.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="Phaser.Stage.html">Stage</a> </li> <li class="class-depth-1"> <a href="Phaser.State.html">State</a> </li> <li class="class-depth-1"> <a href="Phaser.StateManager.html">StateManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Text.html">Text</a> </li> <li class="class-depth-1"> <a href="Phaser.Tile.html">Tile</a> </li> <li class="class-depth-1"> <a href="Phaser.Tilemap.html">Tilemap</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapLayer.html">TilemapLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapParser.html">TilemapParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Tileset.html">Tileset</a> </li> <li class="class-depth-1"> <a href="Phaser.TileSprite.html">TileSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.Time.html">Time</a> </li> <li class="class-depth-1"> <a href="Phaser.Timer.html">Timer</a> </li> <li class="class-depth-1"> <a href="Phaser.TimerEvent.html">TimerEvent</a> </li> <li class="class-depth-1"> <a href="Phaser.Touch.html">Touch</a> </li> <li class="class-depth-1"> <a href="Phaser.Tween.html">Tween</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenData.html">TweenData</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenManager.html">TweenManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Utils.html">Utils</a> </li> <li class="class-depth-2"> <a href="Phaser.Utils.Debug.html">Debug</a> </li> <li class="class-depth-1"> <a href="Phaser.Video.html">Video</a> </li> <li class="class-depth-1"> <a href="Phaser.World.html">World</a> </li> <li class="class-depth-1"> <a href="PIXI.AbstractFilter.html">AbstractFilter</a> </li> <li class="class-depth-1"> <a href="PIXI.BaseTexture.html">BaseTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasBuffer.html">CanvasBuffer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasGraphics.html">CanvasGraphics</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasPool.html">CanvasPool</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasRenderer.html">CanvasRenderer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasTinter.html">CanvasTinter</a> </li> <li class="class-depth-1"> <a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObject.html">DisplayObject</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a> </li> <li class="class-depth-1"> <a href="PIXI.Event.html">Event</a> </li> <li class="class-depth-1"> <a href="PIXI.EventTarget.html">EventTarget</a> </li> <li class="class-depth-1"> <a href="PIXI.FilterTexture.html">FilterTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="PIXI.GraphicsData.html">GraphicsData</a> </li> <li class="class-depth-1"> <a href="PIXI.PIXI.html">PIXI</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiFastShader.html">PixiFastShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiShader.html">PixiShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PolyK.html">PolyK</a> </li> <li class="class-depth-1"> <a href="PIXI.PrimitiveShader.html">PrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="PIXI.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="PIXI.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.Stage.html">Stage</a> </li> <li class="class-depth-1"> <a href="PIXI.Strip.html">Strip</a> </li> <li class="class-depth-1"> <a href="PIXI.StripShader.html">StripShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Texture.html">Texture</a> </li> <li class="class-depth-1"> <a href="PIXI.TilingSprite.html">TilingSprite</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLRenderer.html">WebGLRenderer</a> </li> </ul> </li> <li class="dropdown"> <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="global.html#AUTO">AUTO</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPDATA">BITMAPDATA</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPTEXT">BITMAPTEXT</a> </li> <li class="class-depth-0"> <a href="global.html#blendModes">blendModes</a> </li> <li class="class-depth-0"> <a href="global.html#BUTTON">BUTTON</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS">CANVAS</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a> </li> <li class="class-depth-0"> <a href="global.html#CIRCLE">CIRCLE</a> </li> <li class="class-depth-0"> <a href="global.html#CREATURE">CREATURE</a> </li> <li class="class-depth-0"> <a href="global.html#DOWN">DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#ELLIPSE">ELLIPSE</a> </li> <li class="class-depth-0"> <a href="global.html#EMITTER">EMITTER</a> </li> <li class="class-depth-0"> <a href="global.html#GAMES">GAMES</a> </li> <li class="class-depth-0"> <a href="global.html#GRAPHICS">GRAPHICS</a> </li> <li class="class-depth-0"> <a href="global.html#GROUP">GROUP</a> </li> <li class="class-depth-0"> <a href="global.html#HEADLESS">HEADLESS</a> </li> <li class="class-depth-0"> <a href="global.html#IMAGE">IMAGE</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT">LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#LINE">LINE</a> </li> <li class="class-depth-0"> <a href="global.html#MATRIX">MATRIX</a> </li> <li class="class-depth-0"> <a href="global.html#NONE">NONE</a> </li> <li class="class-depth-0"> <a href="global.html#POINT">POINT</a> </li> <li class="class-depth-0"> <a href="global.html#POINTER">POINTER</a> </li> <li class="class-depth-0"> <a href="global.html#POLYGON">POLYGON</a> </li> <li class="class-depth-0"> <a href="global.html#RECTANGLE">RECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a> </li> <li class="class-depth-0"> <a href="global.html#RETROFONT">RETROFONT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT">RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#ROPE">ROPE</a> </li> <li class="class-depth-0"> <a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#scaleModes">scaleModes</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITE">SPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITEBATCH">SPRITEBATCH</a> </li> <li class="class-depth-0"> <a href="global.html#TEXT">TEXT</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAP">TILEMAP</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a> </li> <li class="class-depth-0"> <a href="global.html#TILESPRITE">TILESPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#UP">UP</a> </li> <li class="class-depth-0"> <a href="global.html#VERSION">VERSION</a> </li> <li class="class-depth-0"> <a href="global.html#VIDEO">VIDEO</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL">WEBGL</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li> <li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li> <li class="class-depth-1"><a href="Phaser.World.html">World</a></li> <li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li> <li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li> <li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li> <li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li> <li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li> <li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li> <li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li> <li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li> <li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li> <li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li> <li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li> <li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li> <li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li> <li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li> <li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li> <li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li> <li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li> <li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li> <li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li> <li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li> <li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li> <li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li> <li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li> <li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li> <li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li> <li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li> <li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li> <li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li> <li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li> <li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li> <li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li> <li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li> <li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li> <li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li> <li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li> <li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li> <li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li> <li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li> <li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li> <li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li> <li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li> <li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li> <li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li> <li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li> <li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li> <li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li> <li class="class-depth-1"><a href="https://confirmsubscription.com/h/r/369DE48E3E86AF1E">Newsletter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/irc">IRC</a></li> <li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span8"> <div id="main"> <!--<h1 class="page-title">Class: Tilemap</h1>--> <section> <header> <h2> <span class="ancestors"><a href="Phaser.html">Phaser</a>.</span> Tilemap </h2> </header> <article> <div class="container-overview"> <dt> <h4 class="name " id="Tilemap"><span class="type-signature"></span>new Tilemap<span class="signature">(game, <span class="optional">key</span>, <span class="optional">tileWidth</span>, <span class="optional">tileHeight</span>, <span class="optional">width</span>, <span class="optional">height</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Creates a new Phaser.Tilemap object. The map can either be populated with data from a Tiled JSON file or from a CSV file. To do this pass the Cache key as the first parameter. When using Tiled data you need only provide the key. When using CSV data you must provide the key and the tileWidth and tileHeight parameters. If creating a blank tilemap to be populated later, you can either specify no parameters at all and then use <code>Tilemap.create</code> or pass the map and tile dimensions here. Note that all Tilemaps use a base tile size to calculate dimensions from, but that a TilemapLayer may have its own unique tile size that overrides it. A Tile map is rendered to the display using a TilemapLayer. It is not added to the display list directly itself. A map may have multiple layers. You can perform operations on the map data such as copying, pasting, filling and shuffling the tiles around.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>game</code></td> <td class="type"> <span class="param-type"><a href="Phaser.Game.html">Phaser.Game</a></span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>Game reference to the currently running game.</p></td> </tr> <tr> <td class="name"><code>key</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>The key of the tilemap data as stored in the Cache. If you're creating a blank map either leave this parameter out or pass <code>null</code>.</p></td> </tr> <tr> <td class="name"><code>tileWidth</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 32 </td> <td class="description last"><p>The pixel width of a single map tile. If using CSV data you must specify this. Not required if using Tiled map data.</p></td> </tr> <tr> <td class="name"><code>tileHeight</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 32 </td> <td class="description last"><p>The pixel height of a single map tile. If using CSV data you must specify this. Not required if using Tiled map data.</p></td> </tr> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 10 </td> <td class="description last"><p>The width of the map in tiles. If this map is created from Tiled or CSV data you don't need to specify this.</p></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 10 </td> <td class="description last"><p>The height of the map in tiles. If this map is created from Tiled or CSV data you don't need to specify this.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-25">line 25</a> </dt> </dl> </dd> </div> <h3 class="subsection-title">Members</h3> <dl> <dt> <h4 class="name " id=".CSV"><span class="type-signature">&lt;static, constant> </span>CSV<span class="type-signature"> :number</span></h4> </dt> <dd> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-168">line 168</a> </dt> </dl> </dd> <dt> <h4 class="name " id=".EAST"><span class="type-signature">&lt;static, constant> </span>EAST<span class="type-signature"> :number</span></h4> </dt> <dd> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-186">line 186</a> </dt> </dl> </dd> <dt> <h4 class="name " id=".NORTH"><span class="type-signature">&lt;static, constant> </span>NORTH<span class="type-signature"> :number</span></h4> </dt> <dd> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-180">line 180</a> </dt> </dl> </dd> <dt> <h4 class="name " id=".SOUTH"><span class="type-signature">&lt;static, constant> </span>SOUTH<span class="type-signature"> :number</span></h4> </dt> <dd> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-192">line 192</a> </dt> </dl> </dd> <dt> <h4 class="name " id=".TILED_JSON"><span class="type-signature">&lt;static, constant> </span>TILED_JSON<span class="type-signature"> :number</span></h4> </dt> <dd> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-174">line 174</a> </dt> </dl> </dd> <dt> <h4 class="name " id=".WEST"><span class="type-signature">&lt;static, constant> </span>WEST<span class="type-signature"> :number</span></h4> </dt> <dd> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-198">line 198</a> </dt> </dl> </dd> <dt> <h4 class="name " id="collideIndexes"><span class="type-signature"></span>collideIndexes<span class="type-signature"> :array</span></h4> </dt> <dd> <div class="description"> <p>An array of tile indexes that collide.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-122">line 122</a> </dt> </dl> </dd> <dt> <h4 class="name " id="collision"><span class="type-signature"></span>collision<span class="type-signature"> :array</span></h4> </dt> <dd> <div class="description"> <p>An array of collision data (polylines, etc).</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-127">line 127</a> </dt> </dl> </dd> <dt> <h4 class="name " id="currentLayer"><span class="type-signature"></span>currentLayer<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The current layer.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-137">line 137</a> </dt> </dl> </dd> <dt> <h4 class="name " id="debugMap"><span class="type-signature"></span>debugMap<span class="type-signature"> :array</span></h4> </dt> <dd> <div class="description"> <p>Map data used for debug values only.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-142">line 142</a> </dt> </dl> </dd> <dt> <h4 class="name " id="format"><span class="type-signature"></span>format<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The format of the map data, either Phaser.Tilemap.CSV or Phaser.Tilemap.TILED_JSON.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-72">line 72</a> </dt> </dl> </dd> <dt> <h4 class="name " id="game"><span class="type-signature"></span>game<span class="type-signature"> :<a href="Phaser.Game.html">Phaser.Game</a></span></h4> </dt> <dd> <div class="description"> <p>A reference to the currently running Game.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-30">line 30</a> </dt> </dl> </dd> <dt> <h4 class="name " id="height"><span class="type-signature"></span>height<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The height of the map (in tiles).</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-52">line 52</a> </dt> </dl> </dd> <dt> <h4 class="name " id="heightInPixels"><span class="type-signature"></span>heightInPixels<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The height of the map in pixels based on height * tileHeight.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-92">line 92</a> </dt> </dl> </dd> <dt> <h4 class="name " id="imagecollections"><span class="type-signature"></span>imagecollections<span class="type-signature"> :array</span></h4> </dt> <dd> <div class="description"> <p>An array of Image Collections.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-107">line 107</a> </dt> </dl> </dd> <dt> <h4 class="name " id="images"><span class="type-signature"></span>images<span class="type-signature"> :array</span></h4> </dt> <dd> <div class="description"> <p>An array of Tiled Image Layers.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-132">line 132</a> </dt> </dl> </dd> <dt> <h4 class="name " id="key"><span class="type-signature"></span>key<span class="type-signature"> :string</span></h4> </dt> <dd> <div class="description"> <p>The key of this map data in the Phaser.Cache.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-35">line 35</a> </dt> </dl> </dd> <dt> <h4 class="name " id="layer"><span class="type-signature"></span>layer<span class="type-signature"> :number|string|<a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span></h4> </dt> <dd> <div class="description"> <p>The current layer object.</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </li> </ul> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1912">line 1912</a> </dt> </dl> </dd> <dt> <h4 class="name " id="layers"><span class="type-signature"></span>layers<span class="type-signature"> :array</span></h4> </dt> <dd> <div class="description"> <p>An array of Tilemap layer data.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-97">line 97</a> </dt> </dl> </dd> <dt> <h4 class="name " id="objects"><span class="type-signature"></span>objects<span class="type-signature"> :array</span></h4> </dt> <dd> <div class="description"> <p>An array of Tiled Object Layers.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-117">line 117</a> </dt> </dl> </dd> <dt> <h4 class="name " id="orientation"><span class="type-signature"></span>orientation<span class="type-signature"> :string</span></h4> </dt> <dd> <div class="description"> <p>The orientation of the map data (as specified in Tiled), usually 'orthogonal'.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-67">line 67</a> </dt> </dl> </dd> <dt> <h4 class="name " id="properties"><span class="type-signature"></span>properties<span class="type-signature"> :object</span></h4> </dt> <dd> <div class="description"> <p>Map specific properties as specified in Tiled.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-82">line 82</a> </dt> </dl> </dd> <dt> <h4 class="name " id="tileHeight"><span class="type-signature"></span>tileHeight<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The base height of the tiles in the map (in pixels).</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-62">line 62</a> </dt> </dl> </dd> <dt> <h4 class="name " id="tiles"><span class="type-signature"></span>tiles<span class="type-signature"> :array</span></h4> </dt> <dd> <div class="description"> <p>The super array of Tiles.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-112">line 112</a> </dt> </dl> </dd> <dt> <h4 class="name " id="tilesets"><span class="type-signature"></span>tilesets<span class="type-signature"> :array</span></h4> </dt> <dd> <div class="description"> <p>An array of Tilesets.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-102">line 102</a> </dt> </dl> </dd> <dt> <h4 class="name " id="tileWidth"><span class="type-signature"></span>tileWidth<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The base width of the tiles in the map (in pixels).</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-57">line 57</a> </dt> </dl> </dd> <dt> <h4 class="name " id="version"><span class="type-signature"></span>version<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The version of the map data (as specified in Tiled, usually 1).</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-77">line 77</a> </dt> </dl> </dd> <dt> <h4 class="name " id="width"><span class="type-signature"></span>width<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The width of the map (in tiles).</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-47">line 47</a> </dt> </dl> </dd> <dt> <h4 class="name " id="widthInPixels"><span class="type-signature"></span>widthInPixels<span class="type-signature"> :number</span></h4> </dt> <dd> <div class="description"> <p>The width of the map in pixels based on width * tileWidth.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-87">line 87</a> </dt> </dl> </dd> </dl> <h3 class="subsection-title">Methods</h3> <dl> <dt> <h4 class="name " id="addTilesetImage"><span class="type-signature"></span>addTilesetImage<span class="signature">(tileset, <span class="optional">key</span>, <span class="optional">tileWidth</span>, <span class="optional">tileHeight</span>, <span class="optional">tileMargin</span>, <span class="optional">tileSpacing</span>, <span class="optional">gid</span>)</span><span class="type-signature"> &rarr; {<a href="Phaser.Tileset.html">Phaser.Tileset</a>}</span></h4> </dt> <dd> <div class="description"> <p>Adds an image to the map to be used as a tileset. A single map may use multiple tilesets. Note that the tileset name can be found in the JSON file exported from Tiled, or in the Tiled editor.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>tileset</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The name of the tileset as specified in the map data.</p></td> </tr> <tr> <td class="name"><code>key</code></td> <td class="type"> <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.BitmapData.html">Phaser.BitmapData</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>The key of the Phaser.Cache image used for this tileset. If <code>undefined</code> or <code>null</code> it will look for an image with a key matching the tileset parameter. You can also pass in a BitmapData which can be used instead of an Image.</p></td> </tr> <tr> <td class="name"><code>tileWidth</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 32 </td> <td class="description last"><p>The width of the tiles in the Tileset Image. If not given it will default to the map.tileWidth value, if that isn't set then 32.</p></td> </tr> <tr> <td class="name"><code>tileHeight</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 32 </td> <td class="description last"><p>The height of the tiles in the Tileset Image. If not given it will default to the map.tileHeight value, if that isn't set then 32.</p></td> </tr> <tr> <td class="name"><code>tileMargin</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>The width of the tiles in the Tileset Image. If not given it will default to the map.tileWidth value.</p></td> </tr> <tr> <td class="name"><code>tileSpacing</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>The height of the tiles in the Tileset Image. If not given it will default to the map.tileHeight value.</p></td> </tr> <tr> <td class="name"><code>gid</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>If adding multiple tilesets to a blank/dynamic map, specify the starting GID the set will use here.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="Phaser.Tileset.html">Phaser.Tileset</a></span> - </div> <div class="returns-desc param-desc"> <p>Returns the Tileset object that was created or updated, or null if it failed.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-245">line 245</a> </dt> </dl> </dd> <dt> <h4 class="name " id="calculateFaces"><span class="type-signature">&lt;internal> </span>calculateFaces<span class="signature">(layer)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Internal function.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The index of the TilemapLayer to operate on.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="important tag-deprecated">Internal:</dt> <dd class="tag-deprecated"><ul> <li>This member is <em>internal (protected)</em> and may be modified or removed in the future.</li> </ul></dd> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1043">line 1043</a> </dt> </dl> </dd> <dt> <h4 class="name " id="copy"><span class="type-signature"></span>copy<span class="signature">(x, y, width, height, <span class="optional">layer</span>)</span><span class="type-signature"> &rarr; {array}</span></h4> </dt> <dd> <div class="description"> <p>Copies all of the tiles in the given rectangular block into the tilemap data buffer.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">integer</span> </td> <td class="attributes"> </td> <td class="description last"><p>X position of the top left of the area to copy (given in tiles, not pixels)</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">integer</span> </td> <td class="attributes"> </td> <td class="description last"><p>Y position of the top left of the area to copy (given in tiles, not pixels)</p></td> </tr> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">integer</span> </td> <td class="attributes"> </td> <td class="description last"><p>The width of the area to copy (given in tiles, not pixels)</p></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">integer</span> </td> <td class="attributes"> </td> <td class="description last"><p>The height of the area to copy (given in tiles, not pixels)</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">integer</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The layer to copy the tiles from.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">array</span> - </div> <div class="returns-desc param-desc"> <p>An array of the tiles that were copied.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1508">line 1508</a> </dt> </dl> </dd> <dt> <h4 class="name " id="create"><span class="type-signature"></span>create<span class="signature">(name, width, height, tileWidth, tileHeight, <span class="optional">group</span>)</span><span class="type-signature"> &rarr; {<a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a>}</span></h4> </dt> <dd> <div class="description"> <p>Creates an empty map of the given dimensions and one blank layer. If layers already exist they are erased.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> </td> <td class="description last"><p>The name of the default layer of the map.</p></td> </tr> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The width of the map in tiles.</p></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The height of the map in tiles.</p></td> </tr> <tr> <td class="name"><code>tileWidth</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The width of the tiles the map uses for calculations.</p></td> </tr> <tr> <td class="name"><code>tileHeight</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The height of the tiles the map uses for calculations.</p></td> </tr> <tr> <td class="name"><code>group</code></td> <td class="type"> <span class="param-type"><a href="Phaser.Group.html">Phaser.Group</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>Optional Group to add the layer to. If not specified it will be added to the World group.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> - </div> <div class="returns-desc param-desc"> <p>The TilemapLayer object. This is an extension of Phaser.Image and can be moved around the display list accordingly.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-202">line 202</a> </dt> </dl> </dd> <dt> <h4 class="name " id="createBlankLayer"><span class="type-signature"></span>createBlankLayer<span class="signature">(name, width, height, tileWidth, tileHeight, <span class="optional">group</span>)</span><span class="type-signature"> &rarr; {<a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a>}</span></h4> </dt> <dd> <div class="description"> <p>Creates a new and empty layer on this Tilemap. By default TilemapLayers are fixed to the camera.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> </td> <td class="description last"><p>The name of this layer. Must be unique within the map.</p></td> </tr> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The width of the layer in tiles.</p></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The height of the layer in tiles.</p></td> </tr> <tr> <td class="name"><code>tileWidth</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The width of the tiles the layer uses for calculations.</p></td> </tr> <tr> <td class="name"><code>tileHeight</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The height of the tiles the layer uses for calculations.</p></td> </tr> <tr> <td class="name"><code>group</code></td> <td class="type"> <span class="param-type"><a href="Phaser.Group.html">Phaser.Group</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>Optional Group to add the layer to. If not specified it will be added to the World group.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> - </div> <div class="returns-desc param-desc"> <p>The TilemapLayer object. This is an extension of Phaser.Image and can be moved around the display list accordingly.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-591">line 591</a> </dt> </dl> </dd> <dt> <h4 class="name " id="createFromObjects"><span class="type-signature"></span>createFromObjects<span class="signature">(name, gid, key, <span class="optional">frame</span>, <span class="optional">exists</span>, <span class="optional">autoCull</span>, <span class="optional">group</span>, <span class="optional">CustomClass</span>, <span class="optional">adjustY</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Creates a Sprite for every object matching the given gid in the map data. You can optionally specify the group that the Sprite will be created in. If none is given it will be created in the World. All properties from the map data objectgroup are copied across to the Sprite, so you can use this as an easy way to configure Sprite properties from within the map editor. For example giving an object a property of alpha: 0.5 in the map editor will duplicate that when the Sprite is created. You could also give it a value like: body.velocity.x: 100 to set it moving automatically.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The name of the Object Group to create Sprites from.</p></td> </tr> <tr> <td class="name"><code>gid</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The layer array index value, or if a string is given the layer name within the map data.</p></td> </tr> <tr> <td class="name"><code>key</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The Game.cache key of the image that this Sprite will use.</p></td> </tr> <tr> <td class="name"><code>frame</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>If the Sprite image contains multiple frames you can specify which one to use here.</p></td> </tr> <tr> <td class="name"><code>exists</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>The default exists state of the Sprite.</p></td> </tr> <tr> <td class="name"><code>autoCull</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> false </td> <td class="description last"><p>The default autoCull state of the Sprite. Sprites that are autoCulled are culled from the camera if out of its range.</p></td> </tr> <tr> <td class="name"><code>group</code></td> <td class="type"> <span class="param-type"><a href="Phaser.Group.html">Phaser.Group</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> Phaser.World </td> <td class="description last"><p>Group to add the Sprite to. If not specified it will be added to the World group.</p></td> </tr> <tr> <td class="name"><code>CustomClass</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> Phaser.Sprite </td> <td class="description last"><p>If you wish to create your own class, rather than Phaser.Sprite, pass the class here. Your class must extend Phaser.Sprite and have the same constructor parameters.</p></td> </tr> <tr> <td class="name"><code>adjustY</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>By default the Tiled map editor uses a bottom-left coordinate system. Phaser uses top-left. So most objects will appear too low down. This parameter moves them up by their height.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-370">line 370</a> </dt> </dl> </dd> <dt> <h4 class="name " id="createFromTiles"><span class="type-signature"></span>createFromTiles<span class="signature">(tiles, replacements, key, <span class="optional">layer</span>, <span class="optional">group</span>, <span class="optional">properties</span>)</span><span class="type-signature"> &rarr; {integer}</span></h4> </dt> <dd> <div class="description"> <p>Creates a Sprite for every object matching the given tile indexes in the map data. You can specify the group that the Sprite will be created in. If none is given it will be created in the World. You can optional specify if the tile will be replaced with another after the Sprite is created. This is useful if you want to lay down special tiles in a level that are converted to Sprites, but want to replace the tile itself with a floor tile or similar once converted.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>tiles</code></td> <td class="type"> <span class="param-type">integer</span> | <span class="param-type">Array</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The tile index, or array of indexes, to create Sprites from.</p></td> </tr> <tr> <td class="name"><code>replacements</code></td> <td class="type"> <span class="param-type">integer</span> | <span class="param-type">Array</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The tile index, or array of indexes, to change a converted tile to. Set to <code>null</code> to not change.</p></td> </tr> <tr> <td class="name"><code>key</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The Game.cache key of the image that this Sprite will use.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>The layer to operate on.</p></td> </tr> <tr> <td class="name"><code>group</code></td> <td class="type"> <span class="param-type"><a href="Phaser.Group.html">Phaser.Group</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> Phaser.World </td> <td class="description last"><p>Group to add the Sprite to. If not specified it will be added to the World group.</p></td> </tr> <tr> <td class="name"><code>properties</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>An object that contains the default properties for your newly created Sprite. This object will be iterated and any matching Sprite property will be set.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">integer</span> - </div> <div class="returns-desc param-desc"> <p>The number of Sprites that were created.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-459">line 459</a> </dt> </dl> </dd> <dt> <h4 class="name " id="createLayer"><span class="type-signature"></span>createLayer<span class="signature">(layer, <span class="optional">width</span>, <span class="optional">height</span>, <span class="optional">group</span>)</span><span class="type-signature"> &rarr; {<a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a>}</span></h4> </dt> <dd> <div class="description"> <p>Creates a new TilemapLayer object. By default TilemapLayers are fixed to the camera. The <code>layer</code> parameter is important. If you've created your map in Tiled then you can get this by looking in Tiled and looking at the Layer name. Or you can open the JSON file it exports and look at the layers[].name value. Either way it must match. If you wish to create a blank layer to put your own tiles on then see Tilemap.createBlankLayer.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> </td> <td class="attributes"> </td> <td class="description last"><p>The layer array index value, or if a string is given the layer name, within the map data that this TilemapLayer represents.</p></td> </tr> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The rendered width of the layer, should never be wider than Game.width. If not given it will be set to Game.width.</p></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The rendered height of the layer, should never be wider than Game.height. If not given it will be set to Game.height.</p></td> </tr> <tr> <td class="name"><code>group</code></td> <td class="type"> <span class="param-type"><a href="Phaser.Group.html">Phaser.Group</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>Optional Group to add the object to. If not specified it will be added to the World group.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> - </div> <div class="returns-desc param-desc"> <p>The TilemapLayer object. This is an extension of Phaser.Sprite and can be moved around the display list accordingly.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-553">line 553</a> </dt> </dl> </dd> <dt> <h4 class="name " id="destroy"><span class="type-signature"></span>destroy<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Removes all layer data from this tile map and nulls the game reference. Note: You are responsible for destroying any TilemapLayer objects you generated yourself, as Tilemap doesn't keep a reference to them.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1894">line 1894</a> </dt> </dl> </dd> <dt> <h4 class="name " id="dump"><span class="type-signature"></span>dump<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Dumps the tilemap data out to the console.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1853">line 1853</a> </dt> </dl> </dd> <dt> <h4 class="name " id="fill"><span class="type-signature"></span>fill<span class="signature">(index, x, y, width, height, <span class="optional">layer</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Fills the given area with the specified tile.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>index</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The index of the tile that the area will be filled with.</p></td> </tr> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>X position of the top left of the area to operate one, given in tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>Y position of the top left of the area to operate one, given in tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The width in tiles of the area to operate on.</p></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The height in tiles of the area to operate on.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The layer to operate on.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1810">line 1810</a> </dt> </dl> </dd> <dt> <h4 class="name " id="forEach"><span class="type-signature"></span>forEach<span class="signature">(callback, context, x, y, width, height, <span class="optional">layer</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>For each tile in the given area defined by x/y and width/height run the given callback.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>callback</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The callback. Each tile in the given area will be passed to this callback as the first and only parameter.</p></td> </tr> <tr> <td class="name"><code>context</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The context under which the callback should be run.</p></td> </tr> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>X position of the top left of the area to operate one, given in tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>Y position of the top left of the area to operate one, given in tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The width in tiles of the area to operate on.</p></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The height in tiles of the area to operate on.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The layer to operate on.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1659">line 1659</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getImageIndex"><span class="type-signature"></span>getImageIndex<span class="signature">(name)</span><span class="type-signature"> &rarr; {number}</span></h4> </dt> <dd> <div class="description"> <p>Gets the image index based on its name.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"><p>The name of the image to get.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">number</span> - </div> <div class="returns-desc param-desc"> <p>The index of the image in this tilemap, or null if not found.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-723">line 723</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getIndex"><span class="type-signature">&lt;internal> </span>getIndex<span class="signature">(location, name)</span><span class="type-signature"> &rarr; {number}</span></h4> </dt> <dd> <div class="description"> <p>Gets the layer index based on the layers name.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>location</code></td> <td class="type"> <span class="param-type">array</span> </td> <td class="description last"><p>The local array to search.</p></td> </tr> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"><p>The name of the array element to get.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">number</span> - </div> <div class="returns-desc param-desc"> <p>The index of the element in the array, or null if not found.</p> </div> </div> <dl class="details"> <dt class="important tag-deprecated">Internal:</dt> <dd class="tag-deprecated"><ul> <li>This member is <em>internal (protected)</em> and may be modified or removed in the future.</li> </ul></dd> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-674">line 674</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getLayer"><span class="type-signature">&lt;internal> </span>getLayer<span class="signature">(layer)</span><span class="type-signature"> &rarr; {number}</span></h4> </dt> <dd> <div class="description"> <p>Gets the TilemapLayer index as used in the setCollision calls.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="description last"><p>The layer to operate on. If not given will default to this.currentLayer.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">number</span> - </div> <div class="returns-desc param-desc"> <p>The TilemapLayer index.</p> </div> </div> <dl class="details"> <dt class="important tag-deprecated">Internal:</dt> <dd class="tag-deprecated"><ul> <li>This member is <em>internal (protected)</em> and may be modified or removed in the future.</li> </ul></dd> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-987">line 987</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getLayerIndex"><span class="type-signature"></span>getLayerIndex<span class="signature">(name)</span><span class="type-signature"> &rarr; {number}</span></h4> </dt> <dd> <div class="description"> <p>Gets the layer index based on its name.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"><p>The name of the layer to get.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">number</span> - </div> <div class="returns-desc param-desc"> <p>The index of the layer in this tilemap, or null if not found.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-697">line 697</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getObjectIndex"><span class="type-signature"></span>getObjectIndex<span class="signature">(name)</span><span class="type-signature"> &rarr; {number}</span></h4> </dt> <dd> <div class="description"> <p>Gets the object index based on its name.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"><p>The name of the object to get.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">number</span> - </div> <div class="returns-desc param-desc"> <p>The index of the object in this tilemap, or null if not found.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-736">line 736</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getTile"><span class="type-signature"></span>getTile<span class="signature">(x, y, <span class="optional">layer</span>, <span class="optional">nonNull</span>)</span><span class="type-signature"> &rarr; {<a href="Phaser.Tile.html">Phaser.Tile</a>}</span></h4> </dt> <dd> <div class="description"> <p>Gets a tile from the Tilemap Layer. The coordinates are given in tile values.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>X position to get the tile from (given in tile units, not pixels)</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>Y position to get the tile from (given in tile units, not pixels)</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>The layer to get the tile from.</p></td> </tr> <tr> <td class="name"><code>nonNull</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> false </td> <td class="description last"><p>If true getTile won't return null for empty tiles, but a Tile object with an index of -1.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="Phaser.Tile.html">Phaser.Tile</a></span> - </div> <div class="returns-desc param-desc"> <p>The tile at the given coordinates or null if no tile was found or the coordinates were invalid.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1441">line 1441</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getTileAbove"><span class="type-signature"></span>getTileAbove<span class="signature">(layer, x, y)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Gets the tile above the tile coordinates given. Mostly used as an internal function by calculateFaces.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The local layer index to get the tile from. Can be determined by Tilemap.getLayer().</p></td> </tr> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The x coordinate to get the tile from. In tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The y coordinate to get the tile from. In tiles, not pixels.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1113">line 1113</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getTileBelow"><span class="type-signature"></span>getTileBelow<span class="signature">(layer, x, y)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Gets the tile below the tile coordinates given. Mostly used as an internal function by calculateFaces.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The local layer index to get the tile from. Can be determined by Tilemap.getLayer().</p></td> </tr> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The x coordinate to get the tile from. In tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The y coordinate to get the tile from. In tiles, not pixels.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1133">line 1133</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getTileLeft"><span class="type-signature"></span>getTileLeft<span class="signature">(layer, x, y)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Gets the tile to the left of the tile coordinates given. Mostly used as an internal function by calculateFaces.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The local layer index to get the tile from. Can be determined by Tilemap.getLayer().</p></td> </tr> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The x coordinate to get the tile from. In tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The y coordinate to get the tile from. In tiles, not pixels.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1153">line 1153</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getTileRight"><span class="type-signature"></span>getTileRight<span class="signature">(layer, x, y)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Gets the tile to the right of the tile coordinates given. Mostly used as an internal function by calculateFaces.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The local layer index to get the tile from. Can be determined by Tilemap.getLayer().</p></td> </tr> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The x coordinate to get the tile from. In tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The y coordinate to get the tile from. In tiles, not pixels.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1173">line 1173</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getTilesetIndex"><span class="type-signature"></span>getTilesetIndex<span class="signature">(name)</span><span class="type-signature"> &rarr; {number}</span></h4> </dt> <dd> <div class="description"> <p>Gets the tileset index based on its name.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>name</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"><p>The name of the tileset to get.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">number</span> - </div> <div class="returns-desc param-desc"> <p>The index of the tileset in this tilemap, or null if not found.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-710">line 710</a> </dt> </dl> </dd> <dt> <h4 class="name " id="getTileWorldXY"><span class="type-signature"></span>getTileWorldXY<span class="signature">(x, y, <span class="optional">tileWidth</span>, <span class="optional">tileHeight</span>, <span class="optional">layer</span>, <span class="optional">nonNull</span>)</span><span class="type-signature"> &rarr; {<a href="Phaser.Tile.html">Phaser.Tile</a>}</span></h4> </dt> <dd> <div class="description"> <p>Gets a tile from the Tilemap layer. The coordinates are given in pixel values.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>X position to get the tile from (given in pixels)</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>Y position to get the tile from (given in pixels)</p></td> </tr> <tr> <td class="name"><code>tileWidth</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>The width of the tiles. If not given the map default is used.</p></td> </tr> <tr> <td class="name"><code>tileHeight</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>The height of the tiles. If not given the map default is used.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>The layer to get the tile from.</p></td> </tr> <tr> <td class="name"><code>nonNull</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> false </td> <td class="description last"><p>If true getTile won't return null for empty tiles, but a Tile object with an index of -1.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="Phaser.Tile.html">Phaser.Tile</a></span> - </div> <div class="returns-desc param-desc"> <p>The tile at the given coordinates.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1482">line 1482</a> </dt> </dl> </dd> <dt> <h4 class="name " id="hasTile"><span class="type-signature"></span>hasTile<span class="signature">(x, y, layer)</span><span class="type-signature"> &rarr; {boolean}</span></h4> </dt> <dd> <div class="description"> <p>Checks if there is a tile at the given location.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>X position to check if a tile exists at (given in tile units, not pixels)</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>Y position to check if a tile exists at (given in tile units, not pixels)</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="description last"><p>The layer to set as current.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type">boolean</span> - </div> <div class="returns-desc param-desc"> <p>True if there is a tile at the given location, otherwise false.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1210">line 1210</a> </dt> </dl> </dd> <dt> <h4 class="name " id="paste"><span class="type-signature"></span>paste<span class="signature">(x, y, tileblock, <span class="optional">layer</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Pastes a previously copied block of tile data into the given x/y coordinates. Data should have been prepared with Tilemap.copy.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>X position of the top left of the area to paste to (given in tiles, not pixels)</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>Y position of the top left of the area to paste to (given in tiles, not pixels)</p></td> </tr> <tr> <td class="name"><code>tileblock</code></td> <td class="type"> <span class="param-type">array</span> </td> <td class="attributes"> </td> <td class="description last"><p>The block of tiles to paste.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The layer to paste the tiles into.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1570">line 1570</a> </dt> </dl> </dd> <dt> <h4 class="name " id="putTile"><span class="type-signature"></span>putTile<span class="signature">(tile, x, y, <span class="optional">layer</span>)</span><span class="type-signature"> &rarr; {<a href="Phaser.Tile.html">Phaser.Tile</a>}</span></h4> </dt> <dd> <div class="description"> <p>Puts a tile of the given index value at the coordinate specified. If you pass <code>null</code> as the tile it will pass your call over to Tilemap.removeTile instead.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>tile</code></td> <td class="type"> <span class="param-type"><a href="Phaser.Tile.html">Phaser.Tile</a></span> | <span class="param-type">number</span> | <span class="param-type">null</span> </td> <td class="attributes"> </td> <td class="description last"><p>The index of this tile to set or a Phaser.Tile object. If null the tile is removed from the map.</p></td> </tr> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>X position to place the tile (given in tile units, not pixels)</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>Y position to place the tile (given in tile units, not pixels)</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The layer to modify.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="Phaser.Tile.html">Phaser.Tile</a></span> - </div> <div class="returns-desc param-desc"> <p>The Tile object that was created or added to this map.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1280">line 1280</a> </dt> </dl> </dd> <dt> <h4 class="name " id="putTileWorldXY"><span class="type-signature"></span>putTileWorldXY<span class="signature">(tile, x, y, tileWidth, tileHeight, <span class="optional">layer</span>)</span><span class="type-signature"> &rarr; {<a href="Phaser.Tile.html">Phaser.Tile</a>}</span></h4> </dt> <dd> <div class="description"> <p>Puts a tile into the Tilemap layer. The coordinates are given in pixel values.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>tile</code></td> <td class="type"> <span class="param-type"><a href="Phaser.Tile.html">Phaser.Tile</a></span> | <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The index of this tile to set or a Phaser.Tile object.</p></td> </tr> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>X position to insert the tile (given in pixels)</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>Y position to insert the tile (given in pixels)</p></td> </tr> <tr> <td class="name"><code>tileWidth</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The width of the tile in pixels.</p></td> </tr> <tr> <td class="name"><code>tileHeight</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The height of the tile in pixels.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The layer to modify.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="Phaser.Tile.html">Phaser.Tile</a></span> - </div> <div class="returns-desc param-desc"> <p>The Tile object that was created or added to this map.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1351">line 1351</a> </dt> </dl> </dd> <dt> <h4 class="name " id="random"><span class="type-signature"></span>random<span class="signature">(x, y, width, height, <span class="optional">layer</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Randomises a set of tiles in a given area.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>X position of the top left of the area to operate one, given in tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>Y position of the top left of the area to operate one, given in tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The width in tiles of the area to operate on.</p></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The height in tiles of the area to operate on.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The layer to operate on.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1723">line 1723</a> </dt> </dl> </dd> <dt> <h4 class="name " id="removeAllLayers"><span class="type-signature"></span>removeAllLayers<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Removes all layers from this tile map.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1841">line 1841</a> </dt> </dl> </dd> <dt> <h4 class="name " id="removeTile"><span class="type-signature"></span>removeTile<span class="signature">(x, y, <span class="optional">layer</span>)</span><span class="type-signature"> &rarr; {<a href="Phaser.Tile.html">Phaser.Tile</a>}</span></h4> </dt> <dd> <div class="description"> <p>Removes the tile located at the given coordinates and updates the collision data.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>X position to place the tile (given in tile units, not pixels)</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>Y position to place the tile (given in tile units, not pixels)</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The layer to modify.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="Phaser.Tile.html">Phaser.Tile</a></span> - </div> <div class="returns-desc param-desc"> <p>The Tile object that was removed from this map.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1227">line 1227</a> </dt> </dl> </dd> <dt> <h4 class="name " id="removeTileWorldXY"><span class="type-signature"></span>removeTileWorldXY<span class="signature">(x, y, tileWidth, tileHeight, <span class="optional">layer</span>)</span><span class="type-signature"> &rarr; {<a href="Phaser.Tile.html">Phaser.Tile</a>}</span></h4> </dt> <dd> <div class="description"> <p>Removes the tile located at the given coordinates and updates the collision data. The coordinates are given in pixel values.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>X position to insert the tile (given in pixels)</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>Y position to insert the tile (given in pixels)</p></td> </tr> <tr> <td class="name"><code>tileWidth</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The width of the tile in pixels.</p></td> </tr> <tr> <td class="name"><code>tileHeight</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The height of the tile in pixels.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The layer to modify.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="Phaser.Tile.html">Phaser.Tile</a></span> - </div> <div class="returns-desc param-desc"> <p>The Tile object that was removed from this map.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1258">line 1258</a> </dt> </dl> </dd> <dt> <h4 class="name " id="replace"><span class="type-signature"></span>replace<span class="signature">(source, dest, x, y, width, height, <span class="optional">layer</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Scans the given area for tiles with an index matching <code>source</code> and updates their index to match <code>dest</code>.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>source</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The tile index value to scan for.</p></td> </tr> <tr> <td class="name"><code>dest</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The tile index value to replace found tiles with.</p></td> </tr> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>X position of the top left of the area to operate one, given in tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>Y position of the top left of the area to operate one, given in tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The width in tiles of the area to operate on.</p></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The height in tiles of the area to operate on.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The layer to operate on.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1688">line 1688</a> </dt> </dl> </dd> <dt> <h4 class="name " id="searchTileIndex"><span class="type-signature"></span>searchTileIndex<span class="signature">(index, <span class="optional">skip</span>, <span class="optional">reverse</span>, <span class="optional">layer</span>)</span><span class="type-signature"> &rarr; {<a href="Phaser.Tile.html">Phaser.Tile</a>}</span></h4> </dt> <dd> <div class="description"> <p>Searches the entire map layer for the first tile matching the given index, then returns that Phaser.Tile object. If no match is found it returns null. The search starts from the top-left tile and continues horizontally until it hits the end of the row, then it drops down to the next column. If the reverse boolean is true, it scans starting from the bottom-right corner traveling up to the top-left.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>index</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The tile index value to search for.</p></td> </tr> <tr> <td class="name"><code>skip</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> 0 </td> <td class="description last"><p>The number of times to skip a matching tile before returning.</p></td> </tr> <tr> <td class="name"><code>reverse</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> false </td> <td class="description last"><p>If true it will scan the layer in reverse, starting at the bottom-right. Otherwise it scans from the top-left.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>The layer to get the tile from.</p></td> </tr> </tbody> </table> <h5>Returns:</h5> <div class="returns"> <div class="returns-type"> <span class="param-type"><a href="Phaser.Tile.html">Phaser.Tile</a></span> - </div> <div class="returns-desc param-desc"> <p>The first (or n skipped) tile with the matching index.</p> </div> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1374">line 1374</a> </dt> </dl> </dd> <dt> <h4 class="name " id="setCollision"><span class="type-signature"></span>setCollision<span class="signature">(indexes, <span class="optional">collides</span>, <span class="optional">layer</span>, <span class="optional">recalculate</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Sets collision the given tile or tiles. You can pass in either a single numeric index or an array of indexes: [ 2, 3, 15, 20]. The <code>collides</code> parameter controls if collision will be enabled (true) or disabled (false).</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>indexes</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">array</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>Either a single tile index, or an array of tile IDs to be checked for collision.</p></td> </tr> <tr> <td class="name"><code>collides</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>If true it will enable collision. If false it will clear collision.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>The layer to operate on. If not given will default to this.currentLayer.</p></td> </tr> <tr> <td class="name"><code>recalculate</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>Recalculates the tile faces after the update.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-812">line 812</a> </dt> </dl> </dd> <dt> <h4 class="name " id="setCollisionBetween"><span class="type-signature"></span>setCollisionBetween<span class="signature">(start, stop, <span class="optional">collides</span>, <span class="optional">layer</span>, <span class="optional">recalculate</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Sets collision on a range of tiles where the tile IDs increment sequentially. Calling this with a start value of 10 and a stop value of 14 would set collision for tiles 10, 11, 12, 13 and 14. The <code>collides</code> parameter controls if collision will be enabled (true) or disabled (false).</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>start</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The first index of the tile to be set for collision.</p></td> </tr> <tr> <td class="name"><code>stop</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The last index of the tile to be set for collision.</p></td> </tr> <tr> <td class="name"><code>collides</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>If true it will enable collision. If false it will clear collision.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>The layer to operate on. If not given will default to this.currentLayer.</p></td> </tr> <tr> <td class="name"><code>recalculate</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>Recalculates the tile faces after the update.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-850">line 850</a> </dt> </dl> </dd> <dt> <h4 class="name " id="setCollisionByExclusion"><span class="type-signature"></span>setCollisionByExclusion<span class="signature">(indexes, <span class="optional">collides</span>, <span class="optional">layer</span>, <span class="optional">recalculate</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Sets collision on all tiles in the given layer, except for the IDs of those in the given array. The <code>collides</code> parameter controls if collision will be enabled (true) or disabled (false).</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>indexes</code></td> <td class="type"> <span class="param-type">array</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>An array of the tile IDs to not be counted for collision.</p></td> </tr> <tr> <td class="name"><code>collides</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>If true it will enable collision. If false it will clear collision.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>The layer to operate on. If not given will default to this.currentLayer.</p></td> </tr> <tr> <td class="name"><code>recalculate</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>Recalculates the tile faces after the update.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-887">line 887</a> </dt> </dl> </dd> <dt> <h4 class="name " id="setCollisionByIndex"><span class="type-signature">&lt;internal> </span>setCollisionByIndex<span class="signature">(index, <span class="optional">collides</span>, <span class="optional">layer</span>, <span class="optional">recalculate</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Sets collision values on a tile in the set. You shouldn't usually call this method directly, instead use setCollision, setCollisionBetween or setCollisionByExclusion.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th>Default</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>index</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="default"> </td> <td class="description last"><p>The index of the tile on the layer.</p></td> </tr> <tr> <td class="name"><code>collides</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>If true it will enable collision on the tile. If false it will clear collision values from the tile.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> </td> <td class="description last"><p>The layer to operate on. If not given will default to this.currentLayer.</p></td> </tr> <tr> <td class="name"><code>recalculate</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="default"> true </td> <td class="description last"><p>Recalculates the tile faces after the update.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="important tag-deprecated">Internal:</dt> <dd class="tag-deprecated"><ul> <li>This member is <em>internal (protected)</em> and may be modified or removed in the future.</li> </ul></dd> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-921">line 921</a> </dt> </dl> </dd> <dt> <h4 class="name " id="setLayer"><span class="type-signature"></span>setLayer<span class="signature">(layer)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Sets the current layer to the given index.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="description last"><p>The layer to set as current.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1193">line 1193</a> </dt> </dl> </dd> <dt> <h4 class="name " id="setPreventRecalculate"><span class="type-signature"></span>setPreventRecalculate<span class="signature">(value)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Turn off/on the recalculation of faces for tile or collision updates. <code>setPreventRecalculate(true)</code> puts recalculation on hold while <code>setPreventRecalculate(false)</code> recalculates all the changed layers.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>value</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="description last"><p>If true it will put the recalculation on hold.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1014">line 1014</a> </dt> </dl> </dd> <dt> <h4 class="name " id="setTileIndexCallback"><span class="type-signature"></span>setTileIndexCallback<span class="signature">(indexes, callback, callbackContext, <span class="optional">layer</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Sets a global collision callback for the given tile index within the layer. This will affect all tiles on this layer that have the same index. If a callback is already set for the tile index it will be replaced. Set the callback to null to remove it. If you want to set a callback for a tile at a specific location on the map then see setTileLocationCallback.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>indexes</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">array</span> </td> <td class="attributes"> </td> <td class="description last"><p>Either a single tile index, or an array of tile indexes to have a collision callback set for.</p></td> </tr> <tr> <td class="name"><code>callback</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="attributes"> </td> <td class="description last"><p>The callback that will be invoked when the tile is collided with.</p></td> </tr> <tr> <td class="name"><code>callbackContext</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="attributes"> </td> <td class="description last"><p>The context under which the callback is called.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The layer to operate on. If not given will default to this.currentLayer.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-749">line 749</a> </dt> </dl> </dd> <dt> <h4 class="name " id="setTileLocationCallback"><span class="type-signature"></span>setTileLocationCallback<span class="signature">(x, y, width, height, callback, callbackContext, <span class="optional">layer</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Sets a global collision callback for the given map location within the layer. This will affect all tiles on this layer found in the given area. If a callback is already set for the tile index it will be replaced. Set the callback to null to remove it. If you want to set a callback for a tile at a specific location on the map then see setTileLocationCallback.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>X position of the top left of the area to copy (given in tiles, not pixels)</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>Y position of the top left of the area to copy (given in tiles, not pixels)</p></td> </tr> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The width of the area to copy (given in tiles, not pixels)</p></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The height of the area to copy (given in tiles, not pixels)</p></td> </tr> <tr> <td class="name"><code>callback</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="attributes"> </td> <td class="description last"><p>The callback that will be invoked when the tile is collided with.</p></td> </tr> <tr> <td class="name"><code>callbackContext</code></td> <td class="type"> <span class="param-type">object</span> </td> <td class="attributes"> </td> <td class="description last"><p>The context under which the callback is called.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The layer to operate on. If not given will default to this.currentLayer.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-780">line 780</a> </dt> </dl> </dd> <dt> <h4 class="name " id="setTileSize"><span class="type-signature"></span>setTileSize<span class="signature">(tileWidth, tileHeight)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Sets the base tile size for the map.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>tileWidth</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The width of the tiles the map uses for calculations.</p></td> </tr> <tr> <td class="name"><code>tileHeight</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"><p>The height of the tiles the map uses for calculations.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-229">line 229</a> </dt> </dl> </dd> <dt> <h4 class="name " id="shuffle"><span class="type-signature"></span>shuffle<span class="signature">(x, y, width, height, <span class="optional">layer</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Shuffles a set of tiles in a given area. It will only randomise the tiles in that area, so if they're all the same nothing will appear to have changed!</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>X position of the top left of the area to operate one, given in tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>Y position of the top left of the area to operate one, given in tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The width in tiles of the area to operate on.</p></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The height in tiles of the area to operate on.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The layer to operate on.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1768">line 1768</a> </dt> </dl> </dd> <dt> <h4 class="name " id="swap"><span class="type-signature"></span>swap<span class="signature">(tileA, tileB, x, y, width, height, <span class="optional">layer</span>)</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Scans the given area for tiles with an index matching tileA and swaps them with tileB.</p> </div> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Argument</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>tileA</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>First tile index.</p></td> </tr> <tr> <td class="name"><code>tileB</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>Second tile index.</p></td> </tr> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>X position of the top left of the area to operate one, given in tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>Y position of the top left of the area to operate one, given in tiles, not pixels.</p></td> </tr> <tr> <td class="name"><code>width</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The width in tiles of the area to operate on.</p></td> </tr> <tr> <td class="name"><code>height</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="attributes"> </td> <td class="description last"><p>The height in tiles of the area to operate on.</p></td> </tr> <tr> <td class="name"><code>layer</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">string</span> | <span class="param-type"><a href="Phaser.TilemapLayer.html">Phaser.TilemapLayer</a></span> </td> <td class="attributes"> &lt;optional><br> </td> <td class="description last"><p>The layer to operate on.</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_tilemap_Tilemap.js.html">tilemap/Tilemap.js</a>, <a href="src_tilemap_Tilemap.js.html#sunlight-1-line-1605">line 1605</a> </dt> </dl> </dd> </dl> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Phaser Copyright © 2012-2015 Photon Storm Ltd. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Mon Aug 24 2015 15:36:55 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <div class="span3"> <div id="toc"></div> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { anchorName : function(i, heading, prefix) { return $(heading).attr("id") || ( prefix + i ); }, selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>
zh.web.site.admin/src/main/resources/static/js/dojo/dojox/mobile/themes/common/domButtons/DomButtonRedCircleArrow.css
Caspar12/zh.sw
.mblDomButtonRedCircleArrow { position: relative; width: 29px; height: 29px; } .mblDomButtonRedCircleArrow > div { position: relative; top: 2px; left: 2px; width: 22px; height: 22px; border: 1px solid #b5b6b5; border-radius: 12px; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); } .mblDomButtonRedCircleArrow > div > div { position: relative; top: 2px; left: 2px; width: 18px; height: 18px; border-radius: 9px; background: -webkit-gradient(linear, left top, left bottom, from(#d3656d), to(#bc1320), color-stop(0.5, #c9404b), color-stop(0.5, #bc1421)); background: linear-gradient(to bottom, #d3656d 0%, #c9404b 50%, #bc1421 50%, #bc1320 100%); } .mblDomButtonRedCircleArrow > div > div > div { position: absolute; top: 5px; left: 6px; width: 8px; height: 3px; margin: 0px; font-size: 1px; border-style: none; background: white; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .mblDomButtonRedCircleArrow > div > div > div > div { position: absolute; top: 1px; left: 6px; width: 3px; height: 8px; margin: 0px; font-size: 1px; background-color: white; }
zurpay/user_guide/tutorial/hard_coded_pages.html
jairus/webdev
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CodeIgniter Features : CodeIgniter User Guide</title> <style type='text/css' media='all'>@import url('../userguide.css');</style> <link rel='stylesheet' type='text/css' media='all' href='../userguide.css' /> <script type="text/javascript" src="../nav/nav.js"></script> <script type="text/javascript" src="../nav/prototype.lite.js"></script> <script type="text/javascript" src="../nav/moo.fx.js"></script> <script type="text/javascript" src="../nav/user_guide_menu.js"></script> <meta http-equiv='expires' content='-1' /> <meta http-equiv= 'pragma' content='no-cache' /> <meta name='robots' content='all' /> <meta name='author' content='ExpressionEngine Dev Team' /> <meta name='description' content='CodeIgniter User Guide' /> </head> <body> <!-- START NAVIGATION --> <div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div> <div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="../images/nav_toggle_darker.jpg" width="154" height="43" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div> <div id="masthead"> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td><h1>CodeIgniter User Guide Version 2.1.3</h1></td> <td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td> </tr> </table> </div> <!-- END NAVIGATION --> <!-- START BREADCRUMB --> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td id="breadcrumb"> <a href="http://codeigniter.com/">CodeIgniter Home</a> &nbsp;&#8250;&nbsp; <a href="../index.html">User Guide Home</a> &nbsp;&#8250;&nbsp; Features </td> <td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="codeigniter.com/user_guide/" />Search User Guide&nbsp; <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" />&nbsp;<input type="submit" class="submit" name="sa" value="Go" /></form></td> </tr> </table> <!-- END BREADCRUMB --> <br clear="all" /> <!-- START CONTENT --> <div id="content"> <h1>Tutorial - Hard coded pages</h1> <p>The first thing we're going to do is setting up a controller to handle our hard coded pages. A controller is a class with a collection of methods that represent the different actions you can perform on a certain object. In our case, we want to be able to view a page.</p> <p class="important"><strong>Note:</strong> This tutorial assumes you've downloaded CodeIgniter and installed the framework in your development environment.</p> <p>Create a file at <dfn>application/controllers/pages.php</dfn> with the following code.</p> <textarea class="textarea" style="width:100%" cols="50" rows="9"> &lt;?php class Pages extends CI_Controller { public function view($page = 'home') { } } </textarea> <p>If you're familiar with PHP classes you see that we create a Pages class with a view method that accepts one parameter, <var>$page</var>. Another interesting observation is that the Pages class is extending the CI_Controller class. This means that the new Pages class can access the methods and variables defined in the CI_Controller class. When you look at this class in <dfn>system/core/controller.php</dfn> you can see this class is doing something really important; assigning an instance from the CodeIgniter super object to the <var>$this</var> object. In most of your code, <var>$this</var> is the object you will use to interact with the framework.</p> <p>Now we've created our first method, it is time to do some basic templating. For this tutorial, we will be creating two views to acts as our footer and header. Let's create our header at <dfn>application/views/templates/header.php</dfn> and ad the following code.</p> <textarea class="textarea" style="width:100%" cols="50" rows="8"> <html> <head> <title><?php echo $title ?> - CodeIgniter 2 Tutorial</title> </head> <body> <h1>CodeIgniter 2 Tutorial</h1> </textarea> <p>Our header doesn't do anything exciting. It contains the basic HTML code that we will want to display before loading the main view. You can also see that we echo the <var>$title</var> variable, which we didn't define. We will set this variable in the Pages controller a bit later. Let's go ahead and create a footer at <dfn>application/views/templates/footer.php</dfn> that includes the following code.</p> <textarea class="textarea" style="width:100%" cols="50" rows="4"> <strong>&copy; 2011</strong> </body> </html> </textarea> <h2>Adding logic to the controller</h2> <p>Now we've set up the basics so we can finally do some real programming. Earlier we set up our controller with a view method. Because we don't want to write a separate method for every page, we made the view method accept one parameter, the name of the page. These hard coded pages will be located in <dfn>application/views/pages/</dfn>. Create two files in this directory named <dfn>home.php</dfn> and <dfn>about.php</dfn> and put in some HTML content.</p> <p>In order to load these pages we'll have to check whether these page actually exists. When the page does exist, we load the view for that pages, including the header and footer and display it to the user. If it doesn't, we show a "404 Page not found" error.</p> <textarea class="textarea" style="width:100%" cols="50" rows="16"> public function view($page = 'home') { if ( ! file_exists('application/views/pages/' . $page . EXT)) { show_404(); } $data['title'] = ucfirst($page); $this->load->view('templates/header', $data); $this->load->view('pages/'.$page); $this->load->view('templates/footer'); } </textarea> <p>The first thing we do is checking whether the page we're looking for does actually exist. We use PHP's native file_exists() to do this check and pass the path where the file is supposed to be. Next is the function show_404(), a CodeIgniter function that renders the default error page and sets the appropriate HTTP headers.</p> <p>In the header template you saw we were using the <var>$title</var> variable to customize our page title. This is where we define the title, but instead of assigning the value to a variable, we assign it to the title element in the <var>$data</var> array. The last thing we need to do is loading the views in the order we want them to be displayed. We also pass the <var>$data</var> array to the header view to make its elements available in the header view file.<p> <h2>Routing</h2> <p>Actually, our controller is already functioning. Point your browser to <dfn>index.php/pages/view</dfn> to see your homepage. When you visit <dfn>index.php/pages/view/about</dfn> you will see the about page, again including your header and footer. Now we're going to get rid of the pages/view part in our URI. As you may have seen, CodeIgniter does its routing by the class, method and parameter, separated by slashes.</p> <p>Open the routing file located at <dfn>application/config/routes.php</dfn> and add the following two lines. Remove all other code that sets any element in the <var>$route</var> array.</p> <textarea class="textarea" style="width:100%" cols="50" rows="3"> $route['(:any)'] = 'pages/view/$1'; $route['default_controller'] = 'pages/view'; </textarea> <p>CodeIgniter reads its routing rules from top to bottom and routes the request to the first matching rule. These routes are stored in the <var>$route</var> array where the keys represent the incoming request and the value the path to the method, as described above.</p> <p>The first rule in our <var>$routes</var> array matches every request - using the wildcard operator <dfn>(:any)</dfn> - and passes the value to the view method of the pages class we created earlier. The default controller route makes sure every request to the root goes to the view method as well, which has the first parameter set to 'home' by default.</p> </div> <!-- END CONTENT --> <div id="footer"> <p> Previous Topic:&nbsp;&nbsp;<a href="cheatsheets.html">CodeIgniter Cheatsheets</a> &nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; Next Topic:&nbsp;&nbsp;<a href="appflow.html">Application Flow Chart</a> </p> <p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006 - 2012 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">EllisLab, Inc.</a></p> </div> </body> </html>
Fantasy Age/Fantasy Age.html
Alanith/roll20-character-sheets
<!-- Sheet width: 847px; --> <!-- Heading --> <input type="radio" name="attr_tab" class="sheet-tab sheet-tab1" value="1" title="Character" checked="checked" /> <input type="radio" name="attr_tab" class="sheet-tab sheet-tab2" value="2" title="Grimoire" /> <input type="radio" name="attr_tab" class="sheet-tab sheet-tab3" value="3" title="Background" /> <input type="radio" name="attr_tab" class="sheet-tab sheet-tab4" value="4" title="Talents" /> <div class="sheet-spacer"></div> <div class="sheet-tab-content sheet-tab1"><!-- Character Tab --> <div class="sheet-2colrow"> <div class="sheet-col" style="width: 300px"> <!-- 1st column --> <div class="sheet-colrow"> <table class="sheet-characterinfotable"> <tr> <div> <a href="http://imgur.com/O3vrAHe"><img src="http://i.imgur.com/O3vrAHe.png"/></a> </div> </tr> <tr> <td class="sheet-blackbox"> NAME </td> <td> <input class="sheet-basicinfotextbox" type="text" name="attr_character_name" /> </td> </tr> </table> <table class="sheet-characterinfotable"> <tr> <td class="sheet-blackbox"> BACKGROUND </td> <td> <input class="sheet-basicinfotextbox" type="text" name="attr_character_background" /> </td> </tr> </table> <table class="sheet-characterinfotable"> <tr> <td class="sheet-blackbox"> SOCIAL CLASS </td> <td> <input class="sheet-basicinfotextbox" type="text" name="attr_character_socialclass" /> </td> </tr> </table> <table class="sheet-characterfeaturestable"> <tr> <td class="sheet-blackbox_alternate"> APPEARANCE </td> </tr> <tr> <td> <textarea class="sheet-featurestextarea" name="attr_Features" placeholder="Distinguishing Features"></textarea> </td> </tr> </table> </div> <div class="sheet-colrow"> <table class="sheet-skilltable"> <tr> <td class="sheet-blackbox"> <button class="sheet-skillbuttons" type='roll' value='&{template:fantasyage_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=Accuracy}} {{Result=[[3d6 + @{Accuracy} + @{Acc_Focus}]]}}' name='roll_Accuracy_Check'/></button> ACCURACY <input type="checkbox" title="Primary Skill?" name="attr_Primary_Skill1"/> </td> <td rowspan="2" class="sheet-skillvalue"> <input class="sheet-skillvaluebox" name="attr_Accuracy" type="text" value="0"/> </td> </tr> <tr> <td> <div class="sheet-focusbox"> <textarea class="sheet-focustextarea" name="attr_Accuracy_Focuses" placeholder="Focuses"></textarea> <div class="sheet-checkerpose"> <p class="sheet-bananas">Focus?</p><input type="checkbox" class="sheet-focuscheck" name="attr_Acc_Focus" value="2" title="Apply a Focus on the Check?"/><span></span> </div> </div> </td> </tr> </table> </div> <div class="sheet-colrow"> <table class="sheet-skilltable"> <tr> <td class="sheet-blackbox"> <button class="sheet-skillbuttons" type='roll' value='&{template:fantasyage_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=Communication}} {{Result=[[3d6 + @{Communication} + @{Com_Focus}]]}}' name='roll_Communication_Check'/></button> COMMUNICATION <input type="checkbox" title="Primary Skill?" name="attr_Primary_Skill2"/> </td> <td rowspan="2" class="sheet-skillvalue"> <input class="sheet-skillvaluebox" name="attr_Communication" type="text" value="0"/> </td> </tr> <tr> <td> <div class="sheet-focusbox"> <textarea class="sheet-focustextarea" name="attr_Communication_Focuses" placeholder="Focuses"></textarea> <div class="sheet-checkerpose"> <p class="sheet-bananas">Focus?</p><input type="checkbox" class="sheet-focuscheck" name="attr_Com_Focus" value="2" title="Apply a Focus on the Check?"/><span></span> </div> </div> </td> </tr> </table> </div> <div class="sheet-colrow"> <table class="sheet-skilltable"> <tr> <td class="sheet-blackbox"> <div> <button class="sheet-skillbuttons" type='roll' value='&{template:fantasyage_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=Constitution}} {{Result=[[3d6 + @{Constitution} + @{Con_Focus}]]}}' name='roll_Constitution_Check'/></button> CONSTITUTION <input type="checkbox" title="Primary Skill?" name="attr_Primary_Skill3"/> </div> </td> <td rowspan="2" class="sheet-skillvalue"> <input class="sheet-skillvaluebox" name="attr_Constitution" type="text" value="0"/> </td> </tr> <tr> <td> <div class="sheet-focusbox"> <textarea class="sheet-focustextarea" name="attr_Constitution_Focuses" placeholder="Focuses"></textarea> <div class="sheet-checkerpose"> <p class="sheet-bananas">Focus?</p><input type="checkbox" class="sheet-focuscheck" name="attr_Con_Focus" value="2" title="Apply a Focus on the Check?"/><span></span> </div> </div> </td> </tr> </table> </div> <div class="sheet-colrow"> <table class="sheet-skilltable"> <tr> <td class="sheet-blackbox"> <div> <button class="sheet-skillbuttons" type='roll' value='&{template:fantasyage_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=Dexterity}} {{Result=[[3d6 + @{Dexterity} + @{Dex_Focus}]]}}' name='roll_Dexterity_Check'/></button> DEXTERITY <input type="checkbox" title="Primary Skill?" name="attr_Primary_Skill4"/> </div> </td> <td rowspan="2" class="sheet-skillvalue"> <input class="sheet-skillvaluebox" name="attr_Dexterity" type="text" value="0"/> </td> </tr> <tr> <td> <div class="sheet-focusbox"> <textarea class="sheet-focustextarea" name="attr_Dexterity_Focuses" placeholder="Focuses"></textarea> <div class="sheet-checkerpose"> <p class="sheet-bananas">Focus?</p><input type="checkbox" class="focuscheck" name="attr_Dex_Focus" value="2" title="Apply a Focus on the Check?"/><span></span> </div> </div> </td> </tr> </table> </div> <div class="sheet-colrow"> <table class="sheet-skilltable"> <tr> <td class="sheet-blackbox"> <div> <button class="sheet-skillbuttons" type='roll' value='&{template:fantasyage_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=Fighting}} {{Result=[[3d6 + @{Fighting} + @{Fig_Focus}]]}}' name='roll_Fighting_Check'/></button> FIGHTING <input type="checkbox" title="Primary Skill?" name="attr_Primary_Skill5"/> </div> </td> <td rowspan="2" class="sheet-skillvalue"> <input class="sheet-skillvaluebox" name="attr_Fighting" type="text" value="0"/> </td> </tr> <tr> <td> <div class="sheet-focusbox"> <textarea class="sheet-focustextarea" name="attr_Fighting_Focuses" placeholder="Focuses"></textarea> <div class="sheet-checkerpose"> <p class="sheet-bananas">Focus?</p><input type="checkbox" class="focuscheck" name="attr_Fig_Focus" value="2" title="Apply a Focus on the Check?"/><span></span> </div> </div> </td> </tr> </table> </div> <div class="sheet-colrow"> <table class="sheet-skilltable"> <tr> <td class="sheet-blackbox"> <button class="sheet-skillbuttons" type='roll' value='&{template:fantasyage_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=Intelligence}} {{Result=[[3d6 + @{Intelligence} + @{Int_Focus}]]}}' name='roll_Intelligence_Check'/></button> INTELLIGENCE <input type="checkbox" title="Primary Skill?" name="attr_Primary_Skill6"/> </td> <td rowspan="2" class="sheet-skillvalue"> <input class="sheet-skillvaluebox" name="attr_Intelligence" type="text" value="0"/> </td> </tr> <tr> <td> <div class="sheet-focusbox"> <textarea class="sheet-focustextarea" name="attr_Intelligence_Focuses" placeholder="Focuses"></textarea> <div class="sheet-checkerpose"> <p class="sheet-bananas">Focus?</p><input type="checkbox" class="sheet-focuscheck" name="attr_Int_Focus" value="2" title="Apply a Focus on the Check?"/><span></span> </div> </div> </td> </tr> </table> </div> <div class="sheet-colrow"> <table class="sheet-skilltable"> <tr> <td class="sheet-blackbox"> <div> <button class="sheet-skillbuttons" type='roll' value='&{template:fantasyage_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=Perception}} {{Result=[[3d6 + @{Perception} + @{Per_Focus}]]}}' name='roll_Perception_Check'/></button> PERCEPTION <input type="checkbox" title="Primary Skill?" name="attr_Primary_Skill7"/> </div> </td> <td rowspan="2" class="sheet-skillvalue"> <input class="sheet-skillvaluebox" name="attr_Perception" type="text" value="0"/> </td> </tr> <tr> <td> <div class="sheet-focusbox"> <textarea class="sheet-focustextarea" name="attr_Perception_Focuses" placeholder="Focuses"></textarea> <div class="sheet-checkerpose"> <p class="sheet-bananas">Focus?</p><input type="checkbox" class="focuscheck" name="attr_Per_Focus" value="2" title="Apply a Focus on the Check?"/><span></span> </div> </div> </td> </tr> </table> </div> <div class="sheet-colrow"> <table class="sheet-skilltable"> <tr> <td class="sheet-blackbox"> <div> <button class="sheet-skillbuttons" type='roll' value='&{template:fantasyage_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=Strength}} {{Result=[[3d6 + @{Strength} + @{Str_Focus}]]}}' name='roll_Strength_Check'/></button> STRENGTH <input type="checkbox" title="Primary Skill?" name="attr_Primary_Skill8"/> </div> </td> <td rowspan="2" class="sheet-skillvalue"> <input class="sheet-skillvaluebox" name="attr_Strength" type="text" value="0"/> </td> </tr> <tr> <td> <div class="sheet-focusbox"> <textarea class="sheet-focustextarea" name="attr_Strength_Focuses" placeholder="Focuses"></textarea> <div class="sheet-checkerpose"> <p class="sheet-bananas">Focus?</p><input type="checkbox" class="sheet-focuscheck" name="attr_Str_Focus" value="2" title="Apply a Focus on the Check?"/><span></span> </div> </div> </td> </tr> </table> </div> <div class="sheet-colrow"> <table class="sheet-skilltable"> <tr> <td class="sheet-blackbox"> <div> <button class="sheet-skillbuttons" type='roll' value='&{template:fantasyage_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=Willpower}} {{Result=[[3d6 + @{Willpower} + @{Wil_Focus}]]}}' name='roll_Willpower_Check'/></button> WILLPOWER <input type="checkbox" title="Primary Skill?" name="attr_Primary_Skill"/> </div> </td> <td rowspan="2" class="sheet-skillvalue"> <input class="sheet-skillvaluebox" name="attr_Willpower" type="text" value="0"/> </td> </tr> <tr> <td> <div class="sheet-focusbox"> <textarea class="sheet-focustextarea" name="attr_Willpower_Focuses" placeholder="Focuses"></textarea> <div class="sheet-checkerpose"> <p class="sheet-bananas">Focus?</p><input type="checkbox" class="focuscheck" name="attr_Wil_Focus" value="2" title="Apply a Focus on the Check?"/><span></span> </div> </div> </td> </tr> </table> </div> </div> <!-- end of 1st column --> <!-- 2nd Column --> <div class="sheet-col"> <!-- WEAPONS, AMMO, CLASS POWERS, SPELLS, PERKS, EQUIPS, MONEY --> <div class="sheet-colrow"> <!-- CLASS, XP, LEVEL --> <table class="sheet-xptable"> <tr> <td class="sheet-blackboxlarge"> CLASS </td> <td class="sheet-blackboxlarge"> LEVEL </td> <td class="sheet-blackboxlarge"> EXPERIENCE </td> </tr> <tr> <td> <input type="text" class="sheet-class_and_xptextbox" name="attr_Class" /> </td> <td> <input type="text" class="sheet-class_and_xptextbox" name="attr_Level"/> </td> <td> <input type="text" class="sheet-class_and_xptextbox" name="attr_Experience" /> </td> </tr> </table> </div> <div class="sheet-colrow"><!-- HEALTH, MAGIC POINTS, SPEED, ARMOR (+PENALTY), DEFENSE --> <table class="sheet-2ndstattable"> <tbody> <tr> <td class="sheet-blackbox_alternate" colspan="2"> DEFENSE</td> <td class="sheet-blackbox_alternate">ARMOR</td> <td class="sheet-blackbox_alternate" colspan="2">SPEED</td> <td class="sheet-blackbox_alternate">HEALTH</td> <td class="sheet-blackbox_alternate">MAGIC POINTS</td> </tr> <tr> <td class="sheet-2ndstatbox" colspan="2"><input class="sheet-2nd_statstextbox" type="text" name="attr_Defense" value="0"/></td> <td class="sheet-2ndstatbox"><input class="sheet-2nd_statstextbox" type="text" name="attr_Armor"/></td> <td class="sheet-2ndstatbox" colspan="2"><input class="sheet-2nd_statstextbox" type="text" name="attr_Speed"/></td> <td class="sheet-2ndstatbox"><input class="sheet-2nd_statstextbox" type="text" name="attr_Health"/></td> <td class="sheet-2ndstatbox"><input class="sheet-2nd_statstextbox" type="text" name="attr_MagicPoints"/></td> </tr> <tr> <td> Total <br> <input class="sheet-otherinput" type="number" name="attr_Defense-Total" disabled="true" value="@{Shield} + @{Defense}"/></td> <td> Shield <br> <input class="sheet-otherinput" type="text" name="attr_Shield" value="0"/></td> <td> Penalty <br> <input class="sheet-otherinput" type="text" name="attr_Armor_Penalty" value="0"/></td> <td> Charge <br> <input class="sheet-otherinput" type="number" name="attr_Charge" disabled="true" value="floor (@{Speed}/2)"/></td> <td> Run <br> <input class="sheet-otherinput" type="number" name="attr_Run" disabled="true" value="@{Speed}*2"/></td> <td> Total <br> <input class="sheet-otherinput" type="text" name="attr_Health-Total" value="0"/></td> <td> Total <br> <input class="sheet-otherinput" type="text" name="attr_MagicPoints-Total" value="0"/></td> </tr> <tr> <td colspan="7"> <input type="text" class="sheet-armortypetextarea" name="attr_Armor_Type" placeholder="ARMOR TYPE"/> </td> </tr> </tbody> </table> </div> <div class="sheet-colrow"> <div class="sheet-container sheet-weaponscont"> <div class="sheet-weapons-content"> <table class="sheet-weaponstable"> <tr> <td class="sheet-blackbox_alternate2"> WEAPON </td> <td class="sheet-blackbox_alternate2" colspan="2"> ATTACK ROLL </td> <td class="sheet-blackbox_alternate2" colspan="2"> RANGE </td> <td class="sheet-blackbox_alternate2" colspan="2"> DAMAGE </td> </tr> </table> <fieldset class="repeating_weapons"> <table class="sheet-weaponstable"> <tr> <td> <input type="text" class="sheet-weaponnametext" name="attr_Weapon_Name" placeholder="Weapon"/> </td> <td> <input type="text" class="sheet-weaponatacktext" name="attr_Weapon_Attack" value="0"/> </td> <td> <button type='roll' value='&{template:fantasyage_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=@{Weapon_Name}}} {{Attack=[[3d6 + (@{Weapon_Attack})]]}}' name='roll_Weapon_Attack_Check'/></button> </td> <td> <input type="text" class="sheet-weaponrangetext" name="attr_Weapon_Short_Range" placeholder="0" title="Short Range"/> </td> <td> <input type="text" class="sheet-weaponrangetext" name="attr_Weapon_Long_Range" placeholder="0" title="Long Range"/> </td> <td> <input type="text" class="sheet-weapondamagetext" name="attr_Weapon_Damage" placeholder="dices"/> </td> <td> <button type='roll' value='&{template:fantasyage_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=@{Weapon_Name}}} {{Damage=[[@{Weapon_Damage}]]}}' name='roll_Weapon_Damage_Check'/></button> </td> </tr> <tr> <td colspan="7" class="borderall"> <textarea class="sheet-weapondetails" name="attr_Weapon_Details" placeholder="Weapon Specs"></textarea> </td> </tr> </table> </fieldset> <table> <tr class="sheet-borderall"> <td> <textarea class="sheet-weaponstype" name="attr_Weapon_Groups" placeholder="Weapon Groups"></textarea> </td> </tr> </table> </div> </div> </div> <div class="sheet-colrow"> <table class="sheet-ammotable"> <tr> <td colspan="4" class="blackbox_alternate"> Ammo Counter </td> </tr> <tr> <td class="blackbox_alternate2" > Total </td> <td class="blackbox_alternate2" > Used </td> <td class="blackbox_alternate2" > Type </td> <td class="blackbox_alternate2" > Weapon </td> </tr> <tr> <td> <input type="number" class="sheet-ammotext" name="attr_Ammo_Total_Display"/> </td> <td> <input type="Number" class="sheet-ammotext" name="attr_Ammo_Used_Display" value="@{Ammo_Display_Total}" /> </td> <td> <input type="text" class="sheet-ammotypetext" name="attr_Ammo_Type_Display"/> </td> <td> <input type="text" class="sheet-ammotypetext" name="attr_Ammo_Weapon_Display"/> </td> </tr> </table> <fieldset class="repeating_ammo"> <table class="sheet-ammotable"> <tr> <td> <input type="number" class="sheet-ammotext" name="attr_Ammo_Total"/> </td> <td> <input type="Number" class="sheet-ammotext" name="attr_Ammo_Used" value="@{Ammo_Display}" /> </td> <td> <input type="text" class="sheet-ammotypetext" name="attr_Ammo"/> </td> <td> <input type="text" class="sheet-ammotypetext" name="attr_Ammo_Weapon"/> </td> </tr> </table> </fieldset> </div> <div class="sheet-colrow"> <table> <tr> <td class="blackbox_alternate2"> CLASS POWERS AND SPELLS </td> </tr> <tr> <td class="spellbox"> <div class="circularhome"><textarea class="sheet-powerstext" name="attr_Powers"></textarea> <div class="circulartextbox"><input class="circulartext" type="number" name="attr_MagicPointsRep" value="@{MagicPoints}" disabled="true"/><p class="circularp">MP</p></div> </div> </td> </tr> </table> </div> <div class="sheet-colrow"> <table> <tr> <td class="blackbox_alternate2"> TALENTS </td> </tr> <tr> <td class="spellbox"> <textarea class="sheet-powerstext" name="attr_Talents"></textarea> </td> </tr> </table> </div> </div> <!-- End of the 2nd column --> </div><!-- End of the two columnns rows --> </div><!-- Character Tab Ending --> <div class="sheet-tab-content sheet-tab2"> <!-- Grimoire Tab --> <div class="sheet-colrow"><!-- HEALTH, MAGIC POINTS, SPEED, ARMOR (+PENALTY), DEFENSE --> <table class="sheet-2ndstattable"> <tbody> <tr> <td class="sheet-blackbox_alternate" colspan="2"> DEFENSE</td> <td class="sheet-blackbox_alternate">ARMOR</td> <td class="sheet-blackbox_alternate" colspan="2">SPEED</td> <td class="sheet-blackbox_alternate">HEALTH</td> <td class="sheet-blackbox_alternate">MAGIC POINTS</td> <td class="sheet-blackbox_alternate">SPELLPOWER</td> </tr> <tr> <td class="sheet-2ndstatbox" colspan="2"><input class="sheet-2nd_statstextbox" type="text" name="attr_Defense" value="0"/></td> <td class="sheet-2ndstatbox"><input class="sheet-2nd_statstextbox" type="text" name="attr_Armor"/></td> <td class="sheet-2ndstatbox" colspan="2"><input class="sheet-2nd_statstextbox" type="text" name="attr_Speed"/></td> <td class="sheet-2ndstatbox"><input class="sheet-2nd_statstextbox" type="text" name="attr_Health"/></td> <td class="sheet-2ndstatbox"><input class="sheet-2nd_statstextbox" type="text" name="attr_MagicPoints"/></td> <td class="sheet-2ndstatbox"><input class="sheet-2nd_statstextbox" type="number" name="attr_Spellpower" value="10 + @{Willpower} + @{Arcana_Focus}" disabled/></td> </tr> <tr> <td> Total <br> <input class="sheet-otherinput" type="number" name="attr_Defense-Total" disabled="true" value="@{Shield} + @{Defense}"/></td> <td> Shield <br> <input class="sheet-otherinput" type="text" name="attr_Shield" value="0"/></td> <td> Penalty <br> <input class="sheet-otherinput" type="text" name="attr_Armor_Penalty" value="0"/></td> <td> Charge <br> <input class="sheet-otherinput" type="number" name="attr_Charge" disabled="true" value="floor (@{Speed}/2)"/></td> <td> Run <br> <input class="sheet-otherinput" type="number" name="attr_Run" disabled="true" value="@{Speed}*2"/></td> <td> Total <br> <input class="sheet-otherinput" type="text" name="attr_Health-Total" value="0"/></td> <td> Total <br> <input class="sheet-otherinput" type="text" name="attr_MagicPoints-Total" value="0"/></td> <td> FOCUS <br> <select class="sheet-spellselect" name="attr_Arcana_Focus"> <option value="0">None</option> <option value="@{Air}">Air</option> <option value="@{Divination}">Divination</option> <option value="@{Earth}">Earth</option> <option value="@{Fate}">Fate</option> <option value="@{Fire}">Fire</option> <option value="@{Healing}">Healing</option> <option value="@{Heroic}">Heroic</option> <option value="@{Lightning}">Lightning</option> <option value="@{Power}">Power</option> <option value="@{Shadow}">Shadow</option> <option value="@{Water}">Water</option> <option value="@{Wood}">Wood</option> </select> </td> </tr> <tr> <td colspan="8"> <input type="text" class="sheet-armortypetextarea" name="attr_Armor_Type" placeholder="ARMOR TYPE"/> </td> </tr> </tbody> </table> </div> <div class="sheet-colrow"> <table class="sheet-spelltable"> <tr> <td class="sheet-blackbox_alternate" colspan="5"> ARCANA FOCUSES </td> </tr> <tr> <td> <input type="checkbox" name="attr_Air" value="2"/> Air </td> <td> <input type="checkbox" name="attr_Divination" value="2"/> Divination </td> <td> <input type="checkbox" name="attr_Earth" value="2"/> Earth </td> <td> <input type="checkbox" name="attr_Fate" value="2"/> Fate </td> </tr> <tr> <td> <input type="checkbox" name="attr_Fire" value="2"/> Fire </td> <td> <input type="checkbox" name="attr_Healing" value="2"/> Healing </td> <td> <input type="checkbox" name="attr_Heroic" value="2"/> Heroic </td> <td> <input type="checkbox" name="attr_Lightning" value="2"/> Lightning </td> </tr> <tr> <td> <input type="checkbox" name="attr_Power" value="2"/> Power </td> <td> <input type="checkbox" name="attr_Shadow" value="2"/> Shadow </td> <td> <input type="checkbox" name="attr_Water" value="2"/> Water </td> <td> <input type="checkbox" name="attr_Wood" value="2"/> Wood </td> </tr> </table> </div> <div class="sheet-colrow"> <table class="sheet-spelltable"> <tr> <td class="blackbox_alternate"> SPELL </td> <td class="blackbox_alternate"> ARCANA </td> <td class="blackbox_alternate" style="width: 80px;"> TYPE </td> <td class="blackbox_alternate" style="width: 45px;"> MP COST </td> <td class="blackbox_alternate" style="width: 100px;"> CASTING TIME </td> <td class="blackbox_alternate"> TN </td> <td class="blackbox_alternate"> TEST </td> <td class="blackbox_alternate"></td> </tr> <tr> <td> <input type="text" class="sheet-spelltext" name="attr_Spell_Name"/> </td> <td> <select class="sheet-spellselect" name="attr_Spell_Arcana"> <option value="@{Air}">Air</option> <option value="@{Divination}">Divination</option> <option value="@{Earth}">Earth</option> <option value="@{Fate}">Fate</option> <option value="@{Fire}">Fire</option> <option value="@{Healing}">Healing</option> <option value="@{Heroic}">Heroic</option> <option value="@{Lightning}">Lightning</option> <option value="@{Power}">Power</option> <option value="@{Shadow}">Shadow</option> <option value="@{Water}">Water</option> <option value="@{Wood}">Wood</option> </select> </td> <td> <select class="sheet-spellselect2" name="attr_Spell_Type"> <option value="Attack">Attack</option> <option value="Defense">Defense</option> <option value="Enhance">Enhancement</option> <option value="Utility">Utility</option> </select> </td> <td> <input type="number" class="sheet-manatext" name="attr_Spell_Cost" value="0"/> </td> <td> <input type="text" class="sheet-timetext" name="attr_Casting_Time"/> </td> <td> <input type="number" class="sheet-natext" name="attr_Spell_TN" value="0"/> </td> <td> <input type="text" class="sheet-vstext" name="attr_Vs_Test"/> </td> <td rowspan="2"> <button type='roll' value='&{template:fantasyage_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=@{Spell_Name}}} {{@{Spell_Type}=[[3d6 + (@{Intelligence} + @{Spell_Arcana})]]}}' name='roll_Spell'></button> </td> </tr> <tr> <td colspan="7"> <textarea class="sheet-spelltext" name="attr_Effect" placeholder="Spell Effect"></textarea> </td> </tr> </table> <fieldset class="repeating_spells"> <table class="sheet-spelltable"> <tr> <td> <input type="text" class="sheet-spelltext" name="attr_Spell_Name"/> </td> <td> <select class="sheet-spellselect" name="attr_Spell_Arcana"> <option value="@{Air}">Air</option> <option value="@{Divination}">Divination</option> <option value="@{Earth}">Earth</option> <option value="@{Fate}">Fate</option> <option value="@{Fire}">Fire</option> <option value="@{Healing}">Healing</option> <option value="@{Heroic}">Heroic</option> <option value="@{Lightning}">Lightning</option> <option value="@{Power}">Power</option> <option value="@{Shadow}">Shadow</option> <option value="@{Water}">Water</option> <option value="@{Wood}">Wood</option> </select> </td> <td> <select class="sheet-spellselect2" name="attr_Spell_Type"> <option value="Attack">Attack</option> <option value="Defense">Defense</option> <option value="Enhance">Enhancement</option> <option value="Utility">Utility</option> </select> </td> <td> <input type="number" class="sheet-manatext" name="attr_Spell_Cost" value="0"/> </td> <td> <input type="text" class="sheet-timetext" name="attr_Casting_Time"/> </td> <td> <input type="number" class="sheet-natext" name="attr_Spell_TN" value="0"/> </td> <td> <input type="text" class="sheet-vstext" name="attr_Vs_Test"/> </td> <td rowspan="2"> <button type='roll' value='&{template:fantasyage_generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{name=@{Spell_Name}}} {{@{Spell_Type}=[[3d6 + (@{Intelligence} + @{Spell_Arcana})]]}}' name='roll_Spell'></button> </td> </tr> <tr> <td colspan="7"> <textarea class="sheet-spelltext" name="attr_Effect" placeholder="Spell Effect"></textarea> </td> </tr> </table> </fieldset> </div> </div><!-- Grimoire Tab Ending --> <div class="sheet-tab-content sheet-tab3"><!-- Background Tab --> <div class="sheet-colrow"> <div style="width:200px; float: left" class="sheet-lefter"> <table> <tr> <td class="blackbox"> CHARACTER </td> </tr> <tr> <td> <input class="sheet-basicinfotextbox" type="text" name="attr_character_name" disabled /> </td> </tr> </table> </div> <div style="width:200px; float: left" class="sheet-lefter"> <table> <tr> <td class="blackbox"> BACKGROUND </td> </tr> <tr> <td> <input class="sheet-basicinfotextbox" type="text" name="attr_Levelcheck" value="@{character_background}" disabled /> </td> </tr> </table> </div> <div style="width:180px; float: left" class="sheet-lefter"> <table> <tr> <td class="blackbox"> CLASS </td> </tr> <tr> <td> <input class="sheet-basicinfotextbox" type="text" name="attr_Classcheck" value="@{Class}" disabled /> </td> </tr> </table> </div> <div style="width:180px; float: left" class="sheet-lefter"> <table> <tr> <td class="blackbox"> LEVEL </td> </tr> <tr> <td> <input class="sheet-basicinfotextbox" type="number" name="attr_Levelcheck" value="@{Level}" disabled /> </td> </tr> </table> </div> </div> <div style="height: 55px"></div> <div class="sheet-colrow"> <table class="sheet-general"> <tr> <td class="blackbox_alternate"> CONCEPT </td> </tr> <tr> <td> <textarea name="attr_Concept" class="sheet-concepttext"></textarea> </td> </tr> </table> </div> <div class="sheet-2colrow"> <div class="sheet-col"><!-- 3rd Tab First Column --> <div class="sheet-colrow"> <table> <tr> <td class="blackbox_alternate"> LANGUAGES </td> </tr> <tr> <td> <textarea name="attr_Languages" class="sheet-goalstextsmall"></textarea> </td> </tr> </table> </div> <div class="sheet-colrow"> <table> <tr> <td class="blackbox_alternate"> GOALS </td> </tr> <tr> <td> <textarea name="attr_Goals" class="sheet-goalstext"></textarea> </td> </tr> </table> </div> <div class="sheet-colrow"> <table> <tr> <td class="blackbox_alternate"> TIES </td> </tr> <tr> <td> <textarea name="attr_Ties" class="sheet-tiestext"></textarea> </td> </tr> </table> </div> </div><!-- 3rd Tab - First Column End--> <div class="sheet-col"><!-- 3rd Tab, Second Column --> <div class="sheet-colrow"> <div class="sheet-section sheet-inventory"> <div class="sheet-inventory-content"> <table class="sheet-invTable"> <tr> <td class="blackbox_alternate" colspan="2"> EQUIPMENT </td> </tr> <tr> <td> Item </td> <td> Amount </td> </tr> <tr> <td> <input type="text" name="attr_Inventory_Name_Display" class="sheet-InventoryName"/> </td> <td> x<input type="text" name="attr_Inventory_Amount_Display" class="sheet-InventoryAmount"/> </td> </tr> </table> <fieldset class="repeating_inventory"> <table class="sheet-invTable"> <tr> <td> <input type="text" name="attr_Inventory_Name" class="sheet-InventoryName"/> </td> <td> x<input type="text" name="attr_Inventory_Amount" class="sheet-InventoryAmount"/> </td> </tr> </table> </fieldset> </div> </div> </div> <div class="sheet-colrow"> <div class="lefter"> <table style="width: 220px; float: left"> <tr> <td class="blackbox_alternate" colspan="3"> MONEY </td> </tr> <tr> <td class="sheet-circularmoney"> <input type="text" class="sheet-circularmoneytext" name="attr_Copper_Pieces" Placeholder="CP"/> </td> <td class="sheet-circularmoney"> <input type="text" class="sheet-circularmoneytext" name="attr_Silver_Pieces" Placeholder="SP"/> </td> <td class="sheet-circularmoney"> <input type="text" class="sheet-circularmoneytext" name="attr_Gold_Pieces" Placeholder="GP"/> </td> </tr> </table> </div> </div> </div><!-- 3rd Tab, Second Column End --> </div><!-- 3rd Tab Main Column Div End --> </div><!-- Background Tab Ending --> <div class="sheet-tab-content sheet-tab4"><!-- Talents Tab --> <div> <div> <fieldset class="repeating_talents"> <table class="sheet-spelltable"> <tr> <td class="blackbox_alternate" style="width: 150px"> TALENT </td> <td class="blackbox_alternate"> LEVEL </td> <td class="blackbox_alternate"> EFFECT </td> </tr> <tr> <td> <input type="text" name="attr_talent_name" class="sheet-talenttext"/> </td> <td rowspan="2"> <select name="attr_talent_level" class="sheet-talentselect"> <option value="Novice"selected>Novice</option> <option value="Journeyman">Journeyman</option> <option value="Master">Master</option> </select> </td> <td rowspan="2"> <textarea name="attr_talent_effect" class="sheet-talentarea"></textarea> </td> </tr> <tr> <td> Level Gained &nbsp;&nbsp;&nbsp;<input type="number" name="attr_talent_gained" class="sheet-talentnumber"/> </td> </tr> </table> </fieldset> </div> </div> </div> <!-- Talents Tab Ending --> <!-- Roll Templates --> <!-- Generic Template --> <rolltemplate class="sheet-rolltemplate-fantasyage_generic"> <table> <tr> <td colspan="2" class="sheet-header"> {{#character_name}} {{#character_id}}[{{character_name}}](http://journal.roll20.net/character/{{character_id}}){{/character_id}} {{^character_id}}{{character_name}}{{/character_id}} {{#name}}:{{/name}} {{/character_name}} {{#name}} {{#name_link}}[{{name}}]({{name_link}}){{/name_link}} {{^name_link}}{{name}}{{/name_link}} {{/name}} </td> </tr> {{#allprops() character_name character_id name_link}} <tr> <td>{{key}}</td> <td>{{value}}</td> </tr> {{/allprops() character_name character_id name_link}} </table> </rolltemplate>
sites/all/modules/custom/longform/longform_core/includes/bootstrap-tour/css/bootstrap-tour.min.css
erilot/longform
/* =========================================================== # bootstrap-tour - v0.8.1 # http://bootstraptour.com # ============================================================== # Copyright 2012-2013 Ulrich Sossou # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. */ .tour-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000;opacity:.8}.tour-step-backdrop{position:relative;z-index:1031;background:inherit}.tour-step-background{position:absolute;z-index:1030;background:inherit;border-radius:6px}.popover[class*=tour-]{z-index:1030}.popover[class*=tour-] .popover-navigation{padding:9px 14px}.popover[class*=tour-] .popover-navigation [data-role=end]{float:right}.popover[class*=tour-] .popover-navigation [data-role=prev],.popover[class*=tour-] .popover-navigation [data-role=next],.popover[class*=tour-] .popover-navigation [data-role=end]{cursor:pointer}.popover[class*=tour-] .popover-navigation [data-role=prev].disabled,.popover[class*=tour-] .popover-navigation [data-role=next].disabled,.popover[class*=tour-] .popover-navigation [data-role=end].disabled{cursor:default}.popover[class*=tour-].orphan{position:fixed;margin-top:0}.popover[class*=tour-].orphan .arrow{display:none}
后台页面/WebRoot/js/ueditor/third-party/codemirror/codemirror.css
pange123/PB_Management
.CodeMirror { line-height: 1em; font-family: monospace; } .CodeMirror-scroll { overflow: auto; height: 300px; /* This is needed to prevent an IE[67] bug where the scrolled content is visible outside of the scrolling box. */ position: relative; } .CodeMirror-gutter { position: absolute; left: 0; top: 0; z-index: 10; background-color: #f7f7f7; border-right: 1px solid #eee; min-width: 2em; height: 100%; } .CodeMirror-gutter-text { color: #aaa; text-align: right; padding: .4em .2em .4em .4em; white-space: pre !important; } .CodeMirror-lines { padding: .4em; } .CodeMirror pre { -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; border-radius: 0; border-width: 0; margin: 0; padding: 0; background: transparent; font-family: inherit; font-size: inherit; padding: 0; margin: 0; white-space: pre; word-wrap: normal; } .CodeMirror-wrap pre { word-wrap: break-word; white-space: pre-wrap; } .CodeMirror-wrap .CodeMirror-scroll { overflow-x: hidden; } .CodeMirror textarea { outline: none !important; } .CodeMirror pre.CodeMirror-cursor { z-index: 10; position: absolute; visibility: hidden; border-left: 1px solid black; } .CodeMirror-focused pre.CodeMirror-cursor { visibility: visible; } span.CodeMirror-selected { background: #d9d9d9; } .CodeMirror-focused span.CodeMirror-selected { background: #d2dcf8; } .CodeMirror-searching {background: #ffa;} /* Default theme */ .cm-s-default span.cm-keyword {color: #708;} .cm-s-default span.cm-atom {color: #219;} .cm-s-default span.cm-number {color: #164;} .cm-s-default span.cm-def {color: #00f;} .cm-s-default span.cm-variable {color: black;} .cm-s-default span.cm-variable-2 {color: #05a;} .cm-s-default span.cm-variable-3 {color: #085;} .cm-s-default span.cm-property {color: black;} .cm-s-default span.cm-operator {color: black;} .cm-s-default span.cm-comment {color: #a50;} .cm-s-default span.cm-string {color: #a11;} .cm-s-default span.cm-string-2 {color: #f50;} .cm-s-default span.cm-meta {color: #555;} .cm-s-default span.cm-error {color: #f00;} .cm-s-default span.cm-qualifier {color: #555;} .cm-s-default span.cm-builtin {color: #30a;} .cm-s-default span.cm-bracket {color: #cc7;} .cm-s-default span.cm-tag {color: #170;} .cm-s-default span.cm-attribute {color: #00c;} .cm-s-default span.cm-header {color: #a0a;} .cm-s-default span.cm-quote {color: #090;} .cm-s-default span.cm-hr {color: #999;} .cm-s-default span.cm-link {color: #00c;} span.cm-header, span.cm-strong {font-weight: bold;} span.cm-em {font-style: italic;} span.cm-emstrong {font-style: italic; font-weight: bold;} span.cm-link {text-decoration: underline;} div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;} div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
third_party/blink/web_tests/external/wpt/css/css-backgrounds/background-size/vector/wide--contain--nonpercent-width-omitted-height-viewbox.html
scheib/chromium
<!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ --> <!DOCTYPE html> <html> <head> <!-- The original and initial filename of this test was wide- -contain- -nonpercent-width-omitted-height-viewbox.html --> <title>CSS Backgrounds and Borders Test: background-size: contain; for nonpercent-width-omitted-height-viewbox.svg</title> <link rel="author" title="Jeff Walden" href="http://whereswalden.com/"> <link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-size"> <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing"> <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute"> <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute"> <link rel="match" href="reference/ref-wide-lime16x128-aqua16x128.html"> <meta name="flags" content="svg"> <style type="text/css"> div { background-image: url("support/nonpercent-width-omitted-height-viewbox.svg"); background-repeat: no-repeat; background-size: contain; border: black solid 1px; height: 256px; width: 768px; } </style> </head> <body> <div></div> </body> </html>
vendors/glm-0.9.7.1/doc/api/a00059_source.html
glcoder/gl44lessons
<!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.10"/> <title>0.9.7: mat2x3.hpp Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="logo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">0.9.7 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_275089585c7fc1b5fd5d7d42c69cb1da.html">D:</a></li><li class="navelem"><a class="el" href="dir_7b98f88bffbed4b390b5f8f520d9c08e.html">Source</a></li><li class="navelem"><a class="el" href="dir_1f76e953200861345293ade84ac7fb6c.html">G-Truc</a></li><li class="navelem"><a class="el" href="dir_e29b03b892e0e25920d021a614d4db9b.html">glm</a></li><li class="navelem"><a class="el" href="dir_5ce58d942b2d0776e17a9a58abc01e04.html">glm</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">mat2x3.hpp</div> </div> </div><!--header--> <div class="contents"> <a href="a00059.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="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#pragma once</span></div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;</div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="a00122.html">detail/type_mat2x3.hpp</a>&quot;</span></div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;</div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="keyword">namespace </span><a class="code" href="a00146.html">glm</a></div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;{</div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; <span class="keyword">typedef</span> tmat2x3&lt;float, lowp&gt; <a class="code" href="a00164.html#gae8fe30d421bc141fa84ad414b803947d">lowp_mat2x3</a>;</div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;</div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="keyword">typedef</span> tmat2x3&lt;float, mediump&gt; <a class="code" href="a00164.html#ga8c17198123baf6bfb59582ec42a3ca09">mediump_mat2x3</a>;</div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="keyword">typedef</span> tmat2x3&lt;float, highp&gt; <a class="code" href="a00164.html#ga9dfd75b5b17b89ccbecbdd6201efc74b">highp_mat2x3</a>;</div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;</div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;}<span class="comment">//namespace glm</span></div> <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;</div> <div class="ttc" id="a00122_html"><div class="ttname"><a href="a00122.html">type_mat2x3.hpp</a></div><div class="ttdoc">OpenGL Mathematics (glm.g-truc.net) </div></div> <div class="ttc" id="a00164_html_gae8fe30d421bc141fa84ad414b803947d"><div class="ttname"><a href="a00164.html#gae8fe30d421bc141fa84ad414b803947d">glm::lowp_mat2x3</a></div><div class="ttdeci">tmat2x3&lt; float, lowp &gt; lowp_mat2x3</div><div class="ttdoc">2 columns of 3 components matrix of low precision floating-point numbers. </div><div class="ttdef"><b>Definition:</b> <a href="a00120_source.html#l00112">type_mat.hpp:112</a></div></div> <div class="ttc" id="a00164_html_ga8c17198123baf6bfb59582ec42a3ca09"><div class="ttname"><a href="a00164.html#ga8c17198123baf6bfb59582ec42a3ca09">glm::mediump_mat2x3</a></div><div class="ttdeci">tmat2x3&lt; float, mediump &gt; mediump_mat2x3</div><div class="ttdoc">2 columns of 3 components matrix of medium precision floating-point numbers. </div><div class="ttdef"><b>Definition:</b> <a href="a00120_source.html#l00119">type_mat.hpp:119</a></div></div> <div class="ttc" id="a00164_html_ga9dfd75b5b17b89ccbecbdd6201efc74b"><div class="ttname"><a href="a00164.html#ga9dfd75b5b17b89ccbecbdd6201efc74b">glm::highp_mat2x3</a></div><div class="ttdeci">tmat2x3&lt; float, highp &gt; highp_mat2x3</div><div class="ttdoc">2 columns of 3 components matrix of high precision floating-point numbers. </div><div class="ttdef"><b>Definition:</b> <a href="a00120_source.html#l00126">type_mat.hpp:126</a></div></div> <div class="ttc" id="a00146_html"><div class="ttname"><a href="a00146.html">glm</a></div><div class="ttdef"><b>Definition:</b> <a href="a00003_source.html#l00040">_noise.hpp:40</a></div></div> </div><!-- fragment --></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.10 </small></address> </body> </html>
vendors/glm-0.9.7.1/doc/api/a00066.html
glcoder/gl44lessons
<!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.10"/> <title>0.9.7: mat4x4.hpp File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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="logo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">0.9.7 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_275089585c7fc1b5fd5d7d42c69cb1da.html">D:</a></li><li class="navelem"><a class="el" href="dir_7b98f88bffbed4b390b5f8f520d9c08e.html">Source</a></li><li class="navelem"><a class="el" href="dir_1f76e953200861345293ade84ac7fb6c.html">G-Truc</a></li><li class="navelem"><a class="el" href="dir_e29b03b892e0e25920d021a614d4db9b.html">glm</a></li><li class="navelem"><a class="el" href="dir_5ce58d942b2d0776e17a9a58abc01e04.html">glm</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">mat4x4.hpp File Reference</div> </div> </div><!--header--> <div class="contents"> <p><a href="a00066_source.html">Go to the source code of this file.</a></p> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>OpenGL Mathematics (glm.g-truc.net) </p> <p>Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p> <p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p> <p>Restrictions: By making use of the Software for military purposes, you choose to make a Bunny unhappy.</p> <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> <p><a class="el" href="a00162.html">GLM Core</a></p> <dl class="section date"><dt>Date</dt><dd>2013-12-24 / 2013-12-24 </dd></dl> <dl class="section author"><dt>Author</dt><dd>Christophe Riccio </dd></dl> <p>Definition in file <a class="el" href="a00066_source.html">mat4x4.hpp</a>.</p> </div></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.10 </small></address> </body> </html>
www/vendor/angular-1.3.9/docs/partials/error/$parse/isecwindow.html
marcoR80/simple-app-mobile
<a href='https://github.com/angular/angular.js/edit/v1.3.x/docs/content/error/$parse/isecwindow.ngdoc?message=docs(error%2Fisecwindow)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <h1>Error: error:isecwindow <div><span class='hint'>Referencing Window object in Expression</span></div> </h1> <div> <pre class="minerr-errmsg" error-display="Referencing the Window in Angular expressions is disallowed! Expression: {0}">Referencing the Window in Angular expressions is disallowed! Expression: {0}</pre> </div> <h2>Description</h2> <div class="description"> <p>Occurs when an expression attempts to access a Window object.</p> <p>AngularJS restricts access to the Window object from within expressions since it&#39;s a known way to execute arbitrary Javascript code.</p> <p>This check is only performed on object index and function calls in Angular expressions. These are places that are harder for the developer to guard. Dotted member access (such as a.b.c) does not perform this check - it&#39;s up to the developer to not expose such sensitive and powerful objects directly on the scope chain.</p> <p>To resolve this error, avoid Window access.</p> </div>
third_party/blink/web_tests/external/wpt/css/css-variables/variable-supports-04.html
scheib/chromium
<!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ --> <!DOCTYPE html> <title>CSS Test: Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference surrounded by white space tokens and with white space surrounding the variable name.</title> <link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au"> <link rel="help" href="http://www.w3.org/TR/css-variables-1/#using-variables"> <link rel="match" href="support/color-green-ref.html"> <style> body { color: red; } @supports (color: var( --a ) ) { p { color: green; } } </style> <p>This text must be green.</p>
tools/android/dx/src/com/android/dx/cf/attrib/package.html
tybor/MoSync
<body> <p>Implementation of containers and utilities for all the standard Java attribute types.</p> <p><b>PACKAGES USED:</b> <ul> <li><code>com.android.dx.cf.iface</code></li> <li><code>com.android.dx.rop.pool</code></li> <li><code>com.android.dx.util</code></li> </ul> </body>
third_party/web_platform_tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html
youtube/cobalt
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'</title> <meta name="description" content="Check that non a priori insecure subresource gets the full Referrer URL. A priori insecure subresource gets no referrer information."> <!-- No meta: CSP delivered via HTTP headers. --> <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org"> <link rel="help" href="https://w3c.github.io/webappsec/specs/referrer-policy/#referrer-policy-state-no-referrer-when-downgrade"> <meta name="assert" content="The referrer URL is stripped-referrer when a document served over http requires an https sub-resource via script-tag using the http-csp delivery method with keep-origin-redirect and when the target request is cross-origin."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <!-- TODO(kristijanburnik): Minify and merge both: --> <script src="/referrer-policy/generic/common.js"></script> <script src="/referrer-policy/generic/referrer-policy-test-case.js?pipe=sub"></script> </head> <body> <script> ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", "delivery_method": "http-csp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", "target_protocol": "https", "subresource": "script-tag", "subresource_path": "/referrer-policy/generic/subresource/script.py", "referrer_url": "stripped-referrer" }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>