path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
public/lib/ckeditor/ckeditor/skins/moono/toolbar.css
CJ-Zheng1023/knowledge-forum
.cke_toolbar { float: left; } .cke_rtl .cke_toolbar { float: right; } .cke_toolgroup { float: left; margin: 0 6px 5px 0; border: 1px solid #a6a6a6; border-bottom-color: #979797; border-radius: 3px; box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset; background: #e4e4e4; background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); } .cke_hc .cke_toolgroup { border: 0; margin-right: 10px; margin-bottom: 10px; } .cke_rtl .cke_toolgroup { float: right; margin-left: 6px; margin-right: 0; } a.cke_button { display: inline-block; height: 18px; padding: 4px 6px; outline: none; cursor: default; float: left; border: 0; } .cke_ltr .cke_button:last-child, .cke_rtl .cke_button:first-child { border-radius: 0 2px 2px 0; } .cke_ltr .cke_button:first-child, .cke_rtl .cke_button:last-child { border-radius: 2px 0 0 2px; } .cke_rtl .cke_button { float: right; } .cke_hc .cke_button { border: 1px solid black; padding: 3px 5px; margin: -2px 4px 0 -2px; } a.cke_button_on { box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); background: #b5b5b5; background-image: linear-gradient(to bottom, #aaa, #cacaca); filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca'); } .cke_hc .cke_button_on, .cke_hc a.cke_button_off:hover, .cke_hc a.cke_button_off:focus, .cke_hc a.cke_button_off:active, .cke_hc a.cke_button_disabled:hover, .cke_hc a.cke_button_disabled:focus, .cke_hc a.cke_button_disabled:active { border-width: 3px; padding: 1px 3px; } .cke_button_disabled .cke_button_icon { opacity: 0.3; } .cke_hc .cke_button_disabled { opacity: 0.5; } a.cke_button_on:hover, a.cke_button_on:focus, a.cke_button_on:active { box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); } a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active, a.cke_button_disabled:hover, a.cke_button_disabled:focus, a.cke_button_disabled:active { box-shadow: 0 0 1px rgba(0,0,0,.3) inset; background: #ccc; background-image: linear-gradient(to bottom, #f2f2f2, #ccc); filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); } .cke_button_icon { cursor: inherit; background-repeat: no-repeat; margin-top: 1px; width: 16px; height: 16px; float: left; display: inline-block; } .cke_rtl .cke_button_icon { float: right; } .cke_hc .cke_button_icon { display: none; } .cke_button_label { display: none; padding-left: 3px; margin-top: 1px; line-height: 17px; vertical-align: middle; float: left; cursor: default; color: #474747; text-shadow: 0 1px 0 rgba(255,255,255,.5); } .cke_rtl .cke_button_label { padding-right: 3px; padding-left: 0; float: right; } .cke_hc .cke_button_label { padding: 0; display: inline-block; font-size: 12px; } .cke_button_arrow { display: inline-block; margin: 8px 0 0 1px; width: 0; height: 0; cursor: default; vertical-align: top; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 3px solid #474747; } .cke_rtl .cke_button_arrow { margin-right: 5px; margin-left: 0; } .cke_hc .cke_button_arrow { font-size: 10px; margin: 3px -2px 0 3px; width: auto; border: 0; } .cke_toolbar_separator { float: left; background-color: #c0c0c0; background-color: rgba(0,0,0,.2); margin: 5px 2px 0; height: 18px; width: 1px; box-shadow: 1px 0 1px rgba(255,255,255,.5); } .cke_rtl .cke_toolbar_separator { float: right; box-shadow: -1px 0 1px rgba(255,255,255,.1); } .cke_hc .cke_toolbar_separator { width: 0; border-left: 1px solid; margin: 1px 5px 0 0px; } .cke_toolbar_break { display: block; clear: left; } .cke_rtl .cke_toolbar_break { clear: right; } a.cke_toolbox_collapser { width: 12px; height: 11px; float: right; margin: 11px 0 0; font-size: 0; cursor: default; text-align: center; border: 1px solid #a6a6a6; border-bottom-color: #979797; border-radius: 3px; box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset; background: #e4e4e4; background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); } .cke_toolbox_collapser:hover { background: #ccc; background-image: linear-gradient(to bottom, #f2f2f2, #ccc); filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); } .cke_toolbox_collapser.cke_toolbox_collapser_min { margin: 0 2px 4px; } .cke_rtl .cke_toolbox_collapser { float: left; } .cke_toolbox_collapser .cke_arrow { display: inline-block; height: 0; width: 0; font-size: 0; margin-top: 1px; border-left: 3px solid transparent; border-right: 3px solid transparent; border-bottom: 3px solid #474747; border-top: 3px solid transparent; } .cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow { margin-top: 4px; border-bottom-color: transparent; border-top-color: #474747; } .cke_hc .cke_toolbox_collapser .cke_arrow { font-size: 8px; width: auto; border: 0; margin-top: 0; margin-right: 2px; }
webdesign2016/DavidT/menu.html
LogosCambodia/LogosCambodia.github.io
<!DOCTYPE html> <html> <title> Menu </title> <head> <link rel="stylesheet" type="text/css" href="style.css"> <a href="index.html">Back To Homepage</a> </head> <body> <br> <br> <br> <div id="classes"<ol> <li><a href="classes.html">Classes</a></li> <br> <li><a href="Interests.html">My Interests</a></li> <br> <li><a href="worldviews.html">My Worldviews</a></li> </ol> </div> <br> <br> <br> <br> <br> <br> <br> <div id="footer"> <b>COPYRIGHT 2016 (C) DT Industries<b> </div> </body> </html>
doc/fiscal-year.js.html
backslashforward/bookie.js
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Source: fiscal-year.js</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> </head> <body> <div id="main"> <h1 class="page-title">Source: fiscal-year.js</h1> <section> <article> <pre class="prettyprint source linenums"><code>"use strict"; var dateUtils = require("./date/date-utils"); module.exports = FiscalYear; /** * Represents a fiscal year range in a bookkeeping {@link Book}. * @Constructor * @public * @param {date|string} from The inclusive start range of the fiscal year. If string, it will be parsed to a date. * @param {date|string} to The inclusive end range of the fiscal year. If string, it will be parsed to a date. */ function FiscalYear(from, to) { from = dateUtils.parse(from); to = dateUtils.parse(to); if(from.getTime() >= to.getTime()) { throw new Error("Invalid date range."); } this.from = from; this.to = to; } </code></pre> </article> </section> </div> <nav> <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-bookie.html">bookie</a></li><li><a href="module-bookie_date.html">bookie/date</a></li><li><a href="module-bookie_financialUtils.html">bookie/financialUtils</a></li><li><a href="module-bookie_numberUtils.html">bookie/numberUtils</a></li></ul><h3>Classes</h3><ul><li><a href="Account.html">Account</a></li><li><a href="Book.html">Book</a></li><li><a href="Extension.html">Extension</a></li><li><a href="ExtensionHandler.html">ExtensionHandler</a></li><li><a href="FiscalYear.html">FiscalYear</a></li><li><a href="FiscalYearHandler.html">FiscalYearHandler</a></li><li><a href="Verification.html">Verification</a></li></ul> </nav> <br clear="both"> <footer> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha11</a> on Sat Jan 17 2015 21:48:19 GMT+0100 (CET) </footer> <script> prettyPrint(); </script> <script src="scripts/linenumber.js"> </script> </body> </html>
src/routes/Election/routes/Media/components/News/news.css
imrenagi/rojak-web-frontend
.container-media { text-align: left; margin-left: 10px; } .news-title { padding-top: 20px; padding-bottom: 0px; } .news-url { color: green; } .bold { font-weight: bold; } .news-date { font-weight: bold; } .news-sentiment { font-style: italic; } .article-list { text-align: left; } .ui.items>.item .extra { color: rgba(0,0,0,1); }
doc/qthreadpool.html
shibukawa/qt5.jsx
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>QThreadPool Class Reference</title> <link href="classic.css" rel="stylesheet" type="text/css" /> </head> <body> <h1 align="center">QThreadPool Class Reference</h1> <h3 align="center">[<a href="com_trolltech_qt_core.html">com.trolltech.qt.core</a> package]</h3> <p>Inherits <a href="qobject.html">QObject</a>.</p> <h3>Constructor</h3> <ul> <li><div class="fn"/><b>void QThreadPool(QObject parent)</b></li> </ul> <h3>Constructor Properties</h3> <ul> <li><b>prototype</b>: The QThreadPool prototype object</li> <li><div class="fn"/><b>QThreadPool globalInstance()</b></li> </ul> <h3>Prototype Object Properties</h3> <p>The QThreadPool prototype object inherits properties from the <a href="qobject.html">QObject</a> prototype object and also has the following properties.</p> <ul> <li><div class="fn"/><b>void clear()</b></li> <li><div class="fn"/><b>void releaseThread()</b></li> <li><div class="fn"/><b>void reserveThread()</b></li> <li><div class="fn"/><b>void start(QRunnable runnable, int priority)</b></li> <li><div class="fn"/><b>bool tryStart(QRunnable runnable)</b></li> <li><div class="fn"/><b>bool waitForDone(int msecs)</b></li> </ul> <h3>Instance Properties</h3> <p>QThreadPool objects inherit properties from the QThreadPool prototype object and also have the following properties.</p> <ul> <li><div class="fn"/><b>expiryTimeout</b></li> <li><div class="fn"/><b>maxThreadCount</b></li> <li><div class="fn"/><b>activeThreadCount</b></li> </ul> </body> </html>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/8039937fac31557af67e79771b37cf45c8de1c0f00af5a3aaa250f3b7d9f0895.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./377c5fe5a8880c2109ed48e134c72f3bccec7a83aac57e2b1ce08c381a092e99.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
tools/FAKE/docs/apidocs/fake-environmenthelper.html
carsales/haxl.net
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>EnvironmentHelper - FAKE - F# Make</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"> <script src="https://code.jquery.com/jquery-1.8.0.js"></script> <script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script> <script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"> <link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" /> <script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="masthead"> <ul class="nav nav-pills pull-right"> <li><a href="http://fsharp.org">fsharp.org</a></li> <li><a href="http://github.com/fsharp/fake">github page</a></li> </ul> <h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3> </div> <hr /> <div class="row"> <div class="span9" id="main"> <h1>EnvironmentHelper</h1> <div class="xmldoc"> <p>This module contains functions which allow to read and write environment variables and build parameters</p> </div> <!-- Render nested types and modules, if there are any --> <h2>Nested types and modules</h2> <div> <table class="table table-bordered type-list"> <thead> <tr><td>Type</td><td>Description</td></tr> </thead> <tbody> <tr> <td class="type-name"> <a href="fake-environmenthelper-environtarget.html">EnvironTarget</a> </td> <td class="xmldoc"><p>Type alias for System.EnvironmentVariableTarget</p> </td> </tr> <tr> <td class="type-name"> <a href="fake-environmenthelper-machinedetails.html">MachineDetails</a> </td> <td class="xmldoc"><p>A record which allows to display lots of machine specific information like machine name, processor count etc.</p> </td> </tr> </tbody> </table> </div> <h3>Functions and values</h3> <table class="table table-bordered member-list"> <thead> <tr><td>Function or value</td><td>Description</td></tr> </thead> <tbody> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '210', 210)" onmouseover="showTip(event, '210', 210)"> ( @@ ) path1 path2 </code> <div class="tip" id="210"> <strong>Signature:</strong> path1:string -&gt; path2:string -&gt; string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L25-25" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Combines two path strings using Path.Combine</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '211', 211)" onmouseover="showTip(event, '211', 211)"> ( &lt;/&gt; ) path1 path2 </code> <div class="tip" id="211"> <strong>Signature:</strong> path1:string -&gt; path2:string -&gt; string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L26-26" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '212', 212)" onmouseover="showTip(event, '212', 212)"> appSetting name </code> <div class="tip" id="212"> <strong>Signature:</strong> name:string -&gt; string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L85-85" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Retrieves the application settings variable with the given name</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '213', 213)" onmouseover="showTip(event, '213', 213)"> clearProcessEnvironVar name </code> <div class="tip" id="213"> <strong>Signature:</strong> name:string -&gt; unit<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L45-45" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Clears the environment variable with the given name for the current process.</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '214', 214)" onmouseover="showTip(event, '214', 214)"> combinePaths path1 path2 </code> <div class="tip" id="214"> <strong>Signature:</strong> path1:string -&gt; path2:string -&gt; string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L21-21" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Combines two path strings using Path.Combine</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '215', 215)" onmouseover="showTip(event, '215', 215)"> combinePathsNoTrim path1 path2 </code> <div class="tip" id="215"> <strong>Signature:</strong> path1:string -&gt; path2:string -&gt; string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L22-22" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '216', 216)" onmouseover="showTip(event, '216', 216)"> convertWindowsToCurrentPath windowsPath </code> <div class="tip" id="216"> <strong>Signature:</strong> windowsPath:string -&gt; string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L182-182" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Convert the given windows path to a path in the current system</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '217', 217)" onmouseover="showTip(event, '217', 217)"> directorySeparator </code> <div class="tip" id="217"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L179-179" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>The directory separator string. On most systems / or \</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '218', 218)" onmouseover="showTip(event, '218', 218)"> documentsFolder </code> <div class="tip" id="218"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L176-176" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>The path to the personal documents</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '219', 219)" onmouseover="showTip(event, '219', 219)"> encoding </code> <div class="tip" id="219"> <strong>Signature:</strong> Encoding<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L187-187" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Contains the IO encoding which is given via build parameter "encoding" or the default encoding if no encoding was specified.</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '220', 220)" onmouseover="showTip(event, '220', 220)"> environVar name </code> <div class="tip" id="220"> <strong>Signature:</strong> name:string -&gt; string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L18-18" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Retrieves the environment variable with the given name</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '221', 221)" onmouseover="showTip(event, '221', 221)"> environVarOrDefault name defaultValue </code> <div class="tip" id="221"> <strong>Signature:</strong> name:string -&gt; defaultValue:string -&gt; string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L51-51" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Retrieves the environment variable with the given name or returns the default if no value was set</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '222', 222)" onmouseover="showTip(event, '222', 222)"> environVarOrFail name </code> <div class="tip" id="222"> <strong>Signature:</strong> name:string -&gt; string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L57-57" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Retrieves the environment variable with the given name or fails if not found</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '223', 223)" onmouseover="showTip(event, '223', 223)"> environVarOrNone name </code> <div class="tip" id="223"> <strong>Signature:</strong> name:string -&gt; string option<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L73-73" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Retrieves the environment variable or None</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '224', 224)" onmouseover="showTip(event, '224', 224)"> environVars target </code> <div class="tip" id="224"> <strong>Signature:</strong> target:EnvironmentVariableTarget -&gt; (obj * obj) list<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L33-33" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Retrieves all environment variables from the given target</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '225', 225)" onmouseover="showTip(event, '225', 225)"> getBuildParam name </code> <div class="tip" id="225"> <strong>Signature:</strong> name:string -&gt; string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L96-96" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Returns the value of the build parameter with the given name if it was set and otherwise an empty string</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '226', 226)" onmouseover="showTip(event, '226', 226)"> getBuildParamOrDefault name defaultParam </code> <div class="tip" id="226"> <strong>Signature:</strong> name:string -&gt; defaultParam:string -&gt; string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L91-91" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Returns the value of the build parameter with the given name if it was set and otherwise the given default value</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '227', 227)" onmouseover="showTip(event, '227', 227)"> getDrivesInfo () </code> <div class="tip" id="227"> <strong>Signature:</strong> unit -&gt; seq&lt;string&gt;<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L228-228" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Retrieves information about the hard drives</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '228', 228)" onmouseover="showTip(event, '228', 228)"> getEnvironmentVarAsBool varName </code> <div class="tip" id="228"> <strong>Signature:</strong> varName:string -&gt; bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L70-70" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Retrieves the environment variable with the given name or returns the false if no value was set</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '229', 229)" onmouseover="showTip(event, '229', 229)"> getEnvironmentVarAsBoolOrDefault (...) </code> <div class="tip" id="229"> <strong>Signature:</strong> varName:string -&gt; defaultValue:bool -&gt; bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L63-63" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Retrieves the environment variable with the given name or returns the default bool if no value was set</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '230', 230)" onmouseover="showTip(event, '230', 230)"> getInstalledDotNetFrameworks () </code> <div class="tip" id="230"> <strong>Signature:</strong> unit -&gt; seq&lt;string&gt;<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L193-193" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Returns a sequence with all installed .NET framework versions</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '231', 231)" onmouseover="showTip(event, '231', 231)"> getMachineEnvironment () </code> <div class="tip" id="231"> <strong>Signature:</strong> unit -&gt; MachineDetails<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L239-239" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Retrieves lots of machine specific information like machine name, processor count etc.</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '232', 232)" onmouseover="showTip(event, '232', 232)"> getNewestTool possibleToolPaths </code> <div class="tip" id="232"> <strong>Signature:</strong> possibleToolPaths:seq&lt;&#39;?10115&gt; -&gt; &#39;?10115<br /> <strong>Type parameters:</strong> '?10115 </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L162-162" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Helper function to help find framework or sdk tools from the newest toolkit available</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '233', 233)" onmouseover="showTip(event, '233', 233)"> getTargetPlatformDir platformVersion </code> <div class="tip" id="233"> <strong>Signature:</strong> platformVersion:string -&gt; string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L171-171" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Gets the local directory for the given target platform</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '234', 234)" onmouseover="showTip(event, '234', 234)"> hasBuildParam name </code> <div class="tip" id="234"> <strong>Signature:</strong> name:string -&gt; bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L88-88" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Returns if the build parameter with the given name was set</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '235', 235)" onmouseover="showTip(event, '235', 235)"> isLinux </code> <div class="tip" id="235"> <strong>Signature:</strong> bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L124-124" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Determines if the current system is a Linux system</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '236', 236)" onmouseover="showTip(event, '236', 236)"> isMacOS </code> <div class="tip" id="236"> <strong>Signature:</strong> bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L121-121" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Determines if the current system is a MacOs system</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '237', 237)" onmouseover="showTip(event, '237', 237)"> isMono </code> <div class="tip" id="237"> <strong>Signature:</strong> bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L128-128" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Determines if the current system is a mono system Todo: Detect mono on windows</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '238', 238)" onmouseover="showTip(event, '238', 238)"> isUnix </code> <div class="tip" id="238"> <strong>Signature:</strong> bool<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L118-118" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Determines if the current system is an Unix system</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '239', 239)" onmouseover="showTip(event, '239', 239)"> monoArguments </code> <div class="tip" id="239"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L137-137" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Arguments on the Mono executable</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '240', 240)" onmouseover="showTip(event, '240', 240)"> monoPath </code> <div class="tip" id="240"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L130-130" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '241', 241)" onmouseover="showTip(event, '241', 241)"> normalizePath path </code> <div class="tip" id="241"> <strong>Signature:</strong> path:string -&gt; string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L29-29" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '242', 242)" onmouseover="showTip(event, '242', 242)"> platformInfoAction psi </code> <div class="tip" id="242"> <strong>Signature:</strong> psi:ProcessStartInfo -&gt; unit<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L140-140" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Modifies the ProcessStartInfo according to the platform semantics</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '243', 243)" onmouseover="showTip(event, '243', 243)"> ProgramFiles </code> <div class="tip" id="243"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L99-99" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>The path of the "Program Files" folder - might be x64 on x64 machine</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '244', 244)" onmouseover="showTip(event, '244', 244)"> ProgramFilesX86 </code> <div class="tip" id="244"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L104-104" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>The path of Program Files (x86) It seems this covers all cases where PROCESSOR_ARCHITECTURE may misreport and the case where the other variable PROCESSOR_ARCHITEW6432 can be null</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '245', 245)" onmouseover="showTip(event, '245', 245)"> sdkBasePath </code> <div class="tip" id="245"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L158-158" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Base path for getting tools from windows SDKs</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '246', 246)" onmouseover="showTip(event, '246', 246)"> setBuildParam name value </code> <div class="tip" id="246"> <strong>Signature:</strong> name:string -&gt; value:string -&gt; unit<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L48-48" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Sets the build parameter with the given name for the current process.</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '247', 247)" onmouseover="showTip(event, '247', 247)"> setEnvironVar name value </code> <div class="tip" id="247"> <strong>Signature:</strong> name:string -&gt; value:string -&gt; unit<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L39-39" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Sets the environment variable with the given name</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '248', 248)" onmouseover="showTip(event, '248', 248)"> setProcessEnvironVar name value </code> <div class="tip" id="248"> <strong>Signature:</strong> name:string -&gt; value:string -&gt; unit<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L42-42" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Sets the environment variable with the given name for the current process.</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '249', 249)" onmouseover="showTip(event, '249', 249)"> splitEnvironVar name </code> <div class="tip" id="249"> <strong>Signature:</strong> name:string -&gt; string list<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L79-79" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Splits the entries of an environment variable and removes the empty ones.</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '250', 250)" onmouseover="showTip(event, '250', 250)"> SystemRoot </code> <div class="tip" id="250"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L115-115" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>The system root environment variable. Typically "C:\Windows"</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '251', 251)" onmouseover="showTip(event, '251', 251)"> TargetPlatformPrefix </code> <div class="tip" id="251"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/EnvironmentHelper.fs#L146-146" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>The path of the current target platform</p> </td> </tr> </tbody> </table> </div> <div class="span3"> <a href="http://fsharp.github.io/FAKE/index.html"> <img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" /> </a> <ul class="nav nav-list" id="menu"> <li class="nav-header">FAKE - F# Make</li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li> <li class="divider"></li> <li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li> <li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li> <li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (Apache 2)</a></li> <li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li> <li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li> <li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li> <li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li> <li class="nav-header">Tutorials</li> <li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li> <li><a href="http://fsharp.github.io/FAKE/cache.html">Build script caching</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li> <li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li> <li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li> <li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li> <li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li> <li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li> <li><a href="http://fsharp.github.io/FAKE/parallel-build.html">Running targets in parallel</a></li> <li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li> <li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li> <li><a href="http://fsharp.github.io/FAKE/soft-dependencies.html">Soft dependencies</a></li> <li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li> <li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li> <li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurewebjobs.html">Azure WebJobs support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurecloudservices.html">Azure Cloud Services support</a></li> <li><a href="http://fsharp.github.io/FAKE/fluentmigrator.html">FluentMigrator support</a></li> <li><a href="http://fsharp.github.io/FAKE/androidpublisher.html">Android publisher</a></li> <li><a href="http://fsharp.github.io/FAKE/watch.html">File Watcher</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/iis.html">Fake.IIS</a></li> <li class="nav-header">Reference</li> <li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li> </ul> </div> </div> </div> <a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a> </body> </html>
development/requirements/xenon-core-3-sdk/IDE/plugins/docs/intuicio_assembly.css
PsichiX/Ptakopysk
body{ color: white; text-align: center; background-image: url('bg.png'); font-family: Verdana; margin: 0; } a:link{ text-decoration: none; color: white; } a:visited{ text-decoration: none; color: white; } a:active{ text-decoration: none; color: white; } a:hover{ text-decoration: underline; color: white; } .title{ font-weight: bold; font-size: 20px; margin-top: 24px; } .title_sub{ font-size: 18px; font-style: italic; } .container{ width: 800px; margin: 32px auto; } .command{ border: 1px dashed gray; text-align: left; padding: 0px 0px 12px 0px; margin-bottom: 8px; } .opcode{ font-family: 'Courier New'; font-weight: bold; background-color: black; padding: 8px; text-align: center; border: 1px dashed gray; } .param{ font-weight: bold; font-style: italic; color: #D0D0D0; margin-left: 24px; margin-top: 8px; } .name{ font-weight: bold; color: #FFFFFF; margin-right: 32px; } .desc{ } .description{ padding: 8px 8px; }
chess-timer.html
poyi/poyi.github.io
--- layout: default title: Chess Timer keywords: poyi chen, design, product, ux, ui, visual, iOS, app, mobile --- <div class="header"> <a class="home-link" href="/">Poyi Chen</a> <a class="works-link" href="/works.html">Browse All Works</a> </div> <section class="row"> <div class="large-12 columns portfolio"> <h1>Chess Timer</h1> <h3>Product Design, iOS • Side Project</h3> <div class="section center"> <img src="img/chess/timer-preview.png" data-rjs="2" /> <div class="clear"></div> </div> <h2>Project Description</h2> <p> Chess Timer is a simple utility iOS app that aims to replace the physical chess clock when playing speed chess. I designed, coded, and launch the app to the App Store. </p> <div class="section center"> <img src="img/chess/start-screen.png" data-rjs="2" class="img-double img-medium"/> <img src="img/chess/coutndown.png" data-rjs="2" class="img-double img-medium"/> <div class="clear"></div> </div> <p> This project from a design standpoint was interesting because it has to support two different player using it from the opposite perspective. The idea was to have a mirror interface so each player will interact with the app in a similar, consistent way. The challenge is to make sure that the interface is easy to interact with from a precision standpoint. Since chess players should be able to tap on the clock with ease (sometimes not looking), the tap zone needs to be as large as possible especially when the size of the mobile device is already small to begin with. </p> <div class="section center"> <img src="img/chess/chess-timer-demo.gif" data-rjs="2" /> <div class="clear"></div> </div> <p> The solution was to make the display dynamic so that the tap zone will adjust on each turn to ensure that the current play has the maximum tap space to interact with. </p> <div class="section center"> <img src="img/chess/timer-icon.png" data-rjs="2"/> <div class="clear"></div> </div> <p> This is an example of the image details view where image tags can be managed. Basic functions such as download, share, and delete are available within this view as well. </p> </div> </section>
doc/jdk6_cn/javax/management/relation/RoleInfo.html
piterlin/piterlin.github.io
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0-beta2) on Mon Mar 19 18:30:11 CST 2007 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> RoleInfo (Java Platform SE 6) </TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script> <META NAME="date" CONTENT="2007-03-19"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="RoleInfo (Java Platform SE 6)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="跳过导航链接"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>类</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RoleInfo.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../javax/management/relation/Role.html" title="javax.management.relation 中的类"><B>上一个类</B></A>&nbsp; &nbsp;<A HREF="../../../javax/management/relation/RoleInfoNotFoundException.html" title="javax.management.relation 中的类"><B>下一个类</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?javax/management/relation/RoleInfo.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="RoleInfo.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 摘要:&nbsp;嵌套&nbsp;|&nbsp;<A HREF="#field_summary">字段</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_summary">方法</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 详细信息:&nbsp;<A HREF="#field_detail">字段</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_detail">方法</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> javax.management.relation</FONT> <BR> 类 RoleInfo</H2> <PRE> <A HREF="../../../java/lang/Object.html" title="java.lang 中的类">java.lang.Object</A> <IMG SRC="../../../resources/inherit.gif" ALT="继承者 "><B>javax.management.relation.RoleInfo</B> </PRE> <DL> <DT><B>所有已实现的接口:</B> <DD><A HREF="../../../java/io/Serializable.html" title="java.io 中的接口">Serializable</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>RoleInfo</B><DT>extends <A HREF="../../../java/lang/Object.html" title="java.lang 中的类">Object</A><DT>implements <A HREF="../../../java/io/Serializable.html" title="java.io 中的接口">Serializable</A></DL> </PRE> <P> RoleInfo 概括介绍关系类型中的角色。 <p>此类的 <b>serialVersionUID</b> 为 <code>2504952983494636987L</code>。 <P> <P> <DL> <DT><B>从以下版本开始:</B></DT> <DD>1.5</DD> <DT><B>另请参见:</B><DD><A HREF="../../../serialized-form.html#javax.management.relation.RoleInfo">序列化表格</A></DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>字段摘要</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#ROLE_CARDINALITY_INFINITY">ROLE_CARDINALITY_INFINITY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;指定无限的容量。</TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>构造方法摘要</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#RoleInfo(javax.management.relation.RoleInfo)">RoleInfo</A></B>(<A HREF="../../../javax/management/relation/RoleInfo.html" title="javax.management.relation 中的类">RoleInfo</A>&nbsp;roleInfo)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;复制构造方法。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#RoleInfo(java.lang.String, java.lang.String)">RoleInfo</A></B>(<A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A>&nbsp;roleName, <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A>&nbsp;mbeanClassName)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;构造方法。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#RoleInfo(java.lang.String, java.lang.String, boolean, boolean)">RoleInfo</A></B>(<A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A>&nbsp;roleName, <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A>&nbsp;mbeanClassName, boolean&nbsp;read, boolean&nbsp;write)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;构造方法。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#RoleInfo(java.lang.String, java.lang.String, boolean, boolean, int, int, java.lang.String)">RoleInfo</A></B>(<A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A>&nbsp;roleName, <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A>&nbsp;mbeanClassName, boolean&nbsp;read, boolean&nbsp;write, int&nbsp;min, int&nbsp;max, <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A>&nbsp;descr)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;构造方法。</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>方法摘要</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#checkMaxDegree(int)">checkMaxDegree</A></B>(int&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;如果 <tt>value</tt> 参数小于或等于期望的最大程度,则返回 true;否则返回 false。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#checkMinDegree(int)">checkMinDegree</A></B>(int&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;如果 <tt>value</tt> 参数大于或等于期望的最小程度,则返回 true;否则返回 false。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#getDescription()">getDescription</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;返回角色的描述文本。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#getMaxDegree()">getMaxDegree</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;返回相应角色引用的最大程度。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#getMinDegree()">getMinDegree</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;返回相应角色引用的最小程度。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#getName()">getName</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;返回角色名称。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#getRefMBeanClassName()">getRefMBeanClassName</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;返回期望在相应角色中引用的 MBean 的类型名称。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#isReadable()">isReadable</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;返回角色的读取访问模式(如果可读,则返回 true)。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#isWritable()">isWritable</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;返回角色的写入访问模式(如果可写,则返回 true)。</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javax/management/relation/RoleInfo.html#toString()">toString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;返回描述角色信息的字符串。</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>从类 java.lang.<A HREF="../../../java/lang/Object.html" title="java.lang 中的类">Object</A> 继承的方法</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>字段详细信息</B></FONT></TH> </TR> </TABLE> <A NAME="ROLE_CARDINALITY_INFINITY"><!-- --></A><H3> ROLE_CARDINALITY_INFINITY</H3> <PRE> public static final int <B>ROLE_CARDINALITY_INFINITY</B></PRE> <DL> <DD>指定无限的容量。 <P> <DL> <DT><B>另请参见:</B><DD><A HREF="../../../constant-values.html#javax.management.relation.RoleInfo.ROLE_CARDINALITY_INFINITY">常量字段值</A></DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>构造方法详细信息</B></FONT></TH> </TR> </TABLE> <A NAME="RoleInfo(java.lang.String, java.lang.String, boolean, boolean, int, int, java.lang.String)"><!-- --></A><H3> RoleInfo</H3> <PRE> public <B>RoleInfo</B>(<A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A>&nbsp;roleName, <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A>&nbsp;mbeanClassName, boolean&nbsp;read, boolean&nbsp;write, int&nbsp;min, int&nbsp;max, <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A>&nbsp;descr) throws <A HREF="../../../java/lang/IllegalArgumentException.html" title="java.lang 中的类">IllegalArgumentException</A>, <A HREF="../../../javax/management/relation/InvalidRoleInfoException.html" title="javax.management.relation 中的类">InvalidRoleInfoException</A>, <A HREF="../../../java/lang/ClassNotFoundException.html" title="java.lang 中的类">ClassNotFoundException</A>, <A HREF="../../../javax/management/NotCompliantMBeanException.html" title="javax.management 中的类">NotCompliantMBeanException</A></PRE> <DL> <DD>构造方法。 <P> <DL> <DT><B>参数:</B><DD><CODE>roleName</CODE> - 角色的名称。<DD><CODE>mbeanClassName</CODE> - 期望在相应角色中引用的 MBean 的类名称。如果 MBean <em>M</em> 在此角色中,则对于 <A HREF="../../../javax/management/MBeanServer.html#isInstanceOf(javax.management.ObjectName, java.lang.String)"><CODE>isInstanceOf(M, mbeanClassName)</CODE></A>,MBean 服务器必须返回 true。<DD><CODE>read</CODE> - 指示相应角色是否可读的标志<DD><CODE>write</CODE> - 指示相应角色是否可设置的标志<DD><CODE>min</CODE> - 角色的最小程度,即要在相应角色提供的 MBean 的最小数必须小于或等于 <tt>max</tt>。(ROLE_CARDINALITY_INFINITY 不受限制)<DD><CODE>max</CODE> - 角色的最大程度,即要在相应角色中提供的 MBean 的最大数必须大于或等于 <tt>min</tt>(ROLE_CARDINALITY_INFINITY 不受限制)<DD><CODE>descr</CODE> - 角色的描述(可以为 null) <DT><B>抛出:</B> <DD><CODE><A HREF="../../../java/lang/IllegalArgumentException.html" title="java.lang 中的类">IllegalArgumentException</A></CODE> - 如果参数为 null <DD><CODE><A HREF="../../../javax/management/relation/InvalidRoleInfoException.html" title="javax.management.relation 中的类">InvalidRoleInfoException</A></CODE> - 如果最小程度大于最大程度。 <DD><CODE><A HREF="../../../java/lang/ClassNotFoundException.html" title="java.lang 中的类">ClassNotFoundException</A></CODE> - 从 JMX 1.2 开始,不再抛出此异常。它将保留在此类的声明中,以便与现有代码兼容。 <DD><CODE><A HREF="../../../javax/management/NotCompliantMBeanException.html" title="javax.management 中的类">NotCompliantMBeanException</A></CODE> - 如果类 mbeanClassName 不是 MBean 类。</DL> </DL> <HR> <A NAME="RoleInfo(java.lang.String, java.lang.String, boolean, boolean)"><!-- --></A><H3> RoleInfo</H3> <PRE> public <B>RoleInfo</B>(<A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A>&nbsp;roleName, <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A>&nbsp;mbeanClassName, boolean&nbsp;read, boolean&nbsp;write) throws <A HREF="../../../java/lang/IllegalArgumentException.html" title="java.lang 中的类">IllegalArgumentException</A>, <A HREF="../../../java/lang/ClassNotFoundException.html" title="java.lang 中的类">ClassNotFoundException</A>, <A HREF="../../../javax/management/NotCompliantMBeanException.html" title="javax.management 中的类">NotCompliantMBeanException</A></PRE> <DL> <DD>构造方法。 <P> <DL> <DT><B>参数:</B><DD><CODE>roleName</CODE> - 角色的名称<DD><CODE>mbeanClassName</CODE> - 期望在相应角色中引用的 MBean 的类名称。如果 MBean <em>M</em> 在此角色中,则对于 <A HREF="../../../javax/management/MBeanServer.html#isInstanceOf(javax.management.ObjectName, java.lang.String)"><CODE>isInstanceOf(M, mbeanClassName)</CODE></A>,MBean 服务器必须返回 true。<DD><CODE>read</CODE> - 指示相应角色是否可读的标志<DD><CODE>write</CODE> - 指示相应角色是否可设置的标志 <P>默认为 1 的最小和最大程度。 <P>默认为 null 的角色描述。 <DT><B>抛出:</B> <DD><CODE><A HREF="../../../java/lang/IllegalArgumentException.html" title="java.lang 中的类">IllegalArgumentException</A></CODE> - 如果参数为 null <DD><CODE><A HREF="../../../java/lang/ClassNotFoundException.html" title="java.lang 中的类">ClassNotFoundException</A></CODE> - 从 JMX 1.2 开始,不再抛出此异常。它将保留在此类的声明中,以便与现有代码兼容。 <DD><CODE><A HREF="../../../javax/management/NotCompliantMBeanException.html" title="javax.management 中的类">NotCompliantMBeanException</A></CODE> - 从 JMX 1.2 开始,不再抛出此异常。它将保留在此类的声明中,以便与现有代码兼容。</DL> </DL> <HR> <A NAME="RoleInfo(java.lang.String, java.lang.String)"><!-- --></A><H3> RoleInfo</H3> <PRE> public <B>RoleInfo</B>(<A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A>&nbsp;roleName, <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A>&nbsp;mbeanClassName) throws <A HREF="../../../java/lang/IllegalArgumentException.html" title="java.lang 中的类">IllegalArgumentException</A>, <A HREF="../../../java/lang/ClassNotFoundException.html" title="java.lang 中的类">ClassNotFoundException</A>, <A HREF="../../../javax/management/NotCompliantMBeanException.html" title="javax.management 中的类">NotCompliantMBeanException</A></PRE> <DL> <DD>构造方法。 <P> <DL> <DT><B>参数:</B><DD><CODE>roleName</CODE> - 角色的名称<DD><CODE>mbeanClassName</CODE> - 期望在相应角色中引用的 MBean 的类名称。如果 MBean <em>M</em> 在此角色中,则对于 <A HREF="../../../javax/management/MBeanServer.html#isInstanceOf(javax.management.ObjectName, java.lang.String)"><CODE>isInstanceOf(M, mbeanClassName)</CODE></A>,MBean 服务器必须返回 true。 <P>默认为 true 的 IsReadable 和 IsWritable。 <P>默认为 1 的最小和最大程度。 <P>默认为 null 的角色描述。 <DT><B>抛出:</B> <DD><CODE><A HREF="../../../java/lang/IllegalArgumentException.html" title="java.lang 中的类">IllegalArgumentException</A></CODE> - 如果参数为 null <DD><CODE><A HREF="../../../java/lang/ClassNotFoundException.html" title="java.lang 中的类">ClassNotFoundException</A></CODE> - 从 JMX 1.2 开始,不再抛出此异常。它将保留在此类的声明中,以便与现有代码兼容。 <DD><CODE><A HREF="../../../javax/management/NotCompliantMBeanException.html" title="javax.management 中的类">NotCompliantMBeanException</A></CODE> - 从 JMX 1.2 开始,不再抛出此异常。它将保留在此类的声明中,以便与现有代码兼容。</DL> </DL> <HR> <A NAME="RoleInfo(javax.management.relation.RoleInfo)"><!-- --></A><H3> RoleInfo</H3> <PRE> public <B>RoleInfo</B>(<A HREF="../../../javax/management/relation/RoleInfo.html" title="javax.management.relation 中的类">RoleInfo</A>&nbsp;roleInfo) throws <A HREF="../../../java/lang/IllegalArgumentException.html" title="java.lang 中的类">IllegalArgumentException</A></PRE> <DL> <DD>复制构造方法。 <P> <DL> <DT><B>参数:</B><DD><CODE>roleInfo</CODE> - 要复制的 <tt>RoleInfo</tt> 实例。 <DT><B>抛出:</B> <DD><CODE><A HREF="../../../java/lang/IllegalArgumentException.html" title="java.lang 中的类">IllegalArgumentException</A></CODE> - 如果参数为 null</DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>方法详细信息</B></FONT></TH> </TR> </TABLE> <A NAME="getName()"><!-- --></A><H3> getName</H3> <PRE> public <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A> <B>getName</B>()</PRE> <DL> <DD>返回角色名称。 <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>返回:</B><DD>角色名称。</DL> </DD> </DL> <HR> <A NAME="isReadable()"><!-- --></A><H3> isReadable</H3> <PRE> public boolean <B>isReadable</B>()</PRE> <DL> <DD>返回角色的读取访问模式(如果可读,则返回 true)。 <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>返回:</B><DD>如果角色可读,则返回 true</DL> </DD> </DL> <HR> <A NAME="isWritable()"><!-- --></A><H3> isWritable</H3> <PRE> public boolean <B>isWritable</B>()</PRE> <DL> <DD>返回角色的写入访问模式(如果可写,则返回 true)。 <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>返回:</B><DD>如果角色可写,则返回 true。</DL> </DD> </DL> <HR> <A NAME="getDescription()"><!-- --></A><H3> getDescription</H3> <PRE> public <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A> <B>getDescription</B>()</PRE> <DL> <DD>返回角色的描述文本。 <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>返回:</B><DD>角色的描述。</DL> </DD> </DL> <HR> <A NAME="getMinDegree()"><!-- --></A><H3> getMinDegree</H3> <PRE> public int <B>getMinDegree</B>()</PRE> <DL> <DD>返回相应角色引用的最小程度。 <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>返回:</B><DD>最小程度。</DL> </DD> </DL> <HR> <A NAME="getMaxDegree()"><!-- --></A><H3> getMaxDegree</H3> <PRE> public int <B>getMaxDegree</B>()</PRE> <DL> <DD>返回相应角色引用的最大程度。 <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>返回:</B><DD>最大程度。</DL> </DD> </DL> <HR> <A NAME="getRefMBeanClassName()"><!-- --></A><H3> getRefMBeanClassName</H3> <PRE> public <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A> <B>getRefMBeanClassName</B>()</PRE> <DL> <DD><p>返回期望在相应角色中引用的 MBean 的类型名称。</p> <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>返回:</B><DD>引用的类型名称。</DL> </DD> </DL> <HR> <A NAME="checkMinDegree(int)"><!-- --></A><H3> checkMinDegree</H3> <PRE> public boolean <B>checkMinDegree</B>(int&nbsp;value)</PRE> <DL> <DD>如果 <tt>value</tt> 参数大于或等于期望的最小程度,则返回 true;否则返回 false。 <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>参数:</B><DD><CODE>value</CODE> - 要检查的值 <DT><B>返回:</B><DD>如果大于或等于最小程度,则返回 true;否则返回 false。</DL> </DD> </DL> <HR> <A NAME="checkMaxDegree(int)"><!-- --></A><H3> checkMaxDegree</H3> <PRE> public boolean <B>checkMaxDegree</B>(int&nbsp;value)</PRE> <DL> <DD>如果 <tt>value</tt> 参数小于或等于期望的最大程度,则返回 true;否则返回 false。 <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>参数:</B><DD><CODE>value</CODE> - 要检查的值 <DT><B>返回:</B><DD>如果小于或等于最大程度,则返回 true;否则返回 false。</DL> </DD> </DL> <HR> <A NAME="toString()"><!-- --></A><H3> toString</H3> <PRE> public <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A> <B>toString</B>()</PRE> <DL> <DD>返回描述角色信息的字符串。 <P> <DD><DL> <DT><B>覆盖:</B><DD>类 <CODE><A HREF="../../../java/lang/Object.html" title="java.lang 中的类">Object</A></CODE> 中的 <CODE><A HREF="../../../java/lang/Object.html#toString()">toString</A></CODE></DL> </DD> <DD><DL> <DT><B>返回:</B><DD>角色信息的描述。</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="跳过导航链接"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>类</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RoleInfo.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;Platform<br>Standard&nbsp;Ed. 6</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../javax/management/relation/Role.html" title="javax.management.relation 中的类"><B>上一个类</B></A>&nbsp; &nbsp;<A HREF="../../../javax/management/relation/RoleInfoNotFoundException.html" title="javax.management.relation 中的类"><B>下一个类</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?javax/management/relation/RoleInfo.html" target="_top"><B>框架</B></A> &nbsp; &nbsp;<A HREF="RoleInfo.html" target="_top"><B>无框架</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>所有类</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 摘要:&nbsp;嵌套&nbsp;|&nbsp;<A HREF="#field_summary">字段</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_summary">方法</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 详细信息:&nbsp;<A HREF="#field_detail">字段</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">构造方法</A>&nbsp;|&nbsp;<A HREF="#method_detail">方法</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font> </BODY> </HTML>
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/stat/EntityStatistics.html
HerrB92/obp
<!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_34) on Wed Oct 23 13:33:39 EDT 2013 --> <TITLE> EntityStatistics (Hibernate JavaDocs) </TITLE> <META NAME="date" CONTENT="2013-10-23"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="EntityStatistics (Hibernate JavaDocs)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EntityStatistics.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/hibernate/stat/CollectionStatistics.html" title="interface in org.hibernate.stat"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/hibernate/stat/NaturalIdCacheStatistics.html" title="interface in org.hibernate.stat"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/hibernate/stat/EntityStatistics.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="EntityStatistics.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.hibernate.stat</FONT> <BR> Interface EntityStatistics</H2> <DL> <DT><B>All Superinterfaces:</B> <DD><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A></DD> </DL> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../org/hibernate/stat/internal/ConcurrentEntityStatisticsImpl.html" title="class in org.hibernate.stat.internal">ConcurrentEntityStatisticsImpl</A></DD> </DL> <HR> <DL> <DT><PRE>public interface <B>EntityStatistics</B><DT>extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A></DL> </PRE> <P> Entity related statistics <P> <P> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/hibernate/stat/EntityStatistics.html#getDeleteCount()">getDeleteCount</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/hibernate/stat/EntityStatistics.html#getFetchCount()">getFetchCount</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/hibernate/stat/EntityStatistics.html#getInsertCount()">getInsertCount</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/hibernate/stat/EntityStatistics.html#getLoadCount()">getLoadCount</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/hibernate/stat/EntityStatistics.html#getOptimisticFailureCount()">getOptimisticFailureCount</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/hibernate/stat/EntityStatistics.html#getUpdateCount()">getUpdateCount</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getDeleteCount()"><!-- --></A><H3> getDeleteCount</H3> <PRE> long <B>getDeleteCount</B>()</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getInsertCount()"><!-- --></A><H3> getInsertCount</H3> <PRE> long <B>getInsertCount</B>()</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getLoadCount()"><!-- --></A><H3> getLoadCount</H3> <PRE> long <B>getLoadCount</B>()</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getUpdateCount()"><!-- --></A><H3> getUpdateCount</H3> <PRE> long <B>getUpdateCount</B>()</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getFetchCount()"><!-- --></A><H3> getFetchCount</H3> <PRE> long <B>getFetchCount</B>()</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getOptimisticFailureCount()"><!-- --></A><H3> getOptimisticFailureCount</H3> <PRE> long <B>getOptimisticFailureCount</B>()</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EntityStatistics.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/hibernate/stat/CollectionStatistics.html" title="interface in org.hibernate.stat"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/hibernate/stat/NaturalIdCacheStatistics.html" title="interface in org.hibernate.stat"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/hibernate/stat/EntityStatistics.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="EntityStatistics.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2001-2013 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved. </BODY> </HTML>
assets/alertifyjs/css/alertify.rtl.css
sandroe2000/woolaweaver
/** * alertifyjs 1.11.2 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2018 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/ .alertify .ajs-dimmer { position: fixed; z-index: 1981; top: 0; left: 0; bottom: 0; right: 0; padding: 0; margin: 0; background-color: #252525; opacity: .5; } .alertify .ajs-modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; padding: 0; overflow-y: auto; z-index: 1981; } .alertify .ajs-dialog { position: relative; margin: 5% auto; min-height: 110px; max-width: 500px; padding: 24px 24px 0 24px; outline: 0; background-color: #fff; } .alertify .ajs-dialog.ajs-capture:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: block; z-index: 1; } .alertify .ajs-reset { position: absolute !important; display: inline !important; width: 0 !important; height: 0 !important; opacity: 0 !important; } .alertify .ajs-commands { position: absolute; left: 4px; margin: -14px 0 0 24px; z-index: 2; } .alertify .ajs-commands button { display: none; width: 10px; height: 10px; margin-right: 10px; padding: 10px; border: 0; background-color: transparent; background-repeat: no-repeat; background-position: center; cursor: pointer; } .alertify .ajs-commands button.ajs-close { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC); } .alertify .ajs-commands button.ajs-maximize { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC); } .alertify .ajs-header { margin: -24px; margin-bottom: 0; padding: 16px 24px; background-color: #fff; } .alertify .ajs-body { min-height: 56px; } .alertify .ajs-body .ajs-content { padding: 16px 16px 16px 24px; } .alertify .ajs-footer { padding: 4px; margin-right: -24px; margin-left: -24px; min-height: 43px; background-color: #fff; } .alertify .ajs-footer .ajs-buttons.ajs-primary { text-align: left; } .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button { margin: 4px; } .alertify .ajs-footer .ajs-buttons.ajs-auxiliary { float: right; clear: none; text-align: right; } .alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button { margin: 4px; } .alertify .ajs-footer .ajs-buttons .ajs-button { min-width: 88px; min-height: 35px; } .alertify .ajs-handle { position: absolute; display: none; width: 10px; height: 10px; left: 0; bottom: 0; z-index: 1; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==); -webkit-transform: scaleX(-1); transform: scaleX(-1); cursor: sw-resize; } .alertify.ajs-no-overflow .ajs-body .ajs-content { overflow: hidden !important; } .alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content { right: 0; left: 0; padding: 0; } .alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body { margin-right: -24px; margin-left: -24px; } .alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content { padding: 0; } .alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content { right: 0; left: 0; } .alertify.ajs-maximizable .ajs-commands button.ajs-maximize, .alertify.ajs-maximizable .ajs-commands button.ajs-restore { display: inline-block; } .alertify.ajs-closable .ajs-commands button.ajs-close { display: inline-block; } .alertify.ajs-maximized .ajs-dialog { width: 100% !important; height: 100% !important; max-width: none !important; margin: 0 auto !important; top: 0 !important; right: 0 !important; } .alertify.ajs-maximized.ajs-modeless .ajs-modal { position: fixed !important; min-height: 100% !important; max-height: none !important; margin: 0 !important; } .alertify.ajs-maximized .ajs-commands button.ajs-maximize { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=); } .alertify.ajs-resizable .ajs-dialog, .alertify.ajs-maximized .ajs-dialog { padding: 0; } .alertify.ajs-resizable .ajs-commands, .alertify.ajs-maximized .ajs-commands { margin: 14px 0 0 24px; } .alertify.ajs-resizable .ajs-header, .alertify.ajs-maximized .ajs-header { position: absolute; top: 0; right: 0; left: 0; margin: 0; padding: 16px 24px; } .alertify.ajs-resizable .ajs-body, .alertify.ajs-maximized .ajs-body { min-height: 224px; display: inline-block; } .alertify.ajs-resizable .ajs-body .ajs-content, .alertify.ajs-maximized .ajs-body .ajs-content { position: absolute; top: 50px; left: 24px; bottom: 50px; right: 24px; overflow: auto; } .alertify.ajs-resizable .ajs-footer, .alertify.ajs-maximized .ajs-footer { position: absolute; right: 0; left: 0; bottom: 0; margin: 0; } .alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog { min-width: 548px; } .alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle { display: block; } .alertify.ajs-movable:not(.ajs-maximized) .ajs-header { cursor: move; } .alertify.ajs-modeless .ajs-dimmer, .alertify.ajs-modeless .ajs-reset { display: none; } .alertify.ajs-modeless .ajs-modal { overflow: visible; max-width: none; max-height: 0; } .alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin { display: inline-block; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC); } .alertify.ajs-modeless.ajs-unpinned .ajs-modal { position: absolute; } .alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=); } .alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body { max-height: 500px; overflow: auto; } .alertify.ajs-basic .ajs-header { opacity: 0; } .alertify.ajs-basic .ajs-footer { visibility: hidden; } .alertify.ajs-frameless .ajs-header { position: absolute; top: 0; right: 0; left: 0; min-height: 60px; margin: 0; padding: 0; opacity: 0; z-index: 1; } .alertify.ajs-frameless .ajs-footer { display: none; } .alertify.ajs-frameless .ajs-body .ajs-content { position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog { padding-top: 0; } .alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands { margin-top: 0; } .ajs-no-overflow { overflow: hidden !important; outline: none; } .ajs-no-overflow.ajs-fixed { position: fixed; top: 0; left: 0; bottom: 0; right: 0; overflow-y: scroll!important; } .ajs-no-selection, .ajs-no-selection * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media screen and (max-width: 568px) { .alertify .ajs-dialog { min-width: 150px; } .alertify:not(.ajs-maximized) .ajs-modal { padding: 0 5%; } .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog { min-width: initial; min-width: auto /*IE fallback*/; } } @-moz-document url-prefix() { .alertify button:focus { outline: 1px dotted #3593D2; } } .alertify .ajs-dimmer, .alertify .ajs-modal { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition-property: opacity, visibility; transition-property: opacity, visibility; -webkit-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-duration: 250ms; transition-duration: 250ms; } .alertify.ajs-hidden .ajs-dimmer, .alertify.ajs-hidden .ajs-modal { visibility: hidden; opacity: 0; } .alertify.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-duration: 500ms; animation-duration: 500ms; } .alertify.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-duration: 250ms; animation-duration: 250ms; } .alertify .ajs-dialog.ajs-shake { -webkit-animation-name: ajs-shake; animation-name: ajs-shake; -webkit-animation-duration: .1s; animation-duration: .1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes ajs-shake { 0%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } } @keyframes ajs-shake { 0%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } } .alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-slideIn; animation-name: ajs-slideIn; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); } .alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-slideOut; animation-name: ajs-slideOut; -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); } .alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-zoomIn; animation-name: ajs-zoomIn; } .alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-zoomOut; animation-name: ajs-zoomOut; } .alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-fadeIn; animation-name: ajs-fadeIn; } .alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-fadeOut; animation-name: ajs-fadeOut; } .alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-pulseIn; animation-name: ajs-pulseIn; } .alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-pulseOut; animation-name: ajs-pulseOut; } .alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-flipInX; animation-name: ajs-flipInX; } .alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-flipOutX; animation-name: ajs-flipOutX; } .alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog { -webkit-animation-name: ajs-flipInY; animation-name: ajs-flipInY; } .alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog { -webkit-animation-name: ajs-flipOutY; animation-name: ajs-flipOutY; } @-webkit-keyframes ajs-pulseIn { 0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes ajs-pulseIn { 0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @-webkit-keyframes ajs-pulseOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } } @keyframes ajs-pulseOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } } @-webkit-keyframes ajs-zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(0.25, 0.25, 0.25); transform: scale3d(0.25, 0.25, 0.25); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes ajs-zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(0.25, 0.25, 0.25); transform: scale3d(0.25, 0.25, 0.25); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @-webkit-keyframes ajs-zoomOut { 0% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 100% { opacity: 0; -webkit-transform: scale3d(0.25, 0.25, 0.25); transform: scale3d(0.25, 0.25, 0.25); } } @keyframes ajs-zoomOut { 0% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 100% { opacity: 0; -webkit-transform: scale3d(0.25, 0.25, 0.25); transform: scale3d(0.25, 0.25, 0.25); } } @-webkit-keyframes ajs-fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes ajs-fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes ajs-fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes ajs-fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-webkit-keyframes ajs-flipInX { 0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg); transform: perspective(400px) rotate3d(1, 0, 0, -90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg); transform: perspective(400px) rotate3d(1, 0, 0, 20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg); transform: perspective(400px) rotate3d(1, 0, 0, -10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg); transform: perspective(400px) rotate3d(1, 0, 0, 5deg); } 100% { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes ajs-flipInX { 0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg); transform: perspective(400px) rotate3d(1, 0, 0, -90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg); transform: perspective(400px) rotate3d(1, 0, 0, 20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg); transform: perspective(400px) rotate3d(1, 0, 0, -10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg); transform: perspective(400px) rotate3d(1, 0, 0, 5deg); } 100% { -webkit-transform: perspective(400px); transform: perspective(400px); } } @-webkit-keyframes ajs-flipOutX { 0% { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg); transform: perspective(400px) rotate3d(1, 0, 0, 20deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg); transform: perspective(400px) rotate3d(1, 0, 0, -90deg); opacity: 0; } } @keyframes ajs-flipOutX { 0% { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg); transform: perspective(400px) rotate3d(1, 0, 0, 20deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg); transform: perspective(400px) rotate3d(1, 0, 0, -90deg); opacity: 0; } } @-webkit-keyframes ajs-flipInY { 0% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, -90deg); transform: perspective(400px) rotate3d(0, -1, 0, -90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, 20deg); transform: perspective(400px) rotate3d(0, -1, 0, 20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, -10deg); transform: perspective(400px) rotate3d(0, -1, 0, -10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, 5deg); transform: perspective(400px) rotate3d(0, -1, 0, 5deg); } 100% { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes ajs-flipInY { 0% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, -90deg); transform: perspective(400px) rotate3d(0, -1, 0, -90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, 20deg); transform: perspective(400px) rotate3d(0, -1, 0, 20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, -10deg); transform: perspective(400px) rotate3d(0, -1, 0, -10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, 5deg); transform: perspective(400px) rotate3d(0, -1, 0, 5deg); } 100% { -webkit-transform: perspective(400px); transform: perspective(400px); } } @-webkit-keyframes ajs-flipOutY { 0% { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, 15deg); transform: perspective(400px) rotate3d(0, -1, 0, 15deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, -90deg); transform: perspective(400px) rotate3d(0, -1, 0, -90deg); opacity: 0; } } @keyframes ajs-flipOutY { 0% { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, 15deg); transform: perspective(400px) rotate3d(0, -1, 0, 15deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotate3d(0, -1, 0, -90deg); transform: perspective(400px) rotate3d(0, -1, 0, -90deg); opacity: 0; } } @-webkit-keyframes ajs-slideIn { 0% { margin-top: -100%; } 100% { margin-top: 5%; } } @keyframes ajs-slideIn { 0% { margin-top: -100%; } 100% { margin-top: 5%; } } @-webkit-keyframes ajs-slideOut { 0% { margin-top: 5%; } 100% { margin-top: -100%; } } @keyframes ajs-slideOut { 0% { margin-top: 5%; } 100% { margin-top: -100%; } } .alertify-notifier { position: fixed; width: 0; overflow: visible; z-index: 1982; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .alertify-notifier .ajs-message { position: relative; width: 260px; max-height: 0; padding: 0; opacity: 0; margin: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition-duration: 250ms; transition-duration: 250ms; -webkit-transition-timing-function: linear; transition-timing-function: linear; } .alertify-notifier .ajs-message.ajs-visible { -webkit-transition-duration: 500ms; transition-duration: 500ms; -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); opacity: 1; max-height: 100%; padding: 15px; margin-top: 10px; } .alertify-notifier .ajs-message.ajs-success { background: rgba(91, 189, 114, 0.95); } .alertify-notifier .ajs-message.ajs-error { background: rgba(217, 92, 92, 0.95); } .alertify-notifier .ajs-message.ajs-warning { background: rgba(252, 248, 215, 0.95); } .alertify-notifier .ajs-message .ajs-close { position: absolute; top: 0; left: 0; width: 16px; height: 16px; cursor: pointer; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC); background-repeat: no-repeat; background-position: center center; background-color: rgba(0, 0, 0, 0.5); border-top-left-radius: 2px; } .alertify-notifier.ajs-top { top: 10px; } .alertify-notifier.ajs-bottom { bottom: 10px; } .alertify-notifier.ajs-right { left: 10px; } .alertify-notifier.ajs-right .ajs-message { left: -320px; } .alertify-notifier.ajs-right .ajs-message.ajs-visible { left: 290px; } .alertify-notifier.ajs-left { right: 10px; } .alertify-notifier.ajs-left .ajs-message { right: -300px; } .alertify-notifier.ajs-left .ajs-message.ajs-visible { right: 0; } .alertify-notifier.ajs-center { right: 50%; } .alertify-notifier.ajs-center .ajs-message { -webkit-transform: translateX(50%); transform: translateX(50%); } .alertify-notifier.ajs-center .ajs-message.ajs-visible { right: 50%; -webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65); transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65); } .alertify-notifier.ajs-center.ajs-top .ajs-message { top: -300px; } .alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible { top: 0; } .alertify-notifier.ajs-center.ajs-bottom .ajs-message { bottom: -300px; } .alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible { bottom: 0; }
utils/pmd-bin-5.2.2/docs/xref/net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.html
byronka/xenos
<!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>SwitchDensityRule xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../../../apidocs/net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_javadoccomment"> * BSD-style license; for more info see <a href="http://pmd.sourceforge.net/license.htm" target="alexandria_uri">http://pmd.sourceforge.net/license.htm</a>l</em> <a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">package</strong> net.sourceforge.pmd.lang.java.rule.design; <a class="jxr_linenumber" name="L5" href="#L5">5</a> <a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTStatement; <a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTSwitchLabel; <a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTSwitchStatement; <a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.rule.AbstractStatisticalJavaRule; <a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.stat.DataPoint; <a class="jxr_linenumber" name="L11" href="#L11">11</a> <a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_javadoccomment"> * @author David Dixon-Peugh</em> <a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_javadoccomment"> * &lt;p/&gt;</em> <a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_javadoccomment"> * Switch Density - This is the number of statements over the</em> <a class="jxr_linenumber" name="L17" href="#L17">17</a> <em class="jxr_javadoccomment"> * number of cases within a switch. The higher the value, the</em> <a class="jxr_linenumber" name="L18" href="#L18">18</a> <em class="jxr_javadoccomment"> * more work each case is doing.</em> <a class="jxr_linenumber" name="L19" href="#L19">19</a> <em class="jxr_javadoccomment"> * &lt;p/&gt;</em> <a class="jxr_linenumber" name="L20" href="#L20">20</a> <em class="jxr_javadoccomment"> * Its my theory, that when the Switch Density is high, you should</em> <a class="jxr_linenumber" name="L21" href="#L21">21</a> <em class="jxr_javadoccomment"> * start looking at Subclasses or State Pattern to alleviate the</em> <a class="jxr_linenumber" name="L22" href="#L22">22</a> <em class="jxr_javadoccomment"> * problem.</em> <a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.html">SwitchDensityRule</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../../../net/sourceforge/pmd/lang/java/rule/AbstractStatisticalJavaRule.html">AbstractStatisticalJavaRule</a> { <a class="jxr_linenumber" name="L25" href="#L25">25</a> <a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../../net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.html">SwitchDensity</a> { <a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> labels = 0; <a class="jxr_linenumber" name="L28" href="#L28">28</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong> stmts = 0; <a class="jxr_linenumber" name="L29" href="#L29">29</a> <a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> addSwitchLabel() { <a class="jxr_linenumber" name="L31" href="#L31">31</a> labels++; <a class="jxr_linenumber" name="L32" href="#L32">32</a> } <a class="jxr_linenumber" name="L33" href="#L33">33</a> <a class="jxr_linenumber" name="L34" href="#L34">34</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> addStatement() { <a class="jxr_linenumber" name="L35" href="#L35">35</a> stmts++; <a class="jxr_linenumber" name="L36" href="#L36">36</a> } <a class="jxr_linenumber" name="L37" href="#L37">37</a> <a class="jxr_linenumber" name="L38" href="#L38">38</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> addStatements(<strong class="jxr_keyword">int</strong> stmtCount) { <a class="jxr_linenumber" name="L39" href="#L39">39</a> stmts += stmtCount; <a class="jxr_linenumber" name="L40" href="#L40">40</a> } <a class="jxr_linenumber" name="L41" href="#L41">41</a> <a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> getStatementCount() { <a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong class="jxr_keyword">return</strong> stmts; <a class="jxr_linenumber" name="L44" href="#L44">44</a> } <a class="jxr_linenumber" name="L45" href="#L45">45</a> <a class="jxr_linenumber" name="L46" href="#L46">46</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">double</strong> getDensity() { <a class="jxr_linenumber" name="L47" href="#L47">47</a> <strong class="jxr_keyword">if</strong> (labels == 0) { <a class="jxr_linenumber" name="L48" href="#L48">48</a> <strong class="jxr_keyword">return</strong> 0; <a class="jxr_linenumber" name="L49" href="#L49">49</a> } <a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">return</strong> (<strong class="jxr_keyword">double</strong>) stmts / (<strong class="jxr_keyword">double</strong>) labels; <a class="jxr_linenumber" name="L51" href="#L51">51</a> } <a class="jxr_linenumber" name="L52" href="#L52">52</a> } <a class="jxr_linenumber" name="L53" href="#L53">53</a> <a class="jxr_linenumber" name="L54" href="#L54">54</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../../../net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.html">SwitchDensityRule</a>() { <a class="jxr_linenumber" name="L55" href="#L55">55</a> <strong class="jxr_keyword">super</strong>(); <a class="jxr_linenumber" name="L56" href="#L56">56</a> setProperty(MINIMUM_DESCRIPTOR, 10d); <a class="jxr_linenumber" name="L57" href="#L57">57</a> } <a class="jxr_linenumber" name="L58" href="#L58">58</a> <a class="jxr_linenumber" name="L59" href="#L59">59</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../../net/sourceforge/pmd/lang/java/ast/ASTSwitchStatement.html">ASTSwitchStatement</a> node, Object data) { <a class="jxr_linenumber" name="L60" href="#L60">60</a> <a href="../../../../../../../net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.html">SwitchDensity</a> oldData = <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="L61" href="#L61">61</a> <a class="jxr_linenumber" name="L62" href="#L62">62</a> <strong class="jxr_keyword">if</strong> (data instanceof SwitchDensity) { <a class="jxr_linenumber" name="L63" href="#L63">63</a> oldData = (SwitchDensity) data; <a class="jxr_linenumber" name="L64" href="#L64">64</a> } <a class="jxr_linenumber" name="L65" href="#L65">65</a> <a class="jxr_linenumber" name="L66" href="#L66">66</a> <a href="../../../../../../../net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.html">SwitchDensity</a> density = <strong class="jxr_keyword">new</strong> <a href="../../../../../../../net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.html">SwitchDensity</a>(); <a class="jxr_linenumber" name="L67" href="#L67">67</a> <a class="jxr_linenumber" name="L68" href="#L68">68</a> node.childrenAccept(<strong class="jxr_keyword">this</strong>, density); <a class="jxr_linenumber" name="L69" href="#L69">69</a> <a class="jxr_linenumber" name="L70" href="#L70">70</a> <a href="../../../../../../../net/sourceforge/pmd/stat/DataPoint.html">DataPoint</a> point = <strong class="jxr_keyword">new</strong> <a href="../../../../../../../net/sourceforge/pmd/stat/DataPoint.html">DataPoint</a>(); <a class="jxr_linenumber" name="L71" href="#L71">71</a> point.setNode(node); <a class="jxr_linenumber" name="L72" href="#L72">72</a> point.setScore(density.getDensity()); <a class="jxr_linenumber" name="L73" href="#L73">73</a> point.setMessage(getMessage()); <a class="jxr_linenumber" name="L74" href="#L74">74</a> <a class="jxr_linenumber" name="L75" href="#L75">75</a> addDataPoint(point); <a class="jxr_linenumber" name="L76" href="#L76">76</a> <a class="jxr_linenumber" name="L77" href="#L77">77</a> <strong class="jxr_keyword">if</strong> (data instanceof SwitchDensity) { <a class="jxr_linenumber" name="L78" href="#L78">78</a> ((<a href="../../../../../../../net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.html">SwitchDensity</a>) data).addStatements(density.getStatementCount()); <a class="jxr_linenumber" name="L79" href="#L79">79</a> } <a class="jxr_linenumber" name="L80" href="#L80">80</a> <strong class="jxr_keyword">return</strong> oldData; <a class="jxr_linenumber" name="L81" href="#L81">81</a> } <a class="jxr_linenumber" name="L82" href="#L82">82</a> <a class="jxr_linenumber" name="L83" href="#L83">83</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../../net/sourceforge/pmd/lang/java/ast/ASTStatement.html">ASTStatement</a> statement, Object data) { <a class="jxr_linenumber" name="L84" href="#L84">84</a> <strong class="jxr_keyword">if</strong> (data instanceof SwitchDensity) { <a class="jxr_linenumber" name="L85" href="#L85">85</a> ((<a href="../../../../../../../net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.html">SwitchDensity</a>) data).addStatement(); <a class="jxr_linenumber" name="L86" href="#L86">86</a> } <a class="jxr_linenumber" name="L87" href="#L87">87</a> <a class="jxr_linenumber" name="L88" href="#L88">88</a> statement.childrenAccept(<strong class="jxr_keyword">this</strong>, data); <a class="jxr_linenumber" name="L89" href="#L89">89</a> <a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong class="jxr_keyword">return</strong> data; <a class="jxr_linenumber" name="L91" href="#L91">91</a> } <a class="jxr_linenumber" name="L92" href="#L92">92</a> <a class="jxr_linenumber" name="L93" href="#L93">93</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../../net/sourceforge/pmd/lang/java/ast/ASTSwitchLabel.html">ASTSwitchLabel</a> switchLabel, Object data) { <a class="jxr_linenumber" name="L94" href="#L94">94</a> <strong class="jxr_keyword">if</strong> (data instanceof SwitchDensity) { <a class="jxr_linenumber" name="L95" href="#L95">95</a> ((<a href="../../../../../../../net/sourceforge/pmd/lang/java/rule/design/SwitchDensityRule.html">SwitchDensity</a>) data).addSwitchLabel(); <a class="jxr_linenumber" name="L96" href="#L96">96</a> } <a class="jxr_linenumber" name="L97" href="#L97">97</a> <a class="jxr_linenumber" name="L98" href="#L98">98</a> switchLabel.childrenAccept(<strong class="jxr_keyword">this</strong>, data); <a class="jxr_linenumber" name="L99" href="#L99">99</a> <strong class="jxr_keyword">return</strong> data; <a class="jxr_linenumber" name="L100" href="#L100">100</a> } <a class="jxr_linenumber" name="L101" href="#L101">101</a> } </pre> <hr/> <div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</div> </body> </html>
2018/05/22/blog-migration/index.html
sixtrees/sixtrees.github.com
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>blog-migration | Hexo</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="theme-color" content="#3F51B5"> <meta name="keywords" content="你好;博客迁移;hexo"> <meta name="keywords" content="你好;博客迁移;hexo"> <meta property="og:type" content="article"> <meta property="og:title" content="blog-migration"> <meta property="og:url" content="https://sixtees.github.io/2018/05/22/blog-migration/index.html"> <meta property="og:site_name" content="Hexo"> <meta property="og:locale" content="default"> <meta property="og:updated_time" content="2018-05-22T13:35:40.840Z"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="blog-migration"> <link rel="alternate" type="application/atom+xml" title="Hexo" href="/atom.xml"> <link rel="shortcut icon" href="/favicon.ico"> <link rel="stylesheet" href="//unpkg.com/hexo-theme-material-indigo@latest/css/style.css"> <script>window.lazyScripts=[]</script> <!-- custom head --> </head> <body> <div id="loading" class="active"></div> <aside id="menu" class="hide" > <div class="inner flex-row-vertical"> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menu-off"> <i class="icon icon-lg icon-close"></i> </a> <div class="brand-wrap" style="background-image:url(/img/brand.jpg)"> <div class="brand"> <a href="/" class="avatar waves-effect waves-circle waves-light"> <img src="/img/avatar.jpg"> </a> <hgroup class="introduce"> <h5 class="nickname">John Doe</h5> <a href="mailto:634206017@qq.com" title="634206017@qq.com" class="mail">634206017@qq.com</a> </hgroup> </div> </div> <div class="scroll-wrap flex-col"> <ul class="nav"> <li class="waves-block waves-effect"> <a href="/" > <i class="icon icon-lg icon-home"></i> 主页 </a> </li> <li class="waves-block waves-effect"> <a href="/archives" > <i class="icon icon-lg icon-archives"></i> Archives </a> </li> <li class="waves-block waves-effect"> <a href="/tags" > <i class="icon icon-lg icon-tags"></i> Tags </a> </li> <li class="waves-block waves-effect"> <a href="/categories" > <i class="icon icon-lg icon-th-list"></i> Categories </a> </li> <li class="waves-block waves-effect"> <a href="https://github.com/yscoder" target="_blank" > <i class="icon icon-lg icon-github"></i> Github </a> </li> <li class="waves-block waves-effect"> <a href="http://www.weibo.com/ysweb" target="_blank" > <i class="icon icon-lg icon-weibo"></i> Weibo </a> </li> <li class="waves-block waves-effect"> <a href="/custom" > <i class="icon icon-lg icon-link"></i> 测试 </a> </li> </ul> </div> </div> </aside> <main id="main"> <header class="top-header" id="header"> <div class="flex-row"> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light on" id="menu-toggle"> <i class="icon icon-lg icon-navicon"></i> </a> <div class="flex-col header-title ellipsis">blog-migration</div> <div class="search-wrap" id="search-wrap"> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="back"> <i class="icon icon-lg icon-chevron-left"></i> </a> <input type="text" id="key" class="search-input" autocomplete="off" placeholder="Search"> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="search"> <i class="icon icon-lg icon-search"></i> </a> </div> <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menuShare"> <i class="icon icon-lg icon-share-alt"></i> </a> </div> </header> <header class="content-header post-header"> <div class="container fade-scale"> <h1 class="title">blog-migration</h1> <h5 class="subtitle"> <time datetime="2018-05-22T13:26:53.000Z" itemprop="datePublished" class="page-time"> 2018-05-22 </time> </h5> </div> </header> <div class="container body-wrap"> <article id="post-blog-migration" class="post-article article-type-post fade" itemprop="blogPost"> <div class="post-card"> <h1 class="post-card-title">blog-migration</h1> <div class="post-meta"> <time class="post-time" title="2018-05-22 21:26:53" datetime="2018-05-22T13:26:53.000Z" itemprop="datePublished">2018-05-22</time> <span id="busuanzi_container_page_pv" title="文章总阅读量" style='display:none'> <i class="icon icon-eye icon-pr"></i><span id="busuanzi_value_page_pv"></span> </span> </div> <div class="post-content" id="post-content" itemprop="postContent"> </div> <blockquote class="post-copyright"> <div class="content"> <span class="post-time"> Last updated: <time datetime="2018-05-22T13:35:40.840Z" itemprop="dateUpdated">2018-05-22 21:35:40</time> </span><br> 这里可以写作者留言,标签和 hexo 中所有变量及辅助函数等均可调用,示例:<a href="/2018/05/22/blog-migration/" target="_blank" rel="external">https://sixtees.github.io/2018/05/22/blog-migration/</a> </div> <footer> <a href="https://sixtees.github.io"> <img src="/img/avatar.jpg" alt="John Doe"> John Doe </a> </footer> </blockquote> <div class="page-reward"> <a id="rewardBtn" href="javascript:;" class="page-reward-btn waves-effect waves-circle waves-light">赏</a> </div> <div class="post-footer"> <ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/你好-博客迁移-hexo/">你好;博客迁移;hexo</a></li></ul> <div class="page-share-wrap"> <div class="page-share" id="pageShare"> <ul class="reset share-icons"> <li> <a class="weibo share-sns" target="_blank" href="http://service.weibo.com/share/share.php?url=https://sixtees.github.io/2018/05/22/blog-migration/&title=《blog-migration》 — Hexo&pic=https://sixtees.github.io/img/avatar.jpg" data-title="微博"> <i class="icon icon-weibo"></i> </a> </li> <li> <a class="weixin share-sns wxFab" href="javascript:;" data-title="微信"> <i class="icon icon-weixin"></i> </a> </li> <li> <a class="qq share-sns" target="_blank" href="http://connect.qq.com/widget/shareqq/index.html?url=https://sixtees.github.io/2018/05/22/blog-migration/&title=《blog-migration》 — Hexo&source=" data-title=" QQ"> <i class="icon icon-qq"></i> </a> </li> <li> <a class="facebook share-sns" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://sixtees.github.io/2018/05/22/blog-migration/" data-title=" Facebook"> <i class="icon icon-facebook"></i> </a> </li> <li> <a class="twitter share-sns" target="_blank" href="https://twitter.com/intent/tweet?text=《blog-migration》 — Hexo&url=https://sixtees.github.io/2018/05/22/blog-migration/&via=https://sixtees.github.io" data-title=" Twitter"> <i class="icon icon-twitter"></i> </a> </li> <li> <a class="google share-sns" target="_blank" href="https://plus.google.com/share?url=https://sixtees.github.io/2018/05/22/blog-migration/" data-title=" Google+"> <i class="icon icon-google-plus"></i> </a> </li> </ul> </div> <a href="javascript:;" id="shareFab" class="page-share-fab waves-effect waves-circle"> <i class="icon icon-share-alt icon-lg"></i> </a> </div> </div> </div> <nav class="post-nav flex-row flex-justify-between flex-row-reverse"> <div class="waves-block waves-effect next"> <a href="/2018/05/22/hello-world/" id="post-next" class="post-nav-link"> <div class="tips">Next <i class="icon icon-angle-right icon-lg icon-pl"></i></div> <h4 class="title">Hello World</h4> </a> </div> </nav> </article> <div id="reward" class="page-modal reward-lay"> <a class="close" href="javascript:;"><i class="icon icon-close"></i></a> <h3 class="reward-title"> <i class="icon icon-quote-left"></i> 谢谢大爷~ <i class="icon icon-quote-right"></i> </h3> <div class="reward-content"> <div class="reward-code"> <img id="rewardCode" src="/img/wechat.jpg" alt="打赏二维码"> </div> <label class="reward-toggle"> <input id="rewardToggle" type="checkbox" class="reward-toggle-check" data-wechat="/img/wechat.jpg" data-alipay="/img/alipay.jpg"> <div class="reward-toggle-ctrol"> <span class="reward-toggle-item wechat">微信</span> <span class="reward-toggle-label"></span> <span class="reward-toggle-item alipay">支付宝</span> </div> </label> </div> </div> </div> <footer class="footer"> <div class="top"> <p> <span id="busuanzi_container_site_uv" style='display:none'> 站点总访客数:<span id="busuanzi_value_site_uv"></span> </span> <span id="busuanzi_container_site_pv" style='display:none'> 站点总访问量:<span id="busuanzi_value_site_pv"></span> </span> </p> <p> <span><a href="/atom.xml" target="_blank" class="rss" title="rss"><i class="icon icon-lg icon-rss"></i></a></span> <span>This blog is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</span> </p> </div> <div class="bottom"> <p><span>John Doe &copy; 2015 - 2018</span> <span> Power by <a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/yscoder/hexo-theme-indigo" target="_blank">indigo</a> </span> </p> </div> </footer> </main> <div class="mask" id="mask"></div> <a href="javascript:;" id="gotop" class="waves-effect waves-circle waves-light"><span class="icon icon-lg icon-chevron-up"></span></a> <div class="global-share" id="globalShare"> <ul class="reset share-icons"> <li> <a class="weibo share-sns" target="_blank" href="http://service.weibo.com/share/share.php?url=https://sixtees.github.io/2018/05/22/blog-migration/&title=《blog-migration》 — Hexo&pic=https://sixtees.github.io/img/avatar.jpg" data-title="微博"> <i class="icon icon-weibo"></i> </a> </li> <li> <a class="weixin share-sns wxFab" href="javascript:;" data-title="微信"> <i class="icon icon-weixin"></i> </a> </li> <li> <a class="qq share-sns" target="_blank" href="http://connect.qq.com/widget/shareqq/index.html?url=https://sixtees.github.io/2018/05/22/blog-migration/&title=《blog-migration》 — Hexo&source=" data-title=" QQ"> <i class="icon icon-qq"></i> </a> </li> <li> <a class="facebook share-sns" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://sixtees.github.io/2018/05/22/blog-migration/" data-title=" Facebook"> <i class="icon icon-facebook"></i> </a> </li> <li> <a class="twitter share-sns" target="_blank" href="https://twitter.com/intent/tweet?text=《blog-migration》 — Hexo&url=https://sixtees.github.io/2018/05/22/blog-migration/&via=https://sixtees.github.io" data-title=" Twitter"> <i class="icon icon-twitter"></i> </a> </li> <li> <a class="google share-sns" target="_blank" href="https://plus.google.com/share?url=https://sixtees.github.io/2018/05/22/blog-migration/" data-title=" Google+"> <i class="icon icon-google-plus"></i> </a> </li> </ul> </div> <div class="page-modal wx-share" id="wxShare"> <a class="close" href="javascript:;"><i class="icon icon-close"></i></a> <p>扫一扫,分享到微信</p> <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAADGCAAAAACs8KCBAAACMElEQVR42u3aQW6EMAwF0N7/0nQ7UgV824wqksdqhAbIY2Hs2D8/8XF8HH/PfJ4/+//1natXNQ8MDIzXMo7LI2FMXsT1S0nWhoGBsQ8jCYX5cs+uun7WNfXmPhgYGBjF372AXr0nBgYGRjWNS4rS64TyHwIuBgbGqxjVgNjbYuulhg/X4hgYGC9kTErTb//+Sn8DAwPjVYyjeFQbkPNGZrQqDAyMpRl5gBuVl600sboeDAyMtRnVAHrdnpwUnMkWXkTFwMBYiFFWtjbpJttn0ZYfBgbGZoxq8zJpZ+bUarDGwMDYgZEnZPnvXrMzD/2nV2FgYCzKqI5WzFPJ+YuIpkUwMDCWY1THHSYhdZII3gRcDAyMpRnfG5h4qiV5syoMDIwNGHkZmY9HJCVxtUUaTYtgYGAsx+gNVeSMSZgul8oYGBiLMpKmY16+ToJsD3wzM4KBgbEQI28MVB8wSS4LHwkMDIylGXmKlpSU+X/KI1/5EzEwMJZmVEnVYbJe6Zt8EjAwMHZgPDt42mttJkH55ukYGBgbMKpBMF9oNXGs3hkDA2Mfxnyzfj6QkW+0jb4bGBgYr2IcxSNJHKubYnmRfHofDAyMpRm9lmEv+fte0YuBgbEDIw+y+VtJttJ6jYfCm8bAwFiOMWlk9jbRemnfTZ6LgYGBMa4fq+cLa8DAwMCIR7V6oxJ5gD79JwYGxgaMfBG9tG9y1cPbbRgYGC9kTCY18mVN0r7HmpoYGBjvY/wCG/WdOzNE4y0AAAAASUVORK5CYII=" alt="微信分享二维码"> </div> <script src="//cdn.bootcss.com/node-waves/0.7.4/waves.min.js"></script> <script> var BLOG = { ROOT: '/', SHARE: true, REWARD: true }; </script> <script src="//unpkg.com/hexo-theme-material-indigo@latest/js/main.min.js"></script> <div class="search-panel" id="search-panel"> <ul class="search-result" id="search-result"></ul> </div> <template id="search-tpl"> <li class="item"> <a href="{path}" class="waves-block waves-effect"> <div class="title ellipsis" title="{title}">{title}</div> <div class="flex-row flex-middle"> <div class="tags ellipsis"> {tags} </div> <time class="flex-col time">{date}</time> </div> </a> </li> </template> <script src="//unpkg.com/hexo-theme-material-indigo@latest/js/search.min.js" async></script> <script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script> <script> (function() { var OriginTitile = document.title, titleTime; document.addEventListener('visibilitychange', function() { if (document.hidden) { document.title = '死鬼去哪里了!'; clearTimeout(titleTime); } else { document.title = '(つェ⊂)咦!又好了!'; titleTime = setTimeout(function() { document.title = OriginTitile; },2000); } }); })(); </script> </body> </html>
Automaattestid/Enda soidu kustutamine.html
Martiiii/Poidlapuudja
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://selenium-ide.openqa.org/profiles/test-case"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="selenium.base" href="http://poial.cs.ut.ee/" /> <title>Enda soidu kustutamine</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> <tr><td rowspan="1" colspan="3">Enda soidu kustutamine</td></tr> </thead><tbody> <tr> <td>clickAndWait</td> <td>link=MINU SÕIDUD</td> <td></td> </tr> <tr> <td>clickAndWait</td> <td>id=est</td> <td></td> </tr> <tr> <td>click</td> <td>id=kustutanupp</td> <td></td> </tr> </tbody></table> </body> </html>
vendor/fontello/css/soc-ie7-codes.css
bakicdj/bakicdj.github.io
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); } .icon-google { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;'); } .icon-github { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;'); } .icon-email { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;'); }
app/app_core/templates/aboutus.html
knowledge-sharing-campaign/site
<!DOCTYPE html> <html> <head> <title>KSC</title> {% include 'header.html' %} <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="/static/css/home_style.css"> <link rel="stylesheet" href="/static/css/home.css" type="text/css"> <link rel="stylesheet" href="/static/css/plex.css" type="text/css"> </head> <body> </div> <div id="grid__cell" align="center"> <ul> <div id="hist"> <a href="/history"><img height="250" width="450" src="/static/image/history.jpg" alt="hist"></div> </a> <div id="misn"> <a href="/abtksc"><img height="250" width="450" src="/static/image/abtimg2.jpg" alt="misn"></div> </a> </ul> </div> <div align="center"> <h2> <font size="10"> OUR <font face="verdana" color="green">LEADERS</font></font></h2> </div> <div class="view-content"> <div class="view-content"> <div class="dexp-grid-items grid-lg-3 grid-md-3 grid-sm-6 grid-xs-12"> <div class="row"> <div class="dexp-grid-item col-lg-3 col-md-3 col-sm-6 col-xs-12"> <div id="node-24" class="node node-team node-teaser clearfix" typeof="sioc:Item foaf:Document"> <div class="content"> <div class="team-box"> <div class="member-image overlay-container"> <div class="field field-name-field-team-image field-type-image field-label-hidden"> <div class="field-items"> <div class="field-item even"><img typeof="foaf:Image" alt="" src="/static/image/spn.png" width="180" height="180" /></div> </div> </div> <div class="image-overlay"> <div class="portfolio-overlay-icon"> <div class="member-social"> <div class="tw-social-icon clearfix"> <div class="field field-name-field-team-social field-type-text-long field-label-hidden"> <div class="field-items"> <div class="field-item even"> <p><a href="#" class="dexp-social-icon dexp-social-circle dexp-social-white"><span><i class="fa fa-facebook"></i><br /><i class="fa fa-facebook"></i></span> </a> <a href="#" class="dexp-social-icon dexp-social-circle dexp-social-white"><span><i class="fa fa-twitter"></i><br /><i class="fa fa-twitter"></i></span> </a> <a href="#" class="dexp-social-icon dexp-social-circle dexp-social-white"><span><i class="fa fa-linkedin"></i><br /><i class="fa fa-linkedin"></i></span> </a></p> </div> </div> </div> </div> </div> </div> </div> </div> <div class="member-title"> <h2> <a href="/charles">Charles Kimpolo</h2></a> <div class="member-pos"> <div class="field field-name-field-team-position field-type-text field-label-hidden"> <div class="field-items"> <div class="field-item even">Founder</div> </div> </div> </div> <span class="title-sep"></span> </div> <div class="team-content"> <div class="field field-name-body field-type-text-with-summary field-label-hidden"> <div class="field-items"> <div class="field-item even" property="content:encoded"> <p></p> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dexp-grid-item col-lg-3 col-md-3 col-sm-6 col-xs-12"> <div id="node-25" class="node node-team node-teaser clearfix" typeof="sioc:Item foaf:Document"> <div class="content"> <div class="team-box"> <div class="member-image overlay-container"> <div class="field field-name-field-team-image field-type-image field-label-hidden"> <div class="field-items"> <div class="field-item even"><img typeof="foaf:Image" alt="" src="/static/image/spn2.png" width="180" height="180" /></div> </div> </div> <div class="image-overlay"> <div class="portfolio-overlay-icon"> <div class="member-social"> <div class="tw-social-icon clearfix"> <div class="field field-name-field-team-social field-type-text-long field-label-hidden"> <div class="field-items"> <div class="field-item even"> <p><a href="#" class="dexp-social-icon dexp-social-circle dexp-social-white"><span><i class="fa fa-facebook"></i><br /><i class="fa fa-facebook"></i></span> </a> <a href="#" class="dexp-social-icon dexp-social-circle dexp-social-white"><span><i class="fa fa-twitter"></i><br /><i class="fa fa-twitter"></i></span> </a> <a href="#" class="dexp-social-icon dexp-social-circle dexp-social-white"><span><i class="fa fa-linkedin"></i><br /><i class="fa fa-linkedin"></i></span> </a></p> </div> </div> </div> </div> </div> </div> </div> </div> <div class="member-title"> <h2> <a href="/rahul"> Rahul De</h2></a> <div class="member-pos"> <div class="field field-name-field-team-position field-type-text field-label-hidden"> <div class="field-items"> <div class="field-item even">Co-Founder</div> </div> </div> </div> <span class="title-sep"></span> </div> <div class="team-content"> <div class="field field-name-body field-type-text-with-summary field-label-hidden"> <div class="field-items"> <div class="field-item even" property="content:encoded"> <p></p> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dexp-grid-item col-lg-3 col-md-3 col-sm-6 col-xs-12"> <div id="node-26" class="node node-team node-teaser clearfix" typeof="sioc:Item foaf:Document"> <div class="content"> <div class="team-box"> <div class="member-image overlay-container"> <div class="field field-name-field-team-image field-type-image field-label-hidden"> <div class="field-items"> <div class="field-item even"><img typeof="foaf:Image" alt="" src="/static/image/spn.png" width="180" height="180" /></div> </div> </div> <div class="image-overlay"> <div class="portfolio-overlay-icon"> <div class="member-social"> <div class="tw-social-icon clearfix"> <div class="field field-name-field-team-social field-type-text-long field-label-hidden"> <div class="field-items"> <div class="field-item even"> <p><a href="#" class="dexp-social-icon dexp-social-circle dexp-social-white"><span><i class="fa fa-facebook"></i><br /><i class="fa fa-facebook"></i></span> </a> <a href="#" class="dexp-social-icon dexp-social-circle dexp-social-white"><span><i class="fa fa-twitter"></i><br /><i class="fa fa-twitter"></i></span> </a> <a href="#" class="dexp-social-icon dexp-social-circle dexp-social-white"><span><i class="fa fa-linkedin"></i><br /><i class="fa fa-linkedin"></i></span> </a></p> </div> </div> </div> </div> </div> </div> </div> </div> <div class="member-title"> <h2> <a href="/charles">Charles Kimpolo</h2></a> <div class="member-pos"> <div class="field field-name-field-team-position field-type-text field-label-hidden"> <div class="field-items"> <div class="field-item even">Founder</div> </div> </div> </div> <span class="title-sep"></span> </div> <div class="team-content"> <div class="field field-name-body field-type-text-with-summary field-label-hidden"> <div class="field-items"> <div class="field-item even" property="content:encoded"> <p></p> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dexp-grid-item col-lg-3 col-md-3 col-sm-6 col-xs-12"> <div id="node-27" class="node node-team node-teaser clearfix" typeof="sioc:Item foaf:Document"> <div class="content"> <div class="team-box"> <div class="member-image overlay-container"> <div class="field field-name-field-team-image field-type-image field-label-hidden"> <div class="field-items"> <div class="field-item even"><img typeof="foaf:Image" alt="" src="/static/image/spn2.png" width="180" height="180" /></div> </div> </div> <div class="image-overlay"> <div class="portfolio-overlay-icon"> <div class="member-social"> <div class="tw-social-icon clearfix"> <div class="field field-name-field-team-social field-type-text-long field-label-hidden"> <div class="field-items"> <div class="field-item even"> <p><a href="#" class="dexp-social-icon dexp-social-circle dexp-social-white"><span><i class="fa fa-facebook"></i><br /><i class="fa fa-facebook"></i></span> </a> <a href="#" class="dexp-social-icon dexp-social-circle dexp-social-white"><span><i class="fa fa-twitter"></i><br /><i class="fa fa-twitter"></i></span> </a> <a href="#" class="dexp-social-icon dexp-social-circle dexp-social-white"><span><i class="fa fa-linkedin"></i><br /><i class="fa fa-linkedin"></i></span> </a></p> </div> </div> </div> </div> </div> </div> </div> </div> <div class="member-title"> <h2> <a href="/rahul">Rahul De</h2></a> <div class="member-pos"> <div class="field field-name-field-team-position field-type-text field-label-hidden"> <div class="field-items"> <div class="field-item even">Co-Founder</div> </div> </div> </div> <span class="title-sep"></span> </div> <div class="team-content"> <div class="field field-name-body field-type-text-with-summary field-label-hidden"> <div class="field-items"> <div class="field-item even" property="content:encoded"> <p></p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> {% include 'footer.html' %} </body> </html>
site/client/templates/custom_submit_button.html
mxchelle/PhillyAIMSApp
<template name="custom_submit_button"> <div class="submit-button {{moduleClass}}"> <a id="submit" class="submit btn btn-info post-btn" href="{{pathFor 'postSubmit'}}"> <i class="fa fa-2x fa-pencil" aria-hidden="true"></i> </a> </div> </template>
js/views/forgot.html
bdfinlayson/504-anecdotals
<login-nav></login-nav> <div class='row'> <div class='col-sm-offset-3 col-sm-6'> <h3>Need To Set Your Password?</h3> <p>If you have forgotten your password or haven't created one, enter your email address and click Submit.</p> </div> </div> <form name='forgotForm' class="form-horizontal" ng-submit='auth.forgotPassword()'> <div class="form-group"> <label for="inputEmail3" class="col-sm-3 control-label">Email</label> <div class="col-sm-6"> <input ng-model='auth.user.email' type="email" class="form-control" id="inputEmail3" placeholder="Email" required> </div> </div> <div class="form-group"> <div class="col-sm-offset-3 col-sm-6"> <button type="submit" class="btn btn-success" ng-class="{disabled: forgotForm.$invalid}">Submit</button> </div> <div class='col-sm-offset-3 col-sm-6'> <a href='#/terms'>Terms of Service</a> </br> <a href='#/privacy'>Privacy Policy</a> </div> </div> </div> </form>
index.html
ryanj/reveal.js
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Broadcasting Reveal.js presentations with Socket.io and OpenShift</title> <meta name="description" content="A framework for easily creating beautiful presentations using HTML"> <meta name="author" content="Ryan Jarvinen"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="stylesheet" href="css/reveal.min.css"> <link rel="stylesheet" href="css/theme/default.css" id="theme"> <!-- For syntax highlighting --> <link rel="stylesheet" href="lib/css/zenburn.css"> <!-- If the query includes 'print-pdf', include the PDF print sheet --> <script> if( window.location.search.match( /print-pdf/gi ) ) { var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'css/print/pdf.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); } </script> <!--[if lt IE 9]> <script src="lib/js/html5shiv.js"></script> <![endif]--> </head> <body> <div class="reveal"> <!-- Any section element inside of this container is displayed as a slide --> <div class="slides"> <section data-background-transition='zoom' data-transition='linear' data-background='http://ryanjarvinen.com/presentations/shared/img/broadcast_reveal_dark.png' data-state='blackout'> <h2>Broadcasting Your</h3> <h1>Reveal.js</h1> <h2>Slideshow Presentations</h2> <h1>LIVE</h1> <p>on</p> <img style="disply:block;border:none;background:none;box-shadow:none;width:50%;" alt='OpenShift-logo' src='http://ryanjarvinen.com/presentations/shared/img/OpenShift_Horizontal_RGB_Reverse.png'/> <p class='fragment'><small><a href='http://slide-shifter.rhcloud.com/'>slide-shifter.rhcloud.com</a><br/> <a href='http://github.com/ryanj/reveal.js'>github.com/ryanj/reveal.js</a></small></p> </section> <section data-background-transition='zoom' data-transition='linear'> <section data-background-transition='zoom' data-transition='linear'> <h2>Presentations on the Open Web</h2> <p> <span class='fragment'>Reveal.js is a framework</spam><br/><span class='fragment'>for easily crafting</span> <br/><span class='fragment'>beautiful presentations</span><br/> <span class='fragment'>in HTML</span> <br/><br/><div class='fragment'><p>You'll need a browser with support for CSS 3D transforms to see it's full capabilities. </p></div> <aside class="notes"> Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard). </aside> </section> <section> <h3>pre-requisites</h3> <p> In order to deploy and update your slideshow content on OpenShift you'll need to have:<ol><li class='fragment'><code>git</code></li><li class='fragment'><code>RubyGems</code></li><li class='fragment'>and the <a href="https://openshift.redhat.com/app/login?then=%2Fapp%2Fconsole%2Fapplication_type%2Fcart%21nodejs-0.10%3Fname%3Drevealjs%26initial_git_url%3Dhttps%253A%252F%252Fgithub.com%2Fryanj%2Freveal.js.git"><code>rhc</code></a> command-line tool</li></ol><p><span class='fragment'> installed and available</span><br/> <span class='fragment'> in your development environment</span></p> </p> </section> </section> <section> <section> <h2>Creating a New Deck</h2> <p class='fragment'> A fresh slide deck can be created using OpenShift's <code>rhc</code> commad-line tool, or through the OpenShift web console. </p> <br/> <br/> <ol> <li class='fragment'>web browser</li> <li class='fragment'>command line</li> </ol> </section> <section> <h2>Click to Launch</h2> <p>You can <a href='https://openshift.redhat.com/app/console/application_type/cart!nodejs-0.10?name=revealjs&initial_git_url=https%3A%2F%2Fgithub.com/ryanj/reveal.js.git'>fire up your own copy of this presentation right from your browser</a> using OpenShift's <a href='https://www.openshift.com/blogs/launching-applications-with-openshifts-web-based-workflow'>app launch workflow</a></p> <br/><br/><h1 class='fragment'><a href='https://openshift.redhat.com/app/console/application_type/cart!nodejs-0.10?name=revealjs&initial_git_url=https%3A%2F%2Fgithub.com/ryanj/reveal.js.git'>&lt;Launch Slides&gt;</a></h1> </section> <section> <h2>Launching an app with rhc</h2> <p class='fragment'>Use the <code>--from-code</code> option to specify your initial git source when launching your app.</p><br/><p class='fragment'>The following command will spin up a fresh nodejs server along with the included project source, allowing you create your own slide deck in a single command:</p> <br/><pre class='fragment'><code contenteditable>rhc app create revealjs nodejs-0.10 --from-code=http://github.com/ryanj/reveal.js.git</code></pre> </section> <section> <h2>Live on the web in Seconds</h2> <br/> <p class='fragment'><b><i>That's it!</i></b></p><br/><p class='fragment'>Your new Reveal.js deck should now be available via the URL printed in the previous command's output.</p> <br/> <p class='fragment'>A live demo is available here:<br/> <a href='http://slide-shifter.rhcloud.com'>slide-shifter.rhcloud.com</a></p> </section> </section> <section> <section> <h2>Modifying your new Deck</h2> <p class='fragment'> There is plenty of great information about using Reveal.js in the project's <a href='http://github.com/hakimel/reveal.js'>README page on GitHub</a>. </p> <p class='fragment'> Their <a href='http://lab.hakim.se/reveal-js/'>original slide deck sample conent</a> also contains a lot of great examples. </p> </section> <section> <h3>Local Development</h3> <p class='fragment'> Start up a local development server with: </p> <pre class='fragment'><code contenteditable>npm install grunt serve</code></pre> </section> <section> <h3>Saving your changes</h3> <p class='fragment'> When you're ready to deploy your new slide content to your hosted environment, save your changes with <code>git add</code> and <code>git commit</code>: </p> <pre class='fragment'><code contenteditable>git add index.html git commit -m 'adding my own deck of Revealjs slides'</code></pre> </section> <section> <h3>Pushing to OpenShift</h3> <p class='fragment'>Then, deploy your changes to the cloud with: </p> <pre class='fragment'><code contenteditable>git push</code></pre> </section> </section> <section> <section> <h2>Broadcasting Your Slide Transitions</h2><h1 class='fragment'>with Socket.IO</h1> <pi class='fragment'>Now that your custom slide content is available on the web, check your server logs for follow-up info on how to configure your presentation device: </p> <pre class='fragment'><code contenteditable>rhc tail revealjs</code></pre> </section> <section> <p>The Hosted plugin for Reveal.js will automatically generate a new random secret key,<br/><span class='fragment'>and print sample configuration information to the log:</span></p><br/> <pre class='fragment'><code contenteditable>Tell OpenShift to save this broadcast token and publish it as an environment variable: rhc env set REVEAL_SOCKET_SECRET=13970277424997223296 -a revealjs rhc app restart revealjs Then, configure your browser as a presentation device by loading the following URL: http://revealjs-ryanj.rhcloud.com/?setToken=13970277424997223296</code></pre><br/> <p class='fragment'>Use <code contenteditable>rhc tail revealjs</code> to fetch a fresh random secret key for your application, or make up your own keyphrase -<br/>just be sure to use the same value on the server and in your presentation device.</p> </section> <section> <p><span clas='fragment'>After following the instructions in your server log,</span><br/> <span class='fragment'>and saving your secret key using <code>rhc env set</code>,</span><br/><span class='fragment'>your slide transitions will automatically be relayed out to any connected browsers!</span></p> </section> <section> <p>Be sure to use two different devices or brower types when testing your broadcasting relay<br/> <span class='fragment'>(FireFox vs. Chrome, desktop vs. mobile, etc.)</span></p> <br/> <p><span class='fragment'>Additional details on using the <code>hosted</code> plugin for Reveal.js<br/> are available in this post:</span><br/> <br/><span class='fragment'><a href='https://www.openshift.com/blogs/broadcast-your-slideshow-presentations-with-socketio-and-revealjs'>Broadcasting your slideshow presentations<br/> with Socket.io and Reveal.js</a></span></p> </section> </section> <section> <h2>Works in Mobile Safari</h2> <p> Try it out! You can swipe through the slides and pinch your way to the overview. </p> </section> <section data-markdown> <script type="text/template"> ## Markdown support For those of you who like that sort of thing. Instructions and a bit more info available [here](https://github.com/hakimel/reveal.js#markdown). ``` <section data-markdown> ## Markdown support For those of you who like that sort of thing. Instructions and a bit more info available [here](https://github.com/hakimel/reveal.js#markdown). </section> ``` </script> </section> <section id="transitions"> <h2>Transition Styles</h2> <p> You can select from different transitions, like: <br> <a href="?transition=cube#/transitions">Cube</a> - <a href="?transition=page#/transitions">Page</a> - <a href="?transition=concave#/transitions">Concave</a> - <a href="?transition=zoom#/transitions">Zoom</a> - <a href="?transition=linear#/transitions">Linear</a> - <a href="?transition=fade#/transitions">Fade</a> - <a href="?transition=none#/transitions">None</a> - <a href="?#/transitions">Default</a> </p> </section> <section id="themes"> <h2>Themes</h2> <p> Reveal.js comes with a few themes built in: <br> <a href="?#/themes">Default</a> - <a href="?theme=sky#/themes">Sky</a> - <a href="?theme=beige#/themes">Beige</a> - <a href="?theme=simple#/themes">Simple</a> - <a href="?theme=serif#/themes">Serif</a> - <a href="?theme=night#/themes">Night</a> <br> <a href="?theme=moon#/themes">Moon</a> - <a href="?theme=solarized#/themes">Solarized</a> </p> <p> <small> * Theme demos are loaded after the presentation which leads to flicker. In production you should load your theme in the <code>&lt;head&gt;</code> using a <code>&lt;link&gt;</code>. </small> </p> </section> <section> <h2>Global State</h2> <p> Set <code>data-state="something"</code> on a slide and <code>"something"</code> will be added as a class to the document element when the slide is open. This lets you apply broader style changes, like switching the background. </p> </section> <section data-state="customevent"> <h2>Custom Events</h2> <p> Additionally custom events can be triggered on a per slide basis by binding to the <code>data-state</code> name. </p> <pre><code data-trim contenteditable style="font-size: 18px; margin-top: 20px;"> Reveal.addEventListener( 'customevent', function() { console.log( '"customevent" has fired' ); } ); </code></pre> </section> <section> <section data-background="#007777"> <h2>Slide Backgrounds</h2> <p> Set <code>data-background="#007777"</code> on a slide to change the full page background to the given color. All CSS color formats are supported. </p> <a href="#" class="image navigate-down"> <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow"> </a> </section> <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png"> <h2>Image Backgrounds</h2> <pre><code>&lt;section data-background="image.png"&gt;</code></pre> </section> <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" data-background-repeat="repeat" data-background-size="100px"> <h2>Repeated Image Backgrounds</h2> <pre><code style="word-wrap: break-word;">&lt;section data-background="image.png" data-background-repeat="repeat" data-background-size="100px"&gt;</code></pre> </section> </section> <section data-transition="linear" data-background="#4d7e65" data-background-transition="slide"> <h2>Background Transitions</h2> <p> Pass reveal.js the <code>backgroundTransition: 'slide'</code> config argument to make backgrounds slide rather than fade. </p> </section> <section data-transition="linear" data-background="#8c4738" data-background-transition="slide"> <h2>Background Transition Override</h2> <p> You can override background transitions per slide by using <code>data-background-transition="slide"</code>. </p> </section> <section> <h2>Clever Quotes</h2> <p> These guys come in two forms, inline: <q cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations"> &ldquo;The nice thing about standards is that there are so many to choose from&rdquo;</q> and block: </p> <blockquote cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations"> &ldquo;For years there has been a theory that millions of monkeys typing at random on millions of typewriters would reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.&rdquo; </blockquote> </section> <section> <h2>Pretty Code</h2> <pre><code data-trim contenteditable> function linkify( selector ) { if( supports3DTransforms ) { var nodes = document.querySelectorAll( selector ); for( var i = 0, len = nodes.length; i &lt; len; i++ ) { var node = nodes[i]; if( !node.className ) { node.className += ' roll'; } } } } </code></pre> <p>Courtesy of <a href="http://softwaremaniacs.org/soft/highlight/en/description/">highlight.js</a>.</p> </section> <section> <h2>Intergalactic Interconnections</h2> <p> You can link between slides internally, <a href="#/2/3">like this</a>. </p> </section> <section> <section id="fragments"> <h2>Fragmented Views</h2> <p>Hit the next arrow...</p> <p class="fragment">... to step through ...</p> <ol> <li class="fragment"><code>any type</code></li> <li class="fragment"><em>of view</em></li> <li class="fragment"><strong>fragments</strong></li> </ol> <aside class="notes"> This slide has fragments which are also stepped through in the notes window. </aside> </section> <section> <h2>Fragment Styles</h2> <p>There's a few styles of fragments, like:</p> <p class="fragment grow">grow</p> <p class="fragment shrink">shrink</p> <p class="fragment roll-in">roll-in</p> <p class="fragment fade-out">fade-out</p> <p class="fragment highlight-red">highlight-red</p> <p class="fragment highlight-green">highlight-green</p> <p class="fragment highlight-blue">highlight-blue</p> <p class="fragment current-visible">current-visible</p> <p class="fragment highlight-current-blue">highlight-current-blue</p> </section> </section> <section> <h2>Spectacular image!</h2> <a class="image" href="http://lab.hakim.se/meny/" target="_blank"> <img width="320" height="299" src="http://s3.amazonaws.com/hakim-static/portfolio/images/meny.png" alt="Meny"> </a> </section> <section> <h2>Export to PDF</h2> <p>Presentations can be <a href="https://github.com/hakimel/reveal.js#pdf-export">exported to PDF</a>, below is an example that's been uploaded to SlideShare.</p> <iframe id="slideshare" src="http://www.slideshare.net/slideshow/embed_code/13872948" width="455" height="356" style="margin:0;overflow:hidden;border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe> <script> document.getElementById('slideshare').attributeName = 'allowfullscreen'; </script> </section> <section> <h2>Take a Moment</h2> <p> Press b or period on your keyboard to enter the 'paused' mode. This mode is helpful when you want to take distracting slides off the screen during a presentation. </p> </section> <section> <h2>Stellar Links</h2> <ul> <li><a href="http://slid.es">Try the online editor</a></li> <li><a href="https://github.com/hakimel/reveal.js">Source code on GitHub</a></li> <li><a href="http://twitter.com/hakimel">Follow me on Twitter</a></li> </ul> </section> <section> <h1>THE END</h1> <h3>Revaljs by Hakim El Hattab / hakim.se</h3> </section> </div> </div> <script src="lib/js/head.min.js"></script> <script src="js/reveal.min.js"></script> <script> // Full list of configuration options available here: // https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ controls: true, progress: true, history: true, center: true, hosted: {}, theme: Reveal.getQueryHash().theme, // available themes are in /css/theme transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none // Parallax scrolling // parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg', // parallaxBackgroundSize: '2100px 900px', // Optional libraries used to extend on reveal.js dependencies: [ { src: 'http://cdnjs.cloudflare.com/ajax/libs/socket.io/0.9.16/socket.io.min.js', async: true }, { src: 'plugin/hosted/client.js', async: true }, { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } }, { src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } } ] }); </script> </body> </html>
Volterra/doc/graphics/nim/volterra/gui/package-summary.html
JulianThijssen/Volterra2D
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_74) on Sat Jul 16 01:21:01 CEST 2016 --> <title>graphics.nim.volterra.gui</title> <meta name="date" content="2016-07-16"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="graphics.nim.volterra.gui"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-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="../../../../graphics/nim/volterra/font/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../graphics/nim/volterra/input/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?graphics/nim/volterra/gui/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;graphics.nim.volterra.gui</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../graphics/nim/volterra/gui/Button.html" title="class in graphics.nim.volterra.gui">Button</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-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="../../../../graphics/nim/volterra/font/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../graphics/nim/volterra/input/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?graphics/nim/volterra/gui/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
app/views/sprintdexitcontinue/details-more2.html
dwp-rcm-prototype/bfr-fraud-rebuild
{% extends "layout.html" %} {% block phase%} {% include 'sprint12/partials/phase-banner.html'%} {% endblock %} {% block main %} <div class="grid-row"> <div class="column-two-thirds"> <h1 class="heading-xlarge">The person you’re reporting</h1> <form method="post" action="details-more"> {% include "sprintdexitcontinue/partials/details-more2/name.html" %} <legend class="form-label-bold" for="dob_approximate_age"> Do you know their date of birth? </legend> <div class="form-group" id="dob_approximate_age"> <fieldset class="inline"> <label class="block-label" data-target="dob_hidden" for="dob_yes"> <input id="dob_yes" type="radio" name="dob_select" value="Yes" aria-controls="dob_hidden" aria-expanded="false"> Yes </label> <label class="block-label checked selected" data-target="approximate_age_hidden" for="dob_no"> <input id="dob_no" type="radio" name="dob_select" value="No" aria-expanded="false" checked="" aria-controls="approximate_age_hidden"> No </label> <div class="panel panel-border-narrow js-hidden " id="dob_hidden" style="display:none"> <div class="form-group"> <fieldset> <div class="form-date"> <p class="form-hint">For example, 31 03 1980</p> <div class="form-group form-group-day"> <label for="dob_day">Day</label> <input class="form-control no-error" id="dob_day" name="dob_day" value="" type="text" maxlength="2"> </div> <div class="form-group form-group-month"> <label for="dob_month">Month</label> <input class="form-control no-error" id="dob_month" name="dob_month" value="" type="text" maxlength="2"> </div> <div class="form-group form-group-year"> <label for="dob-year">Year</label> <input class="form-control no-error" id="dob_year" name="dob_year" value="" type="text" maxlength="4"> </div> </div> </fieldset> </div> </div> <div class="panel panel-border-narrow js-hidden " id="approximate_age_hidden" aria-hidden="true" style="display:block"> <label class="form-label-bold" for="age">Approximate age</label> <input class="form-control" name="age" type="text" id="age" value="23"> </div> </fieldset> </div> <legend class="form-label-bold" for="other_name_form"> Address <p class="form-hint"> Include at least street and town </p> </legend> <div class="form-group"> <fieldset> <div id="firstName-form" class="form-group form-group-compound"> <label class="form-label" for="building">Building name or number</label> <input type="text" class="form-control" id="building" name="building" value=""> </div> <div id="lastName-form" class="form-group form-group-compound "> <label class="form-label" for="street">Street</label> <input type="text" class="form-control" id="street" name="street" value="we"> </div> <div id="lastName-form" class="form-group form-group-compound "> <label class="form-label" for="town">Town or city</label> <input type="text" class="form-control" id="town" name="town" value="qwe"> </div> <div id="lastName-form" class="form-group form-group-compound"> <label class="form-label" for="county">County</label> <input type="text" class="form-control" id="county" name="county" value=""> </div> <div id="lastName-form" class="form-group form-group-compound"> <label class="form-label" for="postcode">Postcode</label> <input type="text" class="form-control" id="postcode" name="postcode" value=""> </div> </fieldset> </div> <div class="form-group form-group" id="ninoDetails-form"> <fieldset class="inline"> <legend class="form-label-bold" for="ninoDetails-form"> Do you know their National Insurance number </legend> <label class="block-label" for="nino_select_yes" data-target="nino_details_hidden"> <input id="nino_select_yes" type="radio" name="nino_select" value="Yes" aria-controls="nino_details_hidden"> Yes </label> <label class="block-label" for="nino_select_no"> <input id="nino_select_no" type="radio" name="nino_select" value="No"> No </label> </fieldset> <fieldset> <div class="panel panel-border-narrow js-hidden " id="nino_details_hidden" style="display:;"> <div id="nino-form" class="form-group"> <label class="form-label-bold" for="nino">Please enter their National Insurance number</label> <input type="text" class="form-control" id="nino" name="nino" value=""> </div> </div> </fieldset> </div> <div class="form-group form-group" id="phoneDetails-form"> <fieldset class="inline"> <legend class="form-label-bold" for="phoneDetails-form"> Do you know their telephone number? </legend> <label class="block-label" for="phone_select_yes" data-target="phone_details_hidden"> <input id="phone_select_yes" type="radio" name="phone_select" value="Yes" aria-controls="phone_details_hidden"> Yes </label> <label class="block-label" for="phone_select_no"> <input id="phone_select_no" type="radio" name="phone_select" value="No"> No </label> </fieldset> <div class="panel panel-border-narrow js-hidden " id="phone_details_hidden" style="display:;"> <div id="phone-form" class="form-group"> <label class="form-label-bold" for="phone">Please enter their telephone number</label> <input type="text" class="form-control" id="phone" name="phone" value=""> </div> </div> </div> <div class="form-group form-group" id="emailDetails-form"> <fieldset class="inline"> <legend class="form-label-bold" for="emailDetails-form"> Do you know their email? </legend> <label class="block-label" for="email_select_yes" data-target="email_hidden"> <input id="email_select_yes" type="radio" name="email_select" value="Yes" aria-controls="email_hidden"> Yes </label> <label class="block-label" for="email_select_no"> <input id="email_select_no" type="radio" name="email_select" value="No"> No </label> </fieldset> <div class="panel panel-border-narrow js-hidden " id="email_hidden" style="display:;"> <div id="email-form" class="form-group panel-indent "> <label class="form-label-bold" for="email">Please enter their email address</label> <input type="text" class="form-control" id="email" name="email" value=""> </div> </div> </div> <a href="fraud-type" type="submit" class="button" value="Continue" />Continue</a> </form> {% include "sprint14/partials/assisteddigital.html" %} </div> </div> {% endblock %}
applications/bedrock-site/src/main/webapp/dist/1.6.9/docs/bag/com/brettonw/bedrock/bag/Selectable.html
brettonw/Bedrock
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (14) on Tue Dec 14 18:57:04 EST 2021 --> <title>Selectable (Bag 1.6.9 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="dc.created" content="2021-12-14"> <meta name="description" content="declaration: package: com.brettonw.bedrock.bag, interface: Selectable"> <meta name="generator" content="javadoc/ClassWriterImpl"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script-dir/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="../../../../script-dir/jquery-3.4.1.js"></script> <script type="text/javascript" src="../../../../script-dir/jquery-ui.js"></script> </head> <body class="class-declaration"> <script type="text/javascript">var data = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; var pathtoroot = "../../../../"; loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <div class="flexBox"> <header role="banner" class="flexHeader"> <nav role="navigation"> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a id="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../index.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Selectable.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <div class="navListSearch"><label for="search">SEARCH:</label> <input type="text" id="search" value="search" disabled="disabled"> <input type="reset" id="reset" value="reset" disabled="disabled"> </div> </div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="skipNav"><a id="skip.navbar.top"> <!-- --> </a></div> </nav> </header> <div class="flexContent"> <main role="main"> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">com.brettonw.bedrock.bag</a></div> <h1 title="Interface Selectable" class="title">Interface Selectable&lt;BagType extends <a href="Bag.html" title="class in com.brettonw.bedrock.bag">Bag</a>&gt;</h1> </div> <div class="contentContainer"> <section class="description"> <dl> <dt>All Known Implementing Classes:</dt> <dd><code><a href="BagArray.html" title="class in com.brettonw.bedrock.bag">BagArray</a></code>, <code><a href="BagObject.html" title="class in com.brettonw.bedrock.bag">BagObject</a></code></dd> </dl> <hr> <pre>public interface <span class="typeNameLabel">Selectable&lt;BagType extends <a href="Bag.html" title="class in com.brettonw.bedrock.bag">Bag</a>&gt;</span></pre> </section> <section class="summary"> <ul class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <li class="blockList"> <section class="methodSummary"><a id="method.summary"> <!-- --> </a> <h2>Method Summary</h2> <div class="memberSummary"> <div role="tablist" aria-orientation="horizontal"><button role="tab" aria-selected="true" aria-controls="memberSummary_tabpanel" tabindex="0" onkeydown="switchTab(event)" id="t0" class="activeTableTab">All Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t2" class="tableTab" onclick="show(2);">Instance Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t3" class="tableTab" onclick="show(4);">Abstract Methods</button></div> <div id="memberSummary_tabpanel" role="tabpanel"> <table aria-labelledby="t0"> <thead> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colSecond" scope="col">Method</th> <th class="colLast" scope="col">Description</th> </tr> </thead> <tbody> <tr class="altColor" id="i0"> <td class="colFirst"><code><a href="Selectable.html" title="type parameter in Selectable">BagType</a></code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#select(com.brettonw.bedrock.bag.SelectKey)">select</a></span>&#8203;(<a href="SelectKey.html" title="class in com.brettonw.bedrock.bag">SelectKey</a>&nbsp;select)</code></th> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </div> </div> </section> </li> </ul> </section> <section class="details"> <ul class="blockList"> <!-- ============ METHOD DETAIL ========== --> <li class="blockList"> <section class="methodDetails"><a id="method.detail"> <!-- --> </a> <h2>Method Details</h2> <ul class="blockList"> <li class="blockList"> <section class="detail"> <h3><a id="select(com.brettonw.bedrock.bag.SelectKey)">select</a></h3> <div class="memberSignature"><span class="returnType"><a href="Selectable.html" title="type parameter in Selectable">BagType</a></span>&nbsp;<span class="memberName">select</span>&#8203;(<span class="arguments"><a href="SelectKey.html" title="class in com.brettonw.bedrock.bag">SelectKey</a>&nbsp;select)</span></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>select</code> - </dd> <dt><span class="returnLabel">Returns:</span></dt> </dl> </section> </li> </ul> </section> </li> </ul> </section> </div> <!-- ========= END OF CLASS DATA ========= --> </main> <footer role="contentinfo"> <nav role="navigation"> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a id="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../index.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Selectable.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> </div> <a id="skip.navbar.bottom"> <!-- --> </a> <!-- ======== END OF BOTTOM NAVBAR ======= --> </nav> <p class="legalCopy"><small>Copyright &#169; 2021. All rights reserved.</small></p> </footer> </div> </div> </body> </html>
app/styles/style.css
Dariuszx/Projekt-Indywidualny
.pasek-header { background-color: #43ac6a; } .link { color: #93c54b; } .link:hover { text-decoration: underline; } .center-content { text-align: center; } .center-content-this { margin-left: auto; margin-right: auto; } .content-resize-minus-50 { width: 50%; } .avatar-max-size { max-width: 150px; } .margin10 { margin-top: 10px; } .margin5 { margin-top: 5px; } .title { text-transform: uppercase; font-weight: bold; } .content-important { background-color: #f8f5f0; }
examples/synthetic-examples/wrapper-custom-element/index.html
ccapndave/cycle-dom
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <meta name="description" content="Example"/> <title>Example</title> </head> <body> <div class="js-container"></div> <script src="../../../node_modules/@cycle/core/dist/cycle.js"></script> <script src="../../../dist/cycle-web.js"></script> <script src="wrapper.js"></script> </body> </html>
Post-Hack/2/public_html/thinkinglimoCOM/wp-content/themes/bigbangwp/css/colors/color-yellow.css
iamandrebulatov/Profile
input.submit, input.submit:focus, input.submit:active { background: #FEEB43; color: #444; } input.submit:hover { color: #fff; } a { color: #FEEB43; } #primary-menu .current, .fixed #primary-menu .current { background-color: #FEEB43 !important; color: #444; } .fixed #primary-menu .current { background-color: #FEEB43 !important; } #footer a:hover { color: #FEEB43; } .tweets a:hover , #footer .tweets a:hover, .tweets .tweet_time a:hover, #footer .tweets .tweet_time a:hover { color: #FEEB43; } .photostream a:hover, #footer .photostream a:hover { background-color: #FEEB43; border: 1px solid #FEEB43; } .team-member-info .social-personal li a:hover { background-color: #FEEB43; color: #444; } .skills-graph li span { background-color: #FEEB43; color: #444; } .services div:hover, .services div:hover a { background-color:#FEEB43; color: #444; } .grey:hover { background-color:#FEEB43; color: #444; } .highlight1 { background-color: #FEEB43; color: #444; } .item-info-overlay { background-color: #FEEB43; color: #444; } .item-info-overlay h3.title a { color: #444; } .hexagon .item-info-overlay { background-color: #FEEB43; } .circle .item-info-overlay { background-color: #FEEB43; color: #444; } .triangle .item-info-overlay { background-color: #FEEB43; } ul.item-nav li:hover { background-color: #FEEB43; } .contact-success { background-color: #FEEB43; } .form .contact-error { color: #FEEB43; } .flex-direction-nav li a:hover { background-color: #FEEB43; } .widget a:hover { color: #FEEB43; } .widget ul#recentcomments a.Author: (Shared on MafiaShare.net)hover { color: #FEEB43; } .post-title h2.title a:hover { color: #FEEB43; } .post-meta a:hover { color: #FEEB43; } .post-info div.date { background-color: #FEEB43; color: #444; } .comment .author a:hover { color: #FEEB43; } .comment .comment-meta .reply:hover { background-color:#FEEB43; color: #444; } .wp-pagenavi span.current { background-color: #FEEB43; color: #444; } .tagcloud a:hover { background-color: #FEEB43; color: #444!important; }
docs/pymatgen.analysis.chemenv.utils.chemenv_errors.html
blondegeek/pymatgen
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>pymatgen.analysis.chemenv.utils.chemenv_errors module &#8212; pymatgen 2019.7.2 documentation</title> <link rel="stylesheet" href="_static/basic.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/language_data.js"></script> <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="shortcut icon" href="_static/favicon.ico"/> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-33990148-1']); _gaq.push(['_trackPageview']); </script> </head><body> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="nav-item nav-item-0"><a href="index.html">pymatgen 2019.7.2 documentation</a> &#187;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="body" role="main"> <div class="section" id="module-pymatgen.analysis.chemenv.utils.chemenv_errors"> <span id="pymatgen-analysis-chemenv-utils-chemenv-errors-module"></span><h1>pymatgen.analysis.chemenv.utils.chemenv_errors module<a class="headerlink" href="#module-pymatgen.analysis.chemenv.utils.chemenv_errors" title="Permalink to this headline">¶</a></h1> <p>This module contains the error classes for the chemenv package.</p> <dl class="exception"> <dt id="pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError"> <em class="property">exception </em><code class="descname">AbstractChemenvError</code><span class="sig-paren">(</span><em>cls</em>, <em>method</em>, <em>msg</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/analysis/chemenv/utils/chemenv_errors.html#AbstractChemenvError"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">Exception</span></code></p> </dd></dl> <dl class="exception"> <dt id="pymatgen.analysis.chemenv.utils.chemenv_errors.BVAValencesNotFoundChemenvError"> <em class="property">exception </em><code class="descname">BVAValencesNotFoundChemenvError</code><span class="sig-paren">(</span><em>structure</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/analysis/chemenv/utils/chemenv_errors.html#BVAValencesNotFoundChemenvError"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.BVAValencesNotFoundChemenvError" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError" title="pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError</span></code></a></p> </dd></dl> <dl class="exception"> <dt id="pymatgen.analysis.chemenv.utils.chemenv_errors.ChemenvError"> <em class="property">exception </em><code class="descname">ChemenvError</code><span class="sig-paren">(</span><em>cls</em>, <em>method</em>, <em>msg</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/analysis/chemenv/utils/chemenv_errors.html#ChemenvError"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.ChemenvError" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">Exception</span></code></p> </dd></dl> <dl class="exception"> <dt id="pymatgen.analysis.chemenv.utils.chemenv_errors.ChemenvStrategyError"> <em class="property">exception </em><code class="descname">ChemenvStrategyError</code><span class="sig-paren">(</span><em>cls</em>, <em>method</em>, <em>msg</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/analysis/chemenv/utils/chemenv_errors.html#ChemenvStrategyError"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.ChemenvStrategyError" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError" title="pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError</span></code></a></p> </dd></dl> <dl class="exception"> <dt id="pymatgen.analysis.chemenv.utils.chemenv_errors.ClassTypeChemenvError"> <em class="property">exception </em><code class="descname">ClassTypeChemenvError</code><span class="sig-paren">(</span><em>object</em>, <em>classtype</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/analysis/chemenv/utils/chemenv_errors.html#ClassTypeChemenvError"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.ClassTypeChemenvError" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError" title="pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError</span></code></a></p> </dd></dl> <dl class="exception"> <dt id="pymatgen.analysis.chemenv.utils.chemenv_errors.EquivalentSiteSearchError"> <em class="property">exception </em><code class="descname">EquivalentSiteSearchError</code><span class="sig-paren">(</span><em>site</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/analysis/chemenv/utils/chemenv_errors.html#EquivalentSiteSearchError"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.EquivalentSiteSearchError" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError" title="pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError</span></code></a></p> </dd></dl> <dl class="exception"> <dt id="pymatgen.analysis.chemenv.utils.chemenv_errors.InitializationChemenvError"> <em class="property">exception </em><code class="descname">InitializationChemenvError</code><span class="sig-paren">(</span><em>cls</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/analysis/chemenv/utils/chemenv_errors.html#InitializationChemenvError"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.InitializationChemenvError" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError" title="pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError</span></code></a></p> </dd></dl> <dl class="exception"> <dt id="pymatgen.analysis.chemenv.utils.chemenv_errors.NeighborsNotComputedChemenvError"> <em class="property">exception </em><code class="descname">NeighborsNotComputedChemenvError</code><span class="sig-paren">(</span><em>site</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/analysis/chemenv/utils/chemenv_errors.html#NeighborsNotComputedChemenvError"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.NeighborsNotComputedChemenvError" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError" title="pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError</span></code></a></p> </dd></dl> <dl class="exception"> <dt id="pymatgen.analysis.chemenv.utils.chemenv_errors.PenaltyFunctionError"> <em class="property">exception </em><code class="descname">PenaltyFunctionError</code><span class="sig-paren">(</span><em>function</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/analysis/chemenv/utils/chemenv_errors.html#PenaltyFunctionError"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.PenaltyFunctionError" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError" title="pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError</span></code></a></p> </dd></dl> <dl class="exception"> <dt id="pymatgen.analysis.chemenv.utils.chemenv_errors.RatioFunctionError"> <em class="property">exception </em><code class="descname">RatioFunctionError</code><span class="sig-paren">(</span><em>function</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/analysis/chemenv/utils/chemenv_errors.html#RatioFunctionError"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.RatioFunctionError" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError" title="pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError</span></code></a></p> </dd></dl> <dl class="exception"> <dt id="pymatgen.analysis.chemenv.utils.chemenv_errors.SolidAngleError"> <em class="property">exception </em><code class="descname">SolidAngleError</code><span class="sig-paren">(</span><em>cosinus</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/analysis/chemenv/utils/chemenv_errors.html#SolidAngleError"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.SolidAngleError" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError" title="pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError</span></code></a></p> </dd></dl> <dl class="exception"> <dt id="pymatgen.analysis.chemenv.utils.chemenv_errors.VoronoiParametersError"> <em class="property">exception </em><code class="descname">VoronoiParametersError</code><span class="sig-paren">(</span><em>vp</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/analysis/chemenv/utils/chemenv_errors.html#VoronoiParametersError"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.VoronoiParametersError" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <a class="reference internal" href="#pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError" title="pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.analysis.chemenv.utils.chemenv_errors.AbstractChemenvError</span></code></a></p> </dd></dl> </div> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="nav-item nav-item-0"><a href="index.html">pymatgen 2019.7.2 documentation</a> &#187;</li> </ul> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2011, Pymatgen Development Team. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.0.1. </div> <div class="footer">This page uses <a href="http://analytics.google.com/"> Google Analytics</a> to collect statistics. You can disable it by blocking the JavaScript coming from www.google-analytics.com. <script type="text/javascript"> (function() { var ga = document.createElement('script'); ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; ga.setAttribute('async', 'true'); document.documentElement.firstChild.appendChild(ga); })(); </script> </div> </body> </html>
captcha3/index2.html
AALEKH/CaptchaPrototype
<!DOCTYPE html> <html> <head> <script src="./jquery-1.11.0.min.js"></script> <style> div { display:inline-block; position:relative; } #parentdiv { margin-left:300px; margin-top:200px } #two{ margin-left:10px; margin-top:3px; border-color:black; border-width:4px; border-style:solid; } #three{ margin-left:10px; margin-top:3px; border-color:white; border-size:4px; border-style:solid; } #seven{ margin-left:10px; margin-top:3px; border-color:white; border-size:4px; border-style:solid; } #text{ font-family: Sans-Serif, monaco, monospace; font-size:30px; margin-left:220px; } #twoimage{ height:200px; width:240px; cursor:pointer; } #threeimage{ height:200px; width:240px; cursor:pointer; } #fourimage{ height:200px; width:240px; cursor:pointer; } #parentdivtwo{ border-color:black; border-size:4px; border-style:solid; height:50px; width:785px; border-radius:10px; } #foo{ font-family: Sans-Serif, monaco, monospace; font-size:35px; margin-left:20px; } #fooone{ font-family: Sans-Serif, monaco, monospace; font-size:35px; margin-left:200px; } #footwo{ font-family: Sans-Serif, monaco, monospace; font-size:35px; margin-left:200px; } </style> <script> var i=0; var foo = function(){ if(i==0){ var a=document.getElementById('two'); a.style.borderColor='white'; var b=document.getElementById('foo'); var c=document.getElementById('fooone'); var d=document.getElementById('footwo'); var l=document.getElementById('three'); l.style.borderColor = "black"; b.innerHTML='Mountain'; c.innerHTML="Human"; d.innerHTML="Bicycle"; c.style.marginLeft="150px"; d.style.marginTop="-50px"; d.style.marginLeft="180px"; i="true"; } else{ alert('Iimage will reload'); } } var fooone = function(){ if(i=="true"){ var a=document.getElementById('three'); a.style.borderColor='white'; var f=document.getElementById('foo'); var g=document.getElementById('fooone'); var h=document.getElementById('footwo'); var l=document.getElementById('seven'); l.style.borderColor = "black"; f.innerHTML='Car'; g.innerHTML="Football"; h.innerHTML="Bicycle"; i="falsee" } else{ alert('Image will reload'); } } var footwo = function(){ if(i=="falsee"){ var a=document.getElementById('seven'); a.style.borderColor='white'; var f=document.getElementById('foo'); var g=document.getElementById('fooone'); var h=document.getElementById('footwo'); alert('Captcha verifed :)') } else{ alert('Image will reload'); } } </script> <meta charset="utf-8"> <title>JS Bin</title> </head> <body> <div id="parentdiv"> <p id="text">Identify the objects?</p> <div id="two"><img id="twoimage" src="./images1.gif"/></div> <div id="three"><img id="threeimage" src="./images2.jpg"/></div> <div id="seven"><img id="fourimage" src="./images3.gif"/></div> <br> <div id="parentdivtwo"> <div id="foo" onclick="foo()">Cat</div> <div id="fooone" onclick="fooone()">Mountain</div> <div id="footwo" onclick="footwo()">Human</div> </div> </div> </body> </html>
html/index.html
bastronaut/leasebot
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>Leasebot</title> <link href="css/style.css" rel="stylesheet"> <link href="css/style-desktop.css" rel="stylesheet"> </head> <body> <div class="header"> <!-- <h1>Deloitte Leasebot</h1> --> <img src="img/logo.png" /> </div> <div class="wrapper"> <div class="content"> <div class="right"> <div class="message-container"> <div class="message-body"> <div class="message"> <p>Does my leasecontract allow me to put wintertires on my car?</p> </div> </div> </div> <div class="message-footer"> <img src="img/textright.jpg" class="message-arrow" /> <img src="img/luc.jpg" class="avatar-img" /> </div> </div> <div class="left"> <div class="message-container"> <div class="message-body"> <div class="message"> <p>Your leasecontract allows you to put wintertires on your car.</p> </div> </div> </div> <div class="message-footer"> <img src="img/textleft.jpg" class="message-arrow" /> <img src="img/bot.jpg" class="avatar-img" /> </div> </div> <div class="left"> <div class="message-container"> <div class="message-body"> <div class="message"> <p>Does my leasecontract allow me to put wintertires on my car?</p> </div> <div class="message-options"> <div class="option"> <a>Yes</a> </div> <div class="option"> <a>No, thanks</a> </div> </div> </div> </div> <div class="message-footer"> <img src="img/textleft.jpg" class="message-arrow" /> <img src="img/bot.jpg" class="avatar-img" /> </div> </div> <div class="right"> <div class="message-container"> <div class="message-body"> <div class="message"> <p>sweet.</p> </div> </div> </div> <div class="message-footer"> <img src="img/textright.jpg" class="message-arrow" /> <img src="img/luc.jpg" class="avatar-img" /> </div> </div> </div> <div class="footer"> <div class="footer-wrapper"> <div class="inserttext"> <input type="textarea" class="inputmessage" name="inputmessage" placeholder="Ask me anything " /> </div> <div class="inserttexticons"> <!-- <div class="icon sendmsg"> &#8594; </div> --> <img src="img/send.svg" class="sendicon" /> </div> </div> </div> </div> <script src="js/jquery.min.js"></script> </body> </html>
tests/datasources/test_data/lalibre/content_paragraphs_overload.html
sevas/csxj-crawler
<!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="fr" lang="fr" class="withTopBar"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="google-site-verification" content="vA5vNBs595ylHBPLI6gjNTbcVXPp2uKbqJBkOMonO74" /> <meta name="robots" content="index, follow, noarchive" /> <meta name="description" content="Le Premier ministre Elio Di Rupo a annonc&#233; mardi matin un accord sur le budget 2013, qui comprend des mesures d&#039;aust&#233;rit&#233; et en faveur de la comp&#233;titivit&#233; notamment un gel des salaires." /> <meta name="keywords" content="accord, budget, mesure, touchera, cependant, salaires, minimums, volonté, étant, même, améliorer, pouvoir, achat, revenus, premier, ministre, elio, rupo, annoncé, matin, comprend, mesures, austérité, faveur, compétitivité" /> <title>Lalibre.be - Accord sur le budget 2013</title> <link rel="canonical" href="http://www.lalibre.be/actu/politique-belge/article/778553/accord-sur-le-budget-2013.html" /> <link rel="shortcut icon" type="images/x-icon" href="/favicon.ico" /> <link rel="stylesheet" type="text/css" href="http://static.libre.eu/css/lalibre_screen.css?v=58" media="screen" /> <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" href="http://static.libre.eu/css/lalibre_screen_lteIE6.css?v=58" media="screen" /> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="http://static.libre.eu/css/lalibre_screen_gtIE7.css?v=58" media="screen" /> <![endif]--> <link rel="stylesheet" type="text/css" href="http://static.libre.eu/css/lalibre_print.css?v=58" media="print" /> <link rel="alternate" title="RSS LaLibre.be" href="/rss/index.xml" type="application/rss+xml" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> <meta property="og:title" content="Accord sur le budget 2013"/> <meta property="og:site_name" content="LaLibre.be"/> <link rel="image_src" href="http://static.libre.eu/pict_articles/pict_458659.gif" /> <meta property="og:image" content="http://static.libre.eu/pict_articles/pict_458659.gif"/> <link rel="stylesheet" type="text/css" href="http://static.libre.eu/recto/css/recto.css?v=58" media="screen" /> <script type="text/javascript"> var pageArtefactID = "llb-article-778553"; </script> <script type="text/javascript" src="http://static.tb.be/ces/public/ces-publicv3.js?v=7"></script> <script type="text/javascript" src="http://static.tb.be/ces/public/ces-display.js?v=7"></script> <script type="text/javascript" src="http://services.lalibre.be/startingpoint/resources/common/regService.js?v=2"></script> <link rel="stylesheet" type="text/css" href="http://static.tb.be/ces/public/resources/css/commentsCommon.css" media="screen" /> <link rel="stylesheet" type="text/css" href="http://static.tb.be/ces/public/resources/skin/lalibre/css/comments.css" media="screen" /> <link rel="stylesheet" type="text/css" href="http://static.tb.be/ces/public/resources/css/lightboxes.css" media="screen" /> <link rel="stylesheet" type="text/css" href="http://services.lalibre.be/startingpoint/resources/llb/framed/css/framed.css" media="screen" /> <!--[if lte IE 7]> <link rel="stylesheet" type="text/css" href="http://services.lalibre.be/startingpoint/resources/llb/framed/css/framed_IE.css" media="screen" /> <![endif]--> <script type="text/javascript" src="http://static.tb.be/ces/public/resources/js/lb.js"></script> <script type="text/javascript" src="http://static.libre.eu/js/lalibre.js?v=44"> </script> <script type="text/javascript" src="http://static.libre.eu/js/swfobject.js"></script> </head> <body id="articlePage" class="newPage"> <div id="cim" style="position:absolute; left:0; top:0; visibility:hidden;"> <script type="text/javascript" src="/js/cim/spring.js"></script> <script language="Javascript"> var sp_e0 = { "s":"lalibre", "cp":"ss_actualite/nw/articles", "lang":"FR", "url": document.location.href } spring.c(sp_e0); </script> </div> <div id="splash" class="pubBox noPub"> <!-- begin ad tag: P4995.LALIBRE/INTRO-FR_SPLASH_CENTER_630x320 (630x320,1x1) --> <script type="text/javascript"> // <![CDATA[ var targetDomain = 'lalibre.be'; if (document.domain.indexOf(targetDomain) >= 0 && cappingPermission(1, 10800000, 'defaultSplash', targetDomain)){ ord = (typeof(ord)!='undefined') ? ord : Math.random()*10000000000000000; document.write('<scr'+'ipt language="JavaScript" src="http://ad.doubleclick.net/adj/P4995.LALIBRE/INTRO-FR_SPLASH_CENTER_630x320;sz=630x320,1x1;tile=2;lang=fr;pos=center;pgl1=intro;kw=[KEYWORD];ord='+ord+'?" type="text/javascript"></scr'+'ipt>'); } // ]]> </script> <!-- End ad tag --> </div> <script type="text/javascript">splashDisplayer();</script> <div id="wallpaperbewebScript"> <!-- begin ad tag: P4995.LALIBRE/HOME-FR_WPB_TOP2_NOSIZE (1x1) --> <script type="text/javascript"> // <![CDATA[ ord = (typeof(ord)!='undefined') ? ord : Math.random()*10000000000000000; document.write('<scr'+'ipt language="JavaScript" src="http://ad.doubleclick.net/adj/P4995.LALIBRE/HOME-FR_WPB_TOP2_NOSIZE;sz=1x1;dcopt=ist;tile=2;lang=fr;pos=top2;pgl1=home;kw=politique-belge;ord='+ord+'?" type="text/javascript"></scr'+'ipt>'); // ]]> </script> <!-- End ad tag --> <script type="text/javascript"> // <![CDATA[ wallpaperBewebDisplayer(); // ]]> </script> </div> <ul id="topbar"> <li><a class="shopping decored" href="http://eshop.lalibre.be/" target="_blank">Shopping<span class="deco"></span></a></li> <li><a class="goodeal decored" href="http://goodeal.lalibre.be/" target="_blank">Bonnes affaires<span class="deco"></span></a></li> <li><a class="rencontres decored" href="http://rencontres.lalibre.be/" target="_blank">Rencontres<span class="deco"></span></a></li> <li><a class="emplois decored" href="/dossiers/emploi/">Emplois<span class="deco"></span></a></li> <li><a class="vacances decored" href="http://www.vacancesweb.be/partenaire-vacances-de-la-libre-belgique.html?prtn=llb&src=llbmenu" target="_blank">Vacances<span class="deco"></span></a></li> <li><a class="immo decored" href="http://www.logic-immo.be" target="_blank">Immo<span class="deco"></span></a></li> <li><a class="dhvideo imgLink" href="http://videos.lalibre.be/" target="_blank"><img src="http://static.libre.eu/img/topbar_lalibrevideo.png" alt="lalibre vidéo" /></a></li> <li><a class="twitter imgLink" href="https://twitter.com/#!/lalibrebe" target="_blank"><img src="http://static.libre.eu/img/topbar_Twitter.png" alt="Twitter" /></a></li> <li><a class="facebook imgLink" href="https://www.facebook.com/lalibre.be" target="_blank"><img src="http://static.libre.eu/img/topbar_Facebook.png" alt="Facebook" /></a></li> </ul> <div id="wrapper"> <div id="leaderboard" class="pubBox noPub"> <!-- begin ad tag: P4995.LALIBRE/NEWS-FR_LEADERBOARD_TOP_MULTI (995x123,728x90,468x60,1x1) --> <script type="text/javascript"> // <![CDATA[ ord = (typeof(ord)!='undefined') ? ord : Math.random()*10000000000000000; document.write('<scr'+'ipt src="http://ad.doubleclick.net/adj/P4995.LALIBRE/NEWS-FR_LEADERBOARD_TOP_MULTI;sz=995x123,728x90,468x60,1x1;dcopt=ist;tile=1;lang=fr;pos=top;pgl1=news;kw=politique-belge;ord='+ord+'?" type="text/javascript"></scr'+'ipt>'); // ]]> </script> <noscript> <a href="http://ad.doubleclick.net/jump/P4995.LALIBRE/NEWS-FR_LEADERBOARD_TOP_MULTI;sz=995x123,728x90,468x60,1x1;dcopt=ist;tile=1;lang=fr;pos=top;pgl1=news;kw=politique-belge;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/P4995.LALIBRE/NEWS-FR_LEADERBOARD_TOP_MULTI;sz=995x123,728x90,468x60,1x1;dcopt=ist;tile=1;lang=fr;pos=top;pgl1=news;kw=politique-belge;ord=123456789?" border="0" alt="" /></a> </noscript> <!-- End ad tag --> </div> <script type="text/javascript">leaderBoardDisplayer($id('leaderboard'));</script> <div id="header"> <ul id="easyAccess"> <li><a href="#mainContent">Aller au contenu</a></li> <li><a href="#menu">Aller au menu</a></li> <li><a href="#search">Aller &agrave; la recherche</a></li> <li><a href="http://www.lalibre-accessible.be">La Libre Accessible</a></li> </ul> <p id="logo"> <a href="/index.php" title="Retour &agrave; la page d'accueil"> <img width="97" height="60" src="http://static.libre.eu/img/logoLaLibre.gif" alt="Retour &agrave; la page d'accueil" /> </a> </p> <div class="grid"> <div id="forms"> <form name="searchForm" action="/search/" method="get" accept-charset="UTF-8" id="searchForm"> <input id="view" name="view" type="hidden" value="search" /> <!--[if gte IE 6]> <input type="hidden" name="ie_encoding" value="&#153;"> <![endif]--> <label for="search">Recherche </label> <input id="search" class="champs ics-input" name="query" type="text" /> <!-- <input class="valid" type="submit" value="" name="Submit"/> --> <input type="image" src="http://static.libre.eu/img/formSubmitArrow.gif" title="Lancer la recherche" value="G0" /> </form> <p id="userLine"> <a href="http://services.lalibre.be/startingpoint/public/register" title="Cr&eacute;er un compte maLibre">Cr&eacute;er un compte</a> -&nbsp;<a href="http://services.lalibre.be/startingpoint/public/login">S'identifier</a> </p> </div> <div id="gondoles"> <div class="box"> <a href="http://www.lalibre.be/actu/politique-belge/article/793023/jan-peumans-les-wallons-tendent-la-main-et-nous-y-deposons-de-l-argent.html" target="_blank"> <img width="60" height="60" src="http://static.libre.eu/pictures_gondoles/photo_1359236693.jpg" alt="" /> <span>Polémique</span> </a> <p> Président du Parlement flamand, ce N-VA ouvertement séparatiste choque: "Les Wallons tendent la main et nous y déposons de l’argent" </p> </div> <div class="box"> <a href="http://www.lalibre.be/actu/international/article/792551/verhofstadt-london-we-have-a-problem.html" target="_blank"> <img width="60" height="60" src="http://static.libre.eu/pictures_gondoles/photo_1359236349.jpg" alt="" /> <span>London, we have a problem</span> </a> <p> Notre Invité du samedi, Guy Verhofstadt qualifie le discours de David Cameron d’inconsistant, incohérent et contradictoire. </p> </div> </div> </div> </div> <div id="date"><a href="/abonnement/produit/1" title="Abonnez-vous &agrave; La Libre Belgique"><img src="http://static.libre.eu/img/abo-online/bt_abonnez_vous.png" width="232" height="25" alt="Abonnez-vous a La Libre Belgique" border="0" /></a></div> <div id="menu"> <h1>Navigation principale</h1> <ul id="menuNews"> <li id="ACCUEIL"><a href="/">Accueil</a></li> <li id="ACTU"><a href="/section/10/actu.html">Actu</a></li> <li id="ECONOMIE"><a href="/section/3/economie.html">Economie</a></li> <li id="CULTURE"><a href="/section/5/culture.html">Culture</a></li> <li id="SPORTS"><a href="/section/2/sports.html">Sports</a></li> <li id="SOCIETE"><a href="/section/12/societe.html">Société</a></li> <li id="DEBATS"><a href="/section/11/debats.html">Débats</a></li> </ul> <ul id="menuServices"> <li id="INSOLITE"><a href="/section/12/1569/insolite.html">Insolite</a></li> <li id="ESSENTIELLE"><a href="http://www.essentielle.be/" target="_blank">Essentielle</a></li> <li id="METEO"><a href="/meteo/pays/0/belgique.html">Météo</a></li> </ul> </div> <div id="subWrapper"> <div id="subSubWrapper"> <div id="mainContent"> <p id="breadCrumbs" class="breadCrumb"> <a href="/">La Libre.be</a> <span class="separator"><span>&gt;</span></span> <a href="/section/10/actu.html" class="textACTU"> Actu </a> <span class="separator"><span>&gt;</span></span> <a href="/section/10/1568/politique-belge.html" class="textSousACTU"> Politique belge </a> <span class="separator"><span>&gt;</span></span> Article </p> <div id="thinbanner" class="pubBox noPub"> <script type="text/javascript"> sas_pageid='2461/34924'; // Page : ipm/lalibre.be/LaLibre - Codes Génériques/lalibre_codes_generiques sas_formatid=1199; // Format : ThinBanner_510_35 510x35 sas_target='article;section;actu;subsec;politiquebelge'; // Targeting SmartAdServer(sas_pageid,sas_formatid,sas_target); </script> </div> <script type="text/javascript"> adsDisplayer($id('thinbanner')); </script> <style type="text/css"> #articleText .twt-border { max-width: 510px !important; } </style> <div id="articleToolBox"> <div id="facebookILikeContainer"> <iframe id="facebookILike" src="/facebook/ilike.php?href=http://www.lalibre.be/actu/politique-belge/article/778553/accord-sur-le-budget-2013.html&amp;layout=standard&amp;show_faces=false&amp;width=510&amp;action=recommend&amp;font=verdana&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:300px; height:30px"></iframe> </div> <ul id="articleTools"> <li id="save"> <a href="/malibre/article_save.phtml?id=10&amp;subid=1568&amp;art_id=778553&amp;action=save" onclick="saveArticle(10, 1568, 778553); return false;" title="Sauvegarder l'article"> <span>Sauvegarder l'article</span> </a> </li> <li id="print"> <a href="/article_print.phtml?art_id=778553" target="_blank" onclick="printArticle('/article_print.phtml?art_id=778553');return false;" title="Version imprimable de l'artilce"> <span>Version imprimable</span> </a> </li> <li id="send"> <a href="/article_send.phtml?art_id=778553" onclick="sendArticle('/article_send.phtml?art_id=778553');return false;" title="Envoyer l'article"> <span>Envoyer l'article</span> </a> </li> <li id="twitter"> <a id="twitterShareLink" href="/service/twitter/redirect/778553" title="Partager sur Twitter" target="_blank"> <span>Partager sur Twitter.</span> </a> </li> <li id="facebook"> <a id="facebookShareLink" href="#" title="Partager sur Facebook" target="_blank"> <span>Partager sur Facebook.</span> </a> </li> </ul> <script type="text/javascript"> $("#twitterShareLink").click(function () { pageTracker._trackPageview('/outgoing/twitter/actu/politique-belge/article/778553/accord-sur-le-budget-2013.html'); }); $("#facebookShareLink").attr('href','http://www.face'+'book.com/sharer.php?u=http://www.lalibre.be/actu/politique-belge/article/778553/accord-sur-le-budget-2013.html'); $("#facebookShareLink").popup({width:650,height:400}); $("#facebookShareLink").click(function () { pageTracker._trackPageview('/outgoing/face'+'book/actu/politique-belge/article/778553/accord-sur-le-budget-2013.html'); }); </script> <div id="rectoVersoTools"> <a title="Afficher la version de l'article corrigée." href="/actu/politique-belge/article/verso/778553/accord-sur-le-budget-2013.html" class="verso"> <span>Verso</span> </a> </div> </div> <div class="extraMainContent"> <img src="http://static.libre.eu/pict_articles/pict_458659.gif" width="230" height="113" title="&copy; Photonews" alt="" /> <div id="strongArticleLinks"> <ul class="articleLinks"> <li class="pictoType3"> <a href="#embed_pos1">"On garantit le pouvoir d'achat des gens"<span class="deco"></span></a> </li> <li class="pictoType3"> <a href="#embed_pos2">Budget: L’accord est tombé<span class="deco"></span></a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778567/claude-rolin-csc-on-utilise-un-canon-pour-tuer-une-mouche.html">Claude Rolin (CSC): "On utilise un canon pour tuer une mouche"<span class="deco"></span></a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778352/votre-effort-salaires-et-conge.html">Votre effort : salaires et congé<span class="deco"></span></a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778723/richard-miller-se-felicite-de-l-emprunt-populaire-pour-soutenir-l-economie-belge.html">Richard Miller se félicite de l’emprunt populaire pour soutenir l’économie belge<span class="deco"></span></a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778534/onkelinx-la-relance-avec-les-travailleurs-pas-contre-eux.html">Onkelinx : "La relance avec les travailleurs, pas contre eux"<span class="deco"></span></a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778329/budget-2013-nouveau-round-de-negociations-ce-lundi.html">Budget 2013: nouveau round de négociations ce lundi<span class="deco"></span></a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778546/budget-2013-la-region-bruxelloise-marche-sur-des-ufs.html">Budget 2013 : la Région bruxelloise marche sur des œufs<span class="deco"></span></a> </li> <li class="specificAnnounce pictoType11"> <span class="deco"></span>Découvrez ce mercredi gratuitement la nouvelle Libre chez votre libraire! </li> </ul> </div> </div> <h1> Accord sur le budget 2013 </h1> <p id="writer"> Belga </p> <p id="publicationDate"> Mis en ligne le 20/11/2012 </p> <div id="articleHat"> <img id="articleType" src="http://static.libre.eu/img/icoArtTypeVIDEO.png" alt="VIDEO" /> La mesure ne touchera cependant pas les salaires minimums, la volonté étant même d'améliorer le pouvoir d'achat des bas revenus. </div> <div id="articleText"> Le Premier ministre Elio Di Rupo a annoncé mardi matin un accord sur le budget 2013, qui comprend des mesures d'austérité et en faveur de la compétitivité notamment un gel des salaires. "Nous avons un accord sur le budget 2013 et sur des mesures supplémentaires pour l’emploi et la compétitivité", a annoncé M. Di Rupo mardi matin sur son compte Twitter, après un conseil des ministres restreint dans la nuit. <P> <blockquote class="twitter-tweet" lang="fr"><p>Nous avons un accord sur le budget 2013 et sur des mesures supplémentaires pour l’emploi et la compétitivité. <a href="https://twitter.com/search/%23begov">#begov</a></p>— Elio Di Rupo (@eliodirupo) <a href="https://twitter.com/eliodirupo/status/270764436673937409" data-datetime="2012-11-20T05:44:06+00:00">Novembre 20, 2012</a></blockquote> <P> Réunis depuis lundi après-midi, les ministres se sont mis d'accord pour geler les salaires en 2013 et 2014. Cette mesure doit permettre à la Belgique de gagner 0,9% de handicap salarial vis-à-vis des pays limitrophes, notamment l'Allemagne. <P> Le gel des salaires ne remet toutefois pas en cause le principe de l’indexation automatique des salaires sur l'inflation pratiquée en Belgique et critiquée par la Commission européenne. Cette dernière avait appelé en 2011 la Belgique à revoir son système d'indexation des prix et des salaires, qui selon elle alimente l'inflation et pénalise la compétitivité des entreprises via des hausse disproportionnées des rémunérations. <P> Dans la nuit de lundi à mardi, les ministres se sont également mis d'accord sur des mesures de réduction de charge qui permettront de dégager 300 millions d'euros en 2013. En prenant en compte les mesures de relance prises en juillet, ce sont 648 millions qui seront dégagés pour 2013. <P>Le gouvernement a enfin confirmé sa volonté de lancer un grand emprunt populaire en 2013. Il avait emprunté 5 milliards d'euros auprès de particuliers, lors d'une opération de ce type en 2011, qui avait remporté un grand succès. <p> Le gel des salaires ne touchera pas les bas et moyens revenus, a affirmé mardi matin la Vice-première ministre socialiste et ministre des Affaires sociales, <b>Laurette Onkelinx</b>, au sujet de l'accord sur le budget et la relance. "Il n'y a pas de gel des salaires. L'index et les augmentations barémiques seront maintenus, et des mesures sont prévues pour augmenter le salaire poche des bas et moyens revenus", a souligné Laurette Onkelinx , sur les ondes de La Première (RTBF) et de Bel-RTL. <p> Selon elle, il n'y a certes pas de mesures pour faire contribuer les très grands patrimoines, mais bien les holdings qui font du bénéfice. Il a également été décidé de rendre obligatoire la séparation des banques de dépôt et des banques d'affaires. <p> La Vice-première ministre a par ailleurs mis en avant les mesures rejetées en cours de négociation: une atteinte à l'index, une cotisation de crise, une atteinte aux pensions, une hausse de la TVA, le retour à la semaine des 40 heures, un assouplissement des règles sur les heures supplémentaires ou encore la suppression d'un jour férié. <p> De son côté, interrogé sur Bel RTL, le ministre du Budget <b>Olivier Chastel</b>(MR) a par ailleurs mis en exergue les 700 millions d'économies qui seront réalisées dans les dépenses de la sécurité sociale, une augmentation des accises sur le tabac - 20 cents par paquet de cigarettes - et l'alcool. <p> Selon lui, le prélèvement opéré sur les plus values des holding devrait rapporter 95 millions d'euros. La diminution du taux permettant de bénéficier du dispositif des intérêts notionnels devrait rapporter 256 millions d'euros. <p> Pour la vice-première ministre cdH <b>Joëlle Milquet</b>, les négociations ont accouché d'un "budget sérieux et équilibré". Les "mesures qui fâchent" (gels de salaires pluriannuels, sauts d'index) ont été "évitées" tandis que l'exercice a permis de dégager pour 400 millions d'euros de mesures de relance, ce qui en 2013, fait même 600 millions. Le budget permettra d'assurer la compétitivité des entreprises et garantira l'évolution des salaires en tenant compte des acteurs de la concertation sociale, s'est encore félicitée Mme Milquet. <p> Le vice-premier ministre MR <b>Didier Reynders</b> s'est réjoui mardi que l'issue des négociations ait permis de "respecter les engagements européens". Selon le chef de file libéral, il s'agit d'un exercice complet, budgétaire et de relance. Il s'attaque au coût du travail, salarial mais aussi énergétique, et permet de toucher à la loi de compétitivité. Enfin, il entraîne des réductions de dépenses et accouche de mesures non budgétaires. <p> Le vice-premier ministre Open Vld <b>Alexander De Croo</b> est sorti satisfait des négociations budgétaires qui n'ont pas accouché de "charges importantes" et ont mis l'emploi au centre des priorités. Il se félicite d'avoir pu obtenir la modération salariale et une "réforme structurelle du mécanisme d'indexation" des salaires (en fait une modification annoncée du panier permettant le calcul de l'index). Par ailleurs "le handicap salarial sera mis hors jeu d'ici six ans", a souligné M. De Croo. <p> Ce dernier aurait également souhaité une plus grande flexibilité du marché du travail. Il n'y a pas eu d'accord sur les mesures proposées. Mais elles ont été "listées", a dit M. De Croo et il a été demandé aux partenaires sociaux de faire des propositions à cet égard d'ici la fin de l'année faute de quoi le gouvernement agira. <p> On n'a pas touché au pouvoir d'achat des gens qui travaillent dès lors que le mécanisme de l'index a été maintenu. Dans le même temps, la modération salariale des deux prochaines années fera en sorte que nous rattraperons notre handicap de compétitivité de 1,5% au cours des deux prochaines années, a affirmé mardi matin, le Vice-premier ministre sp.a <b>Johan Vande Lanotte</b>, sur les ondes de la VRT. <p> Pour lui, cela ne s'était jamais produit au cours des deux dernières législatures. Selon le chef de file gouvernemental du parti socialiste flamand, on a opéré un glissement de charges à concurrence de 500 millions d'euros du travail aux revenus du capital (assurances et fonds de placement) qui "contribuent sérieusement et mieux" qu'auparavant. <p> Johan Vande Lanotte s'est par ailleurs félicité de la libération de 300 millions d'euros au profit des petites pensions et des bas salaires. Pour lui, la concertation sociale n'a pas été rendue impossible par l'accord et l'Etat produit un effort considérable. <p> Les décisions budgétaires prises par le gouvernement vont "peser négativement sur la croissance économique, malgré l'effet d'annonce de mesurettes de relance", a estimé mardi le député fédéral FDF <b>Bernard Clerfayt</b>, à l'annonce de l'accord sur le projet de budget 2013 du gouvernement Di Rupo. Pour lui, les véritables mesures visant à encourager la croissance et à doper l'économie sont absentes. <p> Les mesures envisagées ont un effet "déprimant" pour la croissance de l'économie. Pour Bernard Clerfayt, il s'agit de plus de 3 milliards d'euros de ponction sur l'économie réelle: augmentation des impôts des sociétés, gel des salaires, réduction des avantages des titres-services, système one-shot de régularisation fiscale. <p> Bernard Clerfayt a par ailleurs relevé que les 400 millions d'euros consacrés par le gouvernement à la relance ne représenteront qu'un peu plus de 10% de l'effort budgétaire et à peine "plus du double des dépenses pour la gare de Mons". "Depuis le début du conclave, nous n'assistons qu'à un long match gauche-droite, un affrontement idéologique entre les pistes des uns et des autres. L'équipe d'Elio Di Rupo doit pouvoir mettre en place un projet pour l'avenir de notre modèle économique et social, actuellement en danger". <p> Le gouvernement doit ainsi s'accorder sur la spécialisation industrielle pour les Régions de notre pays, la stratégie pour attirer les investisseurs étrangers, la stratégie concertée avec les Communautés en matière de formation professionnelle vers les emplois de demain ou encore le cadre pour les investissements du futur, en matière énergétique, et en matière de réseau de communication, énumère le député d'opposition. <p> <b>Ecolo</b> a déploré mardi l'absence d'une vision politique dans l'accord budgétaire 2013 du gouvernement fédéral et rappelé que ses effets s'ajoutent à des mesures "d'austérité" qui pénalisent travailleurs et classes moyennes. Les Verts rappellent que la dégressivité dans le temps des allocations de chômage, décidée antérieurement, entre d'ores et déjà en application, et que les mesures du budget 2012 sur les pensions et sur l'aide à l'isolation viennent s'y ajouter. "Pendant ce long conclave, on a appliqué une stratégie classique, celle d'agiter des épouvantails et de titiller des tabous (index, TVA, etc) en laissant croire au final qu'on a échappé au pire", décrypte le parti d'opposition. <p> Ecolo repère dans les mesures annoncées une révision des mécanismes d'index, un gel des salaires, une diminution des dotations en sécurité sociale, mobilité ou justice, une remise en question unilatérale de la collaboration avec les entités fédérées (compétences dites usurpées, etc). <p> Les mesures compensatoires annoncées sont à ses yeux soit la revente de décisions déjà prises (la revalorisation des allocations les plus basses est prévue dans le Pacte des Générations), soit bien trop timides pour faire réellement la différence (limitation de l'effet des intérêts notionnels ou fiscalité sur les revenus des capitaux), soit difficilement acceptables sur le plan éthique (régularisation fiscale), soit totalement insuffisantes (régulation du secteur bancaire et financier). "Le gouvernement n'a pu s'accorder sur des mesures fortes qui viseraient à mettre le secteur financier réellement à contribution", déplore encore Ecolo, considérant qu'il sera aisé d'échapper au projet de taxation des plus-values. <p> Le ministre des Finances, <b>Steven Vanackere (CD&V)</b>, s'est voulu très positif sur l'exercice budgétaire que le gouvernement vient de terminer. "Je ne veux pas être euphorique mais nous avons fait du bon travail", a-t-il dit en présentant le volet fiscalité de l'accord. Pour réaliser 3,7 milliards d'euros, le gouvernement a sabré dans les dépenses primaires pour 674 millions d'euros, dans la sécurité sociale pour 710 millions d'euros. Il a décidé pour 1,067 milliard d'euros de recettes fiscales et pour 1,3 milliard d'euros de recettes diverses. Trois cents millions de ce montant seront consacrés à des mesures de relance. <p> "Les recettes fiscales nouvelles représentent moins d'un quart de l'effort, à savoir 22,28% de 3,4 milliards", a-t-il souligné d'emblée. Pour un peu plus d'un milliard d'euros, le gouvernement a pris sept mesures en matière fiscale. <p> Tout d'abord, il escompte 361 millions d'euros de la mesure de simplification sur le précompte mobilier. Le taux de 21% passe à 25% quel que soit le montant concerné. La mesure ne concerne pas les livrets d'épargne, a insisté le ministre. L'augmentatio <p>n des accises sur le tabac et sur l'alcool devrait rapporter 64 millions d'euros. Le paquet de cigarettes et de tabac à rouler augmentera de 20 centimes et une bouteille de vin normal en moyenne de 4 centimes d'euros. En accord avec les Régions, le gouvernement a aussi décidé de supprimer la taxe sur le recyclage, ce qui entraînera un manque à gagner de 2,4 millions d'euros. L'instauration d'une taxe de 0,4% sur les plus-values sur actions réalisées par les entreprises rapportera 95 millions d'euros. <p> Le système des intérêts notionnels est maintenu mais le taux est modifié, ce qui devrait rapporter 256 millions d'euros. <p> Le gouvernement a aussi décidé de porter de 1,1 à 2% la taxe sur les primes des assurances-vie. La mesure, qui rapportera 139,2 millions d'euros, ne concerne pas les assurances solde restant dû, les assurances groupe et les fonds de pension. <p> La cotisation patronale sur le chômage partiel passe de 20 à 26,75%. Le gouvernement escompte 52 millions de cette mesure. <p> Le gouvernement veut aussi ancrer davantage le secteur financier dans l'économie réelle. Steven Vanackere a cité l'emprunt populaire, l'accès des PME au financement, la régulation du secteur financier, la contribution de stabilité et la taxe d'abonnement pour les banques. Il n'a toutefois pas donné de détails. <p> Enfin, le ministre a rappelé que la loi sur la régularisation permanente prenait fin le 31 décembre 2013. Le gouvernement espère toutefois encore recueillir grâce à ce mécanisme 513 millions en 2013. Pour y arriver, il a prévu de porter la sanction de 10 à 15% au-delà de l'impôt et d'imposer le capital à 35%. <p> <b>La hausse du prix du tabac est insuffisante, selon la Fondation contre le cancer</b> <p> L'augmentation des accises sur le tabac décidée par le gouvernement lors des travaux budgétaires est insuffisante, a regretté mardi la Fondation contre le cancer. La politique du gouvernement est trop prudente, selon la Fondation. Le gouvernement a décidé d'augmenter les accises sur le tabac - 20 cents par paquet de cigarettes - pour boucler son budget 2013. Mais la Fondation contre le cancer juge cette mesure largement insuffisante. "Il s'agit d'une augmentation de 4%, alors que l'inflation est à 2,8%", explique Luk Joossens, expert en tabagisme pour la Fondation. "Nous souhaitions une augmentation d'au moins 10% au-delà de l'inflation, soit de 60 centimes, pour qu'elle soit significative." <p> Car le prix du tabac en Belgique reste moins cher que dans la majorité des pays voisins. Au mois d'octobre, le paquet de cigarettes coûtait en moyenne 6,60 euros en France, 5,68 euros aux Pays-Bas et plus de 10 euros en Grande-Bretagne. "Contre 5,26 euros en Belgique", continue Luk Joossens. "Et la différence avec le tabac à rouler est encore plus importante." <p> Avec cette politique "trop prudente", le gouvernement privilégie donc une mesure strictement budgétaire plutôt qu'une politique de santé publique, selon Luk Joossens. "Ce week-end, les pays membres de l'Organisation mondiale de la Santé, dont la Belgique, ont accepté plusieurs recommandations. Celles-ci concluent que les mesures de taxation sur le tabac diminuent la consommation et qu'elles sont une source importante de revenus pour les Etats. Le gouvernement belge ne semble pourtant pas avoir compris." <p> <b>CGSLB: "Les travailleurs et les allocataires sociaux vont être plumés"</b> <p> Bien que le syndicat libéral CGSLB ait annoncé ne prendre officiellement position que mercredi sur le budget 2013, il critique déjà les premières mesures annoncés. Le syndicat parle de "politique d'économies aveugles sur le dos des travailleurs et des allocataires sociaux" et d'une "concertation sociale vidée de sa substance". "Nous ne croyons pas que le citoyen a été épargné comme l'a affirmé le Premier ministre Elio Di Rupo", commente la CGSLB. "Les travailleurs et les allocataires sociaux avaient déjà été à plusieurs reprises mis à contribution; maintenant ils vont être complètement plumés." <p> Le syndicat libéral réunira mercredi un nouveau bureau national pour adopter un point de vue définitif. "Nous devrons également déterminer avec les autres syndicats une réaction appropriée et efficace contre cette politique d'économies aveugles réalisée sur le dos des travailleurs et les allocataires sociaux, une politique scandaleuse menée dans toute l'Union européenne." <p> <b>FGTB: Préoccupant, le manque total de perspectives pour relancer l'économie</b> <p>La FGTB se réjouit mardi après-midi que la mobilisation des dernières semaines ait permis de préserver l'index, mais le syndicat socialiste trouve préoccupant que les travailleurs continuent à payer et que le budget 2013 manque totalement de perspectives pour relancer l'économie. Le syndicat socialiste exprimait là une "première considération générale" avec les éléments dont il dispose. "Nous avons pas mal d'informations sur la concertation sociale, beaucoup moins sur les pistes d'économies envisagées", note Anne Demelenne, secrétaire générale de la FGTB. "Nous avons besoin d'une vue globale pour évaluer le budget." <p> Le syndicat socialiste adoptera un point de vue global et fouillé "dans le courant de la semaine prochaine, après avoir étudié les textes et consulté les instances." "De façon générale, nous avons eu raison de nous mobiliser ces dernières semaines puisque l'index est sauvé", constate Anne Demelenne. "Ce qui est préoccupant, par contre, c'est que ce sont les travailleurs qui vont continuer à payer", déplore la secrétaire générale, rappelant la revendication du syndicat socialiste d'arriver à une fiscalité "plus juste", qui intégrerait par exemple une taxation du capital. <p> La FGTB regrette aussi "les politiques défensives" qu'a adoptées le gouvernement en matière de relance économique, qui vont aggraver la situation et "se trompent de cible". "Les aspects environnementaux de la relance ont été complètement négligés." <p> Dans une autre réaction, Rudy De Leeuw, président de la FGTB, a déploré que ce "plan de redressement plutôt que de relance" fasse la part belle aux "exigences démesurées des organisations patronales" </div> <script type="text/javascript"> // default textHighlight call textHighlight(); </script> <div id="knowMore" class="box ACTUBox"> <a name="encart"></a> <h2>Savoir Plus</h2> <div class="boxContent"> <p><b>Di Rupo lira la déclaration de politique générale du gouvernement mercredi à 14h30</b> <p> Le Premier Ministre Elio Di Rupo prononcera la déclaration de politique fédérale mercredi à 14h30 au parlement et non mardi, a confirmé mardi le porte-parole du Premier ministre, au terme des négociations du comité ministériel restreint qui ont abouti à un accord sur le budget 2013 et les mesures de relance. Traditionnellement, cette déclaration est lue à l'occasion de la rentrée parlementaire d'octobre, mais l'absence d'accord budgétaire l'avait reportée de facto.<p> Ce sera le cas mercredi après-midi à 14h30. Les moments du débat et du vote à la Chambre doivent encore être déterminés. </div> </div> <h2 id="readMore">Sur le même sujet:</h2> <ul class="articleLinks"> <li class="pictoType1"> <a href="/actu/politique-belge/article/778731/les-partenaires-sociaux-seront-sollicites-mais-leur-marge-est-limitee.html"> Les partenaires sociaux seront sollicités mais leur marge est limitée<span class="deco"></span> </a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778567/claude-rolin-csc-on-utilise-un-canon-pour-tuer-une-mouche.html"> Claude Rolin (CSC): "On utilise un canon pour tuer une mouche"<span class="deco"></span> </a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778352/votre-effort-salaires-et-conge.html"> Votre effort : salaires et congé<span class="deco"></span> </a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778534/onkelinx-la-relance-avec-les-travailleurs-pas-contre-eux.html"> Onkelinx : "La relance avec les travailleurs, pas contre eux"<span class="deco"></span> </a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778329/budget-2013-nouveau-round-de-negociations-ce-lundi.html"> Budget 2013: nouveau round de négociations ce lundi<span class="deco"></span> </a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778546/budget-2013-la-region-bruxelloise-marche-sur-des-ufs.html"> Budget 2013 : la Région bruxelloise marche sur des œufs<span class="deco"></span> </a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778723/richard-miller-se-felicite-de-l-emprunt-populaire-pour-soutenir-l-economie-belge.html"> Richard Miller se félicite de l’emprunt populaire pour soutenir l’économie belge<span class="deco"></span> </a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778734/budget-les-mesures-qui-vous-concernent.html"> Budget: Les mesures qui vous concernent<span class="deco"></span> </a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778736/les-patrons-s-interrogent-sur-l-impact-de-certaines-mesures.html"> Les patrons s'interrogent sur l'impact de certaines mesures<span class="deco"></span> </a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778756/csc-la-relance-doit-profiter-a-chacun.html"> CSC: "La relance doit profiter à chacun"<span class="deco"></span> </a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/778753/marcourt-tackle-par-kris-peeters.html"> Marcourt tacklé par Kris Peeters<span class="deco"></span> </a> </li> <li class="pictoType1"> <a href="/actu/belgique/article/779001/budget-2013-pourrait-etre-aussi-compliquee-que-2012.html"> Budget : 2013 pourrait être aussi compliquée que 2012<span class="deco"></span> </a> </li> <li class="pictoType13"> <a href="/debats/opinions/article/778888/budget-2013-aurait-on-du-ou-pu-aller-plus-loin.html"> Budget 2013 : aurait-on dû (ou pu) aller plus loin ?<span class="deco"></span> </a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/779037/la-belgique-a-conserve-les-cles-de-son-avenir-selon-le-premier-ministre.html"> La Belgique a conservé les clés de son avenir, selon le Premier ministre<span class="deco"></span> </a> </li> <li class="pictoType1"> <a href="/actu/politique-belge/article/779838/les-belges-sceptiques-sur-l-efficacite-des-mesures-budgetaires.html"> Les Belges sceptiques sur l'efficacité des mesures budgétaires<span class="deco"></span> </a> </li> </ul> <div class="embedContents"> <a name="embed_pos1"></a> <div class="containerKplayer" style="position: relative;"><div id="kwg_e59525e3782s" class="kwg_pr" name="kwg_e59525e3782s" ></div><div id="flash_kplayer_e59525e3782s" class="flash_kplayer" name="flash_kplayer" data-sig="e59525e3782s" data-playerkey="bf195c8ba4f5" style="width:510px; height:383px;"><object width="100%" height="100%" type="application/x-shockwave-flash" data="http://sa.kewego.com/swf/kp.swf" name="kplayer_e59525e3782s" id="kplayer_e59525e3782s"><param name="bgcolor" value="0x000000" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="flashVars" value="language_code=fr&width=510&height=383&playerKey=bf195c8ba4f5&configKey=&suffix=&sig=e59525e3782s&autostart=false" /> <param name="movie" value="http://sa.kewego.com/swf/kp.swf" /><param name="wmode" value="opaque" /><param name="SeamlessTabbing" value="false" /><div id="kewego-html5-container-e59525e3782s" class="kewego-html5-container" style="width: 510px; height: 383px;"> <div class="kewego-html5-button"></div> <div class="kewego-html5-poster"><img src="http://api.kewego.com/video/getHTML5Thumbnail/?playerKey=bf195c8ba4f5&sig=e59525e3782s" height="383" width="510"/></div> <video id="kewego_HTML5_e59525e3782s" class="kewego-html5-video" width="510" height="383" controls="true" preload="none" poster="http://api.kewego.com/video/getHTML5Thumbnail/?playerKey=bf195c8ba4f5&amp;sig=e59525e3782s" data-src="http://api.kewego.com/video/getHTML5Stream/?playerKey=bf195c8ba4f5&amp;sig=e59525e3782s"></video> <script> kitd.bindKITPlayer('kewego-html5-container-e59525e3782s'); </script> </div></object></div></div> <div>"On garantit le pouvoir d'achat des gens"</div> </div> <div class="embedContents"> <a name="embed_pos2"></a> <div class="containerKplayer" style="position: relative;"><div id="kwg_20a3ab881a3s" class="kwg_pr" name="kwg_20a3ab881a3s" ></div><div id="flash_kplayer_20a3ab881a3s" class="flash_kplayer" name="flash_kplayer" data-sig="20a3ab881a3s" data-playerkey="bf195c8ba4f5" style="width:510px; height:383px;"><object width="100%" height="100%" type="application/x-shockwave-flash" data="http://sa.kewego.com/swf/kp.swf" name="kplayer_20a3ab881a3s" id="kplayer_20a3ab881a3s"><param name="bgcolor" value="0x000000" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="flashVars" value="language_code=fr&width=510&height=383&playerKey=bf195c8ba4f5&configKey=&suffix=&sig=20a3ab881a3s&autostart=false" /> <param name="movie" value="http://sa.kewego.com/swf/kp.swf" /><param name="wmode" value="opaque" /><param name="SeamlessTabbing" value="false" /><div id="kewego-html5-container-20a3ab881a3s" class="kewego-html5-container" style="width: 510px; height: 383px;"> <div class="kewego-html5-button"></div> <div class="kewego-html5-poster"><img src="http://api.kewego.com/video/getHTML5Thumbnail/?playerKey=bf195c8ba4f5&sig=20a3ab881a3s" height="383" width="510"/></div> <video id="kewego_HTML5_20a3ab881a3s" class="kewego-html5-video" width="510" height="383" controls="true" preload="none" poster="http://api.kewego.com/video/getHTML5Thumbnail/?playerKey=bf195c8ba4f5&amp;sig=20a3ab881a3s" data-src="http://api.kewego.com/video/getHTML5Stream/?playerKey=bf195c8ba4f5&amp;sig=20a3ab881a3s"></video> <script> kitd.bindKITPlayer('kewego-html5-container-20a3ab881a3s'); </script> </div></object></div></div> <div>Budget: L’accord est tombé</div> </div> <div id="bottomThinbanner" class="pubBox noPub"> <script type="text/javascript"> sas_pageid='2461/34924'; // Page : ipm/lalibre.be/LaLibre - Codes Génériques/lalibre_codes_generiques sas_formatid=1561; // Format : ThinArticle_510_100 510x100 sas_target='article;section;actu;subsec;politiquebelge'; // Targeting SmartAdServer(sas_pageid,sas_formatid,sas_target); </script> </div> <script type="text/javascript"> adsDisplayer($id('bottomThinbanner')); </script> <!-- comments includes --> <div id="comments"> </div> <script type="text/javascript"> try { var commentDisplayService = new saipm.icds.comment.commentDisplayService(); var commentService = new saipm.icds.comment.commentService(); commentService.setDisplayService(commentDisplayService); commentService.loadComments("llb"); commentDisplayService.optionSetIsArticlePage(true); // overwrite pager action commentDisplayService.pagerAction = function(index) { var link = this.commentService.CESWebsiteBaseUri + "/actu/politique-belge/comment/778553/"; link = link + "?page="+index; if(this.commentService.CESFilter != "") { link = link+"&filter="+this.commentService.CESFilter; } $(location).attr('href',link); }; commentDisplayService.optionSetCommentPageView = function() { if(!this.commentPageChange && this.commentService.CESArtefact.commentsCount > 10) { this.commentPageChange = true; var link = this.commentService.CESWebsiteBaseUri + "/actu/politique-belge/comment/778553/"; link = link + "?page=2"; if(this.commentService.CESFilter != "") { link = link+"&filter="+this.commentService.CESFilter; } jQuery('<div class="buttonComment"><a href="'+link+'">Lire toutes les Réactions ('+this.commentService.CESArtefact.commentsCount+')</a></div>').appendTo("#CESLayout_commentSection"); } }; } catch(e) { } </script> <!-- comments includes end --> <script type="text/javascript"> Twitter.loadScript(); </script> </div> <script type="text/javascript">leaderBoardDisplayer($id('leaderboard'));</script> <div id="subMenu"> <h1>Navigation secondaire</h1> <div id="pdf"> <a href="http://pdf-online.lalibre.be/pdfonline/" title="T&eacute;l&eacute;chargez La Libre Belgique au format pdf" target="_blank"> <img src="http://static.libre.eu/imagette_pdf/llb_pdf.jpg" width="95" height="132" alt="T&eacute;l&eacute;chargez La Libre Belgique au format pdf" /> </a> </div> <div id="subMenuAbo" class="box"> <h2>Abonnement</h2> <ul> <li> <a href="/abonnement/produit/1" title="Abonnez-vous &agrave; La Libre Belgique"> La Libre Belgique </a> </li> <li> <a href="http://pdf-online.lalibre.be/pdfonline/browse/static/subscribe" target="_blank" title="Abonnez-vous à La Libre Belgique en pdf"> <span>Le journal en pdf</span> </a> </li> <li id="newsletterForm"> <a href="/dossiers/newsletter/abonnement_newsletters/"> Les newsletters </a> </li> <li><a href="" class="contactLightbox">Contactez-nous</a></li> <li><a href="/redaction.phtml">Nos coordonnées</a></li> <li> <a href="/dossiers/_promo/RSS/">Syndication</a> </li> </ul> </div> <div id="subMenuSubsections" class="box ACTUBox"> <h2>Actu</h2> <ul> <li><a href="/section/10/1568/politique-belge.html">Politique belge</a></li> <li><a href="/section/10/90/belgique.html">Belgique</a></li> <li><a href="/section/10/83/international.html">International</a></li> <li><a href="/section/10/1083/bruxelles.html">Bruxelles</a></li> <li><a href="/section/10/1106/brabant.html">Brabant</a></li> <li><a href="/section/10/87/gazette-de-liege.html">Gazette de Liége</a></li> <li><a href="/section/10/1105/hainaut.html">Hainaut</a></li> <li><a href="/section/10/1478/flandre.html">Flandre</a></li> <li><a href="/section/10/1104/namur-luxembourg.html">Namur-Luxembourg</a></li> <li><a href="/section/10/1581/usa-2012.html">usa 2012</a></li> </ul> </div> <div id="weatherWidget" class="box"> <h2>M&eacute;t&eacute;o</h2> <div id="weatherWidgetForecast"> <p>Chargement...</p> <p><a href="/meteo/pays/0/belgique.html">Météo en Belgique</a></p> </div> </div> <script type="text/javascript"> //<![CDATA[ window.loadWeatherWidget(); //]]> </script> <div id="subMenuMultimedia" class="box"> <h2>Multim&eacute;dia</h2> <ul> <li><a href="http://videos.lalibre.be/" target="_blank">Vidéos</a></li> <li><a href="http://galeries.lalibre.be/">Galeries photos</a></li> <li> <a href="/gallery/semaine/" onclick="window.open('/gallery/semaine/','new','resizable=1,statusbar=0,scrollbars=0,toolbar=0,personalbar=0,locationbar=0,width=750,height=500'); return false;"> Semaine en images </a> </li> <li><a href="/flashactu/">Infographies</a></li> </ul> </div> <p id="btnZappingVideo" class="buttons"> <a href="/section/12/1466/zappingvideo.html"> <img width="139" height="67" src="http://static.libre.eu/img/btnZappingVideo.jpg" alt="Zapping Vid&eacute;o: Les meilleures vid&eacute;o du web" /> </a> </p> <div id="subMenuEnPlus" class="box"> <h2>En plus</h2> <ul> <li><a href="http://www.lalibre.be/economie/actualite/article/792634/edito-sommes-nous-autre-chose-que-des-pions.html">Edito</a></li> <li><a href="/dossier.phtml">Dossiers</a></li> </ul> </div> <p id="btnLibreVerte" class="buttons"> <a href="/section/12/1566/planete.html"> <img width="139" height="67" src="http://static.libre.eu/img/btnPlanete.jpg" alt="Dossier Notre plan&egrave;te" /> </a> </p> <div id="bourse" class="box"> <h2>Bourse</h2> <div> <object id="objects" type="application/x-shockwave-flash" data="http://bourse.lalibre.be/flash/chart.php?type=intraday&amp;width=95&amp;height=100&amp;display_volume=0&amp;ticker=BEL20&amp;pays=BE&amp;display_header=1&amp;display_first_line=1&amp;display_all_headers=0&amp;display_disclaimer=0&amp;decimale=0&amp;date_1on2=1&amp;display_info_points=0&amp;date_rotation=0&amp;date_minimize=1" width="95" height="100"> <param name="movie" value="http://bourse.lalibre.be/flash/chart.php?type=intraday&amp;width=95&amp;height=100&amp;display_volume=0&amp;ticker=BEL20&amp;pays=BE&amp;display_header=1&amp;display_first_line=1&amp;display_all_headers=0&amp;display_disclaimer=0&amp;decimale=0&amp;date_1on2=1&amp;display_info_points=0&amp;date_rotation=0&amp;date_minimize=1" /> <param value="high" name="quality" /> <param value="transparent" name="wmode"/> </object> <p><a href="http://bourse.lalibre.be/home_refresh.html"><span>Informations Boursières</span></a></p> </div> <!--[if lte IE 6]> <script type="text/javascript"> $("#bourse p").css({'background-color' : '#FFF', 'opacity' : '0.01'}); </script> <![endif]--> </div> <p id="btnJupilerLeague" class="buttons"> <a href="http://infosports.lalibre.be/football/Jupiler%20League/resultats"> <img width="139" height="67" src="http://static.libre.eu/img/btnJupilerLeague.jpg" alt="Jupiler league et championnats &eacute;trangers" /> </a> </p> <p id="btnEuropaLeague" class="buttons"> <a href="http://infosports.lalibre.be/football/Europa%20League/resultats"> <img width="139" height="67" src="http://static.libre.eu/img/btnEuropaLeague.jpg" alt="Europa League en Live" /> </a> </p> <p id="btnChampionsLeague" class="buttons"> <a href="http://infosports.lalibre.be/football/Ligue%20des%20Champions/resultats"> <img width="139" height="67" src="http://static.libre.eu/img/btnChampionsLeague.jpg" alt="Champions League en live" /> </a> </p> <p id="btnLalibreSport" class="buttons"> <a href="http://sport.lalibre.be/" target="_blank"> <img width="139" height="67" src="http://static.libre.eu/img/btnLalibreSport.jpg" alt="Tous les résultats et classements de votre région" /> </a> </p> <div id="subMenuBlogs" class="box"> <h2>Blogs</h2> <ul> <li><a href="/blogs/">La r&eacute;daction</a></li> <li><a href="http://blogs.lalibre.be/" target="_blank">Les internautes</a></li> </ul> </div> <p id="btnLLBBlogs" class="buttons"> <a href="http://blogs.lalibre.be/" target="_blank"> <img width="139" height="67" src="http://static.libre.eu/img/btnLLBBlogs.jpg" alt="Votre blog en moins de 5 minutes" /> </a> </p> <div id="subMenuServices" class="box"> <h2>Services</h2> <ul> <li><a href="http://tele.lalibre.be/">Programmes TV</a></li> <li><a href="/cinema/">Sorties cin&eacute;ma</a></li> <li><a href="http://eshop.lalibre.be/" target="_blank">Shopping</a></li> <li><a href="http://rencontres.lalibre.be/" target="_blank">Rencontres</a></li> <li><a href="http://goodeal.lalibre.be/" target="_blank">LaLibre-Goodeal</a></li> <li><a href="/dossiers/emploi/">Emplois</a></li> <li><a href="http://www.logic-immo.be" target="_blank">Immo Belgique</a></li> <li><a href="http://www.vacancesweb.be/partenaire-vacances-de-la-libre-belgique.html?prtn=llb&src=llbmenu" target="_blank">Immo Vacances</a></li> <li><a href="/voyages/">Voyages</a></li> <li><a href="/sms/">Alertes SMS</a></li> <li><a href="/coyoteprint/">Imprimés</a></li> <li id="SERVICES"><a href="/services/">Tous les services</a></li> </ul> </div> <p id="btnProgTele" class="buttons"> <a href="http://tele.lalibre.be/" target="_blank"> <img width="139" height="67" src="http://static.libre.eu/img/btnProgTele.jpg" alt="Programmes TV" /> </a> </p> <p id="btnReleaseMovies" class="buttons"> <a href="/cinema/"> <img width="139" height="67" src="http://static.libre.eu/img/btnReleaseMovies.jpg" alt="Les sorties cin&eacute;ma de la semaine" /> </a> </p> <p id="btnSudoku" class="buttons"> <a href="http://sudoku.lalibre.be/" target="_blank"> <img width="139" height="67" src="http://static.libre.eu/img/btnSudoku.jpg" alt="Sudoku" /> </a> </p> <div id="subMenuAvantages" class="box"> <h2>Avantages</h2> <ul> <li><a href="/membre_privileges/">Membre privil&egrave;ges</a></li> <li><a href="/jeuxconcours/">Concours</a></li> </ul> </div> <div id="subMenuPublications" class="box"> <h2>Publications</h2> <ul> <li><a href="http://www.lalibreessentielle.be/" target="_blank">La Libre Essentielle</a></li> <li><a href="/free_images/llmune.pdf" target="_blank">Paris Match</a></li> <li><a href="http://www.tbx.be/" target="_blank">Tribune de Bruxelles</a></li> <li><a href="http://www.dhnet.be/" target="_blank">La Dernière Heure</a></li> </ul> </div> <div id="subMenuRedaction" class="box"> <h2>R&eacute;daction</h2> <ul> <li><a href="/redaction.phtml" class="contactLightbox">Contactez-nous</a></li> <li><a href="/jobs/">Travailler chez nous</a></li> </ul> </div> <p id="btnLLBForBlind" class="buttons"> <a href="http://www.lalibre-accessible.be/" target="_blank"> <img width="139" height="67" src="http://static.libre.eu/img/btnLLBForBlind.jpg" alt="lalibre.be accessible aux aveugles et malvoyants" /> </a> </p> </div> </div> <div id="otherNews1" class="otherNews"> <h1>Autres Informations</h1> <div id="facebookFan" class="box"> <h2>Facebook</h2> <div> <script type="text/javascript" src="http://static.ak.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/fr_FR"></script> <script type="text/javascript">FB.init("371f3d1aaff478f22abb72e6cf63d876");</script> <fb:fan profile_id="137382829624" stream="false" connections="8" width="280" height="247"></fb:fan> </div> </div> <div id="breakingNews" class="box"> <h2> <span>Nouvelles d&eacute;p&ecirc;ches</span> </h2> <dl> <dt>14h43</dt> <dd> <a title="Consulter la d&eacute;p&ecirc;che" href="/toutelinfo/belga/185114/crosscup-l-ethiopienne-shemsu-remporte-le-70e-cross-de-hannut-veerle-dejaeghere-5e.html"> CrossCup - L'Ethiopienne Shemsu remporte le 70e cross de Hannut, Veerle Dejaeghere 5e </a> <span class="origin"> (belga) </span> </dd> <dt>14h42</dt> <dd> <a title="Consulter la d&eacute;p&ecirc;che" href="/toutelinfo/afp/452485/les-pro-mariage-homosexuel-manifestent-a-paris-en-direct.html"> Les pro-mariage homosexuel manifestent à Paris - EN DIRECT </a> <span class="origin"> (afp) </span> <span class="update">mise &agrave; jour</span> </dd> <dt>14h39</dt> <dd> <a title="Consulter la d&eacute;p&ecirc;che" href="/toutelinfo/afp/452484/les-pro-mariage-homosexuel-manifestent-a-paris-en-direct.html"> Les pro-mariage homosexuel manifestent à Paris - EN DIRECT </a> <span class="origin"> (afp) </span> <span class="update">mise &agrave; jour</span> </dd> <dt>14h31</dt> <dd> <a title="Consulter la d&eacute;p&ecirc;che" href="/toutelinfo/afp/452482/les-pro-mariage-homosexuel-manifestent-a-paris-en-direct.html"> Les pro-mariage homosexuel manifestent à Paris - EN DIRECT </a> <span class="origin"> (afp) </span> <span class="update">mise &agrave; jour</span> </dd> <dt>14h30</dt> <dd> <a title="Consulter la d&eacute;p&ecirc;che" href="/toutelinfo/afp/452483/mali-apres-l-offensive-eclair-sur-gao-objectif-tombouctou.html"> Mali: après l'offensive éclair sur Gao, objectif Tombouctou </a> <span class="origin"> (afp) </span> <span class="update">mise &agrave; jour</span> </dd> </dl> <p class="internalLink"> <a href="/breaking_news.phtml?id=10" title="Acc&eacute;der &aacute; toutes les d&eacute;p&ecirc;ches de ces derni&egrave;res 24h"> Les derni&egrave;res 24 heures </a> </p> </div> <div id="halfpage" class="pubBox noPub"> <!-- begin ad tag: P4995.LALIBRE/NEWS-FR_HALFPAGE_CENTER_MULTI (300x600,300x415,300x250,1x1) --> <script type="text/javascript"> // <![CDATA[ ord = (typeof(ord)!='undefined') ? ord : Math.random()*10000000000000000; document.write('<scr'+'ipt language="JavaScript" src="http://ad.doubleclick.net/adj/P4995.LALIBRE/NEWS-FR_HALFPAGE_CENTER_MULTI;sz=300x600,300x415,300x250,1x1;tile=3;lang=fr;pos=center;pgl1=news;kw=politique-belge;ord='+ord+'?" type="text/javascript"></scr'+'ipt>'); // ]]> </script> <noscript> <a href="http://ad.doubleclick.net/jump/P4995.LALIBRE/NEWS-FR_HALFPAGE_CENTER_MULTI;sz=300x600,300x415,300x250,1x1;tile=3;lang=fr;pos=center;pgl1=news;kw=politique-belge;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/P4995.LALIBRE/NEWS-FR_HALFPAGE_CENTER_MULTI;sz=300x600,300x415,300x250,1x1;tile=3;lang=fr;pos=center;pgl1=news;kw=politique-belge;ord=123456789?" alt="" /></a> </noscript> <!-- End ad tag --> </div> <div id="skyContainer"> <div id="skyscrapers" class="pubBox noPub"> <!-- begin ad tag: P4995.LALIBRE/NEWS-FR_SKYSCRAPER_RIGHT_MULTI (160x600,120x600,1x1) --> <script type="text/javascript"> // <![CDATA[ ord = (typeof(ord)!='undefined') ? ord : Math.random()*10000000000000000; document.write('<scr'+'ipt src="http://ad.doubleclick.net/adj/P4995.LALIBRE/NEWS-FR_SKYSCRAPER_RIGHT_MULTI;sz=160x600,120x600,1x1;tile=3;lang=fr;pos=right;pgl1=news;kw=politique-belge;ord='+ord+'?" type="text/javascript"></scr'+'ipt>'); // ]]> </script> <noscript> <a href="http://ad.doubleclick.net/jump/P4995.LALIBRE/NEWS-FR_SKYSCRAPER_RIGHT_MULTI;sz=160x600,120x600,1x1;tile=3;lang=fr;pos=right;pgl1=news;kw=politique-belge;ord=123456789?" target="_blank"><img src="http://ad.doubleclick.net/ad/P4995.LALIBRE/NEWS-FR_SKYSCRAPER_RIGHT_MULTI;sz=160x600,120x600,1x1;tile=3;lang=fr;pos=right;pgl1=news;kw=politique-belge;ord=123456789?" border="0" alt="" /></a> </noscript> <!-- End ad tag --> </div> <div id="skyNeighbor"> <div id="anpm" class="box"> <h2> <span>&Agrave; ne pas manquer</span> </h2> <div> <h3> <a href="http://www.lalibre.be/sports/tennis/article/791963/rodriguez-si-je-le-dis-justine-me-tue.html" target="_blank"> <img src="http://static.libre.eu/homepage/anepasmanquer_1358946665.jpg" width="50" height="50" alt="" /> <span>“Si je le dis, Justine me tue !”</span> </a> </h3> <p> Carlos Rodriguez, 49 ans, est reparti pour une année sur le circuit aux côtés de Na Li, lauréate de Roland-Garros 2011. ENTRETIEN </p> </div> </div> </div> </div> <div id="videosLaLibre" class="box"> <h2> <a href="http://videos.lalibre.be/" target="_blank"> VID&Eacute;OS DE LA LIBRE </a> </h2> <div> <p class="odd"> <a href="http://videos.lalibre.be/video/096acc5214ds.html" title="Voir la vidéo: 15 000 crocodiles s'&#233;chappent d'une ferme d'&#233;levage" target="_blank"> <img width="132" height="112" src="http://static.libre.eu/tv/photos/154x114_096acc5214ds_2_kew1359117338.jpg" alt="" /> 15 000 crocodiles s'&#233;chappent... </a> </p> <p class="even"> <a href="http://videos.lalibre.be/video/bb649ebedebs.html" title="Voir la vidéo: Laudrup : 'Hazard regrettera son geste'" target="_blank"> <img width="132" height="112" src="http://static.libre.eu/tv/photos/154x114_bb649ebedebs_2_kew1359111279.jpg" alt="" /> Laudrup : 'Hazard regrettera son geste' </a> </p> </div> <div> <p class="odd"> <a href="http://videos.lalibre.be/video/3280c8c53d4s.html" title="Voir la vidéo: Il ne fait pas bon &#234;tre homo en Russie" target="_blank"> <img width="132" height="112" src="http://static.libre.eu/tv/photos/154x114_3280c8c53d4s_2_kew1359117366.jpg" alt="" /> Il ne fait pas bon &#234;tre homo en... </a> </p> <p class="even"> <a href="http://videos.lalibre.be/video/7e02abe2b66s.html" title="Voir la vidéo: Les travailleurs d'Arcelor affrontent la police" target="_blank"> <img width="132" height="112" src="http://static.libre.eu/tv/photos/154x114_7e02abe2b66s_2.jpg" alt="" /> Les travailleurs d'Arcelor affrontent... </a> </p> </div> <p class="internalLink"> <a href="http://videos.lalibre.be/" target="_blank"> Toutes les vid&eacute;os </a> </p> </div> <div id="trip" class="box tabsBox"> <h2><span>Voyages</span></h2> <p> <a href="/voyages"> <img src="http://static.libre.eu/img/btnTrip.gif" width="298" height="70" alt="Destinations exclusives et parcours culturels." /> </a> </p> </div> <div id="job" class="box tabsBox"> <h2><span>Emploi</span></h2> <p> <a href="/dossiers/emploi/"> <img src="http://static.libre.eu/img/btnJob.gif" width="298" height="70" alt="Trouvez un job" /> </a> </p> </div> <script type="text/javascript">$('#trip, #job').becomeTabsBox('serviceBoxTabs');</script> <div id="autoPromoBt2" class="autoPromoBtBox box noPub "> <iframe frameborder="0" src="/ads/bouton/2" width="245" height="100" ></iframe> </div> <div id="mostConsultedBox" class="box ACTUBox"> <h2>Les plus consultés depuis une semaine</h2> <ul> <li> <a href="/actu/politique-belge/article/791592/clerfayt-se-moque-d-onkelinx-qui-habite-a-lasne.html"> Clerfayt se moque d'Onkelinx qui habite à... Lasne </a> </li> <li> <a href="/actu/politique-belge/article/791590/de-wever-ne-tombera-pas-dans-le-piege-francophone.html"> De Wever ne tombera pas dans le "piège francophone" </a> </li> <li> <a href="/actu/belgique/article/792349/de-wever-n-a-jamais-ete-aussi-vulnerable.html"> "De Wever n'a jamais été aussi vulnérable" </a> </li> <li> <a href="/actu/belgique/article/791242/georges-jacobs-face-a-l-islamisation-nous-sommes-une-civilisation-molle.html"> Georges Jacobs: "Face à l’islamisation, nous sommes une civilisation molle !" </a> </li> <li> <a href="/actu/politique-belge/article/791852/le-leader-de-la-droite-traine-de-belles-casseroles.html"> Le leader de La Droite traîne de belles casseroles </a> </li> <li> <a href="/actu/international/article/791785/aube-doree-seme-la-terreur-dans-des-quartiers-immigres-d-athenes.html"> Aube dorée sème la terreur dans des quartiers immigrés d’Athènes </a> </li> <li> <a href="/actu/belgique/article/791964/les-raisons-du-fiasco-du-tgv-low-cost.html"> Les raisons du fiasco du TGV low cost </a> </li> <li> <a href="/actu/international/article/791580/combien-dsk-a-t-il-verse-a-nafissatou-diallo.html"> Combien DSK a-t-il versé à Nafissatou Diallo ? </a> </li> <li> <a href="/actu/politique-belge/article/793023/jan-peumans-les-wallons-tendent-la-main-et-nous-y-deposons-de-l-argent.html"> Jan Peumans: "Les Wallons tendent la main et nous y déposons de l’argent" </a> </li> <li class="last"> <a href="/actu/international/article/792531/florence-cassez-sarkozy-m-a-sauve-la-vie.html"> Florence Cassez : "Sarkozy m'a sauvé la vie" </a> </li> </ul> </div> </div> <script type="text/javascript"> otherNewspubDisplayer(); equalizeCols(); </script> </div> <div id="ftMap"> <div class="ftMapGroup"> <div class="ftMapItem ftMapACTU"> <a class="sectionlabel" href="/section/10/actu.html">Actu</a> <ul> <li><a href="/section/10/1568/politique-belge.html">Politique belge</a></li> <li><a href="/section/10/90/belgique.html">Belgique</a></li> <li><a href="/section/10/83/international.html">International</a></li> <li><a href="/section/10/1083/bruxelles.html">Bruxelles</a></li> <li><a href="/section/10/1106/brabant.html">Brabant</a></li> <li><a href="/section/10/87/gazette-de-liege.html">Gazette de Liége</a></li> <li><a href="/section/10/1105/hainaut.html">Hainaut</a></li> <li><a href="/section/10/1478/flandre.html">Flandre</a></li> <li><a href="/section/10/1104/namur-luxembourg.html">Namur-Luxembourg</a></li> <li><a href="/section/10/1581/usa-2012.html">usa 2012</a></li> <li><a href="/les_titres.phtml?id=10">Titres de la semaine</a></li> </ul> </div> <div class="ftMapItem ftMapECONOMIE"> <a class="sectionlabel" href="/section/3/economie.html">Economie</a> <ul> <li><a href="/section/3/85/actualite.html">Actualité</a></li> <li><a href="/section/3/1557/entreprise-emploi.html">Entreprise / Emploi</a></li> <li><a href="/section/3/100/finance.html">Finance</a></li> <li><a href="/section/3/154/la-bourse.html">La Bourse</a></li> <li><a href="/section/3/1567/com-financieres.html">Com. financières</a></li> <li><a href="/section/3/247/sicav.html">Sicav</a></li> <li><a href="/section/3/1319/warrants.html">Warrants</a></li> <li><a href="/section/3/1555/speeders.html">Speeders</a></li> <li><a href="/section/3/447/rapports-annuels.html">Rapports annuels</a></li> <li><a href="/les_titres.phtml?id=3">Titres de la semaine</a></li> </ul> </div> </div> <div class="ftMapGroup"> <div class="ftMapItem ftMapCULTURE"> <a class="sectionlabel" href="/section/5/culture.html">Culture</a> <ul> <li><a href="/section/5/1360/serie-tv.html">Série TV</a></li> <li><a href="/section/5/105/cinema.html">Cinéma</a></li> <li><a href="/section/5/104/musique-festivals.html">Musique / Festivals</a></li> <li><a href="/section/5/106/arts-visuels.html">Arts visuels</a></li> <li><a href="/section/5/103/livres.html">Livres</a></li> <li><a href="/section/5/86/mediastele.html">Médias/Télé</a></li> <li><a href="/section/5/107/scenes.html">Scènes</a></li> <li><a href="/section/5/587/politique.html">Politique</a></li> <li><a href="/section/5/1515/people.html">People</a></li> <li><a href="/section/5/1488/selection-culturelle.html">Sélection culturelle</a></li> <li><a href="/les_titres.phtml?id=5">Titres de la semaine</a></li> </ul> </div> <div class="ftMapItem ftMapSPORTS"> <a class="sectionlabel" href="/section/2/sports.html">Sports</a> <ul> <li><a href="/section/2/110/football.html">Football</a></li> <li><a href="/section/2/111/tennis.html">Tennis</a></li> <li><a href="/section/2/407/golf.html">Golf</a></li> <li><a href="/section/2/114/cyclisme.html">Cyclisme</a></li> <li><a href="/section/2/112/hockey.html">Hockey</a></li> <li><a href="/section/2/163/formule-1.html">Formule 1</a></li> <li><a href="/section/2/115/omnisports.html">Omnisports</a></li> <li><a href="/section/2/1325/equitation.html">Equitation</a></li> <li><a href="/section/2/117/resultats.html">Résultats</a></li> <li><a href="/les_titres.phtml?id=2">Titres de la semaine</a></li> </ul> </div> </div> <div class="ftMapGroup"> <div class="ftMapItem ftMapSOCIETE"> <a class="sectionlabel" href="/section/12/societe.html">Société</a> <ul> <li><a href="/section/12/1566/planete.html">Planète</a></li> <li><a href="/section/12/1569/insolite.html">Insolite</a></li> <li><a href="/section/12/179/cyber.html">Cyber</a></li> <li><a href="/section/12/1466/zappingvideo.html">Zappingvideo</a></li> <li><a href="/section/12/124/sciences-sante.html">Sciences - Santé</a></li> <li><a href="/section/12/1486/gastronomie.html">Gastronomie</a></li> <li><a href="/section/12/1480/mode.html">Mode</a></li> <li><a href="/section/12/1481/beaute.html">Beauté</a></li> <li><a href="/section/12/1484/voyage.html">Voyage</a></li> <li><a href="/section/12/1579/general.html">Général</a></li> <li><a href="/les_titres.phtml?id=12">Titres de la semaine</a></li> </ul> </div> <div class="ftMapItem ftMapDEBATS"> <a class="sectionlabel" href="/section/11/debats.html">Débats</a> <ul> <li><a href="/section/11/118/opinions.html">Opinions</a></li> <li><a href="/section/11/1578/ripostes.html">Ripostes</a></li> <li><a href="/les_titres.phtml?id=11">Titres de la semaine</a></li> </ul> </div> </div> <div class="ftMapGroup"> <div class="ftMapItem ftMapSERVICES"> <span class="sectionlabel">Services</span> <ul> <li><a href="/cinema/">Sorties cinéma</a></li> <li><a href="http://eshop.lalibre.be/" target="_blank">Shopping</a></li> <li><a href="http://rencontres.lalibre.be/" target="_blank">Rencontres</a></li> <li><a href="http://goodeal.lalibre.be/" target="_blank">Bonnes affaires</a></li> <li><a href="http://www.lalibre.be/meteo/">Météo</a></li> <li><a href="/dossiers/emploi/">Emplois</a></li> <li><a href="/voyages/">Voyages</a></li> <li><a href="/coyoteprint/">Imprimés</a></li> <li><a href="http://tele.lalibre.be/">Programmes TV</a></li> <li><a href="http://blogs.lalibre.be/" target="_blank">Blogs</a></li> <li><a href="/jeuxconcours/">Concours</a></li> <li><a href="/jobs">Jobs</a></li> <li><a href="" class="contactLightbox">Contactez-nous</a></li> <li><a href="/redaction.phtml">Nos coordonnées</a></li> </ul> </div> </div> <div class="ftMapGroup"> <div class="ftMapItem ftMapMULTIMEDIA"> <span class="sectionlabel">Multimédia</span> <ul> <li><a href="/tv/">Vidéos</a></li> <li><a href="http://galeries.lalibre.be/">Galeries photos</a></li> <li><a href="/flashactu/">Infographies</a></li> <li><a href="/gallery/semaine/" onclick="window.open('/gallery/semaine/','new','resizable=1,statusbar=0,scrollbars=0,toolbar=0,personalbar=0,locationbar=0,width=750,height=500'); return false;">Semaine en images</a></li> <li><a href="/dossiers/mobile/">Nos applications mobiles</a></li> <li><a href="https://www.facebook.com/lalibre.be" target="_blank">Facebook</a></li> <li><a href="https://twitter.com/lalibrebe" target="_blank">Twitter</a></li> <li><a href="https://plus.google.com/115032241919987649677/" target="_blank">Google+</a></li> </ul> </div> </div> <div id="btnCIM"> <a href="http://www.cim.be/fr/media/internet/DisclaimerCIMInternet" target="_blank"> <img width="132" height="45" src="/img/btnCIM.gif" alt="CIM internet" /> </a> </div> </div> <p id="goTop"> <a href="#">Haut de page</a> </p> <div id="footer"> <p> Ce site est prot&eacute;g&eacute; par <a href="/infos_copyright_radar.html" onclick="showRadar(); return false;">droit d'auteur</a> - <a href="/copyright.phtml" onclick="copyright(); return false;">Copyright</a> &copy; La Libre Belgique 2001-2013 - <a href="" class="contactLightbox">Contactez-nous</a> </p> <div id="searchIndexes"> Indexes : <ul> <li><a href="http://actualite-generale.lalibre.be/">Actualité générale</a></li> <li class="separator"><a href="http://actualite-economique.lalibre.be/">Actualité économique</a></li> <li class="separator"><a href="http://actualite-culturelle.lalibre.be/">Actualité culturelle</a></li> <li class="separator"><a href="http://actualite-sportive.lalibre.be/">Actualité sportive</a></li> <li class="separator"><a href="http://actualite-sociale.lalibre.be/">Actualité sociale</a></li> <li class="separator"><a href="http://actualite-debats.lalibre.be/">Actualité débats</a></li> </ul> </div> </div> </div> <script type="text/javascript"> // <![CDATA[ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); // ]]> </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-117793-2"); pageTracker._initData(); pageTracker._trackPageview(); </script> <!-- LALIBRE/ROS-FR_BPS_LAYER_MULTI --> <!-- BEWEB BPS Editor Tag - Editor: LALIBRE - Site Id: 529145 - Language : FR--> <script type="text/javascript" src="http://bps.beweb.com/bpsm/s.html?B=529145&C=FR"></script> </body> </html>
_posts/2009-09-06-mandinha-com-a-mesma-carinha.html
fabiopereira/fabiopereirame_jekyll_mickey_blogpt
--- layout: post status: publish published: true title: Mandinha com a mesma carinha author: display_name: admin login: admin email: fabiopereira.me@gmail.com url: http:// author_login: admin author_email: fabiopereira.me@gmail.com author_url: http:// wordpress_id: 98 wordpress_url: http://fabiopereira.me/blogpt/2009/09/06/mandinha-com-a-mesma-carinha/ date: '2009-09-06 05:28:47 +1000' date_gmt: '2009-09-06 12:28:47 +1000' categories: - Uncategorized tags: [] comments: [] --- <p>Tava vendo as fotos da minha irm&atilde; Amanda e achei essas duas&hellip; Que coisinha lindinha. Que saudade de vcs&hellip;</p> <p>Bjos!</p> <p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Amanda" border="0" alt="Amanda" src="http://fabiopereira.me/blogpt/wp-content/uploads/2009/09/amandacrianca.png" width="412" height="299" /></p></p>
html/234567117104.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Compulite Business Solutions Inc. - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492277065754&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=11183&V_SEARCH.docsStart=11182&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=11181&amp;V_DOCUMENT.docRank=11182&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492277078510&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456054603&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=11183&amp;V_DOCUMENT.docRank=11184&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492277078510&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567088360&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Compulite Business Systems Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal Name:</h2> <p>Compulite Business Systems Inc.</p> <h2 class="h5 mrgn-bttm-0">Operating Name:</h2> <p>Compulite Business Solutions Inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="https://www.compulite.ca/" target="_blank" title="Website URL">https://www.compulite.ca/</a></p> <p><a href="mailto:marketing@compulite.ca" title="marketing@compulite.ca">marketing@compulite.ca</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 102-2685 Queensview Dr.<br/> OTTAWA, Ontario<br/> K2B 8K2 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 102-2685 Queensview Dr.<br/> OTTAWA, Ontario<br/> K2B 8K2 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (613) 723-6466 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (613) 723-5811</p> </div> <div class="col-md-3 mrgn-tp-md"> <h2 class="wb-inv">Logo</h2> <img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567117104&amp;graphFileName=Compulite+Logo+-+Fin&amp;applicationCode=AP&amp;lang=eng" alt="Logo" /> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Compulite has been providing local Ottawa computer support for small business, non-profit organizations and government for more than 20 years. Our services include: Network Support, SharePoint Consulting, Microsoft Windows Server, Microsoft Exchange Server, Disaster Recovery Planning, Enterprise Wireless and Cloud Computing.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Victor Li </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Owner<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Research/Development/Engineering. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (613) 723-6466 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (613) 723-5811 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> victor@compulite.ca </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1993 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541510 - Computer Systems Design and Related Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> In-House Software Products<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Microsoft Windows Server - The heart of your network <br> Microsoft SharePoint - Document Collaboration <br> Microsoft Exchange Server - Email Server <br> Microsoft Windows - Operating System <br> Microsoft Office - Office Productivity Applications<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Enterprise Class Wireless Networks<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Ruckus Wireless - Wireless Network Components (20 - 500 users)<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Computer Service and Support for SMBs<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Compulite will provide you with the essential computer service and support necessary to run your business. The advantage of outsourcing your IT needs is that it will allow your company to focus on serving your customers, without having to worry about your mission critical applications, IT infrastructure, data loss or other unwelcome surprises. Financially, you will be saving up to 80% of your current on-site IT costs.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Hosted Softwere Solutions<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Microsoft SharePoint - Document Management and Collaboration <br> Microsoft Exchange Server - Email <br> Blackberry Server - Mobile<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <h3 class="page-header"> Technology profile </h3> <section class="container-fluid"> Compulite specializes in providing Managed IT Services, and Document Management and Collaboration solutions based on the Microsoft technology stack. </section> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Victor Li </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Owner<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Research/Development/Engineering. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (613) 723-6466 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (613) 723-5811 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> victor@compulite.ca </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1993 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541510 - Computer Systems Design and Related Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> In-House Software Products<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Microsoft Windows Server - The heart of your network <br> Microsoft SharePoint - Document Collaboration <br> Microsoft Exchange Server - Email Server <br> Microsoft Windows - Operating System <br> Microsoft Office - Office Productivity Applications<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Enterprise Class Wireless Networks<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Ruckus Wireless - Wireless Network Components (20 - 500 users)<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Computer Service and Support for SMBs<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Compulite will provide you with the essential computer service and support necessary to run your business. The advantage of outsourcing your IT needs is that it will allow your company to focus on serving your customers, without having to worry about your mission critical applications, IT infrastructure, data loss or other unwelcome surprises. Financially, you will be saving up to 80% of your current on-site IT costs.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Hosted Softwere Solutions<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Microsoft SharePoint - Document Management and Collaboration <br> Microsoft Exchange Server - Email <br> Blackberry Server - Mobile<br> <br> </div> </div> </section> </details> <details id="details-panel5"> <summary> Technology </summary> <h2 class="wb-invisible"> Technology profile </h2> <section class="container-fluid"> Compulite specializes in providing Managed IT Services, and Document Management and Collaboration solutions based on the Microsoft technology stack. </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-07-22 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
app/Resources/views/Emails/pieMail.html
witzkito/alu
<br /> <p><b>----------------</b><p/> <p>info@iaes.edu.ar</p> <p>www.iaes.edu.ar</p> <p>Instituto Superior : 03743 - 476410 / 421689 - Avenida San Martin 1860</p> <p>Instituto Gastronomico : 03743 - 476400 - Av. 9 de Julio y M. Moreno</p> <p>Puerto Rico - Misiones - Argentina</p>
v2-community/docs/PIXI.PIXI.DisplayObject.html
cloakedninjas/phaser
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Class: DisplayObject</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="EarCut.html">EarCut</a> </li> <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.CanvasPool.html">CanvasPool</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.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.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.FilterTexture.html">FilterTexture</a> </li> <li class="class-depth-2"> <a href="PIXI.Phaser.GraphicsData.html">Phaser.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.Sprite.html">Sprite</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.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#arc">arc</a> </li> <li class="class-depth-0"> <a href="global.html#AUTO">AUTO</a> </li> <li class="class-depth-0"> <a href="global.html#beginFill">beginFill</a> </li> <li class="class-depth-0"> <a href="global.html#bezierCurveTo">bezierCurveTo</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#clear">clear</a> </li> <li class="class-depth-0"> <a href="global.html#CREATURE">CREATURE</a> </li> <li class="class-depth-0"> <a href="global.html#destroyCachedSprite">destroyCachedSprite</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#drawCircle">drawCircle</a> </li> <li class="class-depth-0"> <a href="global.html#drawEllipse">drawEllipse</a> </li> <li class="class-depth-0"> <a href="global.html#drawPolygon">drawPolygon</a> </li> <li class="class-depth-0"> <a href="global.html#drawRect">drawRect</a> </li> <li class="class-depth-0"> <a href="global.html#drawRoundedRect">drawRoundedRect</a> </li> <li class="class-depth-0"> <a href="global.html#drawShape">drawShape</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#endFill">endFill</a> </li> <li class="class-depth-0"> <a href="global.html#GAMES">GAMES</a> </li> <li class="class-depth-0"> <a href="global.html#generateTexture">generateTexture</a> </li> <li class="class-depth-0"> <a href="global.html#getBounds">getBounds</a> </li> <li class="class-depth-0"> <a href="global.html#getLocalBounds">getLocalBounds</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#lineStyle">lineStyle</a> </li> <li class="class-depth-0"> <a href="global.html#lineTo">lineTo</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#moveTo">moveTo</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#quadraticCurveTo">quadraticCurveTo</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#updateLocalBounds">updateLocalBounds</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> <li class="class-depth-0"> <a href="global.html#WEBGL_MULTI">WEBGL_MULTI</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="span8"> <div id="main"> <!--<h1 class="page-title">Class: DisplayObject</h1>--> <section> <header> <h2> <span class="ancestors"><a href="PIXI.html">PIXI</a><a href="PIXI.PIXI.html">.PIXI</a>.</span> DisplayObject </h2> </header> <article> <div class="container-overview"> <dt> <h4 class="name " id="DisplayObject"><span class="type-signature"></span>new DisplayObject<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>The base class for all objects that are rendered. Contains properties for position, scaling,<br>rotation, masks and cache handling.</p> <p>This is an abstract class and should not be used on its own, rather it should be extended.</p> <p>It is used internally by the likes of PIXI.Sprite.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-7">line 7</a> </dt> </dl> </dd> </div> <h3 class="subsection-title">Members</h3> <dl> <dt> <h4 class="name " id="alpha"><span class="type-signature"></span>alpha<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The alpha value of this DisplayObject. A value of 1 is fully opaque. A value of 0 is transparent.<br>Please note that an object with an alpha value of 0 is skipped during the render pass.</p> <p>The value of this property does not reflect any alpha values set further up the display list.<br>To obtain that value please see the <code>worldAlpha</code> property.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-63">line 63</a> </dt> </dl> </dd> <dt> <h4 class="name " id="cacheAsBitmap"><span class="type-signature"></span>cacheAsBitmap<span class="type-signature"> :Boolean</span></h4> </dt> <dd> <div class="description"> <p>Sets if this DisplayObject should be cached as a bitmap.</p> <p>When invoked it will take a snapshot of the DisplayObject, as it is at that moment, and store it<br>in a RenderTexture. This is then used whenever this DisplayObject is rendered. It can provide a<br>performance benefit for complex, but static, DisplayObjects. I.e. those with lots of children.</p> <p>Cached Bitmaps do not track their parents. If you update a property of this DisplayObject, it will not<br>re-generate the cached bitmap automatically. To do that you need to call <code>DisplayObject.updateCache</code>.</p> <p>To remove a cached bitmap, set this property to <code>null</code>.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-763">line 763</a> </dt> </dl> </dd> <dt> <h4 class="name " id="filterArea"><span class="type-signature"></span>filterArea<span class="type-signature"> :Rectangle</span></h4> </dt> <dd> <div class="description"> <p>The rectangular area used by filters when rendering a shader for this DisplayObject.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-195">line 195</a> </dt> </dl> </dd> <dt> <h4 class="name " id="filters"><span class="type-signature"></span>filters<span class="type-signature"> :Array</span></h4> </dt> <dd> <div class="description"> <p>Sets the filters for this DisplayObject. This is a WebGL only feature, and is ignored by the Canvas<br>Renderer. A filter is a shader applied to this DisplayObject. You can modify the placement of the filter<br>using <code>DisplayObject.filterArea</code>.</p> <p>To remove filters, set this property to <code>null</code>.</p> <p>Note: You cannot have a filter set, and a MULTIPLY Blend Mode active, at the same time. Setting a<br>filter will reset this DisplayObjects blend mode to NORMAL.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-710">line 710</a> </dt> </dl> </dd> <dt> <h4 class="name " id="hitArea"><span class="type-signature"></span>hitArea<span class="type-signature"> :Rectangle|Circle|Ellipse|Polygon</span></h4> </dt> <dd> <div class="description"> <p>This is the defined area that will pick up mouse / touch events. It is null by default.<br>Setting it is a neat way of optimising the hitTest function that the interactionManager will use (as it will not need to hit test all the children)</p> </div> <h5>Type:</h5> <ul> <li> <span class="param-type">Rectangle</span> | <span class="param-type">Circle</span> | <span class="param-type">Ellipse</span> | <span class="param-type">Polygon</span> </li> </ul> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-89">line 89</a> </dt> </dl> </dd> <dt> <h4 class="name " id="mask"><span class="type-signature"></span>mask<span class="type-signature"> :PIXIGraphics</span></h4> </dt> <dd> <div class="description"> <p>Sets a mask for this DisplayObject. A mask is an instance of a Graphics object.<br>When applied it limits the visible area of this DisplayObject to the shape of the mask.<br>Under a Canvas renderer it uses shape clipping. Under a WebGL renderer it uses a Stencil Buffer.<br>To remove a mask, set this property to <code>null</code>.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-675">line 675</a> </dt> </dl> </dd> <dt> <h4 class="name " id="parent"><span class="type-signature">&lt;readonly> </span>parent<span class="type-signature"> :PIXIDisplayObjectContainer</span></h4> </dt> <dd> <div class="description"> <p>The parent DisplayObjectContainer that this DisplayObject is a child of.<br>All DisplayObjects must belong to a parent in order to be rendered.<br>The root parent is the Stage object. This property is set automatically when the<br>DisplayObject is added to, or removed from, a DisplayObjectContainer.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-107">line 107</a> </dt> </dl> </dd> <dt> <h4 class="name " id="pivot"><span class="type-signature"></span>pivot<span class="type-signature"> :PIXIPoint</span></h4> </dt> <dd> <div class="description"> <p>The pivot point of this DisplayObject that it rotates around. The values are expressed<br>in pixel values.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-43">line 43</a> </dt> </dl> </dd> <dt> <h4 class="name " id="position"><span class="type-signature"></span>position<span class="type-signature"> :PIXIPoint</span></h4> </dt> <dd> <div class="description"> <p>The coordinates, in pixels, of this DisplayObject, relative to its parent container.</p> <p>The value of this property does not reflect any positioning happening further up the display list.<br>To obtain that value please see the <code>worldPosition</code> property.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-20">line 20</a> </dt> </dl> </dd> <dt> <h4 class="name " id="renderable"><span class="type-signature"></span>renderable<span class="type-signature"> :Boolean</span></h4> </dt> <dd> <div class="description"> <p>Should this DisplayObject be rendered by the renderer? An object with a renderable value of<br><code>false</code> is skipped during the render pass.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-98">line 98</a> </dt> </dl> </dd> <dt> <h4 class="name " id="rotation"><span class="type-signature"></span>rotation<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The rotation of this DisplayObject. The value is given, and expressed, in radians, and is based on<br>a right-handed orientation.</p> <p>The value of this property does not reflect any rotation happening further up the display list.<br>To obtain that value please see the <code>worldRotation</code> property.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-51">line 51</a> </dt> </dl> </dd> <dt> <h4 class="name " id="scale"><span class="type-signature"></span>scale<span class="type-signature"> :PIXIPoint</span></h4> </dt> <dd> <div class="description"> <p>The scale of this DisplayObject. A scale of 1:1 represents the DisplayObject<br>at its default size. A value of 0.5 would scale this DisplayObject by half, and so on.</p> <p>The value of this property does not reflect any scaling happening further up the display list.<br>To obtain that value please see the <code>worldScale</code> property.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-31">line 31</a> </dt> </dl> </dd> <dt> <h4 class="name " id="visible"><span class="type-signature"></span>visible<span class="type-signature"> :Boolean</span></h4> </dt> <dd> <div class="description"> <p>The visibility of this DisplayObject. A value of <code>false</code> makes the object invisible.<br>A value of <code>true</code> makes it visible. Please note that an object with a visible value of<br><code>false</code> is skipped during the render pass. Equally a DisplayObject with visible false will<br>not render any of its children.</p> <p>The value of this property does not reflect any visible values set further up the display list.<br>To obtain that value please see the <code>worldVisible</code> property.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-75">line 75</a> </dt> </dl> </dd> <dt> <h4 class="name " id="worldAlpha"><span class="type-signature">&lt;readonly> </span>worldAlpha<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The multiplied alpha value of this DisplayObject. A value of 1 is fully opaque. A value of 0 is transparent.<br>This value is the calculated total, based on the alpha values of all parents of this DisplayObjects<br>in the display list.</p> <p>To obtain, and set, the local alpha value, see the <code>alpha</code> property.</p> <p>Note: This property is only updated at the end of the <code>updateTransform</code> call, once per render. Until<br>that happens this property will contain values based on the previous frame. Be mindful of this if<br>accessing this property outside of the normal game flow, i.e. from an asynchronous event callback.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-119">line 119</a> </dt> </dl> </dd> <dt> <h4 class="name " id="worldPosition"><span class="type-signature">&lt;readonly> </span>worldPosition<span class="type-signature"> :PIXIPoint</span></h4> </dt> <dd> <div class="description"> <p>The coordinates, in pixels, of this DisplayObject within the world.</p> <p>This property contains the calculated total, based on the positions of all parents of this<br>DisplayObject in the display list.</p> <p>Note: This property is only updated at the end of the <code>updateTransform</code> call, once per render. Until<br>that happens this property will contain values based on the previous frame. Be mindful of this if<br>accessing this property outside of the normal game flow, i.e. from an asynchronous event callback.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-150">line 150</a> </dt> </dl> </dd> <dt> <h4 class="name " id="worldRotation"><span class="type-signature">&lt;readonly> </span>worldRotation<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The rotation, in radians, of this DisplayObject.</p> <p>This property contains the calculated total, based on the rotations of all parents of this<br>DisplayObject in the display list.</p> <p>Note: This property is only updated at the end of the <code>updateTransform</code> call, once per render. Until<br>that happens this property will contain values based on the previous frame. Be mindful of this if<br>accessing this property outside of the normal game flow, i.e. from an asynchronous event callback.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-180">line 180</a> </dt> </dl> </dd> <dt> <h4 class="name " id="worldScale"><span class="type-signature">&lt;readonly> </span>worldScale<span class="type-signature"> :PIXIPoint</span></h4> </dt> <dd> <div class="description"> <p>The global scale of this DisplayObject.</p> <p>This property contains the calculated total, based on the scales of all parents of this<br>DisplayObject in the display list.</p> <p>Note: This property is only updated at the end of the <code>updateTransform</code> call, once per render. Until<br>that happens this property will contain values based on the previous frame. Be mindful of this if<br>accessing this property outside of the normal game flow, i.e. from an asynchronous event callback.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-165">line 165</a> </dt> </dl> </dd> <dt> <h4 class="name " id="worldTransform"><span class="type-signature">&lt;readonly> </span>worldTransform<span class="type-signature"> :PIXIMatrix</span></h4> </dt> <dd> <div class="description"> <p>The current transform of this DisplayObject.</p> <p>This property contains the calculated total, based on the transforms of all parents of this<br>DisplayObject in the display list.</p> <p>Note: This property is only updated at the end of the <code>updateTransform</code> call, once per render. Until<br>that happens this property will contain values based on the previous frame. Be mindful of this if<br>accessing this property outside of the normal game flow, i.e. from an asynchronous event callback.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-135">line 135</a> </dt> </dl> </dd> <dt> <h4 class="name " id="worldVisible"><span class="type-signature"></span>worldVisible<span class="type-signature"> :Boolean</span></h4> </dt> <dd> <div class="description"> <p>Indicates if this DisplayObject is visible, based on it, and all of its parents, <code>visible</code> property values.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-632">line 632</a> </dt> </dl> </dd> <dt> <h4 class="name " id="x"><span class="type-signature"></span>x<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The horizontal position of the DisplayObject, in pixels, relative to its parent.<br>If you need the world position of the DisplayObject, use <code>DisplayObject.worldPosition</code> instead.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-588">line 588</a> </dt> </dl> </dd> <dt> <h4 class="name " id="y"><span class="type-signature"></span>y<span class="type-signature"> :Number</span></h4> </dt> <dd> <div class="description"> <p>The vertical position of the DisplayObject, in pixels, relative to its parent.<br>If you need the world position of the DisplayObject, use <code>DisplayObject.worldPosition</code> instead.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_display_DisplayObject.js.html">pixi/display/DisplayObject.js</a>, <a href="src_pixi_display_DisplayObject.js.html#sunlight-1-line-610">line 610</a> </dt> </dl> </dd> </dl> </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.3</a> on Wed Nov 23 2016 00:49:31 GMT+0000 (GMT) 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>
grades_filtered/83-381-01/ziunBchina.html
yonixw/yonixw.github.io
<html> <link rel="stylesheet" type="text/css" href="StyleSheets/general.css"> <!-- page that required userId and password. we check if the user already logged in ,if so , we take the userId and the password from the session, run the integration object and return whith the information, else ,we redirect the user to login page --> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-8"> </HEAD> <BODY bgcolor="#FFFFFF" leftMargin=0 topMargin=0 marginheight="0" marginwidth="0" dir=rtl> <table border="0" cellspacing="0" cellpadding="0" width=100% dir=ltr valign="top" > <tr> <td valign=top align=left colspan=3 bgcolor=737373><img src=images/empty.gif width=100% height=5></td> </tr> <tr> <td valign=top align=left> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td valign=top align=left><img src="images/lpict.jpg" width="211" height="101"></td> </tr> <tr> <td valign=top align=left><img src="images/lpict1.gif" width="124" height="83"></td> </tr> </table> </td> <td valign=top align=left width=100%> <!-- start head --> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td valign=top align=right class=big dir=rtl><b>ציוני ביניים </b></td> <td><img src=images/empty.gif width=5 height=1></td > <td valign=bottom align=right><img src=images/yel_px.gif width=3 height=15></td> </tr> <tr> <td valign=top align=left colspan=3><img src=images/yel_px.gif width=320 height=3></td> </tr> </table> <!-- end head --> </td> </tr> <tr> <td dir="rtl" align="right" valign="top" colspan="2"> <table > <tr> <td align=right ><img src=images/bul2.gif width=11 height=11></td> <td align=right dir=rtl><b>קורס: </b></td> <td align=right dir=ltr> 83 -381-01</td> </tr> </table> <br><br> </td> </tr> <tr> <td dir="rtl" align="center" valign="top" colspan="2"> <table width="75%" border=0 cellspacing ="0" cellpadding=0 > <tr> <th valign=bottom align=center colspan=8 ><img src=images/blue_px.gif width=100% height=2></th> <!-- 7->8 //Rels11 --> </tr> <tr> <th align="right" width="12%"> סוג מטלה </th> <th align="center" width="12%"> משקל באחוזים &nbsp; </th> <th align="right" width="12%">מועד </th> <th align="right" width="12%"> ציון </th> <th align="right" width="12%"> תאריך בחינה </th> <th align="right" width="12%"> מספר מחברת </th> <!-- //Rels11 --> <th align="right" width="10%">לצפיה במחברת בחינה</th> <th align="right" width="10%">לצפיה בשאלון בחינה</th> </tr> <tr> <th valign=bottom align=center colspan=8 ><img src=images/blue_px.gif width=100% height=2></th> <!-- 7->8 //Rels11 --> </tr> <tr> <td>בחינה</td> <td dir="ltr" align="right">60</td> <td>א</td> <TD align="right" dir="ltr" > 80 </TD> <TD align="right" dir="ltr" > 31.01.2014 </TD> <TD align="center" dir="ltr" > <!-- //Rels11 --> 14 <!-- //Rels11 --> </TD> <!-- //Rels11 --> <!-- add by bareket 03.08 --> <td></td> <!--end addition 03.08 --> <!-- add by bareket 06.10 --> <td></td> <!--end addition 06.10--> </tr> <tr> <!-- //Rels20 - start <td align=center colspan=8> <font color=red> לא ניתן לראות ציון ביניים בשל אי תשלום כרטיס נבחן. </font> </td> </tr> //Rels20 - end --> <tr> <th valign=bottom align=center colspan=8 ><img src=images/blue_px.gif width=100% height=1></th> <!-- 7->8 //Rels11 --> </tr> <tr> <td>תרגיל</td> <td dir="ltr" align="right">40</td> <td>0</td> <TD align="right" dir="ltr" > 98 </TD> <TD align="right" dir="ltr" > </TD> <TD align="center" dir="ltr" > <!-- //Rels11 --> </TD> <!-- //Rels11 --> <!-- add by bareket 03.08 --> <!--end addition 03.08 --> <!-- add by bareket 06.10 --> <td></td> <!--end addition 06.10--> </tr> <tr> <!-- //Rels20 - start <td align=center colspan=8> <font color=red> לא ניתן לראות ציון ביניים בשל אי תשלום כרטיס נבחן. </font> </td> </tr> //Rels20 - end --> <tr> <th valign=bottom align=center colspan=8 ><img src=images/blue_px.gif width=100% height=1></th> <!-- 7->8 //Rels11 --> </tr> </table> </td> </tr> <tr> <td dir = rtl> <br> ט.ל.ח <br> המידע מוצג כשרות לסטודנט, המידע הקובע הוא המידע שבמסמכי האוניברסיטה </td> </tr> </table> </BODY> </html>
app/singleEvent/singleEvent.html
akiryazov/playTogether
<head> <link rel="stylesheet" type="text/css" href="singleEvent/singleEvent.css"> </head> <body> <nav class="navbar navbar-inverse sidebar sideMenu" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-sidebar-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#!/main">Play Together</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-sidebar-navbar-collapse-1"> <ul class="nav navbar-nav"> <li><a href="#!/profilePage">Дневник<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li> <li><a href="#!/main">Събития<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li> <li><a href="#!/createEvent">Създай събитие<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li> <li><a href="#!/pastEvents">Минали събития<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li> <li><a href="#!/chat">Чат система<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li> <li><a href="#!/contacts">Контакти<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li> <li><a href="#!/donationPage">Помогни на PT<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li> <li ng-click="logout()"><a>Изход<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li> </ul> </div> </div> </nav> <div class="main"> <div class="row"> <h2 style="margin-left: 28px"> Футболна среща №123 </h2> </div> <div class="col-md-12" style="margin-top: 20px"> <div class="col-md-4"> Място: ж.к. Дружба, бул. "Цветан Лазаров" 1581, София <br> <div style="margin-top: 5px"> </div> Начало: 25/04/2017 20:00-21:00 <br> <div style="margin-top: 5px"> </div> Заети места: 9/12 <br> <div style="margin-top: 5px"> </div> Организатор: Ангел Кирязов </div> <div class="col-md-4"> <img src="img/Screenshot_1.png" width="400px" height="300px"> </div> <div class="col-md-4"> <div class="row"> <button class="btn" style="float: right"> Включи се </button> </div> <div style="margin-top: 10px;"> </div> <div class="row"> <button class="btn" style="float: right"> Заяви участие на екип </button> </div> </div> </div> <div class="col-md-12 row" style="margin-top: 20px"> <blockquote class="well well-lg"> Здравейте! Събрал съм отбор от 6 човека, като не сме много добри, съответно се надяваме и ответния отбор да е на нашето ниво. Играем единствено за кеф, надяваме се да се получи хубав мач! :) </blockquote> </div> <div class="comment-ctrl"> <div class="comment-header"> <h4 class="reviews text-capitalize modal-heading">Коментари</h4> </div> <hr> <div class="comment-row"> <div class="comment-details"> <div class="tab-content"> <div class="media-body"> <div class="well well-lg"> <h4 class="media-heading text-uppercase reviews">Димитър Петров</h4> <ul class="media-date text-uppercase reviews list-inline"> 24.04.2017 г. 13:35:26 </ul> <p class="media-comment">Здравейте, трябва ли ви вратар?</p> </div> </div> </div> </div> </div> <div class="comment-row"> <div class="comment-details"> <div class="tab-content"> <div class="media-body"> <div class="well well-lg"> <h4 class="media-heading text-uppercase reviews">Ангел Кирязов</h4> <ul class="media-date text-uppercase reviews list-inline"> 24.04.2017 г. 13:52:20 </ul> <p class="media-comment">Разбира се, заповядай!</p> </div> </div> </div> </div> </div> </div> <div class="submit-comment-form"> <textarea class="form-control" rows="3"></textarea> <button type="button" class="btn btn-primary submit-comment" style="margin-top: 10px; float: right; margin-bottom: 15px;" >Submit comment</button> </div> </div> </body>
reserve/app/lib/phpexcel/Documentation/API/classes/PHPExcel_Style_Color.html
harry0349/practice
<!DOCTYPE html><html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <meta charset="utf-8"> <title>PHPExcel classes » \PHPExcel_Style_Color</title> <meta name="author" content="Mike van Riel"> <meta name="description" content=""> <link href="../css/template.css" rel="stylesheet" media="all"> <script src="../js/jquery-1.7.1.min.js" type="text/javascript"></script><script src="../js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script><script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script><script src="../js/bootstrap.js" type="text/javascript"></script><script src="../js/template.js" type="text/javascript"></script><script src="../js/prettify/prettify.min.js" type="text/javascript"></script><link rel="shortcut icon" href="../img/favicon.ico"> <link rel="apple-touch-icon" href="../img/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="72x72" href="../img/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="../img/apple-touch-icon-114x114.png"> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"><div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><a class="brand" href="../index.html">PHPExcel classes</a><div class="nav-collapse"><ul class="nav"> <li class="dropdown"> <a href="#api" class="dropdown-toggle" data-toggle="dropdown"> API Documentation <b class="caret"></b></a><ul class="dropdown-menu"> <li><a>Packages</a></li> <li><a href="../packages/Default.html"><i class="icon-folder-open"></i> Default</a></li> <li><a href="../packages/JAMA.html"><i class="icon-folder-open"></i> JAMA</a></li> <li><a href="../packages/JAMA%0D%0ACholesky%20decomposition%20class%0D%0AFor%20a%20symmetric,%20positive%20definite%20matrix%20A,%20the%20Cholesky%20decomposition%0D%0Ais%20an%20lower%20triangular%20matrix%20L%20so%20that%20A%20=%20L*L'.html"><i class="icon-folder-open"></i> JAMA Cholesky decomposition class For a symmetric, positive definite matrix A, the Cholesky decomposition is an lower triangular matrix L so that A = L*L'</a></li> <li><a href="../packages/JAMA%0D%0AClass%20to%20obtain%20eigenvalues%20and%20eigenvectors%20of%20a%20real%20matrix.html"><i class="icon-folder-open"></i> JAMA Class to obtain eigenvalues and eigenvectors of a real matrix</a></li> <li><a href="../packages/JAMA%0D%0AError%20handling.html"><i class="icon-folder-open"></i> JAMA Error handling</a></li> <li><a href="../packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20&gt;=%20n,%20the%20LU%20decomposition%20is%20an%20m-by-n%0D%0Aunit%20lower%20triangular%20matrix%20L,%20an%20n-by-n%20upper%20triangular%20matrix%20U,%0D%0Aand%20a%20permutation%20vector%20piv%20of%20length%20m%20so%20that%20A(piv,:)%20=%20L*U.html"><i class="icon-folder-open"></i> JAMA For an m-by-n matrix A with m &gt;= n, the LU decomposition is an m-by-n unit lower triangular matrix L, an n-by-n upper triangular matrix U, and a permutation vector piv of length m so that A(piv,:) = L*U</a></li> <li><a href="../packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20&gt;=%20n,%20the%20QR%20decomposition%20is%20an%20m-by-n%0D%0Aorthogonal%20matrix%20Q%20and%20an%20n-by-n%20upper%20triangular%20matrix%20R%20so%20that%0D%0AA%20=%20Q*R.html"><i class="icon-folder-open"></i> JAMA For an m-by-n matrix A with m &gt;= n, the QR decomposition is an m-by-n orthogonal matrix Q and an n-by-n upper triangular matrix R so that A = Q*R</a></li> <li><a href="../packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20&gt;=%20n,%20the%20singular%20value%20decomposition%20is%0D%0Aan%20m-by-n%20orthogonal%20matrix%20U,%20an%20n-by-n%20diagonal%20matrix%20S,%20and%0D%0Aan%20n-by-n%20orthogonal%20matrix%20V%20so%20that%20A%20=%20U*S*V'.html"><i class="icon-folder-open"></i> JAMA For an m-by-n matrix A with m &gt;= n, the singular value decomposition is an m-by-n orthogonal matrix U, an n-by-n diagonal matrix S, and an n-by-n orthogonal matrix V so that A = U*S*V'</a></li> <li><a href="../packages/JAMA%0D%0APythagorean%20Theorem:%0D%0Aa%20=%203%0D%0Ab%20=%204%0D%0Ar%20=%20sqrt(square(a)%20+%20square(b))%0D%0Ar%20=%205%0D%0Ar%20=%20sqrt(a%5E2%20+%20b%5E2)%20without%20under.overflow.html"><i class="icon-folder-open"></i> JAMA Pythagorean Theorem: a = 3 b = 4 r = sqrt(square(a) + square(b)) r = 5 r = sqrt(a^2 + b^2) without under/overflow</a></li> <li><a href="../packages/PHPExcel.html"><i class="icon-folder-open"></i> PHPExcel</a></li> </ul> </li> <li class="dropdown" id="charts-menu"> <a href="#charts" class="dropdown-toggle" data-toggle="dropdown"> Charts <b class="caret"></b></a><ul class="dropdown-menu"><li><a href="../graph_class.html"><i class="icon-list-alt"></i> Class hierarchy diagram</a></li></ul> </li> <li class="dropdown" id="reports-menu"> <a href="#reports" class="dropdown-toggle" data-toggle="dropdown"> Reports <b class="caret"></b></a><ul class="dropdown-menu"> <li><a href="../errors.html"><i class="icon-remove-sign"></i> Errors  <span class="label label-info">551</span></a></li> <li><a href="../markers.html"><i class="icon-map-marker"></i> Markers  <ul> <li>todo  <span class="label label-info">19</span> </li> <li>fixme  <span class="label label-info">10</span> </li> </ul></a></li> <li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements  <span class="label label-info">12</span></a></li> </ul> </li> </ul></div> </div></div> <div class="go_to_top"><a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a></div> </div> <div id="___" class="container"> <noscript><div class="alert alert-warning"> Javascript is disabled; several features are only available if Javascript is enabled. </div></noscript> <div class="row"> <div class="span4"> <span class="btn-group visibility" data-toggle="buttons-checkbox"><button class="btn public active" title="Show public elements">Public</button><button class="btn protected" title="Show protected elements">Protected</button><button class="btn private" title="Show private elements">Private</button><button class="btn inherited active" title="Show inherited elements">Inherited</button></span><div class="btn-group view pull-right" data-toggle="buttons-radio"> <button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button><button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button> </div> <ul class="side-nav nav nav-list"> <li class="nav-header"> <i class="icon-custom icon-method"></i> Methods <ul> <li class="method public inherited"><a href="#method___clone" title="__clone :: Implement PHP __clone to create a deep clone, not just a shallow copy."><span class="description">Implement PHP __clone to create a deep clone, not just a shallow copy.</span><pre>__clone()</pre></a></li> <li class="method public "><a href="#method___construct" title="__construct :: Create a new PHPExcel_Style_Color"><span class="description">Create a new PHPExcel_Style_Color</span><pre>__construct()</pre></a></li> <li class="method public "><a href="#method_applyFromArray" title="applyFromArray :: Apply styles from array"><span class="description">Apply styles from array</span><pre>applyFromArray()</pre></a></li> <li class="method public "><a href="#method_bindParent" title="bindParent :: Bind parent."><span class="description">Bind parent.</span><pre>bindParent()</pre></a></li> <li class="method public "><a href="#method_changeBrightness" title="changeBrightness :: Adjust the brightness of a color"><span class="description">Adjust the brightness of a color</span><pre>changeBrightness()</pre></a></li> <li class="method public "><a href="#method_getARGB" title="getARGB :: Get ARGB"><span class="description">Get ARGB</span><pre>getARGB()</pre></a></li> <li class="method public inherited"><a href="#method_getActiveCell" title="getActiveCell :: Get the currently active cell coordinate in currently active sheet."><span class="description">Get the currently active cell coordinate in currently active sheet.</span><pre>getActiveCell()</pre></a></li> <li class="method public inherited"><a href="#method_getActiveSheet" title="getActiveSheet :: Get the currently active sheet."><span class="description">Get the currently active sheet.</span><pre>getActiveSheet()</pre></a></li> <li class="method public "><a href="#method_getBlue" title="getBlue :: Get the blue colour component of an RGB value"><span class="description">Get the blue colour component of an RGB value</span><pre>getBlue()</pre></a></li> <li class="method public "><a href="#method_getGreen" title="getGreen :: Get the green colour component of an RGB value"><span class="description">Get the green colour component of an RGB value</span><pre>getGreen()</pre></a></li> <li class="method public "><a href="#method_getHashCode" title="getHashCode :: Get hash code"><span class="description">Get hash code</span><pre>getHashCode()</pre></a></li> <li class="method public inherited"><a href="#method_getIsSupervisor" title="getIsSupervisor :: Is this a supervisor or a cell style component?"><span class="description">Is this a supervisor or a cell style component?</span><pre>getIsSupervisor()</pre></a></li> <li class="method public "><a href="#method_getRGB" title="getRGB :: Get RGB"><span class="description">Get RGB</span><pre>getRGB()</pre></a></li> <li class="method public "><a href="#method_getRed" title="getRed :: Get the red colour component of an RGB value"><span class="description">Get the red colour component of an RGB value</span><pre>getRed()</pre></a></li> <li class="method public inherited"><a href="#method_getSelectedCells" title="getSelectedCells :: Get the currently active cell coordinate in currently active sheet."><span class="description">Get the currently active cell coordinate in currently active sheet.</span><pre>getSelectedCells()</pre></a></li> <li class="method public "><a href="#method_getSharedComponent" title="getSharedComponent :: Get the shared style component for the currently active cell in currently active sheet."><span class="description">Get the shared style component for the currently active cell in currently active sheet.</span><pre>getSharedComponent()</pre></a></li> <li class="method public "><a href="#method_getStyleArray" title="getStyleArray :: Build style array from subcomponents"><span class="description">Build style array from subcomponents</span><pre>getStyleArray()</pre></a></li> <li class="method public "><a href="#method_indexedColor" title="indexedColor :: Get indexed color"><span class="description">Get indexed color</span><pre>indexedColor()</pre></a></li> <li class="method public "><a href="#method_setARGB" title="setARGB :: Set ARGB"><span class="description">Set ARGB</span><pre>setARGB()</pre></a></li> <li class="method public "><a href="#method_setRGB" title="setRGB :: Set RGB"><span class="description">Set RGB</span><pre>setRGB()</pre></a></li> </ul> </li> <li class="nav-header private">» Private <ul><li class="method private "><a href="#method__getColourComponent" title="_getColourComponent :: Get a specified colour component of an RGB value"><span class="description">Get a specified colour component of an RGB value</span><pre>_getColourComponent()</pre></a></li></ul> </li> <li class="nav-header"> <i class="icon-custom icon-property"></i> Properties <ul></ul> </li> <li class="nav-header protected">» Protected <ul> <li class="property protected "><a href="#property__argb" title="$_argb :: ARGB - Alpha RGB"><span class="description"></span><pre>$_argb</pre></a></li> <li class="property protected "><a href="#property__indexedColors" title="$_indexedColors :: Indexed colors array"><span class="description"></span><pre>$_indexedColors</pre></a></li> <li class="property protected inherited"><a href="#property__isSupervisor" title="$_isSupervisor :: Supervisor?"><span class="description"></span><pre>$_isSupervisor</pre></a></li> <li class="property protected inherited"><a href="#property__parent" title="$_parent :: Parent."><span class="description"></span><pre>$_parent</pre></a></li> <li class="property protected "><a href="#property__parentPropertyName" title="$_parentPropertyName :: Parent property name"><span class="description"></span><pre>$_parentPropertyName</pre></a></li> </ul> </li> <li class="nav-header"> <i class="icon-custom icon-constant"></i> Constants <ul> <li class="constant "><a href="#constant_COLOR_BLACK" title="COLOR_BLACK :: "><span class="description">COLOR_BLACK</span><pre>COLOR_BLACK</pre></a></li> <li class="constant "><a href="#constant_COLOR_BLUE" title="COLOR_BLUE :: "><span class="description">COLOR_BLUE</span><pre>COLOR_BLUE</pre></a></li> <li class="constant "><a href="#constant_COLOR_DARKBLUE" title="COLOR_DARKBLUE :: "><span class="description">COLOR_DARKBLUE</span><pre>COLOR_DARKBLUE</pre></a></li> <li class="constant "><a href="#constant_COLOR_DARKGREEN" title="COLOR_DARKGREEN :: "><span class="description">COLOR_DARKGREEN</span><pre>COLOR_DARKGREEN</pre></a></li> <li class="constant "><a href="#constant_COLOR_DARKRED" title="COLOR_DARKRED :: "><span class="description">COLOR_DARKRED</span><pre>COLOR_DARKRED</pre></a></li> <li class="constant "><a href="#constant_COLOR_DARKYELLOW" title="COLOR_DARKYELLOW :: "><span class="description">COLOR_DARKYELLOW</span><pre>COLOR_DARKYELLOW</pre></a></li> <li class="constant "><a href="#constant_COLOR_GREEN" title="COLOR_GREEN :: "><span class="description">COLOR_GREEN</span><pre>COLOR_GREEN</pre></a></li> <li class="constant "><a href="#constant_COLOR_RED" title="COLOR_RED :: "><span class="description">COLOR_RED</span><pre>COLOR_RED</pre></a></li> <li class="constant "><a href="#constant_COLOR_WHITE" title="COLOR_WHITE :: "><span class="description">COLOR_WHITE</span><pre>COLOR_WHITE</pre></a></li> <li class="constant "><a href="#constant_COLOR_YELLOW" title="COLOR_YELLOW :: "><span class="description">COLOR_YELLOW</span><pre>COLOR_YELLOW</pre></a></li> </ul> </li> </ul> </div> <div class="span8"> <a id="\PHPExcel_Style_Color"></a><ul class="breadcrumb"> <li> <a href="../index.html"><i class="icon-custom icon-class"></i></a><span class="divider">\</span> </li> <li><a href="../namespaces/global.html">global</a></li> <li class="active"> <span class="divider">\</span><a href="../classes/PHPExcel_Style_Color.html">PHPExcel_Style_Color</a> </li> </ul> <div class="element class"> <p class="short_description">PHPExcel_Style_Color</p> <div class="details"> <div class="long_description"></div> <table class="table table-bordered"> <tr> <th>category</th> <td>PHPExcel</td> </tr> <tr> <th>package</th> <td><a href="../packages/PHPExcel.Style.html">PHPExcel_Style</a></td> </tr> <tr> <th>copyright</th> <td>Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)</td> </tr> </table> <h3> <i class="icon-custom icon-method"></i> Methods</h3> <a id="method___clone"></a><div class="element clickable method public method___clone" data-toggle="collapse" data-target=".method___clone .collapse"> <h2>Implement PHP __clone to create a deep clone, not just a shallow copy.</h2> <pre>__clone() </pre> <div class="labels"><span class="label">Inherited</span></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <table class="table table-bordered"><tr> <th>inherited_from</th> <td>\PHPExcel_Style_Supervisor::__clone()</td> </tr></table> </div></div> </div> <a id="method___construct"></a><div class="element clickable method public method___construct" data-toggle="collapse" data-target=".method___construct .collapse"> <h2>Create a new PHPExcel_Style_Color</h2> <pre>__construct(string $pARGB, boolean $isSupervisor, boolean $isConditional) </pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <h3>Parameters</h3> <div class="subelement argument"> <h4>$pARGB</h4> <code>string</code><p>ARGB value for the colour</p></div> <div class="subelement argument"> <h4>$isSupervisor</h4> <code>boolean</code><p>Flag indicating if this is a supervisor or not Leave this value at default unless you understand exactly what its ramifications are</p></div> <div class="subelement argument"> <h4>$isConditional</h4> <code>boolean</code><p>Flag indicating if this is a conditional style or not Leave this value at default unless you understand exactly what its ramifications are</p></div> </div></div> </div> <a id="method_applyFromArray"></a><div class="element clickable method public method_applyFromArray" data-toggle="collapse" data-target=".method_applyFromArray .collapse"> <h2>Apply styles from array</h2> <pre>applyFromArray(array $pStyles) : <a href="../classes/PHPExcel_Style_Color.html">\PHPExcel_Style_Color</a></pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"><pre><code>$objPHPExcel->getActiveSheet()->getStyle('B2')->getFont()->getColor()->applyFromArray( array('rgb' => '808080') ); </code></pre></div> <h3>Parameters</h3> <div class="subelement argument"> <h4>$pStyles</h4> <code>array</code><p>Array containing style information</p></div> <h3>Exceptions</h3> <table class="table table-bordered"><tr> <th><code><a href="../classes/PHPExcel_Exception.html">\PHPExcel_Exception</a></code></th> <td></td> </tr></table> <h3>Returns</h3> <div class="subelement response"><code><a href="../classes/PHPExcel_Style_Color.html">\PHPExcel_Style_Color</a></code></div> </div></div> </div> <a id="method_bindParent"></a><div class="element clickable method public method_bindParent" data-toggle="collapse" data-target=".method_bindParent .collapse"> <h2>Bind parent.</h2> <pre>bindParent(mixed $parent, string $parentPropertyName) : <a href="../classes/PHPExcel_Style_Color.html">\PHPExcel_Style_Color</a></pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"><p>Only used for supervisor</p></div> <h3>Parameters</h3> <div class="subelement argument"> <h4>$parent</h4> <code>mixed</code> </div> <div class="subelement argument"> <h4>$parentPropertyName</h4> <code>string</code> </div> <h3>Returns</h3> <div class="subelement response"><code><a href="../classes/PHPExcel_Style_Color.html">\PHPExcel_Style_Color</a></code></div> </div></div> </div> <a id="method_changeBrightness"></a><div class="element clickable method public method_changeBrightness" data-toggle="collapse" data-target=".method_changeBrightness .collapse"> <h2>Adjust the brightness of a color</h2> <pre>changeBrightness(string $hex, float $adjustPercentage) : string</pre> <div class="labels"><span class="label">Static</span></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <h3>Parameters</h3> <div class="subelement argument"> <h4>$hex</h4> <code>string</code><p>The colour as an RGBA or RGB value (e.g. FF00CCCC or CCDDEE)</p> </div> <div class="subelement argument"> <h4>$adjustPercentage</h4> <code>float</code><p>The percentage by which to adjust the colour as a float from -1 to 1</p> </div> <h3>Returns</h3> <div class="subelement response"> <code>string</code>The adjusted colour as an RGBA or RGB value (e.g. FF00CCCC or CCDDEE)</div> </div></div> </div> <a id="method_getARGB"></a><div class="element clickable method public method_getARGB" data-toggle="collapse" data-target=".method_getARGB .collapse"> <h2>Get ARGB</h2> <pre>getARGB() : string</pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <h3>Returns</h3> <div class="subelement response"><code>string</code></div> </div></div> </div> <a id="method_getActiveCell"></a><div class="element clickable method public method_getActiveCell" data-toggle="collapse" data-target=".method_getActiveCell .collapse"> <h2>Get the currently active cell coordinate in currently active sheet.</h2> <pre>getActiveCell() : string</pre> <div class="labels"><span class="label">Inherited</span></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"><p>Only used for supervisor</p></div> <table class="table table-bordered"><tr> <th>inherited_from</th> <td>\PHPExcel_Style_Supervisor::getActiveCell()</td> </tr></table> <h3>Returns</h3> <div class="subelement response"> <code>string</code>E.g. 'A1'</div> </div></div> </div> <a id="method_getActiveSheet"></a><div class="element clickable method public method_getActiveSheet" data-toggle="collapse" data-target=".method_getActiveSheet .collapse"> <h2>Get the currently active sheet.</h2> <pre>getActiveSheet() : <a href="../classes/PHPExcel_Worksheet.html">\PHPExcel_Worksheet</a></pre> <div class="labels"><span class="label">Inherited</span></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"><p>Only used for supervisor</p></div> <table class="table table-bordered"><tr> <th>inherited_from</th> <td>\PHPExcel_Style_Supervisor::getActiveSheet()</td> </tr></table> <h3>Returns</h3> <div class="subelement response"><code><a href="../classes/PHPExcel_Worksheet.html">\PHPExcel_Worksheet</a></code></div> </div></div> </div> <a id="method_getBlue"></a><div class="element clickable method public method_getBlue" data-toggle="collapse" data-target=".method_getBlue .collapse"> <h2>Get the blue colour component of an RGB value</h2> <pre>getBlue(string $RGB, boolean $hex) : string</pre> <div class="labels"><span class="label">Static</span></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <h3>Parameters</h3> <div class="subelement argument"> <h4>$RGB</h4> <code>string</code><p>The colour as an RGB value (e.g. FF00CCCC or CCDDEE</p> </div> <div class="subelement argument"> <h4>$hex</h4> <code>boolean</code><p>Flag indicating whether the component should be returned as a hex or a decimal value</p></div> <h3>Returns</h3> <div class="subelement response"> <code>string</code>The blue colour component</div> </div></div> </div> <a id="method_getGreen"></a><div class="element clickable method public method_getGreen" data-toggle="collapse" data-target=".method_getGreen .collapse"> <h2>Get the green colour component of an RGB value</h2> <pre>getGreen(string $RGB, boolean $hex) : string</pre> <div class="labels"><span class="label">Static</span></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <h3>Parameters</h3> <div class="subelement argument"> <h4>$RGB</h4> <code>string</code><p>The colour as an RGB value (e.g. FF00CCCC or CCDDEE</p> </div> <div class="subelement argument"> <h4>$hex</h4> <code>boolean</code><p>Flag indicating whether the component should be returned as a hex or a decimal value</p></div> <h3>Returns</h3> <div class="subelement response"> <code>string</code>The green colour component</div> </div></div> </div> <a id="method_getHashCode"></a><div class="element clickable method public method_getHashCode" data-toggle="collapse" data-target=".method_getHashCode .collapse"> <h2>Get hash code</h2> <pre>getHashCode() : string</pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <h3>Returns</h3> <div class="subelement response"> <code>string</code>Hash code</div> </div></div> </div> <a id="method_getIsSupervisor"></a><div class="element clickable method public method_getIsSupervisor" data-toggle="collapse" data-target=".method_getIsSupervisor .collapse"> <h2>Is this a supervisor or a cell style component?</h2> <pre>getIsSupervisor() : boolean</pre> <div class="labels"><span class="label">Inherited</span></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <table class="table table-bordered"><tr> <th>inherited_from</th> <td>\PHPExcel_Style_Supervisor::getIsSupervisor()</td> </tr></table> <h3>Returns</h3> <div class="subelement response"><code>boolean</code></div> </div></div> </div> <a id="method_getRGB"></a><div class="element clickable method public method_getRGB" data-toggle="collapse" data-target=".method_getRGB .collapse"> <h2>Get RGB</h2> <pre>getRGB() : string</pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <h3>Returns</h3> <div class="subelement response"><code>string</code></div> </div></div> </div> <a id="method_getRed"></a><div class="element clickable method public method_getRed" data-toggle="collapse" data-target=".method_getRed .collapse"> <h2>Get the red colour component of an RGB value</h2> <pre>getRed(string $RGB, boolean $hex) : string</pre> <div class="labels"><span class="label">Static</span></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <h3>Parameters</h3> <div class="subelement argument"> <h4>$RGB</h4> <code>string</code><p>The colour as an RGB value (e.g. FF00CCCC or CCDDEE</p> </div> <div class="subelement argument"> <h4>$hex</h4> <code>boolean</code><p>Flag indicating whether the component should be returned as a hex or a decimal value</p></div> <h3>Returns</h3> <div class="subelement response"> <code>string</code>The red colour component</div> </div></div> </div> <a id="method_getSelectedCells"></a><div class="element clickable method public method_getSelectedCells" data-toggle="collapse" data-target=".method_getSelectedCells .collapse"> <h2>Get the currently active cell coordinate in currently active sheet.</h2> <pre>getSelectedCells() : string</pre> <div class="labels"><span class="label">Inherited</span></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"><p>Only used for supervisor</p></div> <table class="table table-bordered"><tr> <th>inherited_from</th> <td>\PHPExcel_Style_Supervisor::getSelectedCells()</td> </tr></table> <h3>Returns</h3> <div class="subelement response"> <code>string</code>E.g. 'A1'</div> </div></div> </div> <a id="method_getSharedComponent"></a><div class="element clickable method public method_getSharedComponent" data-toggle="collapse" data-target=".method_getSharedComponent .collapse"> <h2>Get the shared style component for the currently active cell in currently active sheet.</h2> <pre>getSharedComponent() : <a href="../classes/PHPExcel_Style_Color.html">\PHPExcel_Style_Color</a></pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"><p>Only used for style supervisor</p></div> <h3>Returns</h3> <div class="subelement response"><code><a href="../classes/PHPExcel_Style_Color.html">\PHPExcel_Style_Color</a></code></div> </div></div> </div> <a id="method_getStyleArray"></a><div class="element clickable method public method_getStyleArray" data-toggle="collapse" data-target=".method_getStyleArray .collapse"> <h2>Build style array from subcomponents</h2> <pre>getStyleArray(array $array) : array</pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <h3>Parameters</h3> <div class="subelement argument"> <h4>$array</h4> <code>array</code> </div> <h3>Returns</h3> <div class="subelement response"><code>array</code></div> </div></div> </div> <a id="method_indexedColor"></a><div class="element clickable method public method_indexedColor" data-toggle="collapse" data-target=".method_indexedColor .collapse"> <h2>Get indexed color</h2> <pre>indexedColor(int $pIndex, boolean $background) : <a href="../classes/PHPExcel_Style_Color.html">\PHPExcel_Style_Color</a></pre> <div class="labels"><span class="label">Static</span></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <h3>Parameters</h3> <div class="subelement argument"> <h4>$pIndex</h4> <code>int</code><p>Index entry point into the colour array</p></div> <div class="subelement argument"> <h4>$background</h4> <code>boolean</code><p>Flag to indicate whether default background or foreground colour should be returned if the indexed colour doesn't exist</p> </div> <h3>Returns</h3> <div class="subelement response"><code><a href="../classes/PHPExcel_Style_Color.html">\PHPExcel_Style_Color</a></code></div> </div></div> </div> <a id="method_setARGB"></a><div class="element clickable method public method_setARGB" data-toggle="collapse" data-target=".method_setARGB .collapse"> <h2>Set ARGB</h2> <pre>setARGB(string $pValue) : <a href="../classes/PHPExcel_Style_Color.html">\PHPExcel_Style_Color</a></pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <h3>Parameters</h3> <div class="subelement argument"> <h4>$pValue</h4> <code>string</code> </div> <h3>Returns</h3> <div class="subelement response"><code><a href="../classes/PHPExcel_Style_Color.html">\PHPExcel_Style_Color</a></code></div> </div></div> </div> <a id="method_setRGB"></a><div class="element clickable method public method_setRGB" data-toggle="collapse" data-target=".method_setRGB .collapse"> <h2>Set RGB</h2> <pre>setRGB(string $pValue) : <a href="../classes/PHPExcel_Style_Color.html">\PHPExcel_Style_Color</a></pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <h3>Parameters</h3> <div class="subelement argument"> <h4>$pValue</h4> <code>string</code><p>RGB value</p></div> <h3>Returns</h3> <div class="subelement response"><code><a href="../classes/PHPExcel_Style_Color.html">\PHPExcel_Style_Color</a></code></div> </div></div> </div> <a id="method__getColourComponent"></a><div class="element clickable method private method__getColourComponent" data-toggle="collapse" data-target=".method__getColourComponent .collapse"> <h2>Get a specified colour component of an RGB value</h2> <pre>_getColourComponent(string $RGB, int $offset, boolean $hex) : string</pre> <div class="labels"><span class="label">Static</span></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <table class="table table-bordered"><tr> <th>private</th> <td></td> </tr></table> <h3>Parameters</h3> <div class="subelement argument"> <h4>$RGB</h4> <code>string</code><p>The colour as an RGB value (e.g. FF00CCCC or CCDDEE</p> </div> <div class="subelement argument"> <h4>$offset</h4> <code>int</code><p>Position within the RGB value to extract</p></div> <div class="subelement argument"> <h4>$hex</h4> <code>boolean</code><p>Flag indicating whether the component should be returned as a hex or a decimal value</p></div> <h3>Returns</h3> <div class="subelement response"> <code>string</code>The extracted colour component</div> </div></div> </div> <h3> <i class="icon-custom icon-property"></i> Properties</h3> <a id="property__argb"> </a><div class="element clickable property protected property__argb" data-toggle="collapse" data-target=".property__argb .collapse"> <h2></h2> <pre>$_argb : string</pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> </div> <a id="property__indexedColors"> </a><div class="element clickable property protected property__indexedColors" data-toggle="collapse" data-target=".property__indexedColors .collapse"> <h2></h2> <pre>$_indexedColors : array</pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> </div> <a id="property__isSupervisor"> </a><div class="element clickable property protected property__isSupervisor" data-toggle="collapse" data-target=".property__isSupervisor .collapse"> <h2></h2> <pre>$_isSupervisor : boolean</pre> <div class="labels"><span class="label">Inherited</span></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"></div> <table class="table table-bordered"><tr> <th>inherited_from</th> <td>\PHPExcel_Style_Supervisor::$$_isSupervisor</td> </tr></table> </div></div> </div> <a id="property__parent"> </a><div class="element clickable property protected property__parent" data-toggle="collapse" data-target=".property__parent .collapse"> <h2></h2> <pre>$_parent : <a href="../classes/PHPExcel_Style.html">\PHPExcel_Style</a></pre> <div class="labels"><span class="label">Inherited</span></div> <div class="row collapse"><div class="detail-description"> <div class="long_description"><p>Only used for supervisor</p></div> <table class="table table-bordered"><tr> <th>inherited_from</th> <td>\PHPExcel_Style_Supervisor::$$_parent</td> </tr></table> </div></div> </div> <a id="property__parentPropertyName"> </a><div class="element clickable property protected property__parentPropertyName" data-toggle="collapse" data-target=".property__parentPropertyName .collapse"> <h2></h2> <pre>$_parentPropertyName : string</pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> </div> <h3> <i class="icon-custom icon-constant"></i> Constants</h3> <a id="constant_COLOR_BLACK"> </a><div class="element clickable constant constant_COLOR_BLACK" data-toggle="collapse" data-target=".constant_COLOR_BLACK .collapse"> <h2>COLOR_BLACK</h2> <pre>COLOR_BLACK </pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> </div> <a id="constant_COLOR_BLUE"> </a><div class="element clickable constant constant_COLOR_BLUE" data-toggle="collapse" data-target=".constant_COLOR_BLUE .collapse"> <h2>COLOR_BLUE</h2> <pre>COLOR_BLUE </pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> </div> <a id="constant_COLOR_DARKBLUE"> </a><div class="element clickable constant constant_COLOR_DARKBLUE" data-toggle="collapse" data-target=".constant_COLOR_DARKBLUE .collapse"> <h2>COLOR_DARKBLUE</h2> <pre>COLOR_DARKBLUE </pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> </div> <a id="constant_COLOR_DARKGREEN"> </a><div class="element clickable constant constant_COLOR_DARKGREEN" data-toggle="collapse" data-target=".constant_COLOR_DARKGREEN .collapse"> <h2>COLOR_DARKGREEN</h2> <pre>COLOR_DARKGREEN </pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> </div> <a id="constant_COLOR_DARKRED"> </a><div class="element clickable constant constant_COLOR_DARKRED" data-toggle="collapse" data-target=".constant_COLOR_DARKRED .collapse"> <h2>COLOR_DARKRED</h2> <pre>COLOR_DARKRED </pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> </div> <a id="constant_COLOR_DARKYELLOW"> </a><div class="element clickable constant constant_COLOR_DARKYELLOW" data-toggle="collapse" data-target=".constant_COLOR_DARKYELLOW .collapse"> <h2>COLOR_DARKYELLOW</h2> <pre>COLOR_DARKYELLOW </pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> </div> <a id="constant_COLOR_GREEN"> </a><div class="element clickable constant constant_COLOR_GREEN" data-toggle="collapse" data-target=".constant_COLOR_GREEN .collapse"> <h2>COLOR_GREEN</h2> <pre>COLOR_GREEN </pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> </div> <a id="constant_COLOR_RED"> </a><div class="element clickable constant constant_COLOR_RED" data-toggle="collapse" data-target=".constant_COLOR_RED .collapse"> <h2>COLOR_RED</h2> <pre>COLOR_RED </pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> </div> <a id="constant_COLOR_WHITE"> </a><div class="element clickable constant constant_COLOR_WHITE" data-toggle="collapse" data-target=".constant_COLOR_WHITE .collapse"> <h2>COLOR_WHITE</h2> <pre>COLOR_WHITE </pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> </div> <a id="constant_COLOR_YELLOW"> </a><div class="element clickable constant constant_COLOR_YELLOW" data-toggle="collapse" data-target=".constant_COLOR_YELLOW .collapse"> <h2>COLOR_YELLOW</h2> <pre>COLOR_YELLOW </pre> <div class="labels"></div> <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> </div> </div> </div> </div> </div> <div class="row"><footer class="span12"> Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br> generated on 2014-03-02T15:34:38Z.<br></footer></div> </div> </body> </html>
themes/landscape/source/modules/JM/css/jmui/mui-imageswitch.css
laispace/Spirit
.imagechange{ width: 300px; overflow: hidden; } .imagechange > .wrap > li{ height: 150px; float: left; outline: 1px solid white; border-radius: 5px; list-style-type: none; } .imagechange>.wrap img{ -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; width: 100%; height: 100%; } .btnsWrap{ width: 100%; } .btnsWrap:after{ display:block; content: ""; clear: both; } .btnsWrap > li{ float: left; list-style-type: none; margin:10px 10px 0 0; width: 10px; height: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; background: gray; } .btnsWrap > li.selected{ background: black; }
public/css/admin.css
cucygh/html5
/* Theme Name:boxui waterfall Theme URI:http://www.boxui.com/ Description:瀑布流式简洁主题 Version:1.0 Author:dream Author URI:http://www.boxui.com/ */ html, body, div, p, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin:0; padding:0 } img { border:0 none; position:relative; } body { color:#666; font-size:14px; background-color:#f2f2f2; } body, input, blockquote, textarea { font-family:'微软雅黑','Oswald', 'Helvetica Neue', 'Microsoft YaHei', Helvetica, Arial, Verdana, sans-serif; } blockquote, .blockquote{ border:1px dashed #e5e5e5; background-color:#fafafa; padding:20px; margin:10px 0; line-height:1.6em;} blockquote p{ margin:0!important;} ol, ul, li { list-style:none } table { border-collapse:collapse; border-spacing:0; width:100% } caption, th, td { font-weight:normal; text-align:left; vertical-align:top } .clear { content:"."; display:block; height:0; clear:both; visibility:hidden } .home #wrap, .archive #wrap, .page{background:url(/img/test/bg.gif) repeat;} /*首页*/ .home .post-home{ margin-bottom:15px;} .home .post-thumbnail{ height:140px; overflow:hidden;} .home .post-info .title{white-space:nowrap!important; overflow:hidden;} #container, #single-content, #archives, #filter_panel, #ajax-loader, .main { margin:0 auto } #container, #header-box, #archives, #filter_panel, #ajax-loader, .main { width:1200px /*width:1208px;*//*加上8条1像素边框宽度*/ } @media(max-width:1100px) { #container, #archives, #header-box, .category_main, .topTips, #filter_panel, #ajax-loader, .main { width:900px } } @media(min-width:1300px){ #container, #archives, #header-box, .category_main ,.topTips, #filter_panel, #ajax-loader, .main { width:1200px } } #container { position:relative; padding-bottom:60px; overflow:hidden; min-height:320px; } #header { width:100%; font-size:14px; background-color:#333; background: -moz-linear-gradient(center top, #1B1A1B 0%, #363735 100%) repeat scroll 0 0 transparent; /*box-shadow: 0 0 10px #666666;*/ position:fixed; _position:absolute; top:0px; left:0; right:0; /*overflow:hidden;*/ /*height:61px;*/ z-index:999;/*-webkit-box-shadow:#dcdcdc 1px 2px 1px; -moz-box-shadow:#dcdcdc 1px 2px 1px; box-shadow:#dcdcdc 1px 2px 1px;*/ } #header >h1{ display:none;} #header-inner { height:40px; /*overflow:hidden;*/ } #header-box { margin:0 auto; position:relative } #logo { float:left; width:280px; margin:3px 10px; overflow:hidden; } #logo a { background:url('/img/test/logo.png') no-repeat; text-decoration:none; display:block; height:32px; line-height:32px; padding:2px 0 0 36px; color:#4ba6e5; } #logo h2{ font-size:16px; color:#4ba6e5; float:left;margin:0;padding:0;border:none; line-height:32px;} #logo span{ float:left; display:block; margin-left:10px; font-size:12px; height:32px; line-height:36px;} #nav, #nav ul, .menu, .menu ul { margin:0; padding:0; list-style-type:none; list-style-position:outside } #nav, .menu { /*float:left;*/ /*line-height:22px*/ } #nav li, .menu li { float:left; position:relative; list-style-type:none; height:40px; line-height:40px; } #nav li.current-menu-item a, #nav li.current-menu-item a:hover, .menu li.current-menu-item a, .menu li.current-menu-item a:hover, .menu li.current_page_item a { background:url(/img/test/head_menu_selected_bg.png) 0 0 repeat-x; border-left:1px solid #414141;border-right:1px solid #414141; color:#4ba6e5} #nav li a:hover, .menu li a:hover { color:#555 } #nav li a, .menu li a { padding:0px 12px; font-size:14px; text-transform:uppercase; display:block; color:#fff; text-decoration:none; outline:0; -webkit-transition:all .4s ease-out; -moz-transition:all .4s ease-out; -o-transition:all .4s ease-out } #member { float:right; /* margin:8px 10px 6px 0; */ height:40px; } #member img { display:block; float:left; width:24px; height:24px; margin-right:5px } #member a { line-height:24px; padding-right:4px } #member a:hover { color:#4ba6e5; text-decoration:none } #member > ul { margin:0; padding:0; list-style:none; /*overflow:hidden;*/ } #member > ul> li { float:left; margin-left:0 0 0 5px; } #member li form{ margin:0; padding:0; overflow:hidden; margin:8px 10px; } #member li form input{ border:none; float:left; } #member li form .i_search { width:48px; height:24px; vertical-align:middle; line-height:24px; border:none; text-indent:5px; display:inline; background-color:#333; color:#999; } #member li form .i_search:hover,#member li form .i_search:focus{ color:#fff; border-bottom:1px solid #444; } #searchsubmit{ display:inline; background:url(/img/test/icosearch.png) 0 0 no-repeat; width:30px; height:24px; cursor:pointer; } #searchsubmit:hover{ background-position:0 -24px; } #header-box #member{ border-left:1px solid #444;} #header-box #member .sina_gz { height:24px; padding:10px 5px 6px 10px; /*margin:0px 10px 0 0px;*/ } #header-box #member .sina_gz a { line-height:1.125; /*margin-top:9px;*/ } #header-box #member .sina_gz .follow_btn_line{/* margin:10px!important;*/} #header-box #member #login { height:40px; } #header-box #member #login:hover { background-color:#292929; } #header-box #member >ul >li { border-right:1px solid #444; /*margin:0px 5px; height:24px;*/} .single #header-box #member .sina_gz { display:none!important; } #sidebar .sina_gz { width:100%; padding:10px 0 20px 0; border-bottom:1px solid #e5e5e5; } .sina_gz .follow_btn_inner{ background:none!important;} .sina_gz iframe .WB_followButton{ background:url('/img/test/icon_sina_wb.png')!important; font-size:20px!important;} #sidebar .sina_gz h4{ color:#e54e4b; font-weight:normal; margin-bottom:10px; } .single #header-box #member .i_search { width:120px; vertical-align:middle; } #member .blog_login img{ margin-top:3px; width:16px;height:16px;} #login .login { /*background-color:#444;*/ height:40px; line-height:40px; color:#ddd; display:block; padding:0 10px; /* border-color:#d9d9d9; border-style:solid */ } #login .login:hover, #login a.active { background-color:#292929; color:#fff; } #login-content { position:absolute; top:40px; right:83px; z-index:999; width:250px; padding:20px 30px; background-color:#FFF; overflow:hidden; border:1px solid #d9d9d9; -webkit-box-shadow:#e6e6e6 0 1px 0; -moz-box-shadow:#e6e6e6 0 1px 0; box-shadow:#e6e6e6 0 1px 0 } #login-content.hidden { display:none } #login-content a { float:left } #login-content p { padding-top:10px; overflow:hidden; } #login-content p label { float:left; } #login-content input[type="text"], #login-content input[type="password"] { -webkit-border-radius:1px; -webkit-box-sizing:border-box; background-color:white; border:1px solid #d9d9d9; border-top:1px solid silver; color:#333; display:inline-block; font-size:14px; height:30px; line-height:27px; margin-top:.5em; padding-left:8px; vertical-align:top; width:220px; float:none!important; } #login-content input[type="text"]:hover, #login-content input[type="password"]:hover { -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1); border:1px solid #b9b9b9; border-top:1px solid #a0a0a0 } #login-content input[type=text]:focus, #login-content input[type=password]:focus { box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.3); border:1px solid #4ba6e5; outline:0 } #actions { padding:10px 0 20px 0 } #actions label { float:right; /*padding-top:5px;*/ line-height:1.0em; } #login-content input[type=submit] { -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; -o-transition:all .2s ease-out; -webkit-user-select:none; user-select:none; -moz-user-select:none; background-color:#4ba6e5; border:1px solid #3079ed; border-radius:2px; color:#fff; display:inline-block; font-size:14px; height:26px; width:60px; padding:0 10px; cursor:pointer; } #login-content input[type=submit]:hover, #commentform #submit:hover { -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1); box-shadow:0 1px 1px rgba(0, 0, 0, 0.1); -mozbox-shadow:0 1px 1px rgba(0, 0, 0, 0.1); background-color:#4ba6e5; background-image:-webkit-linear-gradient(top, #4ba6e5, #357ae8); background-image:-moz-linear-gradient(top, #4ba6e5, #357ae8); background-image:-0-linear-gradient(top, #4ba6e5, #357ae8); border:1px solid #2f5bb7; color:#fff } #cate { display:none } .post-home { float:left; width: 285px; margin: 0 7px 15px 8px; /* background-color:#fff; */ overflow:hidden; /*-webkit-transition: left 0.3s; border-width:1px; border-style:solid; border-color: #EAEAEA #D9D9D9 #D8D8D8 #D9D9D9;*/ /*border-color:#EAEAEA #EAEAEA #D8D8D8 #EAEAEA ;*/ /*border-color:#F2F2F2 #F2F2F2 #D8D8D8 #F2F2F2;*/ /* box-shadow:0px 0px 4px rgba(0,0,0,0.1); */ /* border-bottom:1px solid #e5e5e5; */ } .post-home{ border-bottom:1px solid #4ba6e5;box-shadow:0px 0px 10px rgba(0,0,0,0.2);background:#fff;} #post-tags:hover,#slideshow:hover, #index_tool,#index_book{/*border-width:1px;border-style:solid;border-color: #EAEAEA #D9D9D9 #D8D8D8 #D9D9D9;*//* border-bottom:1px solid #e5e5e5; *//* box-shadow:0px 0px 3px rgba(0,0,0,0.05); */} #post-tags { padding: 10px 15px; width: 255px; overflow:hidden; } #post-tags h2,#post-tags h3 { font-size: 14px; font-weight: normal; line-height: 150%; margin-bottom: 5px; margin-top: 10px; text-shadow: 0 1px 0 #FFFFFF; } #post-tags a { background-color: #FAFAFA; /* border-color: rgba(0, 0, 0, 0.1); border-radius: 2px 2px 2px 2px; border-style: solid; border-width: 1px;*/ color: #666; display: block; float: left; line-height: 20px; margin: 0 0 5px 0; padding: 1px 5px 1px 5px; position: relative; text-decoration: none; /*text-shadow: 0 1px 0 #FFFFFF;*/ white-space:nowrap; } #post-tags a:hover { /*border-color: rgba(0, 0, 0, 0.3);*/ /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(255, 255, 255, 0.5) inset;*/ } #post-tags a:active { color:#e54e4b; /*border-color: rgba(0, 0, 0, 0.3); border-style: solid; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;*/ } #post-tags a span { font-size: 12px; line-height: 14px; position: absolute; right: 4px; top: 4px; } #tag_id { clear:both; } #tag_id a{ background-color:#fff; font-size:14px; /*border:1px solid #e5e5e5;*/ } #tag_id a:hover{ /*background-color:#333;*/ color:#4ba6e5;; /*border:1px solid #e5e5e5; text-shadow:0 1px 0 #fff;*/ } #tag_id dt { margin:10px auto; font-size:16px; padding-top:10px; } #tag_id h2,#tag_id h3{ margin-left:-15px; border-left:2px solid #4ba6e5; text-indent:15px; } #tag_id hr{ border:none;border-top:1px solid #d9d9d9; margin:15px 0; height:1px; overflow:hidden;} #tag_id .currentSelected,#tag_id .currentSelected:hover{ background-color:#4ba6e5; color:#fff; text-shadow:none;} { color:#999;} #con_tag { line-height:20px; margin:10px auto 5px auto; float:left; color:#999; } #con_tag a { text-align:left; padding:0 5px; margin:5px 3px 5px 3px; } #sidebar #con_tag{ margin-top:0;} #sidebar #con_tag a { padding:2px 5px; background-color:#4ba6e5; color:#fff;} #sidebar #con_tag a:hover{ color:#fff; background-color:#666;} #imgdown a { height:30px; width:40px; display:block; margin:0; padding:0 0 0 30px; background:url(/img/test/dlw.png) no-repeat left -32px; line-height:30px; overflow:hidden; } #imgdown a:hover { background-position:left top; } .index_banner { width:1188px; margin:0 auto 10px auto; border:1px solid #fff; } .about_con { width:900px; margin:0px auto 10px; float:right; margin-left:10px; border:1px solid #dcdcdc; background:#fff; padding:20px; } .menu li { position:relative; } .menu li ul { display:none; position:absolute; top:56px; background:#333; padding-bottom:10px; height:auto; } .menu li:hover ul { display:block; } .menu li .sub-menu { width:70px; overflow:hidden; margin:0; padding:0; } .menu li .sub-menu li { width:70px; margin:0; padding:0; height:30px; position:normal; } #nav .menu li .sub-menu li a { width:70px; padding:0; margin:0; height:30px; line-height:30px; text-align:center; } .menu li a:active{ color:#fff; background-color:#2e2e2e; } .about_nav { float:left; border:0px solid #dcdcdc; width:220px; background:#f7f7f7; padding:0; } .about_nav dd { height:40px; line-height:40px; width:220px; font-weight:bold; } .about_nav dt { padding:10px 0; } .about_nav dd a { padding:0 50px; height:40px; color:#0071B7; line-height:40px; display:block; border-bottom:0px solid #0071B7; } .about_nav #nav_hover { background:#0071B7; height:40px; color:#fff; font-weight:bold; line-height:40px; border-top:0px solid #ccc; width:120px; display:block; padding:0 50px; } .se_span { color:#ccc; padding:0 5px; } .selsize { padding:10px; border:1px solid #dcdcdc; margin:20px auto 10px auto; clear:both; background:#ececec; } #sidebar .box_popular h2 { font-size:16px; border-bottom:1px solid #ccc; padding:7px 0; margin-bottom:7px; margin-top:20px; font-weight:normal; } #sidebar .box_popular ul li { padding:5px 6px 5px 18px; border-bottom:1px solid #ccc; background:url(/img/test/star.png) 0 8px no-repeat; color:#986123; font-size:10px; font-style:italic; } #sidebar .box_popular ul li br { line-height:5px; } #sidebar .box_popular ul li a { text-decoration:none; color:#515151; font-size:14px; font-style:normal; } #sidebar .box_popular ul li a:hover { color:#ccc; } #sidebar .widgets{width:300px;} #sidebar .widgets ul{ overflow:hidden; position:relative;} #sidebar .widgets li{ overflow:hidden; margin-bottom:5px; float:none;} #sidebar .widgets .same_cat_posts_img{ color:#666; overflow:hidden; /*text-align:center;*/width:100%; height:74px; border-bottom:1px solid #e5e5e5;} #sidebar .widgets .same_cat_posts_img:hover{ color:#fff; background-color:#4ba6e5;} #sidebar .widgets .same_cat_posts_img img{ float:left;} #sidebar .widgets .same_cat_posts_img span{ float:left; margin:5px; height:54px; width:216px; text-align:left;} #sidebar .widgets .same_cat_posts_img .title{ margin:0px 10px 10px 10px;} #sidebar .widgets .same_cat_posts_img img, #sidebar .widgets .same_cat_posts_img .noImg{margin: 5px;width:64px; height:64px; display:block;} .page_navi { text-align: center; } .page_navi li { display: inline; list-style: none; } .page_navi li.current span { color: #000; font-weight: bold; display: inline-block; padding: 1px 7px; background:#C6E7FA; border: solid 1px #0071B7; } .page_navi li a { color: #333; padding: 1px 7px; background: #eee; display: inline-block; border: solid 1px #999; text-decoration: none; } .page_navi li a:hover { color: #f00; } .page_navi li.page_nums span { color: #fff; padding: 1px 7px; background: #666; display: inline-block; border: solid 1px #333; } .post-home .post-content p { padding:0 24px; line-height:1.5em } .post-thumbnail{ position:relative;} .post-thumbnail a, .video .post-thumbnail { width:285px; /*padding:10px;*/ /* border-width:1px 1px 0 1px; border-style:solid; border-color:#fff; border-color:rgba(255, 255, 255, 0.3);*/ overflow:hidden; } #post-home .post-thumbnail a img{ min-width:285px;} .post-thumbnail a img{ position:static;} .post-thumbnail p.noimg, .post-thumbnail a.noimg { padding:10px; color:#999; } .post-thumbnail embed { width:285px; /*height:285px*/ } .post-noimg a { font-size:16px; text-shadow:0 1px 0 white; padding:9px 5px; width:257px; border-width:0 0 1px 0 } .post-noimg p { padding:10px 5px; border-top:1px solid #fff; border-top:1px solid rgba(255, 255, 255, 0.9); } .post-thumbnail p{ margin:20px 15px; cursor:default; line-height:2em;} .post-thumbnail .title { padding:10px 24px; font-size:16px } .post-thumbnail .title a { color:#4ba6e5 } .post-thumbnail a { display:block; min-height:100px; max-height:307px; overflow:hidden; } .post-thumbnail a:hover, .navigation .next:hover, .navigation .prev:hover { text-decoration:none } .post-thumbnail .img_title{ position:absolute; bottom:0; width:265px;padding:10px; height:auto; background-color:#fff;word-break:break-all;word-wrap:break-word; line-height:2em; cursor:pointer; display:none; } .post-thumbnail .img_title a{color:#666; width:265px; display:inline;} .post-info { height:auto; padding:15px 14px; text-align:center; /*text-shadow:0 1px 0 #fff;*/ /*border-width:1px; border-style:solid; border-color:#fff;*/ background-color:#fff; border-top:1px solid #f1f1f1; } /*.post-info{height:20px;padding:0 15px 10px 15px;text-shadow:0 1px 0 #fff;background-color:#fafafa}*/ .post-info, .post-info a, .post-noimg a, .post-noimg p { color:#333; } .post-info .on-hover,.post-info a:hover{ color:#4ba6e5; text-decoration:none;} #sidebar .post-info div { width:84px; height:35px; float:left } .post-info .title{ text-align:left; color:#333; font-size:16px; marging-top:10px; margin-bottom:15px; overflow:hidden;} .post-info .title a{ display:block; width:100%;/*white-space:nowrap;*/ } .post-info .others{ overflow:hidden; color:#999;} .post-info .others >li{ float:right; text-align:left; font-size:11px; margin:0 0 0 15px;} .post-info .others .in_category{ width:80px;margin:0px; float:left;} .post-info .others .description{ font-size:12px; float:left; margin-left:0;} .post-info span { /*display:block; width:85px; height:20px;*/ } .post-info .views { background-image:url("/img/test/views.png"); background-repeat:no-repeat; background-position:0 center; text-indent:18px; } .post-info .views a{color:#999;} .post-info .comments a { background-image:url("/img/test/popup-link.png"); background-repeat:no-repeat; background-position:0 0; text-indent:18px; display:block; text-decoration: none; color:#999; } .post-info .comments a:hover{background-position:0 -16px;color:#e54e4b;} #post-header .likes{ cursor:pointer;} #post-msg2 .likes{ cursor:pointer;} #post-msg2 .likes:hover{color:#4ba6e5;} .post-info .likes .wizylike_icon { background-image:url("/img/test/like.png"); background-repeat:no-repeat; background-position:0 2px; cursor:pointer; text-indent:18px; width:auto!important; display:block; height:16px; color:#999; } .post-info .likes .wizylike_icon:hover, .post-info .likes .hover { background-position:0 -50px; color:#e54e4b; } .post-info .wizylike_icon .wizylike_loading { background-image:url("/img/test/wizylike-loading.gif"); background-position:center 0 } .post-info .wizylike_icon.wizylike_loading:hover { background-position:center 0 } .post-info .wizylike_icon:hover { text-decoration:none; background-position:center -16px } .single{ background-color:#fff;} .single #logo { margin:0 10px 0 0 } .single #header-box { width:1180px; } .single #header-box #nav { width:560px; height:50px; } #single-content { width:1180px; } #single-content #post-home{border:none;background-color:#fff;} #single-content #post-home .post-content{ background-color:#fff;} #single-content #post-home .post-inner{padding-right:30px;} #post-home, #post-main { width:860px; float:left; background-color:#FAFAFA; overflow:hidden; /* border-width:1px; border-style:solid; border-color:#D9D9D9;*/ } #post-header { position:relative; padding-bottom:30px; } #post-title { overflow:hidden; margin:0 0 5px 0; line-height:1.3; font-size:1.8em; font-weight:normal } #post-msg { margin-left:0px; font-size:14px; font-weight:normal; line-height:1.4; color:#999 } #post-msg a { color:#999 } #post-msg2 { height:50px; margin-top:20px; overflow:hidden; /*float:right; position:absolute; right:0; top:0*/ } #post-msg2 ul{ overflow:hidden} #post-msg2 li { float:left; margin:0 10px 0 0; padding:0 10px 0 0; font-size:18px; border-right:1px solid #e0e0e0 } #post-msg2 li:last-child { margin:0; padding:0; border-right:0 } #post-msg2 li a { color:#666 } #post-msg2 span.meta { display:block; width:50px; margin-top:3px; font-size:12px; font-weight:normal; text-transform:lowercase; color:#999 } #post-home .post-content { background-color:#fafafa; overflow:hidden; } #post-home .post-content { line-height:2em; font-family:'微软雅黑','Oswald', 'Helvetica Neue', 'Microsoft YaHei', Helvetica, Arial, Verdana, sans-serif; font-size:14px; } #post-home .post-content p { text-align:left; margin:5px 0 20px 0; } .post-content h2 { margin:30px 0 10px 0px; font-size:16px; } #post-home .post-content p a { /*display:block*/ } #post-home .post-content p img { /*max-width:600px;*/ height:auto; padding-bottom:10px; _padding:0; /*_width:expression((function(el) { el.style.width = (el.clientWidth > 600 ? '600px':''); } )(this));*/ } #post-home .post-inner { padding:30px 90px 0px 0px; overflow:hidden; } #sidebar { width:320px; float:right; font-size:14px; background:url(/img/test/line_v_gray.png) 0 0 repeat-y; } #sidebar-inner { width:300px; margin-left:20px; padding-top:20px; /*border:1px solid #d9d9d9; background-color:#FAFAFA;*/ } #sidebar-inner .sidebar-inner { width:300px; background-color:#fff; /*border:1px solid #fff;*/ } #navigation { padding-bottom:10px; font-size:12px; color:#aaa; line-height:25px } #navigation .prev { float:left } #navigation .prev a, #navigation .prev span { display:block; width:24px; height:25px; background:url("/img/test/navigation.png") left 0 no-repeat; font-size:0 } #navigation .prev a:hover { background-position:left -25px } #navigation .prev a:active { background-position:left -50px } #navigation .prev .disabled { background-position:left -75px } #navigation .next { margin-left:30px } #navigation .next a, #navigation .next span { display:block; width:47px; height:25px; background:url("/img/test/navigation.png") left -100px no-repeat; font-size:0; float:left } #navigation .next a:hover { background-position:left -125px } #navigation .next a:active { background-position:left -150px } #navigation .next .disabled { background-position:left -175px } #popular { padding-bottom:10px } .widgets h2 { font-weight:normal; padding:0 0 5px 0; font-size:16px; margin-top:20px; } .widgets h3 { font-weight:normal; padding:0; font-size:14px; margin-top:10px; color:#999; } .widgets h3>span,.widgets h3>a { font-size:12px; color:#999; float:none!important; } .widgets .same_cat_posts_img{ color:#999; text-align:center; width:160px; height:170px;} .widgets .same_cat_posts_img .title{ margin:0px 10px 10px 10px;word-wrap: break-word; word-break: normal; width:140px; font-size:12px;} .widgets .same_cat_posts_img img, .widgets .same_cat_posts_img .noImg{margin:10px;width:140px; height:96px; display:block;} .widgets li, .widgets li a, .widgets li span { float:left; /* width:90px; height:90px;*/ overflow:hidden; } .widgets li a:hover { /* filter:alpha(opacity=50); -moz-opacity:.5; opacity:.5*/ background-color:#4ba6e5; text-decoration:none; color:#fff; } #comments { padding-top:40px; font-size:14px; border-top:1px solid #f5f5f5; } #comments h2 { font:normal 16pt Trebuchet MS, sans-serif!important; text-shadow:rgba(255, 255, 255, 0.398438) 0 1px 0 } #comments h2 a { color:#888!important } #comments .comment-body { padding:5px 0; min-height:50px; padding-bottom:10px; margin-bottom:20px; border-bottom:1px solid #d7d7d7 } #comments .comment-body .vcard{ color:#4ba6e5; } #comments .comment-body p { overflow:hidden; word-wrap:break-word; margin:2px 0 } #comments .comment-body p a { color:#999 } #comments ol, #comments ul { list-style:none } #comments .commentlist { list-style:none } #comments .commentmeta { float:left; margin-right:1em } #comments .commentmeta img { border:1px solid #DDD; background-color:#fff } #comments .commentmetadata, #comments .reply a { float:right; color:#999 } #comments .reply a:hover, #cancel-comment-reply a { color:#4ba6e5 } #new_comm_1.commentlist { padding-top:0; border-top:0 } #respond { margin-top:1em } #respond h3 { padding:5px 0; color:#666; font-size:14px } #respond p { margin-bottom:8px } #cancel-comment-reply { float:right } #cancel-comment-reply a { text-decoration:none; font-size:12px; font-weight:normal } #respond form input { font:12px; width:140px; padding:3px 0 3px 50px; margin-right:10px; border:1px solid #DDD; background-color:#fff } #respond form div label small { color:#777; font-size:14px; position:relative; left:-200px } *html #respond form div label small { position:relative; top:-5px } *+html #respond form div label small { position:relative; top:-5px } #commentform { overflow:hidden; zoom:1; position:relative } #commentform textarea { width:99%; height:125px; font-size:14px; color:#333; border:1px solid #DDD; background-color:#fff } #commentform #submit { color:#fff; font-size:14px; width:120px; padding:3px 5px; margin:2px 0 10px 0; background-color:#4ba6e5; background-image:-webkit-linear-gradient(top, #4ba6e5, #4787ed); background-image:-moz-linear-gradient(top, #4ba6e5, #4787ed); background-image:-0-linear-gradient(top, #4ba6e5, #4787ed); border:1px solid #3079ed; border-radius:2px; cursor:pointer; margin-right:5px; margin-top:5px; float:right } #comments .children #commentform { width:99% } #comments .children { margin:5px 0 5px 50px } #comments .children li { border:0; padding-bottom:0; margin-bottom:0 } #author_info input:focus, #comment:focus, #comment:hover, #author_info input:hover, #submit:hover { outline:0 } #author_info{ overflow:hidden;} #author_info p{ float:left;} #pagenavi { width:100%; margin:10px auto; text-align:center; overflow:hidden; } #pagenavi a { color:#666; padding:5px; margin:5px; } #pagenavi a:hover { color:#4ba6e5; text-decoration:underline } #pagenavi .alignleft,#pagenavi .alignright{ float:left; display:block;} #footer { margin-top:20px; padding:0 20px; background-color:#333; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; line-height:24px; text-align:left; font-size:12px; /*text-shadow:0 1px 0 #444;*/ overflow:hidden; } #footer .title_img a{background:url(/img/test/dot_right.png) 0 10px no-repeat; display:block; text-indent:16px!important;} #footer div >ul{ float:left;/* border-right:1px dotted #e5e5e5;*/padding:15px 20px; } #footer a{ color:#666; font-size:12px;} #footer a:hover{ color:#4ba6e5;} #footer .freind_home { width:400px!important; } #footer .freind_home h2{ text-align:left; font-size:14px; font-weight:normal;} #footer .freind_home .blogroll{ overflow:hidden;} #footer .freind_home .blogroll li{ float:left;} #footer .freind_home .blogroll li a{ border:none; background-color:transparent; font-size:12px; padding:5px;} #footer h3{ text-indent:16px; color:#999;} #container, #pagenavi, #submit, #footer, .navigation, .post-share, #post-related { user-select:none; -webkit-user-select:none; -moz-user-select:none } #ph_lay, #ph_zoom { top:0; left:0; width:100%; display:none; z-index:9999999 } #ph_lay { height:100%; position:fixed; _position:absolute; _height:expression(body.offsetHeight) } #ph_zoom { position:absolute; overflow-x:hidden; overflow-y:auto } #ph_zoom span { margin:0; padding:0 9px; color:inherit; float:right } #ph_lay { background:#000 } #ph_cap, #ph_nav { position:absolute; line-height:21px; font-size:14px; cursor:pointer } #ph_cap { padding:6px 0; -moz-border-radius-bottomright:2px; -webkit-border-bottom-right-radius:2px; border-bottom-right-radius:2px; -moz-border-radius-bottomleft:2px; -webkit-border-bottom-left-radius:2px; border-bottom-left-radius:2px; background-color:#fafafa } #ph_nav span { background-color:#fafafa } #ph_nav span { padding:4px 10px } span#ph_prev { border-radius:0 2px 2px 0 } span#ph_next { border-radius:2px 0 0 2px } #ph_nav #ph_prev, #ph_cap #ph_txt, #ph_cap #ph_pix { float:left } .zoomed { position:absolute; max-width:none; cursor:pointer; padding:0; margin:0; background-color:rgba(240, 240, 240, 0.8) } .phzoom { display:inline-block; position:relative } .ph_hover { position:absolute; top:0; left:0; width:100%; height:100%; display:block; background:url(/img/test/zoom.png) no-repeat 50% 50% } .phzoom .loading { background-image:url(/img/test/ajax-loader.gif) } .colorTip { display:none; color:#fff; position:absolute; /*width:253px;*/ width:100%; left:50%; top:0px; /*padding:2px 6px; margin:0 1px;*/ z-index:9; background-color:#000000; background-color:rgba(0, 0, 0, .5); font-size:12px; font-style:normal; height:20px; line-height:20px; text-decoration:none; text-align:center; white-space:nowrap; border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px; box-shadow:0 0 0px #aaa; -webkit-box-shadow:0 0 0px #aaa; -moz-box-shadow:0 0 0px #aaa } .pointyTip, .pointyTipShadow { border:6px dashed transparent; border-top-style:solid; bottom:-12px; height:0; left:50%; margin-left:-6px; position:absolute; width:0; overflow:hidden } .pointyTipShadow { border-width:7px; bottom:-14px; margin-left:-7px } .colorTipContainer { position:relative; text-decoration:none!important; _zoom:1 } .black .pointyTipShadow { border-top-color:#f9f9f9; border-top-color:rgba(249, 249, 249, .8) } .inner { width:960px; margin:0 auto; } .ttlink { width: 958px; display:block; } .ttlink ul { width: 958px; display:block; } .ttlink ul li { float:left; width: 178px; height:48px; display:block; padding-top:10px; padding-bottom:10px; padding-right:10px; /* border: 1px dotted #8e8e8e; */ border: 1px solid #8e8e8e; } .ttlink ul li .desc { line-height: 16px; height:32px; color: #8e8e8e; white-space:normal; display:block; overflow:hidden; } .ttlink ul li a { height:16px; font-weight:bold; line-height: 16px; color: #2299BB; white-space:normal; display:block; } .ttlink ul li a:hover { color: #0072A8; } .border_b { border-bottom:1px solid #dcdcdc; padding-bottom:10px; } .border_b li, .border_b li a { width:140px; height:96px; } .ttlink ul li img { float:left; width:32px; height:32px; display:block; margin:5px; padding:5px; } #ttlinkbox { width:958px; float:left; display:block; margin:10px 0px 10px 5px; border: 1px solid #8e8e8e; } /**===========================自定义============================*/ #post-tags li{display:inline;white-space:nowrap; } #post-tags .cat-item{ overflow:hidden; } #post-tags .cat-item a{ float:none; border:none; border-bottom:1px dotted #CCC; background-color:transparent; font-weight:bold; padding-bottom:2px; background:url('/img/test/dot_right.png') 0 6px no-repeat; text-indent:5px;} #post-tags .cat-item a:hover{ color:#4ba6e5;text-shadow:none!important;} #post-tags .categories ul{ overflow:hidden; margin:5px 0; } #post-tags .categories ul .cat-item{display:block; width:100%;} #post-tags .cat-item .children{ overflow:hidden;} #post-tags .cat-item .children li{ float:left; width:auto; overflow: visible; } #post-tags .cat-item .children li a{ font-weight:normal; border:none; background:none;word-wrap:break-word; white-space:-moz-pre-wrap; } #post-tags .cat-item .children li a:hover{ background-color:#4ba6e5;color:#fff; text-shadow:none;} #post-tags .current-cat > a{ /*background-color:#e54e4b;*/ border-bottom:2px solid #4ba6e5; color:#4ba6e5; } .lists .blogroll{ overflow:hidden;} .lists h2{ margin:20px 0 0px 0;} .lists .blogroll li{ float:left; margin:10px 20px 0 0px;} .lists .blogroll a{ border:none; background-color:transparent;} .lists .blogroll a:hover{ color:#4ba6e5;box-shadow:red!important;} #post-tags .crumbs_menu{ overflow:hidden; border-bottom:2px solid #ccc; background:url(/img/test/home.png) no-repeat; text-indent:20px; padding-bottom:5px; margin-top:10px;} #post-tags .crumbs_menu a{ background-color:transparent; border:none!important; text-shadow:none; display:inline; float:none;} /* .menu dd >li { display:block; float:none!important; } .menu dd >li a{ display:block; float:none!important; } */ #header .cat-item a,#header .page_item a, #header .menu-item a{ color:#ccc; font-size:14px;} #header .cat-item a:hover,#header .page_item a:hover, #header .menu-item a:hover{ color:#4ba6e5;} #header .current-cat,#header .current-cat-parent,#header .current-menu-parent{/* border-bottom:3px solid #4ba6e5;*/ background:url(/img/test/head_menu_selected_bg.png) 0 0 repeat-x; border-left:1px solid #414141;border-right:1px solid #414141;} #header .current-cat > a,#header .current-cat-parent > a, #header .current-menu-parent > a, #header .current-menu-item >a{ background-color:transparent; color:#4ba6e5; font-weight:bold;} /*隐藏无图片链接img*/ #hideimg{ display:none;} .same_cat_posts_noimg { background:url(/img/test/default.jpg) center center #f5f5f5; width:100%; height:100%; text-align:center; color:#999!important; position:relative; } .same_cat_posts_noimg .title{ padding:5px 0; background-color:#e5e5e5;-moz-opacity:0.8;opacity: 0.8; width:100%; position:absolute; bottom:0;} /*返回顶部按钮*/ .return-top{border-width: 0px; text-align: center; font-size: 14px; display: block; position: fixed; bottom:0px; right:20px; z-index: 100020; box-shadow: 0px 0px #fff; -moz-box-shadow: 0 0 #fff; -webkit-box-shadow: 0 0 #fff; color:#ccc; background-color:#e5e5e5; padding:10px;-moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;border-radius:5px 5px 0 0; } .return-top:hover{background-color:#4ba6e5; color:#fff!important;} .return-top:link{ color:#999;} /*下载页面*/ .software_table { width:100%; padding:0px; border-collapse:collapse; border-bottom:1px solid #f5f5f5; margin-bottom:20px; } .software_table td {border:none; padding:5px 10px 5px 0; } .software_title { color:#999; width:60px; font-size:12px; } .software_data { width:200px;word-break:break-all;word-wrap:break-word; } .aboutLicense { height:24px; line-height:24px; text-align:left; border-top:1px dotted #e5e5e5;border-bottom:1px dotted #e5e5e5; padding:5px 0px; font-size:12px;margin:20px 0 10px 0; overflow:hidden; color:#b0b0b0;} .aboutLicense a{ color:#b0b0b0;} .download_list{ overflow:hidden;} .download_list li{ float:left; } .download_list li a{padding:5px 20px; margin-bottom:10px;} .download_list h2{ margin:30px 0 20px 0;} /*底部登录提示面板*/ .login_panel{ width:100%; height:65px; background:url(/img/test/float_bottom_bg.png) 0 0 repeat-x; overflow:hidden; display:none; position:fixed; bottom:0;} .login_panel .panel_center{ margin:10px auto; background:url(/img/test/login_panel_bg.png) 350px 0 no-repeat; width:990px; height:45px; overflow:hidden;} .login_panel .panel_center p{ float:left; line-height:45px; margin-top:6px;} .login_panel .panel_center .tips{ font-size:18px; color:#4ba6e5; width:437px; margin-left:0; text-align:left; text-indent:110px; line-height:40px;} .login_panel .panel_center .close{ font-size:14px; background:url(/img/test/icon_close.png) 0 center no-repeat; margin-left:30px; height:32px; line-height:32px; text-indent:30px; display:block; color:#e54e4b;} /**顶部分类导航*/ .cate_form{/*margin-top:40px;*/width:100%; display:block;z-index:998;/*z-index级别仅次于header*/} .head_category {background-color:#fafafa;overflow:hidden;border:1px solid #EAEAEA ; z-index:997; } .head_category .category_main{ margin:15px auto 10px auto; overflow:hidden; } .head_category .cat-item{ float:left; display:block; margin:0 20px;} .head_category .cat-item a{ border:none;/* border-bottom:1px dotted #CCC;*/ background-color:transparent; background:url('/img/test/dot_right.png') 0 6px no-repeat; display:block; text-indent:15px; color:#999; } .head_category .current-cat > a{ color:#4ba6e5; font-weight:bold;} .head_category .cat-item a:hover{ color:#4ba6e5;text-shadow:none!important;} .head_category .categories ul{ overflow:hidden; margin:5px 0; } .head_category .categories ul .cat-item{display:block; width:100%;} .head_category .cat-item .children{ overflow:hidden; display:block;} .head_category .cat-item .children li{ float:left; width:auto; overflow: visible; margin:3px 0px 0 10px; } .head_category .cat-item .children li a{ font-weight:normal; border:none; background:none;word-wrap:break-word; white-space:-moz-pre-wrap;text-indent:0; padding:3px 5px 5px 5px; color:#666;} .head_category .cat-item .children li a:hover{ background-color:#4ba6e5;color:#fff; text-shadow:none;} .head_category .cat-item .children .current-cat > a{ background-color:#4ba6e5; color:#fff;font-weight:bold; } #hide_cate_tips{ width:48px; height:18px; line-height:14px; text-align:center; margin:0 auto; background-color:#fff; border:1px solid #e5e5e5; border-bottom:1px solid #d8d8d8; border-top:none;cursor:pointer; font-size:18px;} .head_category .cat-item-511 a{ color:#4ba6e5; font-weight:bold;} .head_category .post_tips{ background:url(/img/test/post_tips.png) 0 0 no-repeat; float:right; width:350px; height:34px; line-height:34px; margin-top:5px; margin-right:10px; overflow:hidden;} .head_category .post_tips a{ background-color:#4ba6e5;display:block; padding:0px 10px; color:#fff; float:right; width:70px; text-align:center; -moz-border-radius: 2px;-webkit-border-radius: 2px; border-radius:2px;} .head_category .post_tips a:hover{ background-color:#e54e4b;} .show_status_up, .show_status_up:hover, .show_status_down, .show_status_down:hover{ background:url(/img/test/head_menu_status.png) 0 0 no-repeat; color:#4ba6e5; font-size:18px; margin-left:10px; width:16px; height:16px; margin-left:10px; display:block; float:left; margin:12px 10px 0px -5px; cursor:pointer;} .show_status_up{ background-position:0 0;} .show_status_up:hover{ background-position:0 -32px;} .show_status_down{ background-position:0 -16px;} .show_status_down:hover{ background-position:0 -48px;} /*招聘 .post-job .post-thumbnail{height:6px; padding-bottom:20px; overflow:hidden;}*/ .job{ overflow:hidden; margin-bottom:5px} .job .job_post{ float:left; font-size:16px;width:200px; height:24px; text-align:left; white-space:nowrap; } .job .job_post a{display:block;} .job .job_location{ float:right; color:#999;} .job_company{ text-align:left; color:#999; font-size:12px;} .job_salary{ background:url(/img/test/job.png) no-repeat; font-size:18px; color:#4ba6e5; font-weight:bold; margin:15px 10px 0px 10px;} .job_salary span{ font-size:12px; color:#999; margin-right:5px;} .job_salary a:hover{ text-decoration:none;} .job_content{ overflow:hidden; margin-bottom:20px; /*border-bottom:1px solid #e5e5e5; padding:20px; background-color:#fff; border:1px solid #e5e5e5*/ } .job_content ul{ overflow:hidden; } .job_content ul li{ float:left; background:#f5f5f5; min-width:100px; padding:15px 20px; margin-right:10px; color:#ccc; font-size:12px;} .job_content ul li h3{ font-size:16px; color:#4ba6e5;} .job_company_info{ background-color:#f5f5f5; padding:10px; margin:10px 0 20px 0; font-size:12px; color:#999; line-height:2em;} .job_order{ margin-top:20px; border-left:2px solid #4ba6e5; text-indent:15px; font-size:14px;} .job_list ul li{ list-style:disc inside;} .job_list h3{ margin:20px 0 10px 0;} .job_btn{ display:block; background-color:#4ba6e5!important; float:none!important; padding:10px!important;} .job_btn:hover{ background-color:#E54E4B!important;} /*自定义登录页面*/ .login_form{margin-top:100px; width:400px; float:left; border-right:1px solid #e5e5e5;} .login_form h3{ margin:20px 0;} .login_form #wp_login_form .text{ width:240px; height:30px; margin:5px 0px 10px 0px; border:1px solid #ccc;} .login_form #wp_login_form #submitbtn{ width:96px; height:36px; margin:5px 0; background-color:#4ba6e5; border:none; color:#fff; cursor:pointer;} .login_form #wp_login_form #submitbtn:hover{ background-color:#e54e4b;} .login_form #result{ color:#e54e4b; margin:10px 0;} .login_form #wp_login_form p{ margin:10px 0;} .login_form #wp_login_form .t_login_button a{ margin-right:5px;} .login_info{ float:left;margin:150px 20px 50px 50px; width:500px;} .login_info ul{ margin:5px 0;} .login_info ul li{ margin:15px 0; overflow:hidden; list-style:disc inside;} /*自定义文章发布页面*/ .form_post{ overflow:hidden; margin:20px 0;} .form_post .main_post{ overflow:hidden; width:100%;} .form_post .main_post ul{ overflow:hidden; margin:0; padding:0;} .form_post .main_post ul li{ float:left; margin:0; padding:0;} .form_post .main_post .ul_3 li{ width:33%;} .form_post .main_post .ul_2 li{ width:50%;} .form_post label span{color:#e54e4b; font-size:16px;} .form_post p{ padding:5px 10px 5px 0; overflow:hidden} .form_post p label{display:block; margin:5px 0;} .form_post p input,.form_post p>select{ height:30px; border:1px solid #ccc; width:100%;} .form_post p>select{ height:32px; } /*.form_post p select{ height:30px; border:1px solid #ccc; width:400px;}*/ .form_post #tougao_company_info{ width:100%; height:60px; border:1px solid #ccc;} .form_post p>textarea{width:100%; border:1px solid #ccc;} .form_post .btn_submit{ width:96px; height:36px; margin:5px 20px 5px 0;; background-color:#4ba6e5; border:none; color:#fff; cursor:pointer; } .form_post .btn_submit:hover{ background-color:#e54e4b;} .form_post .btn_reset{ border:none; background-color:transparent;cursor:pointer; text-decoration:underline;} .form_post .btn_reset:hover{color:#e54e4b;} .post_type{ overflow:hidden; border-bottom:2px solid #4ba6e5; margin-bottom:20px;} .post_type ul{ overflow:hidden;} .post_type ul li{ float:left; margin:0 5px; padding:5px 10px; cursor:pointer;} .post_type .selected{ background-color:#4ba6e5; color:#fff;} #tougaocategorgJOB{ width:40%; float:left;} #tougao_location_other{ width:40%; display:none; float:left; margin-left:10px;} /*=====================================收藏页面-开始=============================================*/ /*顶部提示框*/ .topTips{margin:auto;} .topTips .mainContent{ border:1px solid #e5e5e5; background-color:#FEFEC0; padding:5px 10px; margin:10px 8px 20px 8px ; overflow:hidden; } .mainContent .text{color:#e54e4b; float:left; line-height:2em;} .mainContent a{ background-color:#4ba6e5;display:block; padding:5px 10px; margin:0 10px; color:#fff; float:left; width:60px; text-align:center; } .mainContent a:hover{ background-color:#e54e4b;} .nav_favorite{ margin:20px auto; text-align:center;} .nav_favorite a{ padding:5px;} .remove-parent{display:none; padding:5px; text-align:center; position:absolute; right:0; top:0; background-color:#000; color:#F33!important;} #sidebar .likes .wizylike_icon{ height:42px; background-image:url("/img/test/like.png");background-repeat:no-repeat;background-position:0 30px;cursor:pointer;display:block;color:#999;} #sidebar .likes .wizylike_icon span{ padding-left:18px;} #sidebar .likes .wizylike_icon:hover, #sidebar .likes .hover, #sidebar .likes:hover .meta, #sidebar .likes .hover .meta {background-position:0 -22px;color:#e54e4b;} /*=====================================收藏页面-结束=============================================*/ /*=====================================酷站欣赏详情页面-开始=============================================*/ .cool_site {width:1180px!important; padding:30px 0; overflow:hidden;} .cool_site #post-title{ margin-bottom:30px;} .cool_site .post-content{ line-height:2em;} .cool_site .border_bottom{ border-bottom:1px solid #e5e5e5; padding-bottom:20px; color:#999;} .cool_site .post-single-info{ overflow:hidden; border:none; margin-top:50px; width:100%;} .cool_site .post-single-info ul{ width:100%; overflow:hidden;} .cool_site .post-single-info ul>li{ float:left;} .cool_site .info_meta{ float:left; width:850px;} .cool_site .likes .wizylike_icon{ display:block;text-align:left; font-size:24px; width:auto; height:60px; border-right:1px solid #e5e5e5; padding-right:30px; text-align:left; cursor:pointer;} .cool_site .likes .wizylike_icon .meta{ font-size:14px; color:#999;} .cool_site .wizylike_icon .wizylike_count, .cool_site .shareCount, .cool_site .info_count{ display:block; color:#4ba6e5; font-size:24px; text-align:left; } .cool_site .wizylike_icon .meta{ display:block; background-image:url("/img/test/like.png");background-repeat:no-repeat;background-position:0 6px; text-indent:18px; line-height:1.4em;} .cool_site .wizylike_icon:hover .meta, .cool_site .hover .meta{background-position:0 -46px;color:#e54e4b!important;} .cool_site .baidu_share { padding:0 30px; overflow:hidden; cursor:default;} .cool_site .baidu_share .meta{ display:block; background-image:url("/img/test/icon_share.png");background-repeat:no-repeat;background-position:0 -6px; text-indent:18px;line-height:1.4em; } .cool_site #bdshare{ float:left; margin:0px 0 0 20px;} /*百度分享*/ .cool_site .bds_qzone, .cool_site .bds_tsina, .cool_site .bds_tqq, .cool_site .bds_tools_32 .bds_more,.cool_site .bds_qzone:hover, .cool_site .bds_tsina:hover, .cool_site .bds_tqq:hover, .cool_site .bds_tools_32 .bds_more:hover{ background:#fff url(/img/test/icon_share_to.png) no-repeat 0 0!important; width:50px; height:50px; padding:0!important; margin-right:20px!important; } .cool_site .bds_tsina{ background-position:0 0!important;} .cool_site .bds_tsina:hover{ background-position:0 -50px!important;} .cool_site .bds_tqq{ background-position:-50px 0!important;} .cool_site .bds_tqq:hover{ background-position:-50px -50px!important;} .cool_site .bds_qzone{ background-position:-100px 0!important;} .cool_site .bds_qzone:hover{ background-position:-100px -50px!important;} .cool_site .bds_tools_32 .bds_more{ background-position:-150px 0!important; background-color:#f5f5f5!important;} .cool_site .bds_tools_32 .bds_more:hover{background-color:#e5e5e5!important;background-position:-150px -50px!important;} .cool_site .info_views{ float:right!important; text-align:right; background:#f5f5f5 url(/img/test/arrow_left.png) 0 center no-repeat; padding:5px 10px;} /*文章信息*/ .cool_site .info_text{ margin-top:10px;} .cool_site .info_text li{ float:none!important; margin-top:20px; display:block;} .cool_site .info_text li span{ float:left;} .cool_site .info_text a{ display:block; float:left; width:100%; height:100%; color:#666;} .cool_site .info_text .title{ width:96px; height:24px;background:url(/img/test/icon_filter.png) no-repeat; text-indent:32px; color:#999;} .cool_site .color_list{ overflow:hidden;height:24px; line-height:16px;} .cool_site .color_list .title{ background-position:-16px -14px;} .cool_site .tag_list{ overflow:hidden; height:28px; line-height:28px;} .cool_site .tag_list .title{ background-position:-16px -152px;height:28px; line-height:28px;} .cool_site .tag_list .tag_item{margin-right:5px; background-color:#e5e5e5; padding:0 8px; } .cool_site .tag_list .tag_item:hover{background-color:#4ba6e5;} .cool_site .tag_list .tag_item a{color:#666;} .cool_site .tag_list .tag_item a:hover{color:#fff; } .cool_site .source_from{ overflow:hidden; height:28px; line-height:28px;} .cool_site .source_from .title{background-position:-16px -206px;height:28px; line-height:28px;} .cool_site .source_from a{ padding:0px 8px;} .cool_site .source_from a:hover{background-color:#4ba6e5;color:#fff;} .cool_site .color_list span{ width:100px; height:8px; float:left;} /*推荐文章*/ .cool_site .same_cat_posts_img{ width:auto; margin-right:13px; height:auto; position:relative;} .cool_site .same_cat_posts_img img{ width:280px; height:180px; margin:0; } .cool_site .last{ width:300px; margin-right:0; margin-left:1px;} .cool_site .last img{ margin-right:0;width:300px;} .cool_site .same_cat_posts_img .title{ position:absolute; bottom:0; display:none; width:100%; text-align:center; background-color:#000; filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8; margin:0; padding:10px; } /*推荐文章-UI设计目录*/ .big_img .same_cat_posts_img{ width:auto; margin:0 10px 10px 0px; height:auto; position:relative;overflow:hidden;} .big_img .same_cat_posts_img img{ width:200px; height:150px; margin:0; } .big_img .last{ margin-right:0;} .big_img .same_cat_posts_img .title{ position:absolute; bottom:0; display:none; width:100%; text-align:center; background-color:#000; filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8; margin:0; padding:10px; } /*软件目录*/ .software_img .same_cat_posts_img{ width:auto; margin:0 10px 10px 0px; height:auto; position:relative;overflow:hidden;} .software_img .same_cat_posts_img img{ width:228px; height:160px; margin:0; } .software_img .last{ margin-right:0;} .software_img .same_cat_posts_img .title{ position:absolute; bottom:0; display:none; width:208px; text-align:center; background-color:#000; filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8; margin:0; padding:10px; } .software_img .same_cat_posts_img .title_version{ position:absolute; right:0; top:10px; padding:5px 10px; background-color:#4ba6e5; filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8; color:#fff; } /*推荐文章-文章标题列表*/ .title_list { width:auto; margin:10px 20px 20px 0px; height:auto; position:relative; overflow:hidden;} .title_list li{ width:395px; height:24px; line-height:24px; margin:0; padding:0 10px 10px 0;/*border-bottom:1px dotted #e5e5e5;*/} .title_list li a{background-color:transparent; font-size:14px; display:block; float:none; background:url(/img/test/dot_right.png) 0 12px no-repeat; white-space:nowrap;color:#333; position:relative; text-indent:16px;} .title_list li a:hover{ background-color:transparent; color:#4ba6e5} .relate_job li{ height:auto;} .relate_job li p,.relate_job li span{ float:none; text-indent:22px; color:#999; font-size:12px; margin-top:-4px;} /*文章信息右侧广告*/ .cool_site .info_ad{ float:right!important; width:300px; height:250px; float:right;} /*=====================================酷站欣赏详情页面-结束=============================================*/ /*=====================================悬浮条件筛选栏-开始=============================================*/ #filter_panel{margin:0 auto; position:relative; overflow:hidden;} #filter_panel .filter_btn{width:32px; height:100%;/* padding:20px 10px;*/margin-top:10px; left:7px;color:#999; position:absolute;word-wrap: break-word; word-break: normal; text-align:center; background:#333 url('/img/test/btn_filter.png') no-repeat 0 center; border-right:1px solid #e5e5e5; cursor:default;} .filter_content{ background-color:#fff; margin:10px 8px 0 8px;box-shadow:0px 0px 5px rgba(0,0,0,0.05);/*border-bottom:1px solid #e5e5e5;*/ padding:15px 20px; overflow:hidden;} .filter_content .title{} .filter_content ul{ float:left;overflow:hidden;/* width:28%;*/} .filter_content ul li{ float:left;color:#666; padding:2px 5px; margin:3px; cursor:pointer;} .filter_content ul li:hover{ color:#4ba6e5; } .filter_content .selected{cursor:default;color:#fff; background-color:#4ba6e5;} .filter_content .selected:hover{ color:#fff;} .filter_content ul h3{ font-size: 14px;font-weight: normal;line-height: 150%;margin-bottom: 5px; margin-left:5px;color:#ccc; background:url(/img/test/icon_filter.png) no-repeat; text-indent:24px;} .filter_content .style{ padding-right:30px; padding-left:30px; border-right:1px dotted #e5e5e5; width:200px;} .filter_content .style h3{ background-position:-16px -14px;} .filter_content .type{ padding-left:30px; width:400px;} .filter_content .type h3{ background-position:-16px -110px;} .filter_content .color{padding-left:30px;border-right:1px dotted #e5e5e5; width:320px;} .filter_content .color h3{ background-position:-16px -62px;} #filter_panel_fixed{height:auto; margin:0 auto; padding:10px 0; position:fixed; left:-274px;overflow:hidden; z-index:996;/*级别次于head_category*/ } #filter_panel_fixed .filter_content{ height:auto; width:200px; margin:0;box-shadow:1px 1px 5px #CCC; border:1px solid #f5f5f5; float:left;} #filter_panel_fixed .filter_btn{ width:12px; height:64px; padding:20px 10px;background-color:#4ba6e5; color:#fff; cursor:pointer;word-wrap: break-word; word-break: normal; text-align:center; float:left;} #filter_panel_fixed .filter_btn:hover{ background-color:#4ba6e5; color:#fff;} #filter_panel_fixed ul{ float:none; width:auto; height:auto; margin:10px 0; text-align:left; padding:0; border:none;} /*=====================================悬浮条件筛选栏-结束=============================================*/ /*=====================================首页幻灯片-开始=============================================*/ #slideshow{ width:885px; height:390px; border-bottom:1px solid #e5e5e5;margin: 0 7px 15px 8px;overflow:hidden;} #slideshow .banner{ width:585px;position:relative; margin-right:20px; relative;overflow: hidden; float:left;} #slideshow .banner a{ width:585px; height:390px; display:block;overflow:hidden;} #slideshow .banner > ul{ float:left;} #slideshow .banner >ul li{ float: left;} #slideshow .banner li{list-style: none; } #slideshow .banner .dots{ position: absolute;left: 0;right: 0; top:389px;text-align:center; font-size:0;} #slideshow .banner .dots li {display: inline-block;width:145px;height: 1px;text-indent: -999em; background-color:#000;opacity: 0.2; cursor:pointer; margin-right:1px;} #slideshow .banner .dots li.active,#slideshow .banner .dots li:hover {background: #4ba6e5;opacity: 1;} #slideshow .unslider-arrow{ position:absolute; top:160px; width:32px; height:64px; display:block; background:url(/img/test/arrow_btn.png) no-repeat;z-index:999; cursor:pointer; display:none;} #slideshow .prev{ left:0; background-position:0 -64px;} #slideshow .prev:hover{ background-position:-32px -64px;} #slideshow .next{ left:553px; background-position:0 0;} #slideshow .next:hover{ background-position:-32px 0;} #slideshow .banner_info{ /*display:none;*/position:absolute; top:400px; width:585px; height:60px; background-color:#fff; padding:10px 0; overflow:hidden;} #slideshow .banner_info .title{ color:#4ba6e5; font-size:16px; margin:0 20px 5px 20px;} #slideshow .banner_info p{ color:#999; font-size:12px;} #slideshow .banner_info span{ color:#999; font-size:12px; padding-left:10px;} #slideshow .banner_info .description{margin:0 20px 5px 20px;  word-break:break-all; word-wrap:break-word; overflow:hidden;} #slideshow .banner_info .description p{ word-break:break-all; word-wrap:break-word; overflow:hidden;} #slideshow #msg_scroll{padding:0;margin:15px 0px; height:25px; text-align:left; width:100%; overflow:hidden; border:none;} #slideshow #msg_scroll li{ background:url(/img/test/icon_title.png) no-repeat; text-indent:25px; width:270px; white-space:nowrap; overflow:hidden; padding:5px 0;} #slideshow #msg_scroll li a{ background:none; padding:0!important;display:inline;white-space:nowrap; color:#4ba6e5!important; overflow:hidden; } #slideshow #msg_scroll .text_news{ background-position:0 -2px;} #slideshow #msg_scroll .text_party{ background-position:0 -34px;} #slideshow #msg_scroll .text_job{ background-position:0 -66px;} .index_post_list{ float:left; color:#999;width:260px;} .index_post_list h2{/*margin-left:-15px; border-left:2px solid #4ba6e5; */text-indent:15px; color:#4ba6e5; font-size:16px!important;; font-weight:normal!important; margin:25px 0 5px 0;} .index_post_list > li{ height:42px; /*line-height:32px;*/ padding:6px 0;overflow:hidden; border-bottom:1px dotted #e5e5e5; display:inherit; } .index_post_list li a{ padding:0 0 0 15px!important; margin:0; background-color:transparent; font-size:14px; display:block; float:none!important; background:url(/img/test/dot_right.png) 0 10px no-repeat; color:#333!important;white-space:nowrap!important; overflow:hidden; position:relative;} .index_post_list li a:hover{ color:#4ba6e5!important;} .index_post_list li div{ padding:0 0 0 15px;font-size:12px; margin:5px 0;} .index_post_list .first_img a{padding:0; background-image:none;} .index_post_list li a .img_title{ position:absolute; bottom:0; background-color:#000000; filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8; color:#fff; z-index:1; width:245px; padding:2px 5px; margin:0; line-height:32px; text-align:center; display:none;} /*=====================================首页幻灯片-结束=============================================*/ /*=====================================工具-开始=============================================*/ #index_tool{ padding-bottom:20px; margin: 0 7px 15px 8px;} #index_tool ul{ overflow:hidden} #index_tool ul li{ float:left; padding: 10px 0px 0 10px; padding-left:15px;} #index_tool h2{ font-weight:normal; display:block; height:30px; line-height:30px; word-spacing:5px;letter-spacing: 1px} #index_tool h3{ font-size:14px; font-weight: bold; padding: 10px; } #index_tool .title{ background-color:#4ba6e5; border-bottom:1px solid #f5f5f5; padding:10px 20px; color:#fff;} #index_book{ height:110px; background-color:#a0cf67;margin: 0 7px 15px 8px;} #index_book a{ background:url(/img/test/img_book.png) no-repeat; display:block; width:100%; height:100%;} #index_book a:hover{ background-position:0 -110px;} .tool_icon{ padding: 5px 0 8px 5px; color:#999; } .tool_icon h3{ padding:0px 0 15px 15px!important; margin-top:-6px; height:18px; overflow:hidden;} .tool_icon li a{ background:url(/img/test/icon_tool.png) no-repeat; width:48px; height:48px; display:block;border:1px dotted #e5e5e5;} .tool_icon li .ps{ background-position:0 0;} .tool_icon li .ps:hover{ background-position:0 -60px;} .tool_icon li .ai{ background-position:-60px 0;} .tool_icon li .ai:hover{ background-position:-60px -60px;} .tool_icon li .axure{ background-position:-120px 0;} .tool_icon li .axure:hover{ background-position:-120px -60px;} .tool_icon li .mindmanage{ background-position:-180px 0;} .tool_icon li .mindmanage:hover{ background-position:-180px -60px;} .tool_icon li .markman{ background-position:-300px 0;} .tool_icon li .markman:hover{ background-position:-300px -60px;} .tool_icon li .cutAndSliceMe{ background-position:-240px 0;} .tool_icon li .cutAndSliceMe:hover{ background-position:-240px -60px;} .tool_icon li .kuler{ background-position:-360px 0;} .tool_icon li .kuler:hover{ background-position:-360px -60px;} .tool_icon li .guideguide{ background-position:-420px 0;} .tool_icon li .guideguide:hover{ background-position:-420px -60px;} .tools_list{ margin:30px 0 20px 0; overflow:hidden;} .tools_list h3{ font-size:14px; font-weight:normal; color:#999; background:url(/img/test/dot_right.png) 0 center no-repeat; text-indent:16px;} .tools_list ul{ overflow:hidden; margin-top:10px;} .tools_list ul li{float:left; margin-right:10px; margin-bottom:10px;} .tools_list ul li a{ color:#666; padding:10px 10px 10px 16px; font-size:12px;} .tools_list ul li a:hover{ color:#4ba6e5;} .tools_item{height:120px; margin-top:20px; overflow:hidden;} .tools_item h3{ font-size:16px; margin-bottom:5px;} .tools_item ul{height:100%; float:left;} .tools_item .tools_img{width:120px; background-color:#f5f5f5;} .tools_item .tools_content{width:690px; padding-left:20px; font-size:12px;} .tools_item .tools_content .description{max-height:47px; line-height:2em;} .tools_item .tools_content li{ overflow:hidden;} .tools_item .tools_content a{background-color:#f5f5f5; color:#999; padding:5px 10px; margin-right:10px; margin-top:20px; display:block; float:left;} .tools_item .tools_content a:hover{background-color:#666; color:#fff; } .tools_item .tools_content .download{background-color:#4ba6e5!important; color:#fff;} /*=====================================工具-结束=============================================*/ /*=====================================书籍-开始=============================================*/ .page-template-page-book-php{background-color:#f2f2f2!important;} .book{margin:0px 0 30px 0; overflow:hidden; } .book .book_sort{ overflow:hidden;} .book h3{font-size:14px; font-weight:normal; color:#999; margin:15px 0; background:url(/img/test/dot_right.png) 0 center no-repeat; text-indent:16px;} .book .book_single{width:180px; height:240px;margin:0px 5px 20px 3px; padding:5px; cursor:default;box-shadow:0px 0px 8px rgba(204,204,204,0.5); background-color:#fff; border:1px solid #e5e5e5; float:left; overflow:hidden; } .book .book_single:hover{box-shadow:0px 0px 15px rgba(75,166,229,1.0); border-color:#66c7ff;} .book .book_single>li{ float:left;} .book .book_img{ width:180px; height:240px;} .book .book_info{ width:170px; height:240px; padding:15px; background-color:#fff;} .book .title{font-size:18px;color:#4ba6e5;} .book .author{ font-size:12px; color:#999;} .book .description{ font-size:14px; margin-top:10px;margin-bottom:20px;} .book .btn_download{text-decoration: underline; color:#999;font-size:12px; } .book .img_title{width:160px; font-size:14px;color:#4ba6e5;} .book .others li{ float:none;} .book strong{ font-weight:bold; color:#e54e4b;} /*=====================================书籍-结束=============================================*/ /*内容加载进度*/ #ajax-loader{height:36px; line-height:36px; background-color:#fff; border:1px solid #e5e5e5; padding:5px; text-align:center; margin:10px auto; cursor:pointer; display:none;} #ajax-loader:hover{ background-color:#4ba6e5; color:#fff;} #ajax-loader p{width:150px; margin:0 auto; text-align:left; text-indent:36px;} .isLoading,.isLoading:hover{ background-color:#f5f5f5!important;color:#666!important; cursor:default!important; border-width:0!important;} .isLoading p{ background:url('/img/test/ajax-loader.gif') 0 5px no-repeat;cursor:default;} /*用户信息*/ .userMenu .userNav {list-style-type:none; cursor:pointer; padding:8px 10px; height:24px; width:24px;} .userMenu .user_info{/* margin:8px 10px;*/} .userMenu .userNav > li {position:relative; height:24px;width:34px; word-wrap: break-word; word-break: normal; color:#CCC;} .userMenu .userNav li ul {display:none;position:absolute;top:24px;left:-126px;list-style-type:none; } .userMenu .userNav li ul li { float:none!important; width:160px; border-left:1px solid #ddd; border-right:1px solid #ddd;border-bottom:1px solid #e5e5e5; } .userMenu .userNav li ul li a{ display:block; text-indent:10px;padding:8px 5px; background-color:#f5f5f5; color:#333} .userMenu .userNav li ul li a:hover{ background-color:#fff;} .userMenu .userNav li ul .menu_arrow_up{ height:8px!important; background:transparent url(/img/test/arrow_up.png) 134px bottom no-repeat!important; line-height:1em; overflow:hidden; padding:0; margin:0; font-size:0; border:none;/* border-bottom:1px solid #e5e5e5;*/} .page-template-page-favorite-php{ background-color:#f2f2f2!important;} /*百度分享*/ .widgets #bdshare{ margin-left:-3px!important;} /*文章正文右侧边栏浮动广告 #auto_fload_ad{ padding:5px;} #auto_fload_ad:hover,#auto_fload_ad iframe:hover{ background-color:#4ba6e5!important;} */ /*文章正文底部相关文章*/ .post-related li{ margin-bottom:10px; } /*页面*/ .page{ background-color:#fff;} .page #post-home{ width:1200px; float:none; } .page #post-home .post-inner{padding:30px;} /*颜色标签*/ .tag_red,.tag_orange,.tag_brown,.tag_yellow,.tag_green,.tag_blue,.tag_purle,.tag_pink,.tag_black,.tag_gray,.tag_fullcolor{ width:17px; height:16px; padding:0!important; margin:4px 2px!important; font-size:0!important; overflow:hidden;} .tag_red{ background-color:#de2020!important;}/*红色*/ .tag_orange{ background-color:#fe6c00!important;}/*橙色*/ .tag_brown{ background-color:#b28850!important;}/*棕色*/ .tag_yellow{ background-color:#febf00!important;}/*黄色*/ .tag_green{ background-color:#59a725!important;}/*绿色*/ .tag_blue{ background-color:#4ba6e5!important;}/*蓝色*/ .tag_purle{ background-color:#892bcf!important;}/*紫色*/ .tag_pink{ background-color:#d744ba!important;}/*粉色*/ .tag_black{ background-color:#000000!important;}/*黑色*/ .tag_gray{ background-color:#dedede!important;}/*灰色*/ .tag_fullcolor{ background:url(/img/test/color_fullcolor.png) center center;}/*多彩*/ .cool_site .tag_fullcolor{ background:url(/img/test/color_fullcolor_2.png) center center repeat-x;}/*多彩*/ /*颜色标签*/ /* .tag-link-528,.tag-link-529,.tag-link-634,.tag-link-530,.tag-link-531,.tag-link-532,.tag-link-533,.tag-link-534,.tag-link-525,.tag-link-526,.tag-link-541{ width:17px; height:16px; padding:0!important; margin:4px 2px!important; font-size:0!important; overflow:hidden;}*/ /*.tag-link-528{ background-color:#de2020!important;}/*红色*/ /*.tag-link-529{ background-color:#fe6c00!important;}/*橙色*/ /*.tag-link-634{ background-color:#b28850!important;}/*棕色*/ /*.tag-link-530{ background-color:#febf00!important;}/*黄色*/ /*.tag-link-531{ background-color:#59a725!important;}/*绿色*/ /*.tag-link-532{ background-color:#4ba6e5!important;}/*蓝色*/ /*.tag-link-533{ background-color:#892bcf!important;}/*紫色*/ /*.tag-link-534{ background-color:#d744ba!important;}/*粉色*/ /*.tag-link-525{ background-color:#000000!important;}/*黑色*/ /*.tag-link-526{ background-color:#dedede!important;}/*灰色*/ /*.tag-link-541{ background:url(/img/test/color_fullcolor.png) center center;}/*多彩*/ /*#tag_id .currentSelected{/* width:20px; height:20px;}*/ /*按钮*/ .btn_blue,.btn_red,.btn_gray, .btn_green, .btn_orange{ padding:10px; text-align:center; margin:10px auto; color:#fff!important; cursor:pointer; display:block;} .btn_blue{background-color:#4ba6e5;} .btn_blue:hover{background-color:#E54E4B; text-decoration:none;} .btn_orange{background-color:#FC3;} .btn_orange:hover{background-color:#E54E4B; text-decoration:none;} .btn_red{background-color:#E54E4B;} .btn_red:hover{background-color:#4ba6e5; text-decoration:none;} .btn_gray{ background-color:#e5e5e5; color:#888!important;} .btn_gray:hover{ background-color:#4ba6e5; color:#fff!important; text-decoration:none;} .btn_green{ background-color:#096;} .btn_green:hover{ background-color:#4ba6e5; color:#fff!important; text-decoration:none;} .webFrom{ margin-left:0; padding:14px; margin-top:30px; background:url('/img/test/icon_go.png') no-repeat center 4px #e5e5e5; text-align:center;font-family:'微软雅黑','Oswald', 'Helvetica Neue', 'Microsoft YaHei', Helvetica, Arial, Verdana, sans-serif;font-size:16px; line-height:20px;/*-moz-border-radius: 2px;-webkit-border-radius: 2px; border-radius:2px;*/} .webFrom:hover{ background-position:center -36px;} /*杂项*/ .isRecommend{ color:#4ba6e5!important;} .float_left{ float:left!important;} .float_right{ float:right!important;} .error{color:#ff0000!important;}
pages/the-corrections.html
theBru/shelf
<section> <h2> The Corrections </h2> <div class="book-main"> <div class="book-section meta"> <div class="meta-card"> <ul> <li> <b>author</b><br> <a href="jonathan-franzen">Jonathan Franzen</a> </li> <li> <b>original language</b><br>English </li> <li> <b>published</b><br>2001 </li> </ul> </div> </div> <div class="book-section main"> <h3>Back cover</h3> <p>The Lamberts - Enid and Alfred and their three grown-up children ~ are a troubled family living in a troubled age.</p> <p>Alfred is slowly losing his mind to Parkinson's disease. As his condition worsens, and the Lamberts are forced to face the secrets and failures that haunt them, Enid sets her heart on gathering everyone together for one last family Christmas.</p> <h3>Opening</h3> <p>The madness of an autumn prarie cold front coming through. You could feel it: something terrible was going to happen. The sun low in the sky, a minor light, a cooling star. Gust after gust of disorder. Trees restless, temperatures falling, the whole northern religion of things coming to an end. No children in the yards here. Shadows lengthened on yellowing zoysia. Red oaks and pin oaks and swamp white oaks rained acorns on houses with no mortgage. Storm windows shuddered in the empty bedrooms. And the drone and hiccup of a clothes dryer, the nasal contention of a leaf blower, the ripening of local apples in a paper bag, the smell of the gasoline with which Alfred Lambert had cleaned the paintbrush from his morning painting of the wicker love seat.</p> </div> </div> </div> </section> <script> $(document).ready(function () { $('article a').click(function () { var pageToLoad = $(this).attr('href'); $('article').load('pages/' + pageToLoad + '.html'); return false; }); }); </script>
TestSite/css/umbraco-starterkit-style.css
Jeavon/Slimsy
@import url(https://fonts.googleapis.com/css?family=Montserrat|Source+Sans+Pro:400,700,300,600,600italic,400italic); @import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,300,500|Lato:400,700,900); @import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700italic,700,400italic|Noto+Sans:400,700); *, :after, :before { box-sizing: border-box } body, html { -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } body { margin: 0 } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block } audio, canvas, progress, video { display: inline-block; vertical-align: baseline } audio:not([controls]) { display: none; height: 0 } [hidden], template { display: none } a { background-color: transparent } a:active, a:hover { outline: 0 } abbr[title] { border-bottom: 1px dotted } b, strong { font-weight: 700 } dfn { font-style: italic } h1 { font-size: 2em; margin: .67em 0 } mark { background: #ff0; color: #000 } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -.5em } sub { bottom: -.25em } img { border: 0; display:block; } .employee-grid img { width: 100%; } svg:not(:root) { overflow: hidden } figure { margin: 1em 40px } hr { box-sizing: content-box; height: 0 } pre { overflow: auto } code, kbd, pre, samp { font-family: monospace,monospace; font-size: 1em } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0 } button { overflow: visible } button, select { text-transform: none } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer } button[disabled], html input[disabled] { cursor: default } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 } input { line-height: normal } input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0 } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto } input[type=search] { -webkit-appearance: textfield; box-sizing: content-box } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none } fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em } legend { border: 0; padding: 0 } textarea { overflow: auto } optgroup { font-weight: 700 } table { border-collapse: collapse; border-spacing: 0 } td, th { padding: 0 } .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px } .container:after, .container:before { content: " "; display: table } .container:after { clear: both } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px } .container-fluid:after, .container-fluid:before { content: " "; display: table } .container-fluid:after { clear: both } .row { margin-left: -15px; margin-right: -15px } .row:after, .row:before { content: " "; display: table } .row:after { clear: both } .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left } .col-xs-1 { width: 8.333333% } .col-xs-2 { width: 16.666667% } .col-xs-3 { width: 25% } .col-xs-4 { width: 33.333333% } .col-xs-5 { width: 41.666667% } .col-xs-6 { width: 50% } .col-xs-7 { width: 58.333333% } .col-xs-8 { width: 66.666667% } .col-xs-9 { width: 75% } .col-xs-10 { width: 83.333333% } .col-xs-11 { width: 91.666667% } .col-xs-12 { width: 100% } .col-xs-pull-0 { right: auto } .col-xs-pull-1 { right: 8.333333% } .col-xs-pull-2 { right: 16.666667% } .col-xs-pull-3 { right: 25% } .col-xs-pull-4 { right: 33.333333% } .col-xs-pull-5 { right: 41.666667% } .col-xs-pull-6 { right: 50% } .col-xs-pull-7 { right: 58.333333% } .col-xs-pull-8 { right: 66.666667% } .col-xs-pull-9 { right: 75% } .col-xs-pull-10 { right: 83.333333% } .col-xs-pull-11 { right: 91.666667% } .col-xs-pull-12 { right: 100% } .col-xs-push-0 { left: auto } .col-xs-push-1 { left: 8.333333% } .col-xs-push-2 { left: 16.666667% } .col-xs-push-3 { left: 25% } .col-xs-push-4 { left: 33.333333% } .col-xs-push-5 { left: 41.666667% } .col-xs-push-6 { left: 50% } .col-xs-push-7 { left: 58.333333% } .col-xs-push-8 { left: 66.666667% } .col-xs-push-9 { left: 75% } .col-xs-push-10 { left: 83.333333% } .col-xs-push-11 { left: 91.666667% } .col-xs-push-12 { left: 100% } .col-xs-offset-0 { margin-left: 0 } .col-xs-offset-1 { margin-left: 8.333333% } .col-xs-offset-2 { margin-left: 16.666667% } .col-xs-offset-3 { margin-left: 25% } .col-xs-offset-4 { margin-left: 33.333333% } .col-xs-offset-5 { margin-left: 41.666667% } .col-xs-offset-6 { margin-left: 50% } .col-xs-offset-7 { margin-left: 58.333333% } .col-xs-offset-8 { margin-left: 66.666667% } .col-xs-offset-9 { margin-left: 75% } .col-xs-offset-10 { margin-left: 83.333333% } .col-xs-offset-11 { margin-left: 91.666667% } .col-xs-offset-12 { margin-left: 100% } fieldset { margin: 0; min-width: 0 } fieldset, legend { padding: 0; border: 0 } legend { display: block; width: 100%; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border-bottom: 1px solid #e5e5e5 } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700 } input[type=search] { box-sizing: border-box } input[type=checkbox], input[type=radio] { margin: 4px 0 0; margin-top: 1px\9; line-height: normal } input[type=file] { display: block } input[type=range] { display: block; width: 100% } select[multiple], select[size] { height: auto } input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px } output { padding-top: 7px } .form-control, output { display: block; font-size: 14px; line-height: 1.428571; color: #555 } .form-control { width: 100%; height: 34px; padding: 6px 12px; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out } .form-control:focus { border-color: #66afe9; outline: 0; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) } .form-control::-moz-placeholder { color: #999; opacity: 1 } .form-control:-ms-input-placeholder { color: #999 } .form-control::-webkit-input-placeholder { color: #999 } .form-control::-ms-expand { border: 0; background-color: transparent } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eee; opacity: 1 } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed } textarea.form-control { height: auto } input[type=search] { -webkit-appearance: none } .form-group { margin-bottom: 15px } .checkbox, .radio { position: relative; display: block; margin-top: 10px; margin-bottom: 10px } .checkbox label, .radio label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: 400; cursor: pointer } .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] { position: absolute; margin-left: -20px; margin-top: 4px\9 } .checkbox + .checkbox, .radio + .radio { margin-top: -5px } .checkbox-inline, .radio-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: 400; cursor: pointer } .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline { margin-top: 0; margin-left: 10px } .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] { cursor: not-allowed } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 34px } .form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn { padding-left: 0; padding-right: 0 } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px } .input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm { height: 30px; line-height: 30px } .input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm { height: auto } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px } .form-group-sm select.form-control { height: 30px; line-height: 30px } .form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control { height: auto } .form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5 } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.333333; border-radius: 6px } .input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg { height: 46px; line-height: 46px } .input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg { height: auto } .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.333333; border-radius: 6px } .form-group-lg select.form-control { height: 46px; line-height: 46px } .form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control { height: auto } .form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.333333 } .has-feedback { position: relative } .has-feedback .form-control { padding-right: 42.5px } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none } .form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px } .form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px } .has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label { color: #3c763d } .has-success .form-control { border-color: #3c763d; box-shadow: inset 0 1px 1px rgba(0,0,0,.075) } .has-success .form-control:focus { border-color: #2b542c; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168 } .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8 } .has-success .form-control-feedback { color: #3c763d } .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label { color: #8a6d3b } .has-warning .form-control { border-color: #8a6d3b; box-shadow: inset 0 1px 1px rgba(0,0,0,.075) } .has-warning .form-control:focus { border-color: #66512c; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b } .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3 } .has-warning .form-control-feedback { color: #8a6d3b } .has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label { color: #a94442 } .has-error .form-control { border-color: #a94442; box-shadow: inset 0 1px 1px rgba(0,0,0,.075) } .has-error .form-control:focus { border-color: #843534; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 } .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede } .has-error .form-control-feedback { color: #a94442 } .has-feedback label ~ .form-control-feedback { top: 25px } .has-feedback label.sr-only ~ .form-control-feedback { top: 0 } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373 } .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px } .form-horizontal .checkbox, .form-horizontal .radio { min-height: 27px } .form-horizontal .form-group { margin-left: -15px; margin-right: -15px } .form-horizontal .form-group:after, .form-horizontal .form-group:before { content: " "; display: table } .form-horizontal .form-group:after { clear: both } .form-horizontal .has-feedback .form-control-feedback { right: 15px } .input-group { position: relative; display: table; border-collapse: separate } .input-group[class*=col-] { float: none; padding-left: 0; padding-right: 0 } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0 } .input-group .form-control:focus { z-index: 3 } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0 } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px } .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 12px; border-radius: 3px } .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 18px; border-radius: 6px } .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] { margin-top: 0 } .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0 } .input-group-addon:first-child { border-right: 0 } .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child { border-bottom-left-radius: 0; border-top-left-radius: 0 } .input-group-addon:last-child { border-left: 0 } .input-group-btn { font-size: 0; white-space: nowrap } .input-group-btn, .input-group-btn > .btn { position: relative } .input-group-btn > .btn + .btn { margin-left: -1px } .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover { z-index: 2 } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em } .label:empty { display: none } .btn .label { position: relative; top: -1px } a.label:focus, a.label:hover { color: #fff; text-decoration: none; cursor: pointer } .label-default { background-color: #777 } .label-default[href]:focus, .label-default[href]:hover { background-color: #5e5e5e } .label-primary { background-color: #337ab7 } .label-primary[href]:focus, .label-primary[href]:hover { background-color: #286090 } .label-success { background-color: #5cb85c } .label-success[href]:focus, .label-success[href]:hover { background-color: #449d44 } .label-info { background-color: #5bc0de } .label-info[href]:focus, .label-info[href]:hover { background-color: #31b0d5 } .label-warning { background-color: #f0ad4e } .label-warning[href]:focus, .label-warning[href]:hover { background-color: #ec971f } .label-danger { background-color: #d9534f } .label-danger[href]:focus, .label-danger[href]:hover { background-color: #c9302c } h1 { font-size: 2.2em } h2 { font-size: 1.6em; letter-spacing: 2px; text-transform: uppercase } .product-grid__item:hover body.theme-color-water .product-grid__item__name, .product-grid__item:hover body.theme-color-water .product-grid__item__price, body.theme-color-water .bg-main-color, body.theme-color-water .button--border--solid, body.theme-color-water .mobile-nav, body.theme-color-water .product-grid__item:hover .product-grid__item__name, body.theme-color-water .product-grid__item:hover .product-grid__item__price, body.theme-color-water .section--themed { background-color: #362bdc; color: #fff } .hamburger.lines:hover.active body.theme-color-water span:after, .hamburger.lines:hover.active body.theme-color-water span:before, .hamburger body.theme-color-water span, .hamburger body.theme-color-water span:after, .hamburger body.theme-color-water span:before, body.theme-color-water .bg-secondary-color, body.theme-color-water .hamburger.lines:hover.active span:after, body.theme-color-water .hamburger.lines:hover.active span:before, body.theme-color-water .hamburger span, body.theme-color-water .hamburger span:after, body.theme-color-water .hamburger span:before, body.theme-color-water .nav-link--home__text:after { background-color: #fff; color: #362bdc } .blogposts-centered body.theme-color-water .blogpost-title, body.theme-color-water .blogposts-centered .blogpost-title, body.theme-color-water .button--border, body.theme-color-water .font-main-color, body.theme-color-water .nav-link, body.theme-color-water .section__hero-content, body.theme-color-water footer a, footer body.theme-color-water a { color: #fff } article body.theme-color-water a, article body.theme-color-water a:visited, body.theme-color-water .employee-grid__item__email, body.theme-color-water .font-link-color, body.theme-color-water article a, body.theme-color-water article a:visited { color: #362bdc } body.theme-color-water--active.nav-link:visited, body.theme-color-water .border-main-color, body.theme-color-water .button--border, body.theme-color-water .nav-link--active, body.theme-color-water .nav-link:hover { border-color: #fff } .product-grid__item:hover body.theme-color-sun .product-grid__item__name, .product-grid__item:hover body.theme-color-sun .product-grid__item__price, body.theme-color-sun .bg-main-color, body.theme-color-sun .button--border--solid, body.theme-color-sun .mobile-nav, body.theme-color-sun .product-grid__item:hover .product-grid__item__name, body.theme-color-sun .product-grid__item:hover .product-grid__item__price, body.theme-color-sun .section--themed { background-color: #f8ea88; color: #000 } .hamburger.lines:hover.active body.theme-color-sun span:after, .hamburger.lines:hover.active body.theme-color-sun span:before, .hamburger body.theme-color-sun span, .hamburger body.theme-color-sun span:after, .hamburger body.theme-color-sun span:before, body.theme-color-sun .bg-secondary-color, body.theme-color-sun .hamburger.lines:hover.active span:after, body.theme-color-sun .hamburger.lines:hover.active span:before, body.theme-color-sun .hamburger span, body.theme-color-sun .hamburger span:after, body.theme-color-sun .hamburger span:before, body.theme-color-sun .nav-link--home__text:after { background-color: #000; color: #f8ea88 } .blogposts-centered body.theme-color-sun .blogpost-title, body.theme-color-sun .blogposts-centered .blogpost-title, body.theme-color-sun .button--border, body.theme-color-sun .font-main-color, body.theme-color-sun .nav-link, body.theme-color-sun .section__hero-content, body.theme-color-sun footer a, footer body.theme-color-sun a { color: #000 } article body.theme-color-sun a, article body.theme-color-sun a:visited, body.theme-color-sun .employee-grid__item__email, body.theme-color-sun .font-link-color, body.theme-color-sun article a, body.theme-color-sun article a:visited { color: #b0a55b } body.theme-color-sun--active.nav-link:visited, body.theme-color-sun .border-main-color, body.theme-color-sun .button--border, body.theme-color-sun .nav-link--active, body.theme-color-sun .nav-link:hover { border-color: #000 } .product-grid__item:hover body.theme-color-earth .product-grid__item__name, .product-grid__item:hover body.theme-color-earth .product-grid__item__price, body.theme-color-earth .bg-main-color, body.theme-color-earth .button--border--solid, body.theme-color-earth .mobile-nav, body.theme-color-earth .product-grid__item:hover .product-grid__item__name, body.theme-color-earth .product-grid__item:hover .product-grid__item__price, body.theme-color-earth .section--themed { background-color: #e7afa3; color: #000 } .hamburger.lines:hover.active body.theme-color-earth span:after, .hamburger.lines:hover.active body.theme-color-earth span:before, .hamburger body.theme-color-earth span, .hamburger body.theme-color-earth span:after, .hamburger body.theme-color-earth span:before, body.theme-color-earth .bg-secondary-color, body.theme-color-earth .hamburger.lines:hover.active span:after, body.theme-color-earth .hamburger.lines:hover.active span:before, body.theme-color-earth .hamburger span, body.theme-color-earth .hamburger span:after, body.theme-color-earth .hamburger span:before, body.theme-color-earth .nav-link--home__text:after { background-color: #000; color: #e7afa3 } .blogposts-centered body.theme-color-earth .blogpost-title, body.theme-color-earth .blogposts-centered .blogpost-title, body.theme-color-earth .button--border, body.theme-color-earth .font-main-color, body.theme-color-earth .nav-link, body.theme-color-earth .section__hero-content, body.theme-color-earth footer a, footer body.theme-color-earth a { color: #000 } article body.theme-color-earth a, article body.theme-color-earth a:visited, body.theme-color-earth .employee-grid__item__email, body.theme-color-earth .font-link-color, body.theme-color-earth article a, body.theme-color-earth article a:visited { color: #90514c } body.theme-color-earth--active.nav-link:visited, body.theme-color-earth .border-main-color, body.theme-color-earth .button--border, body.theme-color-earth .nav-link--active, body.theme-color-earth .nav-link:hover { border-color: #000 } .product-grid__item:hover body.theme-color-freaky .product-grid__item__name, .product-grid__item:hover body.theme-color-freaky .product-grid__item__price, body.theme-color-freaky .bg-main-color, body.theme-color-freaky .button--border--solid, body.theme-color-freaky .mobile-nav, body.theme-color-freaky .product-grid__item:hover .product-grid__item__name, body.theme-color-freaky .product-grid__item:hover .product-grid__item__price, body.theme-color-freaky .section--themed { background-color: #77f3d9; color: #000 } .hamburger.lines:hover.active body.theme-color-freaky span:after, .hamburger.lines:hover.active body.theme-color-freaky span:before, .hamburger body.theme-color-freaky span, .hamburger body.theme-color-freaky span:after, .hamburger body.theme-color-freaky span:before, body.theme-color-freaky .bg-secondary-color, body.theme-color-freaky .hamburger.lines:hover.active span:after, body.theme-color-freaky .hamburger.lines:hover.active span:before, body.theme-color-freaky .hamburger span, body.theme-color-freaky .hamburger span:after, body.theme-color-freaky .hamburger span:before, body.theme-color-freaky .nav-link--home__text:after { background-color: #000; color: #77f3d9 } .blogposts-centered body.theme-color-freaky .blogpost-title, article body.theme-color-freaky a, article body.theme-color-freaky a:visited, body.theme-color-freaky .blogposts-centered .blogpost-title, body.theme-color-freaky .button--border, body.theme-color-freaky .employee-grid__item__email, body.theme-color-freaky .font-link-color, body.theme-color-freaky .font-main-color, body.theme-color-freaky .nav-link, body.theme-color-freaky .section__hero-content, body.theme-color-freaky article a, body.theme-color-freaky article a:visited, body.theme-color-freaky footer a, footer body.theme-color-freaky a { color: #000 } body.theme-color-freaky--active.nav-link:visited, body.theme-color-freaky .border-main-color, body.theme-color-freaky .button--border, body.theme-color-freaky .nav-link--active, body.theme-color-freaky .nav-link:hover { border-color: #000 } .nav-link--disabled, .nav-link--disabled:hover { border-color: transparent !important; cursor: not-allowed; } .montserrat, body.theme-font-standard .nav-link.nav-link--home, body.theme-font-standard h1, body.theme-font-standard h2, body.theme-font-standard h3, body.theme-font-standard h4, body.theme-font-standard h5, body.theme-font-standard h6 { font-family: Montserrat,sans-serif } .source-sans-pro, body.theme-font-standard, body.theme-font-standard .nav-link { font-family: Source Sans Pro,sans-serif } body.theme-font-standard p { line-height: 1.6em; margin-bottom: 30px } .lato, body.theme-font-mono .nav-link.nav-link--home, body.theme-font-mono h1, body.theme-font-mono h2, body.theme-font-mono h3, body.theme-font-mono h4, body.theme-font-mono h5, body.theme-font-mono h6 { font-family: Lato,sans-serif } .roboto-mono, body.theme-font-mono, body.theme-font-mono .nav-link { font-family: Roboto Mono,monospace } body.theme-font-mono { font-weight: 400; font-size: 14px } body.theme-font-mono .nav-link.nav-link--home, body.theme-font-mono h1, body.theme-font-mono h2, body.theme-font-mono h3, body.theme-font-mono h4, body.theme-font-mono h5, body.theme-font-mono h6 { font-weight: 900 } body.theme-font-mono p { line-height: 1.6em; margin-bottom: 30px } .playfair, body.theme-font-serif .nav-link.nav-link--home, body.theme-font-serif h1, body.theme-font-serif h2, body.theme-font-serif h3, body.theme-font-serif h4, body.theme-font-serif h5, body.theme-font-serif h6 { font-family: Playfair Display,serif } .noto, body.theme-font-serif, body.theme-font-serif .nav-link { font-family: Noto Sans,sans-serif } body.theme-font-serif p { line-height: 1.6em; margin-bottom: 30px } .product-image-container { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: start; align-items: flex-start } .product-image { max-width: 100%; width: 100%; max-height: 600px } .product-price { font-size: 30px; margin-bottom: 20px } .product-teaser { font-size: 18px; line-height: 1.6em; margin-bottom: 20px } .product-button { margin-bottom: 40px } .product-advantages { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column } .product-advantage { padding: 15px 0; font-weight: 700; border-top: 1px solid #f2f2f2 } .product-advantage:last-child { border-bottom: 1px solid #f2f2f2 } .product-grid { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden } .product-grid__item { height: 300px; position: relative; overflow: hidden; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: 100%; background-size: cover; background-repeat: no-repeat; background-position: 50% } .product-grid__item:hover { cursor: pointer } .product-grid__item__overlay { position: absolute; bottom: 0; padding: 20px; width: 100%; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-align: start; align-items: flex-start } .product-grid__item-image { max-width: 100% } .product-grid__item__name, .product-grid__item__price { color: #fff; text-transform: uppercase; font-size: 14px; margin-bottom: 5px; letter-spacing: 5px; background-color: rgba(0,0,0,.35); padding: 2px 5px; display: inline-block } .header { padding-top: 50px; padding-bottom: 50px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; position: absolute; width: 100%; z-index: 4 } .header--fixed { padding-top: 20px; padding-bottom: 20px; background: #fff; transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1); left: 0; position: fixed } .header--fixed .nav-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) } .header--fixed .nav-link { color: #000 !important } .header--fixed .nav-link--active, .header--fixed .nav-link:hover { border-bottom-color: #000 !important } .header--fixed .hamburger span, .header--fixed .hamburger span:after, .header--fixed .hamburger span:before { background-color: #000 !important } body.frontpage .header:not(.header--fixed) .nav-link--home__text:after { background-color: #fff } body.frontpage .header:not(.header--fixed) .nav-link { color: #fff } body.frontpage .header:not(.header--fixed) .nav-link--active, body.frontpage .header:not(.header--fixed) .nav-link:hover { border-bottom-color: #fff } body.frontpage .header:not(.header--fixed) .hamburger span, body.frontpage .header:not(.header--fixed) .hamburger span:after, body.frontpage .header:not(.header--fixed) .hamburger span:before { background-color: #fff } body.fixed .top-nav.-open { position: fixed; top: 0; bottom: 0; left: 0; transform: translate(0) } footer { padding-top: 60px; padding-bottom: 60px } .logo { padding-left: 20px } .logo-image { max-width: 180px; max-height: 100px; height: auto; margin-left: 20px; display: block } .nav-bar { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: center; align-items: center; -ms-flex-direction: row; flex-direction: row } .nav-bar--list { -ms-flex-direction: column; flex-direction: column; -ms-flex-align: start; align-items: flex-start } .nav-bar--center, .nav-bar--list { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center } .nav-bar--air-bottom { margin-bottom: 40px } .nav-link, .nav-link:visited { text-decoration: none; margin: 10px 15px; font-size: 14px; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; border-bottom: 2px solid transparent } .nav-link--air-bottom { margin-bottom: 5px } a.nav-link.nav-link--black { color: #000 } a.nav-link.nav-link--black:hover { border-color: #000 } .nav-link--black.nav-link--active { box-shadow: inset 0 -2px 0 #000 } .nav-link--home { font-size: 24px; font-weight: 900; margin-right: 40px; color: #f4f4f0 } .nav-link--home:hover { box-shadow: none } .nav-link--home__text { position: relative } .nav-link--home__text:after { position: absolute; right: 0; display: block; content: ""; height: 3px; width: 200% } .section { padding: 90px 20px } .section--sand { background-color: #f4f4f0 } .section--stroke-bottom { border-bottom: 1px solid #f2f2f2 } .section--full-height { min-height: 100vh } .section--header { min-height: 320px; padding-top: 130px } .section--content-center { -ms-flex-align: center; align-items: center; text-align: center } .section--content-center, .section--content-center-bottom { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center } .section--content-center-bottom { -ms-flex-align: end; align-items: flex-end } .section--thick-border { border: 20px solid #fff } body.frontpage .section__hero-content { color: #fff } .section__hero-content { max-width: 760px; padding: 0 20px } .section__description { font-size: 18px; line-height: 1.5; margin-bottom: 60px } .background-image-full { background-repeat: no-repeat; background-size: cover; background-position: 50% } .overlay { position: relative } .overlay:after { content: ""; z-index: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100% } .overlay--dark:after { background: rgba(37,33,33,.6) } .overlay--light:after { background: hsla(0,0%,88%,.6) } .overlay * { position: relative; z-index: 1 } .button, .button--small { display: -ms-inline-flexbox; display: inline-flex; max-width: 100%; padding: 10px 40px; text-align: center; text-decoration: none; letter-spacing: 2px; text-transform: uppercase; color: #fff; font-size: 16px; font-weight: 700; border: 2px solid #000; outline: none } .button--small:hover, .button:hover { opacity: .7 } .button--small { padding: 8px 40px; font-size: 14px } .button--border--light { background: none; border-color: #fff; color: #fff } .button--border--light:hover { background: #fff; color: #000; opacity: 1 } .button--border--light_solid { background: #fff; border-color: #fff; color: #000 } .button--border--light_solid:hover { opacity: .7 } .button--border--dark { background: none; border-color: #000; color: #000 } .button--border--dark:hover { background: #000; color: #fff; opacity: 1 } .button--border--dark_solid { background: #000; border-color: #000; color: #fff } .button--border--dark_solid:hover { opacity: .7 } .button--border { background: none } .button--border:hover { opacity: 1 } .button--border--solid { border-color: transparent } .button--border--solid:hover { opacity: .7 } .blogposts { margin-left: auto; margin-right: auto } .blogpost { text-decoration: none; color: #000; display: block; padding: 30px 20px } .blogpost.blogpost-with-image { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column } .blogpost:last-child { margin-bottom: 60px } .blogpost:hover .blogpost-title { text-decoration: underline } .blogpost-image { -ms-flex: 1 0 100%; flex: 1 0 100%; margin-left: 40px; border-radius: 50% } .blogpost-info { -ms-flex: 1 1 auto; flex: 1 1 auto } .blogpost-meta { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: start; justify-content: flex-start; margin-bottom: 10px } .blogpost-date { display: block; opacity: 1; margin-right: 10px } .blogpost-cat { opacity: .5 } .blogpost-image { height: 160px; width: 160px; background-size: cover; margin-left: auto; margin-right: auto; margin-top: 15px } .blogpost-title { font-size: 22px; letter-spacing: 1px; margin: 0 0 10px } .blogpost-excerpt { font-size: 16px; line-height: 1.5; opacity: .8 } .blogpost-link { margin-top: 25px; display: -ms-inline-flexbox; display: inline-flex; padding-bottom: 2px; border-bottom: 2px solid rgba(0,0,0,.15); color: #000; text-decoration: none; font-size: 18px } .blogpost-link:hover { border-bottom-color: #000 } .blogposts-centered { text-align: center } .blogposts-centered .blogpost { margin: 30px 0; padding: 30px 30px 0 } .blogposts-centered .blogpost:hover { background: none } .blogposts-centered .blogpost + .blogpost { border-top: 1px solid #f4f4f0 } .blogposts-centered .blogpost-title { margin-bottom: 30px } .blogposts-centered .blogpost-excerpt { font-size: 18px } .blogposts-centered .blogpost-meta { -ms-flex-pack: center; justify-content: center } .blogposts-centered .blogpost-title { font-size: 30px; line-height: 1.3 } .testimonial { text-decoration: none; color: #000; display: block; background: #f4f4f0; margin-bottom: 30px } .testimonial-image { width: 100%; height: 200px; background-size: cover; background-position: 50% } .testimonial-content { padding: 30px } .testimonial-title { letter-spacing: 1px; margin: 0 0 10px } p.testimonial-text { margin-top: 0; margin-bottom: 0 !important } .testimonial-link { color: rgba(0,0,0,.3); text-decoration: none; display: inline-block; margin-top: 20px } .testimonial-link:hover { color: #000 } .employee-grid { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden } .employee-grid__item { -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: 100%; padding-top: 10px; padding-bottom: 10px } .employee-grid__item__image { height: 300px; background-size: cover; background-repeat: no-repeat; background-position: 50%; position: relative; padding-bottom: 66.6667%; overflow: hidden; } .employee-grid__item__details { padding: 30px; background: #f4f4f0 } .employee-grid__item__name { color: #000; letter-spacing: 1px; margin-top: 0; margin-bottom: 5px } .employee-grid__item__email { text-decoration: none; margin-bottom: 15px; display: inline-block } .employee-grid__item__contact-item { color: rgba(0,0,0,.3); text-decoration: none; display: inline-block; margin-right: 10px } .employee-grid__item__contact-item:hover { color: #000 } label { margin-bottom: 10px; font-size: 12px; text-transform: uppercase } .form-group { margin-bottom: 25px } .form-control { border-radius: 0; box-shadow: none; transition: none; padding: 20px 15px } .form-control:focus { border-color: #362bdc; box-shadow: none } .mobile-nav-handler { margin-left: auto; margin-right: 40px } .hamburger { position: relative; cursor: pointer; z-index: 5; width: 40px; height: 40px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center } .hamburger span, .hamburger span:after, .hamburger span:before { display: block; transition-property: all; transition-duration: .1s } .hamburger span { margin: 0 auto; position: relative } .hamburger span:after, .hamburger span:before { position: absolute; content: '' } .hamburger.lines span, .hamburger.lines span:after, .hamburger.lines span:before { width: 20px; height: 2px } .hamburger.lines span:before { transform: translateY(-5px) } .hamburger.lines span:after { transform: translateY(5px) } .hamburger.lines:hover span:before { transform: translateY(-7px) } .hamburger.lines:hover span:after { transform: translateY(7px) } .hamburger.lines:hover.active span:before { transform: rotate(45deg) } .hamburger.lines:hover.active span:after { transform: rotate(-45deg) } .hamburger.lines.active span { background-color: transparent !important } .hamburger.lines.active span:after, .hamburger.lines.active span:before { transform: translateY(0) } .hamburger.lines.active span:before { transform: rotate(45deg) } .hamburger.lines.active span:after { transform: rotate(-45deg) } article { max-width: 700px; margin: 0 auto } article a, article a:visited { text-decoration: none; text-decoration: underline } article a:hover, article a:visited:hover { text-decoration: none } article li, article p { font-weight: 400; font-style: normal; font-size: 18px; line-height: 1.5 } article li { padding: 5px 0 } article ol, article ul { margin: 20px; padding: 0 } article img { max-width: 100% } article iframe, article img { margin: 0 0 20px } .mobile-nav { width: 100%; height: auto; z-index: 4; left: 0; top: 0; right: 0; bottom: 0; display: -ms-flexbox; display: flex; position: fixed; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; opacity: 0; height: 0 } .mobile-nav--open { opacity: 1; height: 100vh } .mobile-nav .nav-link { transition: transform .6s cubic-bezier(.23,1,.32,1); transform: translateY(999px); opacity: 0; font-size: 18px; margin: 15px } .mobile-nav .nav-link:nth-child(1) { transition-delay: 60ms } .mobile-nav .nav-link:nth-child(2) { transition-delay: 80ms } .mobile-nav .nav-link:nth-child(3) { transition-delay: .1s } .mobile-nav .nav-link:nth-child(4) { transition-delay: .12s } .mobile-nav .nav-link:nth-child(5) { transition-delay: .14s } .mobile-nav .nav-link:nth-child(6) { transition-delay: .16s } .mobile-nav .nav-link:nth-child(7) { transition-delay: .18s } .mobile-nav .nav-link:nth-child(8) { transition-delay: .2s } .mobile-nav .nav-link:nth-child(9) { transition-delay: .22s } .mobile-nav .nav-link:nth-child(10) { transition-delay: .24s } .mobile-nav .nav-link:nth-child(11) { transition-delay: .26s } .mobile-nav--open .nav-link { transform: translate(0); opacity: 1 } .ta-center { text-align: center } .mw-640 { max-width: 640px } .ma-h-auto { margin-left: auto; margin-right: auto } .no-air { margin: 0 } .no-scroll { overflow: hidden } @media screen and (-webkit-min-device-pixel-ratio:0) { input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control { line-height: 34px } .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm { line-height: 30px } .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg { line-height: 46px } } @media (min-width:768px) { .container { width: 750px } .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left } .col-sm-1 { width: 8.333333% } .col-sm-2 { width: 16.666667% } .col-sm-3 { width: 25% } .col-sm-4 { width: 33.333333% } .col-sm-5 { width: 41.666667% } .col-sm-6 { width: 50% } .col-sm-7 { width: 58.333333% } .col-sm-8 { width: 66.666667% } .col-sm-9 { width: 75% } .col-sm-10 { width: 83.333333% } .col-sm-11 { width: 91.666667% } .col-sm-12 { width: 100% } .col-sm-pull-0 { right: auto } .col-sm-pull-1 { right: 8.333333% } .col-sm-pull-2 { right: 16.666667% } .col-sm-pull-3 { right: 25% } .col-sm-pull-4 { right: 33.333333% } .col-sm-pull-5 { right: 41.666667% } .col-sm-pull-6 { right: 50% } .col-sm-pull-7 { right: 58.333333% } .col-sm-pull-8 { right: 66.666667% } .col-sm-pull-9 { right: 75% } .col-sm-pull-10 { right: 83.333333% } .col-sm-pull-11 { right: 91.666667% } .col-sm-pull-12 { right: 100% } .col-sm-push-0 { left: auto } .col-sm-push-1 { left: 8.333333% } .col-sm-push-2 { left: 16.666667% } .col-sm-push-3 { left: 25% } .col-sm-push-4 { left: 33.333333% } .col-sm-push-5 { left: 41.666667% } .col-sm-push-6 { left: 50% } .col-sm-push-7 { left: 58.333333% } .col-sm-push-8 { left: 66.666667% } .col-sm-push-9 { left: 75% } .col-sm-push-10 { left: 83.333333% } .col-sm-push-11 { left: 91.666667% } .col-sm-push-12 { left: 100% } .col-sm-offset-0 { margin-left: 0 } .col-sm-offset-1 { margin-left: 8.333333% } .col-sm-offset-2 { margin-left: 16.666667% } .col-sm-offset-3 { margin-left: 25% } .col-sm-offset-4 { margin-left: 33.333333% } .col-sm-offset-5 { margin-left: 41.666667% } .col-sm-offset-6 { margin-left: 50% } .col-sm-offset-7 { margin-left: 58.333333% } .col-sm-offset-8 { margin-left: 66.666667% } .col-sm-offset-9 { margin-left: 75% } .col-sm-offset-10 { margin-left: 83.333333% } .col-sm-offset-11 { margin-left: 91.666667% } .col-sm-offset-12 { margin-left: 100% } .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle } .form-inline .form-control-static { display: inline-block } .form-inline .input-group { display: inline-table; vertical-align: middle } .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn { width: auto } .form-inline .input-group > .form-control { width: 100% } .form-inline .control-label { margin-bottom: 0; vertical-align: middle } .form-inline .checkbox, .form-inline .radio { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle } .form-inline .checkbox label, .form-inline .radio label { padding-left: 0 } .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] { position: relative; margin-left: 0 } .form-inline .has-feedback .form-control-feedback { top: 0 } .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px } .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px } .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px } .employee-grid__item, .product-grid__item { -ms-flex: 1 1 50%; flex: 1 1 50%; max-width: 50% } .employee-grid__item { padding: 10px } } .compat-msg { color: #000; display: block; background: #f4f4f0; padding: 30px } @media (min-width:992px) { .container { width: 970px } .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left } .col-md-1 { width: 8.333333% } .col-md-2 { width: 16.666667% } .col-md-3 { width: 25% } .col-md-4 { width: 33.333333% } .col-md-5 { width: 41.666667% } .col-md-6 { width: 50% } .col-md-7 { width: 58.333333% } .col-md-8 { width: 66.666667% } .col-md-9 { width: 75% } .col-md-10 { width: 83.333333% } .col-md-11 { width: 91.666667% } .col-md-12 { width: 100% } .col-md-pull-0 { right: auto } .col-md-pull-1 { right: 8.333333% } .col-md-pull-2 { right: 16.666667% } .col-md-pull-3 { right: 25% } .col-md-pull-4 { right: 33.333333% } .col-md-pull-5 { right: 41.666667% } .col-md-pull-6 { right: 50% } .col-md-pull-7 { right: 58.333333% } .col-md-pull-8 { right: 66.666667% } .col-md-pull-9 { right: 75% } .col-md-pull-10 { right: 83.333333% } .col-md-pull-11 { right: 91.666667% } .col-md-pull-12 { right: 100% } .col-md-push-0 { left: auto } .col-md-push-1 { left: 8.333333% } .col-md-push-2 { left: 16.666667% } .col-md-push-3 { left: 25% } .col-md-push-4 { left: 33.333333% } .col-md-push-5 { left: 41.666667% } .col-md-push-6 { left: 50% } .col-md-push-7 { left: 58.333333% } .col-md-push-8 { left: 66.666667% } .col-md-push-9 { left: 75% } .col-md-push-10 { left: 83.333333% } .col-md-push-11 { left: 91.666667% } .col-md-push-12 { left: 100% } .col-md-offset-0 { margin-left: 0 } .col-md-offset-1 { margin-left: 8.333333% } .col-md-offset-2 { margin-left: 16.666667% } .col-md-offset-3 { margin-left: 25% } .col-md-offset-4 { margin-left: 33.333333% } .col-md-offset-5 { margin-left: 41.666667% } .col-md-offset-6 { margin-left: 50% } .col-md-offset-7 { margin-left: 58.333333% } .col-md-offset-8 { margin-left: 66.666667% } .col-md-offset-9 { margin-left: 75% } .col-md-offset-10 { margin-left: 83.333333% } .col-md-offset-11 { margin-left: 91.666667% } .col-md-offset-12 { margin-left: 100% } .nav-link, .nav-link:visited { margin-left: 15px; margin-right: 15px } .button, .button--small { padding: 10px 80px } .blogposts { max-width: 800px } .blogpost { padding: 30px; margin: 20px 0 } .blogpost.blogpost-with-image { -ms-flex-direction: row; flex-direction: row } .blogpost-image { height: 160px; max-width: 160px; margin-top: 0; margin-left: 20px } .employee-grid { margin-left: 20px; margin-right: 20px } .mobile-nav-handler { display: none } } @media (min-width:1200px) { .container { width: 1170px } .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left } .col-lg-1 { width: 8.333333% } .col-lg-2 { width: 16.666667% } .col-lg-3 { width: 25% } .col-lg-4 { width: 33.333333% } .col-lg-5 { width: 41.666667% } .col-lg-6 { width: 50% } .col-lg-7 { width: 58.333333% } .col-lg-8 { width: 66.666667% } .col-lg-9 { width: 75% } .col-lg-10 { width: 83.333333% } .col-lg-11 { width: 91.666667% } .col-lg-12 { width: 100% } .col-lg-pull-0 { right: auto } .col-lg-pull-1 { right: 8.333333% } .col-lg-pull-2 { right: 16.666667% } .col-lg-pull-3 { right: 25% } .col-lg-pull-4 { right: 33.333333% } .col-lg-pull-5 { right: 41.666667% } .col-lg-pull-6 { right: 50% } .col-lg-pull-7 { right: 58.333333% } .col-lg-pull-8 { right: 66.666667% } .col-lg-pull-9 { right: 75% } .col-lg-pull-10 { right: 83.333333% } .col-lg-pull-11 { right: 91.666667% } .col-lg-pull-12 { right: 100% } .col-lg-push-0 { left: auto } .col-lg-push-1 { left: 8.333333% } .col-lg-push-2 { left: 16.666667% } .col-lg-push-3 { left: 25% } .col-lg-push-4 { left: 33.333333% } .col-lg-push-5 { left: 41.666667% } .col-lg-push-6 { left: 50% } .col-lg-push-7 { left: 58.333333% } .col-lg-push-8 { left: 66.666667% } .col-lg-push-9 { left: 75% } .col-lg-push-10 { left: 83.333333% } .col-lg-push-11 { left: 91.666667% } .col-lg-push-12 { left: 100% } .col-lg-offset-0 { margin-left: 0 } .col-lg-offset-1 { margin-left: 8.333333% } .col-lg-offset-2 { margin-left: 16.666667% } .col-lg-offset-3 { margin-left: 25% } .col-lg-offset-4 { margin-left: 33.333333% } .col-lg-offset-5 { margin-left: 41.666667% } .col-lg-offset-6 { margin-left: 50% } .col-lg-offset-7 { margin-left: 58.333333% } .col-lg-offset-8 { margin-left: 66.666667% } .col-lg-offset-9 { margin-left: 75% } .col-lg-offset-10 { margin-left: 83.333333% } .col-lg-offset-11 { margin-left: 91.666667% } .col-lg-offset-12 { margin-left: 100% } .employee-grid__item, .product-grid__item { -ms-flex: 1 1 33%; flex: 1 1 33%; max-width: 33% } .employee-grid__item { padding: 20px } } @media (max-width:992px) { .header .nav-bar { display: none } .nav-bar { -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center } } .ls-blur-up-is-loading, lazyload:not([src]) { visibility: hidden; } .ls-blur-up-img, .employee-grid__item__image img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; /* only if you want to change the blur-up option from always to auto or want to use blur up effect without a lowsrc image. */ font-family: "blur-up: auto", "object-fit: cover"; object-fit: cover; } .ls-blur-up-img { filter: blur(10px); opacity: 1; transition: opacity 1000ms, filter 1500ms; } .ls-blur-up-img.ls-inview.ls-original-loaded { opacity: 0; filter: blur(5px); }
quebrando-o-tabu/index.html
cinetenisverde/cinetenisverde.github.io
<!DOCTYPE html> <html lang="en-us" dir="ltr" itemscope itemtype="http://schema.org/Article"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Quebrando o Tabu</title> <meta name="author" content="" /> <meta name="description" content="Existem filmes que não são apenas interessantes de se assistir como mais uma manifestação de arte. Os documentários, por natureza, quase sempre tentam nos envolver em algum tipo de realidade que, por..."/> <meta name="yandex-verification" content="48a8210fc043c5e8" /> <meta name="generator" content="Hugo 0.54.0" /> <meta itemprop="name" content="Quebrando o Tabu"/> <meta itemprop="description" content="Existem filmes que não são apenas interessantes de se assistir como mais uma manifestação de arte. Os documentários, por natureza, quase sempre tentam nos envolver em algum tipo de realidade que, por..."/> <meta itemprop="image" content="/img/logo.svg"/> <meta property="og:title" content="Quebrando o Tabu"/> <meta property="og:type" content="article"/> <meta property="og:url" content="http://www.cinetenisverde.com.br/quebrando-o-tabu/"/> <meta property="og:image" content="/img/logo.svg"/> <meta property="og:description" content="Existem filmes que não são apenas interessantes de se assistir como mais uma manifestação de arte. Os documentários, por natureza, quase sempre tentam nos envolver em algum tipo de realidade que, por..."/> <meta property="og:site_name" content="Cine Tênis Verde"/> <meta property="article:published_time" content="2011-06-23T00:00:00&#43;00:00"/> <meta property="article:section" content="post"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:site" content=""/> <meta name="twitter:title" content="Quebrando o Tabu"/> <meta name="twitter:description" content="Existem filmes que não são apenas interessantes de se assistir como mais uma manifestação de arte. Os documentários, por natureza, quase sempre tentam nos envolver em algum tipo de realidade que, por..."/> <meta name="twitter:creator" content=""/> <meta name="twitter:image:src" content="/img/logo.svg"/> <link rel="stylesheet" type="text/css" href="/css/capsule.min.css"/> <link rel="stylesheet" type="text/css" href="/css/custom.css"/> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-50557403-1', 'auto'); ga('send', 'pageview'); </script> <link rel="apple-touch-icon" href="/img/apple-touch-icon.png"/> <link rel="icon" href="/img/favicon.ico"/> </head> <body style="min-height:100vh;display:flex;flex-direction:column"> <nav class="navbar has-shadow is-white" role="navigation" aria-label="main navigation"> <div class="container"> <div class="navbar-brand"> <a class="navbar-item" href="/"> <img alt="Brand" src="/img/brand.svg"> <div class="title is-4">&nbsp;Cine Tênis Verde</div> </a> <label class="button navbar-burger is-white" for="navbar-burger-state"> <span></span> <span></span> <span></span> </label> </div> <input type="checkbox" id="navbar-burger-state"/> <div class="navbar-menu"> <div class="navbar-end"> <a href="/post" class="navbar-item ">search </a> <a href="https://twitter.com/cinetenisverde" class="navbar-item ">twitter </a> <a href="/index.xml" class="navbar-item ">rss </a> </div> </div> </div> </nav> <section class="section" style="flex:1"> <div class="container"> <p class="title">Quebrando o Tabu</p> <p class="subtitle"><span class="entry-sidebar-stars"> &#x2605;&#x2605;&#x2605;&#x2606;&#x2606; </span> Wanderley Caloni, <a href="https://github.com/Caloni/cinetenisverde/commits/master/content/post/quebrando-o-tabu.md">June 23, 2011</a></p> <p><p> <div class="content"> <p>Existem filmes que não são apenas interessantes de se assistir como mais uma manifestação de arte. Os documentários, por natureza, quase sempre tentam nos envolver em algum tipo de realidade que, por muitas vezes não fazer parte da nossa, é preciso ser escancarada e dissecada da maneira como os idealizadores do projeto acreditam ser importante.</p> <p>É pegando carona na opinião de figuras eminentes de nossa época, e o próprio testemunho dessas pessoas que estavam erradas em seus conceitos sobre o tráfico de drogas e que, conforme observamos hoje em dia, a declarada &ldquo;Guerra às Drogas&rdquo; não tem surtido efeito nos últimos 40 anos. É preciso fazer algo, e esse documentário abre nossas portas de percepção para que pensemos a respeito.</p> <p>Abaixo minhas observações iniciais.</p> <ul> <li><p>Destaca-se nessa experiência uma produção de estilo, com a própria descrição dos relatos e a ilustração por casos comuns que acontecem aos usuários de drogas sendo feita com animações artísticas que evocam a própria experiência com as drogas, evidenciada pelo o uso de cores e formatos exaltados.</p></li> <li><p>Ao mesmo tempo, tenta ser abrangente ao máximo, evidenciando a experiência dos outros países no problema das drogas pela voz das pessoas envolvidas em todos os âmbitos, dos líderes dessas nações até o usuario final, passando pelos criminosos e a força policial envolvida no processo de combate generalizado da cadeia mercadológica.</p></li> <li><p>Fernando Henrique é visto conversando praticamente com todas essas pessoas, o que ao mesmo tempo que serve de testemunho ao seu engajamento no assunto aos poucos estampa em sua testa o rótulo de, se não especialista, o representante no Brasil por essa causa.</p></li> </ul> <a href="https://www.imdb.com/title/tt1951090/mediaviewer/" target="ctvimg">Imagens</a> e créditos no <a title="IMDB: Internet Movie DataBase" href="http://www.imdb.com/title/tt1951090">IMDB</a>. </div> <span class="entry-sidebar-stars"> &#x2605;&#x2605;&#x2605;&#x2606;&#x2606; </span> Quebrando o Tabu &#9679; Quebrando o Tabu. Quebrando o Tabu (UK, 2011). Dirigido por Fernando Grostein Andrade, Cosmo Feilding-Mellen. Escrito por Fernando Grostein Andrade, Thomaz Souto Correa, Rodrigo de Oliveira, Cosmo Feilding-Mellen, Carolina Kotscho, Bruno R. Modolo, Ricardo Setti, Ilona Szabo. Com Fran Boyd Andrews, Brenda Blom, Fernando Henrique Cardoso, Jimmy Carter, Jorge Castañeda, Bill Clinton, Paulo Coelho, Richard Dannatt, Ruth Dreifuss. &#9679; Nota: 3/5. Categoria: movies. Publicado em 2011-06-23. Texto escrito por Wanderley Caloni. <p><br>Quer <a href="https://twitter.com/search?q=@cinetenisverde Quebrando%20o%20Tabu">comentar</a>?<br></p> </div> </section> <section class="section"> <br> <div class="container"> <div class="is-flex"> <span> <a class="button">Share</a> </span> &nbsp; <span> <a class="button" href="https://www.facebook.com/sharer/sharer.php?u=http%3a%2f%2fwww.cinetenisverde.com.br%2fquebrando-o-tabu%2f"> <span class="icon"><i class="fa fa-facebook"></i></span> </a> <a class="button" href="https://twitter.com/intent/tweet?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fquebrando-o-tabu%2f&text=Quebrando%20o%20Tabu"> <span class="icon"><i class="fa fa-twitter"></i></span> </a> <a class="button" href="https://news.ycombinator.com/submitlink?u=http%3a%2f%2fwww.cinetenisverde.com.br%2fquebrando-o-tabu%2f"> <span class="icon"><i class="fa fa-hacker-news"></i></span> </a> <a class="button" href="https://reddit.com/submit?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fquebrando-o-tabu%2f&title=Quebrando%20o%20Tabu"> <span class="icon"><i class="fa fa-reddit"></i></span> </a> <a class="button" href="https://plus.google.com/share?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fquebrando-o-tabu%2f"> <span class="icon"><i class="fa fa-google-plus"></i></span> </a> <a class="button" href="https://www.linkedin.com/shareArticle?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fquebrando-o-tabu%2f&title=Quebrando%20o%20Tabu"> <span class="icon"><i class="fa fa-linkedin"></i></span> </a> <a class="button" href="https://www.tumblr.com/widgets/share/tool?canonicalUrl=http%3a%2f%2fwww.cinetenisverde.com.br%2fquebrando-o-tabu%2f&title=Quebrando%20o%20Tabu&caption="> <span class="icon"><i class="fa fa-tumblr"></i></span> </a> <a class="button" href="https://pinterest.com/pin/create/bookmarklet/?media=%2fimg%2flogo.svg&url=http%3a%2f%2fwww.cinetenisverde.com.br%2fquebrando-o-tabu%2f&description=Quebrando%20o%20Tabu"> <span class="icon"><i class="fa fa-pinterest"></i></span> </a> <a class="button" href="whatsapp://send?text=http%3a%2f%2fwww.cinetenisverde.com.br%2fquebrando-o-tabu%2f"> <span class="icon"><i class="fa fa-whatsapp"></i></span> </a> <a class="button" href="https://web.skype.com/share?url=http%3a%2f%2fwww.cinetenisverde.com.br%2fquebrando-o-tabu%2f"> <span class="icon"><i class="fa fa-skype"></i></span> </a> </span> </div> </div> <br> </section> <footer class="footer"> <div class="container"> <nav class="level"> <div class="level-right has-text-centered"> <div class="level-item"> <a class="button" href="http://www.cinetenisverde.com.br/"> <span class="icon"><i class="fa fa-home"></i></span> </a> &nbsp; <a class="button" href="/post"> <span class="icon"><i class="fa fa-search"></i></span> </a> &nbsp; <a class="button" href="https://twitter.com/cinetenisverde"> <span class="icon"><i class="fa fa-twitter"></i></span> </a> &nbsp; <a class="button" href="/index.xml"> <span class="icon"><i class="fa fa-rss"></i></span> </a> &nbsp; </div> </div> </nav> </div> </footer> </body> </html>
doc/api/classes/ActionDispatch/Routing/RouteSet/Generator.html
TomMulvaney/AudioFlow
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>ActionDispatch::Routing::RouteSet::Generator</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" /> <script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> </head> <body> <div class="banner"> <span>Ruby on Rails 4.2.1</span><br /> <h1> <span class="type">Class</span> ActionDispatch::Routing::RouteSet::Generator <span class="parent">&lt; <a href="../../../Object.html">Object</a> </span> </h1> <ul class="files"> <li><a href="../../../../files/__/__/__/__/_rvm/gems/ruby-2_2_2/gems/actionpack-4_2_1/lib/action_dispatch/routing/route_set_rb.html">/Users/Bonobo/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.1/lib/action_dispatch/routing/route_set.rb</a></li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- Methods --> </div> </div> </body> </html>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.2/interval/3.2.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>interval: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.2 / interval - 3.2.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> interval <small> 3.2.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-25 02:33:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-25 02:33:12 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;guillaume.melquiond@inria.fr&quot; homepage: &quot;https://coqinterval.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/coqinterval/interval.git&quot; bug-reports: &quot;https://gitlab.inria.fr/coqinterval/interval/issues&quot; license: &quot;CeCILL-C&quot; build: [ [&quot;./configure&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.7&quot;} &quot;coq-flocq&quot; {&gt;= &quot;2.5.0&quot; &amp; &lt; &quot;3.0~&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.6&quot;} &quot;coq-coquelicot&quot; {&gt;= &quot;3.0&quot;} ] tags: [ &quot;keyword:interval arithmetic&quot; &quot;keyword:decision procedure&quot; &quot;keyword:floating-point arithmetic&quot; &quot;keyword:reflexive tactic&quot; &quot;keyword:Taylor models&quot; &quot;category:Mathematics/Real Calculus and Topology&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; ] authors: [ &quot;Guillaume Melquiond &lt;guillaume.melquiond@inria.fr&gt;&quot; ] synopsis: &quot;A Coq tactic for proving bounds on real-valued expressions automatically&quot; url { src: &quot;https://coqinterval.gitlabpages.inria.fr/releases/interval-3.2.0.tar.gz&quot; checksum: &quot;md5=19aabc38a870036eaf5a07149b4c0565&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-interval.3.2.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.2). The following dependencies couldn&#39;t be met: - coq-interval -&gt; coq &lt; 8.7 -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-interval.3.2.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
index.html
mdanieltg/random-name-selector
<!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Tómbola</title> <link rel="icon" type="image/png" href="img/favicon.ico"> <link rel="stylesheet" type="text/css" href="styles/normalize.css"> <link rel="stylesheet" type="text/css" href="styles/main.css"> <link rel="stylesheet" type="text/css" href="styles/index.css"> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700"> </head> <body> <div class="app-container"> <h1 class="title">Tómbola</h1> <div id="names-pane" class="pane"> <p>Nombres:</p> <ul id="name-list"> <li><input type="text"></li> <li><input type="text"></li> </ul> <button id="bt-add-name">Añadir</button> <button id="bt-remove-name">Quitar</button> </div> <button id="bt-spin">Girar tómbola</button> <div id="results-pane" class="pane"> <div id="result"> Seleccionado: <span id="name"></span>. </div> <div id="result-history"> <p>Historial:</p> <ul id="result-list"></ul> <button id="bt-erase-list">Borrar lista</button> </div> </div> </div> <script src="scripts/common.js"></script> <script src="scripts/index.js"></script> </body> </html>
doc/ddm/data/package-use.html
JordiCorbilla/DDM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_05) on Tue Jun 10 20:54:56 BST 2014 --> <title>Uses of Package ddm.data</title> <meta name="date" content="2014-06-10"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package ddm.data"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../index.html?ddm/data/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package ddm.data" class="title">Uses of Package<br>ddm.data</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../ddm/data/package-summary.html">ddm.data</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#ddm.agents">ddm.agents</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#ddm.data">ddm.data</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="ddm.agents"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../ddm/data/package-summary.html">ddm.data</a> used by <a href="../../ddm/agents/package-summary.html">ddm.agents</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../ddm/data/class-use/DatasetManager.html#ddm.agents">DatasetManager</a>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="ddm.data"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../ddm/data/package-summary.html">ddm.data</a> used by <a href="../../ddm/data/package-summary.html">ddm.data</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../ddm/data/class-use/ArffFile.html#ddm.data">ArffFile</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../ddm/data/class-use/PartitionList.html#ddm.data">PartitionList</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../ddm/data/class-use/PartitionMap.html#ddm.data">PartitionMap</a>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../index.html?ddm/data/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
docs/apidocs/com/github/thorbenkuck/netcom2/network/synchronization/package-frame.html
ThorbenKuck/NetCom2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (1.8.0_171) on Tue May 29 11:22:22 CEST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>com.github.thorbenkuck.netcom2.network.synchronization (NetCom2 1.1-SNAPSHOT API)</title> <meta name="date" content="2018-05-29"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../../../com/github/thorbenkuck/netcom2/network/synchronization/package-summary.html" target="classFrame">com.github.thorbenkuck.netcom2.network.synchronization</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="DefaultSynchronize.html" title="class in com.github.thorbenkuck.netcom2.network.synchronization" target="classFrame">DefaultSynchronize</a></li> </ul> </div> </body> </html>
all-data/26000-26999/26509-22.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">逸趣橫生</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">|<sup class="subfont">ˋ</sup> ㄑㄩ<sup class="subfont">ˋ</sup> ㄏㄥ<sup class="subfont">ˊ</sup> ㄕㄥ</td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">yì qù héng shēng</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">形容非常高雅、有趣味。如:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>這篇幽默小品,雅而不謔,讀來逸報橫生。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
follow/templates/follow/friend_list_all.html
affan2/django-follow
{#% extends "base.html" %#} {% load i18n %} {#% block title %}{% trans "Find Friends" %}{% endblock %#} {% load thumbnail %} {% load relationship_tags follow_tags %} {% block content %} <table> {% for friend in friends %} <tr> <td> {% include 'generic/includes/render_owner.html' with owner=friend %} </td> <td> {% include 'actstream/render_actor_name.html' with actor=friend %} </td> {% if friend != request.user %} <td> <div class="follow-button-container action-follow-user {% if_relationship request.user friend "following" %}following{% endif_relationship %} style="position:relative;right:-50px;"> <a href="{{ friend|add_relationship_url:"following" }}" class="follow-btn form-button form-button-follow form-button-small form-button-default form-button-left-icon form-button-icon-follow">{% trans "follow" %}</a> <a class="form-button form-button-following form-button-small form-button-light-and-grey form-button-left-icon form-button-icon-following">Following</a> <a href="{{ friend|remove_relationship_url:"following" }}" class="unfollow-btn form-button form-button-unfollow form-button-small form-button-red form-button-left-icon form-button-icon-unfollow">{% trans "Unfollow" %}</a> </div> </td> {% endif %} </tr> {% endfor %} </table> {% endblock %}
test/index-limit.html
anseki/plain-draggable
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Jasmine Spec Runner</title> <link rel="stylesheet" href="/jasmine-core/lib/jasmine-core/jasmine.css"> <script src="/jasmine-core/lib/jasmine-core/jasmine.js"></script> <script src="/jasmine-core/lib/jasmine-core/jasmine-html.js"></script> <script src="/jasmine-core/lib/jasmine-core/boot.js"></script> <script> // Override default `random` option var random = (new jasmine.QueryString({getWindowLocation: function() { return location; }})).getParam('random'); if (random == null || random === '') { jasmine.getEnv().randomizeTests(false); } </script> <script src="/test-page-loader/test-page-loader.js"></script> <script> window.LIMIT = true; document.cookie = 'LIMIT=true;path=/'; </script> <script src="spec/funcs.js"></script> <script src="spec/element.js"></script> <script src="spec/bbox.js"></script> <script src="spec/options.js"></script> <script src="spec/cursor.js"></script> </head> <body> </body> </html>
lib/api/doctrine/dbal/types/package-tree.html
j13k/doctrine1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta name="generator" content="PHPDoctor 2RC4 (http://phpdoctor.sourceforge.net/)"> <meta name="when" content="Wed, 14 Apr 2010 15:12:03 +0000"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css"> <link rel="start" href="../../../overview-summary.html"> <title>Doctrine\DBAL\Types (Doctrine)</title> </head> <body id="tree" onload="parent.document.title=document.title;"> <div class="header"> <h1>Doctrine</h1> <ul> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../../../doctrine/dbal/types/package-summary.html">Namespace</a></li> <li>Class</li><li class="active">Tree</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> </ul> </div> <div class="small_links"> <a href="../../../index.html" target="_top">Frames</a> <a href="../../../doctrine/dbal/types/package-tree.html" target="_top">No frames</a> </div> <h1>Class Hierarchy for Package Doctrine\DBAL\Types</h1><ul> <li><a href="../../../doctrine/dbal/types/type.html">Doctrine\DBAL\Types\Type</a><ul> <li><a href="../../../doctrine/dbal/types/arraytype.html">Doctrine\DBAL\Types\ArrayType</a></li> <li><a href="../../../doctrine/dbal/types/biginttype.html">Doctrine\DBAL\Types\BigIntType</a></li> <li><a href="../../../doctrine/dbal/types/booleantype.html">Doctrine\DBAL\Types\BooleanType</a></li> <li><a href="../../../doctrine/dbal/types/datetimetype.html">Doctrine\DBAL\Types\DateTimeType</a></li> <li><a href="../../../doctrine/dbal/types/datetype.html">Doctrine\DBAL\Types\DateType</a></li> <li><a href="../../../doctrine/dbal/types/decimaltype.html">Doctrine\DBAL\Types\DecimalType</a></li> <li><a href="../../../doctrine/dbal/types/integertype.html">Doctrine\DBAL\Types\IntegerType</a></li> <li><a href="../../../doctrine/dbal/types/objecttype.html">Doctrine\DBAL\Types\ObjectType</a></li> <li><a href="../../../doctrine/dbal/types/smallinttype.html">Doctrine\DBAL\Types\SmallIntType</a></li> <li><a href="../../../doctrine/dbal/types/stringtype.html">Doctrine\DBAL\Types\StringType</a></li> <li><a href="../../../doctrine/dbal/types/texttype.html">Doctrine\DBAL\Types\TextType</a></li> <li><a href="../../../doctrine/dbal/types/timetype.html">Doctrine\DBAL\Types\TimeType</a></li> </ul> </li> </ul> <div class="header"> <h1>Doctrine</h1> <ul> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../../../doctrine/dbal/types/package-summary.html">Namespace</a></li> <li>Class</li><li class="active">Tree</li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> </ul> </div> <div class="small_links"> <a href="../../../index.html" target="_top">Frames</a> <a href="../../../doctrine/dbal/types/package-tree.html" target="_top">No frames</a> </div> <hr> <p id="footer">This document was generated by <a href="http://peej.github.com/phpdoctor/">PHPDoctor: The PHP Documentation Creator</a></p> </body> </html>
src/app/customers-sayings/customers-sayings.component.html
Innqube/innqube-website
<div class="section-container"> <div class="section"> <h3 class="titulo-seccion text-center">{{'CUSTOMERS' | translate}}</h3> <div class="mx-auto"> <app-quote [quote]="quotes[active].quote | translate" [imagen]="quotes[active].imagen" [author]="quotes[active].author" [authorImg]="quotes[active].authorImg" [role]="quotes[active].role | translate" (changeIndexEvt)="onIndexChange($event)"></app-quote> </div> <app-customers></app-customers> </div> </div>
www/app/tabs/tabs.html
filimon-danopoulos/punchclock
<ion-tabs class="tabs-background-positive tabs-color-light"> <ion-tab icon-off="ion-ios-clock-outline" icon-on="ion-ios-clock" ui-sref="app.punchclock"> <ion-nav-view name="tab-punchclock"></ion-nav-view> </ion-tab> <ion-tab icon-off="ion-ios-albums-outline" icon-on="ion-ios-albums" ui-sref="app.history"> <ion-nav-view name="tab-history"></ion-nav-view> </ion-tab> <ion-tab icon-off="ion-ios-gear-outline" icon-on="ion-ios-gear" ui-sref="app.util"> <ion-nav-view name="tab-util"></ion-nav-view> </ion-tab> <ion-tab icon-off="ion-ios-toggle-outline" icon-on="ion-ios-toggle" ui-sref="app.settings"> <ion-nav-view name="tab-settings"></ion-nav-view> </ion-tab> </ion-tabs>
user/pages/04.caliper/_caliper-desktop-slider/project-desktop-slider.html
michaelfangman/portfolio-grav
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>'Interface Design'</title> <meta name="project_ds_background_image" content="business-7.jpg"/> <meta name="project_ds_slides" content=" 1: image: caliper-homepage.png alt: 'Caliper | Homepage' 2: image: caliper-homepage-hover.png alt: 'Caliper | Homepage Hover' 3: image: caliper-solution.png alt: 'Caliper | Solution Page' 4: image: caliper-product.png alt: 'Caliper | Product Page' 5: image: caliper-about.png alt: 'Caliper | About Page'"/> <meta name="date" content="'04-09-2016 00:00'"/> </head> <body> <p>One common trait between the various audience segments that Caliper is targeting is that they are all business professionals looking for help in one way or another. Creating a clean, professional aesthetic for the site was a must. Strong typography, a conservative use of color, and ample white space help contribute to a look and feel that instills trust in the Caliper brand.</p> </body> </html>
OriginalTemplate/blog-single.html
vuthea/SmartMartPro
<!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="author" content="SemiColonWeb" /> <!-- Stylesheets ============================================= --> <link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/bootstrap.css" type="text/css" /> <link rel="stylesheet" href="style.css" type="text/css" /> <link rel="stylesheet" href="css/dark.css" type="text/css" /> <link rel="stylesheet" href="css/font-icons.css" type="text/css" /> <link rel="stylesheet" href="css/animate.css" type="text/css" /> <link rel="stylesheet" href="css/magnific-popup.css" type="text/css" /> <link rel="stylesheet" href="css/responsive.css" type="text/css" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <!--[if lt IE 9]> <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> <![endif]--> <!-- External JavaScripts ============================================= --> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/plugins.js"></script> <!-- Document Title ============================================= --> <title>GFXFREE.NET - All For WebMasters... Blog Single | Canvas</title> </head> <body class="stretched"> <!-- Document Wrapper ============================================= --> <div id="wrapper" class="clearfix"> <!-- Header ============================================= --> <header id="header" class="full-header"> <div id="header-wrap"> <div class="container clearfix"> <div id="primary-menu-trigger"><i class="icon-reorder"></i></div> <!-- Logo ============================================= --> <div id="logo"> <a href="index.html" class="standard-logo" data-dark-logo="images/logo-dark.png"><img src="images/logo.png" alt="Canvas Logo"></a> <a href="index.html" class="retina-logo" data-dark-logo="images/logo-dark@2x.png"><img src="images/logo@2x.png" alt="Canvas Logo"></a> </div><!-- #logo end --> <!-- Primary Navigation ============================================= --> <nav id="primary-menu"> <ul> <li><a href="index.html"><div>Home</div></a> <ul> <li><a href="index-corporate.html"><div>Home - Corporate</div></a> <ul> <li><a href="index-corporate.html"><div>Corporate - Layout 1</div></a></li> <li><a href="index-corporate-2.html"><div>Corporate - Layout 2</div></a></li> <li><a href="index-corporate-3.html"><div>Corporate - Layout 3</div></a></li> <li><a href="index-corporate-4.html"><div>Corporate - Layout 4</div></a></li> </ul> </li> <li><a href="index-portfolio.html"><div>Home - Portfolio</div></a> <ul> <li><a href="index-portfolio.html"><div>Portfolio - Layout 1</div></a></li> <li><a href="index-portfolio-2.html"><div>Portfolio - Layout 2</div></a></li> <li><a href="index-portfolio-3.html"><div>Portfolio - Masonry</div></a></li> <li><a href="index-portfolio-4.html"><div>Portfolio - AJAX</div></a></li> </ul> </li> <li><a href="index-blog.html"><div>Home - Blog</div></a> <ul> <li><a href="index-blog.html"><div>Blog - Layout 1</div></a></li> <li><a href="index-blog-2.html"><div>Blog - Layout 2</div></a></li> <li><a href="index-blog-3.html"><div>Blog - Layout 3</div></a></li> </ul> </li> <li><a href="index-shop.html"><div>Home - Shop</div></a> <ul> <li><a href="index-shop.html"><div>Shop - Layout 1</div></a></li> <li><a href="index-shop-2.html"><div>Shop - Layout 2</div></a></li> </ul> </li> <li><a href="index-magazine.html"><div>Home - Magazine</div></a> <ul> <li><a href="index-magazine.html"><div>Magazine - Layout 1</div></a></li> <li><a href="index-magazine-2.html"><div>Magazine - Layout 2</div></a></li> <li><a href="index-magazine-3.html"><div>Magazine - Layout 3</div></a></li> </ul> </li> <li><a href="landing.html"><div>Home - Landing Page</div></a> <ul> <li><a href="landing.html"><div>Landing Page - Layout 1</div></a></li> <li><a href="landing-2.html"><div>Landing Page - Layout 2</div></a></li> <li><a href="landing-3.html"><div>Landing Page - Layout 3</div></a></li> <li><a href="landing-4.html"><div>Landing Page - Layout 4</div></a></li> <li><a href="landing-5.html"><div>Landing Page - Layout 5</div></a></li> </ul> </li> <li><a href="index-fullscreen-image.html"><div>Home - Full Screen</div></a> <ul> <li><a href="index-fullscreen-image.html"><div>Full Screen - Image</div></a></li> <li><a href="index-fullscreen-slider.html"><div>Full Screen - Slider</div></a></li> <li><a href="index-fullscreen-video.html"><div>Full Screen - Video</div></a></li> </ul> </li> <li><a href="index-onepage.html"><div>Home - One Page</div></a> <ul> <li><a href="index-onepage.html"><div>One Page - Default</div></a></li> <li><a href="index-onepage-2.html"><div>One Page - Submenu</div></a></li> <li><a href="index-onepage-3.html"><div>One Page - Dots Style</div></a></li> </ul> </li> <li><a href="index-wedding.html"><div>Home - Wedding</div></a></li> <li><a href="index-restaurant.html"><div>Home - Restaurant</div></a></li> <li><a href="index-events.html"><div>Home - Events</div></a></li> <li><a href="index-parallax.html"><div>Home - Parallax</div></a></li> <li><a href="index-app-showcase.html"><div>Home - App Showcase</div></a></li> </ul> </li> <li><a href="#"><div>Features</div></a> <ul> <li><a href="#"><div><i class="icon-stack"></i>Sliders</div></a> <ul> <li><a href="slider-revolution.html"><div>Revolution Slider</div></a> <ul> <li><a href="slider-revolution.html"><div>Full Screen</div></a></li> <li><a href="slider-revolution-fullwidth.html"><div>Full Width</div></a></li> <li><a href="slider-revolution-kenburns.html"><div>Kenburns Effect</div></a></li> <li><a href="slider-revolution-html5-videos.html"><div>HTML5 Video</div></a></li> </ul> </li> <li><a href="slider-canvas.html"><div>Canvas Slider</div></a> <ul> <li><a href="slider-canvas.html"><div>Full Width</div></a></li> <li><a href="slider-canvas-fade.html"><div>Fade Transition</div></a></li> <li><a href="slider-canvas-autoplay.html"><div>Autoplay Feature</div></a></li> <li><a href="slider-canvas-video-event.html"><div>Custom Video Event</div></a></li> <li><a href="slider-canvas-pagination.html"><div>Pagination Navigation</div></a></li> <li><a href="slider-canvas-3.html"><div>3 Columns</div></a></li> <li><a href="slider-canvas-4.html"><div>4 Columns</div></a></li> <li><a href="slider-canvas-5.html"><div>5 Columns</div></a></li> </ul> </li> <li><a href="slider-flex.html"><div>Flex Slider</div></a> <ul> <li><a href="slider-flex.html"><div>Default Layout</div></a></li> <li><a href="slider-flex-thumbs.html"><div>with Thumbs</div></a></li> </ul> </li> <li><a href="slider-owl.html"><div>Owl Slider</div></a> <ul> <li><a href="slider-owl-full.html"><div>Full Width</div></a></li> <li><a href="slider-owl.html"><div>Boxed Width</div></a></li> <li><a href="slider-owl-videos.html"><div>Video Slider</div></a></li> </ul> </li> <li><a href="static-parallax.html"><div>Static Media</div></a> <ul> <li><a href="static-parallax.html"><div>Static - Parallax</div></a></li> <li><a href="static-image.html"><div>Static - Image</div></a></li> <li><a href="static-thumbs-grid.html"><div>Static - Thumb Gallery</div></a></li> <li><a href="static-html5-video.html"><div>Static - HTML5 Video</div></a></li> <li><a href="static-embed-video.html"><div>Static - Embedded Video</div></a></li> </ul> </li> <li><a href="slider-camera.html"><div>Camera Slider</div></a></li> <li><a href="slider-elastic.html"><div>Elastic Slider</div></a></li> <li><a href="slider-nivo.html"><div>Nivo Slider</div></a></li> </ul> </li> <li><a href="#"><div><i class="icon-gift"></i>Widgets</div></a> <ul> <li><a href="#"><div>Links</div></a></li> <li><a href="#"><div>Flickr Photostream</div></a></li> <li><a href="#"><div>Dribbble Shots</div></a></li> <li><a href="#"><div>Instagram Feed</div></a></li> <li><a href="#"><div>Posts List</div></a></li> <li><a href="#"><div>Twitter Feed</div></a></li> <li><a href="#"><div>Tabbed Widgets</div></a></li> <li><a href="#"><div>Carousel</div></a></li> <li><a href="#"><div>Subscribers</div></a></li> <li><a href="#"><div>Social Icons</div></a></li> <li><a href="#"><div>Testimonials</div></a></li> <li><a href="#"><div>Quick Contact</div></a></li> <li><a href="#"><div>Tags Cloud</div></a></li> <li><a href="#"><div>Video Embeds</div></a></li> <li><a href="#"><div>Raw Text/HTML</div></a></li> </ul> </li> <li><a href="#"><div><i class="icon-umbrella"></i>Headers</div></a> <ul> <li><a href="header-light.html"><div>Light Version</div></a></li> <li><a href="header-dark.html"><div>Dark Version</div></a></li> <li><a href="header-transparent.html"><div>Transparent</div></a></li> <li><a href="header-semi-transparent.html"><div>Semi Transparent</div></a> <ul> <li><a href="header-semi-transparent.html"><div>Light Version</div></a></li> <li><a href="header-semi-transparent-dark.html"><div>Dark Version</div></a></li> </ul> </li> <li><a href="header-side-left.html"><div>Left Side Header</div></a> <ul> <li><a href="header-side-left.html"><div>Fixed Position</div></a></li> <li><a href="header-side-left-open.html"><div>OnClick Open</div></a></li> <li><a href="header-side-left-open-push.html"><div>Push Content</div></a></li> </ul> </li> <li><a href="header-side-right.html"><div>Right Side Header</div></a> <ul> <li><a href="header-side-right.html"><div>Fixed Position</div></a></li> <li><a href="header-side-right-open.html"><div>OnClick Open</div></a></li> <li><a href="header-side-right-open-push.html"><div>Push Content</div></a></li> </ul> </li> <li><a href="header-floating.html"><div>Floating Version</div></a></li> <li><a href="static-sticky.html"><div>Static Sticky</div></a></li> <li><a href="responsive-sticky.html"><div>Responsive Sticky</div></a></li> </ul> </li> <li><a href="side-panel.html"><div><i class="icon-line-layout"></i>Side Panel</div></a></li> <li><a href="#"><div><i class="icon-align-justify2"></i>Menu Styles</div></a> <ul> <li><a href="header-light.html"><div>Menu - Style 1</div></a></li> <li><a href="menu-2.html"><div>Menu - Style 2</div></a></li> <li><a href="menu-3.html"><div>Menu - Style 3</div></a></li> <li><a href="menu-4.html"><div>Menu - Style 4</div></a></li> <li><a href="menu-5.html"><div>Menu - Style 5</div></a></li> <li><a href="menu-6.html"><div>Menu - Style 6</div></a></li> <li><a href="menu-7.html"><div>Menu - Style 7</div></a></li> <li><a href="menu-8.html"><div>Menu - Style 8</div></a></li> <li><a href="menu-9.html"><div>Menu - Style 9</div></a></li> <li><a href="menu-10.html"><div>Menu - Overlay</div></a></li> </ul> </li> <li><a href="#"><div><i class="icon-ok-sign"></i>Page Titles</div></a> <ul> <li><a href="page.html"><div>Left Align</div></a></li> <li><a href="page-title-right.html"><div>Right Align</div></a></li> <li><a href="page-title-center.html"><div>Center Align</div></a></li> <li><a href="page-titledark.html"><div>Dark Style</div></a></li> <li><a href="page-title-pattern.html"><div>Pattern Background</div></a></li> <li><a href="page-title-parallax.html"><div>Parallax Background</div></a> <ul> <li><a href="page-title-parallax.html"><div>Default Header</div></a></li> <li><a href="page-title-parallax-header.html"><div>Transparent Header</div></a></li> </ul> </li> <li><a href="page-title-video.html"><div>HTML5 Video</div></a></li> <li><a href="page-title-nobg.html"><div>No Background</div></a></li> <li><a href="page-title-mini.html"><div>Mini Version</div></a></li> </ul> </li> <li><a href="contact.html"><div><i class="icon-envelope-alt"></i>Contact Pages</div></a> <ul> <li><a href="contact.html">Contact 1</a></li> <li><a href="contact-2.html">Contact 2</a></li> <li><a href="contact-3.html">Contact 3</a></li> <li><a href="contact-4.html">Contact 4</a></li> <li><a href="contact-5.html">Contact 5</a></li> <li><a href="contact-6.html">Contact 6</a></li> <li><a href="contact-7.html">Contact 7</a></li> </ul> </li> <li><a href="coming-soon.html"><div><i class="icon-time"></i>Coming Soon</div></a> <ul> <li><a href="coming-soon.html"><div>Simple Layout</div></a></li> <li><a href="coming-soon-2.html"><div>Parallax Image</div></a></li> <li><a href="coming-soon-3.html"><div>HTML5 Video</div></a></li> </ul> </li> <li><a href="#"><div><i class="icon-adjust"></i>Dark Version</div></a></li> <li><a href="#"><div><i class="icon-calendar3"></i>Events</div></a> <ul> <li><a href="events-calendar.html"><div>Full Width Calendar</div></a></li> <li><a href="events-list.html"><div>Events List</div></a> <ul> <li><a href="events-list.html"><div>Right Sidebar</div></a></li> <li><a href="events-list-left-sidebar.html"><div>Left Sidebar</div></a></li> <li><a href="events-list-both-sidebar.html"><div>Both Sidebar</div></a></li> <li><a href="events-list-fullwidth.html"><div>Full Width</div></a></li> <li><a href="events-list-parallax.html"><div>Parallax List</div></a></li> </ul> </li> <li><a href="event-single.html"><div>Single Event</div></a> <ul> <li><a href="event-single-right-sidebar.html"><div>Right Sidebar</div></a></li> <li><a href="event-single-left-sidebar.html"><div>Left Sidebar</div></a></li> <li><a href="event-single-both-sidebar.html"><div>Both Sidebar</div></a></li> <li><a href="event-single.html"><div>Full Width</div></a></li> </ul> </li> <li><a href="event-single-full-width-image.html"><div>Single Event - Full</div></a> <ul> <li><a href="event-single-full-width-image.html"><div>Parallax Image</div></a></li> <li><a href="event-single-full-width-map.html"><div>Google Map</div></a></li> <li><a href="event-single-full-width-slider.html"><div>Slider Gallery</div></a></li> <li><a href="event-single-full-width-video.html"><div>HTML5 Video</div></a></li> </ul> </li> </ul> </li> <li><a href="#footer" data-scrollto="#footer"><div><i class="icon-th"></i>Footers</div></a> <ul> <li><a href="#footer" data-scrollto="#footer"><div>Footer - Layout 1</div></a></li> <li><a href="footer-2.html#footer"><div>Footer - Layout 2</div></a></li> <li><a href="footer-3.html#footer"><div>Footer - Layout 3</div></a></li> <li><a href="footer-4.html#footer"><div>Footer - Layout 4</div></a></li> <li><a href="footer-5.html#footer"><div>Footer - Layout 5</div></a></li> <li><a href="footer-6.html#footer"><div>Footer - Layout 6</div></a></li> </ul> </li> </ul> </li> <li class="mega-menu"><a href="#"><div>Pages</div></a> <div class="mega-menu-content style-2 col-4 clearfix"> <ul> <li class="mega-menu-title"><a href="#"><div>Introduction</div></a> <ul> <li><a href="about.html"><div>About Us</div></a></li> <li><a href="about-2.html"><div>About Us - Layout 2</div></a></li> <li><a href="about-me.html"><div>About Me</div></a></li> <li><a href="team.html"><div>Team Members</div></a></li> <li><a href="jobs.html"><div>Careers</div></a></li> <li><a href="side-navigation.html"><div>Side Navigation</div></a></li> <li><a href="page-submenu.html"><div>Page Submenu</div></a></li> <li><a href="sitemap.html"><div>Sitemap</div></a></li> </ul> </li> </ul> <ul> <li class="mega-menu-title"><a href="#"><div>Utility</div></a> <ul> <li><a href="services.html"><div>Services - Layout 1</div></a></li> <li><a href="services-2.html"><div>Services - Layout 2</div></a></li> <li><a href="services-3.html"><div>Services - Layout 3</div></a></li> <li><a href="faqs.html"><div>FAQs - Layout 1</div></a></li> <li><a href="faqs-2.html"><div>FAQs - Layout 2</div></a></li> <li><a href="faqs-3.html"><div>FAQs - Layout 3</div></a></li> <li><a href="faqs-4.html"><div>FAQs - Layout 4</div></a></li> <li><a href="maintenance.html"><div>Maintenance Page</div></a></li> </ul> </li> </ul> <ul> <li class="mega-menu-title"><a href="#"><div>Layout Grids</div></a> <ul> <li><a href="full-width.html"><div>Full Width</div></a></li> <li><a href="full-width-wide.html"><div>Full Width - Wide</div></a></li> <li><a href="right-sidebar.html"><div>Right Sidebar</div></a></li> <li><a href="left-sidebar.html"><div>Left Sidebar</div></a></li> <li><a href="both-sidebar.html"><div>Both Sidebar</div></a></li> <li><a href="both-right-sidebar.html"><div>Both Right Sidebar</div></a></li> <li><a href="both-left-sidebar.html"><div>Both Left Sidebar</div></a></li> <li><a href="blank-page.html"><div>Blank Page</div></a></li> </ul> </li> </ul> <ul> <li class="mega-menu-title"><a href="#"><div>Miscellaneous</div></a> <ul> <li><a href="login-register.html"><div>Login/Register</div></a></li> <li><a href="login-register-2.html"><div>Login/Register - Style 2</div></a></li> <li><a href="login-register-3.html"><div>Login/Register - Style 3</div></a></li> <li><a href="login-1.html"><div>Login - Style 1</div></a></li> <li><a href="login-2.html"><div>Login - Style 2</div></a></li> <li><a href="404.html"><div>404 - Simple Layout</div></a></li> <li><a href="404-2.html"><div>404 - Parallax Image</div></a></li> <li><a href="404-3.html"><div>404 - HTML5 Video</div></a></li> </ul> </li> </ul> </div> </li> <li class="mega-menu"><a href="#"><div>Portfolio</div></a> <div class="mega-menu-content style-2 col-5 clearfix"> <ul> <li class="mega-menu-title"><a href="#"><div>Grids</div></a> <ul> <li><a href="portfolio-1.html"><div>1 Column</div></a></li> <li><a href="portfolio-2.html"><div>2 Columns</div></a></li> <li><a href="portfolio-3.html"><div>3 Columns</div></a></li> <li><a href="portfolio.html"><div>4 Columns</div></a></li> <li><a href="portfolio-5.html"><div>5 Columns</div></a></li> <li><a href="portfolio-6.html"><div>6 Columns</div></a></li> </ul> </li> </ul> <ul> <li class="mega-menu-title"><a href="#"><div>Masonry</div></a> <ul> <li><a href="portfolio-mixed-masonry.html"><div>Mixed Columns</div></a></li> <li><a href="portfolio-2-masonry.html"><div>2 Columns</div></a></li> <li><a href="portfolio-3-masonry.html"><div>3 Columns</div></a></li> <li><a href="portfolio-masonry.html"><div>4 Columns</div></a></li> <li><a href="portfolio-5-masonry.html"><div>5 Columns</div></a></li> <li><a href="portfolio-6-masonry.html"><div>6 Columns</div></a></li> </ul> </li> </ul> <ul> <li class="mega-menu-title"><a href="#"><div>Loading Styles</div></a> <ul> <li><a href="portfolio.html"><div>jQuery Filter</div></a></li> <li><a href="portfolio-pagination.html"><div>Pagination</div></a></li> <li><a href="portfolio-jpagination.html"><div>jQuery Pagination</div></a></li> <li><a href="portfolio-infinity-scroll.html"><div>Infinity Scroll</div></a></li> <li><a href="portfolio-ajax.html"><div>AJAX In Page</div></a></li> <li><a href="portfolio-ajax-in-modal.html"><div>AJAX In Modal</div></a></li> </ul> </li> </ul> <ul> <li class="mega-menu-title"><a href="#"><div>Single Project</div></a> <ul> <li><a href="portfolio-single-extended.html"><div>Extended Item</div></a></li> <li><a href="portfolio-single-fullwidth.html"><div>Parallax Image</div></a></li> <li><a href="portfolio-single-gallery-full.html"><div>Slider Gallery</div></a></li> <li><a href="portfolio-single-video-fullwidth-left-sidebar.html"><div>HTML5 Video</div></a></li> <li><a href="portfolio-single-thumbs-right-sidebar.html"><div>Masonry Thumbs</div></a></li> <li><a href="portfolio-single-video-both-sidebar.html"><div>Embed Video</div></a></li> </ul> </li> </ul> <ul> <li class="mega-menu-title"><a href="#"><div>Layouts</div></a> <ul> <li><a href="portfolio-nomargin.html"><div>Default</div></a></li> <li><a href="portfolio-1-alt-right-sidebar.html"><div>Right Sidebar</div></a></li> <li><a href="portfolio-3-left-sidebar.html"><div>Left Sidebar</div></a></li> <li><a href="portfolio-2-both-sidebar.html"><div>Both Sidebar</div></a></li> <li><a href="portfolio-fullwidth-notitle.html"><div>100% Width</div></a></li> <li><a href="portfolio-parallax.html"><div>Parallax</div></a></li> </ul> </li> </ul> </div> </li> <li class="current mega-menu"><a href="#"><div>Blog</div></a> <div class="mega-menu-content style-2 col-4 clearfix"> <ul> <li class="mega-menu-title"><a href="#"><div>Default</div></a> <ul> <li><a href="blog.html"><div>Right Sidebar</div></a></li> <li><a href="blog-left-sidebar.html"><div>Left Sidebar</div></a></li> <li><a href="blog-both-sidebar.html"><div>Both Sidebar</div></a></li> <li><a href="blog-full-width.html"><div>Full Width</div></a></li> </ul> </li> <li class="mega-menu-title"><a href="#"><div>Timeline</div></a> <ul> <li><a href="blog-timeline-right-sidebar.html"><div>Right Sidebar</div></a></li> <li><a href="blog-timeline-left-sidebar.html"><div>Left Sidebar</div></a></li> <li><a href="blog-timeline.html"><div>Full Width</div></a></li> </ul> </li> </ul> <ul> <li class="mega-menu-title"><a href="#"><div>Masonry</div></a> <ul> <li><a href="blog-masonry.html"><div>4 Columns</div></a></li> <li><a href="blog-masonry-3.html"><div>3 Columns</div></a></li> <li><a href="blog-masonry-2.html"><div>2 Columns</div></a></li> <li><a href="blog-masonry-full.html"><div>100% Width</div></a></li> </ul> </li> <li class="mega-menu-title"><a href="#"><div>Grid</div></a> <ul> <li><a href="blog-grid.html"><div>4 Columns</div></a></li> <li><a href="blog-grid-3.html"><div>3 Columns</div></a></li> <li><a href="blog-grid-2.html"><div>2 Columns</div></a></li> </ul> </li> </ul> <ul> <li class="mega-menu-title"><a href="#"><div>Small Thumbs</div></a> <ul> <li><a href="blog-small-left-sidebar.html"><div>Left Sidebar</div></a></li> <li><a href="blog-small.html"><div>Right Sidebar</div></a></li> <li><a href="blog-small-both-sidebar.html"><div>Both Sidebar</div></a></li> <li><a href="blog-small-full-width.html"><div>Full Width</div></a></li> <li><a href="blog-small-alt.html"><div>Alternate Layout</div></a></li> </ul> </li> <li class="mega-menu-title"><a href="#"><div>Item Splitting</div></a> <ul> <li><a href="blog-grid.html"><div>Pagination</div></a></li> <li><a href="blog-masonry.html"><div>Infinite Scroll</div></a></li> </ul> </li> </ul> <ul> <li class="mega-menu-title"><a href="#"><div>Single</div></a> <ul> <li><a href="blog-single.html"><div>Default Layout</div></a></li> <li><a href="blog-single-left-sidebar.html"><div>Left Sidebar</div></a></li> <li><a href="blog-single-full.html"><div>Full Width</div></a></li> <li><a href="blog-single-small.html"><div>Small Image</div></a></li> <li><a href="blog-single-split-right-sidebar.html"><div>Split Layout</div></a></li> </ul> </li> <li class="mega-menu-title"><a href="#"><div>Comments Module</div></a> <ul> <li><a href="blog-single-left-sidebar.html#comments"><div>Facebook Comments</div></a></li> <li><a href="blog-single-small.html#comments"><div>Disqus Comments</div></a></li> </ul> </li> </ul> </div> </li> <li><a href="shop.html"><div>Shop</div></a> <ul> <li><a href="shop.html"><div>4 Columns</div></a></li> <li><a href="shop-3.html"><div>3 Columns</div></a> <ul> <li><a href="shop-3.html"><div>Full Width</div></a></li> <li><a href="shop-3-right-sidebar.html"><div>Right Sidebar</div></a></li> <li><a href="shop-3-left-sidebar.html"><div>Left Sidebar</div></a></li> </ul> </li> <li><a href="shop-2.html"><div>2 Columns</div></a> <ul> <li><a href="shop-2-right-sidebar.html"><div>Right Sidebar</div></a></li> <li><a href="shop-2-left-sidebar.html"><div>Left Sidebar</div></a></li> <li><a href="shop-2-both-sidebar.html"><div>Both Sidebar</div></a></li> </ul> </li> <li><a href="shop-1.html"><div>1 Columns</div></a> <ul> <li><a href="shop-1.html"><div>Full Width</div></a></li> <li><a href="shop-1-right-sidebar.html"><div>Right Sidebar</div></a></li> <li><a href="shop-1-left-sidebar.html"><div>Left Sidebar</div></a></li> <li><a href="shop-1-both-sidebar.html"><div>Both Sidebar</div></a></li> </ul> </li> <li><a href="shop-category-parallax.html"><div>Categories - Parallax</div></a></li> <li><a href="shop-single.html"><div>Single Product</div></a> <ul> <li><a href="shop-single.html"><div>Full Width</div></a></li> <li><a href="shop-single-right-sidebar.html"><div>Right Sidebar</div></a></li> <li><a href="shop-single-left-sidebar.html"><div>Left Sidebar</div></a></li> <li><a href="shop-single-both-sidebar.html"><div>Both Sidebar</div></a></li> </ul> </li> <li><a href="cart.html"><div>Cart</div></a></li> <li><a href="checkout.html"><div>Checkout</div></a></li> </ul> </li> <li class="mega-menu"><a href="#"><div>Shortcodes</div></a> <div class="mega-menu-content col-5 clearfix"> <ul> <li><a href="animations.html"><div><i class="icon-magic"></i>Animations</div></a></li> <li><a href="buttons.html"><div><i class="icon-link"></i>Buttons</div></a></li> <li><a href="carousel.html"><div><i class="icon-heart3"></i>Carousel</div></a></li> <li><a href="charts.html"><div><i class="icon-bar-chart"></i>Charts</div></a></li> <li><a href="clients.html"><div><i class="icon-apple"></i>Clients</div></a></li> <li><a href="columns-grids.html"><div><i class="icon-th-large"></i>Columns</div></a></li> <li><a href="counters.html"><div><i class="icon-time"></i>Counters</div></a></li> </ul> <ul> <li><a href="dividers.html"><div><i class="icon-indent-right"></i>Dividers</div></a></li> <li><a href="featured-boxes.html"><div><i class="icon-lightbulb"></i>Icon Boxes</div></a></li> <li><a href="gallery.html"><div><i class="icon-picture"></i>Galleries</div></a></li> <li><a href="headings-dropcaps.html"><div><i class="icon-pencil2"></i>Heading Styles</div></a></li> <li><a href="icon-lists.html"><div><i class="icon-list-alt"></i>Icon Lists</div></a></li> <li><a href="labels-badges.html"><div><i class="icon-plus-sign"></i>Labels</div></a></li> <li><a href="lightbox.html"><div><i class="icon-resize-full"></i>Lightbox</div></a></li> </ul> <ul> <li><a href="lists-panels.html"><div><i class="icon-th-list"></i>Lists &amp; Panels</div></a></li> <li><a href="maps.html"><div><i class="icon-map-marker2"></i>Maps</div></a></li> <li><a href="media-embeds.html"><div><i class="icon-play"></i>Media Embeds</div></a></li> <li><a href="modal-popovers.html"><div><i class="icon-move"></i>Modal Boxes</div></a></li> <li><a href="navigation.html"><div><i class="icon-align-justify2"></i>Navigations</div></a></li> <li><a href="pagination-progress.html"><div><i class="icon-cogs"></i>Pagination</div></a></li> <li><a href="pie-skills.html"><div><i class="icon-tasks"></i>Pies &amp; Skills</div></a></li> </ul> <ul> <li><a href="pricing.html"><div><i class="icon-dollar"></i>Pricing Boxes</div></a></li> <li><a href="process-steps.html"><div><i class="icon-thumbs-up"></i>Process Steps</div></a></li> <li><a href="promo-boxes.html"><div><i class="icon-rocket"></i>Promo Boxes</div></a></li> <li><a href="quotes-blockquotes.html"><div><i class="icon-quote-left"></i>Blockquotes</div></a></li> <li><a href="responsive.html"><div><i class="icon-laptop2"></i>Responsive</div></a></li> <li><a href="sections.html"><div><i class="icon-folder-open"></i>Sections</div></a></li> <li><a href="social-icons.html"><div><i class="icon-facebook2"></i>Social Icons</div></a></li> </ul> <ul> <li><a href="style-boxes.html"><div><i class="icon-exclamation-sign"></i>Alert Boxes</div></a></li> <li><a href="styled-icons.html"><div><i class="icon-flag2"></i>Styled Icons</div></a></li> <li><a href="tables.html"><div><i class="icon-table"></i>Tables</div></a></li> <li><a href="tabs.html"><div><i class="icon-star3"></i>Tabs</div></a></li> <li><a href="testimonials-twitter.html"><div><i class="icon-user4"></i>Testimonials</div></a></li> <li><a href="thumbnails-slider.html"><div><i class="icon-camera3"></i>Thumbnails</div></a></li> <li><a href="toggles-accordions.html"><div><i class="icon-ok-circle"></i>Toggles</div></a></li> </ul> </div> </li> </ul> <!-- Top Cart ============================================= --> <div id="top-cart"> <a href="#" id="top-cart-trigger"><i class="icon-shopping-cart"></i><span>5</span></a> <div class="top-cart-content"> <div class="top-cart-title"> <h4>Shopping Cart</h4> </div> <div class="top-cart-items"> <div class="top-cart-item clearfix"> <div class="top-cart-item-image"> <a href="#"><img src="images/shop/small/1.jpg" alt="Blue Round-Neck Tshirt" /></a> </div> <div class="top-cart-item-desc"> <a href="#">Blue Round-Neck Tshirt</a> <span class="top-cart-item-price">$19.99</span> <span class="top-cart-item-quantity">x 2</span> </div> </div> <div class="top-cart-item clearfix"> <div class="top-cart-item-image"> <a href="#"><img src="images/shop/small/6.jpg" alt="Light Blue Denim Dress" /></a> </div> <div class="top-cart-item-desc"> <a href="#">Light Blue Denim Dress</a> <span class="top-cart-item-price">$24.99</span> <span class="top-cart-item-quantity">x 3</span> </div> </div> </div> <div class="top-cart-action clearfix"> <span class="fleft top-checkout-price">$114.95</span> <button class="button button-3d button-small nomargin fright">View Cart</button> </div> </div> </div><!-- #top-cart end --> <!-- Top Search ============================================= --> <div id="top-search"> <a href="#" id="top-search-trigger"><i class="icon-search3"></i><i class="icon-line-cross"></i></a> <form action="search.html" method="get"> <input type="text" name="q" class="form-control" value="" placeholder="Type &amp; Hit Enter.."> </form> </div><!-- #top-search end --> </nav><!-- #primary-menu end --> </div> </div> </header><!-- #header end --> <!-- Page Title ============================================= --> <section id="page-title"> <div class="container clearfix"> <h1>Blog Single</h1> <ol class="breadcrumb"> <li><a href="#">Home</a></li> <li><a href="#">Blog</a></li> <li class="active">Blog Single</li> </ol> </div> </section><!-- #page-title end --> <!-- Content ============================================= --> <section id="content"> <div class="content-wrap"> <div class="container clearfix"> <!-- Post Content ============================================= --> <div class="postcontent nobottommargin clearfix"> <div class="single-post nobottommargin"> <!-- Single Post ============================================= --> <div class="entry clearfix"> <!-- Entry Title ============================================= --> <div class="entry-title"> <h2>This is a Standard post with a Preview Image</h2> </div><!-- .entry-title end --> <!-- Entry Meta ============================================= --> <ul class="entry-meta clearfix"> <li><i class="icon-calendar3"></i> 10th July 2014</li> <li><a href="#"><i class="icon-user"></i> admin</a></li> <li><i class="icon-folder-open"></i> <a href="#">General</a>, <a href="#">Media</a></li> <li><a href="#"><i class="icon-comments"></i> 43 Comments</a></li> <li><a href="#"><i class="icon-camera-retro"></i></a></li> </ul><!-- .entry-meta end --> <!-- Entry Image ============================================= --> <div class="entry-image"> <a href="#"><img src="images/blog/full/1.jpg" alt="Blog Single"></a> </div><!-- .entry-image end --> <!-- Entry Content ============================================= --> <div class="entry-content notopmargin"> <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p> <p>Nullam id dolor id nibh ultricies vehicula ut id elit. <a href="#">Curabitur blandit tempus porttitor</a>. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper.</p> <blockquote><p>Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper.</p></blockquote> <p>Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. Donec id elit non mi porta gravida at eget metus.</p> <p>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Aenean lacinia bibendum nulla sed consectetur. Cras justo odio, dapibus ac facilisis in, egestas eget quam. <a href="#">Nullam quis risus eget urna</a> mollis ornare vel eu leo. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p> <pre> #header-inner { width: 940px; margin: 0 auto; padding-top: 40px; }</pre> <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p> <p>Nullam id dolor id nibh ultricies vehicula ut id elit. Curabitur blandit tempus porttitor. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper.</p> <!-- Post Single - Content End --> <!-- Tag Cloud ============================================= --> <div class="tagcloud clearfix bottommargin"> <a href="#">general</a> <a href="#">information</a> <a href="#">media</a> <a href="#">press</a> <a href="#">gallery</a> <a href="#">illustration</a> </div><!-- .tagcloud end --> <div class="clear"></div> <!-- Post Single - Share ============================================= --> <div class="si-share noborder clearfix"> <span>Share this Post:</span> <div> <a href="#" class="social-icon si-borderless si-facebook"> <i class="icon-facebook"></i> <i class="icon-facebook"></i> </a> <a href="#" class="social-icon si-borderless si-twitter"> <i class="icon-twitter"></i> <i class="icon-twitter"></i> </a> <a href="#" class="social-icon si-borderless si-pinterest"> <i class="icon-pinterest"></i> <i class="icon-pinterest"></i> </a> <a href="#" class="social-icon si-borderless si-gplus"> <i class="icon-gplus"></i> <i class="icon-gplus"></i> </a> <a href="#" class="social-icon si-borderless si-rss"> <i class="icon-rss"></i> <i class="icon-rss"></i> </a> <a href="#" class="social-icon si-borderless si-email3"> <i class="icon-email3"></i> <i class="icon-email3"></i> </a> </div> </div><!-- Post Single - Share End --> </div> </div><!-- .entry end --> <!-- Post Navigation ============================================= --> <div class="post-navigation clearfix"> <div class="col_half nobottommargin"> <a href="#">&lArr; This is a Standard post with a Slider Gallery</a> </div> <div class="col_half col_last tright nobottommargin"> <a href="#">This is an Embedded Audio Post &rArr;</a> </div> </div><!-- .post-navigation end --> <div class="line"></div> <!-- Post Author Info ============================================= --> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Posted by <span><a href="#">John Doe</a></span></h3> </div> <div class="panel-body"> <div class="author-image"> <img src="images/author/1.jpg" alt="" class="img-circle"> </div> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolores, eveniet, eligendi et nobis neque minus mollitia sit repudiandae ad repellendus recusandae blanditiis praesentium vitae ab sint earum voluptate velit beatae alias fugit accusantium laboriosam nisi reiciendis deleniti tenetur molestiae maxime id quaerat consequatur fugiat aliquam laborum nam aliquid. Consectetur, perferendis? </div> </div><!-- Post Single - Author End --> <div class="line"></div> <h4>Related Posts:</h4> <div class="related-posts clearfix"> <div class="col_half nobottommargin"> <div class="mpost clearfix"> <div class="entry-image"> <a href="#"><img src="images/blog/small/10.jpg" alt="Blog Single"></a> </div> <div class="entry-c"> <div class="entry-title"> <h4><a href="#">This is an Image Post</a></h4> </div> <ul class="entry-meta clearfix"> <li><i class="icon-calendar3"></i> 10th July 2014</li> <li><a href="#"><i class="icon-comments"></i> 12</a></li> </ul> <div class="entry-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia nisi perferendis.</div> </div> </div> <div class="mpost clearfix"> <div class="entry-image"> <a href="#"><img src="images/blog/small/20.jpg" alt="Blog Single"></a> </div> <div class="entry-c"> <div class="entry-title"> <h4><a href="#">This is a Video Post</a></h4> </div> <ul class="entry-meta clearfix"> <li><i class="icon-calendar3"></i> 24th July 2014</li> <li><a href="#"><i class="icon-comments"></i> 16</a></li> </ul> <div class="entry-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia nisi perferendis.</div> </div> </div> </div> <div class="col_half nobottommargin col_last"> <div class="mpost clearfix"> <div class="entry-image"> <a href="#"><img src="images/blog/small/21.jpg" alt="Blog Single"></a> </div> <div class="entry-c"> <div class="entry-title"> <h4><a href="#">This is a Gallery Post</a></h4> </div> <ul class="entry-meta clearfix"> <li><i class="icon-calendar3"></i> 8th Aug 2014</li> <li><a href="#"><i class="icon-comments"></i> 8</a></li> </ul> <div class="entry-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia nisi perferendis.</div> </div> </div> <div class="mpost clearfix"> <div class="entry-image"> <a href="#"><img src="images/blog/small/22.jpg" alt="Blog Single"></a> </div> <div class="entry-c"> <div class="entry-title"> <h4><a href="#">This is an Audio Post</a></h4> </div> <ul class="entry-meta clearfix"> <li><i class="icon-calendar3"></i> 22nd Aug 2014</li> <li><a href="#"><i class="icon-comments"></i> 21</a></li> </ul> <div class="entry-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia nisi perferendis.</div> </div> </div> </div> </div> <!-- Comments ============================================= --> <div id="comments" class="clearfix"> <h3 id="comments-title"><span>3</span> Comments</h3> <!-- Comments List ============================================= --> <ol class="commentlist clearfix"> <li class="comment even thread-even depth-1" id="li-comment-1"> <div id="comment-1" class="comment-wrap clearfix"> <div class="comment-meta"> <div class="comment-author vcard"> <span class="comment-avatar clearfix"> <img alt='' src='http://0.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=60' class='avatar avatar-60 photo avatar-default' height='60' width='60' /></span> </div> </div> <div class="comment-content clearfix"> <div class="comment-author">John Doe<span><a href="#" title="Permalink to this comment">April 24, 2012 at 10:46 am</a></span></div> <p>Donec sed odio dui. Nulla vitae elit libero, a pharetra augue. Nullam id dolor id nibh ultricies vehicula ut id elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p> <a class='comment-reply-link' href='#'><i class="icon-reply"></i></a> </div> <div class="clear"></div> </div> <ul class='children'> <li class="comment byuser comment-author-_smcl_admin odd alt depth-2" id="li-comment-3"> <div id="comment-3" class="comment-wrap clearfix"> <div class="comment-meta"> <div class="comment-author vcard"> <span class="comment-avatar clearfix"> <img alt='' src='http://1.gravatar.com/avatar/30110f1f3a4238c619bcceb10f4c4484?s=40&amp;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></span> </div> </div> <div class="comment-content clearfix"> <div class="comment-author"><a href='#' rel='external nofollow' class='url'>SemiColon</a><span><a href="#" title="Permalink to this comment">April 25, 2012 at 1:03 am</a></span></div> <p>Nullam id dolor id nibh ultricies vehicula ut id elit.</p> <a class='comment-reply-link' href='#'><i class="icon-reply"></i></a> </div> <div class="clear"></div> </div> </li> </ul> </li> <li class="comment byuser comment-author-_smcl_admin even thread-odd thread-alt depth-1" id="li-comment-2"> <div id="comment-2" class="comment-wrap clearfix"> <div class="comment-meta"> <div class="comment-author vcard"> <span class="comment-avatar clearfix"> <img alt='' src='http://1.gravatar.com/avatar/30110f1f3a4238c619bcceb10f4c4484?s=60&amp;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D60&amp;r=G' class='avatar avatar-60 photo' height='60' width='60' /></span> </div> </div> <div class="comment-content clearfix"> <div class="comment-author"><a href='http://themeforest.net/user/semicolonweb' rel='external nofollow' class='url'>SemiColon</a><span><a href="#" title="Permalink to this comment">April 25, 2012 at 1:03 am</a></span></div> <p>Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p> <a class='comment-reply-link' href='#'><i class="icon-reply"></i></a> </div> <div class="clear"></div> </div> </li> </ol><!-- .commentlist end --> <div class="clear"></div> <!-- Comment Form ============================================= --> <div id="respond" class="clearfix"> <h3>Leave a <span>Comment</span></h3> <form class="clearfix" action="#" method="post" id="commentform"> <div class="col_one_third"> <label for="author">Name</label> <input type="text" name="author" id="author" value="" size="22" tabindex="1" class="sm-form-control" /> </div> <div class="col_one_third"> <label for="email">Email</label> <input type="text" name="email" id="email" value="" size="22" tabindex="2" class="sm-form-control" /> </div> <div class="col_one_third col_last"> <label for="url">Website</label> <input type="text" name="url" id="url" value="" size="22" tabindex="3" class="sm-form-control" /> </div> <div class="clear"></div> <div class="col_full"> <label for="comment">Comment</label> <textarea name="comment" cols="58" rows="7" tabindex="4" class="sm-form-control"></textarea> </div> <div class="col_full nobottommargin"> <button name="submit" type="submit" id="submit-button" tabindex="5" value="Submit" class="button button-3d nomargin">Submit Comment</button> </div> </form> </div><!-- #respond end --> </div><!-- #comments end --> </div> </div><!-- .postcontent end --> <!-- Sidebar ============================================= --> <div class="sidebar nobottommargin col_last clearfix"> <div class="sidebar-widgets-wrap"> <div class="widget widget-twitter-feed clearfix"> <h4>Twitter Feed</h4> <ul id="sidebar-twitter-list-1" class="iconlist"> <li></li> </ul> <a href="#" class="btn btn-default btn-sm fright">Follow Us on Twitter</a> <script type="text/javascript"> jQuery( function($){ $.getJSON('include/twitter/tweets.php?username=envato', function(tweets){ $("#sidebar-twitter-list-1").html(sm_format_twitter(tweets)); }); }); </script> </div> <div class="widget clearfix"> <h4>Flickr Photostream</h4> <div id="flickr-widget" class="flickr-feed masonry-thumbs" data-id="613394@N22" data-count="16" data-type="group" data-lightbox="gallery"></div> </div> <div class="widget clearfix"> <div class="tabs nobottommargin clearfix" id="sidebar-tabs"> <ul class="tab-nav clearfix"> <li><a href="#tabs-1">Popular</a></li> <li><a href="#tabs-2">Recent</a></li> <li><a href="#tabs-3"><i class="icon-comments-alt norightmargin"></i></a></li> </ul> <div class="tab-container"> <div class="tab-content clearfix" id="tabs-1"> <div id="popular-post-list-sidebar"> <div class="spost clearfix"> <div class="entry-image"> <a href="#" class="nobg"><img class="img-circle" src="images/magazine/small/3.jpg" alt=""></a> </div> <div class="entry-c"> <div class="entry-title"> <h4><a href="#">Debitis nihil placeat, illum est nisi</a></h4> </div> <ul class="entry-meta"> <li><i class="icon-comments-alt"></i> 35 Comments</li> </ul> </div> </div> <div class="spost clearfix"> <div class="entry-image"> <a href="#" class="nobg"><img class="img-circle" src="images/magazine/small/2.jpg" alt=""></a> </div> <div class="entry-c"> <div class="entry-title"> <h4><a href="#">Elit Assumenda vel amet dolorum quasi</a></h4> </div> <ul class="entry-meta"> <li><i class="icon-comments-alt"></i> 24 Comments</li> </ul> </div> </div> <div class="spost clearfix"> <div class="entry-image"> <a href="#" class="nobg"><img class="img-circle" src="images/magazine/small/1.jpg" alt=""></a> </div> <div class="entry-c"> <div class="entry-title"> <h4><a href="#">Lorem ipsum dolor sit amet, consectetur</a></h4> </div> <ul class="entry-meta"> <li><i class="icon-comments-alt"></i> 19 Comments</li> </ul> </div> </div> </div> </div> <div class="tab-content clearfix" id="tabs-2"> <div id="recent-post-list-sidebar"> <div class="spost clearfix"> <div class="entry-image"> <a href="#" class="nobg"><img class="img-circle" src="images/magazine/small/1.jpg" alt=""></a> </div> <div class="entry-c"> <div class="entry-title"> <h4><a href="#">Lorem ipsum dolor sit amet, consectetur</a></h4> </div> <ul class="entry-meta"> <li>10th July 2014</li> </ul> </div> </div> <div class="spost clearfix"> <div class="entry-image"> <a href="#" class="nobg"><img class="img-circle" src="images/magazine/small/2.jpg" alt=""></a> </div> <div class="entry-c"> <div class="entry-title"> <h4><a href="#">Elit Assumenda vel amet dolorum quasi</a></h4> </div> <ul class="entry-meta"> <li>10th July 2014</li> </ul> </div> </div> <div class="spost clearfix"> <div class="entry-image"> <a href="#" class="nobg"><img class="img-circle" src="images/magazine/small/3.jpg" alt=""></a> </div> <div class="entry-c"> <div class="entry-title"> <h4><a href="#">Debitis nihil placeat, illum est nisi</a></h4> </div> <ul class="entry-meta"> <li>10th July 2014</li> </ul> </div> </div> </div> </div> <div class="tab-content clearfix" id="tabs-3"> <div id="recent-post-list-sidebar"> <div class="spost clearfix"> <div class="entry-image"> <a href="#" class="nobg"><img class="img-circle" src="images/icons/avatar.jpg" alt=""></a> </div> <div class="entry-c"> <strong>John Doe:</strong> Veritatis recusandae sunt repellat distinctio... </div> </div> <div class="spost clearfix"> <div class="entry-image"> <a href="#" class="nobg"><img class="img-circle" src="images/icons/avatar.jpg" alt=""></a> </div> <div class="entry-c"> <strong>Mary Jane:</strong> Possimus libero, earum officia architecto maiores.... </div> </div> <div class="spost clearfix"> <div class="entry-image"> <a href="#" class="nobg"><img class="img-circle" src="images/icons/avatar.jpg" alt=""></a> </div> <div class="entry-c"> <strong>Site Admin:</strong> Deleniti magni labore laboriosam odio... </div> </div> </div> </div> </div> </div> </div> <div class="widget clearfix"> <h4>Portfolio Carousel</h4> <div id="oc-portfolio-sidebar" class="owl-carousel portfolio-5"> <div class="oc-item"> <div class="iportfolio"> <div class="portfolio-image"> <a href="#"> <img src="images/portfolio/4/3.jpg" alt="Mac Sunglasses"> </a> <div class="portfolio-overlay"> <a href="http://vimeo.com/89396394" class="center-icon" data-lightbox="iframe"><i class="icon-line-play"></i></a> </div> </div> <div class="portfolio-desc center nobottompadding"> <h3><a href="portfolio-single-video.html">Mac Sunglasses</a></h3> <span><a href="#">Graphics</a>, <a href="#">UI Elements</a></span> </div> </div> </div> <div class="oc-item"> <div class="iportfolio"> <div class="portfolio-image"> <a href="portfolio-single.html"> <img src="images/portfolio/4/1.jpg" alt="Open Imagination"> </a> <div class="portfolio-overlay"> <a href="images/blog/full/1.jpg" class="center-icon" data-lightbox="image"><i class="icon-line-plus"></i></a> </div> </div> <div class="portfolio-desc center nobottompadding"> <h3><a href="portfolio-single.html">Open Imagination</a></h3> <span><a href="#">Media</a>, <a href="#">Icons</a></span> </div> </div> </div> </div> <script type="text/javascript"> jQuery(document).ready(function($) { var ocClients = $("#oc-portfolio-sidebar"); ocClients.owlCarousel({ items: 1, margin: 10, loop: true, nav: false, autoplay: true, dots: true, autoplayHoverPause: true }); }); </script> </div> <div class="widget clearfix"> <h4>Tag Cloud</h4> <div class="tagcloud"> <a href="#">general</a> <a href="#">videos</a> <a href="#">music</a> <a href="#">media</a> <a href="#">photography</a> <a href="#">parallax</a> <a href="#">ecommerce</a> <a href="#">terms</a> <a href="#">coupons</a> <a href="#">modern</a> </div> </div> </div> </div><!-- .sidebar end --> </div> </div> </section><!-- #content end --> <!-- Footer ============================================= --> <footer id="footer" class="dark"> <div class="container"> <!-- Footer Widgets ============================================= --> <div class="footer-widgets-wrap clearfix"> <div class="col_two_third"> <div class="col_one_third"> <div class="widget clearfix"> <img src="images/footer-widget-logo.png" alt="" class="footer-logo"> <p>We believe in <strong>Simple</strong>, <strong>Creative</strong> &amp; <strong>Flexible</strong> Design Standards.</p> <div style="background: url('images/world-map.png') no-repeat center center; background-size: 100%;"> <address> <strong>Headquarters:</strong><br> 795 Folsom Ave, Suite 600<br> San Francisco, CA 94107<br> </address> <abbr title="Phone Number"><strong>Phone:</strong></abbr> (91) 8547 632521<br> <abbr title="Fax"><strong>Fax:</strong></abbr> (91) 11 4752 1433<br> <abbr title="Email Address"><strong>Email:</strong></abbr> info@canvas.com </div> </div> </div> <div class="col_one_third"> <div class="widget widget_links clearfix"> <h4>Blogroll</h4> <ul> <li><a href="http://codex.wordpress.org/">Documentation</a></li> <li><a href="http://wordpress.org/support/forum/requests-and-feedback">Feedback</a></li> <li><a href="http://wordpress.org/extend/plugins/">Plugins</a></li> <li><a href="http://wordpress.org/support/">Support Forums</a></li> <li><a href="http://wordpress.org/extend/themes/">Themes</a></li> <li><a href="http://wordpress.org/news/">WordPress Blog</a></li> <li><a href="http://planet.wordpress.org/">WordPress Planet</a></li> </ul> </div> </div> <div class="col_one_third col_last"> <div class="widget clearfix"> <h4>Recent Posts</h4> <div id="post-list-footer"> <div class="spost clearfix"> <div class="entry-c"> <div class="entry-title"> <h4><a href="#">Lorem ipsum dolor sit amet, consectetur</a></h4> </div> <ul class="entry-meta"> <li>10th July 2014</li> </ul> </div> </div> <div class="spost clearfix"> <div class="entry-c"> <div class="entry-title"> <h4><a href="#">Elit Assumenda vel amet dolorum quasi</a></h4> </div> <ul class="entry-meta"> <li>10th July 2014</li> </ul> </div> </div> <div class="spost clearfix"> <div class="entry-c"> <div class="entry-title"> <h4><a href="#">Debitis nihil placeat, illum est nisi</a></h4> </div> <ul class="entry-meta"> <li>10th July 2014</li> </ul> </div> </div> </div> </div> </div> </div> <div class="col_one_third col_last"> <div class="widget clearfix" style="margin-bottom: -20px;"> <div class="row"> <div class="col-md-6 bottommargin-sm"> <div class="counter counter-small"><span data-from="50" data-to="15065421" data-refresh-interval="80" data-speed="3000" data-comma="true"></span></div> <h5 class="nobottommargin">Total Downloads</h5> </div> <div class="col-md-6 bottommargin-sm"> <div class="counter counter-small"><span data-from="100" data-to="18465" data-refresh-interval="50" data-speed="2000" data-comma="true"></span></div> <h5 class="nobottommargin">Clients</h5> </div> </div> </div> <div class="widget subscribe-widget clearfix"> <h5><strong>Subscribe</strong> to Our Newsletter to get Important News, Amazing Offers &amp; Inside Scoops:</h5> <div id="widget-subscribe-form-result" data-notify-type="success" data-notify-msg=""></div> <form id="widget-subscribe-form" action="include/subscribe.php" role="form" method="post" class="nobottommargin"> <div class="input-group divcenter"> <span class="input-group-addon"><i class="icon-email2"></i></span> <input type="email" id="widget-subscribe-form-email" name="widget-subscribe-form-email" class="form-control required email" placeholder="Enter your Email"> <span class="input-group-btn"> <button class="btn btn-success" type="submit">Subscribe</button> </span> </div> </form> <script type="text/javascript"> $("#widget-subscribe-form").validate({ submitHandler: function(form) { $(form).find('.input-group-addon').find('.icon-email2').removeClass('icon-email2').addClass('icon-line-loader icon-spin'); $(form).ajaxSubmit({ target: '#widget-subscribe-form-result', success: function() { $(form).find('.input-group-addon').find('.icon-line-loader').removeClass('icon-line-loader icon-spin').addClass('icon-email2'); $('#widget-subscribe-form').find('.form-control').val(''); $('#widget-subscribe-form-result').attr('data-notify-msg', $('#widget-subscribe-form-result').html()).html(''); SEMICOLON.widget.notifications($('#widget-subscribe-form-result')); } }); } }); </script> </div> <div class="widget clearfix" style="margin-bottom: -20px;"> <div class="row"> <div class="col-md-6 clearfix bottommargin-sm"> <a href="#" class="social-icon si-dark si-colored si-facebook nobottommargin" style="margin-right: 10px;"> <i class="icon-facebook"></i> <i class="icon-facebook"></i> </a> <a href="#"><small style="display: block; margin-top: 3px;"><strong>Like us</strong><br>on Facebook</small></a> </div> <div class="col-md-6 clearfix"> <a href="#" class="social-icon si-dark si-colored si-rss nobottommargin" style="margin-right: 10px;"> <i class="icon-rss"></i> <i class="icon-rss"></i> </a> <a href="#"><small style="display: block; margin-top: 3px;"><strong>Subscribe</strong><br>to RSS Feeds</small></a> </div> </div> </div> </div> </div><!-- .footer-widgets-wrap end --> </div> <!-- Copyrights ============================================= --> <div id="copyrights"> <div class="container clearfix"> <div class="col_half"> Copyrights &copy; 2014 All Rights Reserved by Canvas Inc.<br> <div class="copyright-links"><a href="#">Terms of Use</a> / <a href="#">Privacy Policy</a></div> </div> <div class="col_half col_last tright"> <div class="fright clearfix"> <a href="#" class="social-icon si-small si-borderless si-facebook"> <i class="icon-facebook"></i> <i class="icon-facebook"></i> </a> <a href="#" class="social-icon si-small si-borderless si-twitter"> <i class="icon-twitter"></i> <i class="icon-twitter"></i> </a> <a href="#" class="social-icon si-small si-borderless si-gplus"> <i class="icon-gplus"></i> <i class="icon-gplus"></i> </a> <a href="#" class="social-icon si-small si-borderless si-pinterest"> <i class="icon-pinterest"></i> <i class="icon-pinterest"></i> </a> <a href="#" class="social-icon si-small si-borderless si-vimeo"> <i class="icon-vimeo"></i> <i class="icon-vimeo"></i> </a> <a href="#" class="social-icon si-small si-borderless si-github"> <i class="icon-github"></i> <i class="icon-github"></i> </a> <a href="#" class="social-icon si-small si-borderless si-yahoo"> <i class="icon-yahoo"></i> <i class="icon-yahoo"></i> </a> <a href="#" class="social-icon si-small si-borderless si-linkedin"> <i class="icon-linkedin"></i> <i class="icon-linkedin"></i> </a> </div> <div class="clear"></div> <i class="icon-envelope2"></i> info@canvas.com <span class="middot">&middot;</span> <i class="icon-headphones"></i> +91-11-6541-6369 <span class="middot">&middot;</span> <i class="icon-skype2"></i> CanvasOnSkype </div> </div> </div><!-- #copyrights end --> </footer><!-- #footer end --> </div><!-- #wrapper end --> <!-- Go To Top ============================================= --> <div id="gotoTop" class="icon-angle-up"></div> <!-- Footer Scripts ============================================= --> <script type="text/javascript" src="js/functions.js"></script> </body> </html>
archive/1.3.8/demo/yui3/dynamicAnchorsDemo.html
doubleblacktech/learn-plumb
<!doctype html> <html> <head> <title>jsPlumb 1.3.8 - Dynamic Anchors Demonstration - YUI3</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <link rel="stylesheet" href="../css/jsPlumbDemo.css"> <link rel="stylesheet" href="../css/dynamicAnchorsDemo.css"> </head> <body onunload="jsPlumb.unload();" data-demo-id="dynamicAnchorsDemo" data-library="yui3"> <div id="demo"> <div class="window" id="window1"><strong>1</strong><br/><br/></div> <div class="window" id="window2"><strong>2</strong><br/><br/></div> <div class="window" id="window3"><strong>3</strong><br/><br/></div> <div class="window" id="window4"><strong>4</strong><br/><br/></div> <div class="window" id="window5"><strong>5</strong><br/><br/></div> <div class="window" id="window6"><strong>6</strong><br/><br/></div> </div> <div id="explanation"> <p>This is a demonstration of anchors that change position dependent on the location of the other element in a connection. Each connection is decorated with a jsPlumb.Overlays.Diamond, located halfway along the connector.</p> <p>You can drag new connections between blue endpoints.</p> <p>This demonstration uses jsPlumb 1.3.8 and YUI 3.3.0.</p> </div> <script type="text/javascript" src="http://yui.yahooapis.com/3.3.0/build/simpleyui/simpleyui-min.js"></script> <script type='text/javascript' src='../js/yui.jsPlumb-1.3.8-all-min.js'></script> <!-- demo code --> <script type="text/javascript" src="../js/dynamicAnchorsDemo.js"></script> <!-- demo helper code --> <script type="text/javascript" src="../js/demo-list.js"></script> <script type="text/javascript" src="../js/demo-helper-yui3.js"></script> </body> </html>
snippets/covalent/file-upload/:?.html
1tontech/material2-snippets
interface IUploadOptions { url: string; method: 'post' | 'put'; file: File; headers?: {[key: string]: string}; } import { TdFileService, IUploadOptions } from '@covalent/core'; export class Demo { file: File; constructor(private fileUploadService: TdFileService){ }; uploadEvent(file: File) { let options: IUploadOptions = { url: 'https://url.to/API', method: 'post', file: file }; this.fileService.upload(options).subscribe((response) => { // on success }); }; }
pages/paysages/paysages-collines.html
opencasa/Patrimoine-CASA
 <title>Les paysages - Les collines</title> <div class="list card"> <p><b><span class="titre">Les paysages</span></b><span class="titre"> - Les collines</span></p> <p class="police">La topographie collinaire est caractérisée par des paysages de restanques sur les coteaux et de petites plaines en fond de vallée.<br /> Dans les collines, les espaces naturels s’appuient sur le réseau hydrographique et la topographie, les vallées encaissées offrant un terrain moins amène pour l’urbanisation. Les parcs naturels départementaux constituent une assise supplémentaire aux milieux naturels. Cependant, une grande partie du territoire accueillent également une urbanisation qui s’est développée en nappes et grignote les côteaux accueillant oliveraies, vergers et cultures maraîchères.<br /> L’horticulture en serres et les vergers d’orangers ont laissé un paysage de terrasses, dominé par les bois en sommets des collines. Ces restanques ont été investies après les années 50 par l’urbanisation résidentielle.<br /> L’urbanisation s’implante entre les vallées principales (Loup, Mardaric, Brague). On distingue différentes densités :<br /> - zones de densités faibles (Le Rouret, Roquefort-les-Pins) : grandes parcelles anciennement agricoles (restanques, oliviers) ou boisées<br /> - zones de densités urbaines plus fortes (Villeneuve-Loubet, La Colle-sur-Loup, St-Paul) àù la ville gagne sur la forêt et les paysages provençaux.<br /> <br /> Pour cultiver et irriguer ces campagnes, les paysans déployaient des trésors d’intelligence et des eff orts considérables. La construction des terrasses de culture permettaient de retenir l’eau aussi bien que la terre. Celles du bassin méditerranéen, et particulièrement des Alpes-Maritimes où la plus grande partie de l’espace agricole se situait sur les pentes, n’ont existé et n’ont été cultivables qu’au prix d’un travail gigantesque de construction de ces murs de pierre sèche et de leur continuel entretien, principalement lors des épisodes de reconstruction et d’essor démographique depuis la fi n du Moyen-Age (le maximum se situant aux XVIIIe et XIXe siècles). Ces terrasses avaient pour but de mettre en valeur les terres les plus précieuses pour y implanter les jardins potagers près des villages, les vignes, les céréales, les oliviers, les arbres fruitiers, les cultures maraîchères, les fl eurs à parfum ou à bouquets... Les terres bêchées et binées n’étaient plus soumises à l’érosion et les planches horizontales convenaient pour l’irrigation par gravité.</p> <div class="position_gauche_50"><img src="../img/restanque_opiop14.jpg" width="247" height="138" /><br /> <br /> <span class="gras">Restanques du XXe siècle - Côté Nord - Opio</span></div> <div class="position_droite_50"><img src="../img/restanque_biotp14.jpg" width="202" height="138" /><br /> <br /> <span class="gras">Restanques du XXe siècle - Biot</span></div> <div class="texte_justifie_100">Aujourd’hui, ces terrasses sont encore présentes sur le territoire de la CASA et couvrent de 30 à plus de 50 % du territoire des communes, mais, la forêt a pris le dessus sur une grande superfi cie comme à Courmes ou au Rouret par exemple. Les restanques les plus remarquables se situent à Valbonne, Opio, Châteauneuf le Barsur- Loup ou Biot, leur qualité résultant des caractéristiques des blocs rocheux, du soin apporté à l’appareillage, de l’existence d’une irrigation, de la valeur marchande de la production agricole à l’origine de l’aménagement.</div> <div class="position_gauche_50"><img src="../img/restanque_valbonne.jpg" width="211" height="140" /><br /> <br /> <span class="gras">Restanques restaurés à Valbonne</span></div> <div class="position_droite_50"><img src="../img/restanque_valbonne2.jpg" width="211" height="140" /><span class="gras"><br /> <br /> Restanques restaurés à Valbonne</span></div><br /> <div class="position_gauche_50"><img src="../img/plan_village_bat_sur_loup.png" width="339" height="128" /><br /> <br /> <span class="gras">ZPPAUP du Bar-sur-Loup </span></div> </div>
default.html
mdforti/mdforti.github.io
<!DOCTYPE HTML5> <html lang="es"> <head> <meta charset="utf-8" /> <title>Mariano Forti Default Article</title> <link rel="stylesheet" type="text/css" href="MainStyles.css" /> </head> <body> <h1> Mariano Forti / sitio personal</h1> <h3>Resumen</h3> <p> En orden de importancia separado por puntos: Padre y compañero de mi compañera. Doctor en Ciencia de Materiales. Comensal y deportista amateur. Cuando puedo, hermano y amigo.</p> <p> Probablemente esta página es lo mejor que puedo hacer como desarrollador web. </p> </body> </html>
dist/css/home.css
crianbluff-programming/ciudadplacer
/*CUADROS DE LAS IMAGENES*/ div#lista.box-size{ width: 20%; padding-left:4px; padding-right: 4px; } .imgs-users{ height: 389px !important; width: 100% !important; } #lista > .thumbnail{ border: 0px; border-radius: 0px; padding: 0px; position: relative; } #lista .thumbnail .caption{ background-color: #5a0202; color: #fff; max-height: 140px; height: 140px; } #lista .thumbnail .caption h3{ color: #ffcc33; font-size: 18px; font-weight: 700; margin-bottom: 3px; margin:0px; text-align: left; } #lista .thumbnail .dciudades{ /*margin-bottom: 7px;*/ } #profiles-home { clear: both; display: inline-block; margin-top: -90px; /* padding: 10px 0px 50px; */ width: 100%; } .detalles_busqueda { background-color: #c10000; width: 100%; } .encabezado_busqueda { color: #fff; font-family: "Ubuntu-Regular"; font-size: 16px; /* margin-bottom: -26px; margin-left: -17px; margin-top: 10px;*/ } .border-top { /* border: 3px solid #fff; */ } #profiles-home h3 { color: #fff; font-size: 16px; margin-bottom: 20px; margin-top: 0px; } .apple-logo { margin-top: -20px; width: 33px; } .encab-modal { vertical-align: sub; } #profiles-home ul { padding: 0px; } #profiles-home ul li { float: left; height: 420px; margin: 99px 51px 0px 0px; overflow: hidden; position: relative; width: 177px; transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); -webkit-transform: scale(1.3); } /*#profiles-home ul li:hover { box-shadow: 3px 12px 10px #000; -moz-box-shadow: 3px 12px 10px #000; -ms-box-shadow: 3px 12px 10px #000; -o-box-shadow: 3px 12px 10px #000; -webkit-box-shadow: 3px 12px 10px #000; opacity: 0.7; transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; -webkit-transition: 0.5s; }*/ #profiles-home ul li:last-child { margin-right: 0px; } #profiles-home ul li > a { display: inline-block; } #profiles-home .info-users-home { /*background: rgb(93, 9, 9);*/ bottom: 0; box-sizing: border-box; height: 131px; margin-bottom: 26px; margin-top: 0; padding: 0 20px; position: absolute; width: 166px; word-wrap: break-word; background-color: #5a0202; } .pro_info { background: rgba(193, 0, 0, 1) !important; } #profiles-home .pro_info h2 a span { /*color: #5d0909 !important;*/ } .icon-stilos-pro { /*background: #fff;*/ border-radius: 100%; /*color: #5d0909 !important;*/ font-size: 10px; padding: 3px; } #profiles-home .info-users-home h2 { font-size: 13px; margin-bottom: 8px; margin-top: 10px; text-align: left; text-transform: uppercase; } #profiles-home .info-users-home h2 a { text-decoration: none; } #profiles-home .info-users-home h2 a span { color: #FFCC33; line-height: 1.4em; text-decoration: none; font-weight: 700; } #profiles-home .info-users-home h2 .ctn-names .fa { float: left; font-size: 16px; margin-right: 4px; padding: 0px; } #profiles-home .info-users-home p { color: #404040; font-size: 11px; line-height: 1.4em; } #profiles-home .pro_info p { color: #202020; font-size: 11px; line-height: 1.4em; } .detalle_anuncio { color: #fff; font-size: 16px; line-height: 13px; margin-top: 5px; margin-right: 18px; margin-top: 7px; /*text-transform: lowercase;*/ } .detalle_anuncio p{ line-height: initial; } /*iconos de Verificado y Favorito*/ .icon-stilos { border-radius: 100%; color: #FFCC33; font-size: 20px; padding: 3px; } .wrap-icons{ display: flex; flex-direction: column-reverse; position: absolute; right: 7px; top: 8px; } /*.icon-star-full:hover { background: rgba(55, 0, 0, 0.7); border-radius: 100%; color: #500000; font-size: 15px; padding: 3px; } .icon-checkmark:hover { background: rgba(55, 0, 0, 0.7); border-radius: 100%; color: #550000; font-size: 15px; padding: 3px; }*/ /* Fin Iconos de Verificado y Favorito*/ /*Contenedor Imagen*/ .imgs-users { height: 265px; opacity: 0.9; -moz-opacity: 0.9; -ms-opacity: 0.9; -o-opacity: 0.9; -webkit-opacity: 0.9; filter: alpha(opacity=90); width: 166px; } .imgs-users:hover { color: #fff; opacity: 0.6; -moz-opacity: 0.6; -ms-opacity: 0.6; -o-opacity: 0.6; -webkit-opacity: 0.6; } .imgs-publicidad { height: 40px; margin: -39px 0 0 -21px; opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; -webkit-opacity: 1; filter: alpha(opacity=100); position: absolute; width: 177px; } .imgs-publicidad:hover { color: #fff; } .img-agua { border-right: 2px solid transparent; height: 110px; margin: -170px 0 0 3px; opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; -webkit-opacity: 1; filter: alpha(opacity=100); position: absolute; width: 172px; } .img-agua:hover { color: #fff; } /* Fin Contenedor Imagen*/ /*Jose Carrizo*/ #profiles-home .info-users-home span.dciudades{ /* background-color: rgba(255, 153, 153, 0.75); */ border-radius: 2px; color: #fff; float: right; font-size: 9px; font-weight: normal; margin-top: -2px; padding: 1px 0; width: 100%; } /*.mensaje_error_busqueda{ margin-left: -17px; padding-top: 18px; } */ #profiles-home h3 { font-family: "Ubuntu-Regular"; color: #fff; font-size: 16px; /*margin-bottom: 15px;*/ /*padding-top: 40px;*/ margin-top: 60px; text-align: center; } .holder a { font-size: 12px; cursor: pointer; margin: 0 5px; color: #fff !important; } .holder { margin: 6px -5px !important; } .holder2 { margin-bottom: -25px !important; margin-top: 50px !important; } .holder a, .holder2 a { color: #fff !important; cursor: pointer !important; } .holder a:hover, .holder2 a:hover { background-color: transparent !important; color: #f99d9b !important; cursor: pointer !important; } div[class^="holder"] span { color: #fff !important; } .paginacion_sub { margin-right: 33px; margin-top: 25px; padding-top: 20px; } /*Fin Jose*/ /*Responsive*/ @media screen and (max-width : 1024px) { #profiles-home { /* padding: 30px 10px; */ } #profiles-home ul li { margin: 0px 3px -13px 0px; width: 24.6%; transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -webkit-transform: scaleX(1.3); } div#lista.col-md-3{ width: 25%; padding-left: 3px; padding-right: 3px; } } @media screen and (max-width : 992px) { #profiles-home { padding: 30px 10px; } #profiles-home ul li { margin: 1px -3px 10px 1px; width: 33.5%; transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -webkit-transform: scaleX(1.1); } .imgs-users { height: 265px; opacity: 0.9; -moz-opacity: 0.9; -ms-opacity: 0.9; -o-opacity: 0.9; -webkit-opacity: 0.9; filter: alpha(opacity=90); width: 215px; } #profiles-home .info-users-home { background: rgb(93, 9, 9); bottom: 0; box-sizing: border-box; height: 130px; margin-bottom: 26px; margin-top: 0; padding: 0 20px; position: absolute; width: 216px; word-wrap: break-word; } } @media screen and (max-width : 768px) { div#lista.col-sm-5{ width: 33.3%; padding-left: 4px; padding-right: 4px; } #profiles-home { /*padding: 30px 0px;*/ /*text-align: center;*/ } #profiles-home ul li { float: left; margin: 25px 44px -45px 6px; text-align: left; width: 25%; transform: scaleX(1.3); } #profiles-home ul li:last-child { margin-right: 3px; } #profiles-home .info-users-home h2 { margin-top: 0px; } .imgs-users { height: 265px; opacity: 0.9; -moz-opacity: 0.9; -ms-opacity: 0.9; -o-opacity: 0.9; -webkit-opacity: 0.9; filter: alpha(opacity=90); width: 158px; } #profiles-home .info-users-home { background: rgb(93, 9, 9); bottom: 0; box-sizing: border-box; height: 130px; margin-bottom: 26px; margin-top: 0; padding: 0 20px; position: absolute; width: 158px; word-wrap: break-word; } } @media screen and (max-width : 635px) { #profiles-home { /*padding: 30px 0px;*/ /*text-align: center;*/ } #profiles-home ul li { float: left; /*Crianbluff en caso de fallo cambiar por float right*/ margin: 15px -11px -30px 44px; /*Crianbluff margin: -16px 3px -3px 0;*/ text-align: left; width: 43.1%; transform: scaleX(1.4); } #profiles-home ul li:last-child { margin-right: 3px; } #profiles-home .info-users-home h2 { margin-top: 15px; } .imgs-users { height: 265px; opacity: 0.9; -moz-opacity: 0.9; -ms-opacity: 0.9; -o-opacity: 0.9; -webkit-opacity: 0.9; filter: alpha(opacity=90); width: 167px; } #profiles-home .info-users-home { background: rgb(93, 9, 9); bottom: 0; box-sizing: border-box; height: 130px; margin-bottom: 26px; margin-top: 0; padding: 0 20px; position: absolute; width: 168px; word-wrap: break-word; } } @media screen and (max-width : 520px) { #profiles-home { padding: 30px 0px; text-align: center; } #profiles-home ul li { float: left; margin: 9px 34px -30px 3px; text-align: left; width: 40%; transform: scaleX(1.2); } #profiles-home ul li:last-child { margin-right: auto; } #profiles-home .info-users-home h2 { margin-top: 10px; } } @media screen and (max-width : 425px) { div#lista.col-xs-6{ width: 50%; } .medid-box{ padding: 0px !important; overflow-x: hidden; } #profiles-home { padding: 30px 0px; text-align: center; } #profiles-home ul li { float: left; /*Crianbluff a right en caso de fallo*/ margin: 17px 15px 0px 4px; text-align: left; width: 45%; transform: scale(1.1); } #profiles-home ul li:last-child { margin-right: auto; } #profiles-home .info-users-home h2 { margin-top: 10px; } .holder { margin: -30px 0 30px 0 !important; } .imgs-users { height: 265px; opacity: 0.9; -moz-opacity: 0.9; -ms-opacity: 0.9; -o-opacity: 0.9; -webkit-opacity: 0.9; filter: alpha(opacity=90); width: 165px; } #profiles-home .info-users-home { background: rgb(93, 9, 9); bottom: 0; box-sizing: border-box; height: 130px; margin-bottom: 26px; margin-top: 0; padding: 0 20px; position: absolute; width: 166px; word-wrap: break-word; } } @media screen and (max-width: 375px) { #profiles-home ul li { float: right; margin: 0px 3px 15px 3px; text-align: left; width: 48%; } #lista .thumbnail .caption h3{ font-size: 16px; } .detalle_anuncio { font-size: 14px; /*text-transform: lowercase;*/ } } @media (max-width: 374px) { #profiles-home { padding: 30px 10px; } #profiles-home ul li { float: left; margin: 0 0 25px 33%; text-align: left; transform: scaleX(1.4); -moz-transform: scaleX(1.4); -ms-transform: scaleX(1.4); -o-transform: scaleX(1.4); -webkit-transform: scaleX(1.4); width: 100%; } } @media (max-width: 350px) { #profiles-home { padding: 30px 10px; } #profiles-home ul li { float: left; margin: 0 0 25px 19.5%; text-align: left; transform: scaleX(1.3); -moz-transform: scaleX(1.3); -ms-transform: scaleX(1.3); -o-transform: scaleX(1.3); -webkit-transform: scaleX(1.3); width: 66%; } } @media (max-width: 320px) { div#lista.col-xs-6{ width: 100% !important; padding-right: 15px; padding-left: 15px; } #lista .thumbnail .caption h3{ font-size: 18px; } .detalle_anuncio { font-size: 16px; /*text-transform: lowercase;*/ } } /*Fin Responsive
app/partials/phone-detail.html
jas0ndyq/Eyepetizer
<div class="container-fluid detailContainer"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="videoContainer"> <video controls name="media" ng-src="{{playUrl_1}}" id="video1"> </video> <img class="videoContainerCover" ng-src="{{coverForDetail}}" ng-show="v"> <img class="videoContainerCover videoContainerCoverBlur" ng-src="{{blurredCover}}" ng-show="v" > <div class="playBtnContainer"> <span class="glyphicon glyphicon-play playBtn" ng-show="v" ng-click="playVideo()"></span> </div> </div> <div class="detailDescContainer"> <h2 class="detailDescTitle">{{title}}</h2> <p><span class="detailDescCate">{{category}} / </span>{{duration | checkSeconds}}</p> <p>{{description}}</p> </div> </div> </div> </div>
dist/app/lib/jquery-ui/themes/base/accordion.css
uditalias/swamp-os
/*! * jQuery UI Accordion 1.11.1 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/accordion/#theming */.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons,.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}
archives/index.html
vxzh/vxzh.github.io
<!doctype html> <html class="theme-next mist use-motion" lang="zh-Hans"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" /> <link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css"> <link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" /> <link href="/css/main.css?v=5.1.0" rel="stylesheet" type="text/css" /> <meta name="keywords" content="Hexo, NexT" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.1.0" /> <meta name="description" content="Later Equals Never."> <meta property="og:type" content="website"> <meta property="og:title" content="VXZH"> <meta property="og:url" content="http://yoursite.com/archives/index.html"> <meta property="og:site_name" content="VXZH"> <meta property="og:description" content="Later Equals Never."> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="VXZH"> <meta name="twitter:description" content="Later Equals Never."> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Mist', sidebar: {"position":"left","display":"post","offset":12,"offset_float":0,"b2t":false,"scrollpercent":false}, fancybox: true, motion: true, duoshuo: { userId: '0', author: '博主' }, algolia: { applicationID: '', apiKey: '', indexName: '', hits: {"per_page":10}, labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"} } }; </script> <link rel="canonical" href="http://yoursite.com/archives/"/> <title> 归档 | VXZH </title> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans"> <div class="container one-collumn sidebar-position-left page-archive "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-brand-wrapper"> <div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">VXZH</span> <span class="logo-line-after"><i></i></span> </a> </div> <p class="site-subtitle"></p> </div> <div class="site-nav-toggle"> <button> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> </div> <nav class="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/" rel="section"> <i class="menu-item-icon fa fa-fw fa-home"></i> <br /> 首页 </a> </li> <li class="menu-item menu-item-archives"> <a href="/archives" rel="section"> <i class="menu-item-icon fa fa-fw fa-archive"></i> <br /> 归档 </a> </li> <li class="menu-item menu-item-tags"> <a href="/tags" rel="section"> <i class="menu-item-icon fa fa-fw fa-tags"></i> <br /> 标签 </a> </li> </ul> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <section id="posts" class="posts-collapse"> <span class="archive-move-on"></span> <span class="archive-page-counter"> 嗯..! 目前共计 5 篇日志。 继续努力。 </span> <div class="collection-title"> <h2 class="archive-year motion-element" id="archive-year-2017">2017</h2> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2017/04/09/up2017-5/" itemprop="url"> <span itemprop="name">JDK自带工具概览</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-04-09T13:25:10+08:00" content="2017-04-09" > 04-09 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2017/04/04/up2017-4/" itemprop="url"> <span itemprop="name">JVM之Class类文件结构</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-04-04T13:19:30+08:00" content="2017-04-04" > 04-04 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2017/03/09/up2017-3/" itemprop="url"> <span itemprop="name">线性表的链式存储结构</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-03-09T00:15:10+08:00" content="2017-03-09" > 03-09 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2017/03/05/up2017-2/" itemprop="url"> <span itemprop="name">反射</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-03-05T16:56:43+08:00" content="2017-03-05" > 03-05 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h1 class="post-title"> <a class="post-title-link" href="/2017/02/27/up2017-1/" itemprop="url"> <span itemprop="name">指令是如何运行的</span> </a> </h1> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2017-02-27T21:12:48+08:00" content="2017-02-27" > 02-27 </time> </div> </header> </article> </section> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview sidebar-panel sidebar-panel-active"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="/uploads/avatar.jpeg" alt="VXZH" /> <p class="site-author-name" itemprop="name">VXZH</p> <p class="site-description motion-element" itemprop="description">Later Equals Never.</p> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives"> <span class="site-state-item-count">5</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags"> <span class="site-state-item-count">2</span> <span class="site-state-item-name">标签</span> </a> </div> </nav> <div class="links-of-author motion-element"> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright" > &copy; <span itemprop="copyrightYear">2017</span> <span class="with-love"> <i class="fa fa-heart"></i> </span> <span class="author" itemprop="copyrightHolder">VXZH</span> </div> <div class="powered-by"> 由 <a class="theme-link" href="https://hexo.io">Hexo</a> 强力驱动 </div> <div class="theme-info"> 主题 - <a class="theme-link" href="https://github.com/iissnan/hexo-theme-next"> NexT.Mist </a> </div> </div> </footer> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> </div> </div> <script type="text/javascript"> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script> <script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script> <script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script> <script type="text/javascript" src="/js/src/utils.js?v=5.1.0"></script> <script type="text/javascript" src="/js/src/motion.js?v=5.1.0"></script> <script type="text/javascript" id="motion.page.archive"> $('.archive-year').velocity('transition.slideLeftIn'); </script> <script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.0"></script> <script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.1.js"></script> <script>AV.initialize("3eCsVAVY8z48YMn23lGqKPfm-gzGzoHsz", "4CEBuWXwCsu2NeFphV83tcKh");</script> <script> function showTime(Counter) { var query = new AV.Query(Counter); var entries = []; var $visitors = $(".leancloud_visitors"); $visitors.each(function () { entries.push( $(this).attr("id").trim() ); }); query.containedIn('url', entries); query.find() .done(function (results) { var COUNT_CONTAINER_REF = '.leancloud-visitors-count'; if (results.length === 0) { $visitors.find(COUNT_CONTAINER_REF).text(0); return; } for (var i = 0; i < results.length; i++) { var item = results[i]; var url = item.get('url'); var time = item.get('time'); var element = document.getElementById(url); $(element).find(COUNT_CONTAINER_REF).text(time); } for(var i = 0; i < entries.length; i++) { var url = entries[i]; var element = document.getElementById(url); var countSpan = $(element).find(COUNT_CONTAINER_REF); if( countSpan.text() == '') { countSpan.text(0); } } }) .fail(function (object, error) { console.log("Error: " + error.code + " " + error.message); }); } function addCount(Counter) { var $visitors = $(".leancloud_visitors"); var url = $visitors.attr('id').trim(); var title = $visitors.attr('data-flag-title').trim(); var query = new AV.Query(Counter); query.equalTo("url", url); query.find({ success: function(results) { if (results.length > 0) { var counter = results[0]; counter.fetchWhenSave(true); counter.increment("time"); counter.save(null, { success: function(counter) { var $element = $(document.getElementById(url)); $element.find('.leancloud-visitors-count').text(counter.get('time')); }, error: function(counter, error) { console.log('Failed to save Visitor num, with error message: ' + error.message); } }); } else { var newcounter = new Counter(); /* Set ACL */ var acl = new AV.ACL(); acl.setPublicReadAccess(true); acl.setPublicWriteAccess(true); newcounter.setACL(acl); /* End Set ACL */ newcounter.set("title", title); newcounter.set("url", url); newcounter.set("time", 1); newcounter.save(null, { success: function(newcounter) { var $element = $(document.getElementById(url)); $element.find('.leancloud-visitors-count').text(newcounter.get('time')); }, error: function(newcounter, error) { console.log('Failed to create'); } }); } }, error: function(error) { console.log('Error:' + error.code + " " + error.message); } }); } $(function() { var Counter = AV.Object.extend("Counter"); if ($('.leancloud_visitors').length == 1) { addCount(Counter); } else if ($('.post-title-link').length > 1) { showTime(Counter); } }); </script> </body> </html>
_includes/page__hero.html
Valliammai-Subramanian/Valliammai-Subramanian.github.io
{% if page.header.image contains "://" %} {% capture img_path %}{{ page.header.image }}{% endcapture %} {% else %} {% capture img_path %}{{ page.header.image | relative_url }}{% endcapture %} {% endif %} {% if page.header.cta_url contains "://" %} {% capture cta_path %}{{ page.header.cta_url }}{% endcapture %} {% else %} {% capture cta_path %}{{ page.header.cta_url | relative_url }}{% endcapture %} {% endif %} {% if page.header.overlay_image contains "://" %} {% capture overlay_img_path %}{{ page.header.overlay_image }}{% endcapture %} {% elsif page.header.overlay_image %} {% capture overlay_img_path %}{{ page.header.overlay_image | relative_url }}{% endcapture %} {% endif %} {% if page.header.overlay_filter contains "rgba" %} {% capture overlay_filter %}{{ page.header.overlay_filter }}{% endcapture %} {% elsif page.header.overlay_filter %} {% capture overlay_filter %}rgba(0, 0, 0, {{ page.header.overlay_filter }}){% endcapture %} {% endif %} {% if page.header.image_description %} {% assign image_description = page.header.image_description %} {% else %} {% assign image_description = page.title %} {% endif %} {% assign image_description = image_description | markdownify | strip_html | strip_newlines | escape_once %} <div class="page__hero{% if page.header.overlay_color or page.header.overlay_image %}--overlay{% endif %}" style="{% if page.header.overlay_color %}background-color: {{ page.header.overlay_color | default: 'transparent' }};{% endif %} {% if overlay_img_path %}background-image: {% if overlay_filter %}linear-gradient({{ overlay_filter }}, {{ overlay_filter }}), {% endif %}url('{{ overlay_img_path }}');{% endif %}" > {% if page.header.overlay_color or page.header.overlay_image %} <div class="wrapper"> <h1 id="page-title" class="page__title" itemprop="headline"> {% if paginator and site.paginate_show_page_num %} {{ site.title }}{% unless paginator.page == 1 %} {{ site.data.ui-text[site.locale].page | default: "Page" }} {{ paginator.page }}{% endunless %} {% else %} {{ page.title | default: site.title | markdownify | remove: "<p>" | remove: "</p>" }} {% endif %} </h1> {% if page.header.show_overlay_excerpt != false and page.excerpt %} <p class="page__lead">{{ page.excerpt | markdownify | remove: "<p>" | remove: "</p>" }}</p> {% endif %} {% if page.read_time %} <p class="page__meta"><i class="far fa-clock" aria-hidden="true"></i> {% include read-time.html %}</p> {% endif %} {% if page.header.cta_url %} <p><a href="{{ cta_path }}" class="btn btn--light-outline btn--large">{{ page.header.cta_label | default: site.data.ui-text[site.locale].more_label | default: "Learn More" }}</a></p> {% endif %} {% if page.header.actions %} <p> {% for action in page.header.actions %} {% if action.url contains "://" %} {% assign url = action.url %} {% else %} {% assign url = action.url | relative_url %} {% endif %} <a href="{{ url }}" class="btn btn--light-outline btn--large">{{ action.label | default: site.data.ui-text[site.locale].more_label | default: "Learn More" }}</a> {% endfor %} {% endif %} </div> {% else %} <img src="{{ img_path }}" alt="{{ image_description }}" class="page__hero-image"> {% endif %} {% if page.header.caption %} <span class="page__hero-caption">{{ page.header.caption | markdownify | remove: "<p>" | remove: "</p>" }}</span> {% endif %} </div>
css_lib/csstest.html
prtksxna/drafter
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>CSS Test</title> <link rel="stylesheet" href="reset.css" type="text/css" media="screen" charset="utf-8"> <link rel="stylesheet" href="typography.css" type="text/css" media="screen" charset="utf-8"> <link rel="stylesheet" href="forms.css" type="text/css" media="screen" charset="utf-8"> <link rel="stylesheet" href="button.css" type="text/css" media="screen" charset="utf-8"> <link rel="stylesheet" href="link-icons.css" type="text/css" media="screen" charset="utf-8"> </head> <body id="csstest" onload=""> <h1>Header 1</h1> <h2>Header 2</h2> <h3>Header 3</h3> <h4>Header 4</h4> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> <fieldset id="form"> <legend>Form</legend> <label for="title_input">Title Input</label><input type="text" name="title_input" value="Title" class="title" id="title_input"> <label for="label">Label</label><input type="text" name="label" value="Input Box" id="label" class="text"> <input type="button" name="some_name" value=" Button " id="some_name"> <select name="Select Box" id="Select Box" onchange="" size="1"> <option value="Option 1">Option 1</option> <option value="Option 2">Option 2</option> </select> <br/> <textarea name="Name" rows="8" cols="40"></textarea> </fieldset> <p class="incr"> <strong>p class = incr</strong> This is a note. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p> <ul> <li>This is an unordered list</li> <li>Now let's nest it <ul> <li>Did it work?</li> </ul> </li> <li>Yes it did</li> </ul> <ol> <li>This is an ordered list</li> <li>Now let's nest it <ol> <li>Did it work?</li> </ol> </li> <li>Yes it did</li> </ol> <div class="error"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </div> <div class="notice"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </div> <div class="success"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </div> <button type="submit" class="button positive"> <img src="icons/tick.png" alt=""/> Save </button> <a class="button" href="/password/reset/"> <img src="icons/key.png" alt=""/> Change Password </a> <a href="#" class="button negative"> <img src="icons/cross.png" alt=""/> Cancel </a> <a href="word.doc">Word</a> <a href="adobe.pdf">Acrobat Reader</a> </body>
assets/Style/WebPortal/mailserversetting.css
CodingWorkshop/IEnglishTutors
body { background-color: #252830; font-family: serif; } body .modal-content { background-color: #3A3738; } body .modal-content > .modal-header { border-bottom: 0; color: #ffffff; } body .modal-content > .modal-body { color: #ffffff; } body .modal-content > .modal-footer { border-top: 0; font-size: medium; } body .modal-content > .modal-footer > button { background-color: #3A3738; border-color: #5FD9B0; color: #5FD9B0; font-weight: bold; } body .modal-content > .modal-footer > button:hover { background-color: #5FD9B0; color: #252830; }
public/css/news.css
jasonLiu001/TongYun-ShangJiTong
.tabel-newslist{ margin-bottom:20px; } .tabel-newstitle{ background: url("../img/title_bgrepeat.png") repeat-x; border-bottom: 1px solid #cfcfcf; height:39px; font-weight:bold; }
BOOST/boost_1_61_0/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/available.html
calvinfarias/IC2015-2
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>seq_packet_socket_service::available</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service"> <link rel="prev" href="at_mark.html" title="seq_packet_socket_service::at_mark"> <link rel="next" href="bind.html" title="seq_packet_socket_service::bind"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="at_mark.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.seq_packet_socket_service.available"></a><a class="link" href="available.html" title="seq_packet_socket_service::available">seq_packet_socket_service::available</a> </h4></div></div></div> <p> <a class="indexterm" name="idp94591824"></a> Determine the number of bytes available for reading. </p> <pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">available</span><span class="special">(</span> <span class="keyword">const</span> <span class="identifier">implementation_type</span> <span class="special">&amp;</span> <span class="identifier">impl</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="at_mark.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bind.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
doc/wayland_kbd/keysyms/constant.XKB_KEY_Greek_OMICRONaccent (Case Conflict).html
mcanders/bevy
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `XKB_KEY_Greek_omicronaccent` constant in crate `wayland_kbd`."> <meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_Greek_omicronaccent"> <title>wayland_kbd::keysyms::XKB_KEY_Greek_omicronaccent - Rust</title> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_Greek_omicronaccent', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press 'S' to search, '?' for more options..." type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_Greek_omicronaccent</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-3035' class='srclink' href='../../src/wayland_kbd/ffi/keysyms.rs.html#1258' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const XKB_KEY_Greek_omicronaccent: <a href='http://doc.rust-lang.org/nightly/std/primitive.u32.html'>u32</a><code> = </code><code>0x07b7</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div class="shortcuts"> <h1>Keyboard shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>typedef</code> (or <code>tdef</code>). </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> <script> window.rootPath = "../../"; window.currentCrate = "wayland_kbd"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script async src="../../search-index.js"></script> </body> </html>
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/jquery.rating.pack.js.html
user-tony/photon-rails
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/favicon.ico"/> <link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/iosicon.png"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/> <!--[if IE]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" /> <![endif]--> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" /> <script type="text/javascript" src="js/plugins/excanvas.js"></script> <script type="text/javascript" src="js/plugins/html5shiv.js"></script> <script type="text/javascript" src="js/plugins/respond.min.js"></script> <script type="text/javascript" src="js/plugins/fixFontIcons.js"></script> <![endif]--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/modernizr.custom.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.pnotify.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/less-1.3.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/xbreadcrumbs.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/charCount.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.textareaCounter.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/elrte.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/elrte.en.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/select2.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery-picklist.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/additional-methods.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.form.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.metadata.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.mockjax.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.uniform.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.tagsinput.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.rating.pack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/farbtastic.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.timeentry.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.dataTables.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.jstree.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/dataTables.bootstrap.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.stack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.pie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.resize.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/raphael.2.1.0.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/justgage.1.0.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.qrcode.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.clock.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.countdown.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.jqtweet.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/jquery.cookie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/prettify/prettify.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/bootstrapSwitch.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/plugins/mfupload.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/js/common.js"></script> </head> <body class="body-login"> <div class="nav-fixed-topright" style="visibility: hidden"> <ul class="nav nav-user-menu"> <li class="user-sub-menu-container"> <a href="javascript:;"> <i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i> </a> <ul class="nav user-sub-menu"> <li class="light"> <a href="javascript:;"> <i class='icon-photon stop'></i>Light Version </a> </li> <li class="dark"> <a href="javascript:;"> <i class='icon-photon stop'></i>Dark Version </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-photon mail"></i> </a> </li> <li> <a href="javascript:;"> <i class="icon-photon comment_alt2_stroke"></i> <div class="notification-count">12</div> </a> </li> </ul> </div> <script> $(function(){ setTimeout(function(){ $('.nav-fixed-topright').removeAttr('style'); }, 300); $(window).scroll(function(){ if($('.breadcrumb-container').length){ var scrollState = $(window).scrollTop(); if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released'); else $('.nav-fixed-topright').removeClass('nav-released') } }); $('.user-sub-menu-container').on('click', function(){ $(this).toggleClass('active-user-menu'); }); $('.user-sub-menu .light').on('click', function(){ if ($('body').is('.light-version')) return; $('body').addClass('light-version'); setTimeout(function() { $.cookie('themeColor', 'light', { expires: 7, path: '/' }); }, 500); }); $('.user-sub-menu .dark').on('click', function(){ if ($('body').is('.light-version')) { $('body').removeClass('light-version'); $.cookie('themeColor', 'dark', { expires: 7, path: '/' }); } }); }); </script> <div class="container-login"> <div class="form-centering-wrapper"> <div class="form-window-login"> <div class="form-window-login-logo"> <div class="login-logo"> <img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/css/css_compiled/js/plugins/prettify/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/> </div> <h2 class="login-title">Welcome to Photon UI!</h2> <div class="login-member">Not a Member?&nbsp;<a href="jquery.rating.pack.js.html#">Sign Up &#187;</a> <a href="jquery.rating.pack.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a> </div> <div class="login-or">Or</div> <div class="login-input-area"> <form method="POST" action="dashboard.php"> <span class="help-block">Login With Your Photon Account</span> <input type="text" name="email" placeholder="Email"> <input type="password" name="password" placeholder="Password"> <button type="submit" class="btn btn-large btn-success btn-login">Login</button> </form> <a href="jquery.rating.pack.js.html#" class="forgot-pass">Forgot Your Password?</a> </div> </div> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1936460-27']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
contact/index.html
chasingdonis/final
<!DOCTYPE html> <html> <head> <title>contact</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link rel="stylesheet" type="text/css" href="../css/final.css" media="all" /> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script type="text/javascript" src="../js/kickstart.js"></script> <link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"> </head> <body> <ul class="menu"> <li class="current"><a href="../"><span class="icon-plane" ></span>Home</a> </li> <li><a href="../photo"><span class="icon-camera-retro" ></span >Photo Gallery</a> </li> <li><a href="../blog"><span class="icon" data-icon="R"></span><i class="icon-edit" ></i>Travel Blog</a> <ul> <li><a href=""><span class="icon" data-icon="G"></span>Day 1: Statue of Liberty</a></li> <li><a href=""><span class="icon" data-icon="A"></span>Day 2: High Line</a></li> <li><a href=""><span class="icon" data-icon="A"></span>Day 3: Art Museums</a></li> <li><a href=""><span class="icon" data-icon="A"></span>Day 4: Brooklyn Bridge</a></li> </ul> </li> <li><a href="#"><i class="icon-envelope-alt" ></i>Contact</a></li> <li><a href="../tips"><i class="icon-thumbs-up" ></i>Travel Tips</a></li> </ul> <div class="grid"> <!-- ===================================== END HEADER ===================================== --> <div class="col_12"> <div class="col_9"> <h3><img src="../css/img/pic/logo.png" width="100px" padding="10px">Just a tourist in NYC</h3> <h2>Thank you for dropping by! <br>Please leave me message for your comment!</h2> <form action="MAILTO:flatlamb@gmail.com" method="post" enctype="text/plain"> <div class="col_1"> <img src="../css/img/contact.png" width="300px";> </div> Name:<br> <input type="text" name="name" value="your name"><br> E-mail:<br> <input type="text" name="mail" value="your email"><br> Comment:<br> <textarea rows="3" cols="50" name="message"></textarea> <br><br> <input type="submit" value="Send"> <input type="reset" value="Reset"> </form> </div> <hr /> <div class="col_3"> <h4>Day 1: <br><a href="">Statue of Liberty</h4></a> <img src="../css/img/liberty.png" width="220"/> <p>"The Statue of Liberty Enlightening the World" was a gift of friendship from the people of France to the United States and is recognized as a universal symbol of freedom and democracy. The Statue of Liberty was dedicated on October 28, 1886. </p> </div> <div class="col_3"> <h4>Day 2: <br><a href="">High Line</h4></a> <img src="../css/img/line.png" width="220"/> <p>The High Line is a public park built on a historic freight rail line elevated above the streets on Manhattan’s West Side. It runs from Gansevoort Street in the Meatpacking District to West 34th Street, between 10th and 12th Avenues.</p> </div> <div class="col_3"> <h4>Day 3: <br><a href="">Art Museums</h4></a> <img src="../css/img/flower.png" width="220" /> <p>There are many famous art museums in NYC such as The Metropolitan Museum of Art, Museum of Modern Art, and Guggenheim Museum. They are all individually different. Each has lots of styles of beautiful arts and paintings.</p> </div> <div class="col_3"> <h4>Day 4: <br><a href="">Brooklyn Bridge</h4></a> <img src="../css/img/bridge.png" width="220" /> <p>The Brooklyn Bridge lays over NYC’s East River, linking Manhattan and Brooklyn. Since 1883, its granite towers and steel cables have offered a safe and scenic passage to millions of commuters and tourists, trains, bicycles, and cars.</p> </div> </div> </div><!-- END GRID --> <!-- ===================================== START FOOTER ===================================== --> <div class="clear"></div> <div id="footer"> &copy; Copyright <a href="">Just a Tourist</a>, 2014–2015 All Rights Reserved. This website was built with Just a tourist. </div> </body></html>
index.html
joeyinbox/line-drawing-js
<!DOCTYPE html> <html> <head> <title>Test</title> <link rel="stylesheet" type="text/css" href="style.css" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script> </head> <body> <h1><span class="animated-line text">Lorem ipsum dolor</span></h1> <h2><span class="animated-line text">sit amet</span></h2> <div id="foo" class="animated-line"> <p><span class="animated-line text">Etiam volutpat eros velit.</span></p> <p><span class="animated-line text">Sed vehicula nulla orci, vel posuere ipsum dignissim sit amet. Nunc nec mollis felis. Morbi at sem sed odio sagittis placerat. Nunc ut nisl condimentum sapien porttitor pellentesque. Nunc blandit elit id elit egestas accumsan. Sed ut nisi arcu. Suspendisse sit amet est massa. Sed mattis eu eros eu auctor. Mauris a sollicitudin massa. Phasellus lobortis, metus sed elementum laoreet, urna est sagittis massa, fringilla molestie erat risus mattis ipsum.</span></p> </div> <div id="bar"> <ul> <li class="animated-line"></li> <li class="animated-line circle"></li> <li class="animated-line"></li> </ul> </div> <p id="github"><span class="animated-line text"><a href="https://github.com/joeyinbox/line-drawing-js">GitHub Project</a> - <a href="http://joeyclouvel.com">Joey Clouvel</a></span></p> <script src="jquery.line-drawing.js"></script> <script>$.lineDrawing();</script> </body> </html>
js/templates/footer.html
hosoyama-mediba/backbone_sample
<div> <h2>FooterView</h2> <p>フッタ用のテンプレートです。</p> <div class="pagination"> <a href="page1">1</a> <a href="page2">2</a> <a href="page3">3</a> <a href="page4">4</a> <a href="page5">5</a> </div> <div class="credit js-credit"> <a href="credit">クレジット</a> </div> </div>
people/7o0hzl48.html
slowe/panelshows
<html> <head> <title>Nadiya Hussain's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#include virtual="nav.txt" --> <div class="page"> <h1>Nadiya Hussain's panel show appearances</h1> <p>Nadiya Hussain (born 1984-12-25<sup><a href="https://en.wikipedia.org/wiki/Nadiya_Hussain">[ref]</a></sup>) has appeared in <span class="total">4</span> episodes between 2016-2016. <a href="http://www.imdb.com/name/nm7800635">Nadiya Hussain on IMDB</a>. <a href="https://en.wikipedia.org/wiki/Nadiya_Hussain">Nadiya Hussain on Wikipedia</a>.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:100px;" class="performances female" title="4"></div><span class="year">2016</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2016-09-09</strong> / <a href="../shows/wouldilietoyou.html">Would I Lie To You?</a></li> <li><strong>2016-02-29</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2016-02-05</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> <li><strong>2016-01-06</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li> </ol> </div> </body> </html>
public/404.html
hitjim/hitjim-hugo
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="noodp" /> <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"> <title>404 Page not found - hit jim dot com</title><meta name="Description" content="Jim Rice&#39;s personal website."><meta property="og:title" content="404 Page not found" /> <meta property="og:description" content="Jim Rice&#39;s personal website." /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://hitjim.com/404.html" /> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="404 Page not found"/> <meta name="twitter:description" content="Jim Rice&#39;s personal website."/> <meta name="application-name" content="hit jim dot com"> <meta name="apple-mobile-web-app-title" content="hit jim dot com"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="manifest" href="/site.webmanifest"><link rel="canonical" href="https://hitjim.com/404.html" /><link rel="stylesheet" href="/lib/normalize/normalize.min.css"><link rel="stylesheet" href="/css/style.min.css"><link rel="stylesheet" href="/lib/fontawesome-free/all.min.css"><link rel="stylesheet" href="/lib/animate/animate.min.css"></head> <body header-desktop="" header-mobile=""><script type="text/javascript">(window.localStorage && localStorage.getItem('theme') ? localStorage.getItem('theme') === 'dark' : ('dark' === 'auto' ? window.matchMedia('(prefers-color-scheme: dark)').matches : 'dark' === 'dark')) && document.body.setAttribute('theme', 'dark');</script> <div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop"> <div class="header-wrapper"> <div class="header-title"> <a href="/" title="hit jim dot com">hit jim dot com</a> </div> <div class="menu"> <div class="menu-inner"><a class="menu-item" href="/posts/"> Posts </a><a class="menu-item" href="/tags/"> Tags </a><a class="menu-item" href="/categories/"> Categories </a><a class="menu-item" href="/about/"> About Me </a><span class="menu-item delimiter"></span><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme"> <i class="fas fa-adjust fa-fw"></i> </a> </div> </div> </div> </header><header class="mobile" id="header-mobile"> <div class="header-container"> <div class="header-wrapper"> <div class="header-title"> <a href="/" title="hit jim dot com">hit jim dot com</a> </div> <div class="menu-toggle" id="menu-toggle-mobile"> <span></span><span></span><span></span> </div> </div> <div class="menu" id="menu-mobile"><a class="menu-item" href="/posts/" title="">Posts</a><a class="menu-item" href="/tags/" title="">Tags</a><a class="menu-item" href="/categories/" title="">Categories</a><a class="menu-item" href="/about/" title="">About Me</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme"> <i class="fas fa-adjust fa-fw"></i> </a></div> </div> </header> <div class="search-dropdown desktop"> <div id="search-dropdown-desktop"></div> </div> <div class="search-dropdown mobile"> <div id="search-dropdown-mobile"></div> </div> <main class="main"> <div class="container"><div class="page" id="content-404"> <h1 id="error-emoji"></h1> <p class="error-text">The page you&#39;re looking for doesn&#39;t exist. Sorry.&nbsp; <a href="javascript:void(0);" title="Back" onclick="window.history.back();"><i class="far fa-hand-point-left fa-fw"></i></a> </p> </div> <script type="text/javascript"> (function() { var emojiArray = ['\\(o_o)/', '(˚Δ˚)b', '(^-^*)', '(≥o≤)', '(^_^)b', '(·_·)','(=\'X\'=)', '(>_<)', '(;-;)']; document.getElementById('error-emoji').appendChild(document.createTextNode(emojiArray[Math.floor(Math.random() * emojiArray.length)])); })(); </script></div> </main><footer class="footer"> <div class="footer-container"><div class="footer-line"><i class="far fa-copyright fa-fw"></i><span itemprop="copyrightYear">2020</span></div> </div> </footer></div> <div id="fixed-buttons"><a href="#" id="back-to-top" class="fixed-button" title="Back to Top"> <i class="fas fa-arrow-up fa-fw"></i> </a><a href="#" id="view-comments" class="fixed-button" title="View Comments"> <i class="fas fa-comment fa-fw"></i> </a> </div><script type="text/javascript" src="/lib/smooth-scroll/smooth-scroll.min.js"></script><script type="text/javascript" src="/lib/lazysizes/lazysizes.min.js"></script><script type="text/javascript" src="/lib/clipboard/clipboard.min.js"></script><script type="text/javascript">window.config={"code":{"copyTitle":"Copy to clipboard","maxShownLines":10}};</script><script type="text/javascript" src="/js/theme.min.js"></script></body> </html>
css/common-styles.css
sathwiks/open-lms-frontend
body { height: 100% !important; background-color: white; } #page-wrapper { height: 100%; } .equal-margin-top-bottom { margin-bottom: 20px; margin-top: 20px; } .small-text { font-size: small; font-weight: 300; font-style: italic; } .master-pane, .details-pane { padding-left: 0; padding-right: 0; background-color: #f5f5f5; overflow-y: hidden; } .master-pane:hover, .details-pane:hover { overflow-y: scroll; } .master-pane { border-radius: 4px 0 0 4px; border-right: 1px solid #777; } .details-pane { border-radius: 0 4px 4px 0; } .master-pane-group { padding-left: 0 !important; } .master-pane-item { cursor: pointer; position: relative; display: block; padding: 10px 15px; text-decoration: none; } .master-pane-item:hover { background-color: rgba(0, 0, 0, .25); text-decoration: none; } .master-pane-item.active { background-color: rgba(0, 0, 0, .25); text-decoration: none; } .button-group { margin-bottom: 20px; } #loading { height: 100%; padding: 0; margin: 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; } #loading img { max-height: 150px; text-align: center; } .strong { font-weight: 700; } #polls-list-container > ul, #comment-list-container > ul { height: 300px; overflow-y: scroll; }
_includes/snippets/architecture/01/el.html
HugoGiraudel/sass-guidelines
<div class="code-block"> <div class="code-block__wrapper"> ```awk sass/ | |– abstracts/ | |– _variables.scss # Μεταβλητές Sass | |– _functions.scss # Συναρτήσεις Sass | |– _mixins.scss # Sass Mixins | |– _placeholders.scss # Sass placeholders | |– base/ | |– _reset.scss # Reset/normalize | |– _typography.scss # Κανόνες τυπογραφίας | … # Κλπ. | |– components/ | |– _buttons.scss # Κουμπιά | |– _carousel.scss # Carousel | |– _cover.scss # Cover | |– _dropdown.scss # Dropdown | … # Κλπ. | |– layout/ | |– _navigation.scss # Μενού πλοήγησης | |– _grid.scss # Πλέγμα | |– _header.scss # Header | |– _footer.scss # Footer | |– _sidebar.scss # Sidebar | |– _forms.scss # Φόρμες | … # Κλπ. | |– pages/ | |– _home.scss # Styles αρχικής σελίδας | |– _contact.scss # Styles φόρμας επικοινωνίας | … # Κλπ. | |– themes/ | |– _theme.scss # Κύριο theme | |– _admin.scss # Διαχειριστικό theme | … # Κλπ. | |– vendors/ | |– _bootstrap.scss # Bootstrap | |– _jquery-ui.scss # jQuery UI | … # Κλπ. | `– main.scss # Κύριο αρχείο Sass ``` </div> </div>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/86694aa978c17367604b5eaf7a9e55b2f8da6b0415ea5a18862e384d48170acd.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./60e7d3477f1c8952542cef4f4fcdca3020838f7645db706f49a6fef9e560d3d2.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
index.html
shaman-tech/Kaktus-Visions
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="scripts/styles.css"> <script> src='handlebars-v4.0.5.js'</script> <script src="node_modules/jquery/dist/jquery.min.js" type="text/javascript"></script> </head> <body> <!-- Section 1 --> <section id='hero'> <!--// set background image--> <div> <h1> Kulcha Link</h1> <!-- Replace title with logo --> </div> <div> <p> Order the <span>delivery</span> of <span>handmade craft</span> made by <span>Authentic Jamaica</span> to anywhere in <span>Kingston</span> </p> <div> <form> <input id="sign_ups" type='text' name='fullname' placeholder="Please enter name"><br/> </form> <button id="submit_button">Order Now</button> </div> </div> </section> <!-- Section 2 --> <section id= 'section_2'> <hr> <h1>Handmade-Craft At Your Fingetips</h1> <hr> <br/> <div> <img src="#" alt="Search for an item icon" /> <p> Unlock your phone open our Kulcha app and search through a variety of entrepreneurs. </p> </div> <div> <img src="#" alt="Delivery icon representing the delivery option of app" /> <p> Select your item(s) go to check out, set your location and confirm purchase. </p> </div> <div> <img src="#" alt="Icon illustrating user waiting " /> <p> Sit back relax, hit the beach and chill, you will be notified as soon as your delivery has arrived. </p> </div> <div id= 'stats'> <script src='node_modules/mustache/mustache.js'></script> <script id='stats-temp' type= 'text/template'> <span>Number: {{number}}</span> </script> </div> </section> <!--Section 3--> <section id="section_3"> <div id="col_left"> <ol> <li> Search </li> <li> Order </li> <li> Wait </li> </ol> </div> <div id="col_right"> <img src="#" alt="Image of app on iPhone" /> </div> </section> <!--Footer --> <section id= 'footer'> <div> <img src="#" alt="Wheel image"/> </div> <!-- Yellow border bottom --> <div> <p>About Us</p> <div class="mediaStyle"> <img src="" alt="Social Media Icon" /> <img src="" alt="Social Media Icon" /> <img src="" alt="Social Media Icon" /> </div> </div> <p> (c) 2017 Kulcha Inc. </p> </section> <script type="text/javascript" src="scripts/scripts.js"></script> </body> </html>
static/css/page_body.css
xsunfeng/cir
#popup-notification { top: 40px; left: 50%; max-width: 90%; transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); position: fixed; z-index: 9999; } #sticked-notification { margin-top: 2em; margin-bottom: -2em; } .main.tab { padding-top: 3rem; } abbr { cursor: pointer; } .hidden { display: none; } a.user { cursor: pointer; } .ui.feed > .event { table-layout: fixed; } .user-initial { display: table-cell; vertical-align: top; word-wrap: break-word; width: 4em; } .user-initial > * { width: 2em; height: 2em; line-height: 2em; text-align: center; border-radius: 500rem; font-size: 1.5em; color: #fff; } .user-initial > .facilitator { background-color: #5bbd72; border-color: #5bbd72; } .user-initial > .admin { background-color: #00b5ad; border-color: #00b5ad; } .user-initial > .panelist { background-color: #3b83c0; border-color: #3b83c0; } .user-initial > .collective { background-color: #d95c5c!important; border-color: #d95c5c!important; } .user.facilitator { background-color: #5bbd72!important; color: #fff!important; border-radius: .2857rem; padding: 0 0.3rem; } .user.facilitator:after { content: ' (facilitator)'; } #user-switch-menu .switch.user.menu { max-height: 500px; overflow: auto; } #user-switch-menu .switch.user.menu .item { padding: 5px 10px!important; } .doc-content img { } iframe[src^="//www.youtube.com"] { width: 100%; height: 100%; } #fixed-steps { position: fixed; bottom: -0.1em; left: 0; margin: 0; } #fixed-steps > .step { height: 1.2em; } @media only screen and (min-width: 1120px) { #citizens-statement { width: 62.5%; margin-left: auto; margin-right: auto; } } #citizens-statement { padding-top: 36px; } #citizens-statement .segment, #citizens-statement .segment .description{ font-size: 16px; line-height: 1.4em; } #messages-modal { height:80%; overflow: auto; } #message-list { padding:0 1em; } #message-list .message.item .header { white-space: nowrap; overflow: hidden; margin: 0.5em 0; } #message-list .message.item.important { background-color: #FFF4D3; } #message-list .message.item.done .mark-done { display: none; } #message-list .message.item.read .header { font-weight:inherit!important; } #message-list .message.item.done .header { font-weight:inherit!important; color: #999999!important; } #message-list:not(.show-done) .message.item.done { display: none; } #message-list.important-only .message.item:not(.important) { display: none; } #message-details { background-color: aliceblue; } #message-details .highlight-found { background-color: yellow; }
public/templates/blog/main.html
thomasjosephgreco/thomasgreco
<div ui-view="Header"></div> <div ui-view="Blogroll"></div> <div ui-view="Footer"></div>
index.html
shjanken/shjanken.github.io
--- layout: default title: Home cover: false about: 'about.html' --- <header class="site-head" {% if page.cover %} style="background-image: url({{ page.cover }})" {% endif %}> <div class="vertical"> <div class="site-head-content" class="inner"> {% if page.logo %} <a class="blog-logo" href="{{ site.baseurl }}"> <img src="{{ page.logo }}" alt="Blog Logo" /> </a> {% endif %} <h1 class="blog-title">{{ site.name }}</h1> <h2 class="blog-description"> {{ site.description }}. {% if page.about %} <a href='{{ site.baseurl }}{{ page.about }}'> About me </a> {% endif %} </h2> </div> </div> </header> <main class="content" role="main"> {% for post in paginator.posts %} <article class="post"> <header class="post-header"> <span class="post-meta"><time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date_to_string }}</time> {{!tags prefix="on "}}</span> <h2 class="post-title"><a href="{{ post.url }}">{{ post.title }}</a></h2> </header> <section class="post-excerpt"> {{ post.excerpt }} </section> </article> {% endfor %} <nav class="pagination" role="pagination"> {% if paginator.previous_page %} {% if paginator.previous_page == 1 %} <a class="newer-posts" href="/" title="Previous Page">&laquo; Newer Posts</a> {% else %} <a class="newer-posts" href="/page{{ paginator.previous_page }}/" title="Previous Page">&laquo; Newer Posts</a> {% endif %} {% endif %} <span class="page-number"> Page {{paginator.page}} of {{paginator.total_pages}} </span> {% if paginator.next_page %} <a class="older-posts" href="/page{{ paginator.next_page }}/" title="Next Page">Older Posts &raquo;</a> {% endif %} </nav> </main>
docs/partials/api/Main.service.UnauthorizedInterceptor.html
alessioscalici/message-board
<h1><code ng:non-bindable="">UnauthorizedInterceptor</code> <div><span class="hint">service in module <code ng:non-bindable="">Main</code> </span> </div> </h1> <div><h2 id="description">Description</h2> <div class="description"><div class="main-service-page main-service-unauthorizedinterceptor-page"><p>This responseError interceptor checks if the response is a &quot;token expired&quot; error. If a &quot;token expired&quot; is returned, the original call is queued to be called again when a new Access Token is available, and a refresh token call is performed.</p> </div></div> </div>
app/assets/stylesheets/application.css
jamesdabbs/pi-base
/* * 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. * *= require_self *= require_tree . */ html, body { height: 100%; } .alert a { color: #fff; text-decoration: underline; } /* Proof explorer */ #proofs_pane .row > div { margin: 0; } #proofs_pane .loading { text-align: center; } #info_pane { height: 100%; padding-bottom: 1em; overflow: hidden; } #info_pane svg { height: 76px; } #info_pane svg text { fill: #c6c6c6; } .node { stroke: #fff; stroke-width: 1.5px; } .link, .arrowhead { stroke: #999; stroke-opacity: .6; } /* Trait table */ .uncontained { margin-top: 60px; padding: 0 3%; } .dataTables_scrollHead table { margin-bottom: 0; } .dataTables_scrollHead table td { vertical-align: bottom; } #trait-table { width: 94%; } #table-filter-box { float: right; } /* #trait-table td, #trait-table a { width: 1.5em; } #trait-table .space a { width: 150px; } .dataTables_scrollHead .property a { display: block; white-space: nowrap; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); writing-mode: lr-tb; } */ #trait-table .true { color: #468847; text-shadow: 1px 1px #4a4a4a; } #trait-table .false { color: #b94a48; text-shadow: 1px 1px #4a4a4a; } /* Related trait tabs */ .nav > .disabled.header > a, .nav > .disabled.header > a:hover { font-size: 18px; color: #c6c6c6; font-weight: bold; } .tabbable .form-search { margin-bottom: 0; } /* Revision list */ #revisions .description > td { padding-bottom: 2em; } ins.differ { color: #468847; } del.differ { color: #b94a48; }
Finance/tmp/styleCache/view2.css
tony19760619/PHPRunnerProjects
body.page-preview { padding-top:10px; padding-left:10px; } .page-preview .rnr-c-all, .rnr-pagewrapper .page-preview .rnr-c-all, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-c-all { margin-bottom:5px; } .page-preview .rnr-c-all, .rnr-pagewrapper .page-preview .rnr-c-all, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-c-all { min-width: 500px; display:inline-block } .page-preview .rnr-cw-all, .rnr-pagewrapper .page-preview .rnr-cw-all, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-cw-all { text-align: center; } .page-preview .rnr-c-main, .rnr-pagewrapper .page-preview .rnr-c-main, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-c-main { margin-bottom:5px; } .page-preview .rnr-c-main, .rnr-pagewrapper .page-preview .rnr-c-main, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-c-main { min-width: 500px; display:inline-block } .page-preview .rnr-cw-main, .rnr-pagewrapper .page-preview .rnr-cw-main, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-cw-main { text-align: center; } .page-preview .rnr-c-pdf, .rnr-pagewrapper .page-preview .rnr-c-pdf, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-c-pdf { margin-bottom:5px; } .page-preview .rnr-cbw-pdf.rnr-cbw-pdf.rnr-cbw-pdf.rnr-cbw-pdf, .rnr-pagewrapper .page-preview .rnr-cbw-pdf.rnr-cbw-pdf.rnr-cbw-pdf.rnr-cbw-pdf, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-cbw-pdf.rnr-cbw-pdf.rnr-cbw-pdf.rnr-cbw-pdf { padding-top:0px;padding-bottom:0px; } .page-preview .rnr-b-viewpdf, .rnr-pagewrapper .page-preview .rnr-b-viewpdf, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewpdf { white-space: nowrap; } .page-preview .rnr-b-viewpdf, .rnr-pagewrapper .page-preview .rnr-b-viewpdf, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewpdf { text-align: left; } .page-preview .rnr-b-viewpdf > *, .rnr-pagewrapper .page-preview .rnr-b-viewpdf > *, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewpdf > * { } .page-preview .rnr-c-master, .rnr-pagewrapper .page-preview .rnr-c-master, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-c-master { margin-bottom:5px; } .page-preview .rnr-b-masterinfo, .rnr-pagewrapper .page-preview .rnr-b-masterinfo, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-masterinfo { white-space: nowrap; } .page-preview .rnr-b-masterinfo, .rnr-pagewrapper .page-preview .rnr-b-masterinfo, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-masterinfo { text-align: left; } .page-preview .rnr-b-masterinfo > *, .rnr-pagewrapper .page-preview .rnr-b-masterinfo > *, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-masterinfo > * { } .page-preview .rnr-c-view, .rnr-pagewrapper .page-preview .rnr-c-view, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-c-view { margin-bottom:5px; } .page-preview .rnr-cbw-view.rnr-cbw-view.rnr-cbw-view.rnr-cbw-view, .rnr-pagewrapper .page-preview .rnr-cbw-view.rnr-cbw-view.rnr-cbw-view.rnr-cbw-view, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-cbw-view.rnr-cbw-view.rnr-cbw-view.rnr-cbw-view { padding-top:0px;padding-bottom:0px; } .page-preview .rnr-b-viewheader, .rnr-pagewrapper .page-preview .rnr-b-viewheader, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewheader { white-space: nowrap; } .page-preview .rnr-b-viewheader, .rnr-pagewrapper .page-preview .rnr-b-viewheader, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewheader { text-align: left; } .page-preview .rnr-b-viewheader > *, .rnr-pagewrapper .page-preview .rnr-b-viewheader > *, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewheader > * { font-size: 120%; } .page-preview .rnr-c-fields, .rnr-pagewrapper .page-preview .rnr-c-fields, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-c-fields { margin-bottom:5px; } .page-preview .rnr-b-viewfields, .rnr-pagewrapper .page-preview .rnr-b-viewfields, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewfields { white-space: normal; } .page-preview .rnr-b-viewfields, .rnr-pagewrapper .page-preview .rnr-b-viewfields, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewfields { text-align: left; } .page-preview .rnr-b-viewfields > *, .rnr-pagewrapper .page-preview .rnr-b-viewfields > *, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewfields > * { } .page-preview .rnr-b-viewbuttons, .rnr-pagewrapper .page-preview .rnr-b-viewbuttons, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewbuttons { white-space: nowrap; } .page-preview .rnr-b-viewbuttons, .rnr-pagewrapper .page-preview .rnr-b-viewbuttons, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewbuttons { text-align: left; } .page-preview .rnr-b-viewbuttons > *, .rnr-pagewrapper .page-preview .rnr-b-viewbuttons > *, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewbuttons > * { } .page-preview .rnr-c-details, .rnr-pagewrapper .page-preview .rnr-c-details, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-c-details { margin-bottom:5px; } .page-preview .rnr-c-details, .rnr-pagewrapper .page-preview .rnr-c-details, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-c-details { min-width: 100px; } .page-preview .rnr-b-viewdetails, .rnr-pagewrapper .page-preview .rnr-b-viewdetails, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewdetails { white-space: nowrap; } .page-preview .rnr-b-viewdetails, .rnr-pagewrapper .page-preview .rnr-b-viewdetails, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewdetails { text-align: left; } .page-preview .rnr-b-viewdetails > *, .rnr-pagewrapper .page-preview .rnr-b-viewdetails > *, .rnr-pagewrapper .rnr-pagewrapper .page-preview .rnr-b-viewdetails > * { } body.page-preview .rnr-top { padding-right: 5px; }
Rust/share/doc/rust/html/std/thread/fn.panicking.html
ArcherSys/ArcherSys
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `panicking` fn in crate `std`."> <meta name="keywords" content="rust, rustlang, rust-lang, panicking"> <title>std::thread::panicking - Rust</title> <link rel="stylesheet" type="text/css" href="../../main.css"> <link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <a href='../../std/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a> <p class='location'><a href='../index.html'>std</a>::<wbr><a href='index.html'>thread</a></p><script>window.sidebarCurrent = {name: 'panicking', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press 'S' to search, '?' for more options..." type="search"> </div> </form> </nav> <section id='main' class="content fn"> <h1 class='fqn'><span class='in-band'>Function <a href='../index.html'>std</a>::<wbr><a href='index.html'>thread</a>::<wbr><a class='fn' href=''>panicking</a><wbr><a class='stability Stable' title=''>Stable</a></span><span class='out-of-band'><span id='render-detail'> <a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a> </span><a id='src-87094' href='../../src/std/thread.rs.html#393-395'>[src]</a></span></h1> <pre class='rust fn'>pub fn panicking() -&gt; <a href='../primitive.bool.html'>bool</a></pre><div class='docblock'><p>Determines whether the current thread is unwinding because of panic.</p> </div></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div class="shortcuts"> <h1>Keyboard shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>typedef</code> (or <code>tdef</code>). </p> </div> </div> <script> window.rootPath = "../../"; window.currentCrate = "std"; window.playgroundUrl = "http://play.rust-lang.org/"; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script src="../../playpen.js"></script> <script async src="../../search-index.js"></script> </body> </html>
assets/plugins/cubeportfolio-jquery-plugin/templates/meet-the-team/ajax/member9.html
programulya/hotboogieclub
<div class="cbp-l-member-img"> <img src="http://ipsumimage.appspot.com/500x400,2d67b9" alt=""> </div> <div class="cbp-l-member-info"> <div class="cbp-l-member-name">Rebecca Breen</div> <div class="cbp-l-member-position">Web Design</div> <div class="cbp-l-member-desc"> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Earum, perspiciatis, corporis, iusto a saepe iste ea odit quas fugit amet nisi adipisci excepturi ipsam quae asperiores sit blanditiis sunt ducimus magni eos non et quos dignissimos quaerat aspernatur. Enim, temporibus, ullam, vitae, accusantium veniam ut odio magni nobis animi ratione eaque at aliquam eos error quas eum unde laudantium quisquam dolores voluptas velit corporis fuga! Error, soluta, consequatur, excepturi earum laudantium ab magnam vitae eligendi consectetur dicta quo nesciunt eveniet facere iusto praesentium aliquid impedit tempora nobis deleniti fugiat corporis maiores cupiditate provident veritatis quod odio nulla vel ratione quas. <br><br>Image courtesy of stockimages / FreeDigitalPhotos.net. </div> </div>
lib/JADE/doc/api/jade/content/schema/facets/DocumentationFacet.html
shookees/SmartFood_old
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="it"> <head> <!-- Generated by javadoc (version 1.7.0_03) on Wed Dec 04 15:37:58 CET 2013 --> <title>DocumentationFacet (JADE v4.3.1 API)</title> <meta name="date" content="2013-12-04"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="DocumentationFacet (JADE v4.3.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/DocumentationFacet.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../jade/content/schema/facets/DefaultValueFacet.html" title="class in jade.content.schema.facets"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../jade/content/schema/facets/JavaTypeFacet.html" title="class in jade.content.schema.facets"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?jade/content/schema/facets/DocumentationFacet.html" target="_top">Frames</a></li> <li><a href="DocumentationFacet.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">jade.content.schema.facets</div> <h2 title="Class DocumentationFacet" class="title">Class DocumentationFacet</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>jade.content.schema.facets.DocumentationFacet</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../jade/content/schema/Facet.html" title="interface in jade.content.schema">Facet</a>, java.io.Serializable</dd> </dl> <hr> <br> <pre>public class <span class="strong">DocumentationFacet</span> extends java.lang.Object implements <a href="../../../../jade/content/schema/Facet.html" title="interface in jade.content.schema">Facet</a></pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#jade.content.schema.facets.DocumentationFacet">Serialized Form</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../jade/content/schema/facets/DocumentationFacet.html#DocumentationFacet(java.lang.String)">DocumentationFacet</a></strong>(java.lang.String&nbsp;documentation)</code> <div class="block">Construct a <code>DocumentationFacet</code> that set the documentation of an AbsObject</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../jade/content/schema/facets/DocumentationFacet.html#getDocumentation()">getDocumentation</a></strong>()</code> <div class="block">Get the documentation associated to this facet</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../jade/content/schema/facets/DocumentationFacet.html#validate(jade.content.abs.AbsObject, jade.content.onto.Ontology)">validate</a></strong>(<a href="../../../../jade/content/abs/AbsObject.html" title="interface in jade.content.abs">AbsObject</a>&nbsp;value, <a href="../../../../jade/content/onto/Ontology.html" title="class in jade.content.onto">Ontology</a>&nbsp;onto)</code> <div class="block">Check whether a given value for the slot this Facet applies to is valid.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="DocumentationFacet(java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>DocumentationFacet</h4> <pre>public&nbsp;DocumentationFacet(java.lang.String&nbsp;documentation)</pre> <div class="block">Construct a <code>DocumentationFacet</code> that set the documentation of an AbsObject</div> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getDocumentation()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDocumentation</h4> <pre>public&nbsp;java.lang.String&nbsp;getDocumentation()</pre> <div class="block">Get the documentation associated to this facet</div> </li> </ul> <a name="validate(jade.content.abs.AbsObject, jade.content.onto.Ontology)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>validate</h4> <pre>public&nbsp;void&nbsp;validate(<a href="../../../../jade/content/abs/AbsObject.html" title="interface in jade.content.abs">AbsObject</a>&nbsp;value, <a href="../../../../jade/content/onto/Ontology.html" title="class in jade.content.onto">Ontology</a>&nbsp;onto) throws <a href="../../../../jade/content/onto/OntologyException.html" title="class in jade.content.onto">OntologyException</a></pre> <div class="block">Check whether a given value for the slot this Facet applies to is valid.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../jade/content/schema/Facet.html#validate(jade.content.abs.AbsObject, jade.content.onto.Ontology)">validate</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../jade/content/schema/Facet.html" title="interface in jade.content.schema">Facet</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - The value to be checked</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../jade/content/onto/OntologyException.html" title="class in jade.content.onto">OntologyException</a></code> - If the value is not valid</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/DocumentationFacet.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../jade/content/schema/facets/DefaultValueFacet.html" title="class in jade.content.schema.facets"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../jade/content/schema/facets/JavaTypeFacet.html" title="class in jade.content.schema.facets"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?jade/content/schema/facets/DocumentationFacet.html" target="_top">Frames</a></li> <li><a href="DocumentationFacet.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><center>These are the official <i><a href=http://jade.tilab.com target=top>JADE</a></i> API. For these API backward compatibility is guaranteed accross JADE versions</center></small></p> </body> </html>
tag/afm/index.html
blahcadepodcast/blahcadepodcast.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>afm - Page 1 - BlahCade Podcast</title> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content=""> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="afm - Page 1 - BlahCade Podcast"> <meta name="twitter:description" content=""> <meta property="og:type" content="article"> <meta property="og:title" content="afm - Page 1 - BlahCade Podcast"> <meta property="og:description" content=""> <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"> <link href="/apple-touch-icon-precomposed.png" rel="apple-touch-icon"> <link rel="stylesheet" type="text/css" href="//blahcadepinball.com/themes/uno/assets/css/uno.css?v=1513311014542" /> <link rel="canonical" href="http://blahcadepinball.com/http://blahcadepinball.com/tag/afm/" /> <meta name="referrer" content="origin" /> <meta property="og:site_name" content="BlahCade Podcast" /> <meta property="og:type" content="website" /> <meta property="og:title" content="afm - Page 1 - BlahCade Podcast" /> <meta property="og:url" content="http://blahcadepinball.com/http://blahcadepinball.com/tag/afm/" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="afm - Page 1 - BlahCade Podcast" /> <meta name="twitter:url" content="http://blahcadepinball.com/http://blahcadepinball.com/tag/afm/" /> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Series", "publisher": "BlahCade Podcast", "url": "http://blahcadepinball.com/", "name": "afm" } </script> <meta name="generator" content="HubPress" /> <link rel="alternate" type="application/rss+xml" title="BlahCade Podcast" href="http://blahcadepinball.com/rss/" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/atom-one-dark.min.css"> </head> <body class="tag-template tag-afm no-js"> <span class="mobile btn-mobile-menu"> <i class="icon icon-list btn-mobile-menu__icon"></i> <i class="icon icon-x-circle btn-mobile-close__icon hidden"></i> </span> <header class="panel-cover " style="background-image: url(/images/cover.jpg)"> <div class="panel-main"> <div class="panel-main__inner panel-inverted"> <div class="panel-main__content"> <a href="http://blahcadepinball.com" title="link to homepage for BlahCade Podcast"><img src="/images/logo.png" width="80" alt="BlahCade Podcast logo" class="panel-cover__logo logo" /></a> <h1 class="panel-cover__title panel-title"><a href="http://blahcadepinball.com" title="link to homepage for BlahCade Podcast">BlahCade Podcast</a></h1> <hr class="panel-cover__divider" /> <p class="panel-cover__description">Digital Pinball, Real Pinball, Movies, Snacks (but mostly Digital Pinball)</p> <hr class="panel-cover__divider panel-cover__divider--secondary" /> <div class="navigation-wrapper"> <nav class="cover-navigation cover-navigation--primary"> <ul class="navigation"> <li class="navigation__item"><a href="http://blahcadepinball.com/#blog" title="link to BlahCade Podcast blog" class="blog-button">Blog</a></li> </ul> </nav> <nav class="cover-navigation navigation--social"> <ul class="navigation"> <!-- Twitter --> <li class="navigation__item"> <a href="https://twitter.com/blahcade" title="Twitter account"> <i class='icon icon-social-twitter'></i> <span class="label">Twitter</span> </a> </li> <!-- Google Plus --> <li class="navigation__item"> <a href="https://plus.google.com/111201633898451444599/" title="Google+ account"> <i class='icon icon-social-google-plus'></i> <span class="label">Google-plus</span> </a> </li> <!-- Github --> <li class="navigation__item"> <a href="https://github.com/blahcadepodcast/" title="Github account"> <i class='icon icon-social-github'></i> <span class="label">Github</span> </a> </li> </li> <!-- Email --> <li class="navigation__item"> <a href="mailto:blahblahblahcade@gmail.com" title="Email blahblahblahcade@gmail.com"> <i class='icon icon-mail'></i> <span class="label">Email</span> </a> </li> </ul> </nav> </div> </div> </div> <div class="panel-cover--overlay"></div> </div> </header> <div class="content-wrapper"> <div class="content-wrapper__inner"> <h1 class="archive-title">Tag: afm</h1> <hr class="section-title__divider" /> <div class="main-post-list"> <ol class="post-list"> <li> <h2 class="post-list__post-title post-title"><a href="http://blahcadepinball.com/2017/12/15/Episode-121-Switch-It-Up-With-Site-Visits.html" title="link to Episode 121: Switch It Up With Site Visits">Episode 121: Switch It Up With Site Visits</a></h2> <p class="excerpt">This show is full of pinball, with a bit of movie industry chatter towards the end that could spell interesting shenanigans for the pinball landscape. We come through with our promise to visit our respective new pinball locations and talk at length about Guardians of the Galaxy as a result.&hellip;</p> <div class="post-list__meta"> <time datetime="15 Dec 2017" class="post-list__meta--date date">15 Dec 2017</time> &#8226; <span class="post-list__meta--tags tags"><a href="http://blahcadepinball.com/tag/zen/#blog" title="zen">zen</a>, <a href="http://blahcadepinball.com/tag/tournaments/#blog" title="tournaments">tournaments</a>, <a href="http://blahcadepinball.com/tag/movies/#blog" title="movies">movies</a>, <a href="http://blahcadepinball.com/tag/guardians/#blog" title="guardians">guardians</a>, <a href="http://blahcadepinball.com/tag/afm/#blog" title="afm">afm</a></span> </div> <hr class="post-list__divider" /> </li> <li> <h2 class="post-list__post-title post-title"><a href="http://blahcadepinball.com/2017/12/08/Episode-120-Extra-terrestrial-Radio.html" title="link to Episode 120: Extra-terrestrial Radio">Episode 120: Extra-terrestrial Radio</a></h2> <p class="excerpt">It&#8217;s a mixture of pinball and other stuff this episode. Jared talks about a missed opportunity, and Chris talks about terrestrial radio and how it is becoming mainstream and boring. Yep, its your regular randomness that is the BlahCade podcast. 05:12 - Listener Feedback 06:40 -&hellip;</p> <div class="post-list__meta"> <time datetime="08 Dec 2017" class="post-list__meta--date date">08 Dec 2017</time> &#8226; <span class="post-list__meta--tags tags"><a href="http://blahcadepinball.com/tag/zen/#blog" title="zen">zen</a>, <a href="http://blahcadepinball.com/tag/tournaments/#blog" title="tournaments">tournaments</a>, <a href="http://blahcadepinball.com/tag/radio/#blog" title="radio">radio</a>, <a href="http://blahcadepinball.com/tag/guardians/#blog" title="guardians">guardians</a>, <a href="http://blahcadepinball.com/tag/afm/#blog" title="afm">afm</a></span> </div> <hr class="post-list__divider" /> </li> </ol> <hr class="post-list__divider " /> <nav class="pagination" role="navigation"> <span class="pagination__page-number">Page 1 of 1</span> </nav> </div> <footer class="footer"> <span class="footer__copyright">&copy; 2017. All rights reserved.</span> <span class="footer__copyright"><a href="http://uno.daleanthony.com" title="link to page for Uno Ghost theme">Uno theme</a> by <a href="http://daleanthony.com" title="link to website for Dale-Anthony">Dale-Anthony</a></span> <span class="footer__copyright">Proudly published with <a href="http://hubpress.io" title="link to Hubpress website">Hubpress</a></span> </footer> </div> </div> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/highlight.min.js?v="></script> <script type="text/javascript"> jQuery( document ).ready(function() { // change date with ago jQuery('ago.ago').each(function(){ var element = jQuery(this).parent(); element.html( moment(element.text()).fromNow()); }); }); hljs.initHighlightingOnLoad(); </script> <script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <script type="text/javascript" src="//blahcadepinball.com/themes/uno/assets/js/main.js?v=1513311014542"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-83260356-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
src/docs/IMCSGame.html
Soul1355/HowDoTheHorsiesMove
<!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_121) on Wed May 17 07:47:13 CEST 2017 --> <title>IMCSGame</title> <meta name="date" content="2017-05-17"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="IMCSGame"; } } catch(err) { } //--> var methods = {"i0":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript 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="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="Client.html" title="class in &lt;Unnamed&gt;"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="index.html?IMCSGame.html" target="_top">Frames</a></li> <li><a href="IMCSGame.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <h2 title="Class IMCSGame" class="title">Class IMCSGame</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>IMCSGame</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">IMCSGame</span> extends java.lang.Object</pre> <div class="block">Game object containing information of an either offered or currently running game on the IMCS.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="IMCSGame.html#gameId">gameId</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="IMCSGame.html#isRunning">isRunning</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>char</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="IMCSGame.html#reservedPlayer">reservedPlayer</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="IMCSGame.html#IMCSGame--">IMCSGame</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>static <a href="IMCSGame.html" title="class in &lt;Unnamed&gt;">IMCSGame</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="IMCSGame.html#parse-java.lang.String-">parse</a></span>(java.lang.String&nbsp;line)</code> <div class="block">Parse the given line (from the game listing) to a IMCSGame object.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="gameId"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>gameId</h4> <pre>public&nbsp;java.lang.String gameId</pre> </li> </ul> <a name="reservedPlayer"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>reservedPlayer</h4> <pre>public&nbsp;char reservedPlayer</pre> </li> </ul> <a name="isRunning"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>isRunning</h4> <pre>public&nbsp;boolean isRunning</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="IMCSGame--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>IMCSGame</h4> <pre>public&nbsp;IMCSGame()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="parse-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>parse</h4> <pre>public static&nbsp;<a href="IMCSGame.html" title="class in &lt;Unnamed&gt;">IMCSGame</a>&nbsp;parse(java.lang.String&nbsp;line)</pre> <div class="block">Parse the given line (from the game listing) to a IMCSGame object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>line</code> - Line from the game listing to parse.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>The parsed IMCSGame object if all went well, <code>null</code> otherwise.</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="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="Client.html" title="class in &lt;Unnamed&gt;"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="index.html?IMCSGame.html" target="_top">Frames</a></li> <li><a href="IMCSGame.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
public/Windows 10 x64 (19041.388)/_WHEA_ERROR_RECORD_HEADER_VALIDBITS.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19041.388)</h4><br> <h2>_WHEA_ERROR_RECORD_HEADER_VALIDBITS</h2> <font face="arial"> +0x000 PlatformId : Pos 0, 1 Bit<br> +0x000 Timestamp : Pos 1, 1 Bit<br> +0x000 PartitionId : Pos 2, 1 Bit<br> +0x000 Reserved : Pos 3, 29 Bits<br> +0x000 AsULONG : Uint4B<br> </font></body></html>
contact/css/style.css
bamobravo/cim
/*--A Design by W3layouts Author: W3layout Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ --*/ /*--- reset code ---*/ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; } article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section { display: block; } ol,ul { list-style:none; margin:0px; padding:0px; } blockquote,q { quotes:none; } blockquote:before,blockquote:after,q:before,q:after { content:''; content:none; } table { border-collapse:collapse; border-spacing:0; } /* start editing from here */ a { text-decoration:none; } .txt-rt { text-align:right; }/* text align right */ .txt-lt { text-align:left; }/* text align left */ .txt-center { text-align:center; /*-- W3Layouts --*/ }/* text align center */ .float-rt { float:right; }/* float right */ .float-lt { float:left; }/* float left */ .clear { clear:both; }/* clear float */ .pos-relative { position:relative; }/* Position Relative */ .pos-absolute { position:absolute; }/* Position Absolute */ .vertical-base { vertical-align:baseline; }/* vertical align baseline */ .vertical-top { vertical-align:top; }/* vertical align top */ nav.vertical ul li { display:block; }/* vertical menu */ nav.horizontal ul li { display: inline-block; }/* horizontal menu */ img { max-width:100%; } /*--- end reset code ---*/ body { background:url(../images/banner.jpg); background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-size: 100% 100%; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; -ms-background-size: 100% 100%; font-family: 'Cabin', sans-serif; } h1.header-agileits { text-align: center; font-size: 50px; font-weight: normal; padding-top: 35px; text-transform: uppercase; color: #fff; letter-spacing: 8px; } p.header-agileits { font-size: 17px; font-weight: normal; line-height: 35px; margin-bottom: 45px; color: #dcdcdc; text-align: center; } .content-w3ls { width: 42%; margin: 20px auto 50px; background-color: rgba(3, 9, 12, 0.36); padding: 55px 50px; } .form-control { padding-bottom: 35px; } .form-control:nth-child(9) { padding-bottom:0; padding-top: 16px; } span { color: red; } label.header { font-size: 20px; width: 300px; font-weight: 500; color: #fff; text-align: justify; letter-spacing: 2px; text-transform: capitalize; display: inline-block; margin-bottom: 10px; float: left; width: 40%; } input#name,input#email,input#bill,input#usrtel,textarea#message { font-family: 'Exo 2', sans-serif; border: 1px solid #fff; color: #fff; text-align: justify; outline: none; letter-spacing: 1px; font-size: 15px; font-weight: normal; background-color: rgba(82, 56, 76, 0.15); float: right; } input#name,input#email,input#bill,input#usrtel { height:45px; padding:0 15px; width:54.5%; } label.enquiry { font-size: 20px; font-weight: 500; color: #fff; float: left; text-align: justify; letter-spacing: 2px; text-transform: capitalize; display: inline-block; margin-bottom: 25px; } textarea#message { height:150px; padding:15px; width:54.5%; } input::-webkit-input-placeholder { color:#c1c1c1!important; } input:-moz-placeholder { /* Firefox 18- */ color:#c1c1c1!important; } input::-moz-placeholder { /* Firefox 19+ */ color:#c1c1c1!important; } input:-ms-input-placeholder { color:#c1c1c1!important; } textarea::-webkit-input-placeholder { color:#c1c1c1!important; } textarea::-moz-placeholder { /* Firefox 18- */ color:#c1c1c1!important; } textarea::-moz-placeholder { /* Firefox 19+ */ color:#c1c1c1!important; } textarea::-ms-input-placeholder { color:#c1c1c1!important; } .register { background-color: #22f1ef; width:20%; float:right; height: 50px; border: none; cursor: pointer; color: #fff; letter-spacing:1px; outline: none; font-size:17px; font-weight: normal; text-transform: uppercase; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; } .register:hover { background-color:#36b051; color:#fff; } .reset { background-color: #f15f22; width:20%; float:right; margin-right:2px; margin-left:5px; height: 50px; border: none; cursor: pointer; color: #fff; letter-spacing:1px; outline: none; font-size:17px; font-weight: normal; text-transform: uppercase; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; } p.copyright { font-size: 16px; text-align: center; color: #fff; padding-bottom: 50px; } p.copyright a { color:#22f1ef; } p.copyright a:hover { color:#fff; } p.be-wls { font-size: 15px; color: #fff; margin-bottom: 17px; } .agile-w3ls { padding-left: 270px; } /*-- responsive design --*/ @media (max-width: 1366px) { .content-w3ls { width: 45%; } .agile-w3ls { padding-left: 326px; } } @media (max-width: 1280px) { .content-w3ls { width: 51%; } .agile-w3ls { padding-left: 304px; } } @media (max-width: 1080px) { h1.header-agileits { font-size:40px; padding-top:25px; } .content-w3ls { width: 58%; } .agile-w3ls { padding-left: 250px; } } @media (max-width: 1024px) { .agile-w3ls { padding-left: 237px; } } @media (max-width: 991px) { .content-w3ls { width: 62%; } .agile-w3ls { padding-left: 305px; } } @media (max-width: 800px) { .agile-w3ls { padding-left: 245px; } .content-w3ls { width: 77%; } } @media (max-width: 768px) { .content-w3ls { width: 80%; padding: 28px 28px; } label.header { width: 38%; } .agile-w3ls { padding-left: 230px; } } @media (max-width: 736px) { .content-w3ls { width: 85%; } .agile-w3ls { padding-left: 245px; } } @media (max-width: 667px) { label.header { float: none; width: 100%; } input#name, input#email, input#bill, input#usrtel, textarea#message { float: none; } .content-w3ls { width: 66%; } input#name, input#email, input#bill, input#usrtel,textarea#message { width: 92.5%; } .form-control { padding-bottom: 20px; } label.header { font-size: 18px; } .agile-w3ls { padding-left: 0px; } .register { width: 28%; } } @media (max-width: 640px) { h1.header-agileits { font-size: 35px; padding-top: 20px; } input#name, input#email, input#bill, input#usrtel,textarea#message { width: 92%; } } @media (max-width: 600px) { .content-w3ls { width: 68%; } } @media (max-width: 568px) { .content-w3ls { width:74%; } } @media (max-width: 480px) { h1.header-agileits { font-size: 30px; padding-top: 18px; } input#name, input#email, input#bill, input#usrtel,textarea#message { width: 90.5%; } } @media (max-width: 414px) { input#name, input#email, input#bill, input#usrtel,textarea#message { width: 88.5%; } .register { width: 38%; height:40px; } p.copyright { font-size: 15px; line-height: 28px; padding-bottom: 24px; } } @media (max-width: 384px) { input#name, input#email, input#bill, input#usrtel, textarea#message { width: 88%; } } @media (max-width: 320px) { h1.header-agileits { font-size: 25px; padding-top: 18px; letter-spacing: 5px; } input#name, input#email, input#bill, input#usrtel { height: 40px; padding: 0 10px; } .content-w3ls { width: 80%; padding: 16px 16px; } input#name, input#email, input#bill, input#usrtel, textarea#message { width: 91%; font-size: 14px; } textarea#message { height: 100px; padding: 10px; } .register { font-size:15px; } }
_includes/comments.html
movence/movence.github.io
<div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = 'movence'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript> Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a> </noscript> <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
wegas-app/src/main/webapp/wegas-lobby/src/app/private/private.tmpl.html
ghiringh/Wegas
<div style="height: 100%;"> <div class="view view--menu view--top view--separate-shadow view--separate-primary"> <private-sidebar></private-sidebar> </div> <div ng-if="user.hasAgreed" class="view view--workspace" ui-view="workspace"></div> <div ng-if="!user.hasAgreed" style="text-align:center; height: calc( 100% - 200px );"> <div style="font-size:20px; font-weight: bold; margin-top: 20px;">{{'PRIVATE-AGREE-TITLE' | translate}}</div> <div style="font-size:16px; font-weight: normal; margin-top: 10px;">{{'PRIVATE-AGREE-SUBTITLE' | translate}}</div> <iframe ng-src="{{frameUrl}}" style="width:80%; height:calc( 100% - 100px ); margin: 30px; min-height: 100px;"> Your browser does not support IFRAMEs. </iframe> <br/> <button ng-click="updateUserAgreement();" style="float:right; font-weight: bold; color: green; font-size: 16px;">{{'PRIVATE-AGREE-BTN' | translate}}&nbsp;&raquo;</button> </div> <div class="view view--modal" ui-view="modal"></div> </div>
about/index.html
michaelczh/michaelczh.github.io
<!DOCTYPE html> <html class="theme-next mist use-motion" lang> <head><meta name="generator" content="Hexo 3.9.0"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2"> <meta name="theme-color" content="#222"> <link rel="stylesheet" href="/lib/font-awesome/css/font-awesome.min.css?v=4.7.0"> <link rel="stylesheet" href="/css/main.css?v=7.1.2"> <script id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Mist', version: '7.1.2', sidebar: {"position":"left","display":"post","offset":12,"onmobile":false,"dimmer":false}, back2top: true, back2top_sidebar: false, fancybox: false, fastclick: false, lazyload: false, tabs: true, motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}, algolia: { applicationID: '', apiKey: '', indexName: '', hits: {"per_page":10}, labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"} } }; </script> <meta name="description" content="Graduated: Tokyo Institute of Technology"> <meta property="og:type" content="website"> <meta property="og:title" content="About Me"> <meta property="og:url" content="http://yoursite.com/about/index.html"> <meta property="og:site_name" content="IAM.CZH"> <meta property="og:description" content="Graduated: Tokyo Institute of Technology"> <meta property="og:locale" content="default"> <meta property="og:updated_time" content="2021-02-13T00:58:04.388Z"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="About Me"> <meta name="twitter:description" content="Graduated: Tokyo Institute of Technology"> <link rel="canonical" href="http://yoursite.com/about/"> <script id="page.configurations"> CONFIG.page = { sidebar: "", }; </script> <title>About Me | IAM.CZH</title> <noscript> <style> .use-motion .motion-element, .use-motion .brand, .use-motion .menu-item, .sidebar-inner, .use-motion .post-block, .use-motion .pagination, .use-motion .comments, .use-motion .post-header, .use-motion .post-body, .use-motion .collection-title { opacity: initial; } .use-motion .logo, .use-motion .site-title, .use-motion .site-subtitle { opacity: initial; top: initial; } .use-motion .logo-line-before i { left: initial; } .use-motion .logo-line-after i { right: initial; } </style> </noscript> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="default"> <div class="container sidebar-position-left page-post-detail"> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-brand-wrapper"> <div class="site-meta"> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">IAM.CZH</span> <span class="logo-line-after"><i></i></span> </a> </div> </div> <div class="site-nav-toggle"> <button aria-label="Toggle navigation bar"> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> </div> <nav class="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/" rel="section"><i class="menu-item-icon fa fa-fw fa-home"></i> <br>Home</a> </li> <li class="menu-item menu-item-me menu-item-active"> <a href="/about/" rel="section"><i class="menu-item-icon fa fa-fw fa-user"></i> <br>Me</a> </li> <li class="menu-item menu-item-tags"> <a href="/tags/" rel="section"><i class="menu-item-icon fa fa-fw fa-tags"></i> <br>Tags</a> </li> <li class="menu-item menu-item-categories"> <a href="/categories/" rel="section"><i class="menu-item-icon fa fa-fw fa-th"></i> <br>Categories</a> </li> <li class="menu-item menu-item-archives"> <a href="/archives/" rel="section"><i class="menu-item-icon fa fa-fw fa-archive"></i> <br>Archives</a> </li> <li class="menu-item menu-item-search"> <a href="javascript:;" class="popup-trigger"> <i class="menu-item-icon fa fa-search fa-fw"></i> <br>Search</a> </li> </ul> <div class="site-search"> <div class="popup search-popup local-search-popup"> <div class="local-search-header clearfix"> <span class="search-icon"> <i class="fa fa-search"></i> </span> <span class="popup-btn-close"> <i class="fa fa-times-circle"></i> </span> <div class="local-search-input-wrapper"> <input autocomplete="off" placeholder="Searching..." spellcheck="false" type="text" id="local-search-input"> </div> </div> <div id="local-search-result"></div> </div> </div> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <div id="posts" class="posts-expand"> <div class="post-block page"> <header class="post-header"> <h1 class="post-title" itemprop="name headline">About Me </h1> <div class="post-meta"> </div> </header> <div class="post-body"> <p><strong>Graduated</strong>: Tokyo Institute of Technology</p> </div> </div> </div> </div> <div class="comments" id="gitalk-container"> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <div class="site-overview-wrap sidebar-panel sidebar-panel-active"> <div class="site-overview"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="/images/avatar.png" alt="CHEN ZHIHANG"> <p class="site-author-name" itemprop="name">CHEN ZHIHANG</p> <div class="site-description motion-element" itemprop="description"></div> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives/"> <span class="site-state-item-count">88</span> <span class="site-state-item-name">posts</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories/"> <span class="site-state-item-count">10</span> <span class="site-state-item-name">categories</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags/"> <span class="site-state-item-count">21</span> <span class="site-state-item-name">tags</span> </a> </div> </nav> <div class="links-of-author motion-element"> <span class="links-of-author-item"> <a href="https://github.com/shikouchen" title="GitHub &rarr; https://github.com/shikouchen" rel="noopener" target="_blank"><i class="fa fa-fw fa-github"></i>GitHub</a> </span> </div> </div> </div> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright">&copy; <span itemprop="copyrightYear">2021</span> <span class="with-love" id="animate"> <i class="fa fa-user"></i> </span> <span class="author" itemprop="copyrightHolder">CHEN ZHIHANG</span> </div> <div class="busuanzi-count"> <script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script> <span class="post-meta-item-icon"> <i class="fa fa-user"></i> </span> <span class="site-uv" title="Total Visitors"> <span class="busuanzi-value" id="busuanzi_value_site_uv"></span> </span> <span class="post-meta-divider">|</span> <span class="post-meta-item-icon"> <i class="fa fa-eye"></i> </span> <span class="site-pv" title="Total Views"> <span class="busuanzi-value" id="busuanzi_value_site_pv"></span> </span> </div> </div> </footer> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> </div> </div> <script> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script src="/lib/jquery/index.js?v=3.4.1"></script> <script src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script src="/js/utils.js?v=7.1.2"></script> <script src="/js/motion.js?v=7.1.2"></script> <script src="/js/schemes/muse.js?v=7.1.2"></script> <script src="/js/scrollspy.js?v=7.1.2"></script> <script src="/js/post-details.js?v=7.1.2"></script> <script src="/js/next-boot.js?v=7.1.2"></script> <script src="//cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.min.js"></script> <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.min.css"> <script src="//cdn.jsdelivr.net/npm/js-md5@0.7.3/src/md5.min.js"></script> <script> var gitalk = new Gitalk({ clientID: '9d0557ccdbe194332b3a', clientSecret: 'dafb2bb8abbf9cb1585ee0f8a1ea58d9e97f0300', repo: 'michaelczh.github.io', owner: 'michaelczh', admin: ['michaelczh'], id: md5(location.pathname), language: window.navigator.language || window.navigator.userLanguage, distractionFreeMode: 'true' }); gitalk.render('gitalk-container'); </script> <script> // Popup Window; var isfetched = false; var isXml = true; // Search DB path; var search_path = "search.xml"; if (search_path.length === 0) { search_path = "search.xml"; } else if (/json$/i.test(search_path)) { isXml = false; } var path = "/" + search_path; // monitor main search box; var onPopupClose = function (e) { $('.popup').hide(); $('#local-search-input').val(''); $('.search-result-list').remove(); $('#no-result').remove(); $(".local-search-pop-overlay").remove(); $('body').css('overflow', ''); } function proceedsearch() { $("body") .append('<div class="search-popup-overlay local-search-pop-overlay"></div>') .css('overflow', 'hidden'); $('.search-popup-overlay').click(onPopupClose); $('.popup').toggle(); var $localSearchInput = $('#local-search-input'); $localSearchInput.attr("autocapitalize", "none"); $localSearchInput.attr("autocorrect", "off"); $localSearchInput.focus(); } // search function; var searchFunc = function(path, search_id, content_id) { 'use strict'; // start loading animation $("body") .append('<div class="search-popup-overlay local-search-pop-overlay">' + '<div id="search-loading-icon">' + '<i class="fa fa-spinner fa-pulse fa-5x fa-fw"></i>' + '</div>' + '</div>') .css('overflow', 'hidden'); $("#search-loading-icon").css('margin', '20% auto 0 auto').css('text-align', 'center'); $.ajax({ url: path, dataType: isXml ? "xml" : "json", async: true, success: function(res) { // get the contents from search data isfetched = true; $('.popup').detach().appendTo('.header-inner'); var datas = isXml ? $("entry", res).map(function() { return { title: $("title", this).text(), content: $("content",this).text(), url: $("url" , this).text() }; }).get() : res; var input = document.getElementById(search_id); var resultContent = document.getElementById(content_id); var inputEventFunction = function() { var searchText = input.value.trim().toLowerCase(); var keywords = searchText.split(/[\s\-]+/); if (keywords.length > 1) { keywords.push(searchText); } var resultItems = []; if (searchText.length > 0) { // perform local searching datas.forEach(function(data) { var isMatch = false; var hitCount = 0; var searchTextCount = 0; var title = data.title.trim(); var titleInLowerCase = title.toLowerCase(); var content = data.content.trim().replace(/<[^>]+>/g,""); var contentInLowerCase = content.toLowerCase(); var articleUrl = decodeURIComponent(data.url).replace(/\/{2,}/g, '/'); var indexOfTitle = []; var indexOfContent = []; // only match articles with not empty titles if(title != '') { keywords.forEach(function(keyword) { function getIndexByWord(word, text, caseSensitive) { var wordLen = word.length; if (wordLen === 0) { return []; } var startPosition = 0, position = [], index = []; if (!caseSensitive) { text = text.toLowerCase(); word = word.toLowerCase(); } while ((position = text.indexOf(word, startPosition)) > -1) { index.push({position: position, word: word}); startPosition = position + wordLen; } return index; } indexOfTitle = indexOfTitle.concat(getIndexByWord(keyword, titleInLowerCase, false)); indexOfContent = indexOfContent.concat(getIndexByWord(keyword, contentInLowerCase, false)); }); if (indexOfTitle.length > 0 || indexOfContent.length > 0) { isMatch = true; hitCount = indexOfTitle.length + indexOfContent.length; } } // show search results if (isMatch) { // sort index by position of keyword [indexOfTitle, indexOfContent].forEach(function (index) { index.sort(function (itemLeft, itemRight) { if (itemRight.position !== itemLeft.position) { return itemRight.position - itemLeft.position; } else { return itemLeft.word.length - itemRight.word.length; } }); }); // merge hits into slices function mergeIntoSlice(text, start, end, index) { var item = index[index.length - 1]; var position = item.position; var word = item.word; var hits = []; var searchTextCountInSlice = 0; while (position + word.length <= end && index.length != 0) { if (word === searchText) { searchTextCountInSlice++; } hits.push({position: position, length: word.length}); var wordEnd = position + word.length; // move to next position of hit index.pop(); while (index.length != 0) { item = index[index.length - 1]; position = item.position; word = item.word; if (wordEnd > position) { index.pop(); } else { break; } } } searchTextCount += searchTextCountInSlice; return { hits: hits, start: start, end: end, searchTextCount: searchTextCountInSlice }; } var slicesOfTitle = []; if (indexOfTitle.length != 0) { slicesOfTitle.push(mergeIntoSlice(title, 0, title.length, indexOfTitle)); } var slicesOfContent = []; while (indexOfContent.length != 0) { var item = indexOfContent[indexOfContent.length - 1]; var position = item.position; var word = item.word; // cut out 100 characters var start = position - 20; var end = position + 80; if(start < 0){ start = 0; } if (end < position + word.length) { end = position + word.length; } if(end > content.length){ end = content.length; } slicesOfContent.push(mergeIntoSlice(content, start, end, indexOfContent)); } // sort slices in content by search text's count and hits' count slicesOfContent.sort(function (sliceLeft, sliceRight) { if (sliceLeft.searchTextCount !== sliceRight.searchTextCount) { return sliceRight.searchTextCount - sliceLeft.searchTextCount; } else if (sliceLeft.hits.length !== sliceRight.hits.length) { return sliceRight.hits.length - sliceLeft.hits.length; } else { return sliceLeft.start - sliceRight.start; } }); // select top N slices in content var upperBound = parseInt('1'); if (upperBound >= 0) { slicesOfContent = slicesOfContent.slice(0, upperBound); } // highlight title and content function highlightKeyword(text, slice) { var result = ''; var prevEnd = slice.start; slice.hits.forEach(function (hit) { result += text.substring(prevEnd, hit.position); var end = hit.position + hit.length; result += '<b class="search-keyword">' + text.substring(hit.position, end) + '</b>'; prevEnd = end; }); result += text.substring(prevEnd, slice.end); return result; } var resultItem = ''; if (slicesOfTitle.length != 0) { resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + highlightKeyword(title, slicesOfTitle[0]) + "</a>"; } else { resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + title + "</a>"; } slicesOfContent.forEach(function (slice) { resultItem += "<a href='" + articleUrl + "'>" + "<p class=\"search-result\">" + highlightKeyword(content, slice) + "...</p>" + "</a>"; }); resultItem += "</li>"; resultItems.push({ item: resultItem, searchTextCount: searchTextCount, hitCount: hitCount, id: resultItems.length }); } }) }; if (keywords.length === 1 && keywords[0] === "") { resultContent.innerHTML = '<div id="no-result"><i class="fa fa-search fa-5x"></i></div>' } else if (resultItems.length === 0) { resultContent.innerHTML = '<div id="no-result"><i class="fa fa-frown-o fa-5x"></i></div>' } else { resultItems.sort(function (resultLeft, resultRight) { if (resultLeft.searchTextCount !== resultRight.searchTextCount) { return resultRight.searchTextCount - resultLeft.searchTextCount; } else if (resultLeft.hitCount !== resultRight.hitCount) { return resultRight.hitCount - resultLeft.hitCount; } else { return resultRight.id - resultLeft.id; } }); var searchResultList = '<ul class=\"search-result-list\">'; resultItems.forEach(function (result) { searchResultList += result.item; }) searchResultList += "</ul>"; resultContent.innerHTML = searchResultList; } } if ('auto' === 'auto') { input.addEventListener('input', inputEventFunction); } else { $('.search-icon').click(inputEventFunction); input.addEventListener('keypress', function (event) { if (event.keyCode === 13) { inputEventFunction(); } }); } // remove loading animation $(".local-search-pop-overlay").remove(); $('body').css('overflow', ''); proceedsearch(); } }); } // handle and trigger popup window; $('.popup-trigger').click(function(e) { e.stopPropagation(); if (isfetched === false) { searchFunc(path, 'local-search-input', 'local-search-result'); } else { proceedsearch(); }; }); $('.popup-btn-close').click(onPopupClose); $('.popup').click(function(e){ e.stopPropagation(); }); $(document).on('keyup', function (event) { var shouldDismissSearchPopup = event.which === 27 && $('.search-popup').is(':visible'); if (shouldDismissSearchPopup) { onPopupClose(); } }); </script> </body> </html>
docs/source/Hidden.html
hatimeria/HatimeriaExtJS
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../resources/prettify/prettify.js"></script> <style type="text/css"> .highlight { display: block; background-color: #ddd; } </style> <script type="text/javascript"> function highlight() { document.getElementById(location.hash.replace(/#/, "")).className = "highlight"; } </script> </head> <body onload="prettyPrint(); highlight();"> <pre class="prettyprint lang-js">/* This file is part of Ext JS 4 Copyright (c) 2011 Sencha Inc Contact: http://www.sencha.com/contact Commercial Usage Licensees holding valid commercial licenses may use this file in accordance with the Commercial Software License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Sencha. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. */ <span id='Ext-form-field-Hidden'>/** </span> * A basic hidden field for storing hidden values in forms that need to be passed in the form submit. * * This creates an actual input element with type=&quot;submit&quot; in the DOM. While its label is * {@link #hideLabel not rendered} by default, it is still a real component and may be sized according * to its owner container's layout. * * Because of this, in most cases it is more convenient and less problematic to simply * {@link Ext.form.action.Action#params pass hidden parameters} directly when * {@link Ext.form.Basic#submit submitting the form}. * * Example: * * new Ext.form.Panel({ * title: 'My Form', * items: [{ * xtype: 'textfield', * fieldLabel: 'Text Field', * name: 'text_field', * value: 'value from text field' * }, { * xtype: 'hiddenfield', * name: 'hidden_field_1', * value: 'value from hidden field' * }], * * buttons: [{ * text: 'Submit', * handler: function() { * this.up('form').getForm().submit({ * params: { * hidden_field_2: 'value from submit call' * } * }); * } * }] * }); * * Submitting the above form will result in three values sent to the server: * * text_field=value+from+text+field&amp;hidden;_field_1=value+from+hidden+field&amp;hidden_field_2=value+from+submit+call * */ Ext.define('Ext.form.field.Hidden', { extend:'Ext.form.field.Base', alias: ['widget.hiddenfield', 'widget.hidden'], alternateClassName: 'Ext.form.Hidden', // private inputType : 'hidden', hideLabel: true, initComponent: function(){ this.formItemCls += '-hidden'; this.callParent(); }, <span id='Ext-form-field-Hidden-method-isEqual'> /** </span> * @private * Override. Treat undefined and null values as equal to an empty string value. */ isEqual: function(value1, value2) { return this.isEqualAsString(value1, value2); }, // These are all private overrides initEvents: Ext.emptyFn, setSize : Ext.emptyFn, setWidth : Ext.emptyFn, setHeight : Ext.emptyFn, setPosition : Ext.emptyFn, setPagePosition : Ext.emptyFn, markInvalid : Ext.emptyFn, clearInvalid : Ext.emptyFn }); </pre> </body> </html>
src/_templates/cssLinks.html
RP3Agency/prototype-kit
<!-- Bootstrap --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" /> <!-- Roboto --> <link href="//fonts.googleapis.com/css?family=Roboto" rel="stylesheet" /> <!-- Finally in the cascade, our stylesheet --> <link rel="stylesheet" href="/css/site.css" />
web/test/dummy/ueber.html
biniweb/mini_ecommerce
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html class="no-js" xmlns="http://www.w3.org/1999/xhtml"><head> <meta name="keywords" content="Purmeo,Leben, Vitamine"> <meta name="description" content="Mein Leben. Meine Vitamine. - PURMEO versorgt Sie mit den Vitaminen die sie wirklich brauchen."> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="copyright" content="Purmeo - http://purmeo.exsys.net"> <meta name="robots" content="index, follow"> <meta name="revisit-after" content="14 days"> <meta name="language" content="Deutsch"> <title>Unser Versprechen - PURmeo</title> <link rel="canonical" href="http://purmeo.exsys.net/index.html?vw=info&amp;ec=detail&amp;id=1"><link rel="STYLESHEET" type="text/css" href="css/c4s.css"> <link href="http://purmeo.exsys.net/favicon.ico" rel="shortcut icon"> <script src="js/jquery.js" type="text/javascript"></script> <script type="text/javascript" src="js/clear-form-fields.js"></script> <script type="text/javascript" src="js/autoscaling-menu.js"></script> </head> <body> <div id="wrapper"> <div class="w1"> <div class="w2"> <div style="height:35px;"> </div> <div id="main"> <div id="cmmpID_Info"> <div style="text-align:center;"> <a href="index_x.html"><img src="images/purmeo_logo1.gif" alt="purmeo_logo" width="" height="" /></a> </div> <div class="divider"></div> <h2>PURMEO ... <span>... VERSORGT SIE MIT DEN VITAMINEN UND NÄHRSTOFFEN, DIE SIE WIRKLICH BRAUCHEN.</span></h2> <div class="columns"> <div class='column-holder'> <div class="column"> <div class="title"> <img src="images/pic01.png" alt="" width="271" height="64" /> </div> <h3>INDIVIDUELL</h3> <p>Alle Vitamine und Nahrstoffe sind genau an Ihren Bedarf angepasst</p> </div> <div class="column"> <div class="title"> <img src="images/pic02.png" alt="" width="271" height="64" /> </div> <h3>DYNAMISCH</h3> <p>Ihr Vitaminkomplex passt sich st5ndig dynamisch an - auf Ihren Wunsch und an Veranderungen in Ihrem Umfeld</p> </div> <div class="column"> <div class="title"> <img src="images/pic03.png" alt="" width="271" height="64" /> </div> <h3>EINFACH</h3> <p>Die Sorgen um den Vitaminhaushalt abgehakt. AuSerdem kommen Ihre Vitamine zu Ihnen nach Hause - vesandkostenfrei.</p> </div> </div> <a href="index_x.html" class="btn">ZURÜCK ZUR STARTSEITE</a> </div> <p><span style="line-height: normal;"><br></span></p> </div></div> </div> </div> </div> <div id="footer"> <div class="footer-holder"> <ul class=" scaling-active scaling-ready" id="footer-nav"> <li><a style="width: 102px;" href="impressum.html">Impressum</a></li> </ul> </body></html>
docs/include folder/html/files.html
Akshaybj0221/ENPM808X_Midterm
<!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>My Project: File 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="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">My Project </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li class="current"><a href="files.html"><span>File&#160;List</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">File List</div> </div> </div><!--header--> <div class="contents"> <div class="textblock">Here is a list of all documented files with brief descriptions:</div><div class="directory"> <div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory"> <tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9660;</span><span id="img_0_" class="iconfopen" onclick="toggleFolder('0_')">&#160;</span><a class="el" href="dir_9ffb63da5efcb28b446e381eb5b812a7.html" target="_self">ENPM808X_Midterm</a></td><td class="desc"></td></tr> <tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">&#9660;</span><span id="img_0_0_" class="iconfopen" onclick="toggleFolder('0_0_')">&#160;</span><a class="el" href="dir_f0e7fab58be37d1694ab22be2abd6c71.html" target="_self">include</a></td><td class="desc"></td></tr> <tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="_motion_tracker_8cpp.html" target="_self">MotionTracker.cpp</a></td><td class="desc">This is the file where all the variables and funtions are defined </td></tr> <tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><a href="_motion_tracker_8h_source.html"><span class="icondoc"></span></a><a class="el" href="_motion_tracker_8h.html" target="_self">MotionTracker.h</a></td><td class="desc">This is the file where all the variables and funtions are initialized under a class </td></tr> </table> </div><!-- directory --> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
blog/2004/12/28/an_object_lesso_1/index.html
raesene/raesene.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>An object lesson in the importance of maintaining domain names</title> <meta name="author" content="raesene"> <!-- Enable responsive viewport --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Le styles --> <link href="https://raesene.github.io/assets/resources/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="https://raesene.github.io/assets/resources/font-awesome/css/font-awesome.min.css" rel="stylesheet"> <link href="https://raesene.github.io/assets/resources/syntax/syntax.css" rel="stylesheet"> <link href="https://raesene.github.io/assets/css/style.css" rel="stylesheet"> <!-- Le fav and touch icons --> <!-- Update these with your own images <link rel="shortcut icon" href="images/favicon.ico"> <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> --> <link rel="alternate" type="application/rss+xml" title="" href="https://raesene.github.io/feed.xml"> </head> <body> <nav class="navbar navbar-default visible-xs" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a type="button" class="navbar-toggle nav-link" href="https://github.com/raesene"> <i class="fa fa-github"></i> </a> <a type="button" class="navbar-toggle nav-link" href="https://twitter.com/raesene"> <i class="fa fa-twitter"></i> </a> <a type="button" class="navbar-toggle nav-link" href="mailto:raesene@gmail.com"> <i class="fa fa-envelope"></i> </a> <a class="navbar-brand" href="https://raesene.github.io/"> <img src="https://www.gravatar.com/avatar/8c189c784a607c4b5d52b0c7ee69b036?s=35" class="img-circle" /> Raesene's Ramblings </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class="active"><a href="https://raesene.github.io/">Home</a></li> <li><a href="https://raesene.github.io/categories/index.html">Categories</a></li> <li><a href="https://raesene.github.io/tags/index.html">Tags</a></li> </ul> </div><!-- /.navbar-collapse --> </nav> <!-- nav-menu-dropdown --> <div class="btn-group hidden-xs" id="nav-menu"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-bars"></i> </button> <ul class="dropdown-menu" role="menu"> <li><a href="https://raesene.github.io/"><i class="fa fa-home"></i>Home</a></li> <li><a href="https://raesene.github.io/categories/index.html"><i class="fa fa-folder"></i>Categories</a></li> <li><a href="https://raesene.github.io/tags/index.html"><i class="fa fa-tags"></i>Tags</a></li> <li class="divider"></li> <li><a href="#"><i class="fa fa-arrow-up"></i>Top of Page</a></li> </ul> </div> <div class="col-sm-3 sidebar hidden-xs"> <!-- sidebar.html --> <header class="sidebar-header" role="banner"> <a href="https://raesene.github.io/"> <img src="https://www.gravatar.com/avatar/8c189c784a607c4b5d52b0c7ee69b036?s=150" class="img-circle" /> </a> <h3 class="title"> <a href="https://raesene.github.io/">Raesene's Ramblings</a> </h3> </header> <div id="bio" class="text-center"> Security Geek, Penetration Testing, Docker, Ruby, Hillwalking </div> <div id="contact-list" class="text-center"> <ul class="list-unstyled list-inline"> <li> <a class="btn btn-default btn-sm" href="https://github.com/raesene"> <i class="fa fa-github-alt fa-lg"></i> </a> </li> <li> <a class="btn btn-default btn-sm" href="https://twitter.com/raesene"> <i class="fa fa-twitter fa-lg"></i> </a> </li> <li> <a class="btn btn-default btn-sm" href="mailto:raesene@gmail.com"> <i class="fa fa-envelope fa-lg"></i> </a> </li> </ul> <ul id="contact-list-secondary" class="list-unstyled list-inline"> <li> <a class="btn btn-default btn-sm" href="https://linkedin.com/in/rorym"> <i class="fa fa-linkedin fa-lg"></i> </a> </li> <li> <a class="btn btn-default btn-sm" href="https://raesene.github.io/feed.xml"> <i class="fa fa-rss fa-lg"></i> </a> </li> </ul> </div> <!-- sidebar.html end --> </div> <div class="col-sm-9 col-sm-offset-3"> <div class="page-header"> <h1>An object lesson in the importance of maintaining domain names </h1> </div> <article> <div class="col-sm-10"> <span class="post-date"> December 28th, 2004 </span> <div class="article_body"> <p>Over at cryptome.org there's a page - <a title="British Military Intelligence Website Hijacked" href="http://cryptome.org/mi-hijack.htm">British Military Intelligence Website Hijacked</a><br /> Looks like the MOD forgot or didn't want to renew the DNS for intelligencecorps.co.uk!<br /> As a result someone in the US (cryptome say that it's a former british agent, not sure where that info. comes from) has registered the domain, and will be getting e-mails sent by people using the Intelligence Corps part of the mod site... (as well as any other mail that may be sent to that domain!!)<br /> DNS management.. It's important!</p> </div> <ul class="tag_box list-unstyled list-inline"> <li><i class="fa fa-folder-open"></i></li> <li><a href="https://raesene.github.io/categories/index.html#Web Security-ref"> Web Security <span>(39)</span> </a></li> </ul> <hr> <div> <section class="share col-sm-6"> <h4 class="section-title">Share Post</h4> <a class="btn btn-default btn-sm twitter" href="https://twitter.com/share?text=An object lesson in the importance of maintaining domain names&via=raesene" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;"> <i class="fa fa-twitter fa-lg"></i> Twitter </a> <a class="btn btn-default btn-sm facebook" href="https://www.facebook.com/sharer/sharer.php" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;"> <i class="fa fa-facebook fa-lg"></i> Facebook </a> <a class="btn btn-default btn-sm gplus" onclick="window.open('https://plus.google.com/share?url='+window.location.href, 'google-plus-share', 'width=490,height=530');return false;"> <i class="fa fa-google-plus fa-lg"></i> Google+ </a> </section> <section class="col-sm-6 author"> <img src="https://www.gravatar.com/avatar/8c189c784a607c4b5d52b0c7ee69b036" class="img-rounded author-image" /> <h4 class="section-title author-name">raesene</h4> <p class="author-bio">Security Geek, Penetration Testing, Docker, Ruby, Hillwalking</p> </section> </div> <div class="clearfix"></div> <ul class="pager"> <li class="previous"><a href="https://raesene.github.io/blog/2004/12/24/securityfocus_h_2/" title="Article on the relationship between ITIL and InfoSec">&larr; Previous</a></li> <li class="next"><a href="https://raesene.github.io/blog/2004/12/28/categorybased_w_1/" title="Category-based Web content blocking... a bit useless really">Next &rarr;</a></li> </ul> <hr> </div> <div class="col-sm-2 sidebar-2"> </div> </article> <div class="clearfix"></div> <footer> <hr/> <p> &copy; 2022 raesene with Jekyll. Theme: <a href="https://github.com/dbtek/dbyll">dbyll</a> by dbtek. </p> </footer> </div> <script type="text/javascript" src="https://raesene.github.io/assets/resources/jquery/jquery.min.js"></script> <script type="text/javascript" src="https://raesene.github.io/assets/resources/bootstrap/js/bootstrap.min.js"></script> <script type="text/javascript" src="https://raesene.github.io/assets/js/app.js"></script> </body> </html>