path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
_includes/header.html
skunkworks002/SearchDemo
<nav class="navigation"> <section class="container"> <ul class="left-section sites"> <li> <a href="{{site.baseurl}}">SearchDemo</a> </li> <li> <a href="{{site.baseurl}}">Auto</a> </li> </ul> <div class="right-section float-right"> <ul class="navigation-list"> <li class="navigation-item"> <a class="navigation-link ab" href="{{site.baseurl}}" data-popover>Forums</a> </li> <li class="navigation-item"> <a class="navigation-link" href="{{site.baseurl}}" data-popover>Development Blog</a> </li> <li class="navigation-item"> <a class="navigation-link" href="{{site.baseurl}}" data-popover>Help</a> </li> </ul> <ul class="icons"> <li> <a href="{{site.baseurl}}"> <img src="{{site.baseurl}}/images/facebook.png"> </a> </li> <li> <a href="{{site.baseurl}}"> <img src="{{site.baseurl}}/images/gp.png"> </a> </li> </ul> </div> </section> </nav>
vsdoc/topic_000000000000069D.html
asiboro/asiboro.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" /> <link rel="icon" href="favicon.ico"> <title>CompanyCvRequestDto.UserId Property</title> <link rel="stylesheet" type="text/css" href="msdn2019/toc.css" /> <script src="msdn2019/toc.js"></script> <link rel="stylesheet" type="text/css" href="msdn2019/msdn2019.css"></link> <script src="msdn2019/msdn2019.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shCore_helixoft.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushVb.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushCSharp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushFSharp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushCpp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushJScript.js" type="text/javascript"></script> <link href="SyntaxHighlighter/styles/shCore.css" rel="stylesheet" type="text/css" /> <link href="SyntaxHighlighter/styles/shThemeMsdnLW.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> SyntaxHighlighter.all(); </script> <link rel="stylesheet" type="text/css" href="vsdocman_overrides.css"></link> </head> <body style="direction: ltr;"> <div id="topic"> <!--HEADER START--> <div id="header"> <div id="header-top-container"> <div id="header-top-parent-container1"> <div id="header-top-container1"> <div id="runningHeaderText1"><a id="headerLogo" href="#" onclick="window.location.href = getCssCustomProperty('--headerLogoLink'); return false;">logo</a></div> <div id="runningHeaderText1b"><script> document.write(getCssCustomProperty('--headerTopCustomLineHtml')); </script></div> </div> </div> <div id="header-top-container2"> <div id="runningHeaderText">SOLUTION-WIDE PROPERTIES Reference</div> <div id="search-bar-container"> <form id="search-bar" action="search--.html"> <input id="HeaderSearchInput" type="search" name="search" placeholder="Search" > <button id="btn-search" class="c-glyph" title="Search"> <span>Search</span> </button> </form> <button id="cancel-search" class="cancel-search" title="Cancel"> <span>Cancel</span> </button> </div> </div> </div> <hr /> <div id="header-breadcrumbs"></div> <div id="headerLinks"> </div> <hr /> </div> <!--HEADER END--> <div id="mainSection"> <div id="toc-area"> <div id="toc-container" class="stickthis full-height"> <div id="-1"></div> <div id="c-1"> <div id="ci-1" class="inner-for-height"></div> </div> </div> </div> <div id="mainBody"> <h1 class="title">CompanyCvRequestDto.UserId Property</h1> <div class="metadata"> Namespace: <a href="topic_0000000000000699.html">Tlece.Recruitment.Models.Company</a> <br />Assembly: Tlece.Recruitment (in Tlece.Recruitment.dll) </div> <div class="section_container"> <div id="syntaxSection" class="section"> <div id="syntaxCodeBlocks"> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCornerActive"> </div> <div class="codeSnippetTab csFirstTab csActiveTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeVB"> <pre xml:space="preserve" class="brush: vb">Public Property UserId() As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a></pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csActiveTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeCsharp"> <pre xml:space="preserve" class="brush: csharp">public <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a> UserId {get; set;}</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csActiveTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeCpp"> <pre xml:space="preserve" class="brush: cpp">public: &nbsp;<br />property <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a> UserId {&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a> get( );&nbsp;<br /> void set(&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a> value&nbsp;<br /> );&nbsp;<br />}</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csActiveTab csLastTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCornerActive"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeJScript"> <pre xml:space="preserve" class="brush: js">public function get UserId() : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a>;&nbsp;<br />public function set UserId(value : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a>);</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> </div> <h4 class="subHeading"> Property Value</h4> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.guid">Guid</a> </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Applies to</a></span> <div>&nbsp;</div> </div> <div id="frameworksSection" class="section"> <h4 class="subHeading">.NET Framework</h4>Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1<br /> </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">See Also</a></span> <div>&nbsp;</div> </div> <div id="seeAlsoSection" class="section"> <div> <a href="topic_000000000000069C.html">CompanyCvRequestDto Class</a><br /> <a href="topic_0000000000000699.html">Tlece.Recruitment.Models.Company Namespace</a><br /> </div> </div> </div> </div> <div id="internal-toc-area"> <div id="internal-toc-container" class="stickthis"> <h3 id="internal-toc-heading">In this article</h3> <span id="internal-toc-definition-localized-text">Definition</span> </div> </div> </div> <div id="footer"> <div id="footer-container"> <p><span style="color: #FF0000;">Generated with unregistered version of <a target="_top" href="http://www.helixoft.com/vsdocman/overview.html">VSdocman</a></span>&nbsp;<br />Your own footer text will only be shown in registered version.</p> </div> </div> </div> </body> </html>
vendor/mapbox/mapbox.js-2.4.0/docs/_posts/api/v2.2.3/0200-01-01-l-mapbox-sanitize.html
jackhummah/bootles
--- layout: api title: "v2.2.3 JavaScript Library: L.mapbox.sanitize(string)" categories: api version: v2.2.3 permalink: /api/v2.2.3/l-mapbox-sanitize --- <h2 id="section-l-mapbox-sanitize">L.mapbox.sanitize(string)</h2> <p>A HTML sanitization function, with the same effect as the default value of the <code>sanitizer</code> option of <code><a href="/mapbox.js/api/v2.2.3/l-mapbox-featurelayer">L.mapbox.featureLayer</a></code>, <code><a href="/mapbox.js/api/v2.2.3/l-mapbox-gridcontrol">L.mapbox.gridControl</a></code>, and <code><a href="/mapbox.js/api/v2.2.3/l-mapbox-legendcontrol">L.mapbox.legendControl</a></code>.</p> <table> <thead> <tr> <th>Options</th> <th>Value</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>text</td> <td>string</td> <td>String of content you wish to sanitize.</td> </tr> </tbody> </table>
django_modal.html
camieac/bits-and-bobs
{% if not missions %} <div class="modal fade in" id="modal-dialog" style="display: block; padding-right: 15px;"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title">Select a Robot</h4> </div> <div class="modal-body"> Please select a robot from the drop-down list below: <form action="/control/{{ ruc.id }}/" method="post"> {% csrf_token %} {{ form }} <input type="submit" value="Submit" /> </form> </div> <div class="modal-footer"> <a href="javascript:;" class="btn btn-sm btn-white" data-dismiss="modal">Close</a> <a href="javascript:;" class="btn btn-sm btn-success">Action</a> </div> </div> </div> </div> {% endif %}
web/docs/series/2015-11-10/ed-edd-n-eddy/index.html
dieng444/smart-search
<!DOCTYPE html> <!--[if IE 9]><html class="lt-ie9" lang="fr"><![endif]--> <!--[if !IE]><!--><html lang="fr"><!--<![endif]--> <head> <title>Ed, Edd n Eddy - Série (1999) - Danny Antonucci - SensCritique</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="La série se centre sur un groupe de trois adolescents, Ed, Edd « Deux D », et Eddy, surnommés « Les Ed », vivant dans une impasse fictive.... Série (1999)." /> <meta property="og:image" content="http://media.senscritique.com/media/000006505573/1200/Ed_Edd_n_Eddy.jpg" /> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "url": "http://www.senscritique.com/", "potentialAction": { "@type": "SearchAction", "target": "http://www.senscritique.com/recherche?query={search_term}", "query-input": "required name=search_term" } } </script> <script src="http://www.smartadserver.com/config.js?nwid=104" type="text/javascript"></script> <script type="text/javascript"> sas.setup({ domain: "http://www.smartadserver.com"}); </script> <script type="text/javascript"> sas.call("onecall", { siteId: "75932", pageId: "563097", formatId: "32325,25595,10192,21999,928,920,19175,922,19176,930,33507,14930,26432,14609,25670,31969,31712", target: "" }); </script><script type="text/javascript" src="http://r.sascdn.com/video/config.js?nwid=104"></script> <script type="text/javascript" src="http://r.sascdn.com/video/controller.js?nwid=104"></script> <script type="text/javascript" src="http://jwpsrv.com/library/156hNL5zEeSYqAp+lcGdIw.js"></script> <link rel="publisher" href="https://plus.google.com/+senscritique"> <link rel="apple-touch-icon" sizes="57x57" href="http://static.senscritique.com/img/favicon/apple-touch-icon-57x57.png?v=eELP384vde"> <link rel="apple-touch-icon" sizes="60x60" href="http://static.senscritique.com/img/favicon/apple-touch-icon-60x60.png?v=eELP384vde"> <link rel="apple-touch-icon" sizes="72x72" href="http://static.senscritique.com/img/favicon/apple-touch-icon-72x72.png?v=eELP384vde"> <link rel="apple-touch-icon" sizes="76x76" href="http://static.senscritique.com/img/favicon/apple-touch-icon-76x76.png?v=eELP384vde"> <link rel="apple-touch-icon" sizes="114x114" href="http://static.senscritique.com/img/favicon/apple-touch-icon-114x114.png?v=eELP384vde"> <link rel="apple-touch-icon" sizes="120x120" href="http://static.senscritique.com/img/favicon/apple-touch-icon-120x120.png?v=eELP384vde"> <link rel="apple-touch-icon" sizes="144x144" href="http://static.senscritique.com/img/favicon/apple-touch-icon-144x144.png?v=eELP384vde"> <link rel="apple-touch-icon" sizes="152x152" href="http://static.senscritique.com/img/favicon/apple-touch-icon-152x152.png?v=eELP384vde"> <link rel="apple-touch-icon" sizes="180x180" href="http://static.senscritique.com/img/favicon/apple-touch-icon-180x180.png?v=eELP384vde"> <link rel="icon" type="image/png" href="http://static.senscritique.com/img/favicon/favicon-32x32.png?v=eELP384vde" sizes="32x32"> <link rel="icon" type="image/png" href="http://static.senscritique.com/img/favicon/favicon-194x194.png?v=eELP384vde" sizes="194x194"> <link rel="icon" type="image/png" href="http://static.senscritique.com/img/favicon/favicon-96x96.png?v=eELP384vde" sizes="96x96"> <link rel="icon" type="image/png" href="http://static.senscritique.com/img/favicon/android-chrome-192x192.png?v=eELP384vde" sizes="192x192"> <link rel="icon" type="image/png" href="http://static.senscritique.com/img/favicon/favicon-16x16.png?v=eELP384vde" sizes="16x16"> <link rel="manifest" href="http://static.senscritique.com/img/favicon/manifest.json?v=eELP384vde"> <link rel="shortcut icon" href="http://static.senscritique.com/img/favicon/favicon.ico?v=eELP384vde"> <link rel="stylesheet" type="text/css" href="http://static.senscritique.com/lib/optimized_ln/7ab3b18d6080a19c9bbe308986fbd666.css"/> <link rel="stylesheet" type="text/css" href="http://static.senscritique.com/lib/optimized_ln/3e3a8c511a1e9473c18488d78492b39c.css"/> <!--[if lt IE 9]> <script> document.createElement('header'); document.createElement('section'); document.createElement('article'); document.createElement('aside'); document.createElement('nav'); document.createElement('footer'); document.createElement('figure'); document.createElement('figcaption'); document.createElement('hgroup'); document.createElement('time'); document.createElement('canvas'); </script> <![endif]--> <link rel="apple-touch-icon" href="/img/favicon/57.png"> <link rel="apple-touch-icon" sizes="72x72" href="/img/favicon/72.png"> <link rel="apple-touch-icon" sizes="114x114" href="/img/favicon/114.png"> <link rel="publisher" href="https://plus.google.com/+senscritique"> </head> <body class="" data-sc-registered="0" data-sc-page-type-id="4" data-sc-page-section-id="1" data-sc-page-view-id="2" data-sc-page-object-id="80397" data-sc-auto-show-modal="register" data-sc-auto-show-modal-delay="60000" itemscope itemtype="http://schema.org/TVSeries"> <script> dataLayer = [{ 'Univers' : 'tvshow', 'Categorie' : 'product', 'Page' : 'view', 'UserType' : 'anonymous', }]; </script> <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-T7KMCR" 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!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T7KMCR');</script> <!-- End Google Tag Manager --> <div data-rel="dynamic-element" data-sc-element-position="masthead" data-sc-element-forced-id="459"> <div id="overHeader-content" class="masthead"> <div class="d-loader-circular-small"></div> </div> </div> <div data-rel="dynamic-element" data-sc-element-position="layout-top" data-sc-element-forced-id="-1"> </div> <div id="wrap" > <script type="text/x-jqote-template" data-rel="sc-headerSearch-autocomplete"><![CDATA[ <li class="eiau-autocomplete-row"> <a href="<%= this.url %>" class="eiau-autocomplete-action"> <figure class="eiau-autocomplete-figure"> <img src="<%= this.image %>" alt="<%= this.label %>" width="30" /> </figure> <div class="d-heading5"> <%= this.label %> <% if (this.originalLabel) { %> <small class="eiau-autocomplete-original-title"><%= this.originalLabel %></small> <% } %> </div> <small class="eiau-autocomplete-info"><%= this.description %></small> </a> </li> ]]></script> <script type="text/x-jqote-template" data-rel="sc-headerSearch-autocomplete-more"><![CDATA[ <li class="eiau-autocomplete-row eiau-autocomplete-more"> <a class="eiau-autocomplete-action"> Voir tous les résultats pour &laquo; <%= this.query %> &raquo; </a> </li> ]]></script> <header class="lahe-header"> <div class="lahe-header-topBar"> <div class="lahe-topBar-wrapper" data-rel="sc-headerTopBar"> <div class="d-grid lahe-topBar-content"> <div class="lahe-topBar-userMenu"> <div class="lahe-userMenu-action signinAction" data-rel="sc-headerSignin-caller"> <button type="button" data-rel="btn-register" data-scmodal-type="login" class="d-link-alt">Déjà inscrit</button> ? <form action="/" method="POST" class="lahe-userSubmenu lahe-signin" data-rel="sc-headerSignin"> <div class="lahe-userSubmenu-tip"></div> <p class="lahe-signin-label">Connectez-vous avec</p> <a href="/oauthapi/facebook" class="lahe-signin-connect facebook">Facebook</a> <a href="/oauthapi/twitter" class="lahe-signin-connect twitter">Twitter</a> <p class="lahe-signin-label">ou</p> <input type="text" class="lahe-signin-field" name="email" placeholder="Adresse email" data-rel="sc-headerSignin-email" /> <input type="password" class="lahe-signin-field" name="password" placeholder="Mot de passe" data-rel="sc-headerSignin-password" /> <a href="/auth/forgetPassword" class="lahe-signin-forgot">Mot de passe oublié ? </a> <fieldset class="lahe-signin-clear"> <p class="lahe-signin-error d-hidden" data-rel="sc-headerSignin-error"></p> <input type="submit" class="d-button lahe-signin-confirm" value="Connexion" /> </fieldset> </form> </div> <button type="button" data-rel="btn-register" data-scmodal-type="register" class="lahe-userMenu-connect">Créer mon compte</button> </div> <a href="/" class="lahe-header-brand"> <strong class="lahe-brand-name">SensCritique</strong> </a> <ul class="lahe-topBar-navigation"> <li class="lahe-navigation-universe " data-rel="sc-universeMenu-caller"> <a href="/films" class="lahe-universe-label type-1">Films</a> <ul class="enmm-mainMenu type-1 d-hidden" data-rel="sc-universeMenu"> <li class="enmm-mainMenu-tip" data-rel="sc-universeMenu-tip"></li> <li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section"> <div class="enmm-mainMenu-label"><span class="eins-sprite eins-ticket enmm-mainMenu-ico" ></span>Au cinéma</div> <a href="/films/cette-semaine" class="d-link-alt enmm-mainMenu-category">Sorties de la semaine</a> <a href="/films/toujours-a-l-affiche" class="d-link-alt enmm-mainMenu-category">À l&#039;affiche</a> <a href="http://www.senscritique.com/films/salles-de-cinema" class="d-link-alt enmm-mainMenu-category">Mes cinémas</a> <a href="/top/resultats/Les_meilleurs_films_de_2015/703337" class="d-link-alt enmm-mainMenu-category">Meilleurs films 2015</a> </li> <li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section"> <div class="enmm-mainMenu-label"><span class="eins-sprite eins-tv enmm-mainMenu-ico" ></span>TV / VOD</div> <a href="/everymovie" class="d-link-alt enmm-mainMenu-category">EveryMovie</a> <a href="/everymovie/programme-tv/cette-semaine" class="d-link-alt enmm-mainMenu-category">A la télé</a> <a href="/everymovie/vod" class="d-link-alt enmm-mainMenu-category">En VOD</a> </li> <li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section"> <div class="enmm-mainMenu-label"><span class="eins-sprite eins-compass enmm-mainMenu-ico" ></span>Guide</div> <a href="/films/tops/top100-des-top10" class="d-link-alt enmm-mainMenu-category">Vos films préférés</a> <a href="/films/tops/top111" class="d-link-alt enmm-mainMenu-category">Top 111 films</a> <a href="/films/sondages" class="d-link-alt enmm-mainMenu-category">Sondages</a> <a href="" class="d-link-alt enmm-mainMenu-category"></a> </li> </ul> </li> <li class="lahe-navigation-universe active" data-rel="sc-universeMenu-caller"> <a href="/series" class="lahe-universe-label type-4">Séries</a> <ul class="enmm-mainMenu type-4 d-hidden" data-rel="sc-universeMenu"> <li class="enmm-mainMenu-tip" data-rel="sc-universeMenu-tip"></li> <li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section"> <div class="enmm-mainMenu-label"><span class="eins-sprite eins-newspaper enmm-mainMenu-ico" ></span>Actualité</div> <a href="/series/actualite" class="d-link-alt enmm-mainMenu-category">Séries du moment</a> <a href="/top/resultats/Les_meilleures_series_de_2015/703344" class="d-link-alt enmm-mainMenu-category">Meilleures séries 2015</a> </li> <li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section"> <div class="enmm-mainMenu-label"><span class="eins-sprite eins-compass enmm-mainMenu-ico" ></span>Guide</div> <a href="/series/tops/top100-des-top10" class="d-link-alt enmm-mainMenu-category">Vos séries préférées</a> <a href="/series/tops/top111" class="d-link-alt enmm-mainMenu-category">Top 111 séries</a> <a href="/series/sondages" class="d-link-alt enmm-mainMenu-category">Sondages</a> <a href="" class="d-link-alt enmm-mainMenu-category"></a> </li> </ul> </li> <li class="lahe-navigation-universe " data-rel="sc-universeMenu-caller"> <a href="/jeuxvideo" class="lahe-universe-label type-3">Jeux</a> <ul class="enmm-mainMenu type-3 d-hidden" data-rel="sc-universeMenu"> <li class="enmm-mainMenu-tip" data-rel="sc-universeMenu-tip"></li> <li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section"> <div class="enmm-mainMenu-label"><span class="eins-sprite eins-newspaper enmm-mainMenu-ico" ></span>Actualité</div> <a href="/jeuxvideo/actualite" class="d-link-alt enmm-mainMenu-category">Jeux du moment</a> <a href="/jeuxvideo/sorties-jeuxvideo/2015/novembre" class="d-link-alt enmm-mainMenu-category">Agenda</a> <a href="/jeuxvideo/prochaines-sorties" class="d-link-alt enmm-mainMenu-category">Jeux les plus attendus</a> <a href="/top/resultats/Les_meilleurs_jeux_video_de_2015/703381" class="d-link-alt enmm-mainMenu-category">Meilleurs jeux 2015</a> </li> <li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section"> <div class="enmm-mainMenu-label"><span class="eins-sprite eins-compass enmm-mainMenu-ico" ></span>Guide</div> <a href="/jeuxvideo/tops/top100-des-top10" class="d-link-alt enmm-mainMenu-category">Vos jeux préférés</a> <a href="/jeuxvideo/tops/top111" class="d-link-alt enmm-mainMenu-category">Top 111 jeux</a> <a href="/jeuxvideo/sondages" class="d-link-alt enmm-mainMenu-category">Sondages</a> <a href="" class="d-link-alt enmm-mainMenu-category"></a> </li> </ul> </li> <li class="lahe-navigation-universe " data-rel="sc-universeMenu-caller"> <a href="/livres" class="lahe-universe-label type-2">Livres</a> <ul class="enmm-mainMenu type-2 d-hidden" data-rel="sc-universeMenu"> <li class="enmm-mainMenu-tip" data-rel="sc-universeMenu-tip"></li> <li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section"> <div class="enmm-mainMenu-label"><span class="eins-sprite eins-newspaper enmm-mainMenu-ico" ></span>Actualité</div> <a href="/livres/actualite" class="d-link-alt enmm-mainMenu-category">Livres du moment</a> <a href="/livres/meilleures-ventes" class="d-link-alt enmm-mainMenu-category">Meilleures ventes</a> <a href="/top/resultats/Les_meilleurs_livres_de_2015/703400" class="d-link-alt enmm-mainMenu-category">Meilleurs livres 2015</a> <a href="http://www.senscritique.com/liste/Tous_les_prix_litteraires_de_2014/434004" class="d-link-alt enmm-mainMenu-category">Prix littéraires 2014</a> </li> <li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section"> <div class="enmm-mainMenu-label"><span class="eins-sprite eins-compass enmm-mainMenu-ico" ></span>Guide</div> <a href="/livres/tops/top100-des-top10" class="d-link-alt enmm-mainMenu-category">Vos livres préférés</a> <a href="/livres/tops/top111" class="d-link-alt enmm-mainMenu-category">Top 111 livres</a> <a href="/livres/sondages" class="d-link-alt enmm-mainMenu-category">Sondages</a> <a href="" class="d-link-alt enmm-mainMenu-category"></a> </li> </ul> </li> <li class="lahe-navigation-universe " data-rel="sc-universeMenu-caller"> <a href="/bd" class="lahe-universe-label type-5">BD</a> <ul class="enmm-mainMenu type-5 d-hidden" data-rel="sc-universeMenu"> <li class="enmm-mainMenu-tip" data-rel="sc-universeMenu-tip"></li> <li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section"> <div class="enmm-mainMenu-label"><span class="eins-sprite eins-newspaper enmm-mainMenu-ico" ></span>Actualité</div> <a href="/bd/actualite" class="d-link-alt enmm-mainMenu-category">Franco-belge</a> <a href="/bd/actualite/comics" class="d-link-alt enmm-mainMenu-category">Comics</a> <a href="/bd/actualite/manga" class="d-link-alt enmm-mainMenu-category">Mangas</a> <a href="/top/resultats/Les_meilleures_BD_de_2015/703417" class="d-link-alt enmm-mainMenu-category">Meilleures BD 2015</a> </li> <li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section"> <div class="enmm-mainMenu-label"><span class="eins-sprite eins-compass enmm-mainMenu-ico" ></span>Guide</div> <a href="/bd/tops/top100-des-top10" class="d-link-alt enmm-mainMenu-category">Vos BD préférées</a> <a href="/bd/tops/top111" class="d-link-alt enmm-mainMenu-category">Top 111 BD</a> <a href="/bd/sondages" class="d-link-alt enmm-mainMenu-category">Sondages</a> <a href="" class="d-link-alt enmm-mainMenu-category"></a> </li> </ul> </li> <li class="lahe-navigation-universe " data-rel="sc-universeMenu-caller"> <a href="/musique" class="lahe-universe-label type-6">Musique</a> <ul class="enmm-mainMenu type-6 d-hidden" data-rel="sc-universeMenu"> <li class="enmm-mainMenu-tip" data-rel="sc-universeMenu-tip"></li> <li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section"> <div class="enmm-mainMenu-label"><span class="eins-sprite eins-newspaper enmm-mainMenu-ico" ></span>Actualité</div> <a href="/musique/actualite" class="d-link-alt enmm-mainMenu-category">Albums du moment</a> <a href="/musique/prochaines-sorties" class="d-link-alt enmm-mainMenu-category">Prochaines sorties</a> <a href="/top/resultats/Les_meilleurs_albums_de_2015/703389" class="d-link-alt enmm-mainMenu-category">Meilleurs albums 2015</a> </li> <li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section"> <div class="enmm-mainMenu-label"><span class="eins-sprite eins-compass enmm-mainMenu-ico" ></span>Guide</div> <a href="/musique/tops/top100-des-top10" class="d-link-alt enmm-mainMenu-category">Vos albums préférés</a> <a href="/musique/tops/top111" class="d-link-alt enmm-mainMenu-category">Top 111 albums</a> <a href="/musique/sondages" class="d-link-alt enmm-mainMenu-category">Sondages</a> <a href="" class="d-link-alt enmm-mainMenu-category"></a> </li> </ul> </li> <li class="lahe-navigation-universe lahe-navigation-forum"> <a href="/posts" class="lahe-universe-label forum" onClick="ga('send','event','Bloc header','Click','Posts');">Posts</a> </li> </ul> </div> </div> </div> <div class="lahe-header-searchBar"> <div class="d-grid"> <form action="/recherche?" method="GET" class="lahe-searchBar-content" data-rel="sc-headerSearch"> <div class="lahe-searchBar-placeholder" data-rel="sc-headerSearch-placeholder"> <span class="eins-sprite eins-magnify-glass lahe-placeholder-ico" ></span> Chercher une œuvre, un artiste, une liste, un cinéma ou un membre </div> <div class="lahe-searchBar-inner"> <div class="lahe-searchBar-ico" data-rel="sc-headerSearch-submit"> <span class="eins-sprite eins-magnify-glass " ></span> </div> <div class="lahe-searchBar-queryFilters"> <label class="lahe-queryFilters-current" data-current-filter="0">Tout</label> <ul class="lahe-queryFilters-list" data-rel="sc-headerSearch-filtersList"> <li class="lahe-queryFilters-filter active" data-available-filter="0">Tout</li> <li class="lahe-queryFilters-filter " data-available-filter="movies">Films</li> <li class="lahe-queryFilters-filter " data-available-filter="tvshows">Séries</li> <li class="lahe-queryFilters-filter " data-available-filter="books">Livres</li> <li class="lahe-queryFilters-filter " data-available-filter="comics">BD</li> <li class="lahe-queryFilters-filter " data-available-filter="videogames">Jeux vidéo</li> <li class="lahe-queryFilters-filter " data-available-filter="albums">Albums de musique</li> <li class="lahe-queryFilters-filter " data-available-filter="tracks">Morceaux de musique</li> <li class="lahe-queryFilters-filter " data-available-filter="lists">Listes d'oeuvres</li> <li class="lahe-queryFilters-filter " data-available-filter="polls">Sondages</li> <li class="lahe-queryFilters-filter " data-available-filter="franchises">Sagas</li> <li class="lahe-queryFilters-filter " data-available-filter="contacts">Artistes et sociétés</li> <li class="lahe-queryFilters-filter " data-available-filter="users">Membres</li> <li class="lahe-queryFilters-filter " data-available-filter="venues">Cinémas</li> </ul> </div> <input type="text" name="query" value="" class="unfocus lahe-searchBar-query" data-rel="sc-headerSearch-query" /> <button type="button" class="lahe-searchBar-close" data-rel="sc-headerSearch-close"> <span class="eins-sprite eins-delete " ></span> </button> </div> </form> </div> </div> </header> <div class="d-ad-megaBan"> <script type='text/javascript'> sas.render('920'); </script> </div> <div class="d-grid lahe-breadcrumb"><ul class="lahe-breadcrumb-content " itemscope itemtype="http://schema.org/WebPage"><li ><a href="/" class="lahe-breadcrumb-anchor" itemprop="breadcrumb">SensCritique</a><span class="d-chevron1-r lahe-breadcrumb-divider"></span></li><li ><a href="/series" class="lahe-breadcrumb-anchor" itemprop="breadcrumb">Séries</a><span class="d-chevron1-r lahe-breadcrumb-divider"></span></li><li ><a href="/series/oeuvres/Comedie--9748" class="lahe-breadcrumb-anchor" itemprop="breadcrumb">Comédie</a><span class="d-chevron1-r lahe-breadcrumb-divider"></span></li><li class="lahe-breadcrumb-item">Ed, Edd n Eddy</li></ul></div> <section class="pvi-hero type-4" style="background-image: url(http://media.senscritique.com/media/000006505576/1200/Ed_Edd_n_Eddy.jpg);" > <div class="pvi-hero-overlay"> <div class="d-grid pvi-hero-content"> <figure class="d-media-only d-product-checked-wrapper small pvi-hero-figure" data-sc-product-id="80397" > <a href="http://media.senscritique.com/media/000006505564/source_big/Ed_Edd_n_Eddy.jpg" class="lightview" data-lightview-group="posters" data-lightview-title="Ed, Edd n Eddy"> <img class="pvi-hero-poster" itemprop="image" src="http://media.senscritique.com/media/000006505564/160/Ed_Edd_n_Eddy.jpg" alt="Affiche Ed, Edd n Eddy" title="Affiche Ed, Edd n Eddy" width="160" height="220"> </a> </figure> <div class="pvi-hero-product"> <div class="d-rubric-inner"> <h1 class="pvi-product-title " itemprop="name" title="Ed, Edd n Eddy"> Ed, Edd n Eddy </h1> <small class="pvi-product-year">(1999)</small> <h1 itemprop="alternativeHeadline" class="pvi-product-originaltitle">Ed, Edd n Eddy</h1> </div> <div class="pvi-product-scactions" data-rel="sc-rating" data-sc-product-id="80397" data-format-count="0" data-format-list="" data-format-id=""> <div class="d-rubric-inner"> <div class="elrs-stars " data-rel="stars-container" data-product-original-rating="" ><span data-sc-action="rate" data-product-rating="1" data-sc-product-id="80397" data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="1" class="eins-sprite eins-rate ">1</span><span data-sc-action="rate" data-product-rating="2" data-sc-product-id="80397" data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="2" class="eins-sprite eins-rate ">2</span><span data-sc-action="rate" data-product-rating="3" data-sc-product-id="80397" data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="3" class="eins-sprite eins-rate ">3</span><span data-sc-action="rate" data-product-rating="4" data-sc-product-id="80397" data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="4" class="eins-sprite eins-rate ">4</span><span data-sc-action="rate" data-product-rating="5" data-sc-product-id="80397" data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="5" class="eins-sprite eins-rate ">5</span><span data-sc-action="rate" data-product-rating="6" data-sc-product-id="80397" data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="6" class="eins-sprite eins-rate ">6</span><span data-sc-action="rate" data-product-rating="7" data-sc-product-id="80397" data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="7" class="eins-sprite eins-rate ">7</span><span data-sc-action="rate" data-product-rating="8" data-sc-product-id="80397" data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="8" class="eins-sprite eins-rate ">8</span><span data-sc-action="rate" data-product-rating="9" data-sc-product-id="80397" data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="9" class="eins-sprite eins-rate ">9</span><span data-sc-action="rate" data-product-rating="10" data-sc-product-id="80397" data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="10" class="eins-sprite eins-rate ">10</span></div> </div> <button type="button" data-sc-action="current" data-sc-product-id="80397" data-sc-tooltip="true" title="Je suis cette série" class="d-button pvi-product-scaction "> <span class="eins-sprite eins-current blue" ></span> En cours </button> <button type="button" data-sc-action="recommend" data-sc-product-id="80397" class="d-button pvi-product-scaction " style="display:none;"> <span class="eins-sprite eins-recommend blue" ></span> Coup de coeur </button> <button type="button" data-rel="bt-review sc-button-modal-sc" data-sc-product-id="80397" data-scmodal-type="review" class="d-button pvi-product-scaction" style="display:none;"> <span class="eins-sprite eins-review blue" ></span> Critiquer </button> <button type="button" data-sc-action="wish-list" data-sc-product-id="80397" class="d-button pvi-product-scaction " > <span class="eins-sprite eins-wish blue" ></span> <span data-rel="label-wish"> Envie de la voir </span> </button> <button type="button" data-rel="sc-button" data-sc-product-id="80397" class="d-button pvi-product-contextmenu"> <span class="eins-sprite eins-extend " ></span> </button> </div> <div class="pvi-product-scrating" itemscope itemprop="aggregateRating" itemtype="http://schema.org/AggregateRating"> <span itemprop="ratingValue" class="pvi-scrating-value">5.0</span> <span itemprop="bestRating" class="d-hidden">10</span> <span itemprop="worstRating" class="d-hidden">1</span> <span itemprop="ratingCount" class="d-hidden">516</span> <span itemprop="reviewCount" class="d-hidden">2</span> <div class="pvi-scrating-graph"> <ol class="elrg-graph product " data-rel="sc-graph-mini" data-sc-mode="global"> <li class="elrg-graph-col"> <div class="elrg-graph-data" style="height: 15px;" >49</div> </li> <li class="elrg-graph-col"> <div class="elrg-graph-data" style="height: 10.5px;" >33</div> </li> <li class="elrg-graph-col"> <div class="elrg-graph-data" style="height: 16.5px;" >55</div> </li> <li class="elrg-graph-col"> <div class="elrg-graph-data" style="height: 18px;" >57</div> </li> <li class="elrg-graph-col"> <div class="elrg-graph-data" style="height: 30px;" >96</div> </li> <li class="elrg-graph-col"> <div class="elrg-graph-data" style="height: 30px;" >94</div> </li> <li class="elrg-graph-col"> <div class="elrg-graph-data" style="height: 18px;" >58</div> </li> <li class="elrg-graph-col"> <div class="elrg-graph-data" style="height: 13.5px;" >41</div> </li> <li class="elrg-graph-col"> <div class="elrg-graph-data" style="height: 6px;" >17</div> </li> <li class="elrg-graph-col"> <div class="elrg-graph-data" style="height: 4.5px;" >16</div> </li> </ol> <ol class="elrg-graph global extend " data-rel="sc-graph-big" data-sc-mode="global" style="display: none;"> <li class="elrg-graph-col"> <span class="elrg-graph-count">49</span> <div class="elrg-graph-data" style="height: 40px;" >49</div> <span class="elrg-graph-rating">1</span> </li> <li class="elrg-graph-col"> <span class="elrg-graph-count">33</span> <div class="elrg-graph-data" style="height: 28px;" >33</div> <span class="elrg-graph-rating">2</span> </li> <li class="elrg-graph-col"> <span class="elrg-graph-count">55</span> <div class="elrg-graph-data" style="height: 44px;" >55</div> <span class="elrg-graph-rating">3</span> </li> <li class="elrg-graph-col"> <span class="elrg-graph-count">57</span> <div class="elrg-graph-data" style="height: 48px;" >57</div> <span class="elrg-graph-rating">4</span> </li> <li class="elrg-graph-col"> <span class="elrg-graph-count">96</span> <div class="elrg-graph-data" style="height: 80px;" >96</div> <span class="elrg-graph-rating">5</span> </li> <li class="elrg-graph-col"> <span class="elrg-graph-count">94</span> <div class="elrg-graph-data" style="height: 80px;" >94</div> <span class="elrg-graph-rating">6</span> </li> <li class="elrg-graph-col"> <span class="elrg-graph-count">58</span> <div class="elrg-graph-data" style="height: 48px;" >58</div> <span class="elrg-graph-rating">7</span> </li> <li class="elrg-graph-col"> <span class="elrg-graph-count">41</span> <div class="elrg-graph-data" style="height: 36px;" >41</div> <span class="elrg-graph-rating">8</span> </li> <li class="elrg-graph-col"> <span class="elrg-graph-count">17</span> <div class="elrg-graph-data" style="height: 16px;" >17</div> <span class="elrg-graph-rating">9</span> </li> <li class="elrg-graph-col"> <span class="elrg-graph-count">16</span> <div class="elrg-graph-data" style="height: 12px;" >16</div> <span class="elrg-graph-rating">10</span> </li> </ol> </div> <ul class="pvi-scrating-details"> <li class="pvi-stats-item" data-sc-product-id="80397" data-rel='sc-total-ratings' data-sc-tooltip="true" title="Notes"> <b class="pvi-stats-number d-link-reverse">516</b> <span class="eins-sprite eins-star white" ></span> </li> <li class="pvi-stats-item" data-sc-tooltip="true" title="Coups de coeur"> <b class="pvi-stats-number">7</b> <span class="eins-sprite eins-recommend white" ></span> </li> <li class="pvi-stats-item" data-sc-tooltip="true" title="Envies"> <b class="pvi-stats-number">7</b> <span class="eins-sprite eins-wish white" ></span> </li> <li class="pvi-stats-item" data-sc-tooltip="true" title="En cours"> <b class="pvi-stats-number">2</b> <span class="eins-sprite eins-current white" ></span> </li> </ul> </div> </div> </div> </div> </section> <nav class="d-menu"> <ul class="d-menu-list"> <li class="pco-menu-social"> <button type="button" class="pco-social-action" data-rel="sc-share-tooltip" data-sc-product-id="80397">Partager</button> </li> <li class="pco-menu-social"> <button type="button" class="pco-social-action" data-rel="sc-buy-tooltip" data-sc-product-id="80397">Acheter</button> </li> <li> <a href="/serie/Ed_Edd_n_Eddy/80397" itemprop="url" class="d-menu-item active"> <span class="d-menu-home active-4">Accueil</span> </a> </li> <li> <a href="/serie/Ed_Edd_n_Eddy/80397/S1/page-1" class="d-menu-item ">Saisons</a> </li> <li> <a href="/serie/Ed_Edd_n_Eddy/80397/critiques" class="d-menu-item ">Critiques</a> </li> <li> <a href="/serie/Ed_Edd_n_Eddy/80397/listes" class="d-menu-item ">Listes</a> </li> <li> <a href="/serie/Ed_Edd_n_Eddy/80397/details" class="d-menu-item ">Casting</a> </li> <li> <a href="/serie/Ed_Edd_n_Eddy/80397/images" class="d-menu-item ">Photos</a> </li> </ul> </nav> <div class="d-grid"> <div class="d-grid-main" id="inread"> <section class="pvi-productDetails"> <ul> <li class="pvi-productDetails-item"> <h2>Série</h2> de <span itemscope itemprop="creator" itemtype="http://schema.org/Person"> <a href="/contact/Danny_Antonucci/2495899" itemprop="url"> <span itemprop="name">Danny Antonucci</span></a></span> </li> <li class="pvi-productDetails-item"> <h3> <a itemprop="genre" href="/series/oeuvres/Comedie--9748" class="d-link-alt">Comédie</a> et <a itemprop="genre" href="/series/oeuvres/animation--9758" class="d-link-alt">animation</a> </h3> </li> <li class="pvi-productDetails-item"> 6 saisons (arrêté) </li> <li class="pvi-productDetails-item"> Cartoon Network </li> <li class="pvi-productDetails-item"> 12 min </li> <li class="pvi-productDetails-item nowrap"><time datetime="1999-01-04" >4 janvier 1999</time></li> </ul> <p class="pvi-productDetails-resume" data-rel="small-resume" itemprop="description">La série se centre sur un groupe de trois adolescents, Ed, Edd « Deux D », et Eddy, surnommés « Les Ed », vivant dans une impasse fictive. Mené par Eddy, ce dernier s&#039;autoproclamant chef du groupe, les Ed s&#039;impliquent constamment dans des arnaques qui pourront leur permettre de soutirer assez... <button type="button" class="d-link" data-rel="sc-btn-more-storyline" data-sc-product-id="80397">Lire la suite</button> </p> <p class="pvi-productDetails-resume d-hidden" data-rel="full-resume"> <button type="button" class="d-link" data-rel="sc-btn-close-storyline" data-sc-product-id="80397">Fermer</button> </p> </section> <section class="d-rubric pvi-seasons"> <span class="d-heading2 pvi-episodes-heading">Premiers épisodes</span> <ul class="pvi-episodes-list"> <li class="pvi-episode " data-rel="sc-episode episode-item" data-sc-episode-id=17612947> <div class="pvi-episode-detail"> <span class="pvi-episode-number"> S01<span class="d-offset">E01</span></span> </span> <span class="pvi-episode-title">The Ed-Touchables</span> </div> <figure class="pvi-episode-poster"> <div class="pvi-episode-checked"></div> <img src="http://media.senscritique.com/media/000011855720/230_130/The_Ed_Touchables.jpg" alt="screenshots The Ed-Touchables" title="screenshots The Ed-Touchables" width="230" height="130"> </figure> </li> <li class="pvi-episode " data-rel="sc-episode episode-item" data-sc-episode-id=17612948> <div class="pvi-episode-detail"> <span class="pvi-episode-number"> S01<span class="d-offset">E02</span></span> </span> <span class="pvi-episode-title">Nagged to Ed</span> </div> <figure class="pvi-episode-poster"> <div class="pvi-episode-checked"></div> <img src="http://media.senscritique.com/media/000011855732/230_130/Nagged_to_Ed.jpg" alt="screenshots Nagged to Ed" title="screenshots Nagged to Ed" width="230" height="130"> </figure> </li> <li class="pvi-episode " data-rel="sc-episode episode-item" data-sc-episode-id=17612949> <div class="pvi-episode-detail"> <span class="pvi-episode-number"> S01<span class="d-offset">E03</span></span> </span> <span class="pvi-episode-title">Pop Goes The Ed</span> </div> <figure class="pvi-episode-poster"> <div class="pvi-episode-checked"></div> <img src="http://media.senscritique.com/media/000011855738/230_130/Pop_Goes_The_Ed.jpg" alt="screenshots Pop Goes The Ed" title="screenshots Pop Goes The Ed" width="230" height="130"> </figure> </li> </ul> <span class="d-offset">Dernier épisode diffusé :</span> S06E02 </section> <div class="d-rubric"> <h3 class="d-heading-opt"> <span class="d-heading2-opt">Posts</span>Ed, Edd n Eddy</h3> <div class="pvi-emptyTopic"> Vous avez une anecdote, une vidéo/photo ou une simple question sur cette série ?<br /> <button type="button" data-rel="js-link" data-sc-link="/post/80397" class="d-button-success-xl d-more pvi-emptyTopic-btn"> Créer un post </button> <button type="button" data-rel="js-link" data-sc-link="/posts" class="d-button-xl d-more pvi-emptyTopic-btn"> Tous les posts <span class="d-chevron1-r"></span> </button> </div> </div> <div class="d-rubric"> <script type='text/javascript'> sas.render('21999'); </script> <strong style="display:none;">&nbsp;</strong> </div> <section class="d-rubric"> <div class="d-heading-opt"><h4 class="d-heading2-opt">Critiques : avis d'internautes (2)</h4> Ed, Edd n Eddy</div> <ul class="pvi-reviews-filters" data-rel="block-listing-filters" data-rel-related="blockReviewsProduct80397" > <li>Tri :</li> <li class="d-filter1 active" data-sc-filter="recommend">recommandées</li> <li class="d-filter1" data-sc-filter="positive">positives</li> <li class="d-filter1" data-sc-filter="negative">négatives</li> <li class="d-filter1" data-sc-filter="recent">plus récentes</li> </ul> <div id="blockReviewsProduct80397" data-sc-type="review" data-sc-url="/sc/reviews/indexByProduct/80397" data-sc-limit="5" data-sc-filter="recommend" data-sc-exclude-ids="3523862"> <div data-rel="sc-listing-content" data-sc-filter="recommend" data-sc-total="2" data-sc-count="2"> <article class="ere-review ere-box " > <button type="button" data-rel="review-overview" data-sc-review-id="3523862" class="ere-review-overview"><span class="eins-sprite eins-zoom " ></span></button> <span class="ere-review-heading">Mais de quoi ils causent ?</span> <p class="ere-review-excerpt" > Bon, on va faire simple : je n&#039;ai jamais compris un épisode. Je n&#039;ai jamais suivi une SEULE aventure d&#039;Ed Edd + Eddy de toute mon enfance. Ils parlaient, parlaient, parlaient, plein de choses se passaient et moi... j&#039;étais complètement perdu. Après, c&#039;est peut-être moi. <a href="/serie/Ed_Edd_n_Eddy/critique/3523862" class="ere-review-anchor">Lire l'avis à propos de Ed, Edd n Eddy</a> </p> <footer class="ere-review-details"> <div class="ere-review-actions"> <span class="eins-sprite eins-like-xs-gray " ></span> 2 <span class="eins-sprite eins-comment-xs-gray " ></span> 2 </div> <a href="/serie/Ed_Edd_n_Eddy/critique/3523862" class="elrua-useraction size-30 "> <img class="elrua-useraction-avatar" data-sc-user-tooltip="23729" src="http://media.senscritique.com/media/000004348734/30/Botwin.jpg" alt="Avatar Botwin" title="Avatar Botwin" width="30" height="30"> <div class="elrua-useraction-action " > <span class="elrua-useraction-inner only-child" data-rel="sc-action"> 1 </span> </div> </a> <div class="ere-review-author"> <span class="d-offset" data-sc-user-tooltip="23729"> Botwin </span> · <time datetime="2010-12-15 22:09:37+01:00" >15 décembre 2010</time> </div> <small class="ere-box-spotlight">Découverte</small> </footer> </article> <article class="ere-review ere-box " itemscope itemtype="http://schema.org/Review"itemprop="review" > <button type="button" data-rel="review-overview" data-sc-review-id="60818713" class="ere-review-overview"><span class="eins-sprite eins-zoom " ></span></button> <span itemprop="name" class="ere-review-heading">&quot;Cours Planche !&quot; &quot;Bande de Nullards !&quot;</span> <p class="ere-review-excerpt" itemprop="description"> Une série totalement déjantée sortie de l&#039;esprit d&#039;un monsieur Italo-Canadien du nom de Danny Antonucci. Antonucci avant de faire cette série a commencer en nous dévoilant son style et son atmosphère de nature plutot &quot;crade et malsaine&quot; avec son courts métrage &quot;Lupo the butcher&quot; nous montrant un boucher italien vulgaire ne sachant pas s&#039;y prendre correctement pour trancher la viande,... <a itemprop="url" href="/serie/Ed_Edd_n_Eddy/critique/60818713" class="ere-review-anchor">Lire l'avis à propos de Ed, Edd n Eddy</a> </p> <footer class="ere-review-details"> <div class="ere-review-actions"> </div> <a href="/serie/Ed_Edd_n_Eddy/critique/60818713" class="elrua-useraction size-30 "> <img class="elrua-useraction-avatar" data-sc-user-tooltip="430115" src="http://media.senscritique.com/media/000010456945/30/Empanadas.jpg" alt="Avatar Empanadas" title="Avatar Empanadas" width="30" height="30"> <div class="elrua-useraction-action " itemscope itemprop="reviewRating" itemtype="http://schema.org/Rating" > <meta itemprop="bestRating" content="10" /> <span class="elrua-useraction-inner only-child" itemprop="ratingValue" data-rel="sc-action"> 9 </span> <span class="eins-sprite eins-user-recommend blue elrua-useraction-recommend" ></span> </div> </a> <div class="ere-review-author"> <span class="d-offset" itemscope itemprop="author" itemtype="http://schema.org/Person" data-sc-user-tooltip="430115"> <span itemprop="name"> Empanadas </span> </span> · <time itemprop="datePublished" datetime="2015-07-02 01:33:32+02:00" > 2 juillet 2015</time> </div> </footer> </article> </div> </div> <a href="/serie/Ed_Edd_n_Eddy/80397/critiques"> <span class="d-chevron1-r"></span> Toutes les critiques de la série Ed, Edd n Eddy (2) </a> <div class="d-more-container d-rubric-inner"> <button type="button" class="d-button d-more" data-rel="sc-btn-more" style="display:none;" data-rel-related="blockReviewsProduct80397" data-sc-limit="5"> Critiques suivantes <span class="d-chevron1-b"></span> </button> </div> </section> <script type='text/javascript'> sas.render('25595'); </script> <section class="d-rubric"> <h5 class="d-heading-opt"> <b class="d-heading2-opt">Infos</b>Ed, Edd n Eddy</h6> <p class="d-rubric-highlighted"> Les fiches SensCritique sont en wiki. Cette fiche semble bien vide, <a href="/wiki/Ed_Edd_n_Eddy/80397">voulez-vous l'éditer</a> ? </p> </section> <section class="d-rubric"> <span class="d-heading2">Vous pourriez également aimer...</span> <ul> <li class="elpt-thumbnail "> <a href="/serie/Le_laboratoire_de_Dexter/154691" class="d-link-alt elpt-thumbnail-product " data-rel="sc-button" data-sc-product-id="154691" > <figure data-rel="poster" class="elpt-product-wrapper "> <img src="http://media.senscritique.com/media/000009885382/130/Le_laboratoire_de_Dexter.jpg" alt="Affiche Le laboratoire de Dexter" title="Affiche Le laboratoire de Dexter" width="130" height="177"> <div class="d-posterRating" data-rel="poster-rating"> 6.2 <span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="154691"></span> </div> </figure> <span class="elpt-product-title size130">Le laboratoire de Dexter (1996) </span></a> </li> <li class="elpt-thumbnail "> <a href="/serie/Johnny_Bravo/33085" class="d-link-alt elpt-thumbnail-product " data-rel="sc-button" data-sc-product-id="33085" > <figure data-rel="poster" class="elpt-product-wrapper "> <img src="http://media.senscritique.com/media/000004727405/130/Johnny_Bravo.jpg" alt="Affiche Johnny Bravo" title="Affiche Johnny Bravo" width="130" height="177"> <div class="d-posterRating" data-rel="poster-rating"> 6.0 <span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="33085"></span> </div> </figure> <span class="elpt-product-title size130">Johnny Bravo (1997) </span></a> </li> <li class="elpt-thumbnail "> <a href="/serie/Courage_le_chien_froussard/126714" class="d-link-alt elpt-thumbnail-product " data-rel="sc-button" data-sc-product-id="126714" > <figure data-rel="poster" class="elpt-product-wrapper "> <img src="http://media.senscritique.com/media/000006501794/130/Courage_le_chien_froussard.jpg" alt="Affiche Courage, le chien froussard" title="Affiche Courage, le chien froussard" width="130" height="177"> <div class="d-posterRating" data-rel="poster-rating"> 6.4 <span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="126714"></span> </div> </figure> <span class="elpt-product-title size130">Courage, le chien froussard (1999) </span></a> </li> <li class="elpt-thumbnail "> <a href="/serie/Les_Super_Nanas/214665" class="d-link-alt elpt-thumbnail-product " data-rel="sc-button" data-sc-product-id="214665" > <figure data-rel="poster" class="elpt-product-wrapper "> <img src="http://media.senscritique.com/media/000006482667/130/Les_Super_Nanas.jpg" alt="Affiche Les Super Nanas" title="Affiche Les Super Nanas" width="130" height="177"> <div class="d-posterRating" data-rel="poster-rating"> 5.5 <span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="214665"></span> </div> </figure> <span class="elpt-product-title size130">Les Super Nanas (1998) </span></a> </li> <li class="elpt-thumbnail "> <a href="/serie/Cleo_et_Chico/109522" class="d-link-alt elpt-thumbnail-product " data-rel="sc-button" data-sc-product-id="109522" > <figure data-rel="poster" class="elpt-product-wrapper "> <img src="http://media.senscritique.com/media/000006500945/130/Cleo_et_Chico.jpg" alt="Affiche Cléo et Chico" title="Affiche Cléo et Chico" width="130" height="177"> <div class="d-posterRating" data-rel="poster-rating"> 5.1 <span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="109522"></span> </div> </figure> <span class="elpt-product-title size130">Cléo et Chico (1997) </span></a> </li> <li class="elpt-thumbnail "> <a href="/serie/Tom_and_Jerry/357342" class="d-link-alt elpt-thumbnail-product " data-rel="sc-button" data-sc-product-id="357342" > <figure data-rel="poster" class="elpt-product-wrapper "> <img src="http://media.senscritique.com/media/000006478417/130/Tom_and_Jerry.jpg" alt="Affiche Tom and Jerry" title="Affiche Tom and Jerry" width="130" height="177"> <div class="d-posterRating" data-rel="poster-rating"> 7.2 <span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="357342"></span> </div> </figure> <span class="elpt-product-title size130">Tom and Jerry (1940) </span></a> </li> <li class="elpt-thumbnail "> <a href="/serie/Pokemon/96031" class="d-link-alt elpt-thumbnail-product " data-rel="sc-button" data-sc-product-id="96031" > <figure data-rel="poster" class="elpt-product-wrapper "> <img src="http://media.senscritique.com/media/000006475427/130/Pokemon.jpg" alt="Affiche Pokémon" title="Affiche Pokémon" width="130" height="177"> <div class="d-posterRating" data-rel="poster-rating"> 5.9 <span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="96031"></span> </div> </figure> <span class="elpt-product-title size130">Pokémon (1997) </span></a> </li> <li class="elpt-thumbnail "> <a href="/serie/Les_Razmoket/226101" class="d-link-alt elpt-thumbnail-product " data-rel="sc-button" data-sc-product-id="226101" > <figure data-rel="poster" class="elpt-product-wrapper "> <img src="http://media.senscritique.com/media/000006476433/130/Les_Razmoket.jpg" alt="Affiche Les Razmoket" title="Affiche Les Razmoket" width="130" height="177"> <div class="d-posterRating" data-rel="poster-rating"> 5.9 <span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="226101"></span> </div> </figure> <span class="elpt-product-title size130">Les Razmoket (1991) </span></a> </li> <li class="elpt-thumbnail "> <a href="/serie/He_Arnold/2685" class="d-link-alt elpt-thumbnail-product " data-rel="sc-button" data-sc-product-id="2685" > <figure data-rel="poster" class="elpt-product-wrapper "> <img src="http://media.senscritique.com/media/000004727415/130/He_Arnold.jpg" alt="Affiche Hé Arnold !" title="Affiche Hé Arnold !" width="130" height="177"> <div class="d-posterRating" data-rel="poster-rating"> 5.9 <span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="2685"></span> </div> </figure> <span class="elpt-product-title size130">Hé Arnold ! (1996) </span></a> </li> <li class="elpt-thumbnail "> <a href="/serie/Bob_l_eponge/38363" class="d-link-alt elpt-thumbnail-product " data-rel="sc-button" data-sc-product-id="38363" > <figure data-rel="poster" class="elpt-product-wrapper "> <img src="http://media.senscritique.com/media/000006474973/130/Bob_l_eponge.jpg" alt="Affiche Bob l&#039;éponge" title="Affiche Bob l&#039;éponge" width="130" height="177"> <div class="d-posterRating" data-rel="poster-rating"> 6.2 <span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="38363"></span> </div> </figure> <span class="elpt-product-title size130">Bob l&#039;éponge (1999) </span></a> </li> </ul> </section> <section class="d-rubric pvi-feed"> <div class="d-heading-opt"> <span class="d-heading2-opt"> Dernières actions sur cette série </span> Ed, Edd n Eddy </div> <div class="elfs-container" data-rel="container-feed" data-sc-feed-filter-type="product" data-sc-feed-limit="5" data-sc-feed-page="1" data-sc-feed-id="80397"></div> <a href="/serie/Ed_Edd_n_Eddy/80397/actualites" class="d-link"><span class="d-chevron1-b"></span> Plus d'actualité</a> </section> </div> <aside class="d-grid-aside"> <div data-rel="dynamic-element" data-sc-element-position="aside-top"></div> <div class="d-rubric pvi-scoutsOff"> <div class="pvi-scoutsOff-inner"> <b class="pvi-scoutsOff-title">Le bouche à oreille</b> <p class="pvi-scoutsOff-text">L'avis de vos amis en 1 clic</p> <a href="/oauthapi/facebook" class="d-facebookButton pvi-scoutsOff-button">S'inscrire avec FB</a> </div> </div> <span class="d-heading3">Saisons</span> <div class="d-rubric"> <ul class="d-rubric-inner"> <li class="pvi-season-item"> <a href="/serie/Ed_Edd_n_Eddy/80397/S1/E{:episodeNumber:\d+}" class="d-link-alt pvi-season-item-title">Saison 1</a> <div class="erra "> <div class="erra-main"> <div class="erra-ratings"> <span class="erra-global"> - </span> <span class="erra-scouts" data-sc-tooltip="true" data-rel="sc-modal-listing-activity scouts-rating" data-sc-product-id="11022948" title="Aucune note de vos éclaireurs" data-sc-filter="rating,is_recommend,is_wish_list_or_shopping,is_current"> - </span> </div> <div class="erra-currentuser inactive" data-sc-product-id="11022948" data-sc-zone-tag="btsc"> <div data-sc-action-container="other" class="erra-other-actions"></div> <div class="erra-action" data-sc-action-container="main"><span class="erra-action-item">-</span></div> </div> </div> </div> </li> <li class="pvi-season-item"> <a href="/serie/Ed_Edd_n_Eddy/80397/S2/E{:episodeNumber:\d+}" class="d-link-alt pvi-season-item-title">Saison 2</a> <div class="erra "> <div class="erra-main"> <div class="erra-ratings"> <span class="erra-global"> - </span> <span class="erra-scouts" data-sc-tooltip="true" data-rel="sc-modal-listing-activity scouts-rating" data-sc-product-id="11022949" title="Aucune note de vos éclaireurs" data-sc-filter="rating,is_recommend,is_wish_list_or_shopping,is_current"> - </span> </div> <div class="erra-currentuser inactive" data-sc-product-id="11022949" data-sc-zone-tag="btsc"> <div data-sc-action-container="other" class="erra-other-actions"></div> <div class="erra-action" data-sc-action-container="main"><span class="erra-action-item">-</span></div> </div> </div> </div> </li> <li class="pvi-season-item"> <a href="/serie/Ed_Edd_n_Eddy/80397/S3/E{:episodeNumber:\d+}" class="d-link-alt pvi-season-item-title">Saison 3</a> <div class="erra "> <div class="erra-main"> <div class="erra-ratings"> <span class="erra-global"> - </span> <span class="erra-scouts" data-sc-tooltip="true" data-rel="sc-modal-listing-activity scouts-rating" data-sc-product-id="11022950" title="Aucune note de vos éclaireurs" data-sc-filter="rating,is_recommend,is_wish_list_or_shopping,is_current"> - </span> </div> <div class="erra-currentuser inactive" data-sc-product-id="11022950" data-sc-zone-tag="btsc"> <div data-sc-action-container="other" class="erra-other-actions"></div> <div class="erra-action" data-sc-action-container="main"><span class="erra-action-item">-</span></div> </div> </div> </div> </li> <li class="pvi-season-item"> <a href="/serie/Ed_Edd_n_Eddy/80397/S4/E{:episodeNumber:\d+}" class="d-link-alt pvi-season-item-title">Saison 4</a> <div class="erra "> <div class="erra-main"> <div class="erra-ratings"> <span class="erra-global"> - </span> <span class="erra-scouts" data-sc-tooltip="true" data-rel="sc-modal-listing-activity scouts-rating" data-sc-product-id="11022951" title="Aucune note de vos éclaireurs" data-sc-filter="rating,is_recommend,is_wish_list_or_shopping,is_current"> - </span> </div> <div class="erra-currentuser inactive" data-sc-product-id="11022951" data-sc-zone-tag="btsc"> <div data-sc-action-container="other" class="erra-other-actions"></div> <div class="erra-action" data-sc-action-container="main"><span class="erra-action-item">-</span></div> </div> </div> </div> </li> <li class="pvi-season-item"> <a href="/serie/Ed_Edd_n_Eddy/80397/S5/E{:episodeNumber:\d+}" class="d-link-alt pvi-season-item-title">Saison 5</a> <div class="erra "> <div class="erra-main"> <div class="erra-ratings"> <span class="erra-global"> - </span> <span class="erra-scouts" data-sc-tooltip="true" data-rel="sc-modal-listing-activity scouts-rating" data-sc-product-id="11022952" title="Aucune note de vos éclaireurs" data-sc-filter="rating,is_recommend,is_wish_list_or_shopping,is_current"> - </span> </div> <div class="erra-currentuser inactive" data-sc-product-id="11022952" data-sc-zone-tag="btsc"> <div data-sc-action-container="other" class="erra-other-actions"></div> <div class="erra-action" data-sc-action-container="main"><span class="erra-action-item">-</span></div> </div> </div> </div> </li> <li class="pvi-season-item"> <a href="/serie/Ed_Edd_n_Eddy/80397/S6/E{:episodeNumber:\d+}" class="d-link-alt pvi-season-item-title">Saison 6</a> <div class="erra "> <div class="erra-main"> <div class="erra-ratings"> <span class="erra-global"> - </span> <span class="erra-scouts" data-sc-tooltip="true" data-rel="sc-modal-listing-activity scouts-rating" data-sc-product-id="11022953" title="Aucune note de vos éclaireurs" data-sc-filter="rating,is_recommend,is_wish_list_or_shopping,is_current"> - </span> </div> <div class="erra-currentuser inactive" data-sc-product-id="11022953" data-sc-zone-tag="btsc"> <div data-sc-action-container="other" class="erra-other-actions"></div> <div class="erra-action" data-sc-action-container="main"><span class="erra-action-item">-</span></div> </div> </div> </div> </li> </ul> </div> <div data-rel="dynamic-element" data-sc-element-position="aside-middle"></div> <span class="d-heading3">Dans les Tops</span> <div class="d-rubric"> <ul class="standalone"> <li class="pvi-poll"> <a href="/top/resultats/Les_meilleures_series_originales_Cartoon_Network/1060706" class="d-link-alt"> <span class="pvi-poll-rank type-4">#9</span> <img class="pvi-poll-figure" src="http://media.senscritique.com/media/000012206334/240_63/Les_meilleures_series_originales_Cartoon_Network.jpg" alt="Cover Les meilleures séries originales Cartoon Network" title="Cover Les meilleures séries originales Cartoon Network" width="240" height="63">Les meilleures séries originales Cartoon Network</a> </li> </ul> </div> <span class="d-heading3">Sélection de listes</span> <div class="d-rubric"> <ul class="d-rubric-inner"> <li class="eas-item"> <figure class="eas-item-poster size40"> <img src="http://media.senscritique.com/media/000004057954/40_vert/Top_50_cartoons_diffuses_sur_Cartoon_Network.jpg" alt="Illustration Top 50 cartoons diffusés sur Cartoon Network" title="Illustration Top 50 cartoons diffusés sur Cartoon Network" width="40" height="60"> </figure> <div class="eas-item-content"> <a href="/liste/Top_50_cartoons_diffuses_sur_Cartoon_Network/74702" class="d-link-alt" data-sc-tooltip="true" title="Par Superphilie (43 séries)">Top 50 cartoons diffusés sur Cartoon Network</a> </div> </li> <li class="eas-item"> <figure class="eas-item-poster size40"> <img src="http://media.senscritique.com/media/000011610456/40_vert/Les_series_dont_le_titre_contient_le_nom_du_heros_Liste_Part.jpg" alt="Cover Les séries dont le titre contient le nom du héros [ Liste Participative ]" title="Cover Les séries dont le titre contient le nom du héros [ Liste Participative ]" width="40" height="60"> </figure> <div class="eas-item-content"> <a href="/liste/Les_series_dont_le_titre_contient_le_nom_du_heros_Liste_Part/1024919" class="d-link-alt" data-sc-tooltip="true" title="Par Chris Tophe (590 séries)">Les séries dont le titre contient le nom du héros [ Liste Participative ]</a> </div> </li> <li class="eas-item"> <figure class="eas-item-poster size40"> <img src="http://media.senscritique.com/media/000007672321/40_vert/Les_Chef_d_oeuvres_et_les_navets_qui_ont_berce_mon_enfance.jpg" alt="Cover Les Chef d&#039;oeuvres et les navets qui ont bercé mon enfance !" title="Cover Les Chef d&#039;oeuvres et les navets qui ont bercé mon enfance !" width="40" height="60"> </figure> <div class="eas-item-content"> <a href="/liste/Les_Chef_d_oeuvres_et_les_navets_qui_ont_berce_mon_enfance/328846" class="d-link-alt" data-sc-tooltip="true" title="Par Alfred Tordu (57 séries)">Les Chef d&#039;oeuvres et les navets qui ont bercé mon enfance !</a> </div> </li> <li class="eas-item"> <figure class="eas-item-poster size40"> <img src="http://media.senscritique.com/media/000009357614/40_vert/Ne_dans_les_90_s_tu_ne_peux_avoir_rate_ca.jpg" alt="Cover Né dans les 90&#039;s, tu ne peux avoir raté ça !" title="Cover Né dans les 90&#039;s, tu ne peux avoir raté ça !" width="40" height="60"> </figure> <div class="eas-item-content"> <a href="/liste/Ne_dans_les_90_s_tu_ne_peux_avoir_rate_ca/592930" class="d-link-alt" data-sc-tooltip="true" title="Par BlackHunter17 (123 séries)">Né dans les 90&#039;s, tu ne peux avoir raté ça !</a> </div> </li> <li class="eas-item"> <figure class="eas-item-poster size40"> <img src="http://media.senscritique.com/media/000004024551/40_vert/Quand_j_etais_petit_je_regardais_ca_le_matin_Et_je_kiffais.jpg" alt="Illustration Quand j&#039;étais petit, je regardais ça le matin. Et je kiffais." title="Illustration Quand j&#039;étais petit, je regardais ça le matin. Et je kiffais." width="40" height="60"> </figure> <div class="eas-item-content"> <a href="/liste/Quand_j_etais_petit_je_regardais_ca_le_matin_Et_je_kiffais/20013" class="d-link-alt" data-sc-tooltip="true" title="Par Le-bloguscribe (36 séries)">Quand j&#039;étais petit, je regardais ça le matin. Et je kiffais.</a> </div> </li> </ul> <a href="/serie/Ed_Edd_n_Eddy/80397/listes"> <span class="d-chevron1-r"></span> Toutes les listes (71) </a> </div> <span class="d-heading3">Statuts d'humeurs</span> <div class="d-rubric"> <ul class="pvi-shout-filters"> <li>Tri :</li> <li class="d-filter1 active" data-rel="sc-shout-aside-filter" data-sc-filter="recommend">recommandés</li> <li class="d-filter1" data-rel="sc-shout-aside-filter" data-sc-filter="last">derniers</li> </ul> <div data-rel="sc-shout-aside-block" data-sc-product-id="80397" data-sc-filter="recommend"> <div class="pvi-shout-status" data-rel="sc-shout-loader"></div> <div data-rel="sc-shout-page" data-sc-filter="recommend"> <article class="eshv-shout " data-rel="sc-admin-shout linkify" data-sc-shout-id="47829"> <a href="/activity/44029848" class="eshv-shout-box shoutWithUser ">Je comprends pas comment un tel cartoon aussi bon puisse avoir une moyenne aussi mauvaise, révisez vos classiques Cartoon Network svp! <footer class="eshv-shout-metadata"> <time datetime="2014-05-08 18:36:55+02:00" > 8 mai 2014 </time> </footer> </a> <img class="d-avatar eshv-shout-userAvatar" data-sc-user-tooltip="123789" src="http://media.senscritique.com/media/000006647896/30/Toni_Stark.jpg" alt="Avatar ToniStark" title="Avatar ToniStark" width="30" height="30"> <span data-sc-user-tooltip="123789">ToniStark</span> <div class="eshv-share"> <button type="button" class="esmi-share facebook" data-rel="btn-share" data-sc-type="facebook" data-sc-description="Ed, Edd n Eddy - Série" data-sc-title="Je comprends pas comment un tel cartoon aussi bon puisse avoir une moyenne aussi mauvaise, révisez vos classiques Cartoon Network svp!" data-sc-label="Statut par ToniStark" data-sc-url="http://www.senscritique.com/activity/44029848" data-sc-tooltip="true" title="Partager sur Facebook">Facebook</button> <button type="button" class="esmi-share twitter" data-rel="btn-share" data-sc-type="twitter" data-sc-without-hashtag="true" data-sc-label="Je comprends pas comment un tel cartoon aussi bon puisse avoir une moyenne aussi mauvaise, révisez vos classiques Cartoon Network svp!" data-sc-url="http://www.senscritique.com/activity/44029848" data-sc-tooltip="true" title="Partager sur Twitter">Twitter</button> </div> </article> </div> </div> <a href="/serie/Ed_Edd_n_Eddy/80397/statuts"> <span class="d-chevron1-r"></span> Tous les statuts </a> </div> </aside> </div> <div class="d-ad-megaBan"> <script type='text/javascript'> sas.render('19175'); </script> </div> <footer class="lafo-footer"> <div class="d-grid lafo-footer-container"> <ul class="lafo-informations-list"> <li> <a href="http://lab.senscritique.com" class="lafo-footer-anchor" target="_blank">Lab</a> </li> <li> <a href="http://lab.senscritique.com/changelog" class="lafo-footer-anchor" target="_blank">Changelog</a> </li> <li> <a href="/apropos" class="lafo-footer-anchor">&Agrave; propos</a> </li> <li> <a href="/faq" class="lafo-footer-anchor">Aide</a> </li> <li> <a href="/blog" class="lafo-footer-anchor">Blog</a> </li> <li> <a href="/apropos/publicite" class="lafo-footer-anchor">Publicité</a> </li> <li> <a href="/apropos/emploi" class="lafo-footer-anchor">Emploi</a> </li> <li> <a href="/apropos/cgu" class="lafo-footer-anchor">Conditions d'utilisation</a> </li> </ul> <div class="lafo-social"> <a href="http://www.facebook.com/senscritique" target="_blank" class="lafoo-footer-social"> <img src="http://static.senscritique.com/img/layout/icons/social/icon-facebook1.png?4" alt="Facebook" width="24" height="24"> </a> <a href="https://twitter.com/senscritique" target="_blank" class="lafoo-footer-social"> <img src="http://static.senscritique.com/img/layout/icons/social/icon-twitter1.png?4" alt="Twitter" width="24" height="24"> </a> <a href="https://plus.google.com/+senscritique" rel="publisher" target="_top" style="text-decoration:none;"> <img src="//ssl.gstatic.com/images/icons/gplus-32.png" alt="Google+" style="border:0;width:32px;height:32px;"/> </a> <!-- Place this tag after the last +1 button tag. --> <script type="text/javascript"> window.___gcfg = {lang: 'fr'}; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> </div> </div> <div class="d-grid"> <ul class="lafo-resume"> <li><a href="/films/salles-de-cinema" class="lafo-resume-item">Séances de cinéma</a></li> <li><a href="/everymovie/programme-tv/ce-soir" class="lafo-resume-item">Programme TV ce soir</a></li> <li><a href="/everymovie/programme-tv/aujourdhui" class="lafo-resume-item">Programme TV aujourd'hui</a></li> <li><a href="/everymovie/programme-tv/demain" class="lafo-resume-item">Programme TV demain</a></li> <li><a href="/everymovie/programme-tv" class="lafo-resume-item inactive">Programme TV cette semaine</a></li> </ul> <ul class="lafo-resume"> <li> <a href="/films/oeuvres" class="lafo-resume-item ">Avis films</a> </li> <li> <a href="/series/oeuvres" class="lafo-resume-item ">Avis séries</a> </li> <li> <a href="/livres/oeuvres" class="lafo-resume-item ">Avis livres</a> </li> <li> <a href="/bd/oeuvres" class="lafo-resume-item ">Avis BD</a> </li> <li> <a href="/jeuxvideo/oeuvres" class="lafo-resume-item ">Avis jeux vidéo</a> </li> <li> <a href="/musique/oeuvres" class="lafo-resume-item inactive">Avis musique</a> </li> </ul> <span class="lafo-copyright">© 2015 SensCritique</span> </div> </footer> <script type='text/javascript'> sas.render('10192'); </script> </div> <script> try { console } catch(e) { console = {}; console.log = function(){}; } </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "url": "http://www.senscritique.com/", "potentialAction": { "@type": "SearchAction", "target": "http://www.senscritique.com/recherche?query={search_term}", "query-input": "required name=search_term" } } </script> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="http://static.senscritique.com/lib/plugins/jquery.js"><\/script>')</script> <script type="text/javascript" src="http://static.senscritique.com/lib/optimized_ln/18504a88e15e551a5853a60ab06c76dd.js"></script> <script type="text/javascript" src="http://static.senscritique.com/lib/optimized_ln/c58bddee963a2a2b5013ce65e9ef7070.js"></script> <script> videojs.options.flash.swf = 'http://' + window.location.host + '/lib/plugins/video-js/video-js.swf'; </script> <script type='text/javascript'> sas.render('31712'); </script> <script language="JavaScript"> function _eStat_Whap_loaded_func() { eStatWhap.serial("800000000028"); eStatWhap.send(); } (function() { var myscript = document.createElement('script'); myscript.src = "http://w.estat.com/js/whap.js"; myscript.setAttribute('async', 'true'); var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(myscript, s); })(); </script> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','//connect.facebook.net/en_US/fbevents.js'); fbq('init', '1914215135469630'); fbq('track', "PageView");</script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1914215135469630&ev=PageView&noscript=1" /></noscript> <script>(function() { var _fbq = window._fbq || (window._fbq = []); if (!_fbq.loaded) { var fbds = document.createElement('script'); fbds.async = true; fbds.src = '//connect.facebook.net/en_US/fbds.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(fbds, s); _fbq.loaded = true; } })(); window._fbq = window._fbq || []; </script> <script>window._fbq.push(['track', 6032844273185, {'value':'0.00','currency':'EUR'}]);</script> <noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?ev=6032844273185&amp;cd[value]=0.00&amp;cd[currency]=EUR&amp;noscript=1" /></noscript> <script>window._fbq.push(['track', 6032844294985, {'value':'0.00','currency':'EUR'}]);</script> <noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?ev=6032844294985&amp;cd[value]=0.00&amp;cd[currency]=EUR&amp;noscript=1" /></noscript> <div id="fb-root"></div> <div data-rel="fb_container" data-sc-id="157003860988959"></div> <script> // window.fbAsyncInit = function() { // FB.init({ // appId:'157003860988959', // cookie:true, // status:true, // xfbml:true, // // channel: 'http://".$domain."/fb_channel.php' // }); // FB.Event.subscribe('auth.statusChange', function(response) { // if (response.status === 'connected') { // var uid = response.authResponse.userID; // var accessToken = response.authResponse.accessToken; // var expiresIn = response.authResponse.expiresIn; // // Do login facebook, only if we have the try // $('[data-sc-facebook-autologin="true"]').each(function() { // document.location = '/oauthapi/facebook/'; // }); // $('[data-sc-refresh-api-facebook="true"]').each(function() { // $.ajax({ // url: '/oauthapi/facebook/renewToken.json', // type: 'post', // data:{ // access_token:accessToken, // expires_in:expiresIn, // uid:uid // }, // dataType: 'json', // success: function (data, textStatus, jqXhr) { // } // }); // }); // } else { // var status = (response.status === 'not_authorized') ? 'connected' : 'unknow'; // // Do nothing // $('[data-sc-facebook-autologin="true"]').each(function() { // $.ajax({ // url: '/oauthapi/facebook/status/' + status + '.json', // type: 'get', // dataType: 'json', // success: function (data, textStatus, jqXhr) { // } // }); // }); // } // }); // }; // // Load the SDK Asynchronously // (function(d){ // var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;} // js = d.createElement('script'); js.id = id; js.async = true; // js.src = "http://connect.facebook.net/fr_FR/all.js"; // d.getElementsByTagName('head')[0].appendChild(js); // }(document)); </script> <span data-rel="test_AB" class="sponsored-ad">&nbsp;</span> <script type='text/javascript'> sas.render('928'); </script> </body> </html>
assets/backEnd/img/ios-style-checkboxes/slider_right-63584.html
developerTajul/eshoper
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <HTML> <HEAD> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <meta http-equiv="Content-Language" content="pl"> <style type="text/css"> body {font-family: arial; background: #ffffff; font-size: 8px color: white;} td { font-family: verdana; font-size: 11px;color: black; } p { font-family: verdana; font-size: 18px; color: black; text-align: center;} a:hover {text-decoration: none; color: white} </style> <TITLE> (none) </TITLE> </HEAD> <BODY style="bgcolor: #FFFFFF"> <div style="text-align:center;"> <br> <table width="100%" border="0" cellpadding="0" cellspacing="0" style="align: center"> <tr><td style="width: 100%" align="center"> <table width="574" style="background-image:url(/errordocs/pasek.gif); height: 21px;" border="0" cellpadding="0" cellspacing="0" > <tr> <td style="text-align: left"> <div style="margin-left:45px"><b>Error</b></div> </td> </tr> </table> <table width="574" border="0" cellpadding="1" cellspacing="1" style="background-color: #9c9c9c;text-align:center;"> <tr> <td style="background-color: #ffffff"> <br> <table style="background-color: #ffffff"> <tr> <td align="center" valign="top"><IMG SRC="/errordocs/error.gif" ALT="error"></td> <td colspan="2" align="center"><h3>[404] File Not Found : Plik nie istnieje</h3></td> </tr> <tr> <td align="center"> &nbsp; </td><td align="center"> Podany w zapytaniu URL <STRONG> /projects/metro/img/ios-style-checkboxes/slider_right-63584.png </STRONG> nie zosta³ odnaleziony na tym serwerze. </td> </tr> <tr> <td align="center"> &nbsp; </td><td align="left"> &nbsp; </td> </tr> <tr> <td align="center"> &nbsp; </td><td align="center"> The requested URL <STRONG> /projects/metro/img/ios-style-checkboxes/slider_right-63584.png </STRONG> was not found on this server. </td> </tr> <tr> <td><img src="/errordocs/dot.gif" height="70" ALT="dot"></td> </tr> </table> </td> </tr> </table> </td></tr></table> <br> </div> </BODY> </HTML>
css/style.css
btford/socialjam
/** * HTML5 ✰ Boilerplate * * style.css contains a reset, font normalization and some base styles. * * Credit is left where credit is due. * Much inspiration was taken from these projects: * - yui.yahooapis.com/2.8.1/build/base/base.css * - camendesign.com/design/ * - praegnanz.de/weblog/htmlcssjs-kickstart */ /** * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline) * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark * html5doctor.com/html-5-reset-stylesheet/ */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, 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; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; } ins { background-color: #ff9; color: #000; text-decoration: none; } mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; } table { border-collapse: collapse; border-spacing: 0; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } input, select { vertical-align: middle; } /** * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/ */ body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */ select, input, textarea, button { font:99% sans-serif; } /* Normalize monospace sizing: en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */ pre, code, kbd, samp { font-family: monospace, sans-serif; } /** * Minimal base styles. */ /* Always force a scrollbar in non-IE */ html { overflow-y: scroll; } /* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */ a:hover, a:active { outline: none; } ul, ol { margin-left: 2em; } ol { list-style-type: decimal; } /* Remove margins for navigation lists */ nav ul, nav li { margin: 0; list-style:none; list-style-image: none; } small { font-size: 85%; } strong, th { font-weight: bold; } td { vertical-align: top; } /* Set sub, sup without affecting line-height: gist.github.com/413930 */ sub, sup { font-size: 75%; line-height: 0; position: relative; } sup { top: -0.5em; } sub { bottom: -0.25em; } pre { /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */ white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; } textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */ .ie6 legend, .ie7 legend { margin-left: -7px; } /* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css */ input[type="radio"] { vertical-align: text-bottom; } input[type="checkbox"] { vertical-align: bottom; } .ie7 input[type="checkbox"] { vertical-align: baseline; } .ie6 input { vertical-align: text-bottom; } /* Hand cursor on clickable input elements */ label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; } /* Webkit browsers add a 2px margin outside the chrome of form elements */ button, input, select, textarea { margin: 0; } /* Colors for form validity */ input:valid, textarea:valid { } input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; } .no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; } /* These selection declarations have to be separate No text-shadow: twitter.com/miketaylr/status/12228805301 Also: hot pink! */ ::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; } ::selection { background:#FF5E99; color:#fff; text-shadow: none; } /* j.mp/webkit-tap-highlight-color */ a:link { -webkit-tap-highlight-color: #FF5E99; } /* Make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */ button { width: auto; overflow: visible; } /* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */ .ie7 img { -ms-interpolation-mode: bicubic; } /** * You might tweak these.. */ body, select, input, textarea { /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ color: #444; /* Set your base font here, to apply evenly */ /* font-family: Georgia, serif; */ } /* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */ h1, h2, h3, h4, h5, h6 { font-weight: bold; } a, a:active, a:visited { color: #607890; } a:hover { color: #036; } /** * Primary styles * * Author: Brian Ford */ h1 { font-size: 3em; } #editing, #controls { text-align: center; } #controls span { background-color: gray; display: inline-block; font-size: 2em; margin: 10px; padding: 5px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; cursor: pointer; } #editing span { background-color: gray; display: inline-block; font-size: 2em; margin: 10px; padding: 5px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; cursor: pointer; } /** * Non-semantic helper classes: please define your styles before this section. */ /* For image replacement */ .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; } /* Hide for both screenreaders and browsers: css-discuss.incutio.com/wiki/Screenreader_Visibility */ .hidden { display: none; visibility: hidden; } /* Hide only visually, but have it available for screenreaders: by Jon Neal. www.webaim.org/techniques/css/invisiblecontent/ & j.mp/visuallyhidden */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* Hide visually and from screenreaders, but maintain layout */ .invisible { visibility: hidden; } /* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements. j.mp/bestclearfix */ .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; } .clearfix:after { clear: both; } /* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */ .clearfix { zoom: 1; } body { overflow: hidden; } #av1 { position: absolute; right: 77px; top: 210px; } #av2 { position: absolute; right: 77px; top: 315px; } .av a { position: absolute; width: 50px; height: 50px; text-decoration: none; } .av { background: url('http://andrewbrobinson.com/sj/images/avatar.png'); height: 50px; width: 50px; position: relative; } .av a span{ display: none; } .av a:hover span{ display: block; text-indent: 0; vertical-align: top; color: #FFFFFF; background-color: #282828; font-weight: bold; position: absolute; right: 0; bottom: 100%; margin: 0; padding: 5px; width: 125px; text-align: right; } #editing span { -moz-border-radius: 15px; border-radius: 15px; color: #efe100; border: 2px solid #a40000; text-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2); } #controls { color: #efe100; } #controls span { border: 2px solid #a40000; text-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2); } #controls span a, #controls span a:active, #controls span a:visited { text-decoration: none; text-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2); color: #efe100; -webkit-tap-highlight-color: #efe100; } html, body { overflow: hidden; } body { background-image:url('http://andrewbrobinson.com/sj/images/front.png'); background-repeat: no-repeat; background-color: #000; } #container { margin-top: 175px; text-align: left; margin-left: 70px; width: 620px; } #helpCont { margin-top: 175px; background-image: url('http://andrewbrobinson.com/sj/images/tutorial.png'); width: 720px; height: 500px; background-size: 95%; background-repeat:no-repeat; } #backToJam { position: relative; top: 140px; text-align: center; font-size: 24px; color: #FFF; } #mainCont { margin-top: 225px; text-align: center; margin-left: 80px; width: 620px; font-size: 16px; } #instrument { border: 2px solid #a40000; } footer { margin-top: 15px; color: #FFF; text-align: center; width: 100%; } header { position: absolute; right: 100px; top: 50px; font-size: 18px; color: #FFF; } pre { color: #FFF; } /** * Media queries for responsive design. * * These follow after primary styles so they will successfully override. */ @media all and (orientation:portrait) { /* Style adjustments for portrait mode goes here */ } @media all and (orientation:landscape) { /* Style adjustments for landscape mode goes here */ } /* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome) consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */ @media screen and (max-device-width: 480px) { /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */ /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */ } /** * Print styles. * * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ */ @media print { * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */ a, a:visited { color: #444 !important; text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */ pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ tr, img { page-break-inside: avoid; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3{ page-break-after: avoid; } }
_site/2017/11/13/jquery-mobile/index.html
Thisisme1228/thisisme1228.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>jQuery Mobile</title> <link rel="shortcut icon" href="/styles/images/favicon.png"> <link rel="icon" href="/styles/images/favicon.png"> <link rel="stylesheet" href="/styles/css/index.css"> <link rel="stylesheet" href="/styles/css/fontawesome/css/font-awesome.min.css"> <link rel="stylesheet" href="/styles/css/syntax.css"> <link rel="stylesheet" href="/styles/css/main.css"> <link rel="canonical" href="/2017/11/13/jquery-mobile/"> <link rel="alternate" type="application/rss+xml" title="Helene's blog" href="/feed.xml"> <!--<meta name="keywords" content="jQuery Mobile, Helene's blog, 厚积薄发">--> <!--<meta name="description" content="厚积薄发">--> <script src="/styles/js/jquery.min.js"></script> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <style type="text/css"> .docs-content{ margin-bottom: 10px; } </style> </head> <body class="index"> <header class="navbar navbar-inverse navbar-fixed-top docs-nav" role="banner"> <div class="container"> <div class="navbar-header"> <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="/" class="navbar-brand"> <span> HELENE </span> </a> </div> <nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation"> <ul class="nav navbar-nav"> <!--<li> <a href="/">首页</a> </li>--> </ul> <ul class="nav navbar-nav navbar-right" style="margin-top: 1rem"> <!--<li> <a href="/greens/">life</a> </li>--> <li> <a href="/rice">work</a> </li> <!--<li> <a><span id="busuanzi_container_site_pv">客流量<span id="busuanzi_value_site_pv"></span>次</span></a> </li>--> <li> <a href="/reference">References</a> </li> <!--<li> <a href="/donate/">打赏我</a> </li>--> <!--<li> <a href="http://resume.thisisme1228.com/index.html">我的简历</a> </li>--> <!--<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">关于我<b class="caret"></b></a> <ul class="dropdown-menu"> <li><a rel="nofollow" target="_blank" href="https://github.com/Thisisme1228">Github</a></li> <li><a rel="nofollow" target="_blank" href="">关于作者</a></li> <li><a rel="nofollow" href="/books">我的书单</a></li> <li><a rel="nofollow" href="http://www.hifreud.com/domains/">域名管理</a></li> <li><a rel="nofollow" href="/reference">推荐博客</a></li> <li><a href="/feed.xml">RSS订阅</a></li> <li class="divider"></li> <li><a rel="nofollow" target="_blank" href="https://github.com/luoyan35714/LessOrMore.git">本项目</a></li> </ul> </li>--> </ul> </nav> </div> </header> <div class="docs-header hidden" id="content"> <canvas id="mycanvas">你的浏览器不支持canvas</canvas> <div class="container"> <h1 class="margin-top-45">Better me</h1> </div> <audio class="hidden" controls loop="loop" id="h5audio_media" preload="auto" height="0" width="0" src="/styles/music/I-will-love-you.mp3"> <source src="/styles/music/I-will-love-you.mp3"> </audio> <div class="audio-img" id="radio"> <img src="/styles/images/header/radio.png"> <!--<span style="color: beige" id="clickMe">Click!</span>--> </div> </div> <!-- 内页--> <div class="container docs-container"> <div class="row"> <div class="col-md-3 fix-menu hidden-sm hidden-xs"> <ul> <!-- 供内页使用 --> <div id="navigation"> <!-- <h1>目录</h1>--> <ul class="nav sidenav"> </ul> </div> </ul> </div> <div class="col-md-8 col-md-push-3" role="main"> <div class="panel docs-content"> <div class="wrapper"> <header class="post-header"> <h1 class="post-title">jQuery Mobile</h1> <span class="post-meta">Date:Nov 13, 2017</span> <span class="meta">Author:<a target="_blank" href="http://localhost:4000">Helene</a></span> <br /> <blockquote><p>本文章采用<a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh"> 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议 </a>进行许可。转载请注明来自<a href="http://life.thisisme1228.com/">Helene的博客</a></p></blockquote> </header> <article class="post-content"> <ul id="markdown-toc"> <li><a href="#1jquery-mobile页面" id="markdown-toc-1jquery-mobile页面">1、jQuery Mobile页面</a> <ul> <li><a href="#在-jquery-mobile-中添加页面" id="markdown-toc-在-jquery-mobile-中添加页面">在 jQuery Mobile 中添加页面</a></li> <li><a href="#将页面用作对话框" id="markdown-toc-将页面用作对话框">将页面用作对话框</a></li> </ul> </li> <li><a href="#2jquery-mobile-过渡" id="markdown-toc-2jquery-mobile-过渡">2、jQuery Mobile 过渡</a></li> <li><a href="#3jquery-mobile-按钮" id="markdown-toc-3jquery-mobile-按钮">3、jQuery Mobile 按钮</a> <ul> <li><a href="#行内按钮" id="markdown-toc-行内按钮">行内按钮</a></li> <li><a href="#组合按钮" id="markdown-toc-组合按钮">组合按钮</a></li> <li><a href="#后退按钮" id="markdown-toc-后退按钮">后退按钮</a></li> </ul> </li> <li><a href="#4jquery-mobile-按钮图标" id="markdown-toc-4jquery-mobile-按钮图标">4、jQuery Mobile 按钮图标</a> <ul> <li><a href="#定位图标" id="markdown-toc-定位图标">定位图标</a></li> <li><a href="#只显示图标" id="markdown-toc-只显示图标">只显示图标</a></li> </ul> </li> <li><a href="#5jquery-mobile-工具栏" id="markdown-toc-5jquery-mobile-工具栏">5、jQuery Mobile 工具栏</a> <ul> <li><a href="#标题栏" id="markdown-toc-标题栏">标题栏</a></li> <li><a href="#页脚栏" id="markdown-toc-页脚栏">页脚栏</a></li> <li><a href="#定位页眉和页脚" id="markdown-toc-定位页眉和页脚">定位页眉和页脚</a></li> </ul> </li> <li><a href="#6jquery-mobile-导航栏" id="markdown-toc-6jquery-mobile-导航栏">6、jQuery Mobile 导航栏</a> <ul> <li><a href="#活动按钮" id="markdown-toc-活动按钮">活动按钮</a></li> </ul> </li> <li><a href="#7jquery-mobile-可折叠" id="markdown-toc-7jquery-mobile-可折叠">7、jQuery Mobile 可折叠</a> <ul> <li><a href="#可折叠的内容块" id="markdown-toc-可折叠的内容块">可折叠的内容块</a></li> <li><a href="#嵌套的可折叠块" id="markdown-toc-嵌套的可折叠块">嵌套的可折叠块</a></li> <li><a href="#可折叠集合" id="markdown-toc-可折叠集合">可折叠集合</a></li> </ul> </li> <li><a href="#8jquery-mobile-网格" id="markdown-toc-8jquery-mobile-网格">8、jQuery Mobile 网格</a> <ul> <li><a href="#jquery-mobile-布局网格" id="markdown-toc-jquery-mobile-布局网格">jQuery Mobile 布局网格</a></li> <li><a href="#定制网格" id="markdown-toc-定制网格">定制网格</a></li> <li><a href="#多行" id="markdown-toc-多行">多行</a></li> </ul> </li> <li><a href="#9jquery-mobile-列表视图" id="markdown-toc-9jquery-mobile-列表视图">9、jQuery Mobile 列表视图</a> <ul> <li><a href="#列表分隔符" id="markdown-toc-列表分隔符">列表分隔符</a></li> <li><a href="#搜索过滤器" id="markdown-toc-搜索过滤器">搜索过滤器</a></li> </ul> </li> <li><a href="#10jquery-mobile-列表内容" id="markdown-toc-10jquery-mobile-列表内容">10、jQuery Mobile 列表内容</a> <ul> <li><a href="#jquery-mobile-列表缩略图" id="markdown-toc-jquery-mobile-列表缩略图">jQuery Mobile 列表缩略图</a></li> <li><a href="#jquery-mobile-列表图标" id="markdown-toc-jquery-mobile-列表图标">jQuery Mobile 列表图标</a></li> <li><a href="#拆分按钮" id="markdown-toc-拆分按钮">拆分按钮</a></li> <li><a href="#计数泡沫" id="markdown-toc-计数泡沫">计数泡沫</a></li> </ul> </li> <li><a href="#11jquery-mobile-表单" id="markdown-toc-11jquery-mobile-表单">11、jQuery Mobile 表单</a></li> </ul> <p>jQuery还算熟练,时间关系一直没来得及看jQuery mobile,它是一个基于jQuery的创建移动 web 应用程序的框架。在这里我只整理一些个人觉得必要且难点的方面,所谓师傅领进门修行在个人,其他可参见<a href="http://www.w3school.com.cn/jquerymobile/index.asp">w3school</a> <!-- more --></p> <h3 id="1jquery-mobile页面">1、jQuery Mobile页面</h3> <ul> <li>data-role=”page” 是显示在浏览器中的页面</li> <li>data-role=”header” 创建页面上方的工具栏(常用于标题和搜索按钮)</li> <li>data-role=”content” 定义页面的内容,比如文本、图像、表单和按钮,等等</li> <li>data-role=”footer” 创建页面底部的工具栏</li> </ul> <p>例:</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;body&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"page"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"header"</span><span class="nt">&gt;</span> <span class="nt">&lt;h1&gt;</span>欢迎访问我的主页<span class="nt">&lt;/h1&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"content"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>我是一名移动开发者!<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"footer"</span><span class="nt">&gt;</span> <span class="nt">&lt;h1&gt;</span>页脚文本<span class="nt">&lt;/h1&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/body&gt;</span> </code></pre></div></div> <h4 id="在-jquery-mobile-中添加页面">在 jQuery Mobile 中添加页面</h4> <p>在 jQuery Mobile,您可以在单一 HTML 文件中创建多个页面。</p> <p>请通过唯一的 id 来分隔每张页面,并使用 href 属性来连接彼此:</p> <p>例:</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"page"</span> <span class="na">id=</span><span class="s">"pageone"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"content"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#pagetwo"</span><span class="nt">&gt;</span>转到页面二<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"page"</span> <span class="na">id=</span><span class="s">"pagetwo"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"content"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#pageone"</span><span class="nt">&gt;</span>转到页面一<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> </code></pre></div></div> <p><strong>注释:包含大量内容的 web 应用程序会影响加载时间(比如文本、链接、图像和脚本等等)。如果您不希望在内部链接页面,请使用外部文件:</strong></p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"externalfile.html"</span><span class="nt">&gt;</span>转到外部页面<span class="nt">&lt;/a&gt;</span> </code></pre></div></div> <h4 id="将页面用作对话框">将页面用作对话框</h4> <p>对话框是用来显示信息或请求输入的视窗类型。</p> <p>如需在用户点击(轻触)链接时创建一个对话框,请向该链接添加 data-rel=”dialog”:</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"page"</span> <span class="na">id=</span><span class="s">"pageone"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"content"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#pagetwo"</span> <span class="na">data-rel=</span><span class="s">"dialog"</span><span class="nt">&gt;</span>转到页面二<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"page"</span> <span class="na">id=</span><span class="s">"pagetwo"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"content"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#pageone"</span><span class="nt">&gt;</span>转到页面一<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> </code></pre></div></div> <h3 id="2jquery-mobile-过渡">2、jQuery Mobile 过渡</h3> <p>过渡效果可应用于任意链接或通过使用 data-transition 属性进行的表单提交:</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#anylink"</span> <span class="na">data-transition=</span><span class="s">"slide"</span><span class="nt">&gt;</span>滑动到页面二<span class="nt">&lt;/a&gt;</span> </code></pre></div></div> <p>下面的表格展示了可与 data-transition 属性一同使用的可用过渡:</p> <p><img src="/styles/images/jquery/06.jpg" alt="" width="200%" /></p> <p><code class="highlighter-rouge">提示:</code>在 jQuery Mobile 中,淡入淡出效果在所有链接上都是默认的(如果浏览器支持)。</p> <p><code class="highlighter-rouge">提示:</code>以上所有效果同时支持反向动作,例如,如果您希望页面从左向右滑动,而不是从右向左,请使用值为 “reverse” 的 data-direction 属性。在后退按钮上是默认的。</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#pagetwo"</span> <span class="na">data-transition=</span><span class="s">"slide"</span> <span class="na">data-direction=</span><span class="s">"reverse"</span><span class="nt">&gt;</span>滑动<span class="nt">&lt;/a&gt;</span> </code></pre></div></div> <h3 id="3jquery-mobile-按钮">3、jQuery Mobile 按钮</h3> <p>在 jQuery Mobile 中创建按钮</p> <p>jQuery Mobile 中的按钮可通过三种方法创建:</p> <p><code class="highlighter-rouge">使用 &lt;button&gt; 元素</code></p> <p><code class="highlighter-rouge">使用 &lt;input&gt; 元素</code></p> <p><code class="highlighter-rouge">使用 data-role="button" 的 &lt;a&gt; 元素</code></p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;button&gt;</span>按钮<span class="nt">&lt;/button&gt;</span> <span class="nt">&lt;input</span> <span class="na">type=</span><span class="s">"button"</span> <span class="na">value=</span><span class="s">"按钮"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span><span class="nt">&gt;</span>按钮<span class="nt">&lt;/a&gt;</span> </code></pre></div></div> <p><code class="highlighter-rouge">提示:</code>jQuery Mobile 中的按钮会自动获得样式,这增强了他们在移动设备上的交互性和可用性。我们推荐您使用 <code class="highlighter-rouge">data-role="button" 的 &lt;a&gt; 元素来创建页面之间的链接</code>,而 <code class="highlighter-rouge">&lt;input&gt; 或 &lt;button&gt; 元素用于表单提交</code>。</p> <h4 id="行内按钮">行内按钮</h4> <p>默认情况下,按钮会占据屏幕的全部宽度。如果您需要按钮适应其内容,或者如果您需要两个或多个按钮并排显示,请添加 data-inline=”true”:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#pagetwo"</span> <span class="na">data-role=</span><span class="s">"button"</span> <span class="na">data-inline=</span><span class="s">"true"</span><span class="nt">&gt;</span>转到页面二<span class="nt">&lt;/a&gt;</span> </code></pre></div></div> <h4 id="组合按钮">组合按钮</h4> <p>jQuery Mobile 提供了对按钮进行组合的简单方法。</p> <table> <tbody> <tr> <td>请将 data-role=”controlgroup” 属性与 data-type=”horizontal</td> <td>vertical” 一同使用,以规定水平或垂直地组合按钮:</td> </tr> </tbody> </table> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"content"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"controlgroup"</span> <span class="na">data-type=</span><span class="s">"horizontal"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>水平分组:<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span><span class="nt">&gt;</span>按钮 1<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span><span class="nt">&gt;</span>按钮 2<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span><span class="nt">&gt;</span>按钮 3<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;&lt;br&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"controlgroup"</span> <span class="na">data-type=</span><span class="s">"vertical"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>垂直分组(默认):<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span><span class="nt">&gt;</span>按钮 1<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span><span class="nt">&gt;</span>按钮 2<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span><span class="nt">&gt;</span>按钮 3<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> </code></pre></div></div> <h4 id="后退按钮">后退按钮</h4> <p>例子</p> <pre><code class="language-`html">&lt;a href="#" data-role="button" data-rel="back"&gt;返回&lt;/a&gt; </code></pre> <p><img src="/styles/images/jquery/07.jpg" alt="" width="200%" /></p> <h3 id="4jquery-mobile-按钮图标">4、jQuery Mobile 按钮图标</h3> <p>为 jQuery Mobile 按钮添加图标</p> <p>如需向您的按钮添加图标,请使用 data-icon 属性:</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#anylink"</span> <span class="na">data-role=</span><span class="s">"button"</span> <span class="na">data-icon=</span><span class="s">"search"</span><span class="nt">&gt;</span>搜索<span class="nt">&lt;/a&gt;</span> </code></pre></div></div> <p><code class="highlighter-rouge">提示:</code>您也可以在 <button> 或 <input /> 元素中使用 data-icon 属性。</button></p> <p>下面我们列出了 jQuery Mobile 提供的一些可用图标:</p> <p><img src="/styles/images/jquery/08.jpg" alt="" width="200%" /></p> <h4 id="定位图标">定位图标</h4> <p>您也能够规定图标被放置的位置:上、右、下或左。</p> <p>请使用 data-iconpos 属性来规定位置:</p> <p>图标位置:</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#link"</span> <span class="na">data-role=</span><span class="s">"button"</span> <span class="na">data-icon=</span><span class="s">"search"</span> <span class="na">data-iconpos=</span><span class="s">"top"</span><span class="nt">&gt;</span>上<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#link"</span> <span class="na">data-role=</span><span class="s">"button"</span> <span class="na">data-icon=</span><span class="s">"search"</span> <span class="na">data-iconpos=</span><span class="s">"right"</span><span class="nt">&gt;</span>右<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#link"</span> <span class="na">data-role=</span><span class="s">"button"</span> <span class="na">data-icon=</span><span class="s">"search"</span> <span class="na">data-iconpos=</span><span class="s">"bottom"</span><span class="nt">&gt;</span>下<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#link"</span> <span class="na">data-role=</span><span class="s">"button"</span> <span class="na">data-icon=</span><span class="s">"search"</span> <span class="na">data-iconpos=</span><span class="s">"left"</span><span class="nt">&gt;</span>左<span class="nt">&lt;/a&gt;</span> </code></pre></div></div> <p><code class="highlighter-rouge">提示:默认地,所有按钮中的图标靠左放置。</code></p> <h4 id="只显示图标">只显示图标</h4> <p>如果只需显示图标,请将 data-iconpos 设置为 “notext”:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#link"</span> <span class="na">data-role=</span><span class="s">"button"</span> <span class="na">data-icon=</span><span class="s">"search"</span> <span class="na">data-iconpos=</span><span class="s">"notext"</span><span class="nt">&gt;</span>搜索<span class="nt">&lt;/a&gt;</span> </code></pre></div></div> <h3 id="5jquery-mobile-工具栏">5、jQuery Mobile 工具栏</h3> <p>工具栏元素常被放置于页眉和页脚中 - 以实现“已访问”的导航:</p> <h4 id="标题栏">标题栏</h4> <p>页眉通常会包含页眉标题/LOGO 或一到两个按钮(通常是首页、选项或搜索按钮)。</p> <p>您可以在页眉中向左侧或/以及右侧添加按钮。</p> <p>下面的代码,将向页眉标题文本的左侧添加一个按钮,并向右侧添加一个按钮:</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"header"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span><span class="nt">&gt;</span>首页<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;h1&gt;</span>欢迎来到我的主页<span class="nt">&lt;/h1&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span><span class="nt">&gt;</span>搜索<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> </code></pre></div></div> <p>下面的代码将向页眉标题的左侧添加一个按钮:</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"header"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span><span class="nt">&gt;</span>首页<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;h1&gt;</span>欢迎来到我的主页<span class="nt">&lt;/h1&gt;</span> <span class="nt">&lt;/div&gt;</span> </code></pre></div></div> <p>不过,如果您在 &lt;h1&gt; 元素之后放置按钮链接,那么它不会显示在文本右侧。如需向页眉标题的右侧添加按钮,请规定类名 “ui-btn-right”:</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"header"</span><span class="nt">&gt;</span> <span class="nt">&lt;h1&gt;</span>欢迎来到我的主页<span class="nt">&lt;/h1&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span> <span class="na">class=</span><span class="s">"ui-btn-right"</span><span class="nt">&gt;</span>搜索<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> </code></pre></div></div> <p><code class="highlighter-rouge">提示:</code>页眉可包含一个或两个按钮,然而页脚没有限制。</p> <h4 id="页脚栏">页脚栏</h4> <p>与页眉相比,页脚更具伸缩性 - 它们更实用且多变,所以能够包含所需数量的按钮:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"footer"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span><span class="nt">&gt;</span>转播到新浪微博<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span><span class="nt">&gt;</span>转播到腾讯微博<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span><span class="nt">&gt;</span>转播到 QQ 空间<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> </code></pre></div></div> <p><code class="highlighter-rouge">注释:</code>页脚与页眉的样式不同(它会减去一些内边距和空白,并且按钮不会居中)。如果要修正该问题,请在页脚设置类名 “ui-btn”:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"footer"</span> <span class="na">class=</span><span class="s">"ui-btn"</span><span class="nt">&gt;</span> </code></pre></div></div> <p>您也能够选择在页脚中水平还是垂直地组合按钮:</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"footer"</span> <span class="na">class=</span><span class="s">"ui-btn"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"controlgroup"</span> <span class="na">data-type=</span><span class="s">"horizontal"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span> <span class="na">data-icon=</span><span class="s">"plus"</span><span class="nt">&gt;</span>转播到新浪微博<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span> <span class="na">data-icon=</span><span class="s">"plus"</span><span class="nt">&gt;</span>转播到腾讯微博<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">data-role=</span><span class="s">"button"</span> <span class="na">data-icon=</span><span class="s">"plus"</span><span class="nt">&gt;</span>转播到 QQ 空间<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> </code></pre></div></div> <h4 id="定位页眉和页脚">定位页眉和页脚</h4> <p>放置页眉和页脚的方式有三种:</p> <p>Inline - 默认。页眉和页脚与页面内容位于行内。</p> <p>Fixed - 页面和页脚会留在页面顶部和底部。</p> <p>Fullscreen - 与 fixed 类似;页面和页脚会留在页面顶部和底部,but also over the page content. It is also slightly see-through</p> <p>请使用 data-position 属性来定位页眉和页脚:</p> <p>Inline 定位(默认)</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"header"</span> <span class="na">data-position=</span><span class="s">"inline"</span><span class="nt">&gt;&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"footer"</span> <span class="na">data-position=</span><span class="s">"inline"</span><span class="nt">&gt;&lt;/div&gt;</span> </code></pre></div></div> <p>Fixed 定位</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"header"</span> <span class="na">data-position=</span><span class="s">"fixed"</span><span class="nt">&gt;&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"footer"</span> <span class="na">data-position=</span><span class="s">"fixed"</span><span class="nt">&gt;&lt;/div&gt;</span> </code></pre></div></div> <p>如果需要启用全面定位,请使用 data-position=”fixed”,并向该元素添加 data-fullscreen 属性:</p> <p>Fullscreen 定位</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"header"</span> <span class="na">data-position=</span><span class="s">"fixed"</span> <span class="na">data-fullscreen=</span><span class="s">"true"</span><span class="nt">&gt;&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"footer"</span> <span class="na">data-position=</span><span class="s">"fixed"</span> <span class="na">data-fullscreen=</span><span class="s">"true"</span><span class="nt">&gt;&lt;/div&gt;</span> </code></pre></div></div> <p><code class="highlighter-rouge">提示:</code>fullscreen 对于照片、图像和视频非常理想。</p> <p><code class="highlighter-rouge">提示:</code>对于 fixed 和 fullscreen 定位,触摸屏幕将隐藏和显示页眉及页脚。</p> <h3 id="6jquery-mobile-导航栏">6、jQuery Mobile 导航栏</h3> <p>导航栏由一组水平排列的链接构成,通常位于页眉或页脚内部。</p> <p>默认地,导航栏中的链接会自动转换为按钮(无需 data-role=”button”)。</p> <p>请使用 data-role=”navbar” 属性来定义导航栏:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"header"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"navbar"</span><span class="nt">&gt;</span> <span class="nt">&lt;ul&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#anylink"</span><span class="nt">&gt;</span>首页<span class="nt">&lt;/a&gt;&lt;/li&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#anylink"</span><span class="nt">&gt;</span>页面二<span class="nt">&lt;/a&gt;&lt;/li&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#anylink"</span><span class="nt">&gt;</span>搜索<span class="nt">&lt;/a&gt;&lt;/li&gt;</span> <span class="nt">&lt;/ul&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> </code></pre></div></div> <h4 id="活动按钮">活动按钮</h4> <p>当导航栏中的链接被敲击时,会获得选取外观(按下)。</p> <p>如需在不敲击链接时实现此外观,请使用 class=”ui-btn-active”:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#anylink"</span> <span class="na">class=</span><span class="s">"ui-btn-active"</span><span class="nt">&gt;</span>首页<span class="nt">&lt;/a&gt;&lt;/li&gt;</span> </code></pre></div></div> <p>对于多个页面,您也许需要为每个按钮设置“被选”外观,以表示用户正在浏览该页面。如果要这么做,请向链接添加 “ui-state-persist” 类,以及 “ui-btn-active” 类:</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#anylink"</span> <span class="na">class=</span><span class="s">"ui-btn-active ui-state-persist"</span><span class="nt">&gt;</span>首页<span class="nt">&lt;/a&gt;&lt;/li&gt;</span> </code></pre></div></div> <h3 id="7jquery-mobile-可折叠">7、jQuery Mobile 可折叠</h3> <h4 id="可折叠的内容块">可折叠的内容块</h4> <p>可折叠(Collapsibles)允许您隐藏或显示内容 - 对于存储部分信息很有用。</p> <p>如需创建可折叠的内容块,请向某个容器分配 data-role=”collapsible” 属性。在容器(div)中,添加一个标题元素(h1-h6),其后是您需要扩展的任意 HTML 标记:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"collapsible"</span><span class="nt">&gt;</span> <span class="nt">&lt;h1&gt;</span>点击我 - 我可以折叠!<span class="nt">&lt;/h1&gt;</span> <span class="nt">&lt;p&gt;</span>我是可折叠的内容。<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> </code></pre></div></div> <p>默认地,该内容是关闭的。如需在页面加载时扩展内容,请使用 data-collapsed=”false”:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"collapsible"</span> <span class="na">data-collapsed=</span><span class="s">"false"</span><span class="nt">&gt;</span> <span class="nt">&lt;h1&gt;</span>点击我 - 我可以折叠!<span class="nt">&lt;/h1&gt;</span> <span class="nt">&lt;p&gt;</span>现在我默认是展开的。<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> </code></pre></div></div> <h4 id="嵌套的可折叠块">嵌套的可折叠块</h4> <p>可以嵌套可折叠内容块:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"collapsible"</span><span class="nt">&gt;</span> <span class="nt">&lt;h1&gt;</span>点击我 - 我可以折叠!<span class="nt">&lt;/h1&gt;</span> <span class="nt">&lt;p&gt;</span>我是被展开的内容。<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"collapsible"</span><span class="nt">&gt;</span> <span class="nt">&lt;h1&gt;</span>点击我 - 我是嵌套的可折叠块!<span class="nt">&lt;/h1&gt;</span> <span class="nt">&lt;p&gt;</span>我是嵌套的可折叠块中被展开的内容。<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> </code></pre></div></div> <p><code class="highlighter-rouge">提示:</code>可折叠内容块可以被嵌套您希望的任意次数。</p> <h4 id="可折叠集合">可折叠集合</h4> <p>可折叠集合(Collapsible sets)指的是被组合在一起的可折叠块(常被称为手风琴)。当新块被打开时,所有其他块会关闭。</p> <p>创建若干内容块,然后通过 data-role=”collapsible-set” 用新容器包装这个可折叠块:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"collapsible-set"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"collapsible"</span><span class="nt">&gt;</span> <span class="nt">&lt;h1&gt;</span>点击我 - 我可以折叠!<span class="nt">&lt;/h1&gt;</span> <span class="nt">&lt;p&gt;</span>我是被展开的内容。<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">data-role=</span><span class="s">"collapsible"</span><span class="nt">&gt;</span> <span class="nt">&lt;h1&gt;</span>点击我 - 我可以折叠!<span class="nt">&lt;/h1&gt;</span> <span class="nt">&lt;p&gt;</span>我是被展开的内容。<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> </code></pre></div></div> <p><img src="/styles/images/jquery/09.jpg" alt="" width="200%" /></p> <h3 id="8jquery-mobile-网格">8、jQuery Mobile 网格</h3> <h4 id="jquery-mobile-布局网格">jQuery Mobile 布局网格</h4> <p>jQuery Mobile 提供了一套基于 CSS 的列布局方案。不过,一般不推荐在移动设备上使用列布局,这是由于移动设备的屏幕宽度所限。</p> <p>但是有时您需要定位更小的元素,比如按钮或导航栏,就像在表格中那样并排。这时,列布局就恰如其分。</p> <p>网格中的列是等宽的(总宽是 100%),无边框、背景、外边距或内边距。</p> <p>可使用的布局网格有四种:</p> <p><img src="/styles/images/jquery/10.jpg" alt="" width="200%" /></p> <table> <tbody> <tr> <td><code class="highlighter-rouge">提示:</code>在列容器中,根据不同的列数,子元素可设置类 ui-block-a</td> <td>b</td> <td>c</td> <td>d</td> <td>e。这些列将依次并排浮动。</td> </tr> </tbody> </table> <p>实例 1: 对于 ui-grid-a 类(两列布局),您必须规定两个子元素 ui-block-a 和 ui-block-b。</p> <p>实例 2: 对于 ui-grid-b 类(三列布局),请添加三个子元素 ui-block-a、ui-block-b 和 ui-block-c。</p> <h4 id="定制网格">定制网格</h4> <p>您可以通过使用 CSS 来定制列块:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;style&gt;</span> <span class="nc">.ui-block-a</span><span class="o">,</span> <span class="nc">.ui-block-b</span><span class="o">,</span> <span class="nc">.ui-block-c</span> <span class="p">{</span> <span class="nl">background-color</span><span class="p">:</span> <span class="n">lightgray</span><span class="p">;</span> <span class="nl">border</span><span class="p">:</span> <span class="m">1px</span> <span class="nb">solid</span> <span class="no">black</span><span class="p">;</span> <span class="nl">height</span><span class="p">:</span> <span class="m">100px</span><span class="p">;</span> <span class="nl">font-weight</span><span class="p">:</span> <span class="nb">bold</span><span class="p">;</span> <span class="nl">text-align</span><span class="p">:</span> <span class="nb">center</span><span class="p">;</span> <span class="nl">padding</span><span class="p">:</span> <span class="m">30px</span><span class="p">;</span> <span class="p">}</span> <span class="nt">&lt;/style&gt;</span> </code></pre></div></div> <p>您也可以通过使用行内样式来定制块:</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"ui-block-a"</span> <span class="na">style=</span><span class="s">"border: 1px solid black;"</span><span class="nt">&gt;&lt;span&gt;</span>Text..<span class="nt">&lt;/span&gt;&lt;/div&gt;</span> </code></pre></div></div> <h4 id="多行">多行</h4> <p>在列中包含多个行也是可能的。</p> <p><code class="highlighter-rouge">注释:</code>ui-block-a-class 将始终创建新行:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"ui-grid-b"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"ui-block-a"</span><span class="nt">&gt;&lt;span&gt;</span>Some Text<span class="nt">&lt;/span&gt;&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"ui-block-b"</span><span class="nt">&gt;&lt;span&gt;</span>Some Text<span class="nt">&lt;/span&gt;&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"ui-block-c"</span><span class="nt">&gt;&lt;span&gt;</span>Some Text<span class="nt">&lt;/span&gt;&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"ui-block-a"</span><span class="nt">&gt;&lt;span&gt;</span>Some Text<span class="nt">&lt;/span&gt;&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"ui-block-b"</span><span class="nt">&gt;&lt;span&gt;</span>Some Text<span class="nt">&lt;/span&gt;&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"ui-block-a"</span><span class="nt">&gt;&lt;span&gt;</span>Some Text<span class="nt">&lt;/span&gt;&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> </code></pre></div></div> <h3 id="9jquery-mobile-列表视图">9、jQuery Mobile 列表视图</h3> <p>jQuery Mobile 中的列表视图是标准的 HTML 列表:有序列表 (&lt;ol&gt;) 和无序列表 (&lt;ul&gt;)。</p> <p>如需创建列表,请向 &lt;ol&gt; 或 &lt;ul&gt; 元素添加 data-role=”listview”。如需使这些项目可点击,请在每个列表项(&lt;li&gt;)中规定链接:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;ol</span> <span class="na">data-role=</span><span class="s">"listview"</span><span class="nt">&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>列表项<span class="nt">&lt;/a&gt;&lt;/li&gt;</span> <span class="nt">&lt;/ol&gt;</span> <span class="nt">&lt;ul</span> <span class="na">data-role=</span><span class="s">"listview"</span><span class="nt">&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>列表项<span class="nt">&lt;/a&gt;&lt;/li&gt;</span> <span class="nt">&lt;/ul&gt;</span> </code></pre></div></div> <p>如需为列表添加圆角和外边距,请使用 data-inset=”true” 属性:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;ul</span> <span class="na">data-role=</span><span class="s">"listview"</span> <span class="na">data-inset=</span><span class="s">"true"</span><span class="nt">&gt;</span> </code></pre></div></div> <p><code class="highlighter-rouge">提示:</code>默认地,列表中的列表项会自动转换为按钮(无需 data-role=”button”)。</p> <h4 id="列表分隔符">列表分隔符</h4> <p>列表分隔符(List Dividers)用于把项目组织和组合为分类/节。</p> <p>如需规定列表分隔符,请向 &lt;li&gt; 元素添加 data-role=”list-divider” 属性:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;ul</span> <span class="na">data-role=</span><span class="s">"listview"</span><span class="nt">&gt;</span> <span class="nt">&lt;li</span> <span class="na">data-role=</span><span class="s">"list-divider"</span><span class="nt">&gt;</span>欧洲<span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>法国<span class="nt">&lt;/a&gt;&lt;/li&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>德国<span class="nt">&lt;/a&gt;&lt;/li&gt;</span> <span class="nt">&lt;/ul&gt;</span> </code></pre></div></div> <p>如果您的列表是字母顺序的(比如通讯录),jQuery Mobile 自动添加恰当的分隔符,通过在 &lt;ol&gt; 或 &lt;ul&gt; 元素上设置 data-autodividers=”true” 属性:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;ul</span> <span class="na">data-role=</span><span class="s">"listview"</span> <span class="na">data-autodividers=</span><span class="s">"true"</span><span class="nt">&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>Adam<span class="nt">&lt;/a&gt;&lt;/li&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>Angela<span class="nt">&lt;/a&gt;&lt;/li&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>Bill<span class="nt">&lt;/a&gt;&lt;/li&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>Calvin<span class="nt">&lt;/a&gt;&lt;/li&gt;</span> ... <span class="nt">&lt;/ul&gt;</span> </code></pre></div></div> <p>提示:data-autodividers=”true” 属性通过对列表项文本的首字母进行大写来创建分隔符。</p> <h4 id="搜索过滤器">搜索过滤器</h4> <p>如需在列表中添加搜索框,请使用 data-filter=”true” 属性:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;ul</span> <span class="na">data-role=</span><span class="s">"listview"</span> <span class="na">data-filter=</span><span class="s">"true"</span><span class="nt">&gt;&lt;/ul&gt;</span> </code></pre></div></div> <p>默认地,搜索框中的文本是 “Filter items…“。</p> <p>如需修改默认文本,请使用 data-filter-placeholder 属性:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;ul</span> <span class="na">data-role=</span><span class="s">"listview"</span> <span class="na">data-filter=</span><span class="s">"true"</span> <span class="na">data-filter-placeholder=</span><span class="s">"搜索姓名"</span><span class="nt">&gt;</span> </code></pre></div></div> <h3 id="10jquery-mobile-列表内容">10、jQuery Mobile 列表内容</h3> <h4 id="jquery-mobile-列表缩略图">jQuery Mobile 列表缩略图</h4> <p>对于大于 16x16px 的图像,请在链接中添加 <img /> 元素。</p> <p>jQuery Mobile 将自动把图像调整至 80x80px:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;ul</span> <span class="na">data-role=</span><span class="s">"listview"</span><span class="nt">&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;&lt;img</span> <span class="na">src=</span><span class="s">"chrome.png"</span><span class="nt">&gt;&lt;/a&gt;&lt;/li&gt;</span> <span class="nt">&lt;/ul&gt;</span> </code></pre></div></div> <p>请使用标准 HTML 来填充带有信息的列表:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;ul</span> <span class="na">data-role=</span><span class="s">"listview"</span><span class="nt">&gt;</span> <span class="nt">&lt;li&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">src=</span><span class="s">"chrome.png"</span><span class="nt">&gt;</span> <span class="nt">&lt;h2&gt;</span>Google Chrome<span class="nt">&lt;/h2&gt;</span> <span class="nt">&lt;p&gt;</span>Google Chrome 免费的开源 web 浏览器。发布于 2008 年。<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;/ul&gt;</span> </code></pre></div></div> <h4 id="jquery-mobile-列表图标">jQuery Mobile 列表图标</h4> <p>如需向您的列表添加 16x16px 的图标,请向 <img /> 元素添加 class=”ui-li-icon” 属性:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;&lt;img</span> <span class="na">src=</span><span class="s">"us.png"</span> <span class="na">alt=</span><span class="s">"USA"</span> <span class="na">class=</span><span class="s">"ui-li-icon"</span><span class="nt">&gt;</span>USA<span class="nt">&lt;/a&gt;&lt;/li&gt;</span> </code></pre></div></div> <h4 id="拆分按钮">拆分按钮</h4> <p>如需创建带有垂直分隔栏的拆分列表,请在 &lt;li&gt; 元素内放置两个链接。</p> <p>jQuery Mobile 会自动为第二个链接添加蓝色箭头图标的样式,链接中的文本(如有)将在用户划过该图标时显示:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;ul</span> <span class="na">data-role=</span><span class="s">"listview"</span><span class="nt">&gt;</span> <span class="nt">&lt;li&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;&lt;img</span> <span class="na">src=</span><span class="s">"chrome.png"</span><span class="nt">&gt;&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>Some Text<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;/ul&gt;</span> </code></pre></div></div> <p>通过添加页面和对话框,可使链接的功能更强:</p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;ul</span> <span class="na">data-role=</span><span class="s">"listview"</span><span class="nt">&gt;</span> <span class="nt">&lt;li&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;&lt;img</span> <span class="na">src=</span><span class="s">"chrome.png"</span><span class="nt">&gt;&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#download"</span> <span class="na">data-rel=</span><span class="s">"dialog"</span><span class="nt">&gt;</span>下载浏览器<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;/ul&gt;</span> </code></pre></div></div> <h4 id="计数泡沫">计数泡沫</h4> <p>计数泡沫用于显示与列表项相关的数目,例如邮箱中的消息:</p> <p>如需添加计数泡沫,请使用行内元素,比如 <span>,设置 class “ui-li-count” 属性并添加数字:</span></p> <p>例</p> <div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;ul</span> <span class="na">data-role=</span><span class="s">"listview"</span><span class="nt">&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>Inbox<span class="nt">&lt;span</span> <span class="na">class=</span><span class="s">"ui-li-count"</span><span class="nt">&gt;</span>335<span class="nt">&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>Sent<span class="nt">&lt;span</span> <span class="na">class=</span><span class="s">"ui-li-count"</span><span class="nt">&gt;</span>123<span class="nt">&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</span> <span class="nt">&lt;li&gt;&lt;a</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>Trash<span class="nt">&lt;span</span> <span class="na">class=</span><span class="s">"ui-li-count"</span><span class="nt">&gt;</span>7<span class="nt">&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</span> <span class="nt">&lt;/ul&gt;</span> </code></pre></div></div> <p><code class="highlighter-rouge">注释</code>:如需在计数泡泡中显示正确的数字,就必须进行程序化更新。</p> <h3 id="11jquery-mobile-表单">11、jQuery Mobile 表单</h3> <p>当您与 jQuery Mobile 表单打交道时,应该了解以下信息:</p> </article> </div> <!--<hr/>--> <!--<blockquote style="margin-top: 20px"><p>对于本文内容有问题或建议的小伙伴,欢迎在文章底部留言交流讨论。</p></blockquote>--> <!--<div class="text-center donate-btn"> <a href="/donate/"><button type="button" class="btn btn-danger"><span class="glyphicon glyphicon-usd" aria-hidden="true"></span> 您的支持是将是我写作最大的动力!</button></a> </div>--> </div> </div> </div> </div> <style> .docs-content { margin-top:80px; } h1, h2, h3 { margin: 3rem 0; font-size: 24px; } #navigation h1 { margin: 1rem 0; } #navigation .sidenav { background-color: transparent; } .docs-content { margin-bottom: 100px; } </style> <footer class="footer" role="contentinfo"> <div class="container"> <div class="footer-links"> <span class="copyright"> My Site: </span> <span> <a href="http://www.thisisme1228.com/" class="font-color-sienna">百家书(请在电脑上浏览)</a> </span> <span>&nbsp;&nbsp;</span> <span> <a href="http://music.thisisme1228.com/index.html#/recommend" class="font-color-sienna">音乐网(请在手机上浏览)</a> </span> </div> <div class="copyright-dis">Copyright © 2017 <a href="http://life.thisisme1228.com" class="">Helene</a> . All rights reserved.</div> <p class="copyright">辽ICP备17012545号-1</p> </div> </footer> <ul id="backToTop" class="back-to-top"> <li> <span>TOP</span> </li> </ul> <!--<ul id="lastPage" class="last-page"> <li onClick="javascript :history.back(-1);""> <span>BACK</span> </li> </ul>--> <script src="/styles/js/jquery.min.js"></script> <script src="/styles/js/bootstrap.min.js"></script> <script src="/styles/js/holder.min.js"></script> <script src="/styles/js/lessismore.js"></script> <script src="/styles/js/application.js"></script> <script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script> <script src="/styles/js/function.min.js"></script> <script src="/styles/js/main.js"></script> </body> </html>
PyMel.docset/Contents/Resources/Documents/generated/classes/pymel.core.nodetypes/pymel.core.nodetypes.Bevel.html
alexwidener/PyMelDocset
<html><body><p><!-- saved from url=(0024)http://docs.autodesk.com --> <!DOCTYPE html> <!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/classes/pymel.core.nodetypes/pymel.core.nodetypes.Bevel.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:20:48 GMT --> <!-- Added by HTTrack --><meta content="text/html;charset=utf-8" http-equiv="content-type"/><!-- /Added by HTTrack --> </p> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <title>pymel.core.nodetypes.Bevel — PyMEL 1.0.7 documentation</title> <link href="../../../_static/nature.css" rel="stylesheet" type="text/css"/> <link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../../', VERSION: '1.0.7', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script src="../../../_static/jquery.js" type="text/javascript"></script> <script src="../../../_static/underscore.js" type="text/javascript"></script> <script src="../../../_static/doctools.js" type="text/javascript"></script> <link href="../../../index-2.html" rel="top" title="PyMEL 1.0.7 documentation"/> <link href="../../pymel.core.nodetypes.html" rel="up" title="pymel.core.nodetypes"/> <link href="pymel.core.nodetypes.BevelPlus.html" rel="next" title="pymel.core.nodetypes.BevelPlus"/> <link href="pymel.core.nodetypes.BaseShadingSwitch.html" rel="prev" title="pymel.core.nodetypes.BaseShadingSwitch"/> <link href="../../../../style/adsk.cpm.css" rel="stylesheet" type="text/css"/><meta content="expert" name="experiencelevel"/><meta content="programmer" name="audience"/><meta content="enable" name="user-comments"/><meta content="ENU" name="language"/><meta content="MAYAUL" name="product"/><meta content="2016" name="release"/><meta content="Customization" name="book"/><meta content="Maya-Tech-Docs" name="component"/><meta content="/view/MAYAUL/2016/ENU/" name="helpsystempath"/><meta content="04/03/2015" name="created"/><meta content="04/03/2015" name="modified"/><meta content="Navigation index modules | next | previous | PyMEL 1.0.7 documentation » pymel.core.nodetypes » pymel.core.nodetypes.Bevel ¶ class Bevel ( *args , **kwargs ) ¶ class counterpart of mel function bevel The bevel command creates a new bevel surface for the specified curve. The curve can be any nurbs curves. MAttrClass = Enum( EnumValue('MAttrClass', 1, 'localDynamicAttr'), EnumValue('MAttrClass', 2,..." name="description"/><meta content="__PyMel_generated_classes_pymel_core_nodetypes_pymel_core_nodetypes_Bevel_html" name="topicid"/> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a accesskey="I" 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="right"> <a accesskey="N" href="pymel.core.nodetypes.BevelPlus.html" title="pymel.core.nodetypes.BevelPlus">next</a> |</li> <li class="right"> <a accesskey="P" href="pymel.core.nodetypes.BaseShadingSwitch.html" title="pymel.core.nodetypes.BaseShadingSwitch">previous</a> |</li> <li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> »</li> <li><a accesskey="U" href="../../pymel.core.nodetypes.html">pymel.core.nodetypes</a> »</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="pymel-core-nodetypes-bevel"> <h1>pymel.core.nodetypes.Bevel<a class="headerlink" href="#pymel-core-nodetypes-bevel" title="Permalink to this headline">¶</a></h1> <p class="graphviz"> <img alt="Inheritance diagram of Bevel" class="inheritance" src="../../../_images/inheritance-cc4334510aa84fc9e0cca0ba915026f435a83151.png" usemap="#inheritance3e70534af9"/> <map id="inheritance3e70534af9" name="inheritance3e70534af9"> <area alt="" coords="5,121,122,145" href="pymel.core.nodetypes.AbstractBaseCreate.html#pymel.core.nodetypes.AbstractBaseCreate" id="node1" shape="rect" title="AbstractBaseCreate"></area> <area alt="" coords="28,160,100,184" href="#pymel.core.nodetypes.Bevel" id="node3" shape="rect" title="class counterpart of mel function `bevel`"></area> <area alt="" coords="22,83,106,107" href="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode" id="node2" shape="rect" title="DependNode"></area> <area alt="" coords="28,44,100,68" href="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode" id="node4" shape="rect" title="Abstract class that is base for all pymel nodes classes."></area> <area alt="" coords="20,5,108,29" href="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode" id="node5" shape="rect" title="ProxyUnicode"></area> </map> </p> <dl class="class"> <dt id="pymel.core.nodetypes.Bevel"><a name="//apple_ref/cpp/Class/pymel.core.nodetypes.Bevel"></a> <em class="property">class </em><tt class="descname">Bevel</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel" title="Permalink to this definition">¶</a></dt> <dd><p>class counterpart of mel function <tt class="xref py py-obj docutils literal"><span class="pre">bevel</span></tt></p> <p>The bevel command creates a new bevel surface for the specified curve. The curve can be any nurbs curves.</p> <dl class="attribute"> <dt id="pymel.core.nodetypes.Bevel.MAttrClass"><a name="//apple_ref/cpp/Attribute/pymel.core.nodetypes.Bevel.MAttrClass"></a> <tt class="descname">MAttrClass</tt><em class="property"> = Enum( EnumValue('MAttrClass', 1, 'localDynamicAttr'), EnumValue('MAttrClass', 2, 'normalAttr'), EnumValue('MAttrClass', 3, 'extensionAttr'), EnumValue('MAttrClass', 4, 'invalidAttr'))</em><a class="headerlink" href="#pymel.core.nodetypes.Bevel.MAttrClass" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymel.core.nodetypes.Bevel.MdgTimerMetric"><a name="//apple_ref/cpp/Attribute/pymel.core.nodetypes.Bevel.MdgTimerMetric"></a> <tt class="descname">MdgTimerMetric</tt><em class="property"> = Enum( EnumValue('MdgTimerMetric', 0, 'metric_callback'), EnumValue('MdgTimerMetric', 1, 'metric_compute'), EnumValue('MdgTimerMetric', 2, 'metric_dirty'), EnumValue('MdgTimerMetric', 3, 'metric_draw'), EnumValue('MdgTimerMetric', 4, 'metric_fetch'), EnumValue('MdgTimerMetric', 5, 'metric_callbackViaAPI'), EnumValue('MdgTimerMetric', 6, 'metric_callbackNotViaAPI'), EnumValue('MdgTimerMetric', 7, 'metric_computeDuringCallback'), EnumValue('MdgTimerMetric', 8, 'metric_computeNotDuringCallback'), EnumValue('MdgTimerMetric', 9, 'metrics'))</em><a class="headerlink" href="#pymel.core.nodetypes.Bevel.MdgTimerMetric" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymel.core.nodetypes.Bevel.MdgTimerState"><a name="//apple_ref/cpp/Attribute/pymel.core.nodetypes.Bevel.MdgTimerState"></a> <tt class="descname">MdgTimerState</tt><em class="property"> = Enum( EnumValue('MdgTimerState', 0, 'off'), EnumValue('MdgTimerState', 1, 'on'), EnumValue('MdgTimerState', 2, 'uninitialized'), EnumValue('MdgTimerState', 3, 'invalidState'))</em><a class="headerlink" href="#pymel.core.nodetypes.Bevel.MdgTimerState" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymel.core.nodetypes.Bevel.MdgTimerType"><a name="//apple_ref/cpp/Attribute/pymel.core.nodetypes.Bevel.MdgTimerType"></a> <tt class="descname">MdgTimerType</tt><em class="property"> = Enum( EnumValue('MdgTimerType', 0, 'type_self'), EnumValue('MdgTimerType', 1, 'type_inclusive'), EnumValue('MdgTimerType', 2, 'type_count'), EnumValue('MdgTimerType', 3, 'types'))</em><a class="headerlink" href="#pymel.core.nodetypes.Bevel.MdgTimerType" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.getBevelShapeType"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.getBevelShapeType"></a> <tt class="descname">getBevelShapeType</tt><big>(</big><em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.getBevelShapeType" title="Permalink to this definition">¶</a></dt> <dd><p>Shape type: 1 - straight cut, 2 - curve out, 3 - curve in Default:1 Advanced flags</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.getCaching"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.getCaching"></a> <tt class="descname">getCaching</tt><big>(</big><em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.getCaching" title="Permalink to this definition">¶</a></dt> <dd><p>Modifies the node caching mode. See the node documentation for more information. Note:For advanced users only.</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.getCornerType"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.getCornerType"></a> <tt class="descname">getCornerType</tt><big>(</big><em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.getCornerType" title="Permalink to this definition">¶</a></dt> <dd><p>Corner type: 1 - linear, 2 - circular Default:2</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.getDepth"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.getDepth"></a> <tt class="descname">getDepth</tt><big>(</big><em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.getDepth" title="Permalink to this definition">¶</a></dt> <dd><p>The depth for bevel Default:0.5</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.getExtrudeDepth"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.getExtrudeDepth"></a> <tt class="descname">getExtrudeDepth</tt><big>(</big><em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.getExtrudeDepth" title="Permalink to this definition">¶</a></dt> <dd><p>The extrude depth for bevel Default:1.0</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.getNodeState"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.getNodeState"></a> <tt class="descname">getNodeState</tt><big>(</big><em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.getNodeState" title="Permalink to this definition">¶</a></dt> <dd><p>Modifies the node state. See the node documentation for more information. Note:For advanced users only. Common flags</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.getTolerance"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.getTolerance"></a> <tt class="descname">getTolerance</tt><big>(</big><em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.getTolerance" title="Permalink to this definition">¶</a></dt> <dd><p>The tolerance for bevel offsets Default:0.01</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.getWidth"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.getWidth"></a> <tt class="descname">getWidth</tt><big>(</big><em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.getWidth" title="Permalink to this definition">¶</a></dt> <dd><p>The width for bevel Default:0.5</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.setBevelShapeType"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.setBevelShapeType"></a> <tt class="descname">setBevelShapeType</tt><big>(</big><em>val=True</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.setBevelShapeType" title="Permalink to this definition">¶</a></dt> <dd><p>Shape type: 1 - straight cut, 2 - curve out, 3 - curve in Default:1 Advanced flags</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.setCaching"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.setCaching"></a> <tt class="descname">setCaching</tt><big>(</big><em>val=True</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.setCaching" title="Permalink to this definition">¶</a></dt> <dd><p>Modifies the node caching mode. See the node documentation for more information. Note:For advanced users only.</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.setCornerType"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.setCornerType"></a> <tt class="descname">setCornerType</tt><big>(</big><em>val=True</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.setCornerType" title="Permalink to this definition">¶</a></dt> <dd><p>Corner type: 1 - linear, 2 - circular Default:2</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.setDepth"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.setDepth"></a> <tt class="descname">setDepth</tt><big>(</big><em>val=True</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.setDepth" title="Permalink to this definition">¶</a></dt> <dd><p>The depth for bevel Default:0.5</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.setExtrudeDepth"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.setExtrudeDepth"></a> <tt class="descname">setExtrudeDepth</tt><big>(</big><em>val=True</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.setExtrudeDepth" title="Permalink to this definition">¶</a></dt> <dd><p>The extrude depth for bevel Default:1.0</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.setNodeState"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.setNodeState"></a> <tt class="descname">setNodeState</tt><big>(</big><em>val=True</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.setNodeState" title="Permalink to this definition">¶</a></dt> <dd><p>Modifies the node state. See the node documentation for more information. Note:For advanced users only. Common flags</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.setTolerance"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.setTolerance"></a> <tt class="descname">setTolerance</tt><big>(</big><em>val=True</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.setTolerance" title="Permalink to this definition">¶</a></dt> <dd><p>The tolerance for bevel offsets Default:0.01</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> <dl class="method"> <dt id="pymel.core.nodetypes.Bevel.setWidth"><a name="//apple_ref/cpp/Method/pymel.core.nodetypes.Bevel.setWidth"></a> <tt class="descname">setWidth</tt><big>(</big><em>val=True</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.nodetypes.Bevel.setWidth" title="Permalink to this definition">¶</a></dt> <dd><p>The width for bevel Default:0.5</p> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.bevel</span></tt></p> </dd></dl> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="pymel.core.nodetypes.BaseShadingSwitch.html" title="previous chapter">pymel.core.nodetypes.BaseShadingSwitch</a></p> <h4>Next topic</h4> <p class="topless"><a href="pymel.core.nodetypes.BevelPlus.html" title="next chapter">pymel.core.nodetypes.BevelPlus</a></p> <h3><a href="../../../modules.html">Core Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.core.animation.html#module-pymel.core.animation"><tt class="xref">animation</tt></a></li> <li><a class="reference external" href="../../pymel.core.effects.html#module-pymel.core.effects"><tt class="xref">effects</tt></a></li> <li><a class="reference external" href="../../pymel.core.general.html#module-pymel.core.general"><tt class="xref">general</tt></a></li> <li><a class="reference external" href="../../pymel.core.language.html#module-pymel.core.language"><tt class="xref">language</tt></a></li> <li><a class="reference external" href="../../pymel.core.modeling.html#module-pymel.core.modeling"><tt class="xref">modeling</tt></a></li> <li><a class="reference external" href="../../pymel.core.rendering.html#module-pymel.core.rendering"><tt class="xref">rendering</tt></a></li> <li><a class="reference external" href="../../pymel.core.system.html#module-pymel.core.system"><tt class="xref">system</tt></a></li> <li><a class="reference external" href="../../pymel.core.windows.html#module-pymel.core.windows"><tt class="xref">windows</tt></a></li> </ul> <h3><a href="../../../modules.html">Type Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.core.datatypes.html#module-pymel.core.datatypes"><tt class="xref">datatypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.nodetypes.html#module-pymel.core.nodetypes"><tt class="xref">nodetypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.uitypes.html#module-pymel.core.uitypes"><tt class="xref">uitypes</tt></a></li> </ul> <h3><a href="../../../modules.html">Other Modules</a></h3> <ul> <li><a class="reference external" href="../../pymel.api.plugins.html#module-pymel.api.plugins"><tt class="xref">plugins</tt></a></li> <li><a class="reference external" href="../../pymel.mayautils.html#module-pymel.mayautils"><tt class="xref">mayautils</tt></a></li> <li><a class="reference external" href="../../pymel.util.html#module-pymel.util"><tt class="xref">util</tt></a></li> <li><a class="reference external" href="../../pymel.versions.html#module-pymel.versions"><tt class="xref">versions</tt></a> </li><li><a class="reference external" href="../../pymel.tools.html#module-pymel.tools"><tt class="xref">tools</tt></a></li> </ul> <!-- <ul> <li><a class="reference external" href="../../pymel.core.animation.html.html#module-pymel.core.animation"><tt class="xref">animation</tt></a></li> <li><a class="reference external" href="../../pymel.core.datatypes.html.html#module-pymel.core.datatypes"><tt class="xref">datatypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.effects.html.html#module-pymel.core.effects"><tt class="xref">effects</tt></a></li> <li><a class="reference external" href="../../pymel.core.general.html.html#module-pymel.core.general"><tt class="xref">general</tt></a></li> <li><a class="reference external" href="../../pymel.core.language.html.html#module-pymel.core.language"><tt class="xref">language</tt></a></li> <li><a class="reference external" href="../../pymel.core.modeling.html.html#module-pymel.core.modeling"><tt class="xref">modeling</tt></a></li> <li><a class="reference external" href="../../pymel.core.nodetypes.html.html#module-pymel.core.nodetypes"><tt class="xref">nodetypes</tt></a></li> <li><a class="reference external" href="../../pymel.core.rendering.html.html#module-pymel.core.rendering"><tt class="xref">rendering</tt></a></li> <li><a class="reference external" href="../../pymel.core.system.html.html#module-pymel.core.system"><tt class="xref">system</tt></a></li> <li><a class="reference external" href="../../pymel.core.windows.html.html#module-pymel.core.windows"><tt class="xref">windows</tt></a></li> <li><a class="reference external" href="../../pymel.util.html.html#module-pymel.util"><tt class="xref">pymel.util</tt></a></li> </ul> --> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../../../_sources/generated/classes/pymel.core.nodetypes/pymel.core.nodetypes.Bevel.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form action="http://help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/search.html" class="search" method="get"></form> <input name="q" type="text"/> <input type="submit" value="Go"/> <input name="check_keywords" type="hidden" value="yes"/> <input name="area" type="hidden" value="default"/> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../../genindex.html" title="General Index">index</a></li> <li class="right"> <a href="../../../py-modindex.html" title="Python Module Index">modules</a> |</li> <li class="right"> <a href="pymel.core.nodetypes.BevelPlus.html" title="pymel.core.nodetypes.BevelPlus">next</a> |</li> <li class="right"> <a href="pymel.core.nodetypes.BaseShadingSwitch.html" title="pymel.core.nodetypes.BaseShadingSwitch">previous</a> |</li> <li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> »</li> <li><a href="../../pymel.core.nodetypes.html">pymel.core.nodetypes</a> »</li> </ul> </div> <div class="footer"> © Copyright 2009, Chad Dombrova. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3. </div> <!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/classes/pymel.core.nodetypes/pymel.core.nodetypes.Bevel.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:20:49 GMT --> </body></html>
indexd7e6.html
WebStandardsSherpa/webstandards.org
<HTML> <!-- Created by HTTrack Website Copier/3.49-2 [XR&CO'2014] --> <!-- Mirrored from www.webstandards.org/?p=962 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Aug 2017 17:59:11 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=UTF-8"><META HTTP-EQUIV="Refresh" CONTENT="0; URL=2007/01/30/youre-looking-swell-molly/index.html"><TITLE>Page has moved</TITLE> </HEAD> <BODY> <A HREF="2007/01/30/youre-looking-swell-molly/index.html"><h3>Click here...</h3></A> </BODY> <!-- Created by HTTrack Website Copier/3.49-2 [XR&CO'2014] --> <!-- Mirrored from www.webstandards.org/?p=962 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Aug 2017 17:59:11 GMT --> </HTML>
game/umu/realtime-status.html
JingxuanWang/JingxuanWang.github.io
<!DOCTYPE HTML> <html lang="en"> <head> <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-title" content="Speed Sort"> </head> <body> <!-- Canvas placeholder --> <div id="screen" align="center"></div> <!-- Sharing section --> <!-- melonJS Library --> <script type="text/javascript" src="lib/melonJS-1.1.0-min.js" ></script> <script type="text/javascript" src="build/realtime-status-min.js" ></script> <!-- Bootstrap & Mobile optimization tricks --> <script type="text/javascript"> window.onReady(function onReady() { game.onload(); // Mobile browser hacks if (me.device.isMobile && !navigator.isCocoonJS) { // Prevent the webview from moving on a swipe window.document.addEventListener("touchmove", function (e) { e.preventDefault(); window.scroll(0, 0); return false; }, false); // Scroll away mobile GUI (function () { window.scrollTo(0, 1); me.video.onresize(null); }).defer(); me.event.subscribe(me.event.WINDOW_ONRESIZE, function (e) { window.scrollTo(0, 1); }); } }); </script> </body> </html>
Relief_v1.2.1/Relief/style.css
elirada/elirada.github.com
/* Theme Name: Relief Theme URI: http://themes.quitenicestuff.com/relief Description: WordPress theme designed with NGOs and Charities in mind Version: 1.2.1 Author: quitenicestuff Author URI: http://themeforest.net/user/quitenicestuff License: GNU General Public License v2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: light, one-column, two-columns, left-sidebar, right-sidebar, custom-colors */ /* Style Index * / 0.0 - Reset 1.0 - Global 2.0 - Structure 2.1 - Column Structure 2.2 - Breadcrumbs 2.3 - Pagination 3.0 - Header 3.1 - Donate Button 4.0 - Main Menu 5.0 Typography 5.1 - Lists 5.2 - Titles 5.3 - Alerts & Messages 5.4 - Buttons 5.5 - Other 6.0 - JS Elements 6.1 - Accordion 6.2 - Toggle 6.3 - Tabs 6.4 - Google Map 6.5 - Slideshow 7.0 - Tables 8.0 - Forms 9.0 - Social Icons 10.0 - Blog 10.1 - Blog Homepage Preview 11.0 - Events 11.1 - Events Homepage Preview 12.0 - Photo Gallery 13.0 - Comments 14.0 - Widgets Structure 14.1 - Sidebar Widgets 14.2 - Footer Widgets 14.3 - Flickr Widget 15.0 - Footer 15.1 - Footer Sponsors 16.0 - IE Fixes /* 0.0 - Reset by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* 1.0 - Global */ body { font: 14px/24px Arial, sans-serif; min-width: 1080px; color: #424242; } p { line-height: 1.55; font-size: 14px; margin: 0 0 20px 0; } .block-section p { margin: 0 0 15px 0; } a { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; outline: none; } #content a:hover { color: #424242; } .clearfix, .wp-tag-cloud { zoom: 1; } .clearfix:before, .clearfix:after, .wp-tag-cloud:before, .wp-tag-cloud:after { content: ""; display: table; } .clearfix:after, .wp-tag-cloud:after { clear: both; } .clearboth { clear: both; } /* 2.0 - Structure */ .section { width: 960px; margin: 0 auto 40px auto; } .gallery-section { width: 960px; margin: 0 auto 0 auto; } .top-inner, .title-wrapper, #main-menu-wrapper, #footer { width: 960px; margin: 0 auto; } .fl { float: left; } .fr { float: right; } /* 2.1 - Column Structure */ .one-third { width: 31.73%; margin: 0 2.4% 0 0; float: left; } .two-thirds { width: 65.86%; margin: 0 2.4% 0 0; float: left; } /* Begin Left Sidebar */ .one-third-left { width: 31.73%; margin: 0 2.4% 0 0; float: left; } .two-thirds-right { width: 65.86%; margin: 0 2.4% 0 0; float: right; } /* End Left Sidebar */ .one-forth { width: 22.52%; margin: 0 3.3% 0 0; float: left; } .two-forths { width: 48.343%; margin: 0 3.3% 0 0; float: left; } .one-half { width: 48%; margin: 0 4% 0 0; float: left; } .last-col { margin: 0; } /* 2.2 - Breadcrumbs */ .breadcrumbs { width: 960px; margin: 0 auto 13px auto; font-size: 12px; } .breadcrumbs a { font-weight: bold; text-decoration: none; } .breadcrumbs-arrow { width: 3px; height: 7px; background: url(images/breadcrumb-arrow.png); display: inline-block; margin: 0 3px 0 3px; } /* 2.3 - Pagination */ .page-pagination { margin: 10px 0 0 0; } .page-pagination p { margin: 0; } /* 3.0 - Header */ #header { margin: 0 0 35px 0; } #header-inner { background: url(images/teartop.png) repeat-x bottom transparent; padding: 0 0 14px 0; } #page-header { width: 940px; margin: 0 auto 15px auto; position: relative; border: 10px solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; max-height: 212px; } #top-bar { padding: 7px 0 7px 0; margin: 0 0 25px 0; } .top-menu li, .footer-menu li { float: left; font-size: 12px; } .top-menu li span, .footer-menu li span { margin: 0 5px 0 5px; } .top-menu li:last-child span, .footer-menu li:last-child span { display: none; } #title { margin: 14px 0 0 0; } #title h1 { margin: 0; } #title #tagline { font-size: 14px; text-transform: none; font-style: italic; position: relative; top: -7px; left: 7px; } /* 3.1 - Donate Button */ .donate-btn { font-size: 22px; text-indent: -14px; position: relative; right: 18px; } .donate-btn a.donate-mid:hover { color: #ebe80c !important; } .donate-btn .donate-mid { background: url(images/donate-middle.png) repeat-x; height: 37px; padding: 14px 0 0 0; display: block; } .donate-btn .donate-mid span { position: relative; display: block; z-index: 99; } .donate-btn .donate-left, .donate-right-inner { background: url(images/donate-ends.png) no-repeat; display: block; } .donate-btn .donate-left { width: 40px; height: 51px; position: absolute; top: 2px; left: -40px; } .donate-btn .donate-right { width: 51px; height: 51px; position: absolute; top: 0; right: -35px; } .donate-btn .donate-right-inner { width: 51px; height: 53px; position: absolute; top: 2px; background-position: -55px 0; } /* 4.0 - Main Menu */ #main-menu-wrapper { padding: 12px 14px 0 14px; min-height: 40px; width: 936px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; position: relative; bottom: -28px; } #menu-search { background: url(images/search.png) no-repeat 93% center #fff; -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; padding: 2px 0 2px 0; } #menu-search input { font-size: 12px; width: 140px; background: transparent; border: none; outline: none; padding: 0 50px 0 10px; color: #777; margin: 0; } #menu-search input:hover { color: #424242; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #main-menu { max-width: 700px; } #main-menu a { padding: 6px 10px 6px 10px; margin: 0 5px 0 0; -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; text-decoration:none; } #main-menu li { font-size: 16px; margin: 0 0 10px 0; } #main-menu li li { margin: 0; } #main-menu li li a { font-size: 13px; margin: 0; padding: 18px 14px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; } #main-menu li a:hover, #main-menu li.sfHover a, #main-menu a:focus, #main-menu a:hover, #main-menu a:active { outline: 0; } #main-menu li ul { z-index: 9999; } #main-menu li li ul { margin-left: -1px; } #main-menu a.sf-with-ul { padding-right: 2.25em; min-width: 1px; } .sf-sub-indicator { position: absolute; display: block; right: 1.1em; top: 1.05em; width: 10px; height: 7px; text-indent: -999em; overflow: hidden; background: url('images/arrows.png') no-repeat; } a > .sf-sub-indicator { top: .7em; background-position: 0 0px; } a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position: 0 0; } #main-menu ul .sf-sub-indicator { background-position: 0 -9px; height: 10px; top: 1.5em; } #main-menu ul a > .sf-sub-indicator { background-position: 0 -9px; height: 10px; top: 1.5em; } #main-menu ul a:focus > .sf-sub-indicator, #main-menu ul a:hover > .sf-sub-indicator, #main-menu ul a:active > .sf-sub-indicator, #main-menu ul li:hover > a > .sf-sub-indicator, #main-menu ul li.sfHover > a > .sf-sub-indicator { background-position: 0 -9px; } /* 5.0 Typography */ h1, h2, h3, h4, h5, h6, #main-menu, .flex-caption p, .button1, .button2, .button3, #submit, .msg1 p, #tabs .nav li, table th, .comment-count h3 .comments-off { font-family: 'Bitter', Helvetica, Arial, sans-serif; } .blog-prev .blog-prev-content h4 span, .lpl-content h6 span, .blog-title h3 span, .blog-title-single h2 span, .comment-wrapper h6 span, textarea { font-family: Arial, sans-serif; } h1 { font-size: 30px; text-transform: uppercase; margin: 0 0 10px 0; } h2 { font-size: 24px; margin: 0 0 10px 0; } h3 { font-size: 18px; margin: 0 0 10px 0; } h4 { font-size: 16px; margin: 0 0 10px 0; } h5 { font-size: 16px; margin: 0 0 10px 0; text-transform: uppercase; } h6 { font-size: 14px; margin: 0 0 10px 0; font-weight: bold; } blockquote { border-left: 7px solid; padding: 0 0 0 20px; } .dropcap { font-size: 30px; line-height: 1.4; display: block; float: left; margin: 0 10px 0 0; } /* 5.1 - Lists */ #content ul, #content ol { margin: 0 0 20px 0; } #content ul ul, #content ol ol { margin: 0 0 0 20px; } #content ul li, #content ol li { list-style-position: inside; border-bottom: #dee0e0 1px solid; padding: 3px 0 3px 0; } #content ul li { list-style-image: url(images/list1.png); } #content ul li a, #content ol li a { text-decoration: none; } #content ol li { list-style: decimal inside; } #content ol ol li { list-style: lower-alpha inside; } #content .list1 li { list-style-image: url(images/list1.png); } #content .list2 li { list-style-image: url(images/list2.png); } #content .list3 li { list-style-image: url(images/list3.png); } #content .list4 li { list-style-image: url(images/list4.png); } #content ol li strong { font-weight: bold; } #content ol li strong a { text-decoration: none; } #content .search-results li { border-bottom: none; margin: 0 0 10px 0; } #content .search-results li p { margin: 0; } #widget-search { width: 73%; margin: 10px 0 0 0; background: url(images/search.png) #e1e4e5 no-repeat 95% center; padding: 10px 37px 10px 7px; } /* 5.2 - Titles */ .title1 { border-bottom: #dee0e0 1px solid; position: relative; padding: 0 0 6px 0; margin: 0 0 15px 0; line-height: 1; } .title2 { border-bottom: #dee0e0 1px solid; padding: 0 0 6px 0; margin: 0 0 18px 0; } .title-end { width: 60px; height: 4px; display: block; position: absolute; left: 0; bottom: -4px; } /* 5.3 - Alerts & Messages */ .msg { padding: 10px 10px 10px 55px; margin: 0 0 20px 0; } .msg p, .blog-content .msg p { margin: 0 !important; } .default { background: url(images/msg_default.png) 10px center no-repeat #fff; color: #424242; border: #dee0e0 1px solid; } .notice { background: url(images/msg_notice.png) 10px center no-repeat #d6f0fa; color: #3980c8; } .success { background: url(images/msg_success.png) 10px center no-repeat #dff7ca; color: #64ae23; } .fail { background: url(images/msg_fail.png) 10px center no-repeat #ffe2e1; color: #c83f39; } .msg1 p { padding: 10px 15px 10px 15px; font-size: 18px; color: #fff; margin: 0; } .msg1 .edge-top { background: url(images/tearbottom.png) repeat-x top transparent; width: 100%; height: 6px; } .msg1 .edge-bottom { background: url(images/teartop.png) repeat-x top transparent; width: 100%; height: 6px; } .protected-post-form br { display: none; } /* 5.4 - Buttons */ .donate-btn { font-family: 'Nothing You Could Do', cursive; } .button1:hover, .button2:hover, .button3:hover, #submit:hover { border: #c7c7c7 1px solid; text-decoration: none !important; cursor: pointer; } #submit { padding: 0px 10px 0 10px !important; height: 28px !important; } .button1, #footer .button1, .button2, .button3, #submit { background: url(images/btn-bg.png) repeat-x bottom; display: block; float: left; border: #e3e3e3 1px solid; -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; text-decoration: none; line-height: 1.55 !important; } .button1, #footer .button1, #submit { font-size: 12px; font-weight: 600; padding: 3px 10px 1px 10px; height: 21px; } .button2 { font-size: 14px; font-weight: 600; padding: 5px 15px 0 15px; height: 28px; } .button3 { text-transform: uppercase; font-size: 18px; font-weight: 400; padding: 10px 15px 0 15px; height: 36px; } /* 5.5 - Other */ hr { border-bottom: #dee0e0 1px solid; border-top: none; border-left: none; border-right: none; height: 1px; padding: 10px 0 0 0; margin: 0 0 33px 0; } .alignleft, img.alignleft { display: inline; float: left; margin: 5px 20px 0 0; } .alignright, img.alignright { display: inline; float: right; margin: 5px 0 0 20px; } .aligncenter, img.aligncenter { clear: both; display: block; margin: 10px auto 10px; } .alignnone, img.alignnone { clear: both; display: block; margin: 10px auto 10px; } .wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor { outline: none; } pre { font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace; font-size: 12px; border: #dee0e0 1px solid; padding: 20px; margin: 0 0 30px 0; line-height: 155%; white-space: pre-wrap; background: url(images/pre.png); } .video-wrapper { margin: 0 0 40px 0; } /* 6.0 - JS Elements */ /* 6.1 - Accordion */ .accordion h4 { font-size: 14px; text-transform: uppercase; font-weight: 700; border-top: #dee0e0 1px solid; margin: 0 0 0 0 !important; padding: 30px 0 30px 55px; cursor: pointer; line-height: 160%; outline: none; } .accordion { border-bottom: #dee0e0 1px solid; margin: 0 0 30px 0; line-height: 160%; display: block; } .accordion .ui-accordion-content { padding: 0 0 20px 55px; } .accordion h4, .toggle .title { background: url(images/plus.png) no-repeat 20px center; } .accordion h4:hover { background: url(images/plus.png) #f5f5f5 no-repeat 20px center; } .accordion h4.ui-state-active, .toggle .active { background: url(images/minus.png) no-repeat 20px center; } /* 6.2 - Toggle */ .toggle { border: #dee0e0 1px solid; margin: 0 0 20px 0; } .toggle h4 { margin: 0 0 0 0; line-height: 160%; font-size: 14px; text-transform: uppercase; font-weight: 700; } .toggle .title { margin: 0 0 0 0; padding: 20px 0 20px 55px; cursor: pointer; } .toggle .inner { margin: 0 20px 30px 55px !important; line-height: 160%; } /* 6.3 - Tabs */ #tabs .nav { margin: 0; } #tabs .nav li { list-style: none; padding: 0; } #tabs .nav li a { color: #424242; } #tabs .nav li a:hover { text-decoration: none; } .ui-tabs { position: relative; padding: .2em; zoom: 1; margin: 0 0 30px 0; } .ui-tabs .ui-tabs-nav { margin: 0; position: relative; top: 0px; } .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; border-bottom: 0 !important; padding: 0; white-space: nowrap; font-size: 16px; font-weight: 600; } .ui-tabs .ui-tabs-nav li:first-child a { border-left: #dee0e0 1px solid; } .ui-tabs .ui-tabs-nav li a { float: left; padding: 14px 20px 14px 20px; text-decoration: none; border-right: #dee0e0 1px solid; } .ui-tabs .ui-tabs-nav li { border-top: #dee0e0 1px solid; border-bottom: #dee0e0 1px solid; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected { border-top: 1px solid; margin-bottom: 0; padding-bottom: 1px; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } .ui-tabs .ui-tabs-panel { display: block; border: #dee0e0 1px solid; padding: 20px 20px 20px 20px; } .ui-tabs .ui-tabs-hide { display: none !important; } /* 6.4 - Google Map */ #google-map { margin: 20px 0 40px 0; } /* 6.5 - Slideshow */ .slider { width: 940px; position: relative; border: 10px solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } .slides { height: 400px; } .slide-loader { background: url(images/loader.gif) no-repeat center center; } .flex-direction-nav .flex-prev,.flex-direction-nav .flex-next { position: absolute; bottom: 220px; width: 18px; height: 28px; display: block; z-index: 101; text-indent: -9999px; } .flex-direction-nav .flex-prev { left: -55px; } .flex-direction-nav .flex-next { right: -55px; } .slider li { position: relative; } .pagination { z-index: 99; position: absolute; bottom: 20px; right: -23px; width: 100px; } .pagination li { float: left; margin: 0 3px; list-style: none; } .pagination li a { -webkit-border-radius: 99%; -moz-border-radius: 99%; -o-border-radius: 99%; border-radius: 99%; display: block; width: 6px; height: 0; padding-top: 6px; background: #fff; background-position: 0 0; float:left; overflow:hidden; border: #fff 4px solid; } .flex-caption { z-index: 500; position: absolute; width: 300px; bottom: 20px; left: 20px; padding: 10px; /*line-height:1.33;*/ color:#fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } .flex-caption p { font-size: 18px; opacity: 1; margin: 0; } /* 7.0 - Tables */ table { border-top: 5px solid; border-left: 1px solid; margin: 0 0 30px 0; } table td, table th { border-right: 1px solid; border-bottom: 1px solid; text-align: center; } #content table, #content table td, #content table th { border-color: #dee0e0; } table th { padding: 12px 10px 12px 10px; font-size: 16px; font-weight: 700; } table td { padding: 4px 10px 4px 10px; } #content table tr:nth-child(2n) { background: #f5f5f5; } /* 8.0 - Forms */ input[type="text"], input[type="password"], textarea { background: #e1e4e5; border: #d4d8d9 1px solid; font-size: 14px; padding: 10px 7px 10px 7px; margin: 0 0 15px 0; color: #7f7f7f; } input[type="text"], input[type="password"] { width: 50%; } textarea { width: 97%; } label { font-size: 12px; font-weight: 700; display: block; } label span { font-weight: 600; } input[type="submit"] { height: inherit; padding: 2px 10px 2px 10px; } /* 9.0 - Social Icons */ .social-icons li { float: left; } #twitter_icon, #facebook_icon, #googleplus_icon, #skype_icon, #flickr_icon, #linkedin_icon, #vimeo_icon, #youtube_icon, #rss_icon { display: block; -webkit-border-radius: 99%; -moz-border-radius: 99%; -o-border-radius: 99%; border-radius: 99%; margin: 0 4px 0 0; width: 25px; height: 25px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #twitter_icon:hover, #facebook_icon:hover, #googleplus_icon:hover, #skype_icon:hover, #flickr_icon:hover, #linkedin_icon:hover, #vimeo_icon:hover, #youtube_icon:hover, #rss_icon:hover { cursor: pointer; background-color: #fff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } /* 10.0 - Blog */ .blog-title h3 { margin: 0 0 20px 0; max-width: 570px; } .blog-title h3 a, .blog-title h3 a:hover, .blog-title .comment-count h3 a:hover, .blog-title-single h2 a, .blog-title-single h2 a:hover, .blog-title-single .comment-count h3 a { text-decoration: none; } .blog-title h3 span, .blog-title-single h2 span { font-size: 12px; font-style: italic; color: #888; display: block; line-height: 1; } .blog-title-single h2 span { margin: 6px 0 0 0; } .blog-single { margin: 0 0 35px 0 !important; } .blog-title-single { border-bottom: #dee0e0 1px solid; margin: 0 0 20px 0; } .blog-content p { margin: 0 0 15px 0 !important; } .blog-title .comment-count, .blog-title-single .comment-count { color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 3px 5px 3px 5px; position: relative; } .comment-count h3 .comments-off { color: #fff; font-size: 14px; font-weight: normal; font-style: normal; line-height: 1.55; } .reply_container .msg { width: 70%; } .blog-title .comment-count h3, .blog-title-single .comment-count h3 { margin: 0; } .blog-title .comment-count h3 a, .blog-title .comment-count h3 a:hover, .blog-title-single .comment-count h3 a, .blog-title-single .comment-count h3 a:hover { color: #fff !important; } .blog-title .comment-count .comment-point, .blog-title-single .comment-count .comment-point { width: 7px; height: 7px; position: absolute; bottom: -7px; left: 4px; } .blog-list-wrapper .blog-content { border-bottom: #dee0e0 1px solid; padding: 0 0 20px 0; margin: 0 0 17px 0; } .blog-list-wrapper .blog-content:nth-last-child(2) { margin: 0 0 37px 0; } /* 10.1 - Blog Homepage Preview */ .blog-event-prev-wrapper .blog-prev { border-bottom: #dee0e0 1px solid; padding: 6px 0 20px 0; margin: 0 0 15px 0; } .blog-event-prev-wrapper .blog-prev:last-child { border-bottom: none; padding: 6px 0 0 0; margin: 0; } .blog-prev .blog-prev-img { float: left; width: 205px; } .blog-prev .blog-prev-content { float: right; width: 408px; } .blog-prev .blog-prev-content h4 { line-height: 1; margin: 0; } .blog-prev .blog-prev-content h4 a { text-decoration: none; } .blog-prev .blog-prev-content h4 span { font-size: 12px; font-style: italic; color: #888; display: block; margin: 5px 0 15px 0; } .blog-prev .blog-prev-content p { margin: 0 0 15px 0; } /* 11.0 - Events */ .event-list-wrapper .event-prev { border-bottom: #dee0e0 1px solid; padding: 0 0 18px 0; margin: 0 0 20px 0; } .event-list-wrapper .event-prev:nth-last-child(1) { margin: 0 0 40px 0; } .prev-image { margin: 0 0 9px 0; } .event-title-single { padding: 0 0 20px 0 !important; } .event-single { border-bottom: 0 !important; padding: 0 !important; margin: 0 !important; } /* 11.1 - Events Homepage Preview */ .blog-event-prev-wrapper .event-prev { border-bottom: #dee0e0 1px solid; padding: 6px 0 17px 0; margin: 0 0 15px 0; } .blog-event-prev-wrapper .event-prev:last-child { border-bottom: none; } .event-prev .event-prev-date { float: left; width: 52px; text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } .event-prev .event-prev-date .month { color: #fff; text-transform: uppercase; font-size: 10px; line-height: 1; margin: 0; padding: 4px 0 4px 0; } .event-prev .event-prev-date .day { font-size: 24px; line-height: 1; background: url(images/date-bg.png) repeat-x; border: #e3e3e3 1px solid; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; -o-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; margin: 0; padding: 5px 0 0 0; height: 28px; } .event-prev .event-prev-content { float: left; width: 230px; margin: 0 0 0 20px; } .event-prev .event-prev-content h4 { line-height: 1; margin: 0 0 6px 0; } .event-prev .event-prev-content h4 a { text-decoration: none; } .event-prev .event-prev-content p { line-height: 1.3; margin: 0; } .event-prev .event-prev-content p strong { font-weight: bold; } /* 12.0 - Photo Gallery */ .gallery-item img { -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 0; padding: 0; } .gallery-item h4 { padding: 0; margin: 0 0 24px 0; font-weight: normal; text-align: center; } .gallery-item h4 a { text-decoration: none; } .gallery-item p { margin: 0 0 24px 0; text-align: center; } .gallery-thumbnail { position: relative; overflow: hidden; width: 100%; } span.zoom-wrapper { opacity: 0; filter: alpha(opacity=0); position: absolute; width: 100%; height: 100%; display: block; background: url(images/thumb-hover.png); -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } span.zoom-wrapper span { position: absolute; top: 50%; left: 50%; margin-left: -30px; margin-top: -30px; width: 61px; height: 62px; display: block; } span.zoom-wrapper span.zoom { background: url(images/zoom.png) no-repeat; } /* 13.0 - Comments */ .comment-wrapper { position: relative; } .comment-wrapper .author-image { position: absolute; top: 0; right: 0; width: 32px; height: 32px; background: #ccc; } .comment-wrapper h6 a { text-decoration: none; } .comment-wrapper h6 span { font-size: 14px; font-style: italic; color: #888; line-height: 1; font-weight: normal; margin: 0 0 0 5px; } .comment-wrapper p { width: 90%; margin: 0; } .comment-wrapper .reply { display: block; margin: 10px 0 0 0; } .blog-list-wrapper .comment-wrapper { border-bottom: #dee0e0 1px solid; padding: 0 0 15px 0; margin: 0 0 10px 0; } ul.comment-list { margin: 0 0 22px 0 !important; } ul.comment-list li { list-style: none !important; border-bottom: none !important; } ul.comment-list li li { margin: 0 0 0 30px; } #comment-number { margin: 0 0 25px 0 !important; } #reply-title { margin: 0 0 28px 0 !important; } #cancel-comment-reply-link { font-size: 14px; } /* 14.0 - Widgets Structure */ .widget { margin: 0 0 32px 0; } .widget .widget-title h4 { margin: 0; } .widget ul { margin: 0 !important; } .widget li { padding: 0 0 3px 0; margin: 0 0 3px 0; } .bottom li { background: none; text-indent: 0; } /* 14.1 - Sidebar Widgets */ #content .widget .widget-title { color: #fff; } #content .widget li { border-bottom: #ededed 1px solid; } #content .widget li a { text-decoration: none; } #footer-wrapper #footer .widget li:last-child, #content .widget li:last-child { border-bottom: none; margin: 0; padding: 0; } #content .widget { padding: 10px; } #content .widget .widget-title { position: relative; top: -10px; left: -10px; width: 100%; padding: 5px 10px 5px 10px; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; -o-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .widget .wp-tag-cloud li { list-style: none !important; float: left; border: 1px solid; padding: 5px !important; margin: 0 10px 10px 0; } #content .widget .wp-tag-cloud li { border-color: #dee0e0; } #content .widget .wp-tag-cloud li:last-child { border-bottom: #dee0e0 1px solid; } #footer-wrapper #footer .widget .wp-tag-cloud li:last-child { padding: 5px !important; border-bottom: 1px solid; } .widget .latest-posts-list li { list-style: none !important; border-bottom: #dee0e0 1px solid; margin: 0 0 7px 0; padding: 4px 0 4px 0; } .widget .latest-posts-list li:last-child { border-bottom: none; padding: 0; } .widget .latest-posts-list li .lpl-img { float: left; margin: 0 15px 0 0; } #footer-wrapper #footer .one-forth .widget .latest-posts-list li .lpl-img img { width: 50px; height: 50px; } #footer-wrapper #footer .one-forth .widget .latest-posts-list li .lpl-content { width: 110px; } #calendar_wrap { width: 100%; } #wp-calendar { width: 100%; } #wp-calendar tr { font-size: 12px; } #wp-calendar th { font-size: 12px; padding: 2px 5px 2px 5px; } #wp-calendar td { padding: 2px 5px 2px 5px; } .widget .latest-posts-list li .lpl-content { float: left; width: 70%; } .widget .latest-posts-list li .lpl-content h6 { line-height: 1.3; } #content .widget .latest-posts-list li .lpl-content h6 span { color: #888; } #footer-wrapper #footer .widget .latest-posts-list li .lpl-content h6 span { color: #fff; opacity: 0.4; } .widget .latest-posts-list li .lpl-content h6 span { font-size: 12px; font-style: italic; font-weight: normal; display: block; margin: 5px 0 0 0; } /* 14.2 - Footer Widgets */ #footer-wrapper #footer .widget .widget-title { color: #fff; } #footer-wrapper #footer .widget { background-color:rgba(000,0,0,0.15); color: #fff; } #footer-wrapper #footer .widget p { margin: 0; } #footer-wrapper #footer .widget li { border-bottom: 1px solid; } #footer-wrapper #footer .widget { padding: 20px; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; -o-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; } #footer-wrapper #footer .widget .widget-title { position: relative; top: -20px; left: -20px; width: 100%; padding: 5px 20px 5px 20px; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; -o-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } /* 14.3 - Flickr Widget */ .flickr_badge_wrapper .flickr_badge_image { float: left; margin: 0 8px 8px 0; height: 53px; } #footer .flickr_badge_wrapper .flickr_badge_image:nth-child(3n+1) { margin: 0 0 3px 0; } #content .flickr_badge_wrapper .flickr_badge_image:nth-child(4n+1) { margin: 0 8px 8px 0 !important; } .flickr-more-photos { display: block; float: none; margin: 10px 0 0 0 !important; } .flickr_badge_wrapper .flickr_badge_image img { width: 53px; height: 53px; } .flickr_badge_wrapper .flick-more-photos { clear: both; } /* 15.0 - Footer */ #footer-wrapper .footer-tear { background: url(images/tearbottom.png) repeat-x top transparent; height: 7px; } #footer-wrapper #footer { padding: 40px 0 0 0; } #footer-wrapper #footer .bottom { margin: 0; } #footer-wrapper a { color: #fff; text-decoration: none; } #footer-copy-wrapper { margin: 40px 0 0 0; } #footer-copy { width: 960px; margin: 0 auto; padding: 10px 0 10px 0; } #footer-copy p { color: #fff; font-size: 12px; margin: 0; line-height: 2; } #footer-wrapper a:hover, #content a:hover, #header .top-menu li a:hover, .footer-menu li a:hover { text-decoration: underline; } /* 15.1 - Footer Sponsors */ .jcarousel-container-horizontal { width: 920px; } .jcarousel-clip { overflow: hidden; } .jcarousel-clip-horizontal { width: 100%; height: 75px; } .jcarousel-item-horizontal { padding: 5px 0 5px 0; margin-left: 0; margin-right: 20px !important; -moz-box-shadow: 0 0 2px #222; -webkit-box-shadow: 0 0 2px #222; box-shadow: 0 0 2px #222; } .jcarousel-item-placeholder { background: #fff; color: #000; } .jcarousel-next-horizontal { position: absolute; top: 23px; right: -65px; width: 16px; height: 26px; cursor: pointer; background: url(images/arrows2.png) no-repeat; background-position: -26px 0; } .jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:focus, .jcarousel-next-disabled-horizontal:active { cursor: default; background: url(images/arrows2.png) no-repeat; background-position: -26px -36px; } .jcarousel-prev-horizontal { position: absolute; top: 23px; left: -65px; width: 16px; height: 26px; cursor: pointer; background: url(images/arrows2.png) no-repeat; } .jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:focus, .jcarousel-prev-disabled-horizontal:active { cursor: default; background: url(images/arrows2.png) no-repeat; background-position: 0 -36px; } /* 16.0 - IE Fixes */ .ie8 #footer-wrapper #footer .widget .widget-content { background:transparent; } .ie8 .flex-caption { background:transparent; } .ie8 span.zoom-wrapper, .ie8 span.zoom-wrapper span.zoom { background: none !important; } /* Colours */ #header a { color: #fff; text-decoration: none; }
ajax/libs/oojs-ui/0.38.0/oojs-ui-apex-icons-location.min.css
cdnjs/cdnjs
/*! * OOUI v0.38.0 * https://www.mediawiki.org/wiki/OOUI * * Copyright 2011–2020 OOUI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2020-04-15T01:28:27Z */.oo-ui-icon-globe{background-image:url(themes/wikimediaui/images/icons/globe.png);background-image:linear-gradient(transparent,transparent),url(themes/wikimediaui/images/icons/globe.svg)}.oo-ui-icon-map{background-image:url(themes/wikimediaui/images/icons/map-ltr.png);background-image:linear-gradient(transparent,transparent),url(themes/wikimediaui/images/icons/map-ltr.svg)}.oo-ui-icon-mapPin{background-image:url(themes/wikimediaui/images/icons/mapPin.png);background-image:linear-gradient(transparent,transparent),url(themes/wikimediaui/images/icons/mapPin.svg)}.oo-ui-icon-mapPinAdd{background-image:url(themes/wikimediaui/images/icons/mapPinAdd.png);background-image:linear-gradient(transparent,transparent),url(themes/wikimediaui/images/icons/mapPinAdd.svg)}.oo-ui-icon-mapTrail{background-image:url(themes/wikimediaui/images/icons/mapTrail.png);background-image:linear-gradient(transparent,transparent),url(themes/wikimediaui/images/icons/mapTrail.svg)}
css/main.css
oblinger/AnalyticsFire.com
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html, button, input, select, textarea { color: #222; } html { font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between images, videos, audio and canvas and the bottom of * their containers: h5bp.com/i/440 */ audio, canvas, img, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browse Happy prompt ========================================================================== */ .browsehappy { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /* ========================================================================== Helper classes ========================================================================== */ /* * Image replacement */ .ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; } .ir:before { content: ""; display: block; width: 0; height: 150%; } /* * Hide from both screenreaders and browsers: h5bp.com/u */ .hidden { display: none !important; visibility: hidden; } /* * Hide only visually, but have it available for screenreaders: h5bp.com/v */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* * Hide visually and from screenreaders, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */ .clearfix { *zoom: 1; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid required HTTP connection: h5bp.com/r ========================================================================== */ @media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links for images, or javascript/internal links */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; /* h5bp.com/t */ } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } iframe { margin-top: -120px; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }
_includes/footer.html
cklanac/cklanac.github.io
<footer class="site-footer"> <div class="wrapper"> <!--<h2 class="footer-heading">{{ site.title }}</h2>--> <div class="footer-col-wrapper"> <div class="footer-col footer-col-1"> <ul class="contact-list"> <li>{{ site.title }}</li> {% if site.email %} <li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li> {% endif %} <li><p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p></li> </ul> </div> <div class="footer-col footer-col-2"> <ul class="social-media-list"> {% if site.github_username %} <li> {% include icon-github.html username=site.github_username %} </li> {% endif %} {% if site.twitter_username %} <li> {% include icon-twitter.html username=site.twitter_username %} </li> {% endif %} </ul> </div> <div class="footer-col footer-col-3"> <p>{{ site.description }}</p> </div> </div> </div> </footer>
ajax/libs/filepond/4.13.5/filepond.css
cdnjs/cdnjs
/*! * FilePond 4.13.5 * Licensed under MIT, https://opensource.org/licenses/MIT/ * Please visit https://pqina.nl/filepond/ for details. */ /* eslint-disable */ .filepond--assistant { position: absolute; overflow: hidden; height: 1px; width: 1px; padding: 0; border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); white-space: nowrap; } /* Hard to override styles */ .filepond--browser.filepond--browser { position: absolute; margin: 0; padding: 0; left: 1em; top: 1.75em; width: calc(100% - 2em); opacity: 0; font-size: 0; } .filepond--data { position: absolute; width: 0; height: 0; padding: 0; margin: 0; border: none; visibility: hidden; pointer-events: none; contain: strict; } .filepond--drip { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; opacity: 0.1; pointer-events: none; border-radius: 0.5em; background: rgba(0, 0, 0, 0.01); } .filepond--drip-blob { position: absolute; -webkit-transform-origin: center center; transform-origin: center center; top: 0; left: 0; width: 8em; height: 8em; margin-left: -4em; margin-top: -4em; background: #292625; border-radius: 50%; will-change: transform, opacity; } .filepond--drop-label { position: absolute; left: 0; right: 0; top: 0; margin: 0; color: #4f4f4f; display: flex; justify-content: center; align-items: center; height: 0px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; will-change: transform, opacity; } /* Hard to override styles on purpose */ .filepond--drop-label.filepond--drop-label label { display: block; margin: 0; padding: 0.5em; } .filepond--drop-label label { cursor: default; font-size: 0.875em; font-weight: normal; text-align: center; line-height: 1.5; } .filepond--label-action { text-decoration: underline; -webkit-text-decoration-skip: ink; text-decoration-skip-ink: auto; -webkit-text-decoration-color: #a7a4a4; text-decoration-color: #a7a4a4; cursor: pointer; } .filepond--root[data-disabled] .filepond--drop-label label { opacity: 0.5; } /* Hard to override styles */ .filepond--file-action-button.filepond--file-action-button { font-size: 1em; width: 1.625em; height: 1.625em; font-family: inherit; line-height: inherit; margin: 0; padding: 0; border: none; outline: none; will-change: transform, opacity; } .filepond--file-action-button.filepond--file-action-button span { position: absolute; overflow: hidden; height: 1px; width: 1px; padding: 0; border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); white-space: nowrap; } .filepond--file-action-button.filepond--file-action-button svg { width: 100%; height: 100%; } .filepond--file-action-button.filepond--file-action-button::after { position: absolute; left: -0.75em; right: -0.75em; top: -0.75em; bottom: -0.75em; content: ''; } /* Soft styles */ .filepond--file-action-button { cursor: auto; color: #fff; border-radius: 50%; background-color: rgba(0, 0, 0, 0.5); background-image: none; box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); transition: box-shadow 0.25s ease-in; } .filepond--file-action-button:hover, .filepond--file-action-button:focus { box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9); } .filepond--file-action-button[disabled] { color: rgba(255, 255, 255, 0.5); background-color: rgba(0, 0, 0, 0.25); } .filepond--file-info { position: static; display: flex; flex-direction: column; align-items: flex-start; flex: 1; margin: 0 0.5em 0 0; min-width: 0; will-change: transform, opacity; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .filepond--file-info * { margin: 0; } .filepond--file-info .filepond--file-info-main { font-size: 0.75em; line-height: 1.2; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; } .filepond--file-info .filepond--file-info-sub { font-size: 0.625em; opacity: 0.5; transition: opacity 0.25s ease-in-out; white-space: nowrap; } .filepond--file-info .filepond--file-info-sub:empty { display: none; } .filepond--file-status { position: static; display: flex; flex-direction: column; align-items: flex-end; flex-grow: 0; flex-shrink: 0; margin: 0; min-width: 2.25em; text-align: right; will-change: transform, opacity; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .filepond--file-status * { margin: 0; white-space: nowrap; } .filepond--file-status .filepond--file-status-main { font-size: 0.75em; line-height: 1.2; } .filepond--file-status .filepond--file-status-sub { font-size: 0.625em; opacity: 0.5; transition: opacity 0.25s ease-in-out; } /* Hard to override styles */ .filepond--file-wrapper.filepond--file-wrapper { border: none; margin: 0; padding: 0; min-width: 0; height: 100%; } .filepond--file-wrapper.filepond--file-wrapper > legend { position: absolute; overflow: hidden; height: 1px; width: 1px; padding: 0; border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); white-space: nowrap; } .filepond--file { position: static; display: flex; height: 100%; align-items: flex-start; padding: 0.5625em 0.5625em; color: #fff; border-radius: 0.5em; } .filepond--file .filepond--file-status { margin-left: auto; margin-right: 2.25em; } .filepond--file .filepond--processing-complete-indicator { pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 3; } .filepond--file .filepond--processing-complete-indicator, .filepond--file .filepond--progress-indicator, .filepond--file .filepond--file-action-button { position: absolute; } .filepond--file [data-align*='left'] { left: 0.5625em; } .filepond--file [data-align*='right'] { right: 0.5625em; } .filepond--file [data-align*='center'] { left: calc(50% - 0.8125em); } .filepond--file [data-align*='bottom'] { bottom: 1.125em; } .filepond--file [data-align='center'] { top: calc(50% - 0.8125em); } .filepond--file .filepond--progress-indicator { margin-top: 0.1875em; } .filepond--file .filepond--progress-indicator[data-align*='right'] { margin-right: 0.1875em; } .filepond--file .filepond--progress-indicator[data-align*='left'] { margin-left: 0.1875em; } [data-filepond-item-state='cancelled'] .filepond--file-info, [data-filepond-item-state*='invalid'] .filepond--file-info, [data-filepond-item-state*='error'] .filepond--file-info { margin-right: 2.25em; } [data-filepond-item-state='processing-complete'] .filepond--action-revert-item-processing svg { -webkit-animation: fall 0.5s 0.125s linear both; animation: fall 0.5s 0.125s linear both; } [data-filepond-item-state='processing-complete'] .filepond--file-status-sub { opacity: 0.5; } [data-filepond-item-state='processing-complete'] .filepond--processing-complete-indicator:not([style*='hidden']) ~ .filepond--file-status .filepond--file-status-sub { opacity: 0; } [data-filepond-item-state='processing-complete'] .filepond--file-info-sub { opacity: 0; } [data-filepond-item-state='processing-complete'] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub { opacity: 0.5; } [data-filepond-item-state*='invalid'] .filepond--panel, [data-filepond-item-state*='invalid'] .filepond--file-wrapper, [data-filepond-item-state*='error'] .filepond--panel, [data-filepond-item-state*='error'] .filepond--file-wrapper { -webkit-animation: shake 0.65s linear both; animation: shake 0.65s linear both; } [data-filepond-item-state*='busy'] .filepond--progress-indicator svg { -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; } /** * States */ @-webkit-keyframes spin { 0% { -webkit-transform: rotateZ(0deg); transform: rotateZ(0deg); } 100% { -webkit-transform: rotateZ(360deg); transform: rotateZ(360deg); } } @keyframes spin { 0% { -webkit-transform: rotateZ(0deg); transform: rotateZ(0deg); } 100% { -webkit-transform: rotateZ(360deg); transform: rotateZ(360deg); } } @-webkit-keyframes shake { 10%, 90% { -webkit-transform: translateX(-0.0625em); transform: translateX(-0.0625em); } 20%, 80% { -webkit-transform: translateX(0.125em); transform: translateX(0.125em); } 30%, 50%, 70% { -webkit-transform: translateX(-0.25em); transform: translateX(-0.25em); } 40%, 60% { -webkit-transform: translateX(0.25em); transform: translateX(0.25em); } } @keyframes shake { 10%, 90% { -webkit-transform: translateX(-0.0625em); transform: translateX(-0.0625em); } 20%, 80% { -webkit-transform: translateX(0.125em); transform: translateX(0.125em); } 30%, 50%, 70% { -webkit-transform: translateX(-0.25em); transform: translateX(-0.25em); } 40%, 60% { -webkit-transform: translateX(0.25em); transform: translateX(0.25em); } } @-webkit-keyframes fall { 0% { opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 70% { opacity: 1; -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 100% { -webkit-transform: scale(1); transform: scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } @keyframes fall { 0% { opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 70% { opacity: 1; -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 100% { -webkit-transform: scale(1); transform: scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } } .filepond--hopper[data-hopper-state='drag-over'] > * { pointer-events: none; } .filepond--hopper[data-hopper-state='drag-over']::after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 100; } .filepond--progress-indicator { z-index: 103; } .filepond--file-action-button { z-index: 102; } .filepond--file-status { z-index: 101; } .filepond--file-info { z-index: 100; } .filepond--item { position: absolute; top: 0; left: 0; right: 0; z-index: 1; padding: 0; margin: 0.25em; will-change: transform, opacity; } .filepond--item > .filepond--panel { z-index: -1; } .filepond--item > .filepond--panel .filepond--panel-bottom { box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25); } .filepond--item > .filepond--file-wrapper, .filepond--item > .filepond--panel { transition: opacity 0.15s ease-out; } .filepond--item[data-drag-state] { cursor: -webkit-grab; cursor: grab; } .filepond--item[data-drag-state] > .filepond--panel { transition: box-shadow 0.125s ease-in-out; box-shadow: 0 0 0 rgba(0, 0, 0, 0); } .filepond--item[data-drag-state='drag'] { cursor: -webkit-grabbing; cursor: grabbing; } .filepond--item[data-drag-state='drag'] > .filepond--panel { box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325); } .filepond--item[data-drag-state]:not([data-drag-state='idle']) { z-index: 2; } .filepond--item-panel { background-color: #64605e; } [data-filepond-item-state='processing-complete'] .filepond--item-panel { background-color: #369763; } [data-filepond-item-state*='invalid'] .filepond--item-panel, [data-filepond-item-state*='error'] .filepond--item-panel { background-color: #c44e47; } .filepond--item-panel { border-radius: 0.5em; transition: background-color 0.25s; } .filepond--list-scroller { position: absolute; top: 0; left: 0; right: 0; margin: 0; will-change: transform; } .filepond--list-scroller[data-state='overflow'] { overflow-y: scroll; overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-mask: linear-gradient( to bottom, #000 calc(100% - 0.5em), transparent 100% ); mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%); } .filepond--list-scroller[data-state='overflow'] .filepond--list { bottom: 0; right: 0; } .filepond--list-scroller::-webkit-scrollbar { background: transparent; } .filepond--list-scroller::-webkit-scrollbar:vertical { width: 1em; } .filepond--list-scroller::-webkit-scrollbar:horizontal { height: 0; } .filepond--list-scroller::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.3); border-radius: 99999px; border: 0.3125em solid transparent; background-clip: content-box; } /* hard to overide styles on purpose */ .filepond--list.filepond--list { position: absolute; top: 0; margin: 0; padding: 0; list-style-type: none; will-change: transform; } /* used for padding so allowed to be restyled */ .filepond--list { left: 0.75em; right: 0.75em; } .filepond--root[data-style-panel-layout~='integrated'] { width: 100%; height: 100%; max-width: none; margin: 0; } .filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root, .filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root { border-radius: 0; } .filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root > *, .filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root > * { display: none; } .filepond--root[data-style-panel-layout~='circle'] .filepond--drop-label, .filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label { bottom: 0; height: auto; display: flex; justify-content: center; align-items: center; z-index: 7; } .filepond--root[data-style-panel-layout~='circle'] .filepond--item-panel, .filepond--root[data-style-panel-layout~='integrated'] .filepond--item-panel { display: none; } .filepond--root[data-style-panel-layout~='compact'] .filepond--list-scroller, .filepond--root[data-style-panel-layout~='integrated'] .filepond--list-scroller { overflow: hidden; height: 100%; margin-top: 0; margin-bottom: 0; } .filepond--root[data-style-panel-layout~='compact'] .filepond--list, .filepond--root[data-style-panel-layout~='integrated'] .filepond--list { left: 0; right: 0; height: 100%; } .filepond--root[data-style-panel-layout~='compact'] .filepond--item, .filepond--root[data-style-panel-layout~='integrated'] .filepond--item { margin: 0; } .filepond--root[data-style-panel-layout~='compact'] .filepond--file-wrapper, .filepond--root[data-style-panel-layout~='integrated'] .filepond--file-wrapper { height: 100%; } .filepond--root[data-style-panel-layout~='compact'] .filepond--drop-label, .filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label { z-index: 7; } .filepond--root[data-style-panel-layout~='circle'] { border-radius: 99999rem; overflow: hidden; } .filepond--root[data-style-panel-layout~='circle'] > .filepond--panel { border-radius: inherit; } .filepond--root[data-style-panel-layout~='circle'] > .filepond--panel > * { display: none; } .filepond--root[data-style-panel-layout~='circle'] .filepond--file-info { display: none; } .filepond--root[data-style-panel-layout~='circle'] .filepond--file-status { display: none; } @media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) and (stroke-color: transparent) { .filepond--root[data-style-panel-layout~='circle'] { will-change: transform; } } } .filepond--panel-root { border-radius: 0.5em; background-color: #f1f0ef; } .filepond--panel { position: absolute; left: 0; top: 0; right: 0; margin: 0; height: 100% !important; pointer-events: none; } .filepond-panel:not([data-scalable='false']) { height: auto !important; } .filepond--panel[data-scalable='false'] > div { display: none; } .filepond--panel[data-scalable='true'] { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; background-color: transparent !important; border: none !important; } .filepond--panel-top, .filepond--panel-bottom, .filepond--panel-center { position: absolute; left: 0; top: 0; right: 0; margin: 0; padding: 0; } .filepond--panel-top, .filepond--panel-bottom { height: 0.5em; } .filepond--panel-top { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; border-bottom: none !important; } .filepond--panel-top::after { content: ''; position: absolute; height: 2px; left: 0; right: 0; bottom: -1px; background-color: inherit; } .filepond--panel-center, .filepond--panel-bottom { will-change: transform; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: translate3d(0, 0.5em, 0); transform: translate3d(0, 0.5em, 0); } .filepond--panel-bottom { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; border-top: none !important; } .filepond--panel-bottom::before { content: ''; position: absolute; height: 2px; left: 0; right: 0; top: -1px; background-color: inherit; } .filepond--panel-center { height: 100px !important; border-top: none !important; border-bottom: none !important; border-radius: 0 !important; } .filepond--panel-center:not([style]) { visibility: hidden; } .filepond--progress-indicator { position: static; width: 1.25em; height: 1.25em; color: #fff; margin: 0; pointer-events: none; will-change: transform, opacity; } .filepond--progress-indicator svg { width: 100%; height: 100%; vertical-align: top; transform-box: fill-box; } .filepond--progress-indicator path { fill: none; stroke: currentColor; } .filepond--list-scroller { z-index: 6; } .filepond--drop-label { z-index: 5; } .filepond--drip { z-index: 3; } .filepond--root > .filepond--panel { z-index: 2; } .filepond--browser { z-index: 1; } .filepond--root { /* layout*/ box-sizing: border-box; position: relative; margin-bottom: 1em; /* base font size for whole component */ font-size: 1rem; /* base line height */ line-height: normal; /* up uses default system font family */ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; /* will increase font weight a bit on Safari */ font-weight: 450; text-align: left; text-rendering: optimizeLegibility; direction: ltr; contain: layout style size; } .filepond--root * { box-sizing: inherit; line-height: inherit; } .filepond--root *:not(text) { font-size: inherit; } .filepond--root[data-disabled] { pointer-events: none; } .filepond--root[data-disabled] .filepond--list-scroller { pointer-events: all; } .filepond--root[data-disabled] .filepond--list { pointer-events: none; } /** * Root element children layout */ .filepond--root .filepond--drop-label { min-height: 4.75em; } .filepond--root .filepond--list-scroller { margin-top: 1em; margin-bottom: 1em; }
ajax/libs/froala-editor/3.2.6/css/third_party/font_awesome.min.css
cdnjs/cdnjs
/*! * froala_editor v3.2.6 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2021 Froala Labs */ .fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-icon.fr-fa-icon{width:18px;padding:8px;margin:6px;font-size:16px}@supports not (-ms-high-contrast: none){.fr-popup .fr-icon-container.fr-fa-container{grid-template-columns:repeat(auto-fill, minmax(45px, 45px))}}@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px){.fr-popup .fr-icon-container.fr-fa-container{width:506px}}
data/president/n705000800000000/20160116133844/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 雲林縣 元長鄉得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">2,909</td> <td class="tdAlignRight">22.3597</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">8,804</td> <td class="tdAlignRight">67.6710</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,297</td> <td class="tdAlignRight">9.9693</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;25/25&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 21:36:12 +0800" title="Sat, 16 Jan 2016 21:36:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;21:36:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
blog/archives/2019/04/page/2/index.html
zhangmin510/zhangmin510.github.io
<!doctype html> <html lang="en"> <head><meta name="generator" content="Hexo 3.9.0"> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="description" content="ZhangMin.name's blog"> <link rel="shortcut icon" href="https://zhangmin.name/images/favicon.png"> <link rel="alternate" type="application/rss+xml" title="ZhangMin.name" href="https://zhangmin.name/blog/atom.xml"> <link rel="canonical" href="http://www.zhangmin.name/"> <title>Archives: 2019/4 | ZhangMin.name</title> <meta name="description" content="{{meta_description}}"> <link href="//libs.baidu.com/fontawesome/4.0.3/css/font-awesome.min.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="/blog/styles/crisp.css"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body class="home-template"> <header id="header"> <a id="logo" href="https://zhangmin.name"><img src="https://zhangmin.name/images/me.jpg" alt="ZhangMin.name"></a> <h1><a href="/blog/">ZhangMin.name</a></h1> <p>勤思敏行 思行合一</p> <div id="follow-icons"> <a href="http://instagram.com/zhangmin510"><i class="fa fa-instagram fa-2x"></i></a> <a href="http://pinterest.com/zhangmin510"><i class="fa fa-pinterest-square fa-2x"></i></a> <a href="http://github.com/zhangmin510"><i class="fa fa-github-square fa-2x"></i></a> <a href="http://facebook.com/zhangmin510"><i class="fa fa-facebook-square fa-2x"></i></a> <a href="http://twitter.com/zhangmin510"><i class="fa fa-twitter-square fa-2x"></i></a> <a href="http://linkedin.com/in/zhangmin510"><i class="fa fa-linkedin-square fa-2x"></i></a> <a href="https://zhangmin.name/blog/atom.xml"><i class="fa fa-rss-square fa-2x"></i></a> </div> <h6><a href="/blog/about">About</a></h6> <h6><a href="/blog/readings">Readings</a></h6> <h6><a href="/blog/ir">Investor Relations</a></h6> <h6><a href="https://www.toutiao.com/c/user/100118204993/">头条号10XChange</a></h6> <h6><a href="https://juejin.im/user/5ba22f41e51d450e4a1bb1a8/">掘金Protopia</a></h6> </header> <main id="content"> <section id="{{id}}" class="{{post_class}}"> <h3 class="post-title"> <a href="/blog/2019/04/07/递归与迭代/">递归与迭代</a> <span class="separator"> &middot; </span> April 7, 2019 <span class="taglist"> &middot; <a href="/blog/tags/数据结构与算法/">数据结构与算法</a> </span></h3> </section> <nav class="pagination" role="pagination"> <a class="newer-posts" href="/blog/archives/2019/04/">← Newer Posts</a> <span class="page-number">Page 2 of 2</span> </nav> </main> <footer id="footer"> <section id="footer-message">&copy; 2020 ZhangMin.name. All rights reserved. Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. <a href="https://github.com/guolin/crisp-hexo-theme" target="_blank">crisp</a> theme customized by <a href="http://zhangmin.name" target="_blank">ZhangMin.name</a>.</section> </footer> </body> </html>
doc/pub/pde/html/._pde-bs096.html
CompPhysics/ComputationalPhysicsMSU
<!-- Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="description" content="Computational Physics Lectures: Partial differential equations"> <title>Computational Physics Lectures: Partial differential equations</title> <!-- Bootstrap style: bootstrap --> <link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <!-- not necessary <link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> --> <style type="text/css"> /* Add scrollbar to dropdown menus in bootstrap navigation bar */ .dropdown-menu { height: auto; max-height: 400px; overflow-x: hidden; } /* Adds an invisible element before each target to offset for the navigation bar */ .anchor::before { content:""; display:block; height:50px; /* fixed header height for style bootstrap */ margin:-50px 0 0; /* negative fixed header height */ } </style> <script src="http://sagecell.sagemath.org/static/jquery.min.js"></script> <script src="http://sagecell.sagemath.org/embedded_sagecell.js"></script> <link rel="stylesheet" type="text/css" href="https://sagecell.sagemath.org/static/sagecell_embed.css"> <script> $(function () { // Make the div with id 'mycell' a Sage cell sagecell.makeSagecell({inputLocation: '#mycell', template: sagecell.templates.minimal, evalButtonText: 'Activate'}); // Make *any* div with class 'compute' a Sage cell sagecell.makeSagecell({inputLocation: 'div.compute', evalButtonText: 'Evaluate'}); }); </script> </head> <!-- tocinfo {'highest level': 2, 'sections': [('Famous PDEs', 2, None, '___sec0'), ('Famous PDEs, two dimension', 2, None, '___sec1'), ('Famous PDEs, diffusion equation', 2, None, '___sec2'), ("Famous PDEs, Laplace's equation", 2, None, '___sec3'), ("Famous PDEs, Helmholtz' equation", 2, None, '___sec4'), ("Famous PDEs, Schroedinger's equation in two dimensions", 2, None, '___sec5'), ("Famous PDEs, Maxwell's equations", 2, None, '___sec6'), ("Famous PDEs, Euler's equations", 2, None, '___sec7'), ("Famous PDEs, the Navier-Stokes' equations", 2, None, '___sec8'), ('Famous PDEs, general equation in two dimensions', 2, None, '___sec9'), ('Diffusion equation', 2, None, '___sec10'), ('Diffusion equation', 2, None, '___sec11'), ('Diffusion equation, famous laws', 2, None, '___sec12'), ('Diffusion equation, heat equation', 2, None, '___sec13'), ('Diffusion equation, heat equation in one dimension', 2, None, '___sec14'), ('Diffusion equation, dimensionless form', 2, None, '___sec15'), ('Explicit Scheme', 2, None, '___sec16'), ('Explicit Scheme, boundary conditions', 2, None, '___sec17'), ('Explicit Scheme, algorithm', 2, None, '___sec18'), ('Explicit Scheme, simplifications', 2, None, '___sec19'), ('Explicit Scheme, solving the equations', 2, None, '___sec20'), ('Explicit Scheme, simple case', 2, None, '___sec21'), ('Explicit Scheme, matrix-vector formulation', 2, None, '___sec22'), ('Explicit Scheme, sketch of code', 2, None, '___sec23'), ('Explicit Scheme, stability condition', 2, None, '___sec24'), ('Explicit Scheme, spectral radius and stability', 2, None, '___sec25'), ('Explicit Scheme, eigenvalues and stability', 2, None, '___sec26'), ('Explicit Scheme, final stability analysis', 2, None, '___sec27'), ('Explicit Scheme, stability condition', 2, None, '___sec28'), ('Explicit Scheme, general tridiagonal matrix', 2, None, '___sec29'), ('Implicit Scheme', 2, None, '___sec30'), ('Implicit Scheme', 2, None, '___sec31'), ('Implicit Scheme', 2, None, '___sec32'), ('Implicit Scheme', 2, None, '___sec33'), ('Implicit Scheme', 2, None, '___sec34'), ('Program Example for Implicit Equation', 3, None, '___sec35'), ('Crank-Nicolson scheme', 2, None, '___sec36'), ('Derivation of CN scheme', 2, None, '___sec37'), ('Taylor expansions', 2, None, '___sec38'), ('Error in CN scheme', 2, None, '___sec39'), ('Truncation errors and stability', 2, None, '___sec40'), ('Rewrite of CN scheme', 2, None, '___sec41'), ('Final CN equations', 2, None, '___sec42'), ('Parts of Code for the Crank-Nicolson Scheme', 2, None, '___sec43'), ('Parts of Code for the Crank-Nicolson Scheme', 2, None, '___sec44'), ('Python code for solving the one-dimensional diffusion equation', 2, None, '___sec45'), ('Solution for the One-dimensional Diffusion Equation', 2, None, '___sec46'), ('Solution for the One-dimensional Diffusion Equation', 2, None, '___sec47'), ('Solution for the One-dimensional Diffusion Equation', 2, None, '___sec48'), ('Solution for the One-dimensional Diffusion Equation', 2, None, '___sec49'), ('Solution for the One-dimensional Diffusion Equation', 2, None, '___sec50'), ('Explict scheme for the diffusion equation in two dimensions', 2, None, '___sec51'), ('Explict scheme for the diffusion equation in two dimensions', 2, None, '___sec52'), ("Laplace's and Poisson's Equations", 2, None, '___sec53'), ("Laplace's and Poisson's Equations, discretized version", 2, None, '___sec54'), ("Laplace's and Poisson's Equations, final discretized version", 2, None, '___sec55'), ("Laplace's and Poisson's Equations, boundary conditions", 2, None, '___sec56'), ("Scheme for solving Laplace's (Poisson's) equation", 2, None, '___sec57'), ("Scheme for solving Laplace's (Poisson's) equation", 2, None, '___sec58'), ("Scheme for solving Laplace's (Poisson's) equation", 2, None, '___sec59'), ("Scheme for solving Laplace's (Poisson's) equation", 2, None, '___sec60'), ("Scheme for solving Laplace's (Poisson's) equation using Jacobi's iterative method", 2, None, '___sec61'), ("Scheme for solving Laplace's (Poisson's) equation, with Jacobi's method", 2, None, '___sec62'), ("Scheme for solving Laplace's (Poisson's) equation, final rewrite", 2, None, '___sec63'), ("Jacobi Algorithm for solving Laplace's Equation", 2, None, '___sec64'), ("Jacobi Algorithm for solving Laplace's Equation", 2, None, '___sec65'), ("Jacobi Algorithm for solving Laplace's Equation, the algorithm", 2, None, '___sec66'), ("Jacobi Algorithm for solving Laplace's Equation, simple example", 2, None, '___sec67'), ("Jacobi Algorithm for solving Laplace's Equation, to observe", 2, None, '___sec68'), ('Python code for solving the two-dimensional Laplace equation', 2, None, '___sec69'), ("Jacobi's algorithm extended to the diffusion equation in two dimensions", 2, None, '___sec70'), ("Jacobi's algorithm extended to the diffusion equation in two dimensions", 2, None, '___sec71'), ("Jacobi's algorithm extended to the diffusion equation in two dimensions, discretizing", 2, None, '___sec72'), ("Jacobi's algorithm extended to the diffusion equation in two dimensions, the second derivative", 2, None, '___sec73'), ("Jacobi's algorithm extended to the diffusion equation in two dimensions", 2, None, '___sec74'), ('"Solving project 1 again but now with Jacobi\'s method":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/Jacobi.cpp"', 2, None, '___sec75'), ('"Program to solve Jacobi\'s method in two dimension":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/diffusion2dim.cpp"', 2, None, '___sec76'), ('"The Jacobi solver function":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/diffusion2dim.cpp"', 2, None, '___sec77'), ('"Parallel Jacobi":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/MPIdiffusion.cpp"', 2, None, '___sec78'), ('"Parallel Jacobi":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/MPIdiffusion.cpp"', 2, None, '___sec79'), ('"Parallel Jacobi":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/OpenMPdiffusion.cpp"', 2, None, '___sec80'), ('Wave Equation in two Dimensions', 2, None, '___sec81'), ('Wave Equation in two Dimensions, discretizing', 2, None, '___sec82'), ('Wave Equation in two Dimensions', 2, None, '___sec83'), ('Wave Equation in two Dimensions', 2, None, '___sec84'), ('Wave Equation in two Dimensions', 2, None, '___sec85'), ('Wave Equation in two Dimensions', 2, None, '___sec86'), ('Wave Equation in two Dimensions', 2, None, '___sec87'), ('Analytical Solution for the two-dimensional wave equation', 2, None, '___sec88'), ('Analytical Solution for the two-dimensional wave equation, first step', 2, None, '___sec89'), ('Analytical Solution for the two-dimensional wave equation,', 2, None, '___sec90'), ('Analytical Solution for the two-dimensional wave equation, separation of variables', 2, None, '___sec91'), ('Analytical Solution for the two-dimensional wave equation, separation of variables', 2, None, '___sec92'), ('Analytical Solution for the two-dimensional wave equation, boundary conditions', 2, None, '___sec93'), ('Analytical Solution for the two-dimensional wave equation, separation of variables and solutions', 2, None, '___sec94'), ('Analytical Solution for the two-dimensional wave equation, final steps', 2, None, '___sec95'), ('Python code for solving the two-dimensional wave equation', 2, None, '___sec96')]} end of tocinfo --> <body> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "none" }, extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"] } }); </script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <!-- Bootstrap navigation bar --> <div class="navbar navbar-default navbar-fixed-top"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="pde-bs.html">Computational Physics Lectures: Partial differential equations</a> </div> <div class="navbar-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a> <ul class="dropdown-menu"> <!-- navigation toc: --> <li><a href="._pde-bs001.html#___sec0" style="font-size: 80%;"><b>Famous PDEs</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs002.html#___sec1" style="font-size: 80%;"><b>Famous PDEs, two dimension</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs003.html#___sec2" style="font-size: 80%;"><b>Famous PDEs, diffusion equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs004.html#___sec3" style="font-size: 80%;"><b>Famous PDEs, Laplace's equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs005.html#___sec4" style="font-size: 80%;"><b>Famous PDEs, Helmholtz' equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs006.html#___sec5" style="font-size: 80%;"><b>Famous PDEs, Schroedinger's equation in two dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs007.html#___sec6" style="font-size: 80%;"><b>Famous PDEs, Maxwell's equations</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs008.html#___sec7" style="font-size: 80%;"><b>Famous PDEs, Euler's equations</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs009.html#___sec8" style="font-size: 80%;"><b>Famous PDEs, the Navier-Stokes' equations</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs010.html#___sec9" style="font-size: 80%;"><b>Famous PDEs, general equation in two dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs011.html#___sec10" style="font-size: 80%;"><b>Diffusion equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs012.html#___sec11" style="font-size: 80%;"><b>Diffusion equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs013.html#___sec12" style="font-size: 80%;"><b>Diffusion equation, famous laws</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs014.html#___sec13" style="font-size: 80%;"><b>Diffusion equation, heat equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs015.html#___sec14" style="font-size: 80%;"><b>Diffusion equation, heat equation in one dimension</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs016.html#___sec15" style="font-size: 80%;"><b>Diffusion equation, dimensionless form</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs017.html#___sec16" style="font-size: 80%;"><b>Explicit Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs018.html#___sec17" style="font-size: 80%;"><b>Explicit Scheme, boundary conditions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs019.html#___sec18" style="font-size: 80%;"><b>Explicit Scheme, algorithm</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs020.html#___sec19" style="font-size: 80%;"><b>Explicit Scheme, simplifications</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs021.html#___sec20" style="font-size: 80%;"><b>Explicit Scheme, solving the equations</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs022.html#___sec21" style="font-size: 80%;"><b>Explicit Scheme, simple case</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs023.html#___sec22" style="font-size: 80%;"><b>Explicit Scheme, matrix-vector formulation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs024.html#___sec23" style="font-size: 80%;"><b>Explicit Scheme, sketch of code</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs025.html#___sec24" style="font-size: 80%;"><b>Explicit Scheme, stability condition</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs026.html#___sec25" style="font-size: 80%;"><b>Explicit Scheme, spectral radius and stability</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs027.html#___sec26" style="font-size: 80%;"><b>Explicit Scheme, eigenvalues and stability</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs028.html#___sec27" style="font-size: 80%;"><b>Explicit Scheme, final stability analysis</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs029.html#___sec28" style="font-size: 80%;"><b>Explicit Scheme, stability condition</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs030.html#___sec29" style="font-size: 80%;"><b>Explicit Scheme, general tridiagonal matrix</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs031.html#___sec30" style="font-size: 80%;"><b>Implicit Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs032.html#___sec31" style="font-size: 80%;"><b>Implicit Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs033.html#___sec32" style="font-size: 80%;"><b>Implicit Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs034.html#___sec33" style="font-size: 80%;"><b>Implicit Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs035.html#___sec34" style="font-size: 80%;"><b>Implicit Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs036.html#___sec35" style="font-size: 80%;">&nbsp;&nbsp;&nbsp;Program Example for Implicit Equation</a></li> <!-- navigation toc: --> <li><a href="._pde-bs037.html#___sec36" style="font-size: 80%;"><b>Crank-Nicolson scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs038.html#___sec37" style="font-size: 80%;"><b>Derivation of CN scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs039.html#___sec38" style="font-size: 80%;"><b>Taylor expansions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs040.html#___sec39" style="font-size: 80%;"><b>Error in CN scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs041.html#___sec40" style="font-size: 80%;"><b>Truncation errors and stability</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs042.html#___sec41" style="font-size: 80%;"><b>Rewrite of CN scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs043.html#___sec42" style="font-size: 80%;"><b>Final CN equations</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs044.html#___sec43" style="font-size: 80%;"><b>Parts of Code for the Crank-Nicolson Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs045.html#___sec44" style="font-size: 80%;"><b>Parts of Code for the Crank-Nicolson Scheme</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs046.html#___sec45" style="font-size: 80%;"><b>Python code for solving the one-dimensional diffusion equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs047.html#___sec46" style="font-size: 80%;"><b>Solution for the One-dimensional Diffusion Equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs048.html#___sec47" style="font-size: 80%;"><b>Solution for the One-dimensional Diffusion Equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs049.html#___sec48" style="font-size: 80%;"><b>Solution for the One-dimensional Diffusion Equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs050.html#___sec49" style="font-size: 80%;"><b>Solution for the One-dimensional Diffusion Equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs051.html#___sec50" style="font-size: 80%;"><b>Solution for the One-dimensional Diffusion Equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs052.html#___sec51" style="font-size: 80%;"><b>Explict scheme for the diffusion equation in two dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs053.html#___sec52" style="font-size: 80%;"><b>Explict scheme for the diffusion equation in two dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs054.html#___sec53" style="font-size: 80%;"><b>Laplace's and Poisson's Equations</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs055.html#___sec54" style="font-size: 80%;"><b>Laplace's and Poisson's Equations, discretized version</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs056.html#___sec55" style="font-size: 80%;"><b>Laplace's and Poisson's Equations, final discretized version</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs057.html#___sec56" style="font-size: 80%;"><b>Laplace's and Poisson's Equations, boundary conditions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs058.html#___sec57" style="font-size: 80%;"><b>Scheme for solving Laplace's (Poisson's) equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs059.html#___sec58" style="font-size: 80%;"><b>Scheme for solving Laplace's (Poisson's) equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs060.html#___sec59" style="font-size: 80%;"><b>Scheme for solving Laplace's (Poisson's) equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs061.html#___sec60" style="font-size: 80%;"><b>Scheme for solving Laplace's (Poisson's) equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs062.html#___sec61" style="font-size: 80%;"><b>Scheme for solving Laplace's (Poisson's) equation using Jacobi's iterative method</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs063.html#___sec62" style="font-size: 80%;"><b>Scheme for solving Laplace's (Poisson's) equation, with Jacobi's method</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs064.html#___sec63" style="font-size: 80%;"><b>Scheme for solving Laplace's (Poisson's) equation, final rewrite</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs065.html#___sec64" style="font-size: 80%;"><b>Jacobi Algorithm for solving Laplace's Equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs066.html#___sec65" style="font-size: 80%;"><b>Jacobi Algorithm for solving Laplace's Equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs067.html#___sec66" style="font-size: 80%;"><b>Jacobi Algorithm for solving Laplace's Equation, the algorithm</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs068.html#___sec67" style="font-size: 80%;"><b>Jacobi Algorithm for solving Laplace's Equation, simple example</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs069.html#___sec68" style="font-size: 80%;"><b>Jacobi Algorithm for solving Laplace's Equation, to observe</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs070.html#___sec69" style="font-size: 80%;"><b>Python code for solving the two-dimensional Laplace equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs071.html#___sec70" style="font-size: 80%;"><b>Jacobi's algorithm extended to the diffusion equation in two dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs072.html#___sec71" style="font-size: 80%;"><b>Jacobi's algorithm extended to the diffusion equation in two dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs073.html#___sec72" style="font-size: 80%;"><b>Jacobi's algorithm extended to the diffusion equation in two dimensions, discretizing</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs074.html#___sec73" style="font-size: 80%;"><b>Jacobi's algorithm extended to the diffusion equation in two dimensions, the second derivative</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs075.html#___sec74" style="font-size: 80%;"><b>Jacobi's algorithm extended to the diffusion equation in two dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs076.html#___sec75" style="font-size: 80%;"><b>"Solving project 1 again but now with Jacobi's method":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/Jacobi.cpp"</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs077.html#___sec76" style="font-size: 80%;"><b>"Program to solve Jacobi's method in two dimension":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/diffusion2dim.cpp"</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs078.html#___sec77" style="font-size: 80%;"><b>"The Jacobi solver function":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/diffusion2dim.cpp"</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs079.html#___sec78" style="font-size: 80%;"><b>"Parallel Jacobi":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/MPIdiffusion.cpp"</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs080.html#___sec79" style="font-size: 80%;"><b>"Parallel Jacobi":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/MPIdiffusion.cpp"</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs081.html#___sec80" style="font-size: 80%;"><b>"Parallel Jacobi":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Programs/LecturePrograms/programs/PDE/cpp/OpenMPdiffusion.cpp"</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs082.html#___sec81" style="font-size: 80%;"><b>Wave Equation in two Dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs083.html#___sec82" style="font-size: 80%;"><b>Wave Equation in two Dimensions, discretizing</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs084.html#___sec83" style="font-size: 80%;"><b>Wave Equation in two Dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs085.html#___sec84" style="font-size: 80%;"><b>Wave Equation in two Dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs086.html#___sec85" style="font-size: 80%;"><b>Wave Equation in two Dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs087.html#___sec86" style="font-size: 80%;"><b>Wave Equation in two Dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs088.html#___sec87" style="font-size: 80%;"><b>Wave Equation in two Dimensions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs089.html#___sec88" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs090.html#___sec89" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation, first step</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs091.html#___sec90" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation,</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs092.html#___sec91" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation, separation of variables</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs093.html#___sec92" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation, separation of variables</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs094.html#___sec93" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation, boundary conditions</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs095.html#___sec94" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation, separation of variables and solutions</b></a></li> <!-- navigation toc: --> <li><a href="#___sec95" style="font-size: 80%;"><b>Analytical Solution for the two-dimensional wave equation, final steps</b></a></li> <!-- navigation toc: --> <li><a href="._pde-bs097.html#___sec96" style="font-size: 80%;"><b>Python code for solving the two-dimensional wave equation</b></a></li> </ul> </li> </ul> </div> </div> </div> <!-- end of navigation bar --> <div class="container"> <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> <!-- add vertical space --> <a name="part0096"></a> <!-- !split --> <h2 id="___sec95" class="anchor">Analytical Solution for the two-dimensional wave equation, final steps </h2> The final step is to determine the coefficients \( B_{mn} \) and \( D_{mn} \) from the Fourier coefficients. The equations for these are determined by the initial conditions \( u(x,y,0) = f(x,y) \) and \( \partial u/\partial t|_{t=0}= g(x,y) \). The final expressions are $$ \begin{equation*} B_{mn} = \frac{2}{L}\int_0^L\int_0^L dxdy f(x,y) \sin(\frac{m\pi x}{L})\sin(\frac{n\pi y}{L}), \end{equation*} $$ and $$ \begin{equation*} D_{mn} = \frac{2}{L}\int_0^L\int_0^L dxdy g(x,y) \sin(\frac{m\pi x}{L})\sin(\frac{n\pi y}{L}). \end{equation*} $$ Inserting the particular functional forms of \( f(x,y) \) and \( g(x,y) \) one obtains the final closed-form expressions. <p> <p> <!-- navigation buttons at the bottom of the page --> <ul class="pagination"> <li><a href="._pde-bs095.html">&laquo;</a></li> <li><a href="._pde-bs000.html">1</a></li> <li><a href="">...</a></li> <li><a href="._pde-bs088.html">89</a></li> <li><a href="._pde-bs089.html">90</a></li> <li><a href="._pde-bs090.html">91</a></li> <li><a href="._pde-bs091.html">92</a></li> <li><a href="._pde-bs092.html">93</a></li> <li><a href="._pde-bs093.html">94</a></li> <li><a href="._pde-bs094.html">95</a></li> <li><a href="._pde-bs095.html">96</a></li> <li class="active"><a href="._pde-bs096.html">97</a></li> <li><a href="._pde-bs097.html">98</a></li> <li><a href="._pde-bs097.html">&raquo;</a></li> </ul> <!-- ------------------- end of main content --------------- --> </div> <!-- end container --> <!-- include javascript, jQuery *first* --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <!-- Bootstrap footer <footer> <a href="http://..."><img width="250" align=right src="http://..."></a> </footer> --> <center style="font-size:80%"> <!-- copyright only on the titlepage --> </center> </body> </html>
4. Mejores prácticas para utilizar CSS/HOL.B/tarea7/css/style.css
Ninja-Labs/edge
/* ----------- INICIO Estilos Fuentes de texto */ /* ----------- FIN Estilos Fuentes de texto */ /* ----------- INICIO genericos */ html{ width: 100%; height: 100%; } body{ margin: 0px; background-color: #000; color: #fff; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; background-image: url(../images/fondwebpage.png); width: 100%; height: 100%; } header, section, menu, nav, footer, hgroup{ margin: 0px; padding: 0px; } a{ text-decoration: none; } .ocultar{ display:none; } /* ----------- FIN genericos */ /* ----------- INICIO Diagramacion y contenidos */ #wrapper{ width: 100%; height: 100%; } #header{ background-color: #f00; top: 0px; } #header #identidad{ position: absolute; right: 0px; top: 42%; width: 70px; height: 130px; background-color: #FFF; border-radius: 10px 0px 0px 10px; background-image: url('../images/identidad.png'); background-size: 100%; background-repeat: no-repeat; background-position: center; transition: all 1s; } #header #identidad:hover{ width: 130px; } #header h1{ margin:0px; width: 100%; height: 130px; } #header h1 a{ display: block; width: 100%; height: 130px; } #header h1 a span{ display: none; } #header h4{ display: none; } #header #redes{ position: absolute; right: 0px; top: 65%; width: 130px; } #header #redes ul, #header #redes ul li{ margin: 0px; padding: 0px; list-style: none; List-style-type: none; } #header #redes ul{ margin-left: 62px; border-bottom: 3px solid #666; } #header #redes ul li{ float: left; } #header #redes ul li a{ display: block; width: 24px; height: 24px; margin-top: -10px; } .btnFacebook{ background-image: url("../images/redes.png"); background-position: left; margin-left: -62px; } .btnFacebook:hover{ background-image: url("../images/redes-over.png"); } .btnFlickr{ background-image: url("../images/redes.png"); background-position: -33px; margin-left: -28px; } .btnFlickr:hover{ background-image: url("../images/redes-over.png"); } #header #redes ul li a span{ display: none; } #header #menu{ position: absolute; left: 0px; top: 50%; padding-right: 10px; border-radius: 0px 5px 5px 0px; background-color: #222; height: 36px; z-index: 10; } #header #menu h3{ margin: 0px; width: 40px; height: 26px; padding: 8px 10px 0px 20px; background-position: right; background-repeat: no-repeat; float: left; font-size: 13px; position: relative; cursor: pointer; } h3.tituloMenuFlechaRight{ background-image:url("../images/arrow-tit-menu-1.png"); } h3.tituloMenuFlechaLeft{ background-image:url("../images/arrow-tit-menu-2.png"); } #header #menu ul{ height: 36px; width: 0px; margin: 0px; padding: 0px; margin-left: 100px; list-style: none; list-style-type: none; /*float: left;*/ overflow: hidden; } #header #menu ul li{ float: left; width: 150px; margin: 0px; padding: 0px; height: 20px; margin: 8px 0px; border-left: 1px dotted #FFF; } #header #menu ul li:last-child{ border-right: none; } #header #menu ul li a{ display: block; height: 28px; width: 160px; margin: -8px 0px; text-align: center; padding-top: 8px; font-size: 14px; color:#fff; } #header #menu ul li ul{ width: 200px !important; position:relative; height: 26px; top: -28px; left: -25px; z-index: -1; display: block; /*-webkit-transition: all 1s; -ms-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s;*/ transition: all 1s; opacity: 0; margin: 0px; padding: 3px; overflow: hidden !important; background-color: #000; background-image:url(../images/fondmenuinterno.png); border: 1px solid #000; } #header #menu ul li:hover ul{ display:block; height: 569px; top: -300px; opacity: 1; } #header #menu ul li ul li{ border: none; display: block; float: none; margin:0px 0px 6px 0px; background-color: #000; border: 1px solid #666; padding: 3px; width: auto; height: auto; opacity: 1; } #header #menu ul li ul li:nth-child(3){ margin-bottom: 60px; } #header ul li ul li img{ margin-left: -10px; position: absolute; } #header ul li ul li img.fondoItemMenu{ } #header ul li ul li:nth-child(1) .fondoItemMenu{ margin-top: -81px; } #header ul li ul li:nth-child(2) .fondoItemMenu{ margin-top: -166px; } #header ul li ul li:nth-child(3) .fondoItemMenu{ margin-top: -251px; } #header ul li ul li:nth-child(4) .fondoItemMenu{ margin-top: -390px; } #header ul li ul li:nth-child(5) .fondoItemMenu{ margin-top: -477px; } #header ul li ul li:nth-child(6) .fondoItemMenu{ margin-top: -563px; } #header ul li ul li a{ display:block; position: relative; z-index: 10; height: auto !important; width: auto !important; margin:0px !important; padding: 0px !important; } #header ul li ul li a img{ float:none; border: none; margin:0px !important; position:static; } #header ul li ul li a span{ } #menu img{ } #contenidos{ width: 100%; height: 100%; } #contenidos .proyecto{ display: none; } #contenidos .proyecto .listaImagenesProyecto{ background-color: rgb(0,0,0); background-position: center; background-repeat:repeat; width: 80%; margin:auto; padding: 0px 10px; overflow: hidden; border-radius: 0px 0px 8px 8px; } #contenidos .proyecto .listaImagenesProyecto menu{ display: inline; } #contenidos .proyecto .listaImagenesProyecto ul{ display: block; width: 100%; margin: 0px; padding: 0px 20px; } #contenidos .proyecto .listaImagenesProyecto ul:hover{ margin-top: 0px; } #contenidos .proyecto .listaImagenesProyecto ul li{ float: left; margin: 0px; padding: 0px; list-style: none; list-style-image:none; list-style-type:none; } #contenidos .proyecto .listaImagenesProyecto ul li a{ display: block; width: 190px; height: 50px; cursor: pointer; margin: 0px 5px; background-position:center; background-repeat:no-repeat; } /* Simularemos con estas imágenes el comportamiento de la lista de posibles imagenes */ #contenidos .proyecto .listaImagenesProyecto ul li:nth-child(1) a{ background-image:url(../uploads/pic-rojored-a.jpg) } #contenidos .proyecto .listaImagenesProyecto ul li:nth-child(2) a{ background-image:url(../uploads/pic-rojored-b.jpg) } #contenidos .proyecto .listaImagenesProyecto ul li:nth-child(3) a{ background-image:url(../uploads/pic-rojored-c.jpg) } #contenidos .proyecto .listaImagenesProyecto ul li:nth-child(4) a{ background-image:url(../uploads/pic-rojored-d.jpg) } #contenidos .proyecto .listaImagenesProyecto ul li:nth-child(5) a{ background-image:url(../uploads/pic-rojored-e.jpg) } #contenidos .proyecto .listaImagenesProyecto ul li a span{ display: none; } #contenidos .proyecto .vinculoTrabajo{ position: absolute; display:none; opacity: 0; top: 0px; left: 0px; height: 100%; width: 100%; z-index: -10; text-align:center; } #contenidos img.imagenProyecto{ text-align: center; margin:auto; max-height: 100%; max-width: 100%; } #footer{ display: none; } /* ----------- FIN Diagramacion y contenidos */ /* ----------- INICIO Textos y colores */ /* ----------- FIN Textos y colores */
book/content/cmd/cmd-apm-unlink.html
foreachsam/book-editor-atom
<!DOCTYPE HTML> <html lang="en" > <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>apm unlink | Atom Editor 使用筆記</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta name="description" content=""> <meta name="generator" content="GitBook 2.6.6"> <meta name="HandheldFriendly" content="true"/> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../gitbook/images/apple-touch-icon-precomposed-152.png"> <link rel="shortcut icon" href="../../gitbook/images/favicon.ico" type="image/x-icon"> <link rel="stylesheet" href="../../gitbook/style.css"> <link rel="stylesheet" href="../../gitbook/plugins/gitbook-plugin-highlight/website.css"> <link rel="stylesheet" href="../../gitbook/plugins/gitbook-plugin-search/search.css"> <link rel="stylesheet" href="../../gitbook/plugins/gitbook-plugin-fontsettings/website.css"> <link rel="stylesheet" href="../../asset/css/website.css"> <link rel="prev" href="../../content/cmd/cmd-apm-links.html" /> </head> <body> <div class="book" data-level="5.1.5" data-chapter-title="apm unlink" data-filepath="content/cmd/cmd-apm-unlink.md" data-basepath="../.." data-revision="Sat Feb 06 2016 01:29:45 GMT+0800 (CST)" data-innerlanguage=""> <div class="book-summary"> <nav role="navigation"> <ul class="summary"> <li class="chapter " data-level="0" data-path="index.html"> <a href="../../index.html"> <i class="fa fa-check"></i> Introduction </a> </li> <li class="chapter " data-level="1" data-path="content/reference/index.html"> <a href="../../content/reference/index.html"> <i class="fa fa-check"></i> <b>1.</b> 參考資料 </a> </li> <li class="chapter " data-level="2" data-path="content/start/index.html"> <a href="../../content/start/index.html"> <i class="fa fa-check"></i> <b>2.</b> 入門 </a> <ul class="articles"> <li class="chapter " data-level="2.1" data-path="content/start/install.html"> <a href="../../content/start/install.html"> <i class="fa fa-check"></i> <b>2.1.</b> 下載安裝 </a> </li> <li class="chapter " data-level="2.2" data-path="content/start/cmd-atom.html"> <a href="../../content/start/cmd-atom.html"> <i class="fa fa-check"></i> <b>2.2.</b> atom指令的使用 </a> </li> </ul> </li> <li class="chapter " data-level="3" data-path="content/integration/index.html"> <a href="../../content/integration/index.html"> <i class="fa fa-check"></i> <b>3.</b> 整合 </a> <ul class="articles"> <li class="chapter " data-level="3.1" data-path="content/integration/dolphin.html"> <a href="../../content/integration/dolphin.html"> <i class="fa fa-check"></i> <b>3.1.</b> Dolphin右鍵選單 </a> </li> </ul> </li> <li class="chapter " data-level="4" data-path="content/howto/index.html"> <a href="../../content/howto/index.html"> <i class="fa fa-check"></i> <b>4.</b> Howto </a> <ul class="articles"> <li class="chapter " data-level="4.1" data-path="content/howto/font.html"> <a href="../../content/howto/font.html"> <i class="fa fa-check"></i> <b>4.1.</b> 設定中文字型 </a> <ul class="articles"> <li class="chapter " data-level="4.1.1" data-path="content/howto/font-markdown-preview.html"> <a href="../../content/howto/font-markdown-preview.html"> <i class="fa fa-check"></i> <b>4.1.1.</b> 如何設定「Mardown Preview」的中文字型 </a> </li> <li class="chapter " data-level="4.1.2" data-path="content/howto/font-atom-workspace.html"> <a href="../../content/howto/font-atom-workspace.html"> <i class="fa fa-check"></i> <b>4.1.2.</b> 如何設定「Atom Workspace」的中文字型 </a> </li> </ul> </li> <li class="chapter " data-level="4.2" data-path="content/howto/tongwen.html"> <a href="../../content/howto/tongwen.html"> <i class="fa fa-check"></i> <b>4.2.</b> 繁簡轉換 </a> </li> </ul> </li> <li class="chapter " data-level="5" data-path="content/cmd/index.html"> <a href="../../content/cmd/index.html"> <i class="fa fa-check"></i> <b>5.</b> 指令 </a> <ul class="articles"> <li class="chapter " data-level="5.1" data-path="content/start/cmd-apm.html"> <a href="../../content/start/cmd-apm.html"> <i class="fa fa-check"></i> <b>5.1.</b> apm指令的使用 </a> <ul class="articles"> <li class="chapter " data-level="5.1.1" data-path="content/cmd/cmd-apm-list.html"> <a href="../../content/cmd/cmd-apm-list.html"> <i class="fa fa-check"></i> <b>5.1.1.</b> apm list </a> <ul class="articles"> <li class="chapter " data-level="5.1.1.1" data-path="content/cmd/cmd-apm-list-packages.html"> <a href="../../content/cmd/cmd-apm-list-packages.html"> <i class="fa fa-check"></i> <b>5.1.1.1.</b> apm list --packages </a> </li> <li class="chapter " data-level="5.1.1.2" data-path="content/cmd/cmd-apm-list-themes.html"> <a href="../../content/cmd/cmd-apm-list-themes.html"> <i class="fa fa-check"></i> <b>5.1.1.2.</b> apm list --themes </a> </li> </ul> </li> <li class="chapter " data-level="5.1.2" data-path="content/cmd/cmd-apm-init.html"> <a href="../../content/cmd/cmd-apm-init.html"> <i class="fa fa-check"></i> <b>5.1.2.</b> apm init </a> <ul class="articles"> <li class="chapter " data-level="5.1.2.1" data-path="content/cmd/cmd-apm-init-package.html"> <a href="../../content/cmd/cmd-apm-init-package.html"> <i class="fa fa-check"></i> <b>5.1.2.1.</b> apm init --package </a> </li> </ul> </li> <li class="chapter " data-level="5.1.3" data-path="content/cmd/cmd-apm-link.html"> <a href="../../content/cmd/cmd-apm-link.html"> <i class="fa fa-check"></i> <b>5.1.3.</b> apm link </a> </li> <li class="chapter " data-level="5.1.4" data-path="content/cmd/cmd-apm-links.html"> <a href="../../content/cmd/cmd-apm-links.html"> <i class="fa fa-check"></i> <b>5.1.4.</b> apm links </a> </li> <li class="chapter active" data-level="5.1.5" data-path="content/cmd/cmd-apm-unlink.html"> <a href="../../content/cmd/cmd-apm-unlink.html"> <i class="fa fa-check"></i> <b>5.1.5.</b> apm unlink </a> </li> </ul> </li> </ul> </li> <li class="divider"></li> <li> <a href="https://www.gitbook.com" target="blank" class="gitbook-link"> Published with GitBook </a> </li> </ul> </nav> </div> <div class="book-body"> <div class="body-inner"> <div class="book-header" role="navigation"> <!-- Actions Left --> <!-- Title --> <h1> <i class="fa fa-circle-o-notch fa-spin"></i> <a href="../../" >Atom Editor 使用筆記</a> </h1> </div> <div class="page-wrapper" tabindex="-1" role="main"> <div class="page-inner"> <section class="normal" id="section-"> <h1 id="apm-unlink">apm unlink</h1> <h2 id="&#x4F7F;&#x7528;&#x8AAA;&#x660E;">&#x4F7F;&#x7528;&#x8AAA;&#x660E;</h2> <p>&#x57F7;&#x884C;</p> <pre><code class="lang-sh">$ apm <span class="hljs-built_in">help</span> unlink </code></pre> <p>&#x986F;&#x793A;</p> <pre><code>Usage: apm unlink [&lt;package_path&gt;] Delete the symlink in ~/.atom/packages for the package. The package in the current working directory is unlinked if no path is given. Run `apm links` to view all the currently linked packages. Options: --hard Unlink package from ~/.atom/packages and ~/.atom/dev/packages [boolean] -h, --help Print this usage message -d, --dev Unlink package from ~/.atom/dev/packages [boolean] -a, --all Unlink all packages in ~/.atom/packages and ~/.atom/dev/packages [boolean] Prefix an option with `no-` to set it to false such as --no-color to disable colored output. </code></pre> </section> </div> </div> </div> <a href="../../content/cmd/cmd-apm-links.html" class="navigation navigation-prev navigation-unique" aria-label="Previous page: apm links"><i class="fa fa-angle-left"></i></a> </div> </div> <script src="../../gitbook/app.js"></script> <script src="../../gitbook/plugins/gitbook-plugin-ga/plugin.js"></script> <script src="../../gitbook/plugins/gitbook-plugin-search/lunr.min.js"></script> <script src="../../gitbook/plugins/gitbook-plugin-search/search.js"></script> <script src="../../gitbook/plugins/gitbook-plugin-sharing/buttons.js"></script> <script src="../../gitbook/plugins/gitbook-plugin-fontsettings/buttons.js"></script> <script> require(["gitbook"], function(gitbook) { var config = {"fontsettings":{"theme":"night","family":"sans","size":2},"ga":{"token":"UA-56999876-1","configuration":"auto"},"highlight":{},"search":{"maxIndexSize":1000000},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]}}; gitbook.start(config); }); </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-56999876-1', 'auto');ga('send', 'pageview');</script> </body> </html>
docs/reference/mm_check_mcmc_file.html
USGS-R/streamMetabolizer
<!-- Generated by pkgdown: do not edit by hand --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Use an engine-specific function to check the model syntax — mm_check_mcmc_file • streamMetabolizer</title> <!-- jquery --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <!-- Bootstrap --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha256-bZLfwXAP04zRMK2BjiO8iu9pf4FbLqX6zitd+tIvLhE=" crossorigin="anonymous" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script> <!-- bootstrap-toc --> <link rel="stylesheet" href="../bootstrap-toc.css"> <script src="../bootstrap-toc.js"></script> <!-- Font Awesome icons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/v4-shims.min.css" integrity="sha256-wZjR52fzng1pJHwx4aV2AO3yyTOXrcDW7jBpJtTwVxw=" crossorigin="anonymous" /> <!-- clipboard.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js" integrity="sha256-inc5kl9MA1hkeYUt+EC3BhlIgyp/2jDIyBLS6k3UxPI=" crossorigin="anonymous"></script> <!-- headroom.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/headroom.min.js" integrity="sha256-AsUX4SJE1+yuDu5+mAVzJbuYNPHj/WroHuZ8Ir/CkE0=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script> <!-- pkgdown --> <link href="../pkgdown.css" rel="stylesheet"> <script src="../pkgdown.js"></script> <meta property="og:title" content="Use an engine-specific function to check the model syntax — mm_check_mcmc_file" /> <meta property="og:description" content="Use an engine-specific function to check the model syntax" /> <!-- mathjax --> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body data-spy="scroll" data-target="#toc"> <div class="container template-reference-topic"> <header> <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">streamMetabolizer</a> <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.12.0</span> </span> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> <a href="../index.html"> <span class="fas fa-home fa-lg"></span> </a> </li> <li> <a href="../reference/index.html">Reference</a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> Articles <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="../articles/data_prep.html">Data Preparation</a> </li> <li> <a href="../articles/get_started.html">Quickstart</a> </li> <li> <a href="../articles/gpp_er_eqs.html">GPP and ER Equations</a> </li> <li> <a href="../articles/installation.html">Installation</a> </li> <li> <a href="../articles/model_structures.html">Model Structures</a> </li> <li> <a href="../articles/models_bayes.html">Bayesian Models</a> </li> <li> <a href="../articles/models_mle.html">MLE Models</a> </li> <li> <a href="../articles/ode_methods.html">ODE Methods</a> </li> <li> <a href="../articles/simulations.html">Simulations</a> </li> </ul> </li> <li> <a href="../news/index.html">Changelog</a> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li> <a href="https://github.com/USGS-R/streamMetabolizer/"> <span class="fab fa-github fa-lg"></span> </a> </li> </ul> </div><!--/.nav-collapse --> </div><!--/.container --> </div><!--/.navbar --> </header> <div class="row"> <div class="col-md-9 contents"> <div class="page-header"> <h1>Use an engine-specific function to check the model syntax</h1> <small class="dont-index">Source: <a href='https://github.com/USGS-R/streamMetabolizer/blob/master/R/mm_check_mcmc_file.R'><code>R/mm_check_mcmc_file.R</code></a></small> <div class="hidden name"><code>mm_check_mcmc_file.Rd</code></div> </div> <div class="ref-description"> <p>Use an engine-specific function to check the model syntax</p> </div> <pre class="usage"><span class='fu'>mm_check_mcmc_file</span><span class='op'>(</span><span class='va'>model_file</span><span class='op'>)</span></pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> <table class="ref-arguments"> <colgroup><col class="name" /><col class="desc" /></colgroup> <tr> <th>model_file</th> <td><p>the file path of the model file to check; the extension will be used to determine which engine to use for checking.</p></td> </tr> </table> </div> <div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar"> <nav id="toc" data-toggle="toc" class="sticky-top"> <h2 data-toc-skip>Contents</h2> </nav> </div> </div> <footer> <div class="copyright"> <p>Developed by Alison P. Appling, Robert O. Hall, Maite Arroita, Charles B. Yackulic.</p> </div> <div class="pkgdown"> <p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.6.1.</p> </div> </footer> </div> </body> </html>
data/KIN-1/n801010000000000/20160116123600/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeT.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_2.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le main-le-current" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>區域立法委員選舉&nbsp;金門縣&nbsp;選舉區&nbsp;候選人得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;候選人數:8&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;應選人數:1&nbsp;&nbsp; <!--<img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp; <img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp;應有婦女當選名額:0--> </td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td>姓名</td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>推薦之政黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>洪志恒</td> <td>男</td> <td class="tdAlignRight">647</td> <td class="tdAlignRight">1.7840</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>陳滄江</td> <td>男</td> <td class="tdAlignRight">8,367</td> <td class="tdAlignRight">23.0706</td> <td>民主進步黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>高丹樺</td> <td>女</td> <td class="tdAlignRight">666</td> <td class="tdAlignRight">1.8364</td> <td>軍公教聯盟黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>4</td> <td>張中法</td> <td>男</td> <td class="tdAlignRight">670</td> <td class="tdAlignRight">1.8474</td> <td>無</td> </tr> <tr class="trT"> <td>◎</td> <td>5</td> <td>楊鎮浯</td> <td>男</td> <td class="tdAlignRight">16,350</td> <td class="tdAlignRight">45.0823</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>6</td> <td>陳仲立</td> <td>男</td> <td class="tdAlignRight">49</td> <td class="tdAlignRight">0.1351</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>7</td> <td>陳德輝</td> <td>男</td> <td class="tdAlignRight">113</td> <td class="tdAlignRight">0.3116</td> <td>台灣工黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>8</td> <td>吳成典</td> <td>男</td> <td class="tdAlignRight">9,405</td> <td class="tdAlignRight">25.9327</td> <td>新黨</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;68/68&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>當選註記</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 20:33:14 +0800" title="Sat, 16 Jan 2016 20:33:14 +0800">&nbsp;資料更新時間:01/16&nbsp;20:33:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter">[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
docs/FLBEIA_A_Simple_Example.html
flr/doc
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="generator" content="pandoc" /> <meta http-equiv="X-UA-Compatible" content="IE=EDGE" /> <title>Introductory example. Part 1.</title> <script src="site_libs/header-attrs-2.1/header-attrs.js"></script> <script src="site_libs/jquery-1.11.3/jquery.min.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href="site_libs/bootstrap-3.3.5/css/yeti.min.css" rel="stylesheet" /> <script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script> <script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script> <script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script> <script src="site_libs/navigation-1.1/tabsets.js"></script> <link href="site_libs/highlightjs-9.12.0/textmate.css" rel="stylesheet" /> <script src="site_libs/highlightjs-9.12.0/highlight.js"></script> <link href="site_libs/font-awesome-5.1.0/css/all.css" rel="stylesheet" /> <link href="site_libs/font-awesome-5.1.0/css/v4-shims.css" rel="stylesheet" /> <style type="text/css">code{white-space: pre;}</style> <style type="text/css"> pre:not([class]) { background-color: white; } </style> <script type="text/javascript"> if (window.hljs) { hljs.configure({languages: []}); hljs.initHighlightingOnLoad(); if (document.readyState && document.readyState === "complete") { window.setTimeout(function() { hljs.initHighlighting(); }, 0); } } </script> <style type="text/css"> h1 { font-size: 34px; } h1.title { font-size: 38px; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 18px; } h5 { font-size: 16px; } h6 { font-size: 12px; } .table th:not([align]) { text-align: left; } </style> <style type = "text/css"> .main-container { max-width: 940px; margin-left: auto; margin-right: auto; } code { color: inherit; background-color: rgba(0, 0, 0, 0.04); } img { max-width:100%; } .tabbed-pane { padding-top: 12px; } .html-widget { margin-bottom: 20px; } button.code-folding-btn:focus { outline: none; } summary { display: list-item; } </style> <style type="text/css"> /* padding for bootstrap navbar */ body { padding-top: 45px; padding-bottom: 40px; } /* offset scroll position for anchor links (for fixed navbar) */ .section h1 { padding-top: 50px; margin-top: -50px; } .section h2 { padding-top: 50px; margin-top: -50px; } .section h3 { padding-top: 50px; margin-top: -50px; } .section h4 { padding-top: 50px; margin-top: -50px; } .section h5 { padding-top: 50px; margin-top: -50px; } .section h6 { padding-top: 50px; margin-top: -50px; } .dropdown-submenu { position: relative; } .dropdown-submenu>.dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; border-radius: 0 6px 6px 6px; } .dropdown-submenu:hover>.dropdown-menu { display: block; } .dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #cccccc; margin-top: 5px; margin-right: -10px; } .dropdown-submenu:hover>a:after { border-left-color: #ffffff; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; border-radius: 6px 0 6px 6px; } </style> <script> // manage active state of menu based on current page $(document).ready(function () { // active menu anchor href = window.location.pathname href = href.substr(href.lastIndexOf('/') + 1) if (href === "") href = "index.html"; var menuAnchor = $('a[href="' + href + '"]'); // mark it active menuAnchor.parent().addClass('active'); // if it's got a parent navbar menu mark it active as well menuAnchor.closest('li.dropdown').addClass('active'); }); </script> <!-- tabsets --> <style type="text/css"> .tabset-dropdown > .nav-tabs { display: inline-table; max-height: 500px; min-height: 44px; overflow-y: auto; background: white; border: 1px solid #ddd; border-radius: 4px; } .tabset-dropdown > .nav-tabs > li.active:before { content: ""; font-family: 'Glyphicons Halflings'; display: inline-block; padding: 10px; border-right: 1px solid #ddd; } .tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before { content: "&#xe258;"; border: none; } .tabset-dropdown > .nav-tabs.nav-tabs-open:before { content: ""; font-family: 'Glyphicons Halflings'; display: inline-block; padding: 10px; border-right: 1px solid #ddd; } .tabset-dropdown > .nav-tabs > li.active { display: block; } .tabset-dropdown > .nav-tabs > li > a, .tabset-dropdown > .nav-tabs > li > a:focus, .tabset-dropdown > .nav-tabs > li > a:hover { border: none; display: inline-block; border-radius: 4px; background-color: transparent; } .tabset-dropdown > .nav-tabs.nav-tabs-open > li { display: block; float: none; } .tabset-dropdown > .nav-tabs > li { display: none; } </style> <!-- code folding --> </head> <body> <div class="container-fluid main-container"> <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html"></a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> <a href="http://flr-project.org"> <span class="fa fa-home"></span> FLR </a> </li> <li> <a href="index.html"> <span class="fa fa-info"></span> Home </a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> <span class="fa fa-play-circle-o"></span> Intro <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="A_quick_introduction_to_FLR.html">A quick introduction to FLR</a> </li> <li> <a href="An_overview_of_the_FLCore_classes.html">An overview of the FLCore classes</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> <span class="fa fa-database"></span> Input <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="Loading_your_data_into_FLR.html">Loading your data into FLR</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> <span class="fa fa-magic"></span> Modelling <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="Modelling_stock_recruitment_with_FLSR.html">Modelling stock recruitment with FLSR</a> </li> <li> <a href="Statistical_catch_at_age_models_in_FLa4a.html">Statistical catch at age models in FLa4a</a> </li> <li> <a href="Modelling_growth_and_its_uncertainty_in_FLa4a.html">Modelling growth and its uncertainty in FLa4a</a> </li> <li> <a href="Natural_mortality_modelling_in_FLa4a.html">Natural mortality modelling in FLa4a</a> </li> <li> <a href="Stock_assessment_using_eXtended_Survivors_Analysis_with_FLXSA.html">Stock assessment using eXtended Survivors Analysis with FLXSA</a> </li> <li> <a href="Using_information_on_life_history_relationships.html">Using information on Life History relationships</a> </li> <li> <a href="Life_history_relationships.html">Life history relationships</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> <span class="fa fa-tachometer"></span> Advice <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="Running_Medium_Term_Forecasts_with_FLash.html">Running Medium Term Forecasts with FLash</a> </li> <li> <a href="Short_Term_Forecasting_for_advice_using_FLash.html">Short Term Forecasting for advice using FLash</a> </li> <li> <a href="Forecasting_on_the_Medium_Term_for_advice_using_FLasher.html">Forecasting on the Medium Term for advice using FLasher</a> </li> <li> <a href="Reference_points_for_fisheries_management_with_FLBRP.html">Reference points for fisheries management with FLBRP</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> <span class="fa fa-cogs"></span> MSE <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="An_introduction_to_MSE_using_FLR.html">An introduction to MSE using FLR</a> </li> <li> <a href="Management_procedure_biomass_dynamic.html">Biomass Dynamic Management Procedures</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> <span class="fa fa-cogs"></span> FLBEIA <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="An_introduction_to_MSE_using_FLR.html">An introduction to MSE using FLR</a> </li> <li> <a href="FLBEIA_Conditioning.html">Conditioning FLBEIA using Smart Conditioning Functions</a> </li> <li> <a href="FLBEIA_A_Simple_Example.html">A simple example on how to use FLBEIA</a> </li> <li> <a href="FLBEIA_An_Example_with_multiple_dimensions.html">A simple example with multiple dimensions in FLBEIA</a> </li> <li> <a href="FLBEIA_Checking_inputs.html">Checking FLBEIA inputs</a> </li> <li> <a href="FLBEIA_Using_Assessment_models_in_the_MP.html">Using Stock Assessment models in the Management procedure of FLBEIA</a> </li> <li> <a href="FLBEIA_Incorporating_SS3assessment_MP.html">Including SS3 assessment within the Management Procedure of FLBEIA</a> </li> <li> <a href="FLBEIA_Testing_Management_Strategies.html">Testing different Management Strategies in FLBEIA</a> </li> <li> <a href="FLBEIA_Data_Poor_MSE.html">Data Limited MSE in FLBEIA</a> </li> <li> <a href="FLBEIA_Smart_Conditioning_II.html">Smart Conditioning II</a> </li> <li> <a href="FLBEIA_Mixed_Fisheries_Tutorial.html">ICES Mixed Fisheries Advice using FLBEIA</a> </li> <li> <a href="FLBEIA_Bio_Economic_Tutorial.html">Bio-Economic simulation using FLBEIA</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> <span class="fa fa-area-chart"></span> Plotting <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="ggplotFL_plotting_FLR_objects_with_ggplot2.html">ggplotFL, plotting FLR objects with ggplot2</a> </li> <li> <a href="Plotting_FLR_objects_using_lattice.html">Plotting FLR objects using lattice</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> <span class="fa fa-puzzle-piece"></span> Internals <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="Units_of_measurement_in_FLR_objects.html">Units of measurement in FLR objects</a> </li> </ul> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li> <a href="http://github.com/flr/doc/issues"> <span class="fa fa-question fa-lg"></span> </a> </li> </ul> </div><!--/.nav-collapse --> </div><!--/.container --> </div><!--/.navbar --> <div class="fluid-row" id="header"> <h1 class="title toc-ignore">Introductory example. Part 1.</h1> <h4 class="date">15 may., 2020</h4> </div> <p><img src="images/FLBEIA_logo.png" width="20%" style="display: block; margin: auto;" /></p> <div id="aim" class="section level1"> <h1>Aim</h1> <p><strong>FLBEIA</strong> provides a battery of tutorials for learning how to use this software. This tutorial is a practical guide about one simple implementation of <code>FLBEIA</code>. The aim of this example is to become familiar with the objects necessary to carry out bio-economic impact assessments of fisheries management strategies.</p> <p>In this tutorial a simple example on how to run <code>FLBEIA</code> is presented. This simple example is named as <code>one</code>. The outputs of applaying <code>FLBEIA</code> to <code>one</code> example are analized, summarized and plotted. Once the user has understood the structure and outputs of <code>FLBEIA</code>, let’s start playing! We will run, plot and analyse several scenarios.</p> <p>Finally, another simple example but with three iterations, named <code>oneIt</code>, is presented. In this example some exercises are proposed to be resolved by the user.</p> </div> <div id="help-manual" class="section level1"> <h1>Help &amp; Manual</h1> <p><strong>FLBEIA</strong> includes extensive facilities for accessing documentation and searching for help. <strong>FLBEIA</strong> manual can be download from <a href="https://github.com/flr/FLBEIA/blob/master/vignettes/FLBEIA_manual.pdf">Github</a> or within the ‘doc’ folder of the package installation. Additionally, the <code>help()</code> function and <code>?</code> help operator in R provide access to the documentation pages. Typing <code>help(package = FLBEIA)</code> in the R console you access to the documentation for package <code>FLBEIA</code> , user guides and help pages. For example, typing <code>help(bioSum)</code> in the R console you access to help page of summary functions for the FLBEIA output.</p> <p>The exact way to define the objects used to set the simulation is described in the <a href="https://github.com/flr/FLBEIA/blob/master/vignettes/FLBEIA_manual.pdf">FLBEIA manual</a>. Nevertheless, the objects to set the simulation do not need to be defined for the following examples, as the datasets <code>one</code> and <code>oneIt</code> from the FLBEIA package will be used. For details on these objects, see <a href="https://github.com/flr/FLBEIA/blob/master/vignettes/FLBEIA_manual.pdf">FLBEIA manual, Section 5.2</a> or type <code>?FLBEIA</code> in the R console.</p> <p>To see all the datasets available in the <strong>FLBEIA</strong> package:</p> <pre class="r"><code>data(package=&#39;FLBEIA&#39;)</code></pre> </div> <div id="required-packages-to-run-this-tutorial" class="section level1"> <h1>Required packages to run this tutorial</h1> <p>To follow this tutorial you should have installed the following packages:</p> <ul> <li>CRAN: <a href="https://cran.r-project.org/web/packages/ggplot2/index.html">ggplot2</a></li> <li>FLR: <a href="http://www.flr-project.org/FLCore/">FLCore</a>, <a href="http://www.flr-project.org/FLAssess/">FLAssess</a>, <a href="http://www.flr-project.org/FLash/">FLash</a>, <a href="http://www.flr-project.org/FLBEIA/">FLBEIA</a>, <a href="http://www.flr-project.org/FLFleet/">FLFleet</a>, <a href="http://www.flr-project.org/ggplotFL/">ggplotFL</a></li> </ul> <p>If you are using Windows, please use 64-bit R version because some of the packages do not work in 32-bit.</p> <pre class="r"><code>install.packages( c(&quot;ggplot2&quot;)) install.packages( c(&quot;FLCore&quot;, &quot;FLFleet&quot;, &quot;FLBEIA&quot;, &quot;ggplotFL&quot;, &quot;FLash&quot;, &quot;FLAssess&quot;, &quot;FLXSA&quot;), repos=&quot;http://flr-project.org/R&quot;)</code></pre> <p>It has to be noted that packages <code>FLCore</code>, <code>FLFleets</code> and <code>FLBEIA</code> have to be installed in this exact order, as alternative orders can cause some problems.</p> <p>The last version (not consolidated version -under development-) of FLBEIA can be installed from <a href="https://github.com/flr/FLBEIA/">GitHub</a>.</p> <p>Load all the necessary packages.</p> <pre class="r"><code># This chunk loads all necessary packages. library(FLBEIA) library(tidyr)</code></pre> </div> <div id="general-description" class="section level1"> <h1>GENERAL DESCRIPTION</h1> <p>Two examples are explored in this tutorial. In <code>Example 1</code> we will play with dataset <code>one</code>. In this example the Operating Model is formed by a single age-structured stock. This stock is captured by one fleet whose activity is performed in an unique metier. The time step is annual with only one interation. The historic data go from 1990 to 2009 and projection period from 2010 to 2025.</p> <ul> <li>Operating model: <ul> <li>Population dynamics: Age structured population growth</li> <li>Stock recruitment model: Beverthon and Holt</li> <li>Fleet dynamics: Simple Mixed Fisheries Behaviour</li> <li>Covariates dynamics: no covariates</li> </ul></li> <li>Management procedure: <ul> <li>Observation: perfect observation</li> <li>Assessment: no assessment<br /> </li> <li>Management advice: ICES harvest control rule</li> </ul></li> </ul> <p>In <code>Example 2</code> dataset <code>oneIt</code> is used. Dataset <code>oneIt</code> is equal to <code>one</code> but with three iterations instead one.</p> </div> <div id="example-1-one-iteration." class="section level1"> <h1>EXAMPLE 1: One iteration.</h1> <div id="exploring-the-data" class="section level2"> <h2>Exploring the data</h2> <p>The required objects to run <code>FLBEIA</code> are available in the dataset <code>one</code>.</p> <pre class="r"><code>data(one) </code></pre> <p><code>ls()</code> command return a vector of character strings giving the names of the objects in the environment, in this case we can see the objects stored in <code>one</code>.</p> <pre class="r"><code>ls()</code></pre> <pre><code>character(0)</code></pre> <p>Show the class of each of the objects with <code>sapply</code> function.</p> <pre class="r"><code>sapply(ls(), function(x) class(get(x)))</code></pre> <pre><code>named list()</code></pre> <p>Below you can find the description of objects stored in <code>one</code>:</p> <ul> <li><p><code>oneBio</code>: A FLBiols object that contains biological information of stock <em>stk1</em> (i.e. ‘real’ population within the OM).</p></li> <li><p><code>oneBioC</code>: A list of settings that control the biological operating model. The growth function of <em>stk1</em> is defined as Age Structured Population Growth (<code>ASPG</code>). The function <code>ASPG</code> describes the evolution of an age structured population using an exponential survival equation for existing age classes and a stock-recruitment relationship to generate the recruitment. In FLBEIA there are other alternative models available: <code>fixedPopulation</code> and <code>BDPG</code>.</p></li> <li><p><code>oneMainC</code>: A list of settings to control the behaviour of FLBEIA function setting the initial and final year of the proyection period.</p></li> <li><p><code>oneFL</code>: A <em>FLFleetExt</em> object that contains information relative to the fleet <code>fl1</code> (effort, costs, capacity…) and information relative to the metier <code>met1</code> (effort share, variable costs, parameters of the Cobb Douglas function).</p></li> <li><p><code>oneFlC</code>: A list of settings that control the fleet dynamics. The effort dynamics for fl1 is <em>Simple Mixed fisheries behaviour</em> (<code>SMFB</code>). The function <code>SMFB</code> is a simplified version of the behavior of fleets that work in a mixed fisheries framework. It is seasonal and assumes that effort share among metiers is given as input parameter. There are also other effort models defined in FLBEIA (<code>fixedEffort</code>, <code>SSFB</code>, <code>MaxProfit</code>). In this example, capacity, catchability and price are given as input data and are unchanged within the simulation (<code>fixedPrice</code>). Summarizing, the fleet catches yearly exactly the advised TAC and there is no exit-entry of vessels in the fishery (<code>fixedCapital</code>).</p></li> <li><p><code>oneCv</code>: List with all variables needed for the capital dynamics (fuel costs, capital costs, number of vessels, invest share, number of vessels, maximum fishing days by vessel…). However, in this case, the capital model is defined in <code>oneFlC</code> as <code>fixedCapital</code> (i.e. there is no any change in the capital dimension).</p></li> <li><p><code>oneCvC</code>: A list of settings that control the capital dynamics. In this case, covariates are given as input data and are unchanged within the simulation (i.e. <code>fixedCovar</code>).</p></li> <li><p><code>oneAdv</code>: List containing information on management advice; TAC and quota share.</p></li> <li><p><code>oneAdvC</code>: A list of settings that control the behaviour of advice within the management procedure. It is a list with one element per stock. In this example the model is <code>IcesHCR</code>. The function represents the HCR used by ICES to generate TAC advice in the MSY framework. It is a biomass-based HCR, where the TAC advice depends on F in relation to several reference points.</p></li> <li><p><code>oneAssC</code>: A list of settings that control the assessment. It is defined the name of the assessment model to be used for each stock. In the current example there is no asssessment <code>NoAssessment</code>.</p></li> <li><p><code>oneObsC</code>: A list of settings that control the observation process. A <code>perfectObs</code> model is defined in this case. This function does not introduce any observation uncertainty in the observation of the different quantities stored in the <code>FLBiols</code> and <code>FLFLeetsExt</code> objects.</p></li> <li><p><code>oneSR</code>: Information on the stock recruitment relationship, not needed in the case of population aggregated in biomass. The model is <code>bevholtAR1</code>, a segmented regression stock-recruitment model with autoregressive normal log residuals of first order. There are several SR models available in FLR and FLBEIA: <code>geomean</code>, <code>bevholt</code>, <code>ricker</code>, <code>segreg</code>, <code>shepherd</code>, <code>rickerAR1</code>, <code>segregAR1</code>, <code>cushing</code>, <code>bevholtSV</code>, <code>rickerSV</code>, <code>segregSV</code>, <code>shepherdSV</code>, <code>cushingSV</code>, <code>rickerCa</code>, <code>hockstick</code>, <code>redfishRecModel</code> and <code>ctRec</code>.</p></li> </ul> </div> <div id="run-flbeia" class="section level2"> <h2>Run FLBEIA</h2> <p>In the code below <code>FLBEIA</code> is run with the arguments stored in dataset <code>one</code>. It takes less than a minute to run up to 2025.</p> <pre class="r"><code>s0 &lt;- FLBEIA(biols = oneBio, # FLBiols object with one FLBiol element for stk1. SRs = oneSR, # A list with one FLSRSim object for stk1. BDs = NULL, # No Biomass dynamics populations in this case. fleets = oneFl, # FLFleets object with one fleet. covars = oneCv, # Covar is and object with aditional data on fleet # (number of vessels, etc). indices = NULL, # Indices not used advice = oneAdv, # A list with two elements &#39;TAC&#39; and &#39;quota.share&#39; main.ctrl = oneMainC, # A list with one element to define the start and # end of the simulation. biols.ctrl = oneBioC, # A list with one element to select the model to # simulate the stock dynamics. fleets.ctrl = oneFlC, # A list with several elements to select fleet dynamics # models and store additional parameters. covars.ctrl = oneCvC, # A list with several data related to the fleet. obs.ctrl = oneObsC, # A list with one element to define how the stock # observed (&quot;PerfectObs&quot;). assess.ctrl = oneAssC, # A list with one element to define how the stock # assessment model used (&quot;NoAssessment&quot;). advice.ctrl = oneAdvC) # A list with one element to define how the TAC advice # is obtained (&quot;IcesHCR&quot;).</code></pre> <p><code>FLBEIA</code> function returns a list with several objects, let’s print the names of the objects and their classes.</p> <pre class="r"><code>names(s0)</code></pre> <pre><code> [1] &quot;biols&quot; &quot;fleets&quot; [3] &quot;covars&quot; &quot;advice&quot; [5] &quot;stocks&quot; &quot;indices&quot; [7] &quot;BDs&quot; &quot;SRs&quot; [9] &quot;fleets.ctrl&quot; &quot;pkgs.versions&quot;</code></pre> <pre class="r"><code>sapply(s0, function(x) class(x))</code></pre> <pre><code>$biols [1] &quot;FLBiols&quot; attr(,&quot;package&quot;) [1] &quot;FLCore&quot; $fleets [1] &quot;FLFleetsExt&quot; attr(,&quot;package&quot;) [1] &quot;FLBEIA&quot; $covars [1] &quot;list&quot; $advice [1] &quot;list&quot; $stocks [1] &quot;list&quot; $indices [1] &quot;NULL&quot; $BDs [1] &quot;NULL&quot; $SRs [1] &quot;list&quot; $fleets.ctrl [1] &quot;list&quot; $pkgs.versions [1] &quot;matrix&quot; &quot;array&quot; </code></pre> </div> <div id="summarizing-results" class="section level2"> <h2>Summarizing results</h2> <p><code>FLBEIA</code> has several functions to summaryze the results in data frames (<code>bioSum</code>, <code>fltSum</code>, etc.). These data frames will allow us to use methods available in R to visualize and analyze the results. Information can be summarized in two formats:</p> <ul> <li>Long format: There is one column, named indicator, for storing the name of the indicator and a second column for the numeric value of the indicator. The long format is recommendable to work with <code>ggplot2</code> functions.</li> <li>Wide format: where each column corresponds to one indicator. The wide format is more efficient in terms of memory allocation and speed of computation.</li> </ul> <p>The quantile version of the summaries, (<code>bioSumQ</code>, <code>fltSumQ</code>, etc.), returns the quantiles of indicators.</p> </div> <div id="summary-functions" class="section level2"> <h2>Summary functions</h2> <ul> <li><p><strong>advSum</strong>, <strong>advSumQ</strong>: Data frame with indicators related to the management advice (TAC). Indicators are: “catch”, “discards”, “discRat”, “landings”, “quotaUpt” and “tac”.</p></li> <li><p><strong>bioSum</strong>, <strong>bioSumQ</strong>: Data frame with the biological indicators. Indicators are: “biomass”, “catch”, “catch.iyv”, “discards”, “disc.iyv”, “f”, “landings”, “land.iyv”, “rec” and “ssb”.</p></li> <li><p><strong>fltSum</strong>, <strong>fltSumQ</strong>: Data frame with indicators at fleet level. Indicators are: “capacity”, “catch”, “costs”, “discards”, “discRat”, “effort”, “fcosts”, “gva”, “grossValue”, “landings”, “fep”, “nVessels”, “price”, “grossSurplus”, “netProfit”, “quotaUpt”, “salaries”, “vcosts” and “profitability”. Definition of economics indicators:</p> <ul> <li>discRat: Discount rate.</li> <li>fcosts: fixed costs.</li> <li>grossValue: value of landings (landings x prices).</li> <li>Operating costs: Landing Fee x Gross value + Fuel cost x Effort + Other variable costs x effort + Fixed costs x Vessel.</li> <li>gva: Gross Value added = Gross value - Operating Costs.</li> <li>fep: Full equity profit defined as Gross Surplus - depreciation costs.</li> <li>grossSurplus: Gross value added - Labour costs, where Labour costs: share of the landings x Gross value + Fixed labour costs x Crew.</li> <li>Oportunity costs: Capital x interest rate free of risk.</li> <li>netProfit: fep - Oportunity costs.</li> <li>quotaUpt: Quota uptaken.</li> <li>profitability: grossSurplus/Gross Value.</li> </ul></li> <li><p><strong>fltStkSum</strong>, <strong>fltStkSumQ</strong> : Data frame with indicators at fleet and stock level. Indicators are: “landings”, “discards”, “catch”, “price”, “quotaUpt”, “tacshare”, “discRat” and “quota”.</p></li> <li><p><strong>npv</strong>: A data frame with the net present value per fleet over the selected range of years.</p></li> <li><p><strong>mtSum</strong>, <strong>mtSumQ</strong> : Data frame with indicators at fleet and metier level. Indicators are: “effshare”, “effort”, “income” and “vcost”.</p></li> <li><p><strong>mtStkSum</strong>, <strong>mtStkSumQ</strong> : Data frame with indicators at fleet, metier and stock level. Indicators are: “catch”, “discards”, “discRat”, “landings” and “price”.</p></li> <li><p><strong>riskSum</strong>: A data frame with the risk indicators. Indicators are: “pBlim”, “pBpa” and “pPrflim”.</p></li> <li><p><strong>vesselSum</strong>, <strong>vesselSumQ</strong>: Data frame with indicators at vessel level for each fleet. Indicators are: “catch”, “costs”, “discards”, “discRat”, “effort”, “fcosts”, “gva”, “income”, “landings”, “netProfit”, “price”, “profits”, “quotaUpt”, “salaries”, “vcosts” and “profitability”.</p></li> <li><p><strong>vesselStkSum</strong>, <strong>vesselStkSumQ</strong>: Data frame with indicators at vessel and stock level for each fleet. Indicators are: “landings”, “discards”, “catch”, “price”, “quotaUpt”, “tacshare”, “discRat” and “quota”.</p></li> <li><p><strong>summary_flbeia</strong>: An array with four dimensions: stock, year, iteration, indicator. Indicators are: “recruitment”, “ssb”, “f”, “biomass”, “catch”, “landings” and “discards”.</p></li> <li><p><strong>ecoSum_damara</strong>: ecoSum function built in the framework of Damara project.</p></li> </ul> <div id="long-format." class="section level3"> <h3>Long format.</h3> <pre class="r"><code>s0_bio &lt;- bioSum(s0, long = TRUE) # Data frame (DF) of biological indicators. s0_adv &lt;- advSum(s0, long = TRUE) # DF of management advice (TAC). s0$fleets &lt;- setUnitsNA(s0$fleets) s0_flt &lt;- fltSum(s0, long = TRUE) # DF of economics indicators at fleet level. s0_fltStk &lt;- fltStkSum(s0, long = TRUE) # DF of indicators at fleet and stock level. s0_mt &lt;- mtSum(s0, long = TRUE) # DF of indicators at fleet and metier level. s0_mtStk &lt;- mtStkSum(s0, long = TRUE) # DF of indicators at fleet, metier and stock level. s0_vessel &lt;- vesselSum(s0, long = TRUE) # DF of indicators at vessel level. s0_vesselStk &lt;- vesselStkSum(s0, long = TRUE) # DF of indicators at vessel and stock level. s0_npv &lt;- npv(s0, y0 = &#39;2014&#39;) # DF of net present value per fleet over the selected range of years. s0_risk &lt;- riskSum(s0, Bpa = c(stk1= 135000), Blim = c(stk1= 96000), Prflim = c(fl1 = 0)) # Exploring data frames head(s0_bio); unique(s0_bio$indicator) head(s0_adv); unique(s0_adv$indicator) head(s0_flt); unique(s0_flt$indicator) head(s0_fltStk); unique(s0_fltStk$indicator) head(s0_mt); unique(s0_mt$indicator) head(s0_mtStk); unique(s0_mtStk$indicator) head(s0_vessel); unique(s0_vessel$indicator) head(s0_vesselStk); unique(s0_vesselStk$indicator) head(s0_risk); unique(s0_risk$indicator)</code></pre> </div> <div id="wide-format." class="section level3"> <h3>Wide format.</h3> <pre class="r"><code>s0_bio_w &lt;- bioSum(s0, years = ac(2016:2020)) s0_adv_w &lt;- advSum(s0, years = ac(2016:2020)) s0_flt_w &lt;- fltSum(s0, years = ac(2016:2025)) s0_fltStk_w &lt;- fltStkSum(s0, years = ac(2016:2020)) s0_mt_w &lt;- mtSum(s0, years = ac(2016:2020)) s0_mtStk_w &lt;- mtStkSum(s0, years = ac(2016:2020)) s0_vessel_w &lt;- vesselSum(s0, years = ac(2016:2020)) s0_vesselStk_w &lt;- vesselStkSum(s0, years = ac(2016:2020)) # Exploring data frames head(s0_bio_w, 2) head(s0_adv_w, 2) head(s0_flt_w, 2) head(s0_fltStk_w, 2) head(s0_mt_w, 2) head(s0_mtStk_w, 2) head(s0_vessel_w, 2) head(s0_vesselStk_w, 2)</code></pre> </div> </div> <div id="plotting-results" class="section level2"> <h2>Plotting results</h2> <p>You can show results using the default plots in <strong>FLCore</strong> package.</p> <pre class="r"><code>plot(s0$biols[[1]])</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-12-1.png" width="384" style="display: block; margin: auto;" /></p> <pre class="r"><code>plot(s0$stocks[[1]])</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-13-1.png" width="384" style="display: block; margin: auto;" /></p> <p>Additionally you can plot results using <code>plotFLBiols</code>, <code>plotFLFleets</code> and <code>plotCatchFl</code>. The plots will be saved in your working directory as a pdf file.</p> <pre class="r"><code># set your own working directory. # myWD &lt;- &quot;My working directory&quot; # setwd(myWD) plotFLBiols(s0$biols, pdfnm=&quot;s0&quot;) plotFLFleets(s0$fleets, pdfnm=&quot;s0&quot;) plotEco(s0, pdfnm=&quot;s0&quot;) plotfltStkSum(s0, pdfnm=&quot;s0&quot;)</code></pre> <p>You can also use the function <code>ggplot</code> to generate additional figures.</p> <pre class="r"><code>aux &lt;- subset(s0_bio, indicator==&quot;catch&quot; ) p &lt;- ggplot(data=aux, aes(x=year, y=value, color=stock))+ geom_line()+ geom_vline(xintercept = 2016, linetype = &quot;longdash&quot;)+ theme_bw()+ theme(text=element_text(size=8), title=element_text(size=8,face=&quot;bold&quot;), strip.text=element_text(size=8))+ ylab(&quot;Catch (t)&quot;) print(p)</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-15-1.png" width="384" style="display: block; margin: auto;" /></p> </div> <div id="lets-play" class="section level2"> <h2>Let`s play</h2> <p><em>FLBEIA</em> has several options to model the specific characteristics of a stock or a fishery. In particular, <code>FLBEIA</code> provides several options for population growth, effort dynamics, price models, capital dynamics, observation models and management advice. Let’s play with these options.</p> <div id="operating-model-change-stock-recruitment-relationship." class="section level3"> <h3>Operating model: Change stock-recruitment relationship.</h3> <p>In example <code>one</code> the stock recruitment model is <code>bevholtAR1</code>.</p> <pre class="r"><code>oneSR$stk1@model</code></pre> <pre><code>[1] &quot;bevholtAR1&quot;</code></pre> <p>Replace the stock - recruitment relationship <code>bevholtAR1</code> by <code>segreg</code>. Simulate it in a scenario called s1. <code>segreg</code> is a segmented regression stock-recruitment model. For this new simulation you need to estimate parameters of <code>segreg</code> model using the function <code>fmle</code>. <code>fmle</code> is a method that fits the SR model using <em>logl</em> and <em>R’s optim</em> model fitting through maximum likelihood estimation. For more details click <a href="https://github.com/flr/doc/blob/master/Modelling_stock_recruitment_with_FLSR.Rmd">here</a>.</p> <pre class="r"><code>first.yr &lt;- 1990 proj.yr &lt;- 2010 last.yr &lt;- 2025 yrs &lt;- c(first.yr=first.yr,proj.yr=proj.yr,last.yr=last.yr) stks &lt;- c(&#39;stk1&#39;) # As age 1 recruitment --&gt; R_{y+1} = f(SSB_{y}) ssb &lt;- ssb(oneBio[[1]])[,as.character(first.yr:(proj.yr-2)),1,1] rec &lt;- oneBio[[1]]@n[1,as.character((first.yr+1):(proj.yr-1)),] sr.segreg &lt;- fmle(FLSR(model=&quot;segreg&quot;, ssb = ssb, rec = rec)) # Introduce the new model and its parameters in SR object. SRs.segreg &lt;- oneSR SRs.segreg[[1]]@params[,,,] &lt;- sr.segreg@params[,] SRs.segreg[[1]]@model &lt;- &#39;segreg&#39; #Run FLBEIA with the new SR function. s1 &lt;- FLBEIA(biols = oneBio, SRs = SRs.segreg , BDs = NULL, fleets = oneFl, #covars = oneCv, indices = NULL, advice = oneAdv, main.ctrl = oneMainC, biols.ctrl = oneBioC, fleets.ctrl = oneFlC, covars.ctrl = oneCvC, obs.ctrl = oneObsC, assess.ctrl = oneAssC, advice.ctrl = oneAdvC) </code></pre> <pre class="r"><code>plotFLBiols(s1$biols, pdfnm=&#39;s1&#39;) plotFLFleets(s1$fleets, pdfnm=&#39;s1&#39;) </code></pre> <p>Plot biomass of s0 (“bevholtAR1”) and biomass of s1 (“segreg”),</p> <pre class="r"><code>temp &lt;- cbind(matrix(B_flbeia(s0)), matrix(B_flbeia(s1))) matplot(temp, x = dimnames( B_flbeia(s1))$year, type = &#39;l&#39;, xlab = &#39;Year&#39;, ylab = &#39;Biomass&#39;) legend(&#39;top&#39;, c(&#39;s0&#39;, &#39;s1&#39;), col = c(&#39;black&#39;,&#39;red&#39;), lty = c(1,2))</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-20-1.png" width="336" style="display: block; margin: auto;" /></p> <p>More plots using the function <code>ggplot</code>,</p> <pre class="r"><code>s1_bio &lt;- bioSum(s1, long = TRUE) s0_bio$scenario &lt;- c(&#39;s0&#39;) s1_bio$scenario &lt;- c(&#39;s1&#39;) s0_s1_bio &lt;- rbind(s0_bio , s1_bio ) unique(s0_s1_bio$scenario)</code></pre> <pre><code>[1] &quot;s0&quot; &quot;s1&quot;</code></pre> <pre class="r"><code>head(s0_s1_bio)</code></pre> <table> <thead> <tr class="header"> <th align="left">stock</th> <th align="right">year</th> <th align="right">iter</th> <th align="left">scenario</th> <th align="left">indicator</th> <th align="right">value</th> </tr> </thead> <tbody> <tr class="odd"> <td align="left">stk1</td> <td align="right">1990</td> <td align="right">1</td> <td align="left">s0</td> <td align="left">biomass</td> <td align="right">4411.354</td> </tr> <tr class="even"> <td align="left">stk1</td> <td align="right">1991</td> <td align="right">1</td> <td align="left">s0</td> <td align="left">biomass</td> <td align="right">4539.482</td> </tr> <tr class="odd"> <td align="left">stk1</td> <td align="right">1992</td> <td align="right">1</td> <td align="left">s0</td> <td align="left">biomass</td> <td align="right">4591.823</td> </tr> <tr class="even"> <td align="left">stk1</td> <td align="right">1993</td> <td align="right">1</td> <td align="left">s0</td> <td align="left">biomass</td> <td align="right">4451.516</td> </tr> <tr class="odd"> <td align="left">stk1</td> <td align="right">1994</td> <td align="right">1</td> <td align="left">s0</td> <td align="left">biomass</td> <td align="right">4140.226</td> </tr> <tr class="even"> <td align="left">stk1</td> <td align="right">1995</td> <td align="right">1</td> <td align="left">s0</td> <td align="left">biomass</td> <td align="right">3495.043</td> </tr> </tbody> </table> <pre class="r"><code>aux &lt;- s0_s1_bio aux$year &lt;- as.numeric(as.character(aux$year)) p1 &lt;- ggplot(data=aux , aes(x=year, y=value, color=scenario))+ geom_line()+ facet_wrap(~indicator, scales=&quot;free&quot;)+ geom_vline(xintercept = proj.yr, linetype = &quot;longdash&quot;)+ theme_bw()+ theme(text=element_text(size=8), title=element_text(size=8,face=&quot;bold&quot;), strip.text=element_text(size=8))+ ylab(&quot;Biological Indicators&quot;) print(p1)</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-21-1.png" width="672" style="display: block; margin: auto;" /></p> </div> <div id="natural-mortality" class="section level3"> <h3>Natural mortality</h3> <p>Now for a second scenario (s2), increase by 20% the natural mortality of the ages 7 to 12.</p> <pre class="r"><code>oneBioM &lt;- oneBio oneBioM$stk1@m[7:12,,,,] &lt;- oneBioM$stk1@m[7:12,,,,]*1.2 s2 &lt;- FLBEIA(biols = oneBioM, SRs = oneSR , BDs = NULL, fleets = oneFl, # covars = oneCv, indices = NULL, advice = oneAdv, main.ctrl = oneMainC, biols.ctrl = oneBioC, fleets.ctrl = oneFlC, covars.ctrl = oneCvC, obs.ctrl = oneObsC, assess.ctrl = oneAssC, advice.ctrl = oneAdvC) </code></pre> <pre class="r"><code>plotFLBiols(s1$biols, pdfnm=&#39;s2&#39;) plotFLFleets(s1$fleets, pdfnm=&#39;s2&#39;) </code></pre> <p>Compare the results or indicators for scenarios s0 and s2.</p> <pre class="r"><code>temp &lt;- cbind(matrix(B_flbeia(s0)), matrix(B_flbeia(s2))) matplot(temp, x = dimnames( B_flbeia(s0))$year, type = &#39;l&#39;, xlab = &#39;Year&#39;, ylab = &#39;Biomass&#39;) legend(&#39;top&#39;, c(&#39;s0&#39;, &#39;s2&#39;), col = c(&#39;black&#39;,&#39;red&#39;), lty = c(1,2))</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-24-1.png" width="336" style="display: block; margin: auto;" /></p> <pre class="r"><code>s2_bio &lt;- bioSum(s2, long = TRUE) s2_bio$scenario &lt;- c(&#39;s2&#39;) s0_s2_bio &lt;- rbind(s0_bio , s2_bio ) unique(s0_s2_bio$scenario)</code></pre> <pre><code>[1] &quot;s0&quot; &quot;s2&quot;</code></pre> <pre class="r"><code>head(s0_s2_bio)</code></pre> <table> <thead> <tr class="header"> <th align="left">stock</th> <th align="right">year</th> <th align="right">iter</th> <th align="left">scenario</th> <th align="left">indicator</th> <th align="right">value</th> </tr> </thead> <tbody> <tr class="odd"> <td align="left">stk1</td> <td align="right">1990</td> <td align="right">1</td> <td align="left">s0</td> <td align="left">biomass</td> <td align="right">4411.354</td> </tr> <tr class="even"> <td align="left">stk1</td> <td align="right">1991</td> <td align="right">1</td> <td align="left">s0</td> <td align="left">biomass</td> <td align="right">4539.482</td> </tr> <tr class="odd"> <td align="left">stk1</td> <td align="right">1992</td> <td align="right">1</td> <td align="left">s0</td> <td align="left">biomass</td> <td align="right">4591.823</td> </tr> <tr class="even"> <td align="left">stk1</td> <td align="right">1993</td> <td align="right">1</td> <td align="left">s0</td> <td align="left">biomass</td> <td align="right">4451.516</td> </tr> <tr class="odd"> <td align="left">stk1</td> <td align="right">1994</td> <td align="right">1</td> <td align="left">s0</td> <td align="left">biomass</td> <td align="right">4140.226</td> </tr> <tr class="even"> <td align="left">stk1</td> <td align="right">1995</td> <td align="right">1</td> <td align="left">s0</td> <td align="left">biomass</td> <td align="right">3495.043</td> </tr> </tbody> </table> <pre class="r"><code>aux &lt;- s0_s2_bio aux$year &lt;- as.numeric(as.character(aux$year)) p1 &lt;- ggplot(data=aux , aes(x=year, y=value, color=scenario))+ geom_line()+ facet_wrap(~indicator, scales=&quot;free&quot;)+ geom_vline(xintercept = proj.yr, linetype = &quot;longdash&quot;)+ theme_bw()+ theme(text=element_text(size=8), title=element_text(size=8,face=&quot;bold&quot;), strip.text=element_text(size=8))+ ylab(&quot;Biological Indicators&quot;) print(p1)</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-25-1.png" width="672" style="display: block; margin: auto;" /></p> </div> <div id="harvest-control-rule" class="section level3"> <h3>Harvest control rule</h3> <p>In scenario s3, change the harvest control rule target by decreasing by 20% the Fmsy value.</p> <pre class="r"><code>oneAdvC$stk1$ref.pts[3] oneAdvC2 &lt;- oneAdvC oneAdvC2$stk1$ref.pts[3] &lt;- oneAdvC$stk1$ref.pts[3]*0.8 s3 &lt;- FLBEIA(biols = oneBio, SRs = oneSR , BDs = NULL, fleets = oneFl, #covars = oneCv, indices = NULL, advice = oneAdv, main.ctrl = oneMainC, biols.ctrl = oneBioC, fleets.ctrl = oneFlC, covars.ctrl = oneCvC, obs.ctrl = oneObsC, assess.ctrl = oneAssC, advice.ctrl = oneAdvC2)</code></pre> <p>Compare the results from s0 and s3.</p> <pre class="r"><code>s3_bio &lt;- bioSum(s3, long = TRUE) s3_bio$scenario &lt;- c(&#39;s3&#39;) s0_s3_bio &lt;- rbind(s0_bio , s3_bio ) unique(s0_s3_bio$scenario) head(s0_s3_bio) aux &lt;- s0_s3_bio aux$year &lt;- as.numeric(as.character(aux$year)) p1 &lt;- ggplot(data=aux , aes(x=year, y=value, color=scenario))+ geom_line()+ facet_wrap(~indicator, scales=&quot;free&quot;)+ geom_vline(xintercept = proj.yr, linetype = &quot;longdash&quot;)+ theme_bw()+ theme(text=element_text(size=8), title=element_text(size=8,face=&quot;bold&quot;), strip.text=element_text(size=8))+ ylab(&quot;Biological Indicators&quot;) print(p1)</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-27-1.png" width="672" style="display: block; margin: auto;" /></p> <p>Harvest control rule (HCR). The HCR in scenario s0 is <code>IcesHCR</code>, this is the HCR used by ICES to generate TAC advice in the MSY framework. Now, run the scenario s4 with <code>fixedAdvice</code> HCR. <code>fixedAdvice</code> is a HCR that fixes the TAC independently to the stock status, and therefore TAC values should be given as input in the advice object. Set the new TAC as the mean of last three years prior to the projection period. Note that if the TAC it is not defined manually, it will be defined automatically in that way.</p> <pre class="r"><code>oneAdv$TAC</code></pre> <pre><code>An object of class &quot;FLQuant&quot; , , unit = unique, season = all, area = unique year stock 1990 1991 1992 1993 1994 1995 stk1 441.18 437.07 652.45 790.52 882.92 642.83 year stock 1996 1997 1998 1999 2000 2001 stk1 791.37 829.32 530.71 276.61 293.58 214.53 year stock 2002 2003 2004 2005 2006 2007 stk1 162.08 205.71 238.70 317.59 348.80 362.29 year stock 2008 2009 2010 2011 2012 2013 stk1 416.80 602.44 375.96 375.96 375.96 375.96 year stock 2014 2015 2016 2017 2018 2019 stk1 375.96 375.96 375.96 375.96 375.96 375.96 year stock 2020 2021 2022 2023 2024 2025 stk1 375.96 375.96 375.96 375.96 375.96 375.96 units: missing </code></pre> <pre class="r"><code>oneAdv2 &lt;- oneAdv TAC_mean &lt;- mean(oneAdv$TAC[,ac(2007:2009),]) oneAdv2$TAC[,ac(2010:2025),] &lt;- TAC_mean </code></pre> <p><code>create.advice.ctrl</code> function creates the advice control object. For a complete list of the function arguments, see <a href="https://github.com/flr/FLBEIA/blob/master/vignettes/FLBEIA_manual.pdf"><strong>FLBEIA</strong> manual</a>.</p> <p>There is another way to complet the TAC with the mean of the last three historic years when <code>fixedAdvice</code> is used. When <code>fixedAdvice</code> is set, <code>create.advice.ctrl</code> completes the TAC of projection years with the mean of the last three historic years.</p> <pre class="r"><code>?create.advice.ctrl # see function documentation</code></pre> <pre class="r"><code>HCR.models &lt;- &#39;fixedAdvice&#39; oneAdvC1 &lt;- create.advice.ctrl(stksnames = stks, HCR.models = HCR.models) s4 &lt;- FLBEIA(biols = oneBio, SRs = oneSR , BDs = NULL, fleets = oneFl, #covars = oneCv, indices = NULL, advice = oneAdv, main.ctrl = oneMainC, biols.ctrl = oneBioC, fleets.ctrl = oneFlC, covars.ctrl = oneCvC, obs.ctrl = oneObsC, assess.ctrl = oneAssC, advice.ctrl = oneAdvC1) </code></pre> <pre class="r"><code>plotFLBiols(s4$biols,pdfnm= &#39;s4&#39;) plotFLFleets(s4$fleets,pdfnm= &#39;s4&#39;) </code></pre> <pre class="r"><code>s4_bio &lt;- bioSum(s4, long = TRUE) s4_bio$scenario &lt;- c(&#39;s4&#39;) s0_s4_bio &lt;- rbind(s0_bio , s4_bio ) unique(s0_s4_bio$scenario) head(s0_s4_bio) aux &lt;- s0_s4_bio aux$year &lt;- as.numeric(as.character(aux$year)) p1 &lt;- ggplot(data=aux , aes(x=year, y=value, color=scenario))+ geom_line()+ facet_wrap(~indicator, scales=&quot;free&quot;)+ geom_vline(xintercept = proj.yr, linetype = &quot;longdash&quot;)+ theme_bw()+ theme(text=element_text(size=8), title=element_text(size=8,face=&quot;bold&quot;), strip.text=element_text(size=8))+ ylab(&quot;Biological Indicators&quot;) print(p1)</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-32-1.png" width="672" style="display: block; margin: auto;" /></p> </div> <div id="effort-function." class="section level3"> <h3>Effort function.</h3> <p>In scenario s0 the effort dynamics is a Simple Mixed Fisheries Behaviour <code>SMFB</code>. In scenario s5 we can change that function to <code>fixedEffort</code>. In this function, all the parameters are given as input except discards and landings. The only task of this function is to update the discards and landings (total and at age) according to the catch production function specified in <code>fleets.ctrl</code> argument (e.g. <code>oneFlC$fl1$effort.model</code>), given the assumed effort.</p> <pre class="r"><code>oneFlC1 &lt;- oneFlC oneFlC1$fl1$effort.model &lt;- &#39;fixedEffort&#39; oneFl$fl1@effort # Note that the effort of projection period is equal to the average effort of years 2007:2009. s5 &lt;- FLBEIA(biols = oneBio, SRs = oneSR , BDs = NULL, fleets = oneFl, #covars = oneCv, indices = NULL, advice = oneAdv, main.ctrl = oneMainC, biols.ctrl = oneBioC, fleets.ctrl = oneFlC1, covars.ctrl = oneCvC, obs.ctrl = oneObsC, assess.ctrl = oneAssC, advice.ctrl = oneAdvC) s5$fleets &lt;- setUnitsNA(s5$fleets) s0_flt &lt;- fltSum(s0, long = TRUE); s0_eff &lt;- subset(s0_flt, indicator == &#39;effort&#39;) s5_flt &lt;- fltSum(s5, long = TRUE); s5_eff &lt;- subset(s5_flt, indicator == &#39;effort&#39;) temp &lt;- cbind(s0_eff$value, s5_eff$value) matplot(temp, x = dimnames( B_flbeia(s0))$year, type = &#39;l&#39;, xlab = &#39;Year&#39;, ylab = &#39;Effort&#39;) legend(&#39;top&#39;, c(&#39;s0&#39;, &#39;s5&#39;), col = c(&#39;black&#39;,&#39;red&#39;), lty = c(1,2))</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-33-1.png" width="336" style="display: block; margin: auto;" /></p> <pre class="r"><code>s5_flt &lt;- fltSum(s5, long = TRUE) s5_flt$scenario &lt;- c(&#39;s5&#39;) s0_flt$scenario &lt;- c(&#39;s0&#39;) s0_s5_flt &lt;- rbind(s0_flt , s5_flt) unique(s0_s5_flt$scenario) head(s0_s5_flt) aux &lt;- s0_s5_flt aux$year &lt;- as.numeric(as.character(aux$year)) p1 &lt;- ggplot(data=aux , aes(x=year, y=value, color=scenario))+ geom_line()+ facet_wrap(~indicator, scales=&quot;free&quot;)+ geom_vline(xintercept = proj.yr, linetype = &quot;longdash&quot;)+ theme_bw()+ theme(text=element_text(size=8), title=element_text(size=8,face=&quot;bold&quot;), strip.text=element_text(size=8))+ ylab(&quot;Economics Indicators&quot;) print(p1)</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-34-1.png" width="672" style="display: block; margin: auto;" /></p> </div> <div id="price" class="section level3"> <h3>Price</h3> <p>In scenario s6, we increase by 40% the average price of the stock stk1.</p> <pre class="r"><code>oneFl1 &lt;- oneFl oneFl1$fl1@metiers$met1@catches$stk1@price &lt;- oneFl$fl1@metiers$met1@catches$stk1@price*1.4 s6 &lt;- FLBEIA(biols = oneBio, SRs = oneSR , BDs = NULL, fleets = oneFl1, #covars = oneCv, indices = NULL, advice = oneAdv, main.ctrl = oneMainC, biols.ctrl = oneBioC, fleets.ctrl = oneFlC, covars.ctrl = oneCvC, obs.ctrl = oneObsC, assess.ctrl = oneAssC, advice.ctrl = oneAdvC) s6$fleets &lt;- setUnitsNA(s6$fleets) s0_prof&lt;- subset(s0_flt, indicator == &#39;grossValue&#39;) s6_flt &lt;- fltSum(s6, long = TRUE); s6_prof &lt;- subset(s6_flt, indicator == &#39;grossValue&#39;) temp &lt;- cbind(s0_prof$value, s6_prof$value) matplot(temp[21:36,], x = dimnames(B_flbeia(s6))$year[21:36], type = &#39;l&#39;, xlab = &#39;Year&#39;, ylab = &#39;Income&#39;) legend(&#39;bottom&#39;, c(&#39;s0&#39;, &#39;s6&#39;),col = c(&#39;black&#39;,&#39;red&#39;), lty = c(1,2) )</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-35-1.png" width="336" style="display: block; margin: auto;" /></p> <p>Economics indicators:</p> <pre class="r"><code>s6_flt &lt;- fltSum(s6, long = TRUE) s6_flt$scenario &lt;- c(&#39;s6&#39;) s0_flt$scenario &lt;- c(&#39;s0&#39;) s0_s6_flt &lt;- rbind(s0_flt , s6_flt) unique(s0_s6_flt$scenario) head(s0_s6_flt) aux &lt;- s0_s6_flt aux$year &lt;- as.numeric(as.character(aux$year)) p1 &lt;- ggplot(data=aux , aes(x=year, y=value, color=scenario))+ geom_line()+ facet_wrap(~indicator, scales=&quot;free&quot;)+ geom_vline(xintercept = proj.yr, linetype = &quot;longdash&quot;)+ theme_bw()+ theme(text=element_text(size=8), title=element_text(size=8,face=&quot;bold&quot;), strip.text=element_text(size=8))+ ylab(&quot;Economics Indicators&quot;) print(p1)</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-36-1.png" width="672" style="display: block; margin: auto;" /></p> </div> </div> <div id="visualizing-results-with-flbeiashiny" class="section level2"> <h2>Visualizing results with FLBEIAShiny</h2> <p>There is available R package <code>FLBEIAShiny</code>, to built an interactive web application for a smart visualizing of FLBEIA data and output. This package is currently available from <a href="https://github.com/flr/FLBEIAShiny">Github</a>.</p> <pre class="r"><code>scnms &lt;-c(&#39;s0&#39;, &#39;s1&#39;, &#39;s2&#39;, &#39;s3&#39;, &#39;s4&#39;, &#39;s5&#39;, &#39;s6&#39;) stknms &lt;- unique(s0_bio$stock) RefPts &lt;- expand.grid(indicator=c(&quot;Bmsy&quot;, &quot;Fmsy&quot;, &quot;Bpa&quot;, &quot;Blim&quot;, &quot;Fpa&quot;, &quot;Flim&quot;), scenario=scnms, stock=stknms, value=NA)[,c(3,2,1,4)] RefPts$value &lt;- c( c(800, 0.11, 800, 550, 0.25, 0.50), c(800, 0.2, 800, 550, 0.25, 0.50), c(800, 0.2, 800, 550, 0.25, 0.50), c(800, 0.2, 800, 550, 0.25, 0.50), c(800, 0.2, 800, 550, 0.25, 0.50), c(800, 0.2, 800, 550, 0.25, 0.50), c(800, 0.2, 800, 550, 0.25, 0.50)) flbeiaObjs &lt;- list( s0 = s0, s1 = s1, s2 = s2, s3 = s3, s4 = s4, s5 = s5, s6 = s6) flbeiaApp( flbeiaObjs = flbeiaObjs, RefPts = RefPts, years = ac(2000:2025), calculate_npv = TRUE, npv.y0 = &#39;2012&#39;, npv.yrs = ac(2013:2025)) </code></pre> </div> </div> <div id="example-2-three-iterations." class="section level1"> <h1>EXAMPLE 2: three iterations.</h1> <p>This example is similar to the first example, but in this case we use objects with three iterations.</p> <div id="load-data" class="section level2"> <h2>Load data</h2> <pre class="r"><code>rm(list =ls()) # Clean the environment data(oneIt) ls()</code></pre> </div> <div id="run-flbeia-1" class="section level2"> <h2>Run FLBEIA</h2> <p>Call to <code>FLBEIA</code> function with the arguments stored in <code>oneIt</code> dataset. The uncertainty is included exclusively in the recluitment and ssb in object <code>oneItSR</code>.</p> <pre class="r"><code>opts_chunk$set(message=FALSE) s0_it &lt;- FLBEIA(biols = oneItBio, SRs = oneItSR , BDs = NULL, fleets = oneItFl, #covars = oneItCv, indices = NULL, advice = oneItAdv, main.ctrl = oneItMainC, biols.ctrl = oneItBioC, fleets.ctrl = oneItFlC, covars.ctrl = oneItCvC, obs.ctrl = oneItObsC, assess.ctrl = oneItAssC, advice.ctrl = oneItAdvC) </code></pre> </div> <div id="summarizing-results-1" class="section level2"> <h2>Summarizing results</h2> <pre class="r"><code>s0_it$fleets &lt;- setUnitsNA(s0_it$fleets) s0_it_bio &lt;- bioSum(s0_it, long = TRUE) s0_it_adv &lt;- advSum(s0_it, long = TRUE) s0_it_flt &lt;- fltSum(s0_it, long = TRUE) s0_it_fltStk &lt;- fltStkSum(s0_it, long = TRUE) s0_it_mt &lt;- mtSum(s0_it, long = TRUE) s0_it_mtStk &lt;- mtStkSum(s0_it, long = TRUE) s0_it_vessel &lt;- vesselSum(s0_it, long = TRUE) s0_it_vesselStk &lt;- vesselStkSum(s0_it, long = TRUE) s0_it_npv &lt;- npv(s0_it, y0 = &#39;2014&#39;) s0_it_risk &lt;- riskSum(s0_it, Bpa = c(stk1= 135000), Blim = c(stk1= 96000), Prflim = c(fl1 = 0))</code></pre> <p>Create summary data frames (biological, economic, and catch information) for median and 90% confidence intervals (ie. quantiles 5, 50 and 95). There are several predeterminated functios to sumarize results of <code>FLBEIA</code> outputs taking into account the uncertainty.</p> <pre class="r"><code>proj.yr &lt;- 2009 s0_it_bioQ &lt;- bioSumQ(s0_it_bio) s0_it_fltQ &lt;- fltSumQ(s0_it_flt)</code></pre> </div> <div id="plotting-results-1" class="section level2"> <h2>Plotting results</h2> <p>Create several summary plots and save them in the working directory using ‘pdf’ format.</p> <pre class="r"><code>plotFLBiols(s0_it$biols, pdfnm=&#39;s0_it&#39;) plotFLFleets(s0_it$fleets,pdfnm=&#39;s0_it&#39;) plotEco(s0_it, pdfnm=&#39;s0_it&#39;) plotfltStkSum(s0_it, pdfnm=&#39;s0_it&#39;)</code></pre> <p>See the biomass and the profit time series with their uncertainty (90% confidence interval). In this case <code>ggplot</code> function is used.</p> <pre class="r"><code>aux &lt;- subset(s0_it_bioQ, indicator==&quot;biomass&quot;) p &lt;- ggplot(data=aux , aes(x=year, y=q50, color=stock))+ geom_line()+ geom_ribbon(aes(x=year, ymin=q05, ymax=q95, fill=stock), alpha=0.5)+ facet_wrap(~scenario, scales=&quot;free&quot;)+ geom_vline(xintercept = proj.yr, linetype = &quot;longdash&quot;)+ theme_bw()+ theme(text=element_text(size=8), title=element_text(size=8,face=&quot;bold&quot;), strip.text=element_text(size=8))+ ylab(&quot;Biomass (t)&quot;) print(p)</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-43-1.png" width="336" style="display: block; margin: auto;" /></p> <pre class="r"><code>aux &lt;- subset(s0_it_fltQ, indicator==&quot;netProfit&quot;) aux$year &lt;- as.numeric(as.character(aux$year)) p1 &lt;- ggplot(data=aux , aes(x=year, y=q50, color=fleet))+ geom_line()+ geom_ribbon(aes(x=year, ymin=q05, ymax=q95, fill=fleet), alpha=0.5)+ facet_wrap(~scenario, scales=&quot;free&quot;)+ geom_vline(xintercept = proj.yr, linetype = &quot;longdash&quot;)+ theme_bw()+ theme(text=element_text(size=8), title=element_text(size=8,face=&quot;bold&quot;), strip.text=element_text(size=8))+ ylab(&quot;netProfit&quot;) print(p1)</code></pre> <p><img src="FLBEIA_A_Simple_Example_files/figure-html/unnamed-chunk-44-1.png" width="336" style="display: block; margin: auto;" /></p> <pre class="r"><code>dev.off()</code></pre> </div> <div id="visualizing-results-with-flbeiashiny-1" class="section level2"> <h2>Visualizing results with FLBEIAShiny</h2> <p>Use <code>FLBEIAShiny</code> to build an interactive web applications for visualizing data.</p> <pre class="r"><code>scnms &lt;-c(&#39;s0_it&#39;) stknms &lt;- unique(s0_it_bio$stock) RefPts &lt;- expand.grid(indicator=c(&quot;Bmsy&quot;, &quot;Fmsy&quot;, &quot;Bpa&quot;, &quot;Blim&quot;, &quot;Fpa&quot;, &quot;Flim&quot;), scenario=scnms, stock=stknms, value=NA)[,c(3,2,1,4)] RefPts$value &lt;- c(c(800, 0.11, 800, 550, 0.25, 0.50)) flbeiaObjs &lt;- list( s0_it = s0_it) flbeiaApp( flbeiaObjs = flbeiaObjs, RefPts = RefPts, years = ac(2000:2025), calculate_npv = TRUE, npv.y0 = &#39;2012&#39;, npv.yrs = ac(2013:2025)) </code></pre> </div> <div id="exercises" class="section level2"> <h2>EXERCISES</h2> <p>Run the following scenarios and compare them with the baseline scenario (s0_it). The comparison should be done numerically and/or plotting scenarios results.</p> <ul> <li>s1_it: Population growth: Change stock-recruitment relationship.</li> <li>s2_it: Natural mortality: Increase the natural mortality by 25% for ages 2 to 6.</li> <li>s3_it: Harvest control rule: Use <code>FroeseHCR</code>.</li> <li>s4_it: Effort dynamics: Use <code>MaxProfit</code> effort function.</li> <li>s6_it: Price dynamics: Decrease by 15% the price of the recruits.</li> <li>s6_it: Fleet dynamics: The legislation has changed and the mesh size of the vessel will be changed, decreasing the catchability of vessels by 10%. What will be the biological and economics impacts of this legislation?</li> <li>s7_it: Effort dynamics: Change the effort dynamics from <code>SMFB</code> to <code>fixed effort</code> (the mean of the las three historic years) and compare de SSB resulted from this simulation with de baseline scenario.</li> </ul> </div> </div> <div id="more-information" class="section level1"> <h1>More information</h1> <ul> <li>You can submit bug reports, questions or suggestions on this tutorial at <a href="https://github.com/flr/doc/issues" class="uri">https://github.com/flr/doc/issues</a>.</li> <li>Or send a pull request to <a href="https://github.com/flr/doc/" class="uri">https://github.com/flr/doc/</a></li> <li>For more information on the FLR Project for Quantitative Fisheries Science in R, visit the FLR webpage, <a href="http://flr-project.org" class="uri">http://flr-project.org</a>.</li> <li>You can submit bug reports, questions or suggestions specific to <strong>FLBEIA</strong> to <a href="mailto:flbeia@azti.es" class="email">flbeia@azti.es</a>.</li> </ul> <div id="software-versions" class="section level2"> <h2>Software Versions</h2> <ul> <li>R version 4.0.0 (2020-04-24)</li> <li>FLCore: 2.6.15</li> <li>FLBEIA: 1.15.4</li> <li>FLFleet: 2.6.1</li> <li>FLash: 2.5.11</li> <li>FLAssess: 2.6.3</li> <li>FLXSA: 2.6.4</li> <li>ggplotFL: 2.6.7.9006</li> <li>ggplot2: 3.3.0</li> <li><strong>Compiled</strong>: Fri May 15 06:50:31 2020</li> </ul> </div> <div id="license" class="section level2"> <h2>License</h2> <p>This document is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0">Creative Commons Attribution-ShareAlike 4.0 International</a> license.</p> </div> <div id="author-information" class="section level2"> <h2>Author information</h2> <p><strong>Marga Andres</strong>. AZTI, Marine Research Unit. Txatxarramendi Ugartea z/g, 48395, Sukarrieta, Bizkaia, Spain. <a href="https://www.azti.es/" class="uri">https://www.azti.es/</a>.</p> <p><strong>FLBEIA team</strong>. AZTI. Marine Reserach Unit. Txatxarramendi Ugartea z/g, 48395, Sukarrieta, Basque Country, Spain. <strong>Mail</strong> <a href="mailto:flbeia@azti.es" class="email">flbeia@azti.es</a></p> </div> </div> </div> <script> // add bootstrap table styles to pandoc tables function bootstrapStylePandocTables() { $('tr.header').parent('thead').parent('table').addClass('table table-condensed'); } $(document).ready(function () { bootstrapStylePandocTables(); }); </script> <!-- tabsets --> <script> $(document).ready(function () { window.buildTabsets("TOC"); }); $(document).ready(function () { $('.tabset-dropdown > .nav-tabs > li').click(function () { $(this).parent().toggleClass('nav-tabs-open') }); }); </script> <!-- code folding --> <!-- dynamically load mathjax for compatibility with self-contained --> <script> (function () { var script = document.createElement("script"); script.type = "text/javascript"; script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"; document.getElementsByTagName("head")[0].appendChild(script); })(); </script> </body> </html>
templates/partials/navigation.html
didoo/to-bem-or-not-to-bem
<nav class="navigation"> <a class="navigation__toggle js-overlay-toggle"> <svg viewBox="0 0 40 40"> <rect x="4" y="18" width="32" height="4" transform="rotate(-45 20 20)"></rect> <rect x="4" y="18" width="32" height="4" transform="rotate(45 20 20)"></rect> </svg> <span>CLOSE</span> </a> <ul class="navigation__menu"> {# {% for interview in interviews %} {% set interview.path = loop.key + '__interview-with--' + interview.nameslug + '.html' %} {% if interview.status == 'public' %} <li class="navigation__menu-item"> <span class="navigation__menu-number">#{{ loop.key }}</span> <a href="{{interview.path}}" alt="{{ interview.title }}"> {{ interview.nameslug }} </a> </li> {% endif %} {% endfor %} #} <li class="navigation__menu-item"><a href="./">interviews</a></li> <li class="navigation__menu-divider"></li> <li class="navigation__menu-item"><a href="about.html">about</a></li> <li class="navigation__menu-item"><a href="credits.html">credits</a></li> <li class="navigation__menu-item"><a href="subscribe.html">subscribe</a></li> </ul> </nav>
R-Portable-Mac/library/openssl/html/00Index.html
ColumbusCollaboratory/electron-quick-start
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title>R: Toolkit for Encryption, Signatures and Certificates Based on OpenSSL</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <h1> Toolkit for Encryption, Signatures and Certificates Based on OpenSSL <img class="toplogo" src="../../../doc/html/Rlogo.svg" alt="[R logo]" /> </h1> <hr/> <div style="text-align: center;"> <a href="../../../doc/html/packages.html"><img class="arrow" src="../../../doc/html/left.jpg" alt="[Up]" /></a> <a href="../../../doc/html/index.html"><img class="arrow" src="../../../doc/html/up.jpg" alt="[Top]" /></a> </div><h2>Documentation for package &lsquo;openssl&rsquo; version 1.0.1</h2> <ul><li><a href="../DESCRIPTION">DESCRIPTION file</a>.</li> <li><a href="../doc/index.html">User guides, package vignettes and other documentation.</a></li> <li><a href="../NEWS">Package NEWS</a>.</li> </ul> <h2>Help Pages</h2> <table width="100%"> <tr><td style="width: 25%;"><a href="openssl.html">openssl-package</a></td> <td>Toolkit for Encryption, Signatures and Certificates based on OpenSSL</td></tr> <tr><td style="width: 25%;"><a href="aes_cbc.html">aes_cbc</a></td> <td>Symmetric AES encryption</td></tr> <tr><td style="width: 25%;"><a href="aes_cbc.html">aes_cbc_decrypt</a></td> <td>Symmetric AES encryption</td></tr> <tr><td style="width: 25%;"><a href="aes_cbc.html">aes_cbc_encrypt</a></td> <td>Symmetric AES encryption</td></tr> <tr><td style="width: 25%;"><a href="aes_cbc.html">aes_ctr_decrypt</a></td> <td>Symmetric AES encryption</td></tr> <tr><td style="width: 25%;"><a href="aes_cbc.html">aes_ctr_encrypt</a></td> <td>Symmetric AES encryption</td></tr> <tr><td style="width: 25%;"><a href="aes_cbc.html">aes_gcm_decrypt</a></td> <td>Symmetric AES encryption</td></tr> <tr><td style="width: 25%;"><a href="aes_cbc.html">aes_gcm_encrypt</a></td> <td>Symmetric AES encryption</td></tr> <tr><td style="width: 25%;"><a href="aes_cbc.html">aes_keygen</a></td> <td>Symmetric AES encryption</td></tr> <tr><td style="width: 25%;"><a href="askpass.html">askpass</a></td> <td>Password Prompt Utility</td></tr> <tr><td style="width: 25%;"><a href="base64_encode.html">base64_decode</a></td> <td>Encode and decode base64</td></tr> <tr><td style="width: 25%;"><a href="base64_encode.html">base64_encode</a></td> <td>Encode and decode base64</td></tr> <tr><td style="width: 25%;"><a href="bignum.html">bignum</a></td> <td>Big number arithmetic</td></tr> <tr><td style="width: 25%;"><a href="bignum.html">bignum_mod_exp</a></td> <td>Big number arithmetic</td></tr> <tr><td style="width: 25%;"><a href="bignum.html">bignum_mod_inv</a></td> <td>Big number arithmetic</td></tr> <tr><td style="width: 25%;"><a href="hash.html">blake2b</a></td> <td>Vectorized hash/hmac functions</td></tr> <tr><td style="width: 25%;"><a href="hash.html">blake2s</a></td> <td>Vectorized hash/hmac functions</td></tr> <tr><td style="width: 25%;"><a href="certificates.html">ca_bundle</a></td> <td>X509 certificates</td></tr> <tr><td style="width: 25%;"><a href="certificates.html">cert_verify</a></td> <td>X509 certificates</td></tr> <tr><td style="width: 25%;"><a href="encrypt_envelope.html">decrypt_envelope</a></td> <td>Envelope encryption</td></tr> <tr><td style="width: 25%;"><a href="certificates.html">download_ssl_cert</a></td> <td>X509 certificates</td></tr> <tr><td style="width: 25%;"><a href="keygen.html">dsa_keygen</a></td> <td>Generate Key pair</td></tr> <tr><td style="width: 25%;"><a href="ec_dh.html">ec_dh</a></td> <td>Diffie-Hellman Key Agreement</td></tr> <tr><td style="width: 25%;"><a href="keygen.html">ec_keygen</a></td> <td>Generate Key pair</td></tr> <tr><td style="width: 25%;"><a href="rsa_encrypt.html">encrypt</a></td> <td>Low-level RSA encryption</td></tr> <tr><td style="width: 25%;"><a href="encrypt_envelope.html">encrypt_envelope</a></td> <td>Envelope encryption</td></tr> <tr><td style="width: 25%;"><a href="encrypt_envelope.html">envelope</a></td> <td>Envelope encryption</td></tr> <tr><td style="width: 25%;"><a href="fingerprint.html">fingerprint</a></td> <td>OpenSSH fingerprint</td></tr> <tr><td style="width: 25%;"><a href="hash.html">hashing</a></td> <td>Vectorized hash/hmac functions</td></tr> <tr><td style="width: 25%;"><a href="hash.html">hmac</a></td> <td>Vectorized hash/hmac functions</td></tr> <tr><td style="width: 25%;"><a href="keygen.html">keygen</a></td> <td>Generate Key pair</td></tr> <tr><td style="width: 25%;"><a href="hash.html">mac</a></td> <td>Vectorized hash/hmac functions</td></tr> <tr><td style="width: 25%;"><a href="hash.html">md4</a></td> <td>Vectorized hash/hmac functions</td></tr> <tr><td style="width: 25%;"><a href="hash.html">md5</a></td> <td>Vectorized hash/hmac functions</td></tr> <tr><td style="width: 25%;"><a href="my_key.html">my_key</a></td> <td>Default keypair</td></tr> <tr><td style="width: 25%;"><a href="my_key.html">my_pubkey</a></td> <td>Default keypair</td></tr> <tr><td style="width: 25%;"><a href="openssl.html">openssl</a></td> <td>Toolkit for Encryption, Signatures and Certificates based on OpenSSL</td></tr> <tr><td style="width: 25%;"><a href="openssl_config.html">openssl_config</a></td> <td>OpenSSL Configuration Info</td></tr> <tr><td style="width: 25%;"><a href="pkcs12.html">pfx</a></td> <td>PKCS7 / PKCS12 bundles</td></tr> <tr><td style="width: 25%;"><a href="pkcs12.html">pkcs12</a></td> <td>PKCS7 / PKCS12 bundles</td></tr> <tr><td style="width: 25%;"><a href="rand_bytes.html">rand_bytes</a></td> <td>Generate random bytes and numbers with OpenSSL</td></tr> <tr><td style="width: 25%;"><a href="rand_bytes.html">rand_num</a></td> <td>Generate random bytes and numbers with OpenSSL</td></tr> <tr><td style="width: 25%;"><a href="read_key.html">read_cert</a></td> <td>Parsing keys and certificates</td></tr> <tr><td style="width: 25%;"><a href="read_key.html">read_cert_bundle</a></td> <td>Parsing keys and certificates</td></tr> <tr><td style="width: 25%;"><a href="read_key.html">read_key</a></td> <td>Parsing keys and certificates</td></tr> <tr><td style="width: 25%;"><a href="pkcs12.html">read_p12</a></td> <td>PKCS7 / PKCS12 bundles</td></tr> <tr><td style="width: 25%;"><a href="pkcs12.html">read_p7b</a></td> <td>PKCS7 / PKCS12 bundles</td></tr> <tr><td style="width: 25%;"><a href="read_key.html">read_pem</a></td> <td>Parsing keys and certificates</td></tr> <tr><td style="width: 25%;"><a href="read_key.html">read_pubkey</a></td> <td>Parsing keys and certificates</td></tr> <tr><td style="width: 25%;"><a href="hash.html">ripemd160</a></td> <td>Vectorized hash/hmac functions</td></tr> <tr><td style="width: 25%;"><a href="rsa_encrypt.html">rsa</a></td> <td>Low-level RSA encryption</td></tr> <tr><td style="width: 25%;"><a href="rsa_encrypt.html">rsa_decrypt</a></td> <td>Low-level RSA encryption</td></tr> <tr><td style="width: 25%;"><a href="rsa_encrypt.html">rsa_encrypt</a></td> <td>Low-level RSA encryption</td></tr> <tr><td style="width: 25%;"><a href="keygen.html">rsa_keygen</a></td> <td>Generate Key pair</td></tr> <tr><td style="width: 25%;"><a href="hash.html">sha1</a></td> <td>Vectorized hash/hmac functions</td></tr> <tr><td style="width: 25%;"><a href="hash.html">sha2</a></td> <td>Vectorized hash/hmac functions</td></tr> <tr><td style="width: 25%;"><a href="hash.html">sha224</a></td> <td>Vectorized hash/hmac functions</td></tr> <tr><td style="width: 25%;"><a href="hash.html">sha256</a></td> <td>Vectorized hash/hmac functions</td></tr> <tr><td style="width: 25%;"><a href="hash.html">sha384</a></td> <td>Vectorized hash/hmac functions</td></tr> <tr><td style="width: 25%;"><a href="hash.html">sha512</a></td> <td>Vectorized hash/hmac functions</td></tr> <tr><td style="width: 25%;"><a href="signatures.html">signature_create</a></td> <td>Signatures</td></tr> <tr><td style="width: 25%;"><a href="signatures.html">signature_verify</a></td> <td>Signatures</td></tr> <tr><td style="width: 25%;"><a href="write_pem.html">write_der</a></td> <td>Export key or certificate</td></tr> <tr><td style="width: 25%;"><a href="pkcs12.html">write_p12</a></td> <td>PKCS7 / PKCS12 bundles</td></tr> <tr><td style="width: 25%;"><a href="pkcs12.html">write_p7b</a></td> <td>PKCS7 / PKCS12 bundles</td></tr> <tr><td style="width: 25%;"><a href="write_pem.html">write_pem</a></td> <td>Export key or certificate</td></tr> <tr><td style="width: 25%;"><a href="write_pem.html">write_pkcs1</a></td> <td>Export key or certificate</td></tr> <tr><td style="width: 25%;"><a href="write_pem.html">write_ssh</a></td> <td>Export key or certificate</td></tr> </table> </body></html>
data/president/n400001400000000/20160116102715/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 臺中市 大雅區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">493</td> <td class="tdAlignRight">28.3986</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">971</td> <td class="tdAlignRight">55.9332</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">272</td> <td class="tdAlignRight">15.6682</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;2/46&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 18:24:10 +0800" title="Sat, 16 Jan 2016 18:24:10 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;18:24:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
data/president/n706001700000000/20160116133146/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 嘉義縣 阿里山鄉得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">1,177</td> <td class="tdAlignRight">46.8924</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">937</td> <td class="tdAlignRight">37.3307</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">396</td> <td class="tdAlignRight">15.7769</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;13/13&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 21:30:12 +0800" title="Sat, 16 Jan 2016 21:30:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;21:30:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
_includes/head.html
ablozhou/ablozhou.github.io
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="renderer" content="webkit"> <meta name="google-site-verification" content="xBT4GhYoi5qRD5tr338pgPM5OWHHIDR6mNg1a3euekI" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="{{ site.description }}"> <meta name="keyword" content="{{ site.keyword }}"> <link rel="shortcut icon" href="{{ site.baseurl }}/img/favicon.ico"> <title>{% if page.title %}{{ page.title }} - {{ site.SEOTitle }}{% else %}{{ site.SEOTitle }}{% endif %}</title> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}"> <!-- Custom CSS --> <link rel="stylesheet" href="{{ "/css/hux-blog.min.css" | prepend: site.baseurl }}"> <!-- Pygments Github CSS --> <link rel="stylesheet" href="{{ "/css/syntax.css" | prepend: site.baseurl }}"> <!-- Custom Fonts --> <!-- <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> --> <!-- Hux change font-awesome CDN to qiniu --> <link href="http://cdn.staticfile.org/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- Hux Delete, sad but pending in China <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/ css'> --> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <!-- ga & ba script hoook --> <script></script> </head>
assignment2_Filtering/1/report/myMainScript.html
khushhallchandra/Digital-image-processing
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!-- This HTML is auto-generated from an M-file. To make changes, update the M-file and republish this document. --> <title>myMainScript</title> <meta name="generator" content="MATLAB 7.7"> <meta name="date" content="2015-08-30"> <meta name="m-file" content="myMainScript"><style type="text/css"> body { background-color: white; margin:10px; } h1 { color: #990000; font-size: x-large; } h2 { color: #990000; font-size: medium; } /* Make the text shrink to fit narrow windows, but not stretch too far in wide windows. */ p,h1,h2,div.content div { max-width: 600px; /* Hack for IE6 */ width: auto !important; width: 600px; } pre.codeinput { background: #EEEEEE; padding: 10px; } @media print { pre.codeinput {word-wrap:break-word; width:100%;} } span.keyword {color: #0000FF} span.comment {color: #228B22} span.string {color: #A020F0} span.untermstring {color: #B20000} span.syscmd {color: #B28C00} pre.codeoutput { color: #666666; padding: 10px; } pre.error { color: red; } p.footer { text-align: right; font-size: xx-small; font-weight: lighter; font-style: italic; color: gray; } </style></head> <body> <div class="content"> <h2>Contents</h2> <div> <ul> <li><a href="#1">MyMainScript</a></li> <li><a href="#2">Applying unsharpMask on lionCrop</a></li> <li><a href="#3">Applying unsharpMask on superMoonCrop</a></li> </ul> </div> <h2>MyMainScript<a name="1"></a></h2><pre class="codeinput">tic; </pre><h2>Applying unsharpMask on lionCrop<a name="2"></a></h2><pre class="codeinput">img = load(<span class="string">'../data/lionCrop.mat'</span>); im=img.imageOrig; out=myUnsharpMasking(im,5,1.875,1.9); iptsetpref(<span class="string">'ImshowAxesVisible'</span>,<span class="string">'on'</span>); figure(<span class="string">'units'</span>,<span class="string">'normalized'</span>,<span class="string">'outerposition'</span>,[0 0 1 1]) subplot(1,2,1); imshow(im), colorbar; title(<span class="string">'Input Image'</span>) subplot(1,2,2); imshow(out), colorbar; name = strcat([<span class="string">'../images/output'</span> <span class="string">'lionCrop'</span>]); file_name = strcat([name <span class="string">'.png'</span>]) imwrite(out,file_name); title(<span class="string">'Output Image'</span>); </pre><pre class="codeoutput"> file_name = ../images/outputlionCrop.png </pre><img vspace="5" hspace="5" src="myMainScript_01.png" alt=""> <h2>Applying unsharpMask on superMoonCrop<a name="3"></a></h2><pre class="codeinput">img = load(<span class="string">'../data/superMoonCrop.mat'</span>); im=img.imageOrig; out=myUnsharpMasking(im,15,1.275,-1); iptsetpref(<span class="string">'ImshowAxesVisible'</span>,<span class="string">'on'</span>); figure(<span class="string">'units'</span>,<span class="string">'normalized'</span>,<span class="string">'outerposition'</span>,[0 0 1 1]) subplot(1,2,1); imshow(im), colorbar; title(<span class="string">'Input Image'</span>) subplot(1,2,2); imshow(out), colorbar; name = strcat([<span class="string">'../images/output'</span> <span class="string">'superMoonCrop'</span>]); file_name = strcat([name <span class="string">'.png'</span>]) imwrite(out,file_name); title(<span class="string">'Output Image'</span>); toc; </pre><pre class="codeoutput"> file_name = ../images/outputsuperMoonCrop.png Elapsed time is 1.707150 seconds. </pre><img vspace="5" hspace="5" src="myMainScript_02.png" alt=""> <p class="footer"><br> Published with MATLAB&reg; 7.7<br></p> </div> <!-- ##### SOURCE BEGIN ##### %% MyMainScript tic; %% Applying unsharpMask on lionCrop img = load('../data/lionCrop.mat'); im=img.imageOrig; out=myUnsharpMasking(im,5,1.875,1.9); iptsetpref('ImshowAxesVisible','on'); figure('units','normalized','outerposition',[0 0 1 1]) subplot(1,2,1); imshow(im), colorbar; title('Input Image') subplot(1,2,2); imshow(out), colorbar; name = strcat(['../images/output' 'lionCrop']); file_name = strcat([name '.png']) imwrite(out,file_name); title('Output Image'); %% Applying unsharpMask on superMoonCrop img = load('../data/superMoonCrop.mat'); im=img.imageOrig; out=myUnsharpMasking(im,15,1.275,-1); iptsetpref('ImshowAxesVisible','on'); figure('units','normalized','outerposition',[0 0 1 1]) subplot(1,2,1); imshow(im), colorbar; title('Input Image') subplot(1,2,2); imshow(out), colorbar; name = strcat(['../images/output' 'superMoonCrop']); file_name = strcat([name '.png']) imwrite(out,file_name); title('Output Image'); toc; ##### SOURCE END ##### --> </body> </html>
book/content/package/iproute2/note.html
samwhelp/book-ubuntu-exploration
<!DOCTYPE HTML> <html lang="en" > <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>note | Ubuntu Exploration (Ubuntu 探索)</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta name="description" content=""> <meta name="generator" content="GitBook 2.6.6"> <meta name="HandheldFriendly" content="true"/> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../../gitbook/images/apple-touch-icon-precomposed-152.png"> <link rel="shortcut icon" href="../../../gitbook/images/favicon.ico" type="image/x-icon"> <link rel="stylesheet" href="../../../gitbook/style.css"> <link rel="stylesheet" href="../../../gitbook/plugins/gitbook-plugin-highlight/website.css"> <link rel="stylesheet" href="../../../gitbook/plugins/gitbook-plugin-search/search.css"> <link rel="stylesheet" href="../../../gitbook/plugins/gitbook-plugin-fontsettings/website.css"> <link rel="stylesheet" href="../../../asset/css/website.css"> <link rel="next" href="../../../content/package/iproute2/report.html" /> <link rel="prev" href="../../../content/package/iproute2/info.html" /> </head> <body> <div class="book" data-level="5.4.2" data-chapter-title="note" data-filepath="content/package/iproute2/note.md" data-basepath="../../.." data-revision="Mon Feb 08 2016 20:54:01 GMT+0800 (CST)" data-innerlanguage=""> <div class="book-summary"> <nav role="navigation"> <ul class="summary"> <li class="chapter " data-level="0" data-path="index.html"> <a href="../../../index.html"> <i class="fa fa-check"></i> Introduction </a> </li> <li class="chapter " data-level="1" data-path="content/category/manual/index.html"> <a href="../../../content/category/manual/index.html"> <i class="fa fa-check"></i> <b>1.</b> 手冊 </a> <ul class="articles"> <li class="chapter " data-level="1.1" data-path="content/package/man-db/index.html"> <a href="../../../content/package/man-db/index.html"> <i class="fa fa-check"></i> <b>1.1.</b> man-db </a> <ul class="articles"> <li class="chapter " data-level="1.1.1" data-path="content/package/man-db/info.html"> <a href="../../../content/package/man-db/info.html"> <i class="fa fa-check"></i> <b>1.1.1.</b> info </a> </li> <li class="chapter " data-level="1.1.2" data-path="content/package/man-db/note.html"> <a href="../../../content/package/man-db/note.html"> <i class="fa fa-check"></i> <b>1.1.2.</b> note </a> </li> <li class="chapter " data-level="1.1.3" data-path="content/package/man-db/report.html"> <a href="../../../content/package/man-db/report.html"> <i class="fa fa-check"></i> <b>1.1.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="1.2" data-path="content/package/manpages/index.html"> <a href="../../../content/package/manpages/index.html"> <i class="fa fa-check"></i> <b>1.2.</b> manpages </a> <ul class="articles"> <li class="chapter " data-level="1.2.1" data-path="content/package/manpages/info.html"> <a href="../../../content/package/manpages/info.html"> <i class="fa fa-check"></i> <b>1.2.1.</b> info </a> </li> <li class="chapter " data-level="1.2.2" data-path="content/package/manpages/note.html"> <a href="../../../content/package/manpages/note.html"> <i class="fa fa-check"></i> <b>1.2.2.</b> note </a> </li> <li class="chapter " data-level="1.2.3" data-path="content/package/manpages/report.html"> <a href="../../../content/package/manpages/report.html"> <i class="fa fa-check"></i> <b>1.2.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="1.3" data-path="content/package/manpages-dev/index.html"> <a href="../../../content/package/manpages-dev/index.html"> <i class="fa fa-check"></i> <b>1.3.</b> manpages-dev </a> <ul class="articles"> <li class="chapter " data-level="1.3.1" data-path="content/package/manpages-dev/info.html"> <a href="../../../content/package/manpages-dev/info.html"> <i class="fa fa-check"></i> <b>1.3.1.</b> info </a> </li> <li class="chapter " data-level="1.3.2" data-path="content/package/manpages-dev/note.html"> <a href="../../../content/package/manpages-dev/note.html"> <i class="fa fa-check"></i> <b>1.3.2.</b> note </a> </li> <li class="chapter " data-level="1.3.3" data-path="content/package/manpages-dev/report.html"> <a href="../../../content/package/manpages-dev/report.html"> <i class="fa fa-check"></i> <b>1.3.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="1.4" data-path="content/package/manpages-posix/index.html"> <a href="../../../content/package/manpages-posix/index.html"> <i class="fa fa-check"></i> <b>1.4.</b> manpages-posix </a> <ul class="articles"> <li class="chapter " data-level="1.4.1" data-path="content/package/manpages-posix/info.html"> <a href="../../../content/package/manpages-posix/info.html"> <i class="fa fa-check"></i> <b>1.4.1.</b> info </a> </li> <li class="chapter " data-level="1.4.2" data-path="content/package/manpages-posix/note.html"> <a href="../../../content/package/manpages-posix/note.html"> <i class="fa fa-check"></i> <b>1.4.2.</b> note </a> </li> <li class="chapter " data-level="1.4.3" data-path="content/package/manpages-posix/report.html"> <a href="../../../content/package/manpages-posix/report.html"> <i class="fa fa-check"></i> <b>1.4.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="1.5" data-path="content/package/manpages-posix-dev/index.html"> <a href="../../../content/package/manpages-posix-dev/index.html"> <i class="fa fa-check"></i> <b>1.5.</b> manpages-posix-dev </a> <ul class="articles"> <li class="chapter " data-level="1.5.1" data-path="content/package/manpages-posix-dev/info.html"> <a href="../../../content/package/manpages-posix-dev/info.html"> <i class="fa fa-check"></i> <b>1.5.1.</b> info </a> </li> <li class="chapter " data-level="1.5.2" data-path="content/package/manpages-posix-dev/note.html"> <a href="../../../content/package/manpages-posix-dev/note.html"> <i class="fa fa-check"></i> <b>1.5.2.</b> note </a> </li> <li class="chapter " data-level="1.5.3" data-path="content/package/manpages-posix-dev/report.html"> <a href="../../../content/package/manpages-posix-dev/report.html"> <i class="fa fa-check"></i> <b>1.5.3.</b> report </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="2" data-path="content/category/package/index.html"> <a href="../../../content/category/package/index.html"> <i class="fa fa-check"></i> <b>2.</b> 套件管理 </a> <ul class="articles"> <li class="chapter " data-level="2.1" data-path="content/package/dpkg/index.html"> <a href="../../../content/package/dpkg/index.html"> <i class="fa fa-check"></i> <b>2.1.</b> dpkg </a> <ul class="articles"> <li class="chapter " data-level="2.1.1" data-path="content/package/dpkg/info.html"> <a href="../../../content/package/dpkg/info.html"> <i class="fa fa-check"></i> <b>2.1.1.</b> info </a> </li> <li class="chapter " data-level="2.1.2" data-path="content/package/dpkg/note.html"> <a href="../../../content/package/dpkg/note.html"> <i class="fa fa-check"></i> <b>2.1.2.</b> note </a> </li> <li class="chapter " data-level="2.1.3" data-path="content/package/dpkg/report.html"> <a href="../../../content/package/dpkg/report.html"> <i class="fa fa-check"></i> <b>2.1.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="2.2" data-path="content/package/dpkg-dev/index.html"> <a href="../../../content/package/dpkg-dev/index.html"> <i class="fa fa-check"></i> <b>2.2.</b> dpkg-dev </a> <ul class="articles"> <li class="chapter " data-level="2.2.1" data-path="content/package/dpkg-dev/info.html"> <a href="../../../content/package/dpkg-dev/info.html"> <i class="fa fa-check"></i> <b>2.2.1.</b> info </a> </li> <li class="chapter " data-level="2.2.2" data-path="content/package/dpkg-dev/note.html"> <a href="../../../content/package/dpkg-dev/note.html"> <i class="fa fa-check"></i> <b>2.2.2.</b> note </a> </li> <li class="chapter " data-level="2.2.3" data-path="content/package/dpkg-dev/report.html"> <a href="../../../content/package/dpkg-dev/report.html"> <i class="fa fa-check"></i> <b>2.2.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="2.3" data-path="content/package/apt/index.html"> <a href="../../../content/package/apt/index.html"> <i class="fa fa-check"></i> <b>2.3.</b> apt </a> <ul class="articles"> <li class="chapter " data-level="2.3.1" data-path="content/package/apt/info.html"> <a href="../../../content/package/apt/info.html"> <i class="fa fa-check"></i> <b>2.3.1.</b> info </a> </li> <li class="chapter " data-level="2.3.2" data-path="content/package/apt/note.html"> <a href="../../../content/package/apt/note.html"> <i class="fa fa-check"></i> <b>2.3.2.</b> note </a> </li> <li class="chapter " data-level="2.3.3" data-path="content/package/apt/report.html"> <a href="../../../content/package/apt/report.html"> <i class="fa fa-check"></i> <b>2.3.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="2.4" data-path="content/package/debconf/index.html"> <a href="../../../content/package/debconf/index.html"> <i class="fa fa-check"></i> <b>2.4.</b> debconf </a> <ul class="articles"> <li class="chapter " data-level="2.4.1" data-path="content/package/debconf/info.html"> <a href="../../../content/package/debconf/info.html"> <i class="fa fa-check"></i> <b>2.4.1.</b> info </a> </li> <li class="chapter " data-level="2.4.2" data-path="content/package/debconf/note.html"> <a href="../../../content/package/debconf/note.html"> <i class="fa fa-check"></i> <b>2.4.2.</b> note </a> </li> <li class="chapter " data-level="2.4.3" data-path="content/package/debconf/report.html"> <a href="../../../content/package/debconf/report.html"> <i class="fa fa-check"></i> <b>2.4.3.</b> report </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="3" data-path="content/category/shell/index.html"> <a href="../../../content/category/shell/index.html"> <i class="fa fa-check"></i> <b>3.</b> Shell </a> <ul class="articles"> <li class="chapter " data-level="3.1" data-path="content/package/dash/index.html"> <a href="../../../content/package/dash/index.html"> <i class="fa fa-check"></i> <b>3.1.</b> dash </a> <ul class="articles"> <li class="chapter " data-level="3.1.1" data-path="content/package/dash/info.html"> <a href="../../../content/package/dash/info.html"> <i class="fa fa-check"></i> <b>3.1.1.</b> info </a> </li> <li class="chapter " data-level="3.1.2" data-path="content/package/dash/note.html"> <a href="../../../content/package/dash/note.html"> <i class="fa fa-check"></i> <b>3.1.2.</b> note </a> </li> <li class="chapter " data-level="3.1.3" data-path="content/package/dash/report.html"> <a href="../../../content/package/dash/report.html"> <i class="fa fa-check"></i> <b>3.1.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="3.2" data-path="content/package/ash/index.html"> <a href="../../../content/package/ash/index.html"> <i class="fa fa-check"></i> <b>3.2.</b> ash </a> <ul class="articles"> <li class="chapter " data-level="3.2.1" data-path="content/package/ash/info.html"> <a href="../../../content/package/ash/info.html"> <i class="fa fa-check"></i> <b>3.2.1.</b> info </a> </li> <li class="chapter " data-level="3.2.2" data-path="content/package/ash/note.html"> <a href="../../../content/package/ash/note.html"> <i class="fa fa-check"></i> <b>3.2.2.</b> note </a> </li> <li class="chapter " data-level="3.2.3" data-path="content/package/ash/report.html"> <a href="../../../content/package/ash/report.html"> <i class="fa fa-check"></i> <b>3.2.3.</b> report </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="4" data-path="content/package/index.html"> <a href="../../../content/package/index.html"> <i class="fa fa-check"></i> <b>4.</b> 套件 </a> <ul class="articles"> <li class="chapter " data-level="4.1" data-path="content/package/hello/index.html"> <a href="../../../content/package/hello/index.html"> <i class="fa fa-check"></i> <b>4.1.</b> hello </a> <ul class="articles"> <li class="chapter " data-level="4.1.1" data-path="content/package/hello/info.html"> <a href="../../../content/package/hello/info.html"> <i class="fa fa-check"></i> <b>4.1.1.</b> info </a> </li> <li class="chapter " data-level="4.1.2" data-path="content/package/hello/note.html"> <a href="../../../content/package/hello/note.html"> <i class="fa fa-check"></i> <b>4.1.2.</b> note </a> </li> <li class="chapter " data-level="4.1.3" data-path="content/package/hello/report.html"> <a href="../../../content/package/hello/report.html"> <i class="fa fa-check"></i> <b>4.1.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="4.2" data-path="content/package/sudo/index.html"> <a href="../../../content/package/sudo/index.html"> <i class="fa fa-check"></i> <b>4.2.</b> sudo </a> <ul class="articles"> <li class="chapter " data-level="4.2.1" data-path="content/package/sudo/info.html"> <a href="../../../content/package/sudo/info.html"> <i class="fa fa-check"></i> <b>4.2.1.</b> info </a> </li> <li class="chapter " data-level="4.2.2" data-path="content/package/sudo/note.html"> <a href="../../../content/package/sudo/note.html"> <i class="fa fa-check"></i> <b>4.2.2.</b> note </a> </li> <li class="chapter " data-level="4.2.3" data-path="content/package/sudo/report.html"> <a href="../../../content/package/sudo/report.html"> <i class="fa fa-check"></i> <b>4.2.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="4.3" data-path="content/package/findutils/index.html"> <a href="../../../content/package/findutils/index.html"> <i class="fa fa-check"></i> <b>4.3.</b> findutils </a> <ul class="articles"> <li class="chapter " data-level="4.3.1" data-path="content/package/findutils/info.html"> <a href="../../../content/package/findutils/info.html"> <i class="fa fa-check"></i> <b>4.3.1.</b> info </a> </li> <li class="chapter " data-level="4.3.2" data-path="content/package/findutils/note.html"> <a href="../../../content/package/findutils/note.html"> <i class="fa fa-check"></i> <b>4.3.2.</b> note </a> </li> <li class="chapter " data-level="4.3.3" data-path="content/package/findutils/report.html"> <a href="../../../content/package/findutils/report.html"> <i class="fa fa-check"></i> <b>4.3.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="4.4" data-path="content/package/locate/index.html"> <a href="../../../content/package/locate/index.html"> <i class="fa fa-check"></i> <b>4.4.</b> locate </a> <ul class="articles"> <li class="chapter " data-level="4.4.1" data-path="content/package/locate/info.html"> <a href="../../../content/package/locate/info.html"> <i class="fa fa-check"></i> <b>4.4.1.</b> info </a> </li> <li class="chapter " data-level="4.4.2" data-path="content/package/locate/note.html"> <a href="../../../content/package/locate/note.html"> <i class="fa fa-check"></i> <b>4.4.2.</b> note </a> </li> <li class="chapter " data-level="4.4.3" data-path="content/package/locate/report.html"> <a href="../../../content/package/locate/report.html"> <i class="fa fa-check"></i> <b>4.4.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="4.5" data-path="content/package/base-files/index.html"> <a href="../../../content/package/base-files/index.html"> <i class="fa fa-check"></i> <b>4.5.</b> base-files </a> <ul class="articles"> <li class="chapter " data-level="4.5.1" data-path="content/package/base-files/info.html"> <a href="../../../content/package/base-files/info.html"> <i class="fa fa-check"></i> <b>4.5.1.</b> info </a> </li> <li class="chapter " data-level="4.5.2" data-path="content/package/base-files/note.html"> <a href="../../../content/package/base-files/note.html"> <i class="fa fa-check"></i> <b>4.5.2.</b> note </a> </li> <li class="chapter " data-level="4.5.3" data-path="content/package/base-files/report.html"> <a href="../../../content/package/base-files/report.html"> <i class="fa fa-check"></i> <b>4.5.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="4.6" data-path="content/package/util-linux/index.html"> <a href="../../../content/package/util-linux/index.html"> <i class="fa fa-check"></i> <b>4.6.</b> util-linux </a> <ul class="articles"> <li class="chapter " data-level="4.6.1" data-path="content/package/util-linux/info.html"> <a href="../../../content/package/util-linux/info.html"> <i class="fa fa-check"></i> <b>4.6.1.</b> info </a> </li> <li class="chapter " data-level="4.6.2" data-path="content/package/util-linux/note.html"> <a href="../../../content/package/util-linux/note.html"> <i class="fa fa-check"></i> <b>4.6.2.</b> note </a> </li> <li class="chapter " data-level="4.6.3" data-path="content/package/util-linux/report.html"> <a href="../../../content/package/util-linux/report.html"> <i class="fa fa-check"></i> <b>4.6.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="4.7" data-path="content/package/kmod/index.html"> <a href="../../../content/package/kmod/index.html"> <i class="fa fa-check"></i> <b>4.7.</b> kmod </a> <ul class="articles"> <li class="chapter " data-level="4.7.1" data-path="content/package/kmod/info.html"> <a href="../../../content/package/kmod/info.html"> <i class="fa fa-check"></i> <b>4.7.1.</b> info </a> </li> <li class="chapter " data-level="4.7.2" data-path="content/package/kmod/note.html"> <a href="../../../content/package/kmod/note.html"> <i class="fa fa-check"></i> <b>4.7.2.</b> note </a> </li> <li class="chapter " data-level="4.7.3" data-path="content/package/kmod/report.html"> <a href="../../../content/package/kmod/report.html"> <i class="fa fa-check"></i> <b>4.7.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="4.8" data-path="content/package/coreutils/index.html"> <a href="../../../content/package/coreutils/index.html"> <i class="fa fa-check"></i> <b>4.8.</b> coreutils </a> <ul class="articles"> <li class="chapter " data-level="4.8.1" data-path="content/package/coreutils/info.html"> <a href="../../../content/package/coreutils/info.html"> <i class="fa fa-check"></i> <b>4.8.1.</b> info </a> </li> <li class="chapter " data-level="4.8.2" data-path="content/package/coreutils/note.html"> <a href="../../../content/package/coreutils/note.html"> <i class="fa fa-check"></i> <b>4.8.2.</b> note </a> </li> <li class="chapter " data-level="4.8.3" data-path="content/package/coreutils/report.html"> <a href="../../../content/package/coreutils/report.html"> <i class="fa fa-check"></i> <b>4.8.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="4.9" data-path="content/package/binutils/index.html"> <a href="../../../content/package/binutils/index.html"> <i class="fa fa-check"></i> <b>4.9.</b> binutils </a> <ul class="articles"> <li class="chapter " data-level="4.9.1" data-path="content/package/binutils/info.html"> <a href="../../../content/package/binutils/info.html"> <i class="fa fa-check"></i> <b>4.9.1.</b> info </a> </li> <li class="chapter " data-level="4.9.2" data-path="content/package/binutils/note.html"> <a href="../../../content/package/binutils/note.html"> <i class="fa fa-check"></i> <b>4.9.2.</b> note </a> </li> <li class="chapter " data-level="4.9.3" data-path="content/package/binutils/report.html"> <a href="../../../content/package/binutils/report.html"> <i class="fa fa-check"></i> <b>4.9.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="4.10" data-path="content/package/libc-bin/index.html"> <a href="../../../content/package/libc-bin/index.html"> <i class="fa fa-check"></i> <b>4.10.</b> libc-bin </a> <ul class="articles"> <li class="chapter " data-level="4.10.1" data-path="content/package/libc-bin/info.html"> <a href="../../../content/package/libc-bin/info.html"> <i class="fa fa-check"></i> <b>4.10.1.</b> info </a> </li> <li class="chapter " data-level="4.10.2" data-path="content/package/libc-bin/note.html"> <a href="../../../content/package/libc-bin/note.html"> <i class="fa fa-check"></i> <b>4.10.2.</b> note </a> </li> <li class="chapter " data-level="4.10.3" data-path="content/package/libc-bin/report.html"> <a href="../../../content/package/libc-bin/report.html"> <i class="fa fa-check"></i> <b>4.10.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="4.11" data-path="content/package/bc/index.html"> <a href="../../../content/package/bc/index.html"> <i class="fa fa-check"></i> <b>4.11.</b> bc </a> <ul class="articles"> <li class="chapter " data-level="4.11.1" data-path="content/package/bc/info.html"> <a href="../../../content/package/bc/info.html"> <i class="fa fa-check"></i> <b>4.11.1.</b> info </a> </li> <li class="chapter " data-level="4.11.2" data-path="content/package/bc/note.html"> <a href="../../../content/package/bc/note.html"> <i class="fa fa-check"></i> <b>4.11.2.</b> note </a> </li> <li class="chapter " data-level="4.11.3" data-path="content/package/bc/report.html"> <a href="../../../content/package/bc/report.html"> <i class="fa fa-check"></i> <b>4.11.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="4.12" data-path="content/package/shtool/index.html"> <a href="../../../content/package/shtool/index.html"> <i class="fa fa-check"></i> <b>4.12.</b> shtool </a> <ul class="articles"> <li class="chapter " data-level="4.12.1" data-path="content/package/shtool/info.html"> <a href="../../../content/package/shtool/info.html"> <i class="fa fa-check"></i> <b>4.12.1.</b> info </a> </li> <li class="chapter " data-level="4.12.2" data-path="content/package/shtool/note.html"> <a href="../../../content/package/shtool/note.html"> <i class="fa fa-check"></i> <b>4.12.2.</b> note </a> </li> <li class="chapter " data-level="4.12.3" data-path="content/package/shtool/report.html"> <a href="../../../content/package/shtool/report.html"> <i class="fa fa-check"></i> <b>4.12.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="4.13" data-path="content/package/debianutils/index.html"> <a href="../../../content/package/debianutils/index.html"> <i class="fa fa-check"></i> <b>4.13.</b> debianutils </a> <ul class="articles"> <li class="chapter " data-level="4.13.1" data-path="content/package/debianutils/info.html"> <a href="../../../content/package/debianutils/info.html"> <i class="fa fa-check"></i> <b>4.13.1.</b> info </a> </li> <li class="chapter " data-level="4.13.2" data-path="content/package/debianutils/note.html"> <a href="../../../content/package/debianutils/note.html"> <i class="fa fa-check"></i> <b>4.13.2.</b> note </a> </li> <li class="chapter " data-level="4.13.3" data-path="content/package/debianutils/report.html"> <a href="../../../content/package/debianutils/report.html"> <i class="fa fa-check"></i> <b>4.13.3.</b> report </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="5" data-path="content/category/network/index.html"> <a href="../../../content/category/network/index.html"> <i class="fa fa-check"></i> <b>5.</b> 網路 </a> <ul class="articles"> <li class="chapter " data-level="5.1" data-path="content/package/net-tools/index.html"> <a href="../../../content/package/net-tools/index.html"> <i class="fa fa-check"></i> <b>5.1.</b> net-tools </a> <ul class="articles"> <li class="chapter " data-level="5.1.1" data-path="content/package/net-tools/info.html"> <a href="../../../content/package/net-tools/info.html"> <i class="fa fa-check"></i> <b>5.1.1.</b> info </a> </li> <li class="chapter " data-level="5.1.2" data-path="content/package/net-tools/note.html"> <a href="../../../content/package/net-tools/note.html"> <i class="fa fa-check"></i> <b>5.1.2.</b> note </a> </li> <li class="chapter " data-level="5.1.3" data-path="content/package/net-tools/report.html"> <a href="../../../content/package/net-tools/report.html"> <i class="fa fa-check"></i> <b>5.1.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="5.2" data-path="content/package/wireless-tools/index.html"> <a href="../../../content/package/wireless-tools/index.html"> <i class="fa fa-check"></i> <b>5.2.</b> wireless-tools </a> <ul class="articles"> <li class="chapter " data-level="5.2.1" data-path="content/package/wireless-tools/info.html"> <a href="../../../content/package/wireless-tools/info.html"> <i class="fa fa-check"></i> <b>5.2.1.</b> info </a> </li> <li class="chapter " data-level="5.2.2" data-path="content/package/wireless-tools/note.html"> <a href="../../../content/package/wireless-tools/note.html"> <i class="fa fa-check"></i> <b>5.2.2.</b> note </a> </li> <li class="chapter " data-level="5.2.3" data-path="content/package/wireless-tools/report.html"> <a href="../../../content/package/wireless-tools/report.html"> <i class="fa fa-check"></i> <b>5.2.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="5.3" data-path="content/package/ifupdown/index.html"> <a href="../../../content/package/ifupdown/index.html"> <i class="fa fa-check"></i> <b>5.3.</b> ifupdown </a> <ul class="articles"> <li class="chapter " data-level="5.3.1" data-path="content/package/ifupdown/info.html"> <a href="../../../content/package/ifupdown/info.html"> <i class="fa fa-check"></i> <b>5.3.1.</b> info </a> </li> <li class="chapter " data-level="5.3.2" data-path="content/package/ifupdown/note.html"> <a href="../../../content/package/ifupdown/note.html"> <i class="fa fa-check"></i> <b>5.3.2.</b> note </a> </li> <li class="chapter " data-level="5.3.3" data-path="content/package/ifupdown/report.html"> <a href="../../../content/package/ifupdown/report.html"> <i class="fa fa-check"></i> <b>5.3.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="5.4" data-path="content/package/iproute2/index.html"> <a href="../../../content/package/iproute2/index.html"> <i class="fa fa-check"></i> <b>5.4.</b> iproute2 </a> <ul class="articles"> <li class="chapter " data-level="5.4.1" data-path="content/package/iproute2/info.html"> <a href="../../../content/package/iproute2/info.html"> <i class="fa fa-check"></i> <b>5.4.1.</b> info </a> </li> <li class="chapter active" data-level="5.4.2" data-path="content/package/iproute2/note.html"> <a href="../../../content/package/iproute2/note.html"> <i class="fa fa-check"></i> <b>5.4.2.</b> note </a> </li> <li class="chapter " data-level="5.4.3" data-path="content/package/iproute2/report.html"> <a href="../../../content/package/iproute2/report.html"> <i class="fa fa-check"></i> <b>5.4.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="5.5" data-path="content/package/iputils-ping/index.html"> <a href="../../../content/package/iputils-ping/index.html"> <i class="fa fa-check"></i> <b>5.5.</b> iputils-ping </a> <ul class="articles"> <li class="chapter " data-level="5.5.1" data-path="content/package/iputils-ping/info.html"> <a href="../../../content/package/iputils-ping/info.html"> <i class="fa fa-check"></i> <b>5.5.1.</b> info </a> </li> <li class="chapter " data-level="5.5.2" data-path="content/package/iputils-ping/note.html"> <a href="../../../content/package/iputils-ping/note.html"> <i class="fa fa-check"></i> <b>5.5.2.</b> note </a> </li> <li class="chapter " data-level="5.5.3" data-path="content/package/iputils-ping/report.html"> <a href="../../../content/package/iputils-ping/report.html"> <i class="fa fa-check"></i> <b>5.5.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="5.6" data-path="content/package/iputils-tracepath/index.html"> <a href="../../../content/package/iputils-tracepath/index.html"> <i class="fa fa-check"></i> <b>5.6.</b> iputils-tracepath </a> <ul class="articles"> <li class="chapter " data-level="5.6.1" data-path="content/package/iputils-tracepath/info.html"> <a href="../../../content/package/iputils-tracepath/info.html"> <i class="fa fa-check"></i> <b>5.6.1.</b> info </a> </li> <li class="chapter " data-level="5.6.2" data-path="content/package/iputils-tracepath/note.html"> <a href="../../../content/package/iputils-tracepath/note.html"> <i class="fa fa-check"></i> <b>5.6.2.</b> note </a> </li> <li class="chapter " data-level="5.6.3" data-path="content/package/iputils-tracepath/report.html"> <a href="../../../content/package/iputils-tracepath/report.html"> <i class="fa fa-check"></i> <b>5.6.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="5.7" data-path="content/package/network-manager/index.html"> <a href="../../../content/package/network-manager/index.html"> <i class="fa fa-check"></i> <b>5.7.</b> network-manager </a> <ul class="articles"> <li class="chapter " data-level="5.7.1" data-path="content/package/network-manager/info.html"> <a href="../../../content/package/network-manager/info.html"> <i class="fa fa-check"></i> <b>5.7.1.</b> info </a> </li> <li class="chapter " data-level="5.7.2" data-path="content/package/network-manager/note.html"> <a href="../../../content/package/network-manager/note.html"> <i class="fa fa-check"></i> <b>5.7.2.</b> note </a> </li> <li class="chapter " data-level="5.7.3" data-path="content/package/network-manager/report.html"> <a href="../../../content/package/network-manager/report.html"> <i class="fa fa-check"></i> <b>5.7.3.</b> report </a> </li> </ul> </li> <li class="chapter " data-level="5.8" data-path="content/package/network-manager-gnome/index.html"> <a href="../../../content/package/network-manager-gnome/index.html"> <i class="fa fa-check"></i> <b>5.8.</b> network-manager-gnome </a> <ul class="articles"> <li class="chapter " data-level="5.8.1" data-path="content/package/network-manager-gnome/info.html"> <a href="../../../content/package/network-manager-gnome/info.html"> <i class="fa fa-check"></i> <b>5.8.1.</b> info </a> </li> <li class="chapter " data-level="5.8.2" data-path="content/package/network-manager-gnome/note.html"> <a href="../../../content/package/network-manager-gnome/note.html"> <i class="fa fa-check"></i> <b>5.8.2.</b> note </a> </li> <li class="chapter " data-level="5.8.3" data-path="content/package/network-manager-gnome/report.html"> <a href="../../../content/package/network-manager-gnome/report.html"> <i class="fa fa-check"></i> <b>5.8.3.</b> report </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="6" data-path="content/category/grub/index.html"> <a href="../../../content/category/grub/index.html"> <i class="fa fa-check"></i> <b>6.</b> Grub </a> <ul class="articles"> <li class="chapter " data-level="6.1" data-path="content/package/grub2-common/index.html"> <a href="../../../content/package/grub2-common/index.html"> <i class="fa fa-check"></i> <b>6.1.</b> grub2-common </a> <ul class="articles"> <li class="chapter " data-level="6.1.1" data-path="content/package/grub2-common/info.html"> <a href="../../../content/package/grub2-common/info.html"> <i class="fa fa-check"></i> <b>6.1.1.</b> info </a> </li> <li class="chapter " data-level="6.1.2" data-path="content/package/grub2-common/note.html"> <a href="../../../content/package/grub2-common/note.html"> <i class="fa fa-check"></i> <b>6.1.2.</b> note </a> </li> <li class="chapter " data-level="6.1.3" data-path="content/package/grub2-common/report.html"> <a href="../../../content/package/grub2-common/report.html"> <i class="fa fa-check"></i> <b>6.1.3.</b> report </a> </li> </ul> </li> </ul> </li> <li class="divider"></li> <li> <a href="https://www.gitbook.com" target="blank" class="gitbook-link"> Published with GitBook </a> </li> </ul> </nav> </div> <div class="book-body"> <div class="body-inner"> <div class="book-header" role="navigation"> <!-- Actions Left --> <!-- Title --> <h1> <i class="fa fa-circle-o-notch fa-spin"></i> <a href="../../../" >Ubuntu Exploration (Ubuntu 探索)</a> </h1> </div> <div class="page-wrapper" tabindex="-1" role="main"> <div class="page-inner"> <section class="normal" id="section-"> <h1 id="iproute2-note">iproute2 note</h1> </section> </div> </div> </div> <a href="../../../content/package/iproute2/info.html" class="navigation navigation-prev " aria-label="Previous page: info"><i class="fa fa-angle-left"></i></a> <a href="../../../content/package/iproute2/report.html" class="navigation navigation-next " aria-label="Next page: report"><i class="fa fa-angle-right"></i></a> </div> </div> <script src="../../../gitbook/app.js"></script> <script src="../../../gitbook/plugins/gitbook-plugin-ga/plugin.js"></script> <script src="../../../gitbook/plugins/gitbook-plugin-search/lunr.min.js"></script> <script src="../../../gitbook/plugins/gitbook-plugin-search/search.js"></script> <script src="../../../gitbook/plugins/gitbook-plugin-sharing/buttons.js"></script> <script src="../../../gitbook/plugins/gitbook-plugin-fontsettings/buttons.js"></script> <script> require(["gitbook"], function(gitbook) { var config = {"fontsettings":{"theme":"night","family":"sans","size":1},"ga":{"token":"UA-55644249-1","configuration":"auto"},"highlight":{},"search":{"maxIndexSize":1000000},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]}}; gitbook.start(config); }); </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-55644249-1', 'auto');ga('send', 'pageview');</script> </body> </html>
apache-jena-3.0.0/javadoc-arq/org/apache/jena/sparql/expr/aggregate/class-use/AggGroupConcat.html
slennie12/SOR-Onderzoek
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45-internal) on Sat Jul 25 18:14:30 BST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.jena.sparql.expr.aggregate.AggGroupConcat (Apache Jena ARQ)</title> <meta name="date" content="2015-07-25"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.jena.sparql.expr.aggregate.AggGroupConcat (Apache Jena ARQ)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/jena/sparql/expr/aggregate/AggGroupConcat.html" title="class in org.apache.jena.sparql.expr.aggregate">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/jena/sparql/expr/aggregate/class-use/AggGroupConcat.html" target="_top">Frames</a></li> <li><a href="AggGroupConcat.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.jena.sparql.expr.aggregate.AggGroupConcat" class="title">Uses of Class<br>org.apache.jena.sparql.expr.aggregate.AggGroupConcat</h2> </div> <div class="classUseContainer">No usage of org.apache.jena.sparql.expr.aggregate.AggGroupConcat</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/jena/sparql/expr/aggregate/AggGroupConcat.html" title="class in org.apache.jena.sparql.expr.aggregate">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/jena/sparql/expr/aggregate/class-use/AggGroupConcat.html" target="_top">Frames</a></li> <li><a href="AggGroupConcat.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
docs/FW_changes.html
trygvis/javax-usb-tck
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Modify Files for Building Images</title> </head> <body bgcolor="#FFFFFF"> <h2 align="center">Modify FW.C for all three Images</h2> <br> <p>The Cypress FW.C file requires only minor modifications, in order to work with the JSR80 javax.USB TCK implementation.</p> <p>The modifications necessary for the FW.C file are identical for all three Images (BULKINT, ISODCP, TOPOLOGY), so these instructions will explain how to modify the FW.C file currently located in the BULKINT subdirectory. Following the modifications to the copy of the FW.C file in the BULKINT subdirectory, that file should be copied into the ISODCP and TOPOLOGY subdirectories, overwriting the previous versions of FW.C located in those two subdirectories.</p> <p>Please navigate first to the FW.C file that is located (following completion of step 1 of the "Steps to Build EEPROM Images") in the subdirectory C:\TCK\BULKINT. </p> <p>Now, follow the steps listed below to add the necessary lines to FW.C.</p> <p><strong>Steps to Modify FW.C:</strong><p> <ol> <li>The location for the new code in the FW.C module can be found by traversing the path listed below down to the "if" block in which the code changes will be made. <blockquote> Start in function "void SetupCommand(void)" <br>&nbsp;&nbsp;&nbsp;-> switch(SETUPDAT[1]) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-> case SC_GET_DESCRIPTOR: <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-> if(DR_GetDescriptor()) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-> switch(SETUPDAT[3]) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-> case GD_STRING: <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-> if(dscr_ptr = (void *)EZUSB_GetStringDscr(SETUPDAT[2])) </blockquote> <li>Add the following local variable right after the other local variables in this "if" block: <blockquote>WORD wLength;</blockquote> <li>Then, delete the 2 lines listed below that appear after the line "len = sdp->length;": <blockquote>if (len > SETUPDAT[6]) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;len = SETUPDAT[6];</blockquote> <li>Next, add the following lines after the line "len = sdp->length;": <blockquote> //A string descriptor length is limited to a byte <br>//section 9.6.5 of USB spec 1.1. <br>//However, wLength of a standard request is two bytes. <br>//The host can ask for up to 0xFFFF bytes and the device <br>//will return what is available. <br>//Code was modified to read the high byte, SETUPDAT[7] <br>//the wLength specified in the request (section 9.4.3 <br>//USB spec 1.1 ) <br>wLength= SETUPDAT[7]<< 8; <br>wLength = wLength + SETUPDAT[6]; <br> <br>if (wLength > 255) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wLength = 255; <br> <br>if ((WORD)len > wLength) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;len = (BYTE) wLength; //limit to the requested length </blockquote> <li>Finally, this modified FW.C file should be copied into the ISODCP (C:\TCK\ISODCP) and TOPOLOGY (C:\TCK\TOPOLOGY) subdirectories. This action will replace the FW.C files that were in those two subdirectories. Following this step, the FW.C files should be identical in the BULKINT, ISODCP and TOPOLOGY subdirectories. </p> </ul> <br> <p>Author: <a href="Tckteam.html">TCK Team</a></p> <hr> <br> <div align="center"> <p><a href="index.html">Introduction</a>&nbsp;&nbsp;|&nbsp;&nbsp; <a href="install.html">Installation Instructions</a>&nbsp;&nbsp;|&nbsp;&nbsp; <a href="images.html">Building the Images</a>&nbsp;&nbsp;|&nbsp;&nbsp; <a href="running.html">Running the Tests</a>&nbsp;&nbsp;|&nbsp;&nbsp;</p> <a href="test_descriptions.html">Test Descriptions</a>&nbsp;&nbsp;|&nbsp;&nbsp; <a href="appeals.pdf">Appeals Process</a>&nbsp;&nbsp;|&nbsp;&nbsp; <a href="changes.html">Change History</a> </div> </body> </html>
AndroidBTService/doc/com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html
t2health/BSPAN---Bluetooth-Sensor-Processing-for-Android
<!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_18) on Mon Jun 27 10:03:01 PDT 2011 --> <TITLE> SPINEServiceMessageConstants </TITLE> <META NAME="date" CONTENT="2011-06-27"> <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="SPINEServiceMessageConstants"; } } </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/SPINEServiceMessageConstants.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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINESensorConstants.html" title="class in com.t2.biofeedback.device.Spine"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SPINEServiceMessageConstants.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;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&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"> com.t2.biofeedback.device.Spine</FONT> <BR> Class SPINEServiceMessageConstants</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants</B> </PRE> <HR> <DL> <DT><PRE>public class <B>SPINEServiceMessageConstants</B><DT>extends java.lang.Object</DL> </PRE> <P> <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>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;byte</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#ACK">ACK</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>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#ACK_LABEL">ACK_LABEL</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>static&nbsp;byte</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#CONNECTION_FAIL">CONNECTION_FAIL</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>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#CONNECTION_FAIL_LABEL">CONNECTION_FAIL_LABEL</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>static&nbsp;byte</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#ERROR">ERROR</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>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#ERROR_LABEL">ERROR_LABEL</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>static&nbsp;byte</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#FEATURE_ENGINE_STAT">FEATURE_ENGINE_STAT</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>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#FEATURE_ENGINE_STAT_LABEL">FEATURE_ENGINE_STAT_LABEL</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>static&nbsp;byte</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#FEATURE_STAT">FEATURE_STAT</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>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#FEATURE_STAT_LABEL">FEATURE_STAT_LABEL</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>static&nbsp;byte</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#INFO">INFO</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>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#INFO_LABEL">INFO_LABEL</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>static&nbsp;byte</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#NOT_SPECIFIED">NOT_SPECIFIED</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>static&nbsp;byte</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#UNKNOWN_PKT_RECEIVED">UNKNOWN_PKT_RECEIVED</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>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#UNKNOWN_PKT_RECEIVED_LABEL">UNKNOWN_PKT_RECEIVED_LABEL</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>static&nbsp;byte</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#WARNING">WARNING</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>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#WARNING_LABEL">WARNING_LABEL</A></B></CODE> <BR> &nbsp;&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>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#SPINEServiceMessageConstants()">SPINEServiceMessageConstants</A></B>()</CODE> <BR> &nbsp;&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>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#messageDetailToString(byte, byte)">messageDetailToString</A></B>(byte&nbsp;messageType, byte&nbsp;messageDetail)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the string label mapped to the given message detail code</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#messageTypeToString(byte)">messageTypeToString</A></B>(byte&nbsp;messageType)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the string label mapped to the message type code of the current ServiceMessage object</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html#serviceMessageTypeToString(byte)">serviceMessageTypeToString</A></B>(byte&nbsp;serviceMessageType)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the string label mapped to the service message type code of the current ServiceMessage object</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>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</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>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="ERROR"><!-- --></A><H3> ERROR</H3> <PRE> public static final byte <B>ERROR</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.ERROR">Constant Field Values</A></DL> </DL> <HR> <A NAME="WARNING"><!-- --></A><H3> WARNING</H3> <PRE> public static final byte <B>WARNING</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.WARNING">Constant Field Values</A></DL> </DL> <HR> <A NAME="ACK"><!-- --></A><H3> ACK</H3> <PRE> public static final byte <B>ACK</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.ACK">Constant Field Values</A></DL> </DL> <HR> <A NAME="NOT_SPECIFIED"><!-- --></A><H3> NOT_SPECIFIED</H3> <PRE> public static final byte <B>NOT_SPECIFIED</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.NOT_SPECIFIED">Constant Field Values</A></DL> </DL> <HR> <A NAME="INFO"><!-- --></A><H3> INFO</H3> <PRE> public static final byte <B>INFO</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.INFO">Constant Field Values</A></DL> </DL> <HR> <A NAME="CONNECTION_FAIL"><!-- --></A><H3> CONNECTION_FAIL</H3> <PRE> public static final byte <B>CONNECTION_FAIL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.CONNECTION_FAIL">Constant Field Values</A></DL> </DL> <HR> <A NAME="UNKNOWN_PKT_RECEIVED"><!-- --></A><H3> UNKNOWN_PKT_RECEIVED</H3> <PRE> public static final byte <B>UNKNOWN_PKT_RECEIVED</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.UNKNOWN_PKT_RECEIVED">Constant Field Values</A></DL> </DL> <HR> <A NAME="FEATURE_STAT"><!-- --></A><H3> FEATURE_STAT</H3> <PRE> public static final byte <B>FEATURE_STAT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.FEATURE_STAT">Constant Field Values</A></DL> </DL> <HR> <A NAME="FEATURE_ENGINE_STAT"><!-- --></A><H3> FEATURE_ENGINE_STAT</H3> <PRE> public static final byte <B>FEATURE_ENGINE_STAT</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.FEATURE_ENGINE_STAT">Constant Field Values</A></DL> </DL> <HR> <A NAME="ERROR_LABEL"><!-- --></A><H3> ERROR_LABEL</H3> <PRE> public static final java.lang.String <B>ERROR_LABEL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.ERROR_LABEL">Constant Field Values</A></DL> </DL> <HR> <A NAME="WARNING_LABEL"><!-- --></A><H3> WARNING_LABEL</H3> <PRE> public static final java.lang.String <B>WARNING_LABEL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.WARNING_LABEL">Constant Field Values</A></DL> </DL> <HR> <A NAME="ACK_LABEL"><!-- --></A><H3> ACK_LABEL</H3> <PRE> public static final java.lang.String <B>ACK_LABEL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.ACK_LABEL">Constant Field Values</A></DL> </DL> <HR> <A NAME="INFO_LABEL"><!-- --></A><H3> INFO_LABEL</H3> <PRE> public static final java.lang.String <B>INFO_LABEL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.INFO_LABEL">Constant Field Values</A></DL> </DL> <HR> <A NAME="CONNECTION_FAIL_LABEL"><!-- --></A><H3> CONNECTION_FAIL_LABEL</H3> <PRE> public static final java.lang.String <B>CONNECTION_FAIL_LABEL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.CONNECTION_FAIL_LABEL">Constant Field Values</A></DL> </DL> <HR> <A NAME="UNKNOWN_PKT_RECEIVED_LABEL"><!-- --></A><H3> UNKNOWN_PKT_RECEIVED_LABEL</H3> <PRE> public static final java.lang.String <B>UNKNOWN_PKT_RECEIVED_LABEL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.UNKNOWN_PKT_RECEIVED_LABEL">Constant Field Values</A></DL> </DL> <HR> <A NAME="FEATURE_STAT_LABEL"><!-- --></A><H3> FEATURE_STAT_LABEL</H3> <PRE> public static final java.lang.String <B>FEATURE_STAT_LABEL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.FEATURE_STAT_LABEL">Constant Field Values</A></DL> </DL> <HR> <A NAME="FEATURE_ENGINE_STAT_LABEL"><!-- --></A><H3> FEATURE_ENGINE_STAT_LABEL</H3> <PRE> public static final java.lang.String <B>FEATURE_ENGINE_STAT_LABEL</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.t2.biofeedback.device.Spine.SPINEServiceMessageConstants.FEATURE_ENGINE_STAT_LABEL">Constant Field Values</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>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="SPINEServiceMessageConstants()"><!-- --></A><H3> SPINEServiceMessageConstants</H3> <PRE> public <B>SPINEServiceMessageConstants</B>()</PRE> <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>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="messageDetailToString(byte, byte)"><!-- --></A><H3> messageDetailToString</H3> <PRE> public static java.lang.String <B>messageDetailToString</B>(byte&nbsp;messageType, byte&nbsp;messageDetail)</PRE> <DL> <DD>Returns the string label mapped to the given message detail code <P> <DD><DL> <DT><B>Returns:</B><DD>the message detail string label mapped to the given message detail code</DL> </DD> </DL> <HR> <A NAME="messageTypeToString(byte)"><!-- --></A><H3> messageTypeToString</H3> <PRE> public static java.lang.String <B>messageTypeToString</B>(byte&nbsp;messageType)</PRE> <DL> <DD>Returns the string label mapped to the message type code of the current ServiceMessage object <P> <DD><DL> <DT><B>Returns:</B><DD>the message type string label mapped to the given message type code</DL> </DD> </DL> <HR> <A NAME="serviceMessageTypeToString(byte)"><!-- --></A><H3> serviceMessageTypeToString</H3> <PRE> public static java.lang.String <B>serviceMessageTypeToString</B>(byte&nbsp;serviceMessageType)</PRE> <DL> <DD>Returns the string label mapped to the service message type code of the current ServiceMessage object <P> <DD><DL> <DT><B>Returns:</B><DD>the service message type string label mapped to the given service message type code</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/SPINEServiceMessageConstants.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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../com/t2/biofeedback/device/Spine/SPINESensorConstants.html" title="class in com.t2.biofeedback.device.Spine"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/t2/biofeedback/device/Spine/SPINEServiceMessageConstants.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SPINEServiceMessageConstants.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;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
yo/app/templates/settings/plugin.html
whizzosoftware/hobson-hub-webconsole
<div class="plugin-tile shadow-1"> <div class="plugin-content"> <div class="plugin-icon"> <% if (plugin.image) { %> <img src="<%= plugin.image['@id'] %>" /> <% } %> <% if (plugin.links && plugin.links.install) { %> <a id="buttonInstall" class="icon-button upper-right" title="<%= strings.Install %>"><i class="fa fa-download fa-lg icon-button"></i></a> <% } else if (plugin.status && plugin.status.code === 'RUNNING' && (plugin.configurable || plugin.actionClasses)) { %> <ul id="plugin-more-menu" class="sm sm-clean upper-left"> <li><a></a> <ul> <% if (plugin.configurable) { %> <li><a id="buttonSettings"><i class="fa fa-cog"></i>&nbsp;<%= strings.Settings %></a></li> <% } %> <% if (plugin.actionClasses) { for (var i=0; i < plugin.actionClasses.itemListElement.length; i++) { %> <li> <a id="<%= plugin.actionClasses.itemListElement[i].item['@id'] %>" class="buttonAction"> <i class="fa fa-wrench"></i>&nbsp; <% if (plugin.actionClasses.itemListElement[i].item['@id'].endsWith('/sendMessage')) { %> <%= strings.SendTestMessage %> <% } else { %> <%= plugin.actionClasses.itemListElement[i].item.name %> <% } %> </a> </li> <% } } %> </ul> </li> </ul> <% } %> </div> <div class="plugin-text"> <div class="row"> <div class="large-12 columns"> <h1><%= plugin.name %></h1> <p><%= plugin.description %></p> </div> </div> </div> <% if (plugin.version) { %> <div class="plugin-version">Version <%= plugin.version %></div> <% } %> </div> <% if (plugin.status && plugin.status.code === 'NOT_CONFIGURED') { %> <div class="plugin-overlay"> <p> <i class="fa fa-warning fa-4x"></i> <br/> <%= plugin.name %> <%= strings.RequiresConfiguration %> <p> <a id="buttonSettings" class="tiny radius button shadow-1"><%= strings.Settings %></a> </p> </p> </div> <% } else if (plugin.status && (plugin.status.code === 'ERROR' || plugin.status.code === 'FAILED')) { %> <div class="plugin-overlay"> <p> <i class="fa fa-exclamation-circle fa-4x"></i> <br/> <p><%= strings.PluginError %></p> <p> <a id="buttonSettings" class="tiny radius button shadow-1"><%= strings.Settings %></a> </p> </p> </div> <% } else if (plugin.links && plugin.links.update) { %> <div class="plugin-overlay"> <p style="margin-top: 2em;"> <p><%= strings.PluginUpdateAvailable %></p> <p> <a id="buttonClose" class="tiny radius button shadow-1"><%= strings.Close %></a> <a id="buttonUpdate" class="tiny radius button shadow-1"><%= strings.Update %></a> </p> </p> </div> <% } %> </div>
pdk/guid-6013a680-57f9-415b-8851-c4fa63356636/_base_2_mem_man_2_cleanup_2_push_l_pop_dest_2_bld_8inf_source.html
warlordh/fork_Symbian
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>TB9.2 Example Applications: examples/Base/MemMan/Cleanup/PushLPopDest/Bld.inf Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/> <!--[if IE]> <link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body class="kernelguide"> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Product Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <!-- Generated by Doxygen 1.6.2 --> <h1>examples/Base/MemMan/Cleanup/PushLPopDest/Bld.inf</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).</span> <a name="l00002"></a>00002 <span class="comment">// All rights reserved.</span> <a name="l00003"></a>00003 <span class="comment">// This component and the accompanying materials are made available</span> <a name="l00004"></a>00004 <span class="comment">// under the terms of &quot;Eclipse Public License v1.0&quot;</span> <a name="l00005"></a>00005 <span class="comment">// which accompanies this distribution, and is available</span> <a name="l00006"></a>00006 <span class="comment">// at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.</span> <a name="l00007"></a>00007 <span class="comment">//</span> <a name="l00008"></a>00008 <span class="comment">// Initial Contributors:</span> <a name="l00009"></a>00009 <span class="comment">// Nokia Corporation - initial contribution.</span> <a name="l00010"></a>00010 <span class="comment">//</span> <a name="l00011"></a>00011 <span class="comment">// Contributors:</span> <a name="l00012"></a>00012 <span class="comment">//</span> <a name="l00013"></a>00013 <span class="comment">// Description:</span> <a name="l00014"></a>00014 <span class="comment">// Component description file</span> <a name="l00015"></a>00015 <span class="comment">//</span> <a name="l00016"></a>00016 <a name="l00017"></a>00017 PRJ_MMPFILES <a name="l00018"></a>00018 <a name="l00019"></a>00019 PushLPopDest.mmp </pre></div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
sdk/GUID-C71EE8CC-C770-3695-A2D3-DA1032ADA808.html
warlordh/fork_Symbian
<?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 lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxClass" /> <meta name="DC.Title" content="CListenerDopplerProxy" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-C71EE8CC-C770-3695-A2D3-DA1032ADA808" /> <title> CListenerDopplerProxy </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-C71EE8CC-C770-3695-A2D3-DA1032ADA808"> <a name="GUID-C71EE8CC-C770-3695-A2D3-DA1032ADA808"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2518338 id2518347 id2858858 id2409913 id2552289 id2552477 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> CListenerDopplerProxy Class Reference </h1> <table class="signature"> <tr> <td> class CListenerDopplerProxy : public CListenerDoppler </td> </tr> </table> <div class="section"> <div> <p> This is the doppler effect proxy class responsible for handling framework messages. </p> <div class="p"> DopplerProxy.lib <dl class="since"> <dt class="dlterm"> Since </dt> <dd> 3.0 </dd> </dl> </div> </div> </div> <div class="section derivation"> <h2 class="sectiontitle"> Inherits from </h2> <ul class="derivation derivation-root"> <li class="derivation-depth-0 "> CListenerDopplerProxy <ul class="derivation"> <li class="derivation-depth-1 "> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler </a> <ul class="derivation"> <li class="derivation-depth-2 "> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler </a> <ul class="derivation"> <li class="derivation-depth-3 "> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect </a> <ul class="derivation"> <li class="derivation-depth-4 "> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase </a> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </div> <div class="section member-index"> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Public Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> </td> <td> <a href="#GUID-B284B732-8985-3A02-B075-4D252707145A"> ~CListenerDopplerProxy </a> () </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C void </td> <td> <a href="#GUID-C11EBE3A-0FA8-353B-9D4D-22B75451F0E0"> ApplyL </a> () </td> </tr> <tr> <td align="right" class="code"> void </td> <td> <a href="#GUID-FB4CFFB0-BEFF-318E-B848-597DA18674BD"> ListenerDopplerEvent </a> (const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C <a href="GUID-C71EE8CC-C770-3695-A2D3-DA1032ADA808.html"> CListenerDopplerProxy </a> * </td> <td> <a href="#GUID-4D517E94-4ABF-3465-841F-B21D33531FF1"> NewL </a> ( <a href="GUID-C7A094BD-846F-3ED2-8CCE-C0743DB3712A.html"> TMMFMessageDestinationPckg </a> , <a href="GUID-D3A9A10C-FE35-32E0-A57F-F95672EC20CC.html"> MCustomCommand </a> &amp;, <a href="GUID-298FC02F-BDBB-3D74-BEF1-7A9B5C8FD171.html"> CCustomInterfaceUtility </a> *) </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Private Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> </td> <td> <a href="#GUID-C1324DFD-C6AA-3ED3-9A62-69B2462221C2"> CListenerDopplerProxy </a> ( <a href="GUID-C7A094BD-846F-3ED2-8CCE-C0743DB3712A.html"> TMMFMessageDestinationPckg </a> , <a href="GUID-D3A9A10C-FE35-32E0-A57F-F95672EC20CC.html"> MCustomCommand </a> &amp;, <a href="GUID-298FC02F-BDBB-3D74-BEF1-7A9B5C8FD171.html"> CCustomInterfaceUtility </a> *) </td> </tr> <tr class="bg"> <td align="right" class="code"> void </td> <td> <a href="#GUID-7F17D50C-521C-3EF9-B8E9-896600D55040"> ConstructL </a> () </td> </tr> <tr> <td align="right" class="code"> void </td> <td> <a href="#GUID-0ABCBEF2-43E2-3C1B-B82E-DFE59A83D744"> StartObserver </a> () </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Inherited Functions </th> </tr> </thead> <tbody> <tr> <td> </td> <td> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect::CAudioEffect() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect::DisableL() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect::EnableL() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect::EnforceL(TBool) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect::HaveUpdateRights()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect::IsEnabled()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect::IsEnforced()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect::RegisterObserverL(MAudioEffectObserver &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect::UnRegisterObserver(MAudioEffectObserver &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect::~CAudioEffect() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::CBase() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::Delete(CBase *) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::Extension_(TUint,TAny *&amp;,TAny *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TAny *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TLeave) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TLeave,TUint) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TUint) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::~CBase() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler::CDoppler() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler::CartesianVelocity(TInt32 &amp;,TInt32 &amp;,TInt32 &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler::DoEffectData() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler::Factor()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler::FactorMax()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler::SetCartesianVelocityL(TInt32,TInt32,TInt32) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler::SetEffectData(const TDesC8 &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler::SetFactorL(TUint32) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler::SetSphericalVelocityL(TInt32,TInt32,TInt32) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler::SphericalVelocity(TInt32 &amp;,TInt32 &amp;,TInt32 &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler::~CDoppler() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::CListenerDoppler() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::NewL(CCustomCommandUtility *) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::NewL(CDrmPlayerUtility &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::NewL(CMMFDevSound &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::NewL(CMdaAudioConvertUtility &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::NewL(CMdaAudioInputStream &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::NewL(CMdaAudioOutputStream &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::NewL(CMdaAudioPlayerUtility &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::NewL(CMdaAudioRecorderUtility &amp;,TBool) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::NewL(CMdaAudioToneUtility &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::NewL(CMidiClientUtility &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::NewL(CVideoPlayerUtility &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::NewL(MCustomInterface &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::Uid()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-EB66A74C-22B8-3F22-9D9A-D1D7A4C64953.html"> CListenerDoppler::~CListenerDoppler() </a> </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Private Attributes </th> </tr> </thead> <tbody> <tr> <td align="right" valign="top"> <a href="GUID-D3A9A10C-FE35-32E0-A57F-F95672EC20CC.html"> MCustomCommand </a> * </td> <td> <a href="#GUID-34BDEFF2-FB89-3CC0-9B34-C7D94FDF4A19"> iCustomCommand </a> </td> </tr> <tr class="bg"> <td align="right" valign="top"> <a href="GUID-298FC02F-BDBB-3D74-BEF1-7A9B5C8FD171.html"> CCustomInterfaceUtility </a> * </td> <td> <a href="#GUID-3D37D245-9C54-35B1-B716-A16B5B0EBD86"> iCustomInterfaceUtility </a> </td> </tr> <tr> <td align="right" valign="top"> <a href="GUID-AF456489-A125-3A94-84A1-1513494F54F0.html"> CListenerDopplerEventObserver </a> * </td> <td> <a href="#GUID-F863EB9C-8858-3C7A-9ABC-16D19AF8BEB1"> iDopplerEventObserver </a> </td> </tr> <tr class="bg"> <td align="right" valign="top"> <a href="GUID-C7A094BD-846F-3ED2-8CCE-C0743DB3712A.html"> TMMFMessageDestinationPckg </a> </td> <td> <a href="#GUID-5B9A57FC-8905-3733-91F4-40A0AA577223"> iMessageHandler </a> </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Inherited Attributes </th> </tr> </thead> <tbody> <tr> <td> </td> <td> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect::iEnabled </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect::iEnforced </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect::iHaveUpdateRights </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html"> CAudioEffect::iObservers </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler::iDataPckgFrom </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler::iDataPckgTo </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-D8147B2A-93E1-332A-8DE2-3B9E5CB537A6.html"> CDoppler::iDopplerData </a> </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Constructor &amp; Destructor Documentation </h1> <div class="nested1" id="GUID-C1324DFD-C6AA-3ED3-9A62-69B2462221C2"> <a name="GUID-C1324DFD-C6AA-3ED3-9A62-69B2462221C2"> <!-- --> </a> <h2 class="topictitle2"> CListenerDopplerProxy(TMMFMessageDestinationPckg, MCustomCommand &amp;, CCustomInterfaceUtility *) </h2> <table class="signature"> <tr> <td> CListenerDopplerProxy </td> <td> ( </td> <td> <a href="GUID-C7A094BD-846F-3ED2-8CCE-C0743DB3712A.html"> TMMFMessageDestinationPckg </a> </td> <td> aMessageHandler, </td> </tr> <tr> <td colspan="2"> </td> <td> <a href="GUID-D3A9A10C-FE35-32E0-A57F-F95672EC20CC.html"> MCustomCommand </a> &amp; </td> <td> aCustomCommand, </td> </tr> <tr> <td colspan="2"> </td> <td> <a href="GUID-298FC02F-BDBB-3D74-BEF1-7A9B5C8FD171.html"> CCustomInterfaceUtility </a> * </td> <td> aCustomInterfaceUtility </td> </tr> <tr> <td colspan="1"> </td> <td> ) </td> <td colspan="2"> [private] </td> </tr> </table> <div class="section"> <div> <div class="p"> Private C++ constructor for this class. <dl class="since"> <dt class="dlterm"> Since </dt> <dd> 3.0 </dd> </dl> </div> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-C7A094BD-846F-3ED2-8CCE-C0743DB3712A.html"> TMMFMessageDestinationPckg </a> aMessageHandler </td> <td> reference to message handler </td> </tr> <tr class="bg"> <td class="parameter"> <a href="GUID-D3A9A10C-FE35-32E0-A57F-F95672EC20CC.html"> MCustomCommand </a> &amp; aCustomCommand </td> <td> reference to custom command utility </td> </tr> <tr> <td class="parameter"> <a href="GUID-298FC02F-BDBB-3D74-BEF1-7A9B5C8FD171.html"> CCustomInterfaceUtility </a> * aCustomInterfaceUtility </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-B284B732-8985-3A02-B075-4D252707145A"> <a name="GUID-B284B732-8985-3A02-B075-4D252707145A"> <!-- --> </a> <h2 class="topictitle2"> ~CListenerDopplerProxy() </h2> <table class="signature"> <tr> <td> ~CListenerDopplerProxy </td> <td> ( </td> <td> ) </td> <td> [virtual] </td> </tr> </table> <div class="section"> <div> <p> Destructor </p> </div> </div> </div> <h1 class="pageHeading topictitle1"> Member Functions Documentation </h1> <div class="nested1" id="GUID-C11EBE3A-0FA8-353B-9D4D-22B75451F0E0"> <a name="GUID-C11EBE3A-0FA8-353B-9D4D-22B75451F0E0"> <!-- --> </a> <h2 class="topictitle2"> ApplyL() </h2> <table class="signature"> <tr> <td> IMPORT_C void </td> <td> ApplyL </td> <td> ( </td> <td> ) </td> <td> [virtual] </td> </tr> </table> <div class="section"> <div> <div class="p"> From <a href="GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2.html#GUID-6ABDD37E-9C1E-3CA5-98FE-A7972192B6B2"> CAudioEffect </a> Apply effect settings <dl class="since"> <dt class="dlterm"> Since </dt> <dd> 3.0 </dd> </dl> </div> </div> </div> </div> <div class="nested1" id="GUID-7F17D50C-521C-3EF9-B8E9-896600D55040"> <a name="GUID-7F17D50C-521C-3EF9-B8E9-896600D55040"> <!-- --> </a> <h2 class="topictitle2"> ConstructL() </h2> <table class="signature"> <tr> <td> void </td> <td> ConstructL </td> <td> ( </td> <td> ) </td> <td> [private] </td> </tr> </table> <div class="section"> <div> <div class="p"> Second phase constructor for this class. <dl class="since"> <dt class="dlterm"> Since </dt> <dd> 3.0 </dd> </dl> </div> </div> </div> </div> <div class="nested1" id="GUID-FB4CFFB0-BEFF-318E-B848-597DA18674BD"> <a name="GUID-FB4CFFB0-BEFF-318E-B848-597DA18674BD"> <!-- --> </a> <h2 class="topictitle2"> ListenerDopplerEvent(const TDesC8 &amp;) </h2> <table class="signature"> <tr> <td> void </td> <td> ListenerDopplerEvent </td> <td> ( </td> <td> const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; </td> <td> aDataPckg </td> <td> ) </td> <td> </td> </tr> </table> <div class="section"> <div> <div class="p"> From MDopplerCallback Changes to doppler data has occured <dl class="since"> <dt class="dlterm"> Since </dt> <dd> 3.0 </dd> </dl> </div> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; aDataPckg </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-4D517E94-4ABF-3465-841F-B21D33531FF1"> <a name="GUID-4D517E94-4ABF-3465-841F-B21D33531FF1"> <!-- --> </a> <h2 class="topictitle2"> NewL(TMMFMessageDestinationPckg, MCustomCommand &amp;, CCustomInterfaceUtility *) </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-C71EE8CC-C770-3695-A2D3-DA1032ADA808.html"> CListenerDopplerProxy </a> * </td> <td> NewL </td> <td> ( </td> <td> <a href="GUID-C7A094BD-846F-3ED2-8CCE-C0743DB3712A.html"> TMMFMessageDestinationPckg </a> </td> <td> aMessageHandler, </td> </tr> <tr> <td colspan="3"> </td> <td> <a href="GUID-D3A9A10C-FE35-32E0-A57F-F95672EC20CC.html"> MCustomCommand </a> &amp; </td> <td> aCustomCommand, </td> </tr> <tr> <td colspan="3"> </td> <td> <a href="GUID-298FC02F-BDBB-3D74-BEF1-7A9B5C8FD171.html"> CCustomInterfaceUtility </a> * </td> <td> aCustomInterfaceUtility </td> </tr> <tr> <td colspan="2"> </td> <td> ) </td> <td colspan="2"> [static] </td> </tr> </table> <div class="section"> <div> <div class="p"> Factory function for creating the doppler proxy object. <dl class="since"> <dt class="dlterm"> Since </dt> <dd> 3.0 </dd> </dl> </div> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-C7A094BD-846F-3ED2-8CCE-C0743DB3712A.html"> TMMFMessageDestinationPckg </a> aMessageHandler </td> <td> reference to message handler </td> </tr> <tr class="bg"> <td class="parameter"> <a href="GUID-D3A9A10C-FE35-32E0-A57F-F95672EC20CC.html"> MCustomCommand </a> &amp; aCustomCommand </td> <td> reference to custom command utility </td> </tr> <tr> <td class="parameter"> <a href="GUID-298FC02F-BDBB-3D74-BEF1-7A9B5C8FD171.html"> CCustomInterfaceUtility </a> * aCustomInterfaceUtility </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-0ABCBEF2-43E2-3C1B-B82E-DFE59A83D744"> <a name="GUID-0ABCBEF2-43E2-3C1B-B82E-DFE59A83D744"> <!-- --> </a> <h2 class="topictitle2"> StartObserver() </h2> <table class="signature"> <tr> <td> void </td> <td> StartObserver </td> <td> ( </td> <td> ) </td> <td> [private] </td> </tr> </table> <div class="section"> <div> <div class="p"> Start the active observer. <dl class="since"> <dt class="dlterm"> Since </dt> <dd> 3.0 </dd> </dl> </div> </div> </div> </div> <h1 class="pageHeading topictitle1"> Member Data Documentation </h1> <div class="nested1" id="GUID-34BDEFF2-FB89-3CC0-9B34-C7D94FDF4A19"> <a name="GUID-34BDEFF2-FB89-3CC0-9B34-C7D94FDF4A19"> <!-- --> </a> <h2 class="topictitle2"> MCustomCommand * iCustomCommand </h2> <table class="signature"> <tr> <td> <a href="GUID-D3A9A10C-FE35-32E0-A57F-F95672EC20CC.html"> MCustomCommand </a> * </td> <td> iCustomCommand </td> <td> [private] </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-3D37D245-9C54-35B1-B716-A16B5B0EBD86"> <a name="GUID-3D37D245-9C54-35B1-B716-A16B5B0EBD86"> <!-- --> </a> <h2 class="topictitle2"> CCustomInterfaceUtility * iCustomInterfaceUtility </h2> <table class="signature"> <tr> <td> <a href="GUID-298FC02F-BDBB-3D74-BEF1-7A9B5C8FD171.html"> CCustomInterfaceUtility </a> * </td> <td> iCustomInterfaceUtility </td> <td> [private] </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-F863EB9C-8858-3C7A-9ABC-16D19AF8BEB1"> <a name="GUID-F863EB9C-8858-3C7A-9ABC-16D19AF8BEB1"> <!-- --> </a> <h2 class="topictitle2"> CListenerDopplerEventObserver * iDopplerEventObserver </h2> <table class="signature"> <tr> <td> <a href="GUID-AF456489-A125-3A94-84A1-1513494F54F0.html"> CListenerDopplerEventObserver </a> * </td> <td> iDopplerEventObserver </td> <td> [private] </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-5B9A57FC-8905-3733-91F4-40A0AA577223"> <a name="GUID-5B9A57FC-8905-3733-91F4-40A0AA577223"> <!-- --> </a> <h2 class="topictitle2"> TMMFMessageDestinationPckg iMessageHandler </h2> <table class="signature"> <tr> <td> <a href="GUID-C7A094BD-846F-3ED2-8CCE-C0743DB3712A.html"> TMMFMessageDestinationPckg </a> </td> <td> iMessageHandler </td> <td> [private] </td> </tr> </table> <div class="section"> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
NavigoQuickLook/doc/datagather/NewsGatherer.html
NicoCappa/NavigoQuickLook
<!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_111) on Thu Mar 30 23:13:08 EDT 2017 --> <title>NewsGatherer</title> <meta name="date" content="2017-03-30"> <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="NewsGatherer"; } } catch(err) { } //--> var methods = {"i0":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/NewsGatherer.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="../datagather/ChartGatherer.html" title="class in datagather"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../datagather/StockGatherer.html" title="class in datagather"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?datagather/NewsGatherer.html" target="_top">Frames</a></li> <li><a href="NewsGatherer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#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">datagather</div> <h2 title="Class NewsGatherer" class="title">Class NewsGatherer</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>datagather.NewsGatherer</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">NewsGatherer</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="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="../datagather/NewsGatherer.html#NewsGatherer--">NewsGatherer</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="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>java.util.ArrayList&lt;<a href="../personalobjects/NewsObject.html" title="class in personalobjects">NewsObject</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../datagather/NewsGatherer.html#gatherNewsData--">gatherNewsData</a></span>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="NewsGatherer--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>NewsGatherer</h4> <pre>public&nbsp;NewsGatherer()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="gatherNewsData--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>gatherNewsData</h4> <pre>public&nbsp;java.util.ArrayList&lt;<a href="../personalobjects/NewsObject.html" title="class in personalobjects">NewsObject</a>&gt;&nbsp;gatherNewsData() throws java.io.IOException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/NewsGatherer.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="../datagather/ChartGatherer.html" title="class in datagather"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../datagather/StockGatherer.html" title="class in datagather"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?datagather/NewsGatherer.html" target="_top">Frames</a></li> <li><a href="NewsGatherer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
pdk/GUID-07A42662-87A1-4537-89B9-F87DFC8481E8.html
warlordh/fork_Symbian
<?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 lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010"/> <meta name="DC.rights.owner" content="(C) Copyright 2010"/> <meta name="DC.Type" content="concept"/> <meta name="DC.Title" content="Signal and battery indicators"/> <meta name="DC.Relation" scheme="URI" content="GUID-BA8806CC-BE7C-4927-ACF6-DA0CB6E96AAA.html"/> <meta name="DC.Relation" scheme="URI" content="index.html"/> <meta name="DC.Relation" scheme="URI" content="GUID-32E29020-1956-461A-B79A-1492E06049E7.html"/> <meta name="DC.Relation" scheme="URI" content="GUID-94005A46-B4C6-4A30-A8E8-1B9C2D583D50.html"/> <meta name="DC.Relation" scheme="URI" content="GUID-CCE6DC36-625C-487C-9AD8-F1BF8E36080A.html"/> <meta name="DC.Relation" scheme="URI" content="GUID-BA8806CC-BE7C-4927-ACF6-DA0CB6E96AAA.html"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-07A42662-87A1-4537-89B9-F87DFC8481E8"/> <meta name="DC.Language" content="en"/> <link rel="stylesheet" type="text/css" href="commonltr.css"/> <title>Signal and battery indicators</title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <link rel="stylesheet" type="text/css" href="nokiacxxref.css"/></head> <body id="GUID-07A42662-87A1-4537-89B9-F87DFC8481E8"><a name="GUID-07A42662-87A1-4537-89B9-F87DFC8481E8"><!-- --></a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()">Collapse all</a> <a id="index" href="index.html">Symbian^3 Product Developer Library</a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1">&#160;</div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2563754 id2561792 id2839260 id2839332 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"><a href="index.html" title="Symbian^3 Product Developer Library">Symbian^3 Product Developer Library</a> &gt; <a href="GUID-32E29020-1956-461A-B79A-1492E06049E7.html" title="The Symbian Guide describes the architecture and functionality of the platform, and provides guides on using its APIs.">Symbian Guide</a> &gt; <a href="GUID-94005A46-B4C6-4A30-A8E8-1B9C2D583D50.html">Classic UI Guide</a> &gt; <a href="GUID-CCE6DC36-625C-487C-9AD8-F1BF8E36080A.html">UI components</a> &gt; <a href="GUID-BA8806CC-BE7C-4927-ACF6-DA0CB6E96AAA.html">Indicators</a> &gt; </div> <h1 class="topictitle1">Signal and battery indicators</h1> <div> <p>The top-left area of the screen is used for the cellular signal strength indicator, and the corresponding top-right area for the battery level indicator.</p> <div class="fignone" id="GUID-07A42662-87A1-4537-89B9-F87DFC8481E8__GUID-DF681F66-0CB3-4D53-A853-6BA9DF1D4BA2"><a name="GUID-07A42662-87A1-4537-89B9-F87DFC8481E8__GUID-DF681F66-0CB3-4D53-A853-6BA9DF1D4BA2"><!-- --></a><span class="figcap">Figure 1. Signal and battery indicators on the sides of the status pane.</span> <img src="GUID-9E705383-5D3F-45D9-82F7-EB76112F2800_d0e82548_href.png"/> </div> <p>The signal indicator is a part of the Status pane, and it is displayed in all states where the Status pane exists. Indicators consist of a bar graph that indicates the current battery or signal level and an icon that describes battery or in signal indicator connected cellular network and its connection state.</p> <div class="section" id="GUID-07A42662-87A1-4537-89B9-F87DFC8481E8__GUID-2485FBC3-0722-47FF-8998-8FC015A4F4B8"><a name="GUID-07A42662-87A1-4537-89B9-F87DFC8481E8__GUID-2485FBC3-0722-47FF-8998-8FC015A4F4B8"><!-- --></a><h2 class="sectiontitle">Using signal and battery indicators in applications</h2><p>The signal and battery indicators are not accessible to applications.</p> </div> </div> <div> <div class="familylinks"> <div class="parentlink"><strong>Parent topic:</strong> <a href="GUID-BA8806CC-BE7C-4927-ACF6-DA0CB6E96AAA.html">Indicators</a></div> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
renren-crawler/src/main/resources/views/modules/crawler/context/context.html
LittleNoobLol/renren-crawler
<!DOCTYPE html> <html> <head> <title></title> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <link rel="stylesheet" href="../../../css/bootstrap.min.css"> <link rel="stylesheet" href="../../../css/font-awesome.min.css"> <link rel="stylesheet" href="../../../plugins/jqgrid/ui.jqgrid-bootstrap.css"> <link rel="stylesheet" href="../../../plugins/ztree/css/metroStyle/metroStyle.css"> <link rel="stylesheet" href="../../../css/main.css"> <script src="../../../libs/jquery.min.js"></script> <script src="../../../plugins/layer/layer.js"></script> <script src="../../../libs/bootstrap.min.js"></script> <script src="../../../libs/vue.min.js"></script> <script src="../../../plugins/jqgrid/grid.locale-cn.js"></script> <script src="../../../plugins/jqgrid/jquery.jqGrid.min.js"></script> <script src="../../../plugins/ztree/jquery.ztree.all.min.js"></script> <script src="../../../js/common.js"></script> </head> <body> <div id="rrapp" v-cloak> <div v-show="showList"> <div class="grid-btn"> <div class="form-group col-sm-2"> <select class="form-control" v-model="q.booktype"> <option value="0">全部</option> <option value="1">百家号</option> <option value="2">UC头条</option> </select> </div> <a class="btn btn-primary" @click="query"><i class="fa fa-arrow-circle-right">&nbsp;查询</i></a> <a class="btn btn-primary" @click="browse"><i class="fa fa-plus"></i>&nbsp;预览</a> <a class="btn btn-primary" @click="del"><i class="fa fa-trash-o"></i>&nbsp;删除</a> </div> <table id="jqGrid"></table> <div id="jqGridPager"></div> </div> <div v-show="!showList" class="panel panel-default"> <div class="panel-heading"> <input type="button" class="btn btn-warning" @click="reload" value="返回"/> </div> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">{{context.title}}</h3> </div> <div class="panel-body"> <div v-html="contexthtml"></div> </div> </div> </div> </div> <script src="../../../js/modules/crawler/context/context.js"></script> </body> </html>
pdk/GUID-80A3B916-83A2-39B1-A389-0F5E9ED71E3E.html
warlordh/fork_Symbian
<?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 lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010"/> <meta name="DC.rights.owner" content="(C) Copyright 2010"/> <meta name="DC.Type" content="cxxClass"/> <meta name="DC.Title" content="MLtsyDispatchSatUssdControlEnvelopeError"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-80A3B916-83A2-39B1-A389-0F5E9ED71E3E"/> <title>MLtsyDispatchSatUssdControlEnvelopeError</title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api"/><link rel="stylesheet" type="text/css" href="cxxref.css"/></head> <body class="cxxref" id="GUID-80A3B916-83A2-39B1-A389-0F5E9ED71E3E"><a name="GUID-80A3B916-83A2-39B1-A389-0F5E9ED71E3E"><!-- --></a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()">Collapse all</a> <a id="index" href="index.html">Symbian^3 Product Developer Library</a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1">&#160;</div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2437088 id2437096 id2578593 id2705246 id2608313 id2608318 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"><a href="index.html" title="Symbian^3 Product Developer Library">Symbian^3 Product Developer Library</a> &gt;</div> <h1 class="topictitle1">MLtsyDispatchSatUssdControlEnvelopeError Class Reference</h1> <table class="signature"><tr><td>class MLtsyDispatchSatUssdControlEnvelopeError : public MLtsyDispatchInterface</td></tr></table><div class="section"></div> <div class="section derivation"><h2 class="sectiontitle">Inherits from</h2><ul class="derivation derivation-root"><li class="derivation-depth-0 ">MLtsyDispatchSatUssdControlEnvelopeError<ul class="derivation"><li class="derivation-depth-1 "><a href="GUID-5ADFB568-4B0D-3404-88C5-2713ACDED7D3.html">MLtsyDispatchInterface</a></li></ul></li></ul></div> <div class="section member-index"><table border="0" class="member-index"><thead><tr><th colspan="2">Public Member Functions</th></tr></thead><tbody><tr><td align="right" class="code"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a> </td><td><a href="#GUID-007F7952-D67B-34B3-B2E7-3F1A6EEA5C2D">HandleUssdControlEnvelopeErrorReqL</a>()</td></tr></tbody></table><table border="0" class="member-index"><thead><tr><th colspan="2">Public Attributes</th></tr></thead><tbody><tr><td align="right" valign="top">const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td><a href="#GUID-1AB26480-CB74-3DDB-821B-8BF7007AF8FB">KLtsyDispatchSatUssdControlEnvelopeErrorApiId</a></td></tr></tbody></table></div><h1 class="pageHeading topictitle1">Member Functions Documentation</h1><div class="nested1" id="GUID-007F7952-D67B-34B3-B2E7-3F1A6EEA5C2D"><a name="GUID-007F7952-D67B-34B3-B2E7-3F1A6EEA5C2D"><!-- --></a> <h2 class="topictitle2">HandleUssdControlEnvelopeErrorReqL()</h2> <table class="signature"><tr><td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a> </td><td>HandleUssdControlEnvelopeErrorReqL</td><td>(</td><td>)</td><td>[pure virtual]</td></tr></table><div class="section"><div> <p>This API is optional and should only be used if the licensee wishes to including the Dispatcher beneath their own SIM ATK TSY.</p> <p>The CTSY Dispatcher shall invoke this function on receiving the ESatTsyEnvelopeError request from the CTSY.</p> <p>It is a request call that is completed by invoking <a href="GUID-E6BE8260-066E-3E95-856A-7CE50D955E71.html#GUID-1B62CC21-906A-3603-AF84-F1C8AE1C58E9">CCtsyDispatcherCallback::CallbackSatGetUssdControlSupportedComp()</a></p> <p>This interface is invoked if it has not been possible to construct an envelope for USSD control. This would occur if USSD strings are not supported for call control, and the USSD control request cannot be submitted as an SS control request because it contains characters other than *, #, 0-9.</p> <p>Implementation of this interface should handle this error appropriately (such as by continuing the USSD setup process).</p> <p> <a href="GUID-95E37A76-78C6-3D6F-A716-EDF4ECA0019E.html#GUID-EDF2A116-9186-36F9-A8B7-EC8B1ED90CAF">MLtsyDispatchSatGetUssdControlSupported::HandleGetUssdControlSupportedReqL()</a> </p> </div></div> </div> <h1 class="pageHeading topictitle1">Member Data Documentation</h1><div class="nested1" id="GUID-1AB26480-CB74-3DDB-821B-8BF7007AF8FB"><a name="GUID-1AB26480-CB74-3DDB-821B-8BF7007AF8FB"><!-- --></a> <h2 class="topictitle2">const TInt KLtsyDispatchSatUssdControlEnvelopeErrorApiId</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KLtsyDispatchSatUssdControlEnvelopeErrorApiId</td><td>[static]</td></tr></table><div class="section"></div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
sdk/guid-6013a680-57f9-415b-8851-c4fa63356636/_phone_id_2_c_main_menu_8h_source.html
warlordh/fork_Symbian
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>TB9.2 Example Applications: examples/Telephony/ETel3rdPartyExample/PhoneId/CMainMenu.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/> <!--[if IE]> <link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body class="kernelguide"> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Product Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <!-- Generated by Doxygen 1.6.2 --> <h1>examples/Telephony/ETel3rdPartyExample/PhoneId/CMainMenu.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).</span> <a name="l00002"></a>00002 <span class="comment">// All rights reserved.</span> <a name="l00003"></a>00003 <span class="comment">// This component and the accompanying materials are made available</span> <a name="l00004"></a>00004 <span class="comment">// under the terms of &quot;Eclipse Public License v1.0&quot;</span> <a name="l00005"></a>00005 <span class="comment">// which accompanies this distribution, and is available</span> <a name="l00006"></a>00006 <span class="comment">// at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.</span> <a name="l00007"></a>00007 <span class="comment">//</span> <a name="l00008"></a>00008 <span class="comment">// Initial Contributors:</span> <a name="l00009"></a>00009 <span class="comment">// Nokia Corporation - initial contribution.</span> <a name="l00010"></a>00010 <span class="comment">//</span> <a name="l00011"></a>00011 <span class="comment">// Contributors:</span> <a name="l00012"></a>00012 <span class="comment">//</span> <a name="l00013"></a>00013 <span class="comment">// Description:</span> <a name="l00014"></a>00014 <span class="comment">//</span> <a name="l00015"></a>00015 <a name="l00016"></a>00016 <a name="l00017"></a>00017 <span class="preprocessor">#ifndef __CMAINMENU_H__</span> <a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __CMAINMENU_H__</span> <a name="l00019"></a>00019 <span class="preprocessor"></span> <a name="l00020"></a>00020 <span class="preprocessor">#include &lt;e32base.h&gt;</span> <a name="l00021"></a>00021 <span class="preprocessor">#include &lt;etel3rdparty.h&gt;</span> <a name="l00022"></a>00022 <a name="l00023"></a>00023 <span class="preprocessor">#include &quot;CISVAPISync.h&quot;</span> <a name="l00024"></a>00024 <a name="l00025"></a>00025 <span class="preprocessor">#include &quot;CBaseMenuSync.h&quot;</span> <a name="l00026"></a>00026 <a name="l00027"></a>00027 <span class="comment">// Active objects</span> <a name="l00028"></a>00028 <a name="l00029"></a>00029 <span class="preprocessor">#include &quot;CPhoneId.h&quot;</span> <a name="l00030"></a>00030 <span class="preprocessor">#include &quot;CSubscriberId.h&quot;</span> <a name="l00031"></a>00031 <a name="l00032"></a>00032 <a class="code" href="secureclientandserver_8h.html#a5eadd4429627d82193b37536d4faa03a">_LIT</a>(KPhoneIdMsg, <span class="stringliteral">&quot;Phone Id:\n&quot;</span>); <a name="l00033"></a>00033 <a class="code" href="secureclientandserver_8h.html#a5eadd4429627d82193b37536d4faa03a">_LIT</a>(KSubscriberIdMsg, <span class="stringliteral">&quot;Subscriber Id:\n&quot;</span>); <a name="l00034"></a>00034 <a name="l00039"></a>00039 <span class="keyword">class </span><a class="code" href="class_c_main_menu.html">CMainMenu</a> : <span class="keyword">public</span> <a class="code" href="class_c_base_menu_sync.html">CBaseMenuSync</a> <a name="l00040"></a>00040 { <a name="l00041"></a>00041 <a name="l00042"></a>00042 <span class="comment">// Methods</span> <a name="l00043"></a>00043 <span class="keyword">public</span>: <a name="l00044"></a>00044 <span class="keyword">static</span> <a class="code" href="class_c_main_menu.html">CMainMenu</a>* <a class="code" href="class_c_main_menu.html#a8c87bb581a573b0168a6506de90d317c">NewLC</a>(CConsoleBase&amp; aConsole); <a name="l00045"></a>00045 <a class="code" href="class_c_main_menu.html#aee9838b9ed2e495bcef9a956c612464c">~CMainMenu</a>(); <a name="l00046"></a>00046 <a name="l00047"></a>00047 <span class="keyword">private</span>: <a name="l00048"></a>00048 <a class="code" href="class_c_main_menu.html">CMainMenu</a>(CConsoleBase&amp; aConsole); <a name="l00049"></a>00049 <span class="keywordtype">void</span> ConstructL(); <a name="l00050"></a>00050 <span class="keywordtype">void</span> DoCancel(); <a name="l00051"></a>00051 <a name="l00052"></a>00052 <span class="keywordtype">void</span> RunL(); <span class="comment">// Handles key presses</span> <a name="l00053"></a>00053 <span class="comment">// Data</span> <a name="l00054"></a>00054 <span class="keyword">private</span>: <a name="l00055"></a>00055 <span class="comment">// Owned active objects</span> <a name="l00059"></a>00059 <span class="comment"></span> <a class="code" href="class_c_i_s_v_a_p_i_sync.html">CISVAPISync</a>* iPhoneId; <a name="l00063"></a>00063 <a class="code" href="class_c_i_s_v_a_p_i_sync.html">CISVAPISync</a>* iSubscriberId; <a name="l00064"></a>00064 <a name="l00065"></a>00065 }; <a name="l00066"></a>00066 <a name="l00067"></a>00067 <span class="preprocessor">#endif // __CMAINMENU_H__</span> <a name="l00068"></a>00068 <span class="preprocessor"></span> </pre></div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
eu.aspire_fp7.adss/doc/eu/aspire_fp7/adss/optimizationAPI/package-tree.html
SPDSS/adss
<!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_92) on Sun Nov 20 21:48:31 CET 2016 --> <title>eu.aspire_fp7.adss.optimizationAPI Class Hierarchy</title> <meta name="date" content="2016-11-20"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="eu.aspire_fp7.adss.optimizationAPI Class Hierarchy"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-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="../../../../eu/aspire_fp7/adss/metrics/package-tree.html">Prev</a></li> <li><a href="../../../../eu/aspire_fp7/adss/protections/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?eu/aspire_fp7/adss/optimizationAPI/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package eu.aspire_fp7.adss.optimizationAPI</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">eu.aspire_fp7.adss.optimizationAPI.<a href="../../../../eu/aspire_fp7/adss/optimizationAPI/CPlexOptimizer.html" title="class in eu.aspire_fp7.adss.optimizationAPI"><span class="typeNameLink">CPlexOptimizer</span></a> (implements eu.aspire_fp7.adss.optimizationAPI.<a href="../../../../eu/aspire_fp7/adss/optimizationAPI/Optimizer.html" title="interface in eu.aspire_fp7.adss.optimizationAPI">Optimizer</a>)</li> <li type="circle">java.lang.Throwable (implements java.io.Serializable) <ul> <li type="circle">java.lang.Exception <ul> <li type="circle">eu.aspire_fp7.adss.optimizationAPI.<a href="../../../../eu/aspire_fp7/adss/optimizationAPI/OptimizerException.html" title="class in eu.aspire_fp7.adss.optimizationAPI"><span class="typeNameLink">OptimizerException</span></a></li> </ul> </li> </ul> </li> </ul> </li> </ul> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">eu.aspire_fp7.adss.optimizationAPI.<a href="../../../../eu/aspire_fp7/adss/optimizationAPI/Optimizer.html" title="interface in eu.aspire_fp7.adss.optimizationAPI"><span class="typeNameLink">Optimizer</span></a></li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-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="../../../../eu/aspire_fp7/adss/metrics/package-tree.html">Prev</a></li> <li><a href="../../../../eu/aspire_fp7/adss/protections/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?eu/aspire_fp7/adss/optimizationAPI/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/hslf/util/class-use/MutableByteArrayOutputStream.html
tommylsh/test20170719
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.hslf.util.MutableByteArrayOutputStream (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.hslf.util.MutableByteArrayOutputStream (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/hslf/util/MutableByteArrayOutputStream.html" title="class in org.apache.poi.hslf.util">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/hslf/util/class-use/MutableByteArrayOutputStream.html" target="_top">Frames</a></li> <li><a href="MutableByteArrayOutputStream.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.poi.hslf.util.MutableByteArrayOutputStream" class="title">Uses of Class<br>org.apache.poi.hslf.util.MutableByteArrayOutputStream</h2> </div> <div class="classUseContainer">No usage of org.apache.poi.hslf.util.MutableByteArrayOutputStream</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/hslf/util/MutableByteArrayOutputStream.html" title="class in org.apache.poi.hslf.util">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/hslf/util/class-use/MutableByteArrayOutputStream.html" target="_top">Frames</a></li> <li><a href="MutableByteArrayOutputStream.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
web/tutorial.html
MarcoPolo/divergence
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Divergence</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="../favicon.ico"> <link rel="stylesheet" type="text/css" href="css/style.css" /> </head> <body id="page"> <div class="container"> <div class="rsc-top"> <a href="index.html"> <strong>Home</strong> </a> <span class="right"> <a href="about.html">About</a> <a href="tutorial.html"> <strong>Tutorial</strong> </a> </span> <div class="clr"></div> </div> <header> <h1>Play <span>Divergence</span> by Synergy</h1> <h2> Travel. A Game About Time <br><br> </h2> <br> </header> <div id="tutorial"> <article class='profile'> <section class='info'> <h1>Menu</h1> <p>To access the menu, press P on the keyboard </section> <img class='wrap-imgtut' src='assets/img/tutorial/Menu.png'> </article><!--Menu--> <article class='profile'> <section class='info'> <h1>Jump</h1> <p>To jump, either press spacebar or the up arrow on the keyboard </section> <img class='wrap-imgtut' src='assets/img/tutorial/Jump.png'> </article><!--Jump--> <article class='profile'> <section class='info'> <h1>Time Travel</h1> <p>To go back in time, hold the shift key down </section> <img class='wrap-imgtut' src='assets/img/tutorial/TimeTravel.png'> </article><!--Time Travel--> <article class='profile'> <section class='info'> <h1>Timeline Visualizer</h1> <p>The timeline visualizer shows where you diverge </section> <img class='wrap-imgtut' src='assets/img/tutorial/Timeline.png'> </article><!--Time Travel--> </div> </body> </html>
klapersuite.analysis.Rmc/lib/commons-math-2.2/docs/apidocs/org/apache/commons/math/linear/SingularValueDecomposition.html
aciancone/klapersuite
<!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_20) on Sat Feb 26 19:23:05 CET 2011 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> SingularValueDecomposition (Commons Math 2.2 API) </TITLE> <META NAME="date" CONTENT="2011-02-26"> <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="SingularValueDecomposition (Commons Math 2.2 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SingularValueDecomposition.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/apache/commons/math/linear/SingularMatrixException.html" title="class in org.apache.commons.math.linear"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/commons/math/linear/SingularValueDecomposition.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SingularValueDecomposition.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.apache.commons.math.linear</FONT> <BR> Interface SingularValueDecomposition</H2> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear">SingularValueDecompositionImpl</A></DD> </DL> <HR> <DL> <DT><PRE>public interface <A HREF="../../../../../src-html/org/apache/commons/math/linear/SingularValueDecomposition.html#line.53"><B>SingularValueDecomposition</B></A></DL> </PRE> <P> An interface to classes that implement an algorithm to calculate the Singular Value Decomposition of a real matrix. <p> The Singular Value Decomposition of matrix A is a set of three matrices: U, &Sigma; and V such that A = U &times; &Sigma; &times; V<sup>T</sup>. Let A be a m &times; n matrix, then U is a m &times; p orthogonal matrix, &Sigma; is a p &times; p diagonal matrix with positive or null elements, V is a p &times; n orthogonal matrix (hence V<sup>T</sup> is also orthogonal) where p=min(m,n). </p> <p>This interface is similar to the class with similar name from the <a href="http://math.nist.gov/javanumerics/jama/">JAMA</a> library, with the following changes:</p> <ul> <li>the <code>norm2</code> method which has been renamed as <A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getNorm()"><CODE>getNorm</CODE></A>,</li> <li>the <code>cond</code> method which has been renamed as <A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getConditionNumber()"><CODE>getConditionNumber</CODE></A>,</li> <li>the <code>rank</code> method which has been renamed as <A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getRank()"><CODE>getRank</CODE></A>,</li> <li>a <A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getUT()"><CODE>getUT</CODE></A> method has been added,</li> <li>a <A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getVT()"><CODE>getVT</CODE></A> method has been added,</li> <li>a <A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getSolver()"><CODE>getSolver</CODE></A> method has been added,</li> <li>a <A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getCovariance(double)"><CODE>getCovariance</CODE></A> method has been added.</li> </ul> <P> <P> <DL> <DT><B>Since:</B></DT> <DD>2.0</DD> <DT><B>Version:</B></DT> <DD>$Revision: 928081 $ $Date: 2010-03-26 23:36:38 +0100 (ven. 26 mars 2010) $</DD> <DT><B>See Also:</B><DD><a href="http://mathworld.wolfram.com/SingularValueDecomposition.html">MathWorld</a>, <a href="http://en.wikipedia.org/wiki/Singular_value_decomposition">Wikipedia</a></DL> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getConditionNumber()">getConditionNumber</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the condition number of the matrix.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getCovariance(double)">getCovariance</A></B>(double&nbsp;minSingularValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the n &times; n covariance matrix.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getNorm()">getNorm</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the L<sub>2</sub> norm of the matrix.</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="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getRank()">getRank</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the effective numerical matrix rank.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getS()">getS</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the diagonal matrix &Sigma; of the decomposition.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getSingularValues()">getSingularValues</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the diagonal elements of the matrix &Sigma; of the decomposition.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/math/linear/DecompositionSolver.html" title="interface in org.apache.commons.math.linear">DecompositionSolver</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getSolver()">getSolver</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a solver for finding the A &times; X = B solution in least square sense.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getU()">getU</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the matrix U of the decomposition.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getUT()">getUT</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the transpose of the matrix U of the decomposition.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getV()">getV</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the matrix V of the decomposition.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getVT()">getVT</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the transpose of the matrix V of the decomposition.</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="getU()"><!-- --></A><H3> getU</H3> <PRE> <A HREF="../../../../../org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A> <A HREF="../../../../../src-html/org/apache/commons/math/linear/SingularValueDecomposition.html#line.61"><B>getU</B></A>()</PRE> <DL> <DD>Returns the matrix U of the decomposition. <p>U is an orthogonal matrix, i.e. its transpose is also its inverse.</p> <P> <DD><DL> <DT><B>Returns:</B><DD>the U matrix<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getUT()"><CODE>getUT()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getUT()"><!-- --></A><H3> getUT</H3> <PRE> <A HREF="../../../../../org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A> <A HREF="../../../../../src-html/org/apache/commons/math/linear/SingularValueDecomposition.html#line.69"><B>getUT</B></A>()</PRE> <DL> <DD>Returns the transpose of the matrix U of the decomposition. <p>U is an orthogonal matrix, i.e. its transpose is also its inverse.</p> <P> <DD><DL> <DT><B>Returns:</B><DD>the U matrix (or null if decomposed matrix is singular)<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getU()"><CODE>getU()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getS()"><!-- --></A><H3> getS</H3> <PRE> <A HREF="../../../../../org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A> <A HREF="../../../../../src-html/org/apache/commons/math/linear/SingularValueDecomposition.html#line.77"><B>getS</B></A>()</PRE> <DL> <DD>Returns the diagonal matrix &Sigma; of the decomposition. <p>&Sigma; is a diagonal matrix. The singular values are provided in non-increasing order, for compatibility with Jama.</p> <P> <DD><DL> <DT><B>Returns:</B><DD>the &Sigma; matrix</DL> </DD> </DL> <HR> <A NAME="getSingularValues()"><!-- --></A><H3> getSingularValues</H3> <PRE> double[] <A HREF="../../../../../src-html/org/apache/commons/math/linear/SingularValueDecomposition.html#line.85"><B>getSingularValues</B></A>()</PRE> <DL> <DD>Returns the diagonal elements of the matrix &Sigma; of the decomposition. <p>The singular values are provided in non-increasing order, for compatibility with Jama.</p> <P> <DD><DL> <DT><B>Returns:</B><DD>the diagonal elements of the &Sigma; matrix</DL> </DD> </DL> <HR> <A NAME="getV()"><!-- --></A><H3> getV</H3> <PRE> <A HREF="../../../../../org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A> <A HREF="../../../../../src-html/org/apache/commons/math/linear/SingularValueDecomposition.html#line.93"><B>getV</B></A>()</PRE> <DL> <DD>Returns the matrix V of the decomposition. <p>V is an orthogonal matrix, i.e. its transpose is also its inverse.</p> <P> <DD><DL> <DT><B>Returns:</B><DD>the V matrix (or null if decomposed matrix is singular)<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getVT()"><CODE>getVT()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getVT()"><!-- --></A><H3> getVT</H3> <PRE> <A HREF="../../../../../org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A> <A HREF="../../../../../src-html/org/apache/commons/math/linear/SingularValueDecomposition.html#line.101"><B>getVT</B></A>()</PRE> <DL> <DD>Returns the transpose of the matrix V of the decomposition. <p>V is an orthogonal matrix, i.e. its transpose is also its inverse.</p> <P> <DD><DL> <DT><B>Returns:</B><DD>the V matrix (or null if decomposed matrix is singular)<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecomposition.html#getV()"><CODE>getV()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getCovariance(double)"><!-- --></A><H3> getCovariance</H3> <PRE> <A HREF="../../../../../org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A> <A HREF="../../../../../src-html/org/apache/commons/math/linear/SingularValueDecomposition.html#line.114"><B>getCovariance</B></A>(double&nbsp;minSingularValue) throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></PRE> <DL> <DD>Returns the n &times; n covariance matrix. <p>The covariance matrix is V &times; J &times; V<sup>T</sup> where J is the diagonal matrix of the inverse of the squares of the singular values.</p> <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>minSingularValue</CODE> - value below which singular values are ignored (a 0 or negative value implies all singular value will be used) <DT><B>Returns:</B><DD>covariance matrix <DT><B>Throws:</B> <DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if minSingularValue is larger than the largest singular value, meaning all singular values are ignored</DL> </DD> </DL> <HR> <A NAME="getNorm()"><!-- --></A><H3> getNorm</H3> <PRE> double <A HREF="../../../../../src-html/org/apache/commons/math/linear/SingularValueDecomposition.html#line.123"><B>getNorm</B></A>()</PRE> <DL> <DD>Returns the L<sub>2</sub> norm of the matrix. <p>The L<sub>2</sub> norm is max(|A &times; u|<sub>2</sub> / |u|<sub>2</sub>), where |.|<sub>2</sub> denotes the vectorial 2-norm (i.e. the traditional euclidian norm).</p> <P> <DD><DL> <DT><B>Returns:</B><DD>norm</DL> </DD> </DL> <HR> <A NAME="getConditionNumber()"><!-- --></A><H3> getConditionNumber</H3> <PRE> double <A HREF="../../../../../src-html/org/apache/commons/math/linear/SingularValueDecomposition.html#line.129"><B>getConditionNumber</B></A>()</PRE> <DL> <DD>Return the condition number of the matrix. <P> <DD><DL> <DT><B>Returns:</B><DD>condition number of the matrix</DL> </DD> </DL> <HR> <A NAME="getRank()"><!-- --></A><H3> getRank</H3> <PRE> int <A HREF="../../../../../src-html/org/apache/commons/math/linear/SingularValueDecomposition.html#line.139"><B>getRank</B></A>()</PRE> <DL> <DD>Return the effective numerical matrix rank. <p>The effective numerical rank is the number of non-negligible singular values. The threshold used to identify non-negligible terms is max(m,n) &times; ulp(s<sub>1</sub>) where ulp(s<sub>1</sub>) is the least significant bit of the largest singular value.</p> <P> <DD><DL> <DT><B>Returns:</B><DD>effective numerical matrix rank</DL> </DD> </DL> <HR> <A NAME="getSolver()"><!-- --></A><H3> getSolver</H3> <PRE> <A HREF="../../../../../org/apache/commons/math/linear/DecompositionSolver.html" title="interface in org.apache.commons.math.linear">DecompositionSolver</A> <A HREF="../../../../../src-html/org/apache/commons/math/linear/SingularValueDecomposition.html#line.145"><B>getSolver</B></A>()</PRE> <DL> <DD>Get a solver for finding the A &times; X = B solution in least square sense. <P> <DD><DL> <DT><B>Returns:</B><DD>a solver</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/SingularValueDecomposition.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/apache/commons/math/linear/SingularMatrixException.html" title="class in org.apache.commons.math.linear"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/commons/math/linear/SingularValueDecomposition.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SingularValueDecomposition.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 &#169; 2003-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/poifs/filesystem/class-use/DocumentOutputStream.html
tommylsh/test20170719
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.poifs.filesystem.DocumentOutputStream (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.poifs.filesystem.DocumentOutputStream (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/poifs/filesystem/DocumentOutputStream.html" title="class in org.apache.poi.poifs.filesystem">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/poifs/filesystem/class-use/DocumentOutputStream.html" target="_top">Frames</a></li> <li><a href="DocumentOutputStream.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.poi.poifs.filesystem.DocumentOutputStream" class="title">Uses of Class<br>org.apache.poi.poifs.filesystem.DocumentOutputStream</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/poi/poifs/filesystem/DocumentOutputStream.html" title="class in org.apache.poi.poifs.filesystem">DocumentOutputStream</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.poifs.filesystem">org.apache.poi.poifs.filesystem</a></td> <td class="colLast"> <div class="block">filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.poi.poifs.filesystem"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/poi/poifs/filesystem/DocumentOutputStream.html" title="class in org.apache.poi.poifs.filesystem">DocumentOutputStream</a> in <a href="../../../../../../org/apache/poi/poifs/filesystem/package-summary.html">org.apache.poi.poifs.filesystem</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/poi/poifs/filesystem/package-summary.html">org.apache.poi.poifs.filesystem</a> that return <a href="../../../../../../org/apache/poi/poifs/filesystem/DocumentOutputStream.html" title="class in org.apache.poi.poifs.filesystem">DocumentOutputStream</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/poifs/filesystem/DocumentOutputStream.html" title="class in org.apache.poi.poifs.filesystem">DocumentOutputStream</a></code></td> <td class="colLast"><span class="strong">POIFSWriterEvent.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/filesystem/POIFSWriterEvent.html#getStream()">getStream</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/poifs/filesystem/DocumentOutputStream.html" title="class in org.apache.poi.poifs.filesystem">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/poifs/filesystem/class-use/DocumentOutputStream.html" target="_top">Frames</a></li> <li><a href="DocumentOutputStream.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
public/wz/b36640a1-3ff0-4103-90d1-85763e7c6cfb/233/src/23333.html
haozi23333/up-you-work
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> </title> </head> <body> <canvas id="canvas"> <p>Your browser does not support the canvas element!</p> </canvas> </body> </html> <script type="text/javascript"> Array.prototype.remove = function(obj) { for (var i = 0; i < this.length; i++) { if (this[i] === obj) { this.splice(i, 1); break; } } } function BasicObject(x, y, order) { this.x = x; this.y = y; this.order = isNaN(order) ? 0 : order; this.addTo = function(objects) { objects.push(this); objects.sort(function(a, b) {return a.order - b.order;}); } this.removeFrom = function(objects) { objects.remove(this); } } function Wave(x, y, r) { BasicObject.call(this, x, y); this.radius = isNaN(r) ? 1 : r; this.color = 255; this.draw = function(context) { context.beginPath(); context.arc(this.x, this.y, this.radius, 0, Math.PI * 2, false); context.strokeStyle = "rgb(" + this.color + ", " + this.color + ", " + this.color + ")"; context.stroke(); } this.update = function(objects) { this.color -= 20; this.radius += 10; if (this.color <= 0) { this.removeFrom(objects); } } this.collide = function(objects) { var isCollided = 0; for (i in objects) { if (objects[i] instanceof Stone) { var d = Math.sqrt(Math.pow(this.x - objects[i].x, 2) + Math.pow(this.y - objects[i].y, 2)); if (d < this.radius + objects[i].radius && d > Math.abs(this.radius - objects[i].radius)) { objects[i].isShocked = true; isCollided++; } } } if (isCollided) { this.removeFrom(objects); } } } Wave.prototype = new BasicObject(); function Stone(x, y, r) { BasicObject.call(this, x, y); this.radius = r; this.isShocked = false; this.draw = function(context) { context.beginPath(); context.arc(this.x, this.y, this.radius, 0, Math.PI * 2, false); context.fillStyle = "black"; context.fill(); } this.update = function(objects) { if (this.isShocked) { var wave = new Wave(this.x, this.y, this.radius); wave.addTo(objects); this.isShocked = false; } } } Stone.prototype = new BasicObject(); function Engin() { var canvas = document.getElementById("canvas"); canvas.width = screen.width - 30; canvas.height = screen.height - 100; var context = canvas.getContext("2d"); var buffer = document.createElement("canvas"); buffer.width = canvas.width; buffer.height = canvas.height; var bufferCtx = buffer.getContext("2d"); var objs = new Array(); const FPS = 20; document.onmousedown = function(event) { var wave = new Wave(event.clientX, event.clientY); wave.addTo(objs); } this.manage = function() { bufferCtx.fillRect(0, 0, buffer.width, buffer.height); context.fillRect(0, 0, canvas.width, canvas.height); for (x in objs) { if (objs[x].update) { objs[x].update(objs); } } for (x in objs) { if (objs[x].draw) { objs[x].draw(bufferCtx); } } for (x in objs) { if (objs[x].collide) { objs[x].collide(objs); } } context.drawImage(buffer, 0, 0); } this.run = function() { var s1 = new Stone(100, 100, 50); var s2 = new Stone(canvas.width / 2, canvas.height / 2, 100); s1.addTo(objs); s2.addTo(objs); setInterval(this.manage, 1000 / FPS); } } window.onload = function() { new Engin().run(); } </script>
src/main/assets/files/387.html
heriniaina/fihirana-katolika
<html><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><link rel='stylesheet' type='text/css' href='../tononkira.css' /></head><body><ul class="hira-fihirana-list"><li style="color: red;"><b>Ankalazao ny Tompo</b> <i>p. 273</i></li><li style="color: red;"><b>Vavaka sy Hira</b> <i>p. 271</i></li><li style="color: red;"><b>Fihirana Hasina</b> <i>p. 207</i></li><li style="color: red;"><b>Fihirana Dera</b> <i>p. 240</i></li><li style="color: red;"><b>Fihirana Vaovao</b> <i>p. 273</i></li></ul><p><em>Fantatro ilay nametrahako ny fitokiako :</em><br /> <em>I Kristy &#39;lay tsy mivadika mandrakizay. (2 Tim. 1, 12)</em></p> <p><em>(Sal. 30a)</em><br /> &nbsp;<br /> 1- Aminao no ifefeko, ry Tompo<br /> &#39;zany &#39;zaho tsy ho menatra akory<br /> mba vonjeo re fa marina Ianao<br /> ka faing&agrave;na anondreho sofina aho.<br /> &nbsp;<br /> 2- Vatolampiko Ianao, fiereko !<br /> ka vonjeo fa fiarovako ianao ;<br /> harambato sy mandako hatrany<br /> ho faniloko ny Anaranao.<br /> &nbsp;<br /> 3- N&#39;velam-pandrika esory anoloako<br /> fa Ianao re, ry Tompo, no hery<br /> Aminao no apetrako ny aiko<br /> ka vonjeo aho fa Marina Ianao.<br /> &nbsp;<br /> 4- Eny isaorako Ianao, &ocirc; ry Ray,<br /> nampijoro ny Fiangonanao ;<br /> Jesoa Tompo natao fehizoro,<br /> Irafetako mandrakizay !</p></body></html>
app/org/iatoki/judgels/play/views/layouts/sidebarLayout.scala.html
ia-toki/judgels-play-commons
@(sidebarContent: Html)(content: Html) @import play.mvc.Http.Context @import org.iatoki.judgels.play.JudgelsPlayUtils <div class="row content"> @if(Context.current().args.getOrDefault("sidebar.isBefore", java.lang.Boolean.valueOf("true")) == true) { @if(JudgelsPlayUtils.isSidebarShown(Context.current().request())) { <div class="col-md-3"> <div class="sidebar clearfix"> @sidebarContent </div> </div> } @if(JudgelsPlayUtils.isSidebarShown(Context.current().request())) { <div class="col-md-9"> } else { <div class="col-md-12"> } @viewMenuView() <div class="primary-content clearfix"> <div class="col-md-12"> @content </div> </div> </div> } else { @if(JudgelsPlayUtils.isSidebarShown(Context.current().request())) { <div class="col-md-9"> } else { <div class="col-md-12"> } <div class="primary-content l clearfix"> @viewMenuView() <div class="col-md-12"> @content </div> </div> </div> @if(JudgelsPlayUtils.isSidebarShown(Context.current().request())) { <div class="col-md-3 sidebar-wrapper"> <div class="sidebar r clearfix"> @sidebarContent </div> </div> } } </div>
_includes/mapScript.html
josephbergdoll/bergdoll-insurance
<script> function initMap() { // Basic options for a simple Google Map // For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions var mapOptions = { // How zoomed in you want the map to start at (always required) zoom: 15, scaleControl: false, scrollwheel: false, disableDefaultUI: true, // The latitude and longitude to center the map (always required) center: new google.maps.LatLng(33.632032, -111.875053), // How you would like to style the map. // This is where you would paste any style found on Snazzy Maps. styles: [ { "featureType": "administrative", "elementType": "labels.text.fill", "stylers": [ { "color": "#444444" } ] }, { "featureType": "administrative.neighborhood", "elementType": "labels", "stylers": [ { "visibility": "off" } ] }, { "featureType": "landscape", "elementType": "all", "stylers": [ { "color": "#f2f2f2" } ] }, { "featureType": "landscape", "elementType": "labels", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi", "elementType": "all", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi", "elementType": "labels.text", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi.attraction", "elementType": "all", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi.business", "elementType": "all", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi.park", "elementType": "labels", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi.place_of_worship", "elementType": "labels", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi.school", "elementType": "labels", "stylers": [ { "visibility": "off" } ] }, { "featureType": "poi.sports_complex", "elementType": "labels", "stylers": [ { "visibility": "off" } ] }, { "featureType": "road", "elementType": "all", "stylers": [ { "saturation": -100 }, { "lightness": 45 } ] }, { "featureType": "road.highway", "elementType": "all", "stylers": [ { "visibility": "simplified" } ] }, { "featureType": "road.arterial", "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "featureType": "transit", "elementType": "all", "stylers": [ { "visibility": "off" } ] }, { "featureType": "water", "elementType": "all", "stylers": [ { "color": "#3ec0f7" }, { "visibility": "on" } ] }, { "featureType": "water", "elementType": "labels.text", "stylers": [ { "visibility": "off" } ] } ] }; // Get the HTML DOM element that will contain your map // We are using a div with id="map" seen below in the <body> var mapElement = document.getElementById('map'); // Create the Google Map using our element and options defined above var map = new google.maps.Map(mapElement, mapOptions); var iconUrl = '{{ site.url }}/images/mapicon_bottom.png'; var markerImage = new google.maps.MarkerImage(iconUrl, new google.maps.Size(300, 130), new google.maps.Point(0, 0), new google.maps.Point(75, -10), new google.maps.Size(150, 65)); // Let's also add a marker while we're at it var marker = new google.maps.Marker({ position: new google.maps.LatLng(33.635020, -111.883847), map: map, icon: markerImage }); } </script>
doc/com/br/uepb/junit/package-summary.html
lucasmirandadourado/simbora
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pt"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Tue May 05 23:06:52 BRT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>com.br.uepb.junit</title> <meta name="date" content="2015-05-05"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.br.uepb.junit"; } //--> </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 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="../../../../com/br/uepb/facade/package-summary.html">Prev Package</a></li> <li><a href="../../../../com/br/uepb/logger/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/br/uepb/junit/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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="Package" class="title">Package&nbsp;com.br.uepb.junit</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" 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="../../../../com/br/uepb/junit/CaronaTest.html" title="class in com.br.uepb.junit">CaronaTest</a></td> <td class="colLast"> <div class="block">Cria os tests referentes a carona.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/br/uepb/junit/ComfirmacaoDePresencaTest.html" title="class in com.br.uepb.junit">ComfirmacaoDePresencaTest</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/br/uepb/junit/PersistenciaTest.html" title="class in com.br.uepb.junit">PersistenciaTest</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/br/uepb/junit/SolicitacaoVagasTest.html" title="class in com.br.uepb.junit">SolicitacaoVagasTest</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/br/uepb/junit/UsuarioTest.html" title="class in com.br.uepb.junit">UsuarioTest</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/br/uepb/junit/VisualizarPerfilTeste.html" title="class in com.br.uepb.junit">VisualizarPerfilTeste</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><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 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="../../../../com/br/uepb/facade/package-summary.html">Prev Package</a></li> <li><a href="../../../../com/br/uepb/logger/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/br/uepb/junit/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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>
doc/html/SbIStuffStation_8C.html
mlytvyn80/SteelBreeze
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>SteelBreeze Reference Manual: SbIStuffStation.C File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">SteelBreeze Reference Manual &#160;<span id="projectnumber">2.0.2</span> </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.5.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_070a9b14bd5bd1b0373ba78839806e3d.html">src</a> </li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <div class="title">SbIStuffStation.C File Reference</div> </div> </div> <div class="contents"> <div class="textblock"><code>#include &quot;<a class="el" href="SbIStuffStation_8H_source.html">SbIStuffStation.H</a>&quot;</code><br/> <code>#include &lt;qapplication.h&gt;</code><br/> <code>#include &lt;qbuttongroup.h&gt;</code><br/> <code>#include &lt;qcheckbox.h&gt;</code><br/> <code>#include &lt;qcombobox.h&gt;</code><br/> <code>#include &lt;qdir.h&gt;</code><br/> <code>#include &lt;qfiledialog.h&gt;</code><br/> <code>#include &lt;qframe.h&gt;</code><br/> <code>#include &lt;qgroupbox.h&gt;</code><br/> <code>#include &lt;qheader.h&gt;</code><br/> <code>#include &lt;qlayout.h&gt;</code><br/> <code>#include &lt;qlabel.h&gt;</code><br/> <code>#include &lt;qlineedit.h&gt;</code><br/> <code>#include &lt;qlistbox.h&gt;</code><br/> <code>#include &lt;qmessagebox.h&gt;</code><br/> <code>#include &lt;qmultilinedit.h&gt;</code><br/> <code>#include &lt;qpainter.h&gt;</code><br/> <code>#include &lt;qpushbutton.h&gt;</code><br/> <code>#include &lt;qradiobutton.h&gt;</code><br/> <code>#include &lt;qtooltip.h&gt;</code><br/> <code>#include &lt;qvalidator.h&gt;</code><br/> <code>#include &lt;qvbuttongroup.h&gt;</code><br/> <code>#include &quot;<a class="el" href="SbGeoEop_8H_source.html">SbGeoEop.H</a>&quot;</code><br/> <code>#include &quot;<a class="el" href="SbIStuffSource_8H_source.html">SbIStuffSource.H</a>&quot;</code><br/> <code>#include &quot;<a class="el" href="SbSetup_8H_source.html">SbSetup.H</a>&quot;</code><br/> </div> <p><a href="SbIStuffStation_8C_source.html">Go to the source code of this file.</a></p> </div> <hr class="footer"/><address class="footer"><small> Generated on Mon May 14 2012 13:21:51 for SteelBreeze Reference Manual by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.7.5.1 </small></address> </body> </html>
app/src/main/assets/html/en/BS_C01_S03_V29.html
SrirangaDigital/shankara-android
<html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="assets/stylesheet-en.css" /> </head> <body class="eng"> <div class='verse' data-adhikarana='dēvatādhikaraṇam' data-adhikaranaID='BS_C01_S03_A026' id='BS_C01_S03_V29' type='sutra'> <div class='versetext'>ata ēva ca nityatvam ॥ 29 ॥</div> <div class='bhashya' id='BS_C01_S03_V29_B1'>svatantrasya karturasmaraṇāditi sthitē vēdasya nityatvē dēvādivyaktiprabhavābhyupagamēna tasya virōdhamāśaṅkya ‘ataḥ prabhavāt’ iti parihr̥tya idānīṁ tadēva vēdanityatvaṁ sthitaṁ draḍhayati &#8212; ata ēva ca nityatvamiti । ata ēva niyatākr̥tērdēvādērjagatō vēdaśabdaprabhavatvāt vēdaśabdanityatvamapi pratyētavyam । tathā ca mantravarṇaḥ &#8212; <span class='qt_o'>‘yajñēna vācaḥ padavīyamāyan tāmanvavindannr̥ṣiṣu praviṣṭām’ (r̥. saṁ. 10 । 7 । 3)</span> iti sthitāmēva vācamanuvinnāṁ darśayati । vēdavyāsaścaivamēva smarati &#8212; ‘yugāntēऽntarhitānvēdānsētihāsānmaharṣayaḥ । lēbhirē tapasā pūrvamanujñātāḥ svayaṁbhuvā’ iti ॥ 29 ॥</div> </div> </body> </html>
app/src/main/assets/html/sa/Ch_C08_S08_V05.html
SrirangaDigital/shankara-android
<html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="assets/stylesheet-sa.css" /> </head> <body> <div class='verse' id='Ch_C08_S08_V05' type='mantra'> <div class='versetext'>तस्मादप्यद्येहाददानमश्रद्दधानमयजमानमाहुरासुरो बतेत्यसुराणाꣳ ह्येषोपनिषत्प्रेतस्य शरीरं भिक्षया वसनेनालङ्कारेणेति सꣳस्कुर्वन्त्येतेन ह्यमुं लोकं जेष्यन्तो मन्यन्ते ॥ ५ ॥ </div> <div class='bhashya' id='Ch_C08_S08_V05_B01'>तस्मात् तत्सम्प्रदायः अद्याप्यनुवर्तत इति इह लोके अददानं दानमकुर्वाणम् अविभागशीलम् अश्रद्दधानं सत्कार्येषु श्रद्धारहितं यथाशक्त्ययजमानम् अयजनस्वभावम् आहुः आसुरः खल्वयं यत एवंस्वभावः बत इति खिद्यमाना आहुः शिष्टाः । असुराणां हि यस्मात् अश्रद्दधानतादिलक्षणैषोपनिषत् । तयोपनिषदा संस्कृताः सन्तः प्रेतस्य शरीरं कुणपं भिक्षया गन्धमाल्यान्नादिलक्षणया वसनेन वस्त्रादिनाच्छादनादिप्रकारेणालङ्कारेण ध्वजपताकादिकरणेनेत्येवं संस्कुर्वन्ति । एतेन कुणपसंस्कारेण अमुं प्रेत्य प्रतिपत्तव्यं लोकं जेष्यन्तो मन्यन्ते ॥ </div> </div> </body> </html>
usr/share/doc/libwibble-dev/html/structwibble_1_1ReturnType_3_01void_01_4-members.html
2ndy/RaspIM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>wibble: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">wibble &#160;<span id="projectnumber">0.1.28</span> </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.6.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacewibble.html">wibble</a> </li> <li class="navelem"><a class="el" href="structwibble_1_1ReturnType_3_01void_01_4.html">ReturnType&lt; void &gt;</a> </li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <div class="title">wibble::ReturnType&lt; void &gt; Member List</div> </div> </div><!--header--> <div class="contents"> This is the complete list of members for <a class="el" href="structwibble_1_1ReturnType_3_01void_01_4.html">wibble::ReturnType&lt; void &gt;</a>, including all inherited members.<table> <tr class="memlist"><td><a class="el" href="structwibble_1_1ReturnType_3_01void_01_4.html#a5798c1b0425d31eeeb1354a4ba51335b">T</a> typedef</td><td><a class="el" href="structwibble_1_1ReturnType_3_01void_01_4.html">wibble::ReturnType&lt; void &gt;</a></td><td></td></tr> </table></div><!-- contents --> <hr class="footer"/><address class="footer"><small> Generated on Wed May 2 2012 23:57:32 for wibble by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.7.6.1 </small></address> </body> </html>
_variables/fm_orderasc.html
mgsolipa/b2evolution_phpxref
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $fm_orderasc</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_variables'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logVariable('fm_orderasc'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Variable Cross Reference</h3> <h2><a href="index.html#fm_orderasc">$fm_orderasc</a></h2> <br><b>Referenced 1 times:</b><ul> <li><a href="../inc/files/files.ctrl.php.html">/inc/files/files.ctrl.php</a> -> <a href="../inc/files/files.ctrl.php.source.html#l606"> line 606</a></li> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Sat Nov 21 22:13:19 2015</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
src/topaz/static/css/lightview/lightview.css
countrymarmot/reactor
/* * Part of Lightview - The jQuery Lightbox * http://projects.nickstakenburg.com/lightview * * IMPORTANT: * When modifying or adding skins it's recommended to do this in a seperate file, * overwriting or building on top of the styling defined here to make updating easier. * * Documentation: * http://projects.nickstakenburg.com/lightview/documentation/skins * */ .lv_window { position: absolute; top: 50%; left: 50%; padding: 0; overflow: hidden; text-align: left; -webkit-tap-highlight-color: rgba(0,0,0,0); } .lv_window, .lv_controls_top, .lv_controls_top_close, .lv_thumbnails, .lv_thumbnails_top_close { z-index: 100000; } .lv_skin { float: left; width: 100%; height: 100%; position: relative; overflow: visible; } .lv_bubble, .lv_shadow { position: absolute; } .lv_bubble * { display: inline; position: relative; float: left; z-index: none; } .lv_skin * { margin: 0; padding: 0; } .lv_overlay { position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 99999; } /* wrapper for the spinner */ .lv_spinner_wrapper { position: absolute; top: 50%; left: 50%; cursor: pointer; } /* The the previous/next overlay buttons on top of images */ .lv_inner_previous_next_overlays { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; padding: 0; margin: 0; overflow: hidden; zoom: 1; background: url('skins/blank.gif'); } .lv_inner_previous_next_overlays * { padding: 0; margin: 0; } .lv_inner_previous_next_overlays .lv_button { position: relative; height: 100%; width: 49%; background: url('skins/blank.gif'); zoom: 1; cursor: pointer; } .lv_button_inner_previous_overlay { float: left; } .lv_button_inner_next_overlay { float: right; } .lv_title_caption { position:absolute; font: 11px/18px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, sans-serif; color: #eaeaea; } .lv_title_caption_slider { position: relative; float:left; overflow-y: hidden;} .lv_title_caption_slide { position: relative; float: left; top: 0; left: 0; padding: 15px 0 7px 0; } .lv_title { font-weight: bold; } .lv_title, .lv_caption { float: left; clear: both; } .lv_update_queue { position: absolute; top: -15000px; left: -15000px; width: 5000px; height: 5000px; visibility: hidden; } .lv_update_queue .lv_window, .lv_update_queue .lv_content { position: relative; overflow: visible; float: left; top: auto; left: auto; width: 100%; } .lv_content .lv_content_wrapper { float: left; clear: both; position: relative; } .lv_update_queue .lv_content_wrapper { position: absolute; top: 0; left: 0; } .lv_content_wrapper canvas { float: left; zoom: 1; } .lv_content { position: absolute; padding: 0; margin: 0; overflow: auto; /* scrollbars */ text-align: left; background: url('skins/blank.gif'); /* Chrome 18+ opacity bug */ } .lv_measure_element { position: relative; float: left; clear: both; } .lv_content_canvas, .lv_content_image, .lv_content_flash, .lv_content_object, .lv_content_iframe, .lv_content_html { float: left; border: 0; clear: both; padding: 0; margin: 0; background: none; } .lv_blank_background, /* IE */ .lv_content /* Chrome 18+ */ { background-image: url('skins/blank.gif'); } /* The buttons on the side when you view a gallery */ .lv_side_buttons_underneath { position: absolute; top: 50%; left: 50%; clear: both; width: 100%; padding: 0; height: 67px; margin-top: -34px; } .lv_side_buttons_underneath * { padding: 0; margin: 0; } .lv_side_buttons_underneath .lv_side_left { float: left; } .lv_side_buttons_underneath .lv_side_right { float: right; } .lv_side, .lv_side_button { height: 37px; width: 41px; position: absolute; } .lv_side { position: relative; overflow: hidden; padding: 15px 0; cursor: pointer; } .lv_side_left { margin-left: -41px; } .lv_side_right { margin-right: -41px; } .lv_side_button { height: 31px; width: 41px; cursor: pointer; } .lv_side_button_previous { margin-left: 0px; background-image: url("skins/light/sprite.png"); background-repeat: no-repeat; background-position: 0px -33px; } .lv_side_button_previous:hover, .lv_side_left .lv_side_button_out { background-position: 0px -64px; } .lv_side_button_next { margin-left: 0px; background-image: url("skins/light/sprite.png"); background-repeat: no-repeat; background-position: -41px -33px; } .lv_side_button_next:hover, .lv_side_right .lv_side_button_out { background-position: -41px -64px; } .lv_side_buttons_underneath .lv_side_button_out { margin-left: 0; } /* disabled states */ .lv_side_buttons_underneath .lv_side_left_disabled .lv_side_button, .lv_side_buttons_underneath .lv_side_left_disabled:hover .lv_side_button { background-position: 0px -95px; } .lv_button_top_close { width: 33px; height: 33px; position: absolute; cursor: pointer; background-image: url("skins/light/sprite.png"); background-repeat: no-repeat; background-position: 0px 0px; /* the spacing option set on the relative controls is taken into account when positioning */ top: 17px; /* left or right is set on the css of the skin */ } .lv_button_top_close:hover { background-position: -33px 0px; } /* * Top Controls */ .lv_controls_top { position: fixed; top: 0; left: 50%; width: 126px; margin-left: -63px; height: 63px; overflow: hidden; } .lv_controls_top_with_slideshow { width: 147px; margin-left: -74px; } .lv_controls_top .lv_top_middle { width: 100%; height: 33px; margin-top: 15px; float: left; position: relative; } .lv_controls_top .lv_top_button { height: 100%; float: left; position: relative; } .lv_controls_top .lv_icon { background-image: url("skins/light/sprite.png"); background-repeat: no-repeat; width: 100%; height: 100%; float: left; cursor: pointer; font-family: "Lucida Sans", "Lucida Grande", Tahoma, sans-serif; color: #d4d4d4; text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); position: relative; } .lv_controls_top .lv_icon_disabled { cursor: default; color: #2e2e2e; text-shadow: none; } .lv_top_previous { width: 63px; } .lv_top_previous .lv_icon { background-position: 0px -96px; } .lv_top_previous:hover .lv_icon { background-position: 0px -129px; } .lv_top_previous .lv_icon_disabled, .lv_top_previous:hover .lv_icon_disabled { background-position: 0px -162px; } .lv_top_slideshow { width: 21px; display: none; position: relative; } .lv_controls_top_with_slideshow .lv_top_slideshow { display: block; } .lv_top_slideshow .lv_icon { background-position: -63px -96px; } .lv_top_slideshow:hover .lv_icon { background-position: -63px -129px; } .lv_top_slideshow .lv_icon_disabled, .lv_top_slideshow:hover .lv_icon_disabled { background-position: -63px -162px; } .lv_top_slideshow_playing .lv_icon { background-position: -148px -96px; } .lv_top_slideshow_playing:hover .lv_icon { background-position: -148px -129px; } .lv_top_next { width: 62px; } .lv_top_next .lv_icon { background-position: -84px -96px; } .lv_top_next:hover .lv_icon { background-position: -84px -129px; } .lv_top_next .lv_icon_disabled, .lv_top_next:hover .lv_icon_disabled { background-position: -84px -162px; } .lv_icon span { margin-top: 5px; width: 30px; text-align: center; line-height: 23px; } .lv_top_previous span { float: right; margin-right: 7px; } .lv_top_next span { float: left; margin-left: 6px; } .lv_controls_top_close { height: 33px; width: 33px; /* 46 */ position: fixed; top: 0; right: 0; padding: 13px; } .lv_controls_top_close_button { height: 33px; width: 33px; float: left; position: relative; background-image: url("skins/light/sprite.png"); background-repeat: no-repeat; background-position: -166px -21px; cursor: pointer; } .lv_controls_top_close_button:hover { background-position: -166px -54px; } /* * Relative Controls / Slider */ .lv_controls_relative { position: absolute; bottom: 10px; left: 50%; margin-left: -150px; height: 50px; overflow: hidden; background: url('skins/blank.gif'); } .lv_slider { font-family: "Lucida Sans", "Lucida Grande", Tahoma, sans-serif; font-size: 9px; height: 21px; line-height: 21px; padding: 15px 0 14px 0; position: relative; overflow: hidden; } .lv_slider .lv_slider_numbers { float: left; position: relative; height: 21px; overflow: hidden; margin: 0 2px; } .lv_slider .lv_slider_slide { position: absolute; top: 0; left: 0; height: 21px; } .lv_slider_number, .lv_slider_number_empty { float: left; position: relative; height: 21px; width: 28px; line-height: 21px; overflow: hidden; color: #d4d4d4; text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); background: #4a4a4a; text-align: center; padding: 0; margin: 0; zoom: 1; text-transform: none; text-decoration: none; border: none; background-repeat: no-repeat; background: url('skins/light/sprite.png'); background-position: -67px 0px; cursor: pointer; } .lv_slider_number_empty { background-position: -151px 0px; cursor: default; } .lv_slider_number_last { margin-right: 0; } .lv_slider_number:hover { background-position: -95px 0px; } .lv_slider_numbers .lv_slider_number_active, .lv_slider_numbers .lv_slider_number_active:hover { background-position: -123px 0px; color: #808080; cursor: default; } .lv_slider .lv_slider_icon, .lv_slider .lv_icon { height: 21px; width: 21px; } .lv_slider .lv_slider_icon { zoom: 1; padding: 0 2px; /* IE6 needs padding instead of margin */ display: inline; position: relative; cursor: pointer; float: left; } .lv_slider .lv_icon { background: url('skins/light/sprite.png'); background-repeat: no-repeat; /* IE6 */ position: absolute; top: 0; left: 2px; display: block; } .lv_slider_previous .lv_icon { background-position: -82px -21px; } .lv_slider_previous .lv_icon:hover { background-position: -82px -42px; } .lv_slider_previous_disabled .lv_icon, .lv_slider_previous_disabled .lv_icon:hover { background-position: -82px -63px; cursor: default; } .lv_slider_next .lv_icon { background-position: -103px -21px; } .lv_slider_next .lv_icon:hover { background-position: -103px -42px; } .lv_slider_next_disabled .lv_icon, .lv_slider_next_disabled .lv_icon:hover { background-position: -103px -63px; cursor: default; } .lv_slider_slideshow { position: relative; top : 0; left: 0; display: inline; } .lv_slider_slideshow .lv_icon { background-position: -125px -21px;} .lv_slider_slideshow .lv_icon:hover { background-position: -125px -42px; } .lv_slider_slideshow_playing .lv_icon { background-position: -146px -21px; } .lv_slider_slideshow_playing .lv_icon:hover { background-position: -146px -42px; } .lv_slider_slideshow_disabled .lv_icon, .lv_slider_slideshow_disabled .lv_icon:hover { background-position: -125px -63px; cursor: default; } /* thumbnails */ .lv_thumbnails { position: fixed; bottom: 0; left: 0; width: 100%; height: 92px; padding: 15px 0 25px 0; overflow: hidden; -webkit-tap-highlight-color: rgba(0,0,0,0); } .lv_thumbnails_slider { position: relative; width: 100%; height: 100%; float: left; overflow: hidden; } .lv_thumbnails_slide { position: absolute; top: 0; left: 0; } .lv_thumbnail { width: 92px; height: 92px; float: left; position: relative; display: inline; overflow: hidden; /* IE6 */ } .lv_thumbnail_image { position: relative; background: red; background: #161616; width: 80px; height: 80px; margin: 6px; float: left; box-shadow: 0 -1px 4px rgba(0, 0, 0, .3); cursor: pointer; overflow: hidden; display: inline; /* IE6 */ z-index: 0; /* IE8 */ } .lv_thumbnail_image img { position: absolute; } .lv_thumbnail_active .lv_thumbnail_image { filter: alpha(opacity=35); opacity: .35; display: inline; } .lv_thumbnail_icon { width: 36px; height: 36px; position: absolute; top: 50%; left: 50%; margin-left: -18px; margin-top: -18px; background-position: 99px 99px; background-repeat: no-repeat; display: block !important; display: none; /* IE6 */ } .lv_thumbnail_image_spinner_overlay { width: 100%; height: 100%; float: left; position: relative; background: #161616; } .lv_thumbnail_icon_video { background-position: 0px -196px; } .lv_thumbnail:hover .lv_thumbnail_icon_video { background-position: -36px -196px; } .lv_thumbnail_active:hover .lv_thumbnail_icon_video { background-position: 0px -196px; } /* * Skins */ /* normalization for all skins */ .lv_content { text-align: left; } .lv_content, .lv_content h1, .lv_content h2, .lv_content h3, .lv_content h4, .lv_content h5, .lv_content h6 { color: #333; } .lv_content a, .lv_content a:hover { color: #0088cc; font-weight: normal; background: none; border: 0; text-decoration: none; } .lv_content a:hover { text-decoration: underline; } .lv_title_caption a, .lv_title_caption a:hover { color: #b4b4b4; font-weight: normal; background: none; border: 0; text-decoration: none; } .lv_title_caption a:hover { text-decoration: underline; } /* * skin: 'light' */ /* title/caption */ .lv_window_light .lv_title_caption { text-shadow: 0px 1px 1px rgba(0,0,0,.25); } /* close button */ .lv_window_light .lv_button_top_close { top: 17px; left: 55px; } /* sprite */ .lv_window_light .lv_side_button_previous, .lv_window_light .lv_side_button_next, .lv_window_light .lv_button_top_close, .lv_window_light .lv_controls_top_close_button, .lv_window_light .lv_slider .lv_icon, .lv_window_light .lv_slider_number, .lv_window_light .lv_slider_number_empty, .lv_window_light .lv_controls_top_close_button, .lv_controls_top_skin_light .lv_icon, .lv_controls_top_close_skin_light .lv_controls_top_close_button, .lv_thumbnails_skin_light .lv_thumbnail_icon { background-image: url('skins/light/sprite.png') !important; background-image: url('skins/light/sprite_ie_lt_7.png'); /* IE < 7 */ } /* * skin: 'dark' */ /* normalization */ .lv_content_dark, .lv_content_dark h1, .lv_content_dark h2, .lv_content_dark h3, .lv_content_dark h4, .lv_content_dark h5, .lv_content_dark h6 { color: #f3f3f3; } .lv_content_dark a, .lv_content_dark a:hover { color: #b4b4b4; } /* sprite */ .lv_window_dark .lv_side_buttons_underneath .lv_side_button_previous, .lv_window_dark .lv_side_buttons_underneath .lv_side_button_next, .lv_window_dark .lv_button_top_close, .lv_window_dark .lv_controls_top_close_button, .lv_window_dark .lv_slider .lv_icon, .lv_window_dark .lv_slider .lv_slider_number, .lv_window_dark .lv_slider .lv_slider_number_empty, .lv_window_dark .lv_controls_top_close_button, .lv_controls_top_skin_dark .lv_icon, .lv_controls_top_close_skin_dark .lv_controls_top_close_button, .lv_thumbnails_skin_dark .lv_thumbnail_icon { background-image: url('skins/dark/sprite.png') !important; background-image: url('skins/dark/sprite_ie_lt_7.png'); /* IE < 7 */ } /* close button */ .lv_window_dark .lv_button_top_close { top: 18px; left: 53px; } /* controls: 'relative' */ .lv_window_dark .lv_slider_number { color: #acacac; } .lv_window_dark .lv_slider_number:hover { color: #e3e3e3; } .lv_window_dark .lv_slider_number_active, .lv_window_dark .lv_slider_number_active:hover { color: #5d5d5d;} /* controls: 'top' */ .lv_controls_top_skin_dark .lv_icon { color: #a6a6a6; } .lv_controls_top_skin_dark .lv_icon:hover { color: #e0e0e0; } .lv_controls_top_skin_dark .lv_icon_disabled, .lv_controls_top_skin_dark .lv_icon_disabled:hover { color: #575757; } /* * skin: 'mac' */ /* title/caption */ .lv_window_mac .lv_title_caption { text-shadow: 0px 1px 1px rgba(0,0,0,.25); } /* sprite */ .lv_window_mac .lv_side_button_previous, .lv_window_mac .lv_side_button_next, .lv_window_mac .lv_button_top_close, .lv_window_mac .lv_controls_top_close_button, .lv_window_mac .lv_slider .lv_icon, .lv_window_mac .lv_slider_number, .lv_window_mac .lv_slider_number_empty, .lv_window_mac .lv_controls_top_close_button, .lv_controls_top_skin_mac .lv_icon, .lv_controls_top_close_skin_mac .lv_controls_top_close_button, .lv_thumbnails_skin_mac .lv_thumbnail_icon { background-image: url('skins/mac/sprite.png') !important; background-image: url('skins/mac/sprite_ie_lt_7.png'); /* IE < 7 */ } /* close button */ .lv_window_mac .lv_button_top_close { top: 39px; left: 39px; } /* controls: 'relative' */ .lv_window_mac .lv_slider_number { color: #acacac; } .lv_window_mac .lv_slider_number:hover { color: #e1e1e1; } .lv_window_mac .lv_slider_number_active, .lv_window_mac .lv_slider_number_active:hover { color: #5d5d5d; } /* controls: 'top' */ .lv_controls_top_skin_mac .lv_icon { color: #a6a6a6; } .lv_controls_top_skin_mac .lv_icon:hover { color: #e0e0e0; } .lv_controls_top_skin_mac .lv_icon_disabled, .lv_controls_top_skin_mac .lv_icon_disabled:hover { color: #575757; }
app/client/views/posts/posts_list.html
the-sumit/sumit-prototype
<template name="postList"> <div class="row"> <div class="col-md-12 posts"> <div id="accordion_post" class="panel-group inPost"> {{#each postsWithRank}} <!-- style="/* padding: 1em; background-color: #f3f3f3*/" --> <div class="panel panel-default tags"> {{> postItem}} </div> {{/each}} {{#if isLoading}} <div class="panel panel-default" style="text-align: center; border: none;"> Loading... </div> {{/if}} </div> </div> </div> </template>
doc/org/mt4j/components/css/util/Colors.html
rogiermars/mt4j-core
<!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_23) on Thu Mar 31 17:56:21 CEST 2011 --> <TITLE> Colors </TITLE> <META NAME="date" CONTENT="2011-03-31"> <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="Colors"; } } </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/Colors.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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV CLASS&nbsp; &nbsp;<A HREF="../../../../../org/mt4j/components/css/util/CSSFontManager.html" title="class in org.mt4j.components.css.util"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/mt4j/components/css/util/Colors.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Colors.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;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.mt4j.components.css.util</FONT> <BR> Class Colors</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.mt4j.components.css.util.Colors</B> </PRE> <HR> <DL> <DT><PRE>public class <B>Colors</B><DT>extends java.lang.Object</DL> </PRE> <P> The Class Colors provides the color for the 216 web safe types <P> <P> <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>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#ALICEBLUE">ALICEBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant ALICEBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#ANTIQUEWHITE">ANTIQUEWHITE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant ANTIQUEWHITE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#AQUA">AQUA</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant AQUA.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#AQUAMARINE">AQUAMARINE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant AQUAMARINE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#AZURE">AZURE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant AZURE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#BEIGE">BEIGE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant BEIGE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#BISQUE">BISQUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant BISQUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#BLACK">BLACK</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant BLACK.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#BLANCHEDALMOND">BLANCHEDALMOND</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant BLANCHEDALMOND.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#BLUE">BLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant BLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#BLUEVIOLET">BLUEVIOLET</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant BLUEVIOLET.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#BROWN">BROWN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant BROWN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#BURLYWOOD">BURLYWOOD</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant BURLYWOOD.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#CADETBLUE">CADETBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant CADETBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#CHARTREUSE">CHARTREUSE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant CHARTREUSE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#CHOCOLATE">CHOCOLATE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant CHOCOLATE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#CORAL">CORAL</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant CORAL.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#CORNFLOWERBLUE">CORNFLOWERBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant CORNFLOWERBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#CORNSILK">CORNSILK</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant CORNSILK.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#CRIMSON">CRIMSON</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant CRIMSON.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#CYAN">CYAN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant CYAN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKBLUE">DARKBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKCYAN">DARKCYAN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKCYAN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKGOLDENROD">DARKGOLDENROD</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKGOLDENROD.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKGRAY">DARKGRAY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKGRAY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKGREEN">DARKGREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKGREEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKGREY">DARKGREY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKGREY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKKHAKI">DARKKHAKI</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKKHAKI.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKMAGENTA">DARKMAGENTA</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKMAGENTA.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKOLIVEGREEN">DARKOLIVEGREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKOLIVEGREEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKORANGE">DARKORANGE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKORANGE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKORCHID">DARKORCHID</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKORCHID.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKRED">DARKRED</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKRED.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKSALMON">DARKSALMON</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKSALMON.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKSEAGREEN">DARKSEAGREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKSEAGREEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKSLATEBLUE">DARKSLATEBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKSLATEBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKSLATEGRAY">DARKSLATEGRAY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKSLATEGRAY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKSLATEGREY">DARKSLATEGREY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKSLATEGREY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKTURQUOISE">DARKTURQUOISE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKTURQUOISE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DARKVIOLET">DARKVIOLET</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DARKVIOLET.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DEEPPINK">DEEPPINK</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DEEPPINK.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DEEPSKYBLUE">DEEPSKYBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DEEPSKYBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DIMGRAY">DIMGRAY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DIMGRAY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DIMGREY">DIMGREY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DIMGREY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#DODGERBLUE">DODGERBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant DODGERBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#FIREBRICK">FIREBRICK</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant FIREBRICK.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#FLORALWHITE">FLORALWHITE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant FLORALWHITE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#FORESTGREEN">FORESTGREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant FORESTGREEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#FUCHSIA">FUCHSIA</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant FUCHSIA.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#GAINSBORO">GAINSBORO</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant GAINSBORO.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#GHOSTWHITE">GHOSTWHITE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant GHOSTWHITE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#GOLD">GOLD</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant GOLD.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#GOLDENROD">GOLDENROD</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant GOLDENROD.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#GRAY">GRAY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant GRAY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#GREEN">GREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant GREEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#GREENYELLOW">GREENYELLOW</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant GREENYELLOW.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#GREY">GREY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant GREY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#HONEYDEW">HONEYDEW</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant HONEYDEW.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#HOTPINK">HOTPINK</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant HOTPINK.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#INDIANRED">INDIANRED</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant INDIANRED.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#INDIGO">INDIGO</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant INDIGO.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#IVORY">IVORY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant IVORY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#KHAKI">KHAKI</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant KHAKI.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LAVENDER">LAVENDER</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LAVENDER.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LAVENDERBLUSH">LAVENDERBLUSH</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LAVENDERBLUSH.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LAWNGREEN">LAWNGREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LAWNGREEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LEMONCHIFFON">LEMONCHIFFON</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LEMONCHIFFON.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTBLUE">LIGHTBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTCORAL">LIGHTCORAL</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTCORAL.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTCYAN">LIGHTCYAN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTCYAN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTGOLDENRODYELLOW">LIGHTGOLDENRODYELLOW</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTGOLDENRODYELLOW.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTGRAY">LIGHTGRAY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTGRAY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTGREEN">LIGHTGREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTGREEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTGREY">LIGHTGREY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTGREY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTPINK">LIGHTPINK</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTPINK.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTSALMON">LIGHTSALMON</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTSALMON.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTSEAGREEN">LIGHTSEAGREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTSEAGREEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTSKYBLUE">LIGHTSKYBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTSKYBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTSLATEGRAY">LIGHTSLATEGRAY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTSLATEGRAY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTSLATEGREY">LIGHTSLATEGREY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTSLATEGREY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTSTEELBLUE">LIGHTSTEELBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTSTEELBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIGHTYELLOW">LIGHTYELLOW</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIGHTYELLOW.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIME">LIME</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIME.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LIMEGREEN">LIMEGREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LIMEGREEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#LINEN">LINEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant LINEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MAGENTA">MAGENTA</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MAGENTA.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MAROON">MAROON</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MAROON.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MEDIUMAQUAMARINE">MEDIUMAQUAMARINE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MEDIUMAQUAMARINE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MEDIUMBLUE">MEDIUMBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MEDIUMBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MEDIUMORCHID">MEDIUMORCHID</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MEDIUMORCHID.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MEDIUMPURPLE">MEDIUMPURPLE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MEDIUMPURPLE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MEDIUMSEAGREEN">MEDIUMSEAGREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MEDIUMSEAGREEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MEDIUMSLATEBLUE">MEDIUMSLATEBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MEDIUMSLATEBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MEDIUMSPRINGGREEN">MEDIUMSPRINGGREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MEDIUMSPRINGGREEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MEDIUMTURQUOISE">MEDIUMTURQUOISE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MEDIUMTURQUOISE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MEDIUMVIOLETRED">MEDIUMVIOLETRED</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MEDIUMVIOLETRED.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MIDNIGHTBLUE">MIDNIGHTBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MIDNIGHTBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MINTCREAM">MINTCREAM</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MINTCREAM.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MISTYROSE">MISTYROSE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MISTYROSE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#MOCCASIN">MOCCASIN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant MOCCASIN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#NAVAJOWHITE">NAVAJOWHITE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant NAVAJOWHITE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#NAVY">NAVY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant NAVY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#OLDLACE">OLDLACE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant OLDLACE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#OLIVE">OLIVE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant OLIVE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#OLIVEDRAB">OLIVEDRAB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant OLIVEDRAB.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#ORANGE">ORANGE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant ORANGE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#ORANGERED">ORANGERED</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant ORANGERED.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#ORCHID">ORCHID</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant ORCHID.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#PALEGOLDENROD">PALEGOLDENROD</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant PALEGOLDENROD.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#PALEGREEN">PALEGREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant PALEGREEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#PALETURQUOISE">PALETURQUOISE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant PALETURQUOISE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#PALEVIOLETRED">PALEVIOLETRED</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant PALEVIOLETRED.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#PAPAYAWHIP">PAPAYAWHIP</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant PAPAYAWHIP.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#PEACHPUFF">PEACHPUFF</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant PEACHPUFF.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#PERU">PERU</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant PERU.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#PINK">PINK</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant PINK.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#PLUM">PLUM</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant PLUM.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#POWDERBLUE">POWDERBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant POWDERBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#PURPLE">PURPLE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant PURPLE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#RED">RED</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant RED.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#ROSYBROWN">ROSYBROWN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant ROSYBROWN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#ROYALBLUE">ROYALBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant ROYALBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#SADDLEBROWN">SADDLEBROWN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant SADDLEBROWN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#SALMON">SALMON</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant SALMON.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#SANDYBROWN">SANDYBROWN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant SANDYBROWN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#SEAGREEN">SEAGREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant SEAGREEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#SEASHELL">SEASHELL</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant SEASHELL.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#SIENNA">SIENNA</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant SIENNA.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#SILVER">SILVER</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant SILVER.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#SKYBLUE">SKYBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant SKYBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#SLATEBLUE">SLATEBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant SLATEBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#SLATEGRAY">SLATEGRAY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant SLATEGRAY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#SLATEGREY">SLATEGREY</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant SLATEGREY.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#SNOW">SNOW</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant SNOW.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#SPRINGGREEN">SPRINGGREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant SPRINGGREEN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#STEELBLUE">STEELBLUE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant STEELBLUE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#TAN">TAN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant TAN.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#TEAL">TEAL</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant TEAL.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#THISTLE">THISTLE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant THISTLE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#TOMATO">TOMATO</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant TOMATO.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#TURQUOISE">TURQUOISE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant TURQUOISE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#VIOLET">VIOLET</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant VIOLET.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#WHEAT">WHEAT</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant WHEAT.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#WHITE">WHITE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant WHITE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#WHITESMOKE">WHITESMOKE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant WHITESMOKE.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#YELLOW">YELLOW</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant YELLOW.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#YELLOWGREEN">YELLOWGREEN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Constant YELLOWGREEN.</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>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/mt4j/components/css/util/Colors.html#Colors()">Colors</A></B>()</CODE> <BR> &nbsp;&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>Method Summary</B></FONT></TH> </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>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</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>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="ALICEBLUE"><!-- --></A><H3> ALICEBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>ALICEBLUE</B></PRE> <DL> <DD>The Constant ALICEBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="ANTIQUEWHITE"><!-- --></A><H3> ANTIQUEWHITE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>ANTIQUEWHITE</B></PRE> <DL> <DD>The Constant ANTIQUEWHITE. <P> <DL> </DL> </DL> <HR> <A NAME="AQUA"><!-- --></A><H3> AQUA</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>AQUA</B></PRE> <DL> <DD>The Constant AQUA. <P> <DL> </DL> </DL> <HR> <A NAME="AQUAMARINE"><!-- --></A><H3> AQUAMARINE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>AQUAMARINE</B></PRE> <DL> <DD>The Constant AQUAMARINE. <P> <DL> </DL> </DL> <HR> <A NAME="AZURE"><!-- --></A><H3> AZURE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>AZURE</B></PRE> <DL> <DD>The Constant AZURE. <P> <DL> </DL> </DL> <HR> <A NAME="BEIGE"><!-- --></A><H3> BEIGE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>BEIGE</B></PRE> <DL> <DD>The Constant BEIGE. <P> <DL> </DL> </DL> <HR> <A NAME="BISQUE"><!-- --></A><H3> BISQUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>BISQUE</B></PRE> <DL> <DD>The Constant BISQUE. <P> <DL> </DL> </DL> <HR> <A NAME="BLACK"><!-- --></A><H3> BLACK</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>BLACK</B></PRE> <DL> <DD>The Constant BLACK. <P> <DL> </DL> </DL> <HR> <A NAME="BLANCHEDALMOND"><!-- --></A><H3> BLANCHEDALMOND</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>BLANCHEDALMOND</B></PRE> <DL> <DD>The Constant BLANCHEDALMOND. <P> <DL> </DL> </DL> <HR> <A NAME="BLUE"><!-- --></A><H3> BLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>BLUE</B></PRE> <DL> <DD>The Constant BLUE. <P> <DL> </DL> </DL> <HR> <A NAME="BLUEVIOLET"><!-- --></A><H3> BLUEVIOLET</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>BLUEVIOLET</B></PRE> <DL> <DD>The Constant BLUEVIOLET. <P> <DL> </DL> </DL> <HR> <A NAME="BROWN"><!-- --></A><H3> BROWN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>BROWN</B></PRE> <DL> <DD>The Constant BROWN. <P> <DL> </DL> </DL> <HR> <A NAME="BURLYWOOD"><!-- --></A><H3> BURLYWOOD</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>BURLYWOOD</B></PRE> <DL> <DD>The Constant BURLYWOOD. <P> <DL> </DL> </DL> <HR> <A NAME="CADETBLUE"><!-- --></A><H3> CADETBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>CADETBLUE</B></PRE> <DL> <DD>The Constant CADETBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="CHARTREUSE"><!-- --></A><H3> CHARTREUSE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>CHARTREUSE</B></PRE> <DL> <DD>The Constant CHARTREUSE. <P> <DL> </DL> </DL> <HR> <A NAME="CHOCOLATE"><!-- --></A><H3> CHOCOLATE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>CHOCOLATE</B></PRE> <DL> <DD>The Constant CHOCOLATE. <P> <DL> </DL> </DL> <HR> <A NAME="CORAL"><!-- --></A><H3> CORAL</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>CORAL</B></PRE> <DL> <DD>The Constant CORAL. <P> <DL> </DL> </DL> <HR> <A NAME="CORNFLOWERBLUE"><!-- --></A><H3> CORNFLOWERBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>CORNFLOWERBLUE</B></PRE> <DL> <DD>The Constant CORNFLOWERBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="CORNSILK"><!-- --></A><H3> CORNSILK</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>CORNSILK</B></PRE> <DL> <DD>The Constant CORNSILK. <P> <DL> </DL> </DL> <HR> <A NAME="CRIMSON"><!-- --></A><H3> CRIMSON</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>CRIMSON</B></PRE> <DL> <DD>The Constant CRIMSON. <P> <DL> </DL> </DL> <HR> <A NAME="CYAN"><!-- --></A><H3> CYAN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>CYAN</B></PRE> <DL> <DD>The Constant CYAN. <P> <DL> </DL> </DL> <HR> <A NAME="DARKBLUE"><!-- --></A><H3> DARKBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKBLUE</B></PRE> <DL> <DD>The Constant DARKBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="DARKCYAN"><!-- --></A><H3> DARKCYAN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKCYAN</B></PRE> <DL> <DD>The Constant DARKCYAN. <P> <DL> </DL> </DL> <HR> <A NAME="DARKGOLDENROD"><!-- --></A><H3> DARKGOLDENROD</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKGOLDENROD</B></PRE> <DL> <DD>The Constant DARKGOLDENROD. <P> <DL> </DL> </DL> <HR> <A NAME="DARKGRAY"><!-- --></A><H3> DARKGRAY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKGRAY</B></PRE> <DL> <DD>The Constant DARKGRAY. <P> <DL> </DL> </DL> <HR> <A NAME="DARKGREEN"><!-- --></A><H3> DARKGREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKGREEN</B></PRE> <DL> <DD>The Constant DARKGREEN. <P> <DL> </DL> </DL> <HR> <A NAME="DARKGREY"><!-- --></A><H3> DARKGREY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKGREY</B></PRE> <DL> <DD>The Constant DARKGREY. <P> <DL> </DL> </DL> <HR> <A NAME="DARKKHAKI"><!-- --></A><H3> DARKKHAKI</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKKHAKI</B></PRE> <DL> <DD>The Constant DARKKHAKI. <P> <DL> </DL> </DL> <HR> <A NAME="DARKMAGENTA"><!-- --></A><H3> DARKMAGENTA</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKMAGENTA</B></PRE> <DL> <DD>The Constant DARKMAGENTA. <P> <DL> </DL> </DL> <HR> <A NAME="DARKOLIVEGREEN"><!-- --></A><H3> DARKOLIVEGREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKOLIVEGREEN</B></PRE> <DL> <DD>The Constant DARKOLIVEGREEN. <P> <DL> </DL> </DL> <HR> <A NAME="DARKORANGE"><!-- --></A><H3> DARKORANGE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKORANGE</B></PRE> <DL> <DD>The Constant DARKORANGE. <P> <DL> </DL> </DL> <HR> <A NAME="DARKORCHID"><!-- --></A><H3> DARKORCHID</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKORCHID</B></PRE> <DL> <DD>The Constant DARKORCHID. <P> <DL> </DL> </DL> <HR> <A NAME="DARKRED"><!-- --></A><H3> DARKRED</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKRED</B></PRE> <DL> <DD>The Constant DARKRED. <P> <DL> </DL> </DL> <HR> <A NAME="DARKSALMON"><!-- --></A><H3> DARKSALMON</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKSALMON</B></PRE> <DL> <DD>The Constant DARKSALMON. <P> <DL> </DL> </DL> <HR> <A NAME="DARKSEAGREEN"><!-- --></A><H3> DARKSEAGREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKSEAGREEN</B></PRE> <DL> <DD>The Constant DARKSEAGREEN. <P> <DL> </DL> </DL> <HR> <A NAME="DARKSLATEBLUE"><!-- --></A><H3> DARKSLATEBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKSLATEBLUE</B></PRE> <DL> <DD>The Constant DARKSLATEBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="DARKSLATEGRAY"><!-- --></A><H3> DARKSLATEGRAY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKSLATEGRAY</B></PRE> <DL> <DD>The Constant DARKSLATEGRAY. <P> <DL> </DL> </DL> <HR> <A NAME="DARKSLATEGREY"><!-- --></A><H3> DARKSLATEGREY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKSLATEGREY</B></PRE> <DL> <DD>The Constant DARKSLATEGREY. <P> <DL> </DL> </DL> <HR> <A NAME="DARKTURQUOISE"><!-- --></A><H3> DARKTURQUOISE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKTURQUOISE</B></PRE> <DL> <DD>The Constant DARKTURQUOISE. <P> <DL> </DL> </DL> <HR> <A NAME="DARKVIOLET"><!-- --></A><H3> DARKVIOLET</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DARKVIOLET</B></PRE> <DL> <DD>The Constant DARKVIOLET. <P> <DL> </DL> </DL> <HR> <A NAME="DEEPPINK"><!-- --></A><H3> DEEPPINK</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DEEPPINK</B></PRE> <DL> <DD>The Constant DEEPPINK. <P> <DL> </DL> </DL> <HR> <A NAME="DEEPSKYBLUE"><!-- --></A><H3> DEEPSKYBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DEEPSKYBLUE</B></PRE> <DL> <DD>The Constant DEEPSKYBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="DIMGRAY"><!-- --></A><H3> DIMGRAY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DIMGRAY</B></PRE> <DL> <DD>The Constant DIMGRAY. <P> <DL> </DL> </DL> <HR> <A NAME="DIMGREY"><!-- --></A><H3> DIMGREY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DIMGREY</B></PRE> <DL> <DD>The Constant DIMGREY. <P> <DL> </DL> </DL> <HR> <A NAME="DODGERBLUE"><!-- --></A><H3> DODGERBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>DODGERBLUE</B></PRE> <DL> <DD>The Constant DODGERBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="FIREBRICK"><!-- --></A><H3> FIREBRICK</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>FIREBRICK</B></PRE> <DL> <DD>The Constant FIREBRICK. <P> <DL> </DL> </DL> <HR> <A NAME="FLORALWHITE"><!-- --></A><H3> FLORALWHITE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>FLORALWHITE</B></PRE> <DL> <DD>The Constant FLORALWHITE. <P> <DL> </DL> </DL> <HR> <A NAME="FORESTGREEN"><!-- --></A><H3> FORESTGREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>FORESTGREEN</B></PRE> <DL> <DD>The Constant FORESTGREEN. <P> <DL> </DL> </DL> <HR> <A NAME="FUCHSIA"><!-- --></A><H3> FUCHSIA</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>FUCHSIA</B></PRE> <DL> <DD>The Constant FUCHSIA. <P> <DL> </DL> </DL> <HR> <A NAME="GAINSBORO"><!-- --></A><H3> GAINSBORO</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>GAINSBORO</B></PRE> <DL> <DD>The Constant GAINSBORO. <P> <DL> </DL> </DL> <HR> <A NAME="GHOSTWHITE"><!-- --></A><H3> GHOSTWHITE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>GHOSTWHITE</B></PRE> <DL> <DD>The Constant GHOSTWHITE. <P> <DL> </DL> </DL> <HR> <A NAME="GOLD"><!-- --></A><H3> GOLD</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>GOLD</B></PRE> <DL> <DD>The Constant GOLD. <P> <DL> </DL> </DL> <HR> <A NAME="GOLDENROD"><!-- --></A><H3> GOLDENROD</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>GOLDENROD</B></PRE> <DL> <DD>The Constant GOLDENROD. <P> <DL> </DL> </DL> <HR> <A NAME="GRAY"><!-- --></A><H3> GRAY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>GRAY</B></PRE> <DL> <DD>The Constant GRAY. <P> <DL> </DL> </DL> <HR> <A NAME="GREY"><!-- --></A><H3> GREY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>GREY</B></PRE> <DL> <DD>The Constant GREY. <P> <DL> </DL> </DL> <HR> <A NAME="GREEN"><!-- --></A><H3> GREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>GREEN</B></PRE> <DL> <DD>The Constant GREEN. <P> <DL> </DL> </DL> <HR> <A NAME="GREENYELLOW"><!-- --></A><H3> GREENYELLOW</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>GREENYELLOW</B></PRE> <DL> <DD>The Constant GREENYELLOW. <P> <DL> </DL> </DL> <HR> <A NAME="HONEYDEW"><!-- --></A><H3> HONEYDEW</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>HONEYDEW</B></PRE> <DL> <DD>The Constant HONEYDEW. <P> <DL> </DL> </DL> <HR> <A NAME="HOTPINK"><!-- --></A><H3> HOTPINK</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>HOTPINK</B></PRE> <DL> <DD>The Constant HOTPINK. <P> <DL> </DL> </DL> <HR> <A NAME="INDIANRED"><!-- --></A><H3> INDIANRED</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>INDIANRED</B></PRE> <DL> <DD>The Constant INDIANRED. <P> <DL> </DL> </DL> <HR> <A NAME="INDIGO"><!-- --></A><H3> INDIGO</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>INDIGO</B></PRE> <DL> <DD>The Constant INDIGO. <P> <DL> </DL> </DL> <HR> <A NAME="IVORY"><!-- --></A><H3> IVORY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>IVORY</B></PRE> <DL> <DD>The Constant IVORY. <P> <DL> </DL> </DL> <HR> <A NAME="KHAKI"><!-- --></A><H3> KHAKI</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>KHAKI</B></PRE> <DL> <DD>The Constant KHAKI. <P> <DL> </DL> </DL> <HR> <A NAME="LAVENDER"><!-- --></A><H3> LAVENDER</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LAVENDER</B></PRE> <DL> <DD>The Constant LAVENDER. <P> <DL> </DL> </DL> <HR> <A NAME="LAVENDERBLUSH"><!-- --></A><H3> LAVENDERBLUSH</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LAVENDERBLUSH</B></PRE> <DL> <DD>The Constant LAVENDERBLUSH. <P> <DL> </DL> </DL> <HR> <A NAME="LAWNGREEN"><!-- --></A><H3> LAWNGREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LAWNGREEN</B></PRE> <DL> <DD>The Constant LAWNGREEN. <P> <DL> </DL> </DL> <HR> <A NAME="LEMONCHIFFON"><!-- --></A><H3> LEMONCHIFFON</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LEMONCHIFFON</B></PRE> <DL> <DD>The Constant LEMONCHIFFON. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTBLUE"><!-- --></A><H3> LIGHTBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTBLUE</B></PRE> <DL> <DD>The Constant LIGHTBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTCORAL"><!-- --></A><H3> LIGHTCORAL</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTCORAL</B></PRE> <DL> <DD>The Constant LIGHTCORAL. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTCYAN"><!-- --></A><H3> LIGHTCYAN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTCYAN</B></PRE> <DL> <DD>The Constant LIGHTCYAN. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTGOLDENRODYELLOW"><!-- --></A><H3> LIGHTGOLDENRODYELLOW</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTGOLDENRODYELLOW</B></PRE> <DL> <DD>The Constant LIGHTGOLDENRODYELLOW. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTGRAY"><!-- --></A><H3> LIGHTGRAY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTGRAY</B></PRE> <DL> <DD>The Constant LIGHTGRAY. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTGREEN"><!-- --></A><H3> LIGHTGREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTGREEN</B></PRE> <DL> <DD>The Constant LIGHTGREEN. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTGREY"><!-- --></A><H3> LIGHTGREY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTGREY</B></PRE> <DL> <DD>The Constant LIGHTGREY. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTPINK"><!-- --></A><H3> LIGHTPINK</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTPINK</B></PRE> <DL> <DD>The Constant LIGHTPINK. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTSALMON"><!-- --></A><H3> LIGHTSALMON</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTSALMON</B></PRE> <DL> <DD>The Constant LIGHTSALMON. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTSEAGREEN"><!-- --></A><H3> LIGHTSEAGREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTSEAGREEN</B></PRE> <DL> <DD>The Constant LIGHTSEAGREEN. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTSKYBLUE"><!-- --></A><H3> LIGHTSKYBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTSKYBLUE</B></PRE> <DL> <DD>The Constant LIGHTSKYBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTSLATEGRAY"><!-- --></A><H3> LIGHTSLATEGRAY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTSLATEGRAY</B></PRE> <DL> <DD>The Constant LIGHTSLATEGRAY. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTSLATEGREY"><!-- --></A><H3> LIGHTSLATEGREY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTSLATEGREY</B></PRE> <DL> <DD>The Constant LIGHTSLATEGREY. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTSTEELBLUE"><!-- --></A><H3> LIGHTSTEELBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTSTEELBLUE</B></PRE> <DL> <DD>The Constant LIGHTSTEELBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="LIGHTYELLOW"><!-- --></A><H3> LIGHTYELLOW</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIGHTYELLOW</B></PRE> <DL> <DD>The Constant LIGHTYELLOW. <P> <DL> </DL> </DL> <HR> <A NAME="LIME"><!-- --></A><H3> LIME</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIME</B></PRE> <DL> <DD>The Constant LIME. <P> <DL> </DL> </DL> <HR> <A NAME="LIMEGREEN"><!-- --></A><H3> LIMEGREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LIMEGREEN</B></PRE> <DL> <DD>The Constant LIMEGREEN. <P> <DL> </DL> </DL> <HR> <A NAME="LINEN"><!-- --></A><H3> LINEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>LINEN</B></PRE> <DL> <DD>The Constant LINEN. <P> <DL> </DL> </DL> <HR> <A NAME="MAGENTA"><!-- --></A><H3> MAGENTA</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MAGENTA</B></PRE> <DL> <DD>The Constant MAGENTA. <P> <DL> </DL> </DL> <HR> <A NAME="MAROON"><!-- --></A><H3> MAROON</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MAROON</B></PRE> <DL> <DD>The Constant MAROON. <P> <DL> </DL> </DL> <HR> <A NAME="MEDIUMAQUAMARINE"><!-- --></A><H3> MEDIUMAQUAMARINE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MEDIUMAQUAMARINE</B></PRE> <DL> <DD>The Constant MEDIUMAQUAMARINE. <P> <DL> </DL> </DL> <HR> <A NAME="MEDIUMBLUE"><!-- --></A><H3> MEDIUMBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MEDIUMBLUE</B></PRE> <DL> <DD>The Constant MEDIUMBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="MEDIUMORCHID"><!-- --></A><H3> MEDIUMORCHID</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MEDIUMORCHID</B></PRE> <DL> <DD>The Constant MEDIUMORCHID. <P> <DL> </DL> </DL> <HR> <A NAME="MEDIUMPURPLE"><!-- --></A><H3> MEDIUMPURPLE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MEDIUMPURPLE</B></PRE> <DL> <DD>The Constant MEDIUMPURPLE. <P> <DL> </DL> </DL> <HR> <A NAME="MEDIUMSEAGREEN"><!-- --></A><H3> MEDIUMSEAGREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MEDIUMSEAGREEN</B></PRE> <DL> <DD>The Constant MEDIUMSEAGREEN. <P> <DL> </DL> </DL> <HR> <A NAME="MEDIUMSLATEBLUE"><!-- --></A><H3> MEDIUMSLATEBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MEDIUMSLATEBLUE</B></PRE> <DL> <DD>The Constant MEDIUMSLATEBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="MEDIUMSPRINGGREEN"><!-- --></A><H3> MEDIUMSPRINGGREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MEDIUMSPRINGGREEN</B></PRE> <DL> <DD>The Constant MEDIUMSPRINGGREEN. <P> <DL> </DL> </DL> <HR> <A NAME="MEDIUMTURQUOISE"><!-- --></A><H3> MEDIUMTURQUOISE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MEDIUMTURQUOISE</B></PRE> <DL> <DD>The Constant MEDIUMTURQUOISE. <P> <DL> </DL> </DL> <HR> <A NAME="MEDIUMVIOLETRED"><!-- --></A><H3> MEDIUMVIOLETRED</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MEDIUMVIOLETRED</B></PRE> <DL> <DD>The Constant MEDIUMVIOLETRED. <P> <DL> </DL> </DL> <HR> <A NAME="MIDNIGHTBLUE"><!-- --></A><H3> MIDNIGHTBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MIDNIGHTBLUE</B></PRE> <DL> <DD>The Constant MIDNIGHTBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="MINTCREAM"><!-- --></A><H3> MINTCREAM</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MINTCREAM</B></PRE> <DL> <DD>The Constant MINTCREAM. <P> <DL> </DL> </DL> <HR> <A NAME="MISTYROSE"><!-- --></A><H3> MISTYROSE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MISTYROSE</B></PRE> <DL> <DD>The Constant MISTYROSE. <P> <DL> </DL> </DL> <HR> <A NAME="MOCCASIN"><!-- --></A><H3> MOCCASIN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>MOCCASIN</B></PRE> <DL> <DD>The Constant MOCCASIN. <P> <DL> </DL> </DL> <HR> <A NAME="NAVAJOWHITE"><!-- --></A><H3> NAVAJOWHITE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>NAVAJOWHITE</B></PRE> <DL> <DD>The Constant NAVAJOWHITE. <P> <DL> </DL> </DL> <HR> <A NAME="NAVY"><!-- --></A><H3> NAVY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>NAVY</B></PRE> <DL> <DD>The Constant NAVY. <P> <DL> </DL> </DL> <HR> <A NAME="OLDLACE"><!-- --></A><H3> OLDLACE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>OLDLACE</B></PRE> <DL> <DD>The Constant OLDLACE. <P> <DL> </DL> </DL> <HR> <A NAME="OLIVE"><!-- --></A><H3> OLIVE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>OLIVE</B></PRE> <DL> <DD>The Constant OLIVE. <P> <DL> </DL> </DL> <HR> <A NAME="OLIVEDRAB"><!-- --></A><H3> OLIVEDRAB</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>OLIVEDRAB</B></PRE> <DL> <DD>The Constant OLIVEDRAB. <P> <DL> </DL> </DL> <HR> <A NAME="ORANGE"><!-- --></A><H3> ORANGE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>ORANGE</B></PRE> <DL> <DD>The Constant ORANGE. <P> <DL> </DL> </DL> <HR> <A NAME="ORANGERED"><!-- --></A><H3> ORANGERED</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>ORANGERED</B></PRE> <DL> <DD>The Constant ORANGERED. <P> <DL> </DL> </DL> <HR> <A NAME="ORCHID"><!-- --></A><H3> ORCHID</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>ORCHID</B></PRE> <DL> <DD>The Constant ORCHID. <P> <DL> </DL> </DL> <HR> <A NAME="PALEGOLDENROD"><!-- --></A><H3> PALEGOLDENROD</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>PALEGOLDENROD</B></PRE> <DL> <DD>The Constant PALEGOLDENROD. <P> <DL> </DL> </DL> <HR> <A NAME="PALEGREEN"><!-- --></A><H3> PALEGREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>PALEGREEN</B></PRE> <DL> <DD>The Constant PALEGREEN. <P> <DL> </DL> </DL> <HR> <A NAME="PALETURQUOISE"><!-- --></A><H3> PALETURQUOISE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>PALETURQUOISE</B></PRE> <DL> <DD>The Constant PALETURQUOISE. <P> <DL> </DL> </DL> <HR> <A NAME="PALEVIOLETRED"><!-- --></A><H3> PALEVIOLETRED</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>PALEVIOLETRED</B></PRE> <DL> <DD>The Constant PALEVIOLETRED. <P> <DL> </DL> </DL> <HR> <A NAME="PAPAYAWHIP"><!-- --></A><H3> PAPAYAWHIP</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>PAPAYAWHIP</B></PRE> <DL> <DD>The Constant PAPAYAWHIP. <P> <DL> </DL> </DL> <HR> <A NAME="PEACHPUFF"><!-- --></A><H3> PEACHPUFF</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>PEACHPUFF</B></PRE> <DL> <DD>The Constant PEACHPUFF. <P> <DL> </DL> </DL> <HR> <A NAME="PERU"><!-- --></A><H3> PERU</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>PERU</B></PRE> <DL> <DD>The Constant PERU. <P> <DL> </DL> </DL> <HR> <A NAME="PINK"><!-- --></A><H3> PINK</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>PINK</B></PRE> <DL> <DD>The Constant PINK. <P> <DL> </DL> </DL> <HR> <A NAME="PLUM"><!-- --></A><H3> PLUM</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>PLUM</B></PRE> <DL> <DD>The Constant PLUM. <P> <DL> </DL> </DL> <HR> <A NAME="POWDERBLUE"><!-- --></A><H3> POWDERBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>POWDERBLUE</B></PRE> <DL> <DD>The Constant POWDERBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="PURPLE"><!-- --></A><H3> PURPLE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>PURPLE</B></PRE> <DL> <DD>The Constant PURPLE. <P> <DL> </DL> </DL> <HR> <A NAME="RED"><!-- --></A><H3> RED</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>RED</B></PRE> <DL> <DD>The Constant RED. <P> <DL> </DL> </DL> <HR> <A NAME="ROSYBROWN"><!-- --></A><H3> ROSYBROWN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>ROSYBROWN</B></PRE> <DL> <DD>The Constant ROSYBROWN. <P> <DL> </DL> </DL> <HR> <A NAME="ROYALBLUE"><!-- --></A><H3> ROYALBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>ROYALBLUE</B></PRE> <DL> <DD>The Constant ROYALBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="SADDLEBROWN"><!-- --></A><H3> SADDLEBROWN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>SADDLEBROWN</B></PRE> <DL> <DD>The Constant SADDLEBROWN. <P> <DL> </DL> </DL> <HR> <A NAME="SALMON"><!-- --></A><H3> SALMON</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>SALMON</B></PRE> <DL> <DD>The Constant SALMON. <P> <DL> </DL> </DL> <HR> <A NAME="SANDYBROWN"><!-- --></A><H3> SANDYBROWN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>SANDYBROWN</B></PRE> <DL> <DD>The Constant SANDYBROWN. <P> <DL> </DL> </DL> <HR> <A NAME="SEAGREEN"><!-- --></A><H3> SEAGREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>SEAGREEN</B></PRE> <DL> <DD>The Constant SEAGREEN. <P> <DL> </DL> </DL> <HR> <A NAME="SEASHELL"><!-- --></A><H3> SEASHELL</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>SEASHELL</B></PRE> <DL> <DD>The Constant SEASHELL. <P> <DL> </DL> </DL> <HR> <A NAME="SIENNA"><!-- --></A><H3> SIENNA</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>SIENNA</B></PRE> <DL> <DD>The Constant SIENNA. <P> <DL> </DL> </DL> <HR> <A NAME="SILVER"><!-- --></A><H3> SILVER</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>SILVER</B></PRE> <DL> <DD>The Constant SILVER. <P> <DL> </DL> </DL> <HR> <A NAME="SKYBLUE"><!-- --></A><H3> SKYBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>SKYBLUE</B></PRE> <DL> <DD>The Constant SKYBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="SLATEBLUE"><!-- --></A><H3> SLATEBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>SLATEBLUE</B></PRE> <DL> <DD>The Constant SLATEBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="SLATEGRAY"><!-- --></A><H3> SLATEGRAY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>SLATEGRAY</B></PRE> <DL> <DD>The Constant SLATEGRAY. <P> <DL> </DL> </DL> <HR> <A NAME="SLATEGREY"><!-- --></A><H3> SLATEGREY</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>SLATEGREY</B></PRE> <DL> <DD>The Constant SLATEGREY. <P> <DL> </DL> </DL> <HR> <A NAME="SNOW"><!-- --></A><H3> SNOW</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>SNOW</B></PRE> <DL> <DD>The Constant SNOW. <P> <DL> </DL> </DL> <HR> <A NAME="SPRINGGREEN"><!-- --></A><H3> SPRINGGREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>SPRINGGREEN</B></PRE> <DL> <DD>The Constant SPRINGGREEN. <P> <DL> </DL> </DL> <HR> <A NAME="STEELBLUE"><!-- --></A><H3> STEELBLUE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>STEELBLUE</B></PRE> <DL> <DD>The Constant STEELBLUE. <P> <DL> </DL> </DL> <HR> <A NAME="TAN"><!-- --></A><H3> TAN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>TAN</B></PRE> <DL> <DD>The Constant TAN. <P> <DL> </DL> </DL> <HR> <A NAME="TEAL"><!-- --></A><H3> TEAL</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>TEAL</B></PRE> <DL> <DD>The Constant TEAL. <P> <DL> </DL> </DL> <HR> <A NAME="THISTLE"><!-- --></A><H3> THISTLE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>THISTLE</B></PRE> <DL> <DD>The Constant THISTLE. <P> <DL> </DL> </DL> <HR> <A NAME="TOMATO"><!-- --></A><H3> TOMATO</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>TOMATO</B></PRE> <DL> <DD>The Constant TOMATO. <P> <DL> </DL> </DL> <HR> <A NAME="TURQUOISE"><!-- --></A><H3> TURQUOISE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>TURQUOISE</B></PRE> <DL> <DD>The Constant TURQUOISE. <P> <DL> </DL> </DL> <HR> <A NAME="VIOLET"><!-- --></A><H3> VIOLET</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>VIOLET</B></PRE> <DL> <DD>The Constant VIOLET. <P> <DL> </DL> </DL> <HR> <A NAME="WHEAT"><!-- --></A><H3> WHEAT</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>WHEAT</B></PRE> <DL> <DD>The Constant WHEAT. <P> <DL> </DL> </DL> <HR> <A NAME="WHITE"><!-- --></A><H3> WHITE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>WHITE</B></PRE> <DL> <DD>The Constant WHITE. <P> <DL> </DL> </DL> <HR> <A NAME="WHITESMOKE"><!-- --></A><H3> WHITESMOKE</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>WHITESMOKE</B></PRE> <DL> <DD>The Constant WHITESMOKE. <P> <DL> </DL> </DL> <HR> <A NAME="YELLOW"><!-- --></A><H3> YELLOW</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>YELLOW</B></PRE> <DL> <DD>The Constant YELLOW. <P> <DL> </DL> </DL> <HR> <A NAME="YELLOWGREEN"><!-- --></A><H3> YELLOWGREEN</H3> <PRE> public static final <A HREF="../../../../../org/mt4j/util/MTColor.html" title="class in org.mt4j.util">MTColor</A> <B>YELLOWGREEN</B></PRE> <DL> <DD>The Constant YELLOWGREEN. <P> <DL> </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>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="Colors()"><!-- --></A><H3> Colors</H3> <PRE> public <B>Colors</B>()</PRE> <DL> </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/Colors.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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV CLASS&nbsp; &nbsp;<A HREF="../../../../../org/mt4j/components/css/util/CSSFontManager.html" title="class in org.mt4j.components.css.util"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/mt4j/components/css/util/Colors.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Colors.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;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
Schrodinger/Schrodinger_2017-1_docs/maestro_command_reference/impactrepexch.html
platinhom/ManualHom
<!DOCTYPE html> <html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" lang="en-US" xml:lang="en-US" data-mc-search-type="Stem" data-mc-help-system-file-name="Documentation.xml" data-mc-path-to-help-system="../" data-mc-target-type="WebHelp2" data-mc-runtime-file-type="Topic" data-mc-preload-images="false" data-mc-in-preview-mode="false" data-mc-toc-path="Command References|Maestro Command Reference|The Maestro Command Language"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../Skins/Default/Stylesheets/Slideshow.css" rel="stylesheet" type="text/css" data-mc-generated="True" /> <link href="../Skins/Default/Stylesheets/TextEffects.css" rel="stylesheet" type="text/css" data-mc-generated="True" /> <link href="../Skins/Default/Stylesheets/Topic.css" rel="stylesheet" type="text/css" data-mc-generated="True" /> <link href="../Skins/Default/Stylesheets/Components/Styles.css" rel="stylesheet" type="text/css" data-mc-generated="True" /><title>impactrepexch</title> <link href="../Resources/Stylesheets/docs.css" rel="stylesheet" /> <script src="../Resources/Scripts/custom.modernizr.js" type="text/javascript"> </script> <script src="../Resources/Scripts/jquery.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/require.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/require.config.js" type="text/javascript"> </script> <script src="../Resources/Scripts/foundation.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/plugins.min.js" type="text/javascript"> </script> <script src="../Resources/Scripts/MadCapAll.js" type="text/javascript"> </script> </head> <body><a name="aanchor3931"></a> <MadCap:concept term="Command References" /><a name="aanchor3932"></a> <MadCap:concept term="Maestro" /> <table class="NavLink" data-mc-conditions="Default.ScreenOnly"> <tr class="NavLink"> <td class="NavLeft"><span class="NavText">◀ <a class="NavLink MCXref xref xrefNavLink" href="impactread.html" xrefformat="{paratext}">impactread</a></span> </td> <td class="NavCenter"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="maestro_command_referenceTOC.htm" xrefformat="{paratext}">Maestro Command Reference Manual</a></span> </td> <td class="NavRight"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="impactselectextendtablerow.html" xrefformat="{paratext}">impactselectextendtablerow</a> ▶</span> </td> </tr> </table> <h1 class="title">impactrepexch</h1> <p>Settings associated with Replica Exchange in Impact </p> <p>Syntax: <b>impactrepexch</b> <i>dorxmd</i>= yes | no <i>nexch</i>= &lt;n&gt; <i>nrepl</i>= &lt;n&gt; <i>reftempid</i>= &lt;n&gt; <i>restart</i>= yes | no <i>restartfile</i>= &lt;text&gt; <i>targettemp</i>= &lt;text&gt; </p> <p>Options:</p> <dl> <dt><i>dorxmd</i> </dt> <br /> <dd>Set the mode to Replica Exchange </dd> <br /> <dd> <table summary=""> <tr align="left"> <td valign="top">Valid values:</td> <td> boolean (true|false; yes|no; y|n; on|off)<br /></td> </tr> <tr align="left"> <td valign="top">Default value: </td> <td valign="top"><b>false</b> <br /> </td> </tr> </table> </dd> <br /> <dt><i>nexch</i> </dt> <br /> <dd>The number of MD steps between Exchanges </dd> <br /> <dd> <table summary=""> <tr align="left"> <td valign="top">Valid values:</td> <td> integers<br /></td> </tr> <tr align="left"> <td valign="top">Default value: </td> <td valign="top"><b>250</b> <br /> </td> </tr> <tr align="left"> <td valign="top">Minimum: </td> <td valign="top">1<br /></td> </tr> </table> </dd> <br /> <dt><i>nrepl</i> </dt> <br /> <dd>The number of Replicas </dd> <br /> <dd> <table summary=""> <tr align="left"> <td valign="top">Valid values:</td> <td> integers<br /></td> </tr> <tr align="left"> <td valign="top">Default value: </td> <td valign="top"><b>2</b> <br /> </td> </tr> <tr align="left"> <td valign="top">Minimum: </td> <td valign="top">2<br /></td> </tr> <tr align="left"> <td valign="top">Minimum: </td> <td valign="top">100<br /></td> </tr> </table> </dd> <br /> <dt><i>reftempid</i> </dt> <br /> <dd>The index of temperature of interest </dd> <br /> <dd> <table summary=""> <tr align="left"> <td valign="top">Valid values:</td> <td> integers<br /></td> </tr> <tr align="left"> <td valign="top">Default value: </td> <td valign="top"><b>1</b> <br /> </td> </tr> <tr align="left"> <td valign="top">Minimum: </td> <td valign="top">1<br /></td> </tr> </table> </dd> <br /> <dt><i>restart</i> </dt> <br /> <dd>Set the mode to restart a previous Replica Exchange job. </dd> <br /> <dd> <table summary=""> <tr align="left"> <td valign="top">Valid values:</td> <td> boolean (true|false; yes|no; y|n; on|off)<br /></td> </tr> <tr align="left"> <td valign="top">Default value: </td> <td valign="top"><b>false</b> <br /> </td> </tr> </table> </dd> <br /> <dt><i>restartfile</i> </dt> <br /> <dd>Restart input file name. </dd> <br /> <dd> <table summary=""> <tr align="left"> <td valign="top">Valid values:</td> <td> text strings<br /></td> </tr> <tr align="left"> <td valign="top">Default value: </td> <td valign="top"><b>&#160;</b> <br /> </td> </tr> </table> </dd> <br /> <dt><i>targettemp</i> </dt> <br /> <dd>List of target temperatures separated by commas </dd> <br /> <dd> <table summary=""> <tr align="left"> <td valign="top">Valid values:</td> <td> text strings<br /></td> </tr> <tr align="left"> <td valign="top">Default value: </td> <td valign="top"><b>300.00, 350.00</b> <br /> </td> </tr> </table> </dd> <br /> </dl> <table class="NavLink" data-mc-conditions="Default.ScreenOnly"> <tr class="NavLink"> <td class="NavLeft"><span class="NavText">◀ <a class="NavLink MCXref xref xrefNavLink" href="impactread.html" xrefformat="{paratext}">impactread</a></span> </td> <td class="NavCenter"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="maestro_command_referenceTOC.htm" xrefformat="{paratext}">Maestro Command Reference Manual</a></span> </td> <td class="NavRight"><span class="NavText"><a class="NavLink MCXref xref xrefNavLink" href="impactselectextendtablerow.html" xrefformat="{paratext}">impactselectextendtablerow</a> ▶</span> </td> </tr> </table> </body> </html>
quest10.html
michaelstarlight/superbibletrivia
<!DOCTYPE html> <!-- Copyright (c) 2012-2014 Adobe Systems Incorporated. All rights reserved. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html> <head> <meta charset="utf-8" /> <meta name="format-detection" content="telephone=no" /> <meta name="msapplication-tap-highlight" content="no" /> <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 --> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" /> <link rel="stylesheet" href="styledark.css" type="text/css" /> <title>Super Bible Trivia - Soal 10</title> </head> <body bgcolor="black"> <p style="color: white;">Soal 10 - Tepat atau tidak?</p> <div id="soal"> <p id="soal"> Semua umat Kristiani harus memegang erat hukum karma. Karena, hukum karma merupakan salah satu hukum yang penting. </p> </div> <div id="buttonC"> <button id="buttonC" onClick="wrong()">Tepat.</button> </div> <div id="buttonD"> <button id="buttonD" onClick="correct()">Tidak tepat.</button> </div> <script type="text/javascript" src="cordova.js"></script> <script type="text/javascript" src="js/index.js"></script> <script type="text/javascript"> app.initialize(); </script> <script> function wrong() { var m = confirm("Yakin dengan jawaban yang dipilih?"); if (m == true) { alert("Maaf, jawabannya salah...\nCoba lagi di lain kesempatan, ya! :)"); navigator.app.exitApp(); } else { } } function correct() { var n = confirm("Yakin dengan jawaban yang dipilih?"); if (n == true) { alert("Anda benar!\n\nDi dalam Kekristenan, tidak ada hukum karma. Yang ada adalah Hukum Tabur-Tuai yang sesuai dengan Firman Tuhan."); alert("Selamat, Anda telah menyelesaikan permainan ini! :D"); window.location = "about.html"; } else { } } </script> </body> </html>
rsc/fonts/bootstrap/glyphicons-halflings-regular.svg.html
mgsolipa/b2evolution_phpxref
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Detail view of glyphicons-halflings-regular.svg</title> <link rel="stylesheet" href="../../../sample.css" type="text/css"> <link rel="stylesheet" href="../../../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../../../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../../../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../../../'; subdir='rsc/fonts/bootstrap'; filename='glyphicons-halflings-regular.svg.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../../../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../../../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../../../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../../../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../../../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../../../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h2 class="details-heading"><a href="./index.html">/rsc/fonts/bootstrap/</a> -> <a href="glyphicons-halflings-regular.svg.source.html">glyphicons-halflings-regular.svg</a> (summary)</h2> <div class="details-summary"> <p class="viewlinks">[<a href="glyphicons-halflings-regular.svg.source.html">Source view</a>] [<a href="javascript:window.print();">Print</a>] [<a href="../../../_stats.html">Project Stats</a>]</p> <p><b>(no description)</b></p> <table> <tr><td align="right">File Size: </td><td>288 lines (109 kb)</td></tr> <tr><td align="right">Included or required:</td><td>0 times</td></tr> <tr><td align="right" valign="top">Referenced: </td><td>0 times</td></tr> <tr><td align="right" valign="top">Includes or requires: </td><td>0 files</td></tr> </table> </div> <br><div class="details-funclist"> </div> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Sat Nov 21 22:13:19 2015</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
myodd/boost/libs/asio/doc/html/boost_asio/reference/local__stream_protocol/protocol.html
FFMG/myoddweb.piger
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>local::stream_protocol::protocol</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../index.html" title="Boost.Asio"> <link rel="up" href="../local__stream_protocol.html" title="local::stream_protocol"> <link rel="prev" href="iostream.html" title="local::stream_protocol::iostream"> <link rel="next" href="socket.html" title="local::stream_protocol::socket"> </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="iostream.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../local__stream_protocol.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="socket.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.local__stream_protocol.protocol"></a><a class="link" href="protocol.html" title="local::stream_protocol::protocol">local::stream_protocol::protocol</a> </h4></div></div></div> <p> <a class="indexterm" name="idm45464977102224"></a> Obtain an identifier for the protocol. </p> <pre class="programlisting"><span class="keyword">int</span> <span class="identifier">protocol</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-2016 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="iostream.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../local__stream_protocol.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="socket.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
wp-admin/css/wp-admin.css
skoral/WP35
/*------------------------------------------------------------------------------ Hello, this is the main WordPress admin CSS file. All the important stuff is in here. TABLE OF CONTENTS: ------------------ 1.0 - Text Elements 2.0 - Forms 3.0 - Actions 4.0 - Notifications 5.0 - TinyMCE 6.0 - Admin Header 6.1 - Screen Options Tabs 6.2 - Help Menu 7.0 - Main Navigation 8.0 - Layout Blocks 9.0 - Dashboard 10.0 - List Posts 10.1 - Inline Editing 11.0 - Write/Edit Post Screen 11.1 - Custom Fields 11.2 - Post Revisions 11.3 - Featured Images 12.0 - Categories 13.0 - Tags 14.0 - Media Screen 14.1 - Media Library 14.2 - Image Editor 15.0 - Comments Screen 16.0 - Themes 16.1 - Custom Header 16.2 - Custom Background 16.3 - Tabbed Admin Screen Interface 17.0 - Plugins 18.0 - Users 19.0 - Tools 20.0 - Settings 21.0 - Admin Footer 22.0 - About Pages 23.0 - Full Overlay w/ Sidebar 24.0 - Customize Loader 25.0 - Misc ------------------------------------------------------------------------*/ /* 2 column liquid layout */ #wpwrap { height: auto; min-height: 100%; width: 100%; position: relative; } #wpcontent { height: 100%; } #wpcontent, #wpfooter { margin-left: 165px; } .folded #wpcontent, .folded #wpfooter { margin-left: 52px; } #wpbody-content { padding-bottom: 65px; float: left; width: 100%; } #adminmenuback, #adminmenuwrap, #adminmenu, #adminmenu .wp-submenu { width: 145px; } #adminmenuback { position: absolute; top: 0; bottom: 0; z-index: -1; } #adminmenu { clear: left; margin: 0; padding: 0; list-style: none; } .folded #adminmenuback, .folded #adminmenuwrap, .folded #adminmenu, .folded #adminmenu li.menu-top { width: 32px; } /* inner 2 column liquid layout */ .inner-sidebar { float: right; clear: right; display: none; width: 281px; position: relative; } .columns-2 .inner-sidebar { margin-right: auto; width: 286px; display: block; } .inner-sidebar #side-sortables, .columns-2 .inner-sidebar #side-sortables { min-height: 300px; width: 280px; padding: 0; } .has-right-sidebar .inner-sidebar { display: block; } .has-right-sidebar #post-body { float: left; clear: left; width: 100%; margin-right: -2000px; } .has-right-sidebar #post-body-content { margin-right: 300px; float: none; width: auto; } /* 2 columns main area */ #col-container, #col-left, #col-right { overflow: hidden; padding: 0; margin: 0; } #col-left { width: 35%; } #col-right { float: right; clear: right; width: 65%; } .col-wrap { padding: 0 7px; } /* utility classes */ .alignleft { float: left; } .alignright { float: right; } .textleft { text-align: left; } .textright { text-align: right; } .clear { clear: both; } /* Hide visually but not from screen readers */ .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible { position: absolute; left: -1000em; top: -1000em; height: 1px; width: 1px; overflow: hidden; } .screen-reader-shortcut { position: absolute; top: -1000em; } .screen-reader-shortcut:focus { left: 6px; top: -21px; height: auto; width: auto; display: block; font-size: 14px; font-weight: bold; padding: 15px 23px 14px; background: #f1f1f1; color: #21759b; border-radius: 3px; z-index: 100000; line-height: normal; -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6); box-shadow: 0 0 2px 2px rgba(0,0,0,.6); text-decoration: none; } .hidden, .js .closed .inside, .js .hide-if-js, .no-js .hide-if-no-js, .js.wp-core-ui .hide-if-js, .js .wp-core-ui .hide-if-js, .no-js.wp-core-ui .hide-if-no-js, .no-js .wp-core-ui .hide-if-no-js { display: none; } /* include margin and padding in the width calculation of input and textarea */ input[type="text"], input[type="password"], input[type="number"], input[type="search"], input[type="email"], input[type="url"], textarea { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; /* ie8 only */ box-sizing: border-box; } input[type="checkbox"], input[type="radio"] { vertical-align: text-top; padding: 0; margin: 1px 0 0; } input[type="search"] { -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration { display: none; } /* general */ html, body { height: 100%; margin: 0; padding: 0; } body { font-family: sans-serif; font-size: 12px; line-height: 1.4em; min-width: 600px; } body.iframe { min-width: 0; } body.login { background: #fbfbfb; min-width: 0; } iframe, img { border: 0; } td, textarea, input, select, button { font-family: inherit; font-size: inherit; font-weight: inherit; } td, textarea { line-height: inherit; } input, select { line-height: 15px; } a, input[type="text"], input[type="password"], input[type="number"], input[type="search"], input[type="email"], input[type="url"], select, textarea, div { outline: 0; } a:focus, a:active { outline: thin dotted; } #adminmenu a:focus, #adminmenu a:active, .screen-reader-text:focus { outline: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } p { margin: 1em 0; } blockquote { margin: 1em; } label { cursor: pointer; } li, dd { margin-bottom: 6px; } textarea, input, select { margin: 1px; padding: 3px; } h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; } h1 { font-size: 2em; margin: .67em 0; } h2 { font-size: 1.5em; margin: .83em 0; } h3 { font-size: 1.17em; margin: 1em 0; } h4 { font-size: 1em; margin: 1.33em 0; } h5 { font-size: 0.83em; margin: 1.67em 0; } h6 { font-size: 0.67em; margin: 2.33em 0; } ul, ol { padding: 0; } ul { list-style: none; } ol { list-style-type: decimal; margin-left: 2em; } ul.ul-disc { list-style: disc outside; } ul.ul-square { list-style: square outside; } ol.ol-decimal { list-style: decimal outside; } ul.ul-disc, ul.ul-square, ol.ol-decimal { margin-left: 1.8em; } ul.ul-disc > li, ul.ul-square > li, ol.ol-decimal > li { margin: 0 0 0.5em; } .code, code { font-family: Consolas, Monaco, monospace; } kbd, code { padding: 1px 3px; margin: 0 1px; font-size: 11px; } .subsubsub { list-style: none; margin: 8px 0 5px; padding: 0; font-size: 12px; float: left; } .subsubsub a { line-height: 2; padding: .2em; text-decoration: none; } .subsubsub a .count, .subsubsub a.current .count { color: #999; font-weight: normal; } .subsubsub a.current { font-weight: bold; border: none; } .subsubsub li { display: inline-block; margin: 0; padding: 0; white-space: nowrap; } .widefat, div.updated, div.error, .wrap .add-new-h2, textarea, input[type="text"], input[type="password"], input[type="file"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], select, .tablenav .tablenav-pages a, .tablenav-pages span.current, #titlediv #title, .postbox, #postcustomstuff table, #postcustomstuff input, #postcustomstuff textarea, .imgedit-menu div, .plugin-update-tr .update-message, #poststuff .inside .the-tagcloud, .login form, #login_error, .login .message, #menu-management .menu-edit, .nav-menus-php .list-container, .menu-item-handle, .link-to-original, .nav-menus-php .major-publishing-actions .form-invalid, .press-this #message, #TB_window, .tbtitle, .highlight, .feature-filter, #widget-list .widget-top, .editwidget .widget-inside { -webkit-border-radius: 3px; border-radius: 3px; border-width: 1px; border-style: solid; } /* .widefat - main style for tables */ .widefat { border-spacing: 0; width: 100%; clear: both; margin: 0; } .widefat * { word-wrap: break-word; } .widefat a { text-decoration: none; } .widefat thead th:first-of-type { -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; } .widefat thead th:last-of-type { -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; } .widefat tfoot th:first-of-type { -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; } .widefat tfoot th:last-of-type { -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } .widefat td, .widefat th { border-width: 1px 0; border-style: solid; } .widefat tfoot th { border-bottom: none; } .widefat .no-items td { border-bottom-width: 0; } .widefat td { font-size: 12px; padding: 4px 7px 2px; vertical-align: top; } .widefat td p, .widefat td ol, .widefat td ul { font-size: 12px; } .widefat th { padding: 7px 7px 8px; text-align: left; line-height: 1.3em; font-size: 14px; } .widefat th input { margin: 0 0 0 8px; padding: 0; vertical-align: text-top; } .widefat .check-column { width: 2.2em; padding: 6px 0 25px; vertical-align: top; } .widefat tbody th.check-column { padding: 9px 0 22px; } .widefat.media .check-column { padding-top: 8px; } .widefat thead .check-column, .widefat tfoot .check-column { padding: 10px 0 0; } .no-js .widefat thead .check-column input, .no-js .widefat tfoot .check-column input { display: none; } .widefat .num, .column-comments, .column-links, .column-posts { text-align: center; } .widefat th#comments { vertical-align: middle; } .wrap { margin: 4px 15px 0 0; } div.updated, div.error { padding: 0 0.6em; margin: 5px 15px 2px; } div.updated p, div.error p { margin: 0.5em 0; padding: 2px; } .wrap div.updated, .wrap div.error, .media-upload-form div.error { margin: 5px 0 15px; } .wrap h2, .subtitle { font-weight: normal; margin: 0; text-shadow: #fff 0 1px 0; } .wrap h2 { font-size: 23px; padding: 9px 15px 4px 0; line-height: 29px; } .subtitle { font-size: 14px; padding-left: 25px; } .wrap .add-new-h2 { font-family: sans-serif; margin-left: 4px; padding: 3px 8px; position: relative; top: -3px; text-decoration: none; font-size: 12px; border: 0 none; } .wrap h2.long-header { padding-right: 0; } html, .wp-dialog { background-color: #fff; } textarea, input[type="text"], input[type="password"], input[type="file"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], select { background-color: #fff; color: #333; } select { color: #000; } select[disabled] { color: #7f7f7f; } select:focus { border-color: #aaa; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, select:focus { -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1); box-shadow: 1px 1px 2px rgba(0,0,0,0.1); } input[readonly] { background-color: #eee; } :-moz-placeholder { color: #a9a9a9; } /*------------------------------------------------------------------------------ 1.0 - Text Styles ------------------------------------------------------------------------------*/ div.sidebar-name h3, #menu-management .nav-tab, #dashboard_plugins h5, a.rsswidget, #dashboard_right_now td.b, #dashboard-widgets h4, .tool-box .title, #poststuff h3, .metabox-holder h3, .pressthis a, #your-profile legend, .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title, .tablenav .displaying-num, .widefat th, .quicktags, .search { font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; } h2 .nav-tab, .wrap h2, .subtitle, .login form .input { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; } .quicktags, .search { font-size: 12px; } .icon32 { float: left; height: 34px; margin: 7px 8px 0 0; width: 36px; } .icon16 { height: 18px; width: 18px; padding: 6px 6px; margin: -6px 0 0 -8px; float: left; } .key-labels label { line-height: 24px; } .pre { /* https://developer.mozilla.org/en-US/docs/CSS/white-space */ white-space: pre-wrap; /* css-3 */ word-wrap: break-word; /* IE 5.5 - 7 */ } .howto { font-style: italic; display: block; font-family: sans-serif; } p.install-help { margin: 8px 0; font-style: italic; } .no-break { white-space: nowrap; } /*------------------------------------------------------------------------------ 2.0 - Forms ------------------------------------------------------------------------------*/ .wp-admin select { padding: 2px; height: 2em; } .wp-admin select[multiple] { height: auto; } .submit { padding: 1.5em 0; margin: 5px 0; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } form p.submit a.cancel:hover { text-decoration: none; } #minor-publishing-actions input, #major-publishing-actions input, #minor-publishing-actions .preview { text-align: center; } textarea.all-options, input.all-options { width: 250px; } input.large-text, textarea.large-text { width: 99%; } input.regular-text, #adduser .form-field input { width: 25em; } input.small-text { width: 50px; } input[type="number"].small-text { width: 60px; } #doaction, #doaction2, #post-query-submit { margin: 1px 8px 0 0; } .tablenav #changeit, .tablenav #delete_all, .tablenav #clear-recent-list { margin-top: 1px; } .tablenav .actions select { float: left; margin-right: 6px; max-width: 200px; } .ie8 .tablenav .actions select { width: 155px; } .ie8 .tablenav .actions select#cat { width: 200px; } #timezone_string option { margin-left: 1em; } label, #your-profile label + a { vertical-align: middle; } #misc-publishing-actions label { vertical-align: baseline; } #pass-strength-result { border-style: solid; border-width: 1px; float: left; margin: 13px 5px 5px 1px; padding: 3px 5px; text-align: center; width: 200px; display: none; } .indicator-hint { padding-top: 8px; } p.search-box { float: right; margin: 0; } .search-box input[name="s"], #search-plugins input[name="s"], .tagsdiv .newtag { float: left; height: 2em; margin: 0 4px 0 0; } input[type="text"].ui-autocomplete-loading { background: transparent url('../images/loading.gif') no-repeat right center; visibility: visible; } ul#add-to-blog-users { margin: 0 0 0 14px; } .ui-autocomplete-input.open { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .ui-autocomplete { padding: 0; margin: 0; list-style: none; position: absolute; z-index: 10000; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-width: 1px; border-style: solid; } .ui-autocomplete li { margin-bottom: 0; white-space: nowrap; text-align: left; } .ui-autocomplete li a { display: block; height: 100%; padding: 4px 10px; } .ui-autocomplete li a.ui-state-focus { cursor: pointer; } /*------------------------------------------------------------------------------ 3.0 - Actions ------------------------------------------------------------------------------*/ #major-publishing-actions { padding: 10px 10px 8px; clear: both; border-top: 1px solid #f5f5f5; margin-top: -2px; } #delete-action { line-height: 25px; vertical-align: middle; text-align: left; float: left; } #publishing-action { text-align: right; float: right; line-height: 23px; } #publishing-action .spinner { float: left; } #misc-publishing-actions { padding: 6px 0 0; } .misc-pub-section { padding: 6px 10px 8px; border-width: 1px 0; border-style: solid; } .misc-pub-section:first-child { border-top-width: 0; } .misc-pub-section-last { border-bottom-width: 0; } #minor-publishing-actions { padding: 10px 10px 2px 8px; text-align: right; } #minor-publishing { border-bottom-width: 1px; border-bottom-style: solid; -webkit-box-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff; } #save-post { float: left; } .preview { float: right; } #sticky-span { margin-left: 18px; } .side-info { margin: 0; padding: 4px; font-size: 11px; } .side-info h5 { padding-bottom: 7px; font-size: 14px; margin: 12px 2px 5px; border-bottom-width: 1px; border-bottom-style: solid; } .side-info ul { margin: 0; padding-left: 18px; list-style: square; } .approve, .unapproved .unapprove { display: none; } .unapproved .approve, .spam .approve, .trash .approve { display: inline; } td.action-links, th.action-links { text-align: right; } /*------------------------------------------------------------------------------ 4.0 - Notifications ------------------------------------------------------------------------------*/ #update-nag, .update-nag { line-height: 19px; padding: 5px 0; font-size: 12px; text-align: center; margin: -1px 15px 0 5px; border-width: 1px; border-style: solid; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .plugins .plugin-update { padding: 0; } .plugin-update .update-message { margin: 0 10px 8px 31px; font-weight: bold; } ul#dismissed-updates { display: none; } form.upgrade { margin-top: 8px; } form.upgrade .hint { font-style: italic; font-size: 85%; margin: -0.5em 0 2em 0; } #ajax-loading, .ajax-loading, .ajax-feedback, .imgedit-wait-spin, .list-ajax-loading { /* deprecated */ visibility: hidden; } #ajax-response.alignleft { margin-left: 2em; } /*------------------------------------------------------------------------------ 6.0 - Admin Header ------------------------------------------------------------------------------*/ #adminmenu a, #sidemenu a, #taglist a, #catlist a { text-decoration: none; } /*------------------------------------------------------------------------------ 6.1 - Screen Options Tabs ------------------------------------------------------------------------------*/ #screen-options-wrap, #contextual-help-wrap { margin: 0; padding: 8px 20px 12px; position: relative; } #contextual-help-wrap { overflow: auto; } #screen-meta .screen-reader-text { visibility: hidden; } #screen-meta-links { margin: 0 24px 0 0; } #screen-meta-links a:focus { -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4); box-shadow: 1px 1px 1px rgba(0,0,0,0.4); outline: none; } /* screen options and help tabs revert */ #screen-meta { display: none; position: relative; margin: 0 15px 0 5px; border-width: 0 1px 1px; border-style: none solid solid; } #screen-options-link-wrap, #contextual-help-link-wrap { float: right; height: 23px; padding: 0; margin: 0 0 0 6px; font-family: sans-serif; } #screen-options-link-wrap, #contextual-help-link-wrap, #screen-meta { -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } #screen-meta-links .screen-meta-toggle { position: relative; top: -1px; } #screen-meta-links a.show-settings { text-decoration: none; z-index: 1; padding: 1px 16px 0 6px; height: 22px; line-height: 22px; font-size: 12px; display: block; text-shadow: rgba(255,255,255,0.7) 0 1px 0; } #screen-meta-links a.show-settings:hover { text-decoration: none; } /* end screen options and help tabs */ .toggle-arrow { background-repeat: no-repeat; background-position: top left; background-color: transparent; height: 22px; line-height: 22px; display: block; } .toggle-arrow-active { background-position: bottom left; } #screen-options-wrap h5, #contextual-help-wrap h5 { margin: 8px 0; font-size: 13px; } .metabox-prefs label { display: inline-block; padding-right: 15px; white-space: nowrap; line-height: 30px; } .metabox-prefs label input { margin: 0 5px 0 2px; } .metabox-prefs .columns-prefs label input { margin: 0 2px; } .metabox-prefs label a { display: none; } /*------------------------------------------------------------------------------ 6.2 - Help Menu ------------------------------------------------------------------------------*/ #contextual-help-wrap { padding: 0; margin-left: -4px; } #contextual-help-columns { position: relative; } #contextual-help-back { position: absolute; top: 0; bottom: 0; left: 150px; right: 170px; border-width: 0 1px; border-style: solid; } #contextual-help-wrap.no-sidebar #contextual-help-back { right: 0; border-right-width: 0; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; } .contextual-help-tabs { float: left; width: 150px; margin: 0; } .contextual-help-tabs ul { margin: 1em 0; } .contextual-help-tabs li { margin-bottom: 0; list-style-type: none; border-style: solid; border-width: 1px 0; border-color: transparent; } .contextual-help-tabs a { display: block; padding: 5px 5px 5px 12px; line-height: 18px; text-decoration: none; } .contextual-help-tabs .active { padding: 0; margin: 0 -1px 0 0; border-width: 1px 0 1px 1px; border-style: solid; } .contextual-help-tabs-wrap { padding: 0 20px; overflow: auto; } .help-tab-content { display: none; margin: 0 22px 12px 0; line-height: 1.6em; } .help-tab-content.active { display: block; } .help-tab-content li { list-style-type: disc; margin-left: 18px; } .contextual-help-sidebar { width: 150px; float: right; padding: 0 8px 0 12px; overflow: auto; } /*------------------------------------------------------------------------------ 7.0 - Main Navigation (Left Menu) ------------------------------------------------------------------------------*/ #adminmenuback, #adminmenuwrap { border-width: 0 1px 0 0; border-style: solid; } #adminmenuwrap { position: relative; float: left; } #adminmenushadow { position: absolute; top: 0; right: 0; bottom: 0; width: 6px; z-index: 20; } /* side admin menu */ #adminmenu * { -webkit-user-select: none; -moz-user-select: none; user-select: none; } #adminmenu li { margin: 0; padding: 0; cursor: pointer; } #adminmenu a { display: block; line-height: 18px; padding: 2px 5px; } #adminmenu li.menu-top { min-height: 28px; position: relative; } #adminmenu .wp-submenu { list-style: none; padding: 4px 0; margin: 0; position: absolute; top: -1000em; left: 146px; z-index: 1000; overflow: visible; border-width: 1px; border-style: solid; -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .js #adminmenu .sub-open, .js #adminmenu .opensub .wp-submenu, #adminmenu a.menu-top:focus + .wp-submenu, .no-js li.wp-has-submenu:hover .wp-submenu { top: -1px; } #adminmenu .wp-has-current-submenu .wp-submenu, .no-js li.wp-has-current-submenu:hover .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, #adminmenu .wp-has-current-submenu.opensub .wp-submenu { position: relative; z-index: 2; top: auto; left: auto; right: auto; bottom: auto; border: 0 none; -webkit-box-shadow: none; box-shadow: none; } .folded #adminmenu .wp-submenu.sub-open, .folded #adminmenu .opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, .folded #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu a.menu-top:focus + .wp-submenu, .folded #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu, .no-js.folded #adminmenu .wp-has-submenu:hover .wp-submenu { top: -1px; left: 32px; } .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu { border-width: 1px; border-style: solid; position: absolute; top: -1000em; } #adminmenu .wp-submenu a { font-size: 12px; line-height: 18px; margin: 0; padding-left: 12px; } #adminmenu .wp-not-current-submenu li > a { padding-left: 16px; } #adminmenu .wp-has-current-submenu ul > li > a, .folded #adminmenu li.menu-top .wp-submenu > li > a { padding-left: 12px; } #adminmenu a.menu-top, #adminmenu .wp-submenu-head { font-size: 13px; font-weight: bold; line-height: 18px; padding: 0; } #adminmenu .wp-submenu-head, .folded #adminmenu .wp-menu-name { display: none; } .folded #adminmenu .wp-submenu-head { display: block; } #adminmenu .wp-submenu li { padding: 0; margin: 0; overflow: hidden; } #adminmenu a.menu-top { border-width: 1px 0; border-style: solid none; } #adminmenu .wp-menu-image img { padding: 7px 0 0 7px; opacity: 0.6; filter: alpha(opacity=60); } #adminmenu div.wp-menu-name { padding: 5px; } #adminmenu div.wp-menu-image { float: left; width: 28px; height: 28px; } .folded #adminmenu div.wp-menu-image { width: 32px; position: absolute; z-index: 25; } .folded #adminmenu a.menu-top { height: 28px; } .wp-menu-arrow { z-index: 25; position: absolute; right: 100%; margin: 0; height: 30px; width: 6px; -moz-transform: translate( 146px ); -webkit-transform: translate( 146px ); -o-transform: translate( 146px ); -ms-transform: translate( 146px ); transform: translate( 146px ); } #adminmenu .wp-menu-arrow div { display: none; position: absolute; top: 7px; left: -1px; width: 14px; height: 15px; -moz-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 ); -webkit-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 ); -o-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 ); -ms-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 ); transform: matrix( -0.6, 1, 0.6, 1, 0, 0 ); } #adminmenu li.wp-not-current-submenu .wp-menu-arrow { -moz-transform: translate( 145px ); -webkit-transform: translate( 145px ); -o-transform: translate( 145px ); -ms-transform: translate( 145px ); transform: translate( 145px ); height: 28px; border-width: 1px 0; border-style: solid; top: 0; } .folded #adminmenu li .wp-menu-arrow { -moz-transform: translate( 32px ); -webkit-transform: translate( 32px ); -o-transform: translate( 32px ); -ms-transform: translate( 32px ); transform: translate( 32px ); } #adminmenu li.current .wp-menu-arrow, #adminmenu li.wp-has-current-submenu .wp-menu-arrow, #adminmenu li.wp-has-current-submenu .wp-menu-arrow div, #adminmenu li.wp-has-submenu .wp-menu-arrow div, #adminmenu li.current .wp-menu-arrow div, .no-js #adminmenu li.wp-has-submenu:hover .wp-menu-arrow, #adminmenu li.wp-has-submenu.opensub .wp-menu-arrow, #adminmenu a.wp-has-submenu:focus .wp-menu-arrow, #adminmenu a:hover .wp-menu-arrow { display: block; } #adminmenu li.current .wp-menu-arrow, #adminmenu li.wp-menu-open .wp-menu-arrow { top: 0; } .no-js #adminmenu li.wp-has-submenu:hover .wp-menu-arrow, #adminmenu li.wp-has-submenu.opensub .wp-menu-arrow, #adminmenu a.wp-has-submenu:focus .wp-menu-arrow { z-index: 1001; } .ie8 #adminmenu li.menu-top:hover .wp-menu-arrow { display: none; } #adminmenu .wp-not-current-submenu .wp-menu-arrow div { width: 15px; top: 6px; border-width: 0 0 1px 1px; border-style: solid; } .wp-menu-arrow, .folded #adminmenu li .wp-menu-arrow div, .no-js #adminmenu li.wp-not-current-submenu:hover .wp-menu-arrow { display: none; } .folded #adminmenu li.current .wp-menu-arrow, .folded #adminmenu li.current .wp-menu-arrow div, .folded #adminmenu li.wp-has-current-submenu .wp-menu-arrow div, .folded #adminmenu li.wp-menu-open .wp-menu-arrow, .folded #adminmenu li a:focus .wp-menu-arrow { display: block; } #adminmenu li.menu-top:hover .wp-menu-image img, #adminmenu li.wp-has-current-submenu .wp-menu-image img { opacity: 1; filter: alpha(opacity=100); } #adminmenu li.wp-menu-separator { height: 3px; padding: 0; margin: 0; border-width: 1px 0; border-style: solid; cursor: inherit; } #adminmenu div.separator { height: 1px; padding: 0; border-width: 1px 0 0 0; border-style: solid; } #adminmenu .wp-submenu .wp-submenu-head { padding: 5px 4px 5px 10px; margin: -4px -1px 4px; border-width: 1px 0; border-style: solid; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; } #adminmenu li.wp-menu-open { border-width: 0 0 1px; border-style: solid; } #adminmenu li.current, .folded #adminmenu li.wp-menu-open { border: 0 none; } .folded #adminmenu li.wp-has-current-submenu { margin-bottom: 1px; } .folded #adminmenu .wp-has-current-submenu.menu-top-last { margin-bottom: 0; } #adminmenu .awaiting-mod, #adminmenu span.update-plugins, #sidemenu li a span.update-plugins { position: absolute; font-family: sans-serif; font-size: 9px; line-height: 17px; font-weight: bold; margin-top: 1px; margin-left: 7px; -webkit-border-radius: 10px; border-radius: 10px; z-index: 26; } #adminmenu li .awaiting-mod span, #adminmenu li span.update-plugins span, #sidemenu li a span.update-plugins span { display: block; padding: 0 6px; } #adminmenu li span.count-0, #sidemenu li a .count-0 { display: none; } #collapse-menu { font-size: 12px; line-height: 34px; border-width: 1px 0 0; border-style: solid; } .folded #collapse-menu span { display: none; } #collapse-button, #collapse-button div { width: 15px; height: 15px; } #collapse-button { float: left; margin: 8px 6px; border-width: 1px; border-style: solid; -webkit-border-radius: 10px; border-radius: 10px; } /* Auto-folding of the admin menu */ @media only screen and (max-width: 900px) { .auto-fold #wpcontent, .auto-fold #wpfooter { margin-left: 52px; } .auto-fold #adminmenuback, .auto-fold #adminmenuwrap, .auto-fold #adminmenu, .auto-fold #adminmenu li.menu-top { width: 32px; } .auto-fold #adminmenu .wp-submenu.sub-open, .auto-fold #adminmenu .opensub .wp-submenu, .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, .auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .auto-fold #adminmenu a.menu-top:focus + .wp-submenu, .auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu { top: -1px; left: 32px; } .auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu, .auto-fold #adminmenu .wp-has-current-submenu .wp-submenu { border-width: 1px; border-style: solid; position: absolute; top: -1000em; } .auto-fold #adminmenu li.menu-top .wp-submenu > li > a { padding-left: 12px; } .auto-fold #adminmenu .wp-menu-name { display: none; } .auto-fold #adminmenu .wp-submenu-head { display: block; } .auto-fold #adminmenu div.wp-menu-image { width: 32px; position: absolute; z-index: 25; } .auto-fold #adminmenu a.menu-top { height: 28px; } .auto-fold #adminmenu li .wp-menu-arrow { -moz-transform: translate( 32px ); -webkit-transform: translate( 32px ); -o-transform: translate( 32px ); -ms-transform: translate( 32px ); transform: translate( 32px ); } .auto-fold #adminmenu li .wp-menu-arrow div { display: none; } .auto-fold #adminmenu li.current .wp-menu-arrow, .auto-fold #adminmenu li.current .wp-menu-arrow div, .auto-fold #adminmenu li.wp-has-current-submenu .wp-menu-arrow div, .auto-fold #adminmenu li.wp-menu-open .wp-menu-arrow, .auto-fold #adminmenu li a:focus .wp-menu-arrow { display: block; } .auto-fold #adminmenu li.wp-menu-open { border: 0 none; } .auto-fold #adminmenu li.wp-has-current-submenu { margin-bottom: 1px; } .auto-fold #adminmenu .wp-has-current-submenu.menu-top-last { margin-bottom: 0; } .auto-fold #collapse-menu span { display: none; } } /* List table styles */ .post-com-count-wrapper { min-width: 22px; font-family: sans-serif; } .post-com-count { background-image: url('../images/bubble_bg.gif'); height: 1.3em; line-height: 1.1em; display: block; text-decoration: none; padding: 0 0 6px; cursor: pointer; background-position: center -80px; background-repeat: no-repeat; } .post-com-count span { font-size: 11px; font-weight: bold; height: 1.4em; line-height: 1.4em; min-width: 0.7em; padding: 0 6px; display: inline-block; -webkit-border-radius: 5px; border-radius: 5px; } strong .post-com-count { background-position: center -55px; } .post-com-count:hover { background-position: center -3px; } .column-response .post-com-count { float: left; margin-right: 5px; text-align: center; } .response-links { float: left; } #the-comment-list .attachment-80x60 { padding: 4px 8px; } th .comment-grey-bubble { background-image: url('../images/comment-grey-bubble.png'); background-repeat: no-repeat; height: 12px; width: 12px; } /*------------------------------------------------------------------------------ 8.0 - Layout Blocks ------------------------------------------------------------------------------*/ html.wp-toolbar { padding-top: 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .narrow { width: 70%; margin-bottom: 40px; } .narrow p { line-height: 150%; } .widefat th, .widefat td { overflow: hidden; } .widefat th { font-weight: normal; } .widefat td p { margin: 2px 0 0.8em; } .widefat .column-comment p { margin: 0.6em 0; } /* Screens with postboxes */ .postbox-container { float: left; } #dashboard-widgets.columns-1 .postbox-container { width: 100%; } #dashboard-widgets.columns-2 .postbox-container { width: 49.5%; } #dashboard-widgets.columns-2 #postbox-container-2, #dashboard-widgets.columns-2 #postbox-container-3, #dashboard-widgets.columns-2 #postbox-container-4 { float: right; width: 50.5%; } #dashboard-widgets.columns-3 .postbox-container { width: 33.5%; } #dashboard-widgets.columns-3 #postbox-container-1 { width: 33%; } #dashboard-widgets.columns-3 #postbox-container-3, #dashboard-widgets.columns-3 #postbox-container-4 { float: right; } #dashboard-widgets.columns-4 .postbox-container { width: 25%; } .postbox-container .meta-box-sortables { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } .metabox-holder .postbox-container .empty-container { border: 3px dashed #CCCCCC; height: 250px; } .metabox-holder.columns-1 .postbox-container .empty-container, .columns-2 #postbox-container-3 .empty-container, .columns-2 #postbox-container-4 .empty-container, .columns-3 #postbox-container-4 .empty-container { border: 0 none; height: 0; min-height: 0; } #poststuff { padding-top: 10px; } #poststuff #post-body { padding: 0; } #post-body-content { width: 100%; float: left; } #poststuff .postbox-container { width: 100%; } #poststuff #post-body.columns-2 { margin-right: 300px; } #post-body.columns-2 #postbox-container-1 { float: right; margin-right: -300px; width: 280px; } #post-body.columns-2 #side-sortables { min-height: 250px; } /* one column on the dash */ @media only screen and (max-width: 799px) { #wpbody-content #dashboard-widgets .postbox-container { width: 100%; } #wpbody-content .metabox-holder .postbox-container .empty-container { border: 0 none; height: 0; min-height: 0; } } /* two columns on the dash, but keep the setting if one is selected */ @media only screen and (min-width: 800px) and (max-width: 1200px) { #wpbody-content #dashboard-widgets .postbox-container { width: 49.5%; } #wpbody-content #dashboard-widgets #postbox-container-2, #wpbody-content #dashboard-widgets #postbox-container-3, #wpbody-content #dashboard-widgets #postbox-container-4 { float: right; width: 50.5%; } #dashboard-widgets #postbox-container-3 .empty-container, #dashboard-widgets #postbox-container-4 .empty-container { border: 0 none; height: 0; min-height: 0; } #wpbody #wpbody-content #dashboard-widgets.columns-1 .postbox-container { width: 100%; } #wpbody #wpbody-content .metabox-holder.columns-1 .postbox-container .empty-container { border: 0 none; height: 0; min-height: 0; } /* show the radio buttons for column prefs only for one or two columns */ .index-php .screen-layout, .index-php .columns-prefs { display: block; } .columns-prefs .columns-prefs-3, .columns-prefs .columns-prefs-4 { display: none; } } /* one column on the post write/edit screen */ @media only screen and (max-width: 850px) { #wpbody-content #poststuff #post-body { margin: 0; } #wpbody-content #post-body.columns-2 #postbox-container-1 { margin-right: 0; width: 100%; } #poststuff #postbox-container-1 .empty-container, #poststuff #postbox-container-1 #side-sortables:empty { border: 0 none; height: 0; min-height: 0; } #poststuff #post-body.columns-2 #side-sortables { min-height: 0; } /* hide the radio buttons for column prefs */ .screen-layout, .columns-prefs { display: none; } } .postbox .hndle { -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .js .postbox .hndle { cursor: move; } .postbox.closed .hndle { -webkit-border-radius: 3px; border-radius: 3px; } .hndle a { font-size: 11px; font-weight: normal; } .postbox .handlediv { float: right; width: 27px; height: 30px; } .js .postbox .handlediv { cursor: pointer; } .sortable-placeholder { border-width: 1px; border-style: dashed; margin-bottom: 20px; } .widget, .postbox, .stuffbox { margin-bottom: 20px; padding: 0; border-width: 1px; border-style: solid; line-height: 1; } .widget .widget-top, .postbox h3, .stuffbox h3 { margin-top: 1px; border-bottom-width: 1px; border-bottom-style: solid; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .js .widget .widget-top, .js .postbox h3 { cursor: move; } .postbox .inside, .stuffbox .inside { padding: 0 12px 0 10px; line-height: 1.4em; } .postbox .inside { margin: 10px 0; position: relative; } .postbox.closed h3 { border: none; -webkit-box-shadow: none; box-shadow: none; } .postbox table.form-table { margin-bottom: 0; } .temp-border { border: 1px dotted #ccc; } .columns-prefs label { padding: 0 5px; } /*------------------------------------------------------------------------------ 9.0 - Dashboard ------------------------------------------------------------------------------*/ #dashboard-widgets-wrap { margin: 0 -8px; } #wpbody-content .metabox-holder { padding-top: 10px; } #dashboard-widgets .meta-box-sortables { margin: 0 8px; } #dashboard_recent_comments div.undo { border-top-style: solid; border-top-width: 1px; margin: 0 -10px; padding: 3px 8px; font-size: 11px; } #the-comment-list td.comment p.comment-author { margin-top: 0; margin-left: 0; } #the-comment-list p.comment-author img { float: left; margin-right: 8px; } #the-comment-list p.comment-author strong a { border: none; } #the-comment-list td { vertical-align: top; } #the-comment-list td.comment { word-wrap: break-word; } /* Welcome Panel */ .welcome-panel { position: relative; overflow: auto; margin: 20px 0; padding: 23px 10px 12px; border-width: 1px; border-style: solid; border-radius: 3px; font-size: 13px; line-height: 2.1em; } .welcome-panel h3 { margin: 0; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; font-size: 21px; font-weight: normal; line-height: 1.2; } .welcome-panel h4 { margin: 1.33em 0 0; font-size: 13px; } .welcome-panel .about-description { font-size: 16px; margin: 0; } .welcome-panel .welcome-panel-close { position: absolute; top: 5px; right: 10px; padding: 8px 3px; font-size: 13px; text-decoration: none; line-height: 1; } .welcome-panel .welcome-panel-close:before { content: ' '; position: absolute; left: -12px; width: 10px; height: 100%; background: url('../images/xit.gif') 0 17% no-repeat; } .welcome-panel .welcome-panel-close:hover:before { background-position: 100% 17%; } .wp-core-ui .welcome-panel .button.button-hero { margin: 15px 0 3px; } .welcome-panel-content { margin-left: 13px; max-width: 1500px; } .welcome-panel .welcome-panel-column-container { clear: both; overflow: hidden; position: relative; } .welcome-panel .welcome-panel-column { width: 32%; min-width: 200px; float: left; } .ie8 .welcome-panel .welcome-panel-column { min-width: 230px; } .welcome-panel .welcome-panel-column:first-child { width: 36%; } .welcome-panel-column p { margin-top: 7px; } .welcome-panel .welcome-icon { display: block; padding: 2px 0 8px 32px; background-image: url('../images/welcome-icons.png'); background-repeat: no-repeat; background-size: 16px; } .welcome-panel .welcome-add-page { background-position: 0 2px; } .welcome-panel .welcome-edit-page { background-position: 0 -90px; } .welcome-panel .welcome-learn-more { background-position: 0 -136px; } .welcome-panel .welcome-comments { background-position: 0 -182px; } .welcome-panel .welcome-view-site { background-position: 0 -274px; } .welcome-panel .welcome-widgets-menus { background-position: 1px -229px; line-height: 14px; } .welcome-panel .welcome-write-blog { background-position: 0 -44px; } .welcome-panel .welcome-panel-column ul { margin: 0.8em 1em 1em 0; } .welcome-panel .welcome-panel-column li { line-height: 16px; list-style-type: none; } @media screen and (max-width: 870px) { .welcome-panel .welcome-panel-column, .welcome-panel .welcome-panel-column:first-child { display: block; float: none; width: 100%; } .welcome-panel .welcome-panel-column li { display: inline-block; margin-right: 13px; } .welcome-panel .welcome-panel-column ul { margin: 0.4em 0 0; } .welcome-panel .welcome-icon { padding-left: 25px; } } /*------------------------------------------------------------------------------ 10.0 - List Posts (/Pages/etc) ------------------------------------------------------------------------------*/ table.fixed { table-layout: fixed; } .fixed .column-rating, .fixed .column-visible { width: 8%; } .fixed .column-date, .fixed .column-parent, .fixed .column-links { width: 10%; } .fixed .column-response, .fixed .column-author, .fixed .column-categories, .fixed .column-tags, .fixed .column-rel, .fixed .column-role { width: 15%; } .fixed .column-comments { width: 4em; padding: 8px 0; text-align: left; } .fixed .column-comments .vers { padding-left: 3px; } .fixed .column-comments a { float: left; } .fixed .column-slug { width: 25%; } .fixed .column-posts { width: 10%; } .fixed .column-icon { width: 80px; } #comments-form .fixed .column-author { width: 20%; } #commentsdiv.postbox .inside { margin: 0; padding: 0; } #commentsdiv .inside .row-actions { line-height:18px; } #commentsdiv .inside .column-author { width: 25%; } #commentsdiv .column-comment p { margin: 0.6em 0; padding: 0; } #commentsdiv #replyrow td { padding: 0; } #commentsdiv p { padding: 8px 10px; margin: 0; } #commentsdiv #add-new-comment { border-width: 0 0 1px; border-style: none none solid; } #commentsdiv .comments-box { border: 0 none; } #commentsdiv .comments-box thead th { background: transparent; padding: 0 7px 4px; font-style: italic; } #commentsdiv .comments-box tr:last-child td { border-bottom: 0 none; } #commentsdiv .spinner { padding-left: 5px; } .sorting-indicator { display: none; width: 7px; height: 4px; margin-top: 8px; margin-left: 7px; background-image: url('../images/sort.gif'); background-repeat: no-repeat; } .fixed .column-comments .sorting-indicator { margin-top: 3px; } .widefat th.sortable, .widefat th.sorted { padding: 0; } th.sortable a, th.sorted a { display: block; overflow: hidden; padding: 7px 7px 8px; } .fixed .column-comments.sortable a, .fixed .column-comments.sorted a { padding: 8px 0; } th.sortable a span, th.sorted a span { float: left; cursor: pointer; } th.sorted.asc .sorting-indicator, th.desc:hover span.sorting-indicator { display: block; background-position: 0 0; } th.sorted.desc .sorting-indicator, th.asc:hover span.sorting-indicator { display: block; background-position: -7px 0; } /* Bulk Actions */ .tablenav-pages a { border-bottom-style: solid; border-bottom-width: 2px; font-weight: bold; margin-right: 1px; padding: 0 2px; } .tablenav-pages .current-page { text-align: center; } .tablenav-pages .next-page { margin-left: 2px; } .tablenav a.button-secondary { display: block; margin: 3px 8px 0 0; } .tablenav { clear: both; height: 30px; margin: 6px 0 4px; vertical-align: middle; } .tablenav.themes { max-width: 98%; } .tablenav .tablenav-pages { float: right; display: block; cursor: default; height: 30px; line-height: 30px; font-size: 12px; } .tablenav .no-pages, .tablenav .one-page .pagination-links { display: none; } .tablenav .tablenav-pages a, .tablenav-pages span.current { text-decoration: none; padding: 3px 6px; } .tablenav .tablenav-pages a.disabled:hover , .tablenav .tablenav-pages a.disabled:active { cursor: default; } .tablenav .displaying-num { margin-right: 10px; font-size: 12px; font-style: italic; } .tablenav .actions { overflow: hidden; padding: 2px 8px 0 0; } .tablenav .delete { margin-right: 20px; } .view-switch { float: right; margin: 6px 8px 0; } .view-switch a { text-decoration: none; } .filter { float: left; margin: -5px 0 0 10px; } .filter .subsubsub { margin-left: -10px; margin-top: 13px; } .screen-per-page { width: 4em; } #posts-filter fieldset { float: left; margin: 0 1.5ex 1em 0; padding: 0; } #posts-filter fieldset legend { padding: 0 0 .2em 1px; } span.post-state-format { font-weight: normal; } /*------------------------------------------------------------------------------ 10.1 - Inline Editing ------------------------------------------------------------------------------*/ /* .quick-edit* is for Quick Edit .bulk-edit* is for Bulk Edit .inline-edit* is for everything */ /* Layout */ #wpbody-content .inline-edit-row fieldset { font-size: 12px; float: left; margin: 0; padding: 0; width: 100%; } tr.inline-edit-row td, #wpbody-content .inline-edit-row fieldset .inline-edit-col { padding: 0 0.5em; } #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col { border-width: 0 0 0 1px; border-style: none none none solid; } #wpbody-content .quick-edit-row-post .inline-edit-col-left { width: 40%; } #wpbody-content .quick-edit-row-post .inline-edit-col-right { width: 39%; } #wpbody-content .inline-edit-row-post .inline-edit-col-center { width: 20%; } #wpbody-content .quick-edit-row-page .inline-edit-col-left { width: 50%; } #wpbody-content .quick-edit-row-page .inline-edit-col-right, #wpbody-content .bulk-edit-row-post .inline-edit-col-right { width: 49%; } #wpbody-content .bulk-edit-row .inline-edit-col-left { width: 30%; } #wpbody-content .bulk-edit-row-page .inline-edit-col-right { width: 69%; } #wpbody-content .bulk-edit-row .inline-edit-col-bottom { float: right; width: 69%; } #wpbody-content .inline-edit-row-page .inline-edit-col-right { margin-top: 27px; } .inline-edit-row fieldset .inline-edit-group { clear: both; } .inline-edit-row fieldset .inline-edit-group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .inline-edit-row p.submit { clear: both; padding: 0.5em; margin: 0.5em 0 0; } .inline-edit-row span.error { line-height: 22px; margin: 0 15px; padding: 3px 5px; } /* Positioning */ .inline-edit-row h4 { margin: .2em 0; padding: 0; line-height: 23px; } .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title { margin: 0; padding: 0; line-height: 27px; } .inline-edit-row fieldset label, .inline-edit-row fieldset span.inline-edit-categories-label { display: block; margin: .2em 0; } .inline-edit-row fieldset label.inline-edit-tags { margin-top: 0; } .inline-edit-row fieldset label.inline-edit-tags span.title { margin: .2em 0; } .inline-edit-row fieldset label span.title { display: block; float: left; width: 5em; } .inline-edit-row fieldset label span.input-text-wrap { display: block; margin-left: 5em; } .quick-edit-row-post fieldset.inline-edit-col-right label span.title { width: auto; padding-right: 0.5em; } .inline-edit-row .input-text-wrap input[type=text] { width: 100%; } .inline-edit-row fieldset label input[type=checkbox] { vertical-align: text-bottom; } .inline-edit-row fieldset label textarea { width: 100%; height: 4em; } #wpbody-content .bulk-edit-row fieldset .inline-edit-group label { max-width: 50%; } #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child { margin-right: 0.5em } .inline-edit-col-right .input-text-wrap input.inline-edit-menu-order-input { width: 6em; } .inline-edit-save .spinner { padding: 4px 10px 0; vertical-align: top; float: right; } /* Styling */ .inline-edit-row h4 { text-transform: uppercase; } .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title { font-style: italic; line-height: 1.8em; } /* Specific Elements */ .inline-edit-row fieldset input[type="text"], .inline-edit-row fieldset textarea { border-style: solid; border-width: 1px; } .inline-edit-row fieldset .inline-edit-date { float: left; } .inline-edit-row fieldset input[name=jj], .inline-edit-row fieldset input[name=hh], .inline-edit-row fieldset input[name=mn] { font-size: 12px; width: 2.1em; } .inline-edit-row fieldset input[name=aa] { font-size: 12px; width: 3.5em; } .inline-edit-row fieldset label input.inline-edit-password-input { width: 8em; } .inline-edit-row .catshow, .inline-edit-row .cathide { cursor: pointer; } ul.cat-checklist { height: 12em; border-style: solid; border-width: 1px; overflow-y: scroll; padding: 0 5px; margin: 0; } #bulk-titles { display: block; height: 12em; border-style: solid; border-width: 1px; overflow-y: scroll; padding: 0 5px; margin: 0 0 5px; } .inline-edit-row fieldset ul.cat-checklist li, .inline-edit-row fieldset ul.cat-checklist input { margin: 0; } .inline-edit-row fieldset ul.cat-checklist label, .inline-edit-row .catshow, .inline-edit-row .cathide, .inline-edit-row #bulk-titles div { font-family: sans-serif; font-style: normal; font-size: 11px; } table .inline-edit-row fieldset ul.cat-hover { height: auto; max-height: 30em; overflow-y: auto; position: absolute; } .inline-edit-row fieldset label input.inline-edit-menu-order-input { width: 3em; } .inline-edit-row fieldset label input.inline-edit-slug-input { width: 75%; } .quick-edit-row-post fieldset label.inline-edit-status { float: left; } #bulk-titles { line-height: 140%; } #bulk-titles div { margin: 0.2em 0.3em; } #bulk-titles div a { cursor: pointer; display: block; float: left; height: 10px; margin: 3px 3px 0 -2px; overflow: hidden; position: relative; text-indent: -9999px; width: 10px; } /*------------------------------------------------------------------------------ 11.0 - Write/Edit Post Screen ------------------------------------------------------------------------------*/ #show-comments { overflow: hidden; } #save-action .spinner, #show-comments a, #show-comments .spinner { float: left; } #titlediv { position: relative; margin-bottom: 10px; } #titlediv label { cursor: text; } #titlediv div.inside { margin: 0; } #poststuff #titlewrap { border: 0; padding: 0; } #titlediv #title { padding: 3px 8px; font-size: 1.7em; line-height: 100%; width: 100%; outline: none; } #titlediv #title-prompt-text, #wp-fullscreen-title-prompt-text { color: #bbb; position: absolute; font-size: 1.7em; padding: 8px 10px; } #wp-fullscreen-save .fs-saved { color: #999; float: right; margin-top: 4px; } #wp-fullscreen-title-prompt-text { padding: 11px; } #poststuff .inside-submitbox, #side-sortables .inside-submitbox { margin: 0 3px; font-size: 11px; } input#link_description, input#link_url { width: 98%; } #pending { background: 0 none; border: 0 none; padding: 0; font-size: 11px; margin-top: -1px; } #edit-slug-box { line-height: 23px; min-height: 23px; margin-top: 5px; padding: 0 10px; } #edit-slug-box .cancel { margin-right: 10px; font-size: 11px; } #editable-post-name-full { display: none; } #editable-post-name input { width: 16em; } .postarea h3 label { float: left; } .submitbox .submit { text-align: left; padding: 12px 10px 10px; font-size: 11px; } .submitbox .submitdelete { text-decoration: none; padding: 1px 2px; } .submitbox .submitdelete, .submitbox .submit a:hover { border-bottom-width: 1px; border-bottom-style: solid; } .submitbox .submit input { margin-bottom: 8px; margin-right: 4px; padding: 6px; } .inside-submitbox #post_status { margin: 2px 0 2px -2px; } #post-status-select, #post-format { line-height: 2.5em; margin-top: 3px; } /* Post Screen */ #post-body #normal-sortables { min-height: 50px; } .postbox { position: relative; min-width: 255px; } #trackback_url { width: 99%; } #normal-sortables .postbox .submit { background: transparent none; border: 0 none; float: right; padding: 0 12px; margin:0; } .category-add input[type="text"], .category-add select { width: 100%; max-width: 260px; } .press-this #side-sortables .category-tabs li, ul.category-tabs li, #side-sortables .add-menu-item-tabs li, .wp-tab-bar li { display: inline; line-height: 1.35em; } .no-js .category-tabs li.hide-if-no-js { display: none; } .category-tabs a, #side-sortables .add-menu-item-tabs a, .wp-tab-bar a { text-decoration: none; } .category-tabs { margin: 8px 0 3px; } #category-adder h4 { margin: 10px 0; } #side-sortables .add-menu-item-tabs, .wp-tab-bar { margin-bottom: 3px; } #normal-sortables .postbox #replyrow .submit { float: none; margin: 0; padding: 0 7px 5px; } #side-sortables .submitbox .submit input, #side-sortables .submitbox .submit .preview, #side-sortables .submitbox .submit a.preview:hover { border: 0 none; } #side-sortables .inside-submitbox .insidebox, .stuffbox .insidebox { margin: 11px 0; } ul.category-tabs, ul.add-menu-item-tabs, ul.wp-tab-bar { margin-top: 12px; } ul.category-tabs li { border-style: solid; border-width: 1px; position: relative; } ul.add-menu-item-tabs li.tabs, .wp-tab-active { border-style: solid solid none; border-width: 1px 1px 0; } #post-body .add-menu-item-tabs li.tabs { border-style: solid none solid solid; border-width: 1px 0 1px 1px; margin-right: -1px; } ul.category-tabs li, ul.add-menu-item-tabs li, ul.wp-tab-bar li { padding: 3px 5px 5px; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; } /* positioning etc. */ form#tags-filter { position: relative; } /* Edit posts */ td.post-title strong, td.plugin-title strong { display: block; margin-bottom: .2em; } td.post-title p, td.plugin-title p { margin: 6px 0; } /* Global classes */ .wp-hidden-children .wp-hidden-child, .ui-tabs-hide { display: none; } .commentlist .avatar { vertical-align: text-top; } #post-body .tagsdiv #newtag { margin-right: 5px; width: 16em; } #side-sortables input#post_password { width: 94% } #side-sortables .tagsdiv #newtag { width: 68%; } #post-status-info { border-width: 0 1px 1px; border-style: none solid solid; width: 100%; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } #post-status-info td { font-size: 12px; } .autosave-info { padding: 2px 15px; text-align: right; } #editorcontent #post-status-info { border: none; } #post-body .wp_themeSkin .mceStatusbar a.mceResize { display: block; background: transparent url('../images/resize.gif') no-repeat scroll right bottom; width: 12px; cursor: se-resize; margin: 0 1px; position: relative; top: -2px; } #post-body .postarea .wp_themeSkin .mceStatusbar a.mceResize { top: 20px; } #content-resize-handle { background: transparent url('../images/resize.gif') no-repeat scroll right bottom; width: 12px; cursor: se-resize; position: absolute; right: 2px; height: 19px; } .press-this #content-resize-handle { bottom: 2px; } .tmce-active #content-resize-handle { display: none; } #wp-word-count { display: block; padding: 2px 10px; } #timestampdiv select { height: 20px; line-height: 14px; padding: 0; vertical-align: top; } #aa, #jj, #hh, #mn { padding: 1px; font-size: 12px; } #jj, #hh, #mn { width: 2em; } #aa { width: 3.4em; } .curtime #timestamp { background-repeat: no-repeat; background-position: left center; padding: 2px 0 1px 20px; } #timestampdiv { padding-top: 5px; line-height: 23px; } #timestampdiv p { margin: 8px 0 6px; } #timestampdiv input { border-width: 1px; border-style: solid; } /*------------------------------------------------------------------------------ 11.1 - Custom Fields ------------------------------------------------------------------------------*/ #postcustomstuff thead th { padding: 5px 8px 8px; } #postcustom #postcustomstuff .submit { border: 0 none; float: none; padding: 0 8px 8px; } #side-sortables #postcustom #postcustomstuff .submit { margin: 0; padding: 0; } #side-sortables #postcustom #postcustomstuff #the-list textarea { height: 85px; } #side-sortables #postcustom #postcustomstuff td.left input, #side-sortables #postcustom #postcustomstuff td.left select, #side-sortables #postcustomstuff #newmetaleft a { margin: 3px 3px 0; } #postcustomstuff table { margin: 0; width: 100%; border-width: 1px; border-style: solid; border-spacing: 0; } #postcustomstuff tr { vertical-align: top; } #postcustomstuff table input, #postcustomstuff table select, #postcustomstuff table textarea { width: 96%; margin: 8px; } #side-sortables #postcustomstuff table input, #side-sortables #postcustomstuff table select, #side-sortables #postcustomstuff table textarea { margin: 3px; } #postcustomstuff th.left, #postcustomstuff td.left { width: 38%; } #postcustomstuff .submit input { margin: 0; width: auto; } #postcustomstuff #newmetaleft a { display: inline-block; margin: 0 8px 8px; text-decoration: none; } .no-js #postcustomstuff #enternew { display: none; } .compat-attachment-fields th { padding-top: 5px; padding-right: 10px; } /*------------------------------------------------------------------------------ 11.2 - Post Revisions ------------------------------------------------------------------------------*/ table.diff { width: 100%; } table.diff col.content { width: 50%; } table.diff tr { background-color: transparent; } table.diff td, table.diff th { padding: .5em; font-family: Consolas, Monaco, monospace; border: none; } table.diff .diff-deletedline del, table.diff .diff-addedline ins { text-decoration: none; } /*------------------------------------------------------------------------------ 11.3 - Featured Images ------------------------------------------------------------------------------*/ #select-featured-image { padding: 4px 0; overflow: hidden; } #select-featured-image img { max-width: 100%; height: auto; margin-bottom: 10px; } #select-featured-image a { float: left; clear: both; } #select-featured-image .remove { display: none; margin-top: 10px; } .js #select-featured-image.has-featured-image .remove { display: inline-block; } .no-js #select-featured-image .choose { display: none; } /*------------------------------------------------------------------------------ 12.0 - Categories ------------------------------------------------------------------------------*/ .category-adder { margin-left: 120px; padding: 4px 0; } .category-adder h4 { margin: 0 0 8px; } #side-sortables .category-adder { margin: 0; } #post-body ul.add-menu-item-tabs { float: left; width: 120px; text-align: right; /* Negative margin for the sake of those without JS: all tabs display */ margin: 0 -120px 0 5px; padding: 0; } #post-body ul.add-menu-item-tabs li { padding: 8px; } #post-body ul.add-menu-item-tabs li.tabs { -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .wp-tab-panel, .categorydiv div.tabs-panel, .customlinkdiv div.tabs-panel, .posttypediv div.tabs-panel, .taxonomydiv div.tabs-panel { min-height: 42px; max-height: 200px; overflow: auto; padding: 0 0.9em; border-style: solid; border-width: 1px; } div.tabs-panel-active { display:block; } div.tabs-panel-inactive { display:none; } .customlinkdiv ul, .posttypediv ul, .taxonomydiv ul { list-style: none; padding: 0; margin: 0; } #front-page-warning, #front-static-pages ul, ul.export-filters, .inline-editor ul.cat-checklist ul, .categorydiv ul.categorychecklist ul, .customlinkdiv ul.categorychecklist ul, .posttypediv ul.categorychecklist ul, .taxonomydiv ul.categorychecklist ul { margin-left: 18px; } ul.categorychecklist li { margin: 0; padding: 0; line-height: 19px; word-wrap: break-word; } .categorydiv .tabs-panel, .customlinkdiv .tabs-panel, .posttypediv .tabs-panel, .taxonomydiv .tabs-panel { border-width: 3px; border-style: solid; } .form-wrap p, .form-wrap label { font-size: 11px; } .form-wrap label { display: block; padding: 2px; font-size: 12px; } .form-field input, .form-field textarea { border-style: solid; border-width: 1px; width: 95%; } p.description, .form-wrap p { margin: 2px 0 5px; } p.help, p.description, span.description, .form-wrap p { font-size: 12px; font-style: italic; font-family: sans-serif; } .form-wrap .form-field { margin: 0 0 10px; padding: 8px 0; } .col-wrap h3 { margin: 12px 0; font-size: 1.1em; } .col-wrap p.submit { margin-top: -10px; } /*------------------------------------------------------------------------------ 13.0 - Tags ------------------------------------------------------------------------------*/ #poststuff .taghint { color: #aaa; margin: 15px 0 -24px 12px; } #poststuff .tagsdiv .howto { margin: 0 0 6px 8px; } .ajaxtag .newtag { position: relative; } .tagsdiv .newtag { width: 180px; } .tagsdiv .the-tags { display: block; height: 60px; margin: 0 auto; overflow: auto; width: 260px; } #post-body-content .tagsdiv .the-tags { margin: 0 5px; } p.popular-tags { -webkit-border-radius: 8px; border-radius: 8px; border-width: 1px; border-style: solid; line-height: 2em; max-width: 1000px; padding: 8px 12px 12px; text-align: justify; } p.popular-tags a { padding: 0 3px; } .tagcloud { width: 97%; margin: 0 0 40px; text-align: justify; } .tagcloud h3 { margin: 2px 0 12px; } .ac_results { padding: 0; margin: 0; list-style: none; position: absolute; z-index: 10000; display: none; border-width: 1px; border-style: solid; } .ac_results li { padding: 2px 5px; white-space: nowrap; text-align: left; } .ac_over { cursor: pointer; } .ac_match { text-decoration: underline; } /* links tables */ table.links-table { width: 100%; } .links-table th { font-weight: normal; text-align: left; vertical-align: top; min-width: 80px; width: 20%; word-wrap: break-word; } .links-table th, .links-table td { padding: 5px 0; } .links-table td label { margin-right: 8px; } .links-table td input[type="text"], .links-table td textarea { width: 100%; } .links-table #link_rel { max-width: 280px; } /*------------------------------------------------------------------------------ 14.0 - Media Screen ------------------------------------------------------------------------------*/ .media-item .describe { border-collapse: collapse; width: 100%; border-top-style: solid; border-top-width: 1px; clear: both; cursor: default; } .media-item.media-blank .describe { border: 0; } .media-item .describe th { vertical-align: top; text-align: left; padding: 5px 10px 10px; width: 140px; } .media-item .describe .align th { padding-top: 0; } .media-item .media-item-info tr { background-color: transparent; } .media-item .describe td { padding: 0 8px 8px 0; vertical-align: top; } .media-item thead.media-item-info td { padding: 4px 10px 0; } .media-item .media-item-info .A1B1 { padding: 0 0 0 10px; } .media-item td.savesend { padding-bottom: 15px; } .media-item .thumbnail { max-height: 128px; max-width: 128px; } #wpbody-content #async-upload-wrap a { display: none; } .media-upload-form { margin-top: 20px; } .media-upload-form td label { margin-right: 6px; margin-left: 2px; } .media-upload-form .align .field label { display: inline; padding: 0 0 0 23px; margin: 0 1em 0 3px; font-weight: bold; } .media-upload-form tr.image-size label { margin: 0 0 0 5px; font-weight: bold; } .media-upload-form th.label label { font-weight: bold; margin: 0.5em; font-size: 13px; } .media-upload-form th.label label span { padding: 0 5px; } abbr.required { border: medium none; text-decoration: none; } .media-item .describe input[type="text"], .media-item .describe textarea { width: 460px; } .media-item .describe p.help { margin: 0; padding: 0 0 0 5px; } .media-item .edit-attachment, .describe-toggle-on, .describe-toggle-off { display: block; line-height: 36px; float: right; margin-right: 15px; } .media-item .describe-toggle-off, .media-item.open .describe-toggle-on { display: none; } .media-item.open .describe-toggle-off { display: block; } #media-items .media-item { border-style: solid; border-width: 1px; min-height: 36px; position: relative; margin-top: -1px; width: 100%; } #media-items { width: 623px; } .media-new-php #media-items { margin: 1em 0; } #media-items:empty { border: 0 none; } .media-item .filename { line-height: 36px; overflow: hidden; padding: 0 10px; } .media-item .error-div { padding-left: 10px; } .media-item .pinkynail { float: left; margin: 2px 2px 0; max-width: 40px; max-height: 32px; } .media-item .startopen, .media-item .startclosed { display: none; } .media-item .original { position: relative; height: 34px; } .media-item .progress { float: right; height: 22px; margin: 6px 10px 0 0; width: 200px; line-height: 2em; padding: 0; overflow: hidden; margin-bottom: 2px; border: 1px solid #d1d1d1; background: #f7f7f7; background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f7f7f7)); background-image: -webkit-linear-gradient(bottom, #fff, #f7f7f7); background-image: -moz-linear-gradient(bottom, #fff, #f7f7f7); background-image: -o-linear-gradient(bottom, #fff, #f7f7f7); background-image: linear-gradient(to top, #fff, #f7f7f7); -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1); box-shadow: inset 0 0 3px rgba(0,0,0,0.1); } .media-item .bar { z-index: 9; width: 0; height: 100%; margin-top: -24px; background-color: #8cc1e9; background-image: -webkit-gradient(linear, left bottom, left top, from(#72a7cf), to(#8cc1e9)); background-image: -webkit-linear-gradient(bottom, #72a7cf, #8cc1e9); background-image: -moz-linear-gradient(bottom, #72a7cf, #8cc1e9); background-image: -o-linear-gradient(bottom, #72a7cf, #8cc1e9); background-image: linear-gradient(to top, #72a7cf, #8cc1e9); -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3); box-shadow: 0 0 3px rgba(0,0,0,0.3); } .media-item .progress .percent { z-index: 10; position: relative; width: 200px; padding: 0 8px; text-shadow: 0 1px 0 rgba(255,255,255,0.4); color: rgba(0,0,0,0.6); } .upload-php .fixed .column-parent { width: 15%; } .js .html-uploader #plupload-upload-ui { display: none; } .js .html-uploader #html-upload-ui { display: block; } .media-upload-form .media-item.error { margin: 0; padding: 0; } .media-upload-form .media-item.error p, .media-item .error-div { line-height: 16px; margin: 5px 10px; padding: 0; } .media-item .error-div a.dismiss { display: block; float: right; margin: 5px 4px 0 15px; } /*------------------------------------------------------------------------------ 14.1 - Media Library ------------------------------------------------------------------------------*/ .find-box { width: 600px; height: 300px; overflow: hidden; padding: 33px 0 51px; position: absolute; z-index: 1000; } .find-box-head { cursor: move; font-weight: bold; height: 2em; line-height: 2em; padding: 1px 12px; position: absolute; top: 5px; width: 100%; } .find-box-inside { overflow: auto; padding: 6px; height: 100%; } .find-box-search { overflow: hidden; padding: 9px; position: relative; } .find-box-search .spinner { float: none; left: 125px; position: absolute; top: 9px; } #find-posts-input { float: left; width: 140px; height: 24px; } #find-posts-search { float: left; margin: 1px 4px 0 3px; } #find-posts-response { margin: 8px 0; padding: 0 1px 6px; } #find-posts-response table { width: 100%; } #find-posts-response .found-radio { padding: 3px 0 0 8px; width: 15px; } .find-box-buttons { padding: 8px; overflow: hidden; } .find-box #resize-se { position: absolute; right: 1px; bottom: 1px; } .ui-find-overlay { position: absolute; top: 0; left: 0; background-color: #000; opacity: 0.6; filter: alpha(opacity=60); } ul#dismissed-updates { display: none; } form.upgrade { margin-top: 8px; } form.upgrade .hint { font-style: italic; font-size: 85%; margin: -0.5em 0 2em 0; } #poststuff .inside .the-tagcloud { margin: 5px 0 10px; padding: 8px; border-width: 1px; border-style: solid; line-height: 1.8em; word-spacing: 3px; -webkit-border-radius: 6px; border-radius: 6px; } .drag-drop #drag-drop-area { border: 4px dashed #DDDDDD; height: 200px; } .drag-drop .drag-drop-inside { margin: 70px auto 0; width: 250px; } .drag-drop-inside p { color: #aaa; font-size: 14px; margin: 5px 0; display: none; } .drag-drop .drag-drop-inside p { text-align: center; } .drag-drop-inside p.drag-drop-info { font-size: 20px; } .drag-drop .drag-drop-inside p, .drag-drop-inside p.drag-drop-buttons { display: block; } /* #drag-drop-area:-moz-drag-over { border-color: #83b4d8; } borger color while dragging a file over the uploader drop area */ .drag-drop.drag-over #drag-drop-area { border-color: #83b4d8; } #plupload-upload-ui { position: relative; } /*------------------------------------------------------------------------------ 14.2 - Image Editor ------------------------------------------------------------------------------*/ .describe .image-editor { vertical-align: top; } .imgedit-wrap { position: relative; } .imgedit-settings p { margin: 8px 0; } .describe .imgedit-wrap table td, .wp_attachment_holder .imgedit-wrap table td { vertical-align: top; padding-top: 0; } .imgedit-wrap p, .describe .imgedit-wrap table td { font-size: 11px; line-height: 18px; } .describe .imgedit-wrap table td.imgedit-settings { padding: 0 5px; } td.imgedit-settings input { vertical-align: middle; } .imgedit-wait { position: absolute; top: 0; background: #fff url(../images/wpspin_light.gif) no-repeat scroll 22px 10px; background-size: 16px 16px; opacity: 0.7; filter: alpha(opacity=70); width: 100%; height: 500px; display: none; } .spinner { background: url(../images/wpspin_light.gif) no-repeat; background-size: 16px 16px; display: none; float: right; opacity: 0.7; filter: alpha(opacity=70); width: 16px; height: 16px; margin: 5px 5px 0; } .no-float { float: none; } .media-disabled, .imgedit-settings .disabled { color: grey; } .wp_attachment_image, .A1B1 { overflow: hidden; } .wp_attachment_image .button, .A1B1 .button { float: left; } .no-js .wp_attachment_image .button { display: none; } .wp_attachment_image .spinner, .A1B1 .spinner { float: left; padding: 0 4px 4px; vertical-align: bottom; } .imgedit-menu { margin: 0 0 12px; min-width: 300px; } .imgedit-menu div { float: left; width: 32px; height: 32px; } .imgedit-crop-wrap { position: relative; } .imgedit-crop { background: transparent url('../images/imgedit-icons.png') no-repeat scroll -9px -31px; margin: 0 8px 0 0; } .imgedit-crop.disabled:hover { background-position: -9px -31px; } .imgedit-crop:hover { background-position: -9px -1px; } .imgedit-rleft { background: transparent url('../images/imgedit-icons.png') no-repeat scroll -46px -31px; margin: 0 3px; } .imgedit-rleft.disabled:hover { background-position: -46px -31px; } .imgedit-rleft:hover { background-position: -46px -1px; } .imgedit-rright { background: transparent url('../images/imgedit-icons.png') no-repeat scroll -77px -31px; margin: 0 8px 0 3px; } .imgedit-rright.disabled:hover { background-position: -77px -31px; } .imgedit-rright:hover { background-position: -77px -1px; } .imgedit-flipv { background: transparent url('../images/imgedit-icons.png') no-repeat scroll -115px -31px; margin: 0 3px; } .imgedit-flipv.disabled:hover { background-position: -115px -31px; } .imgedit-flipv:hover { background-position: -115px -1px; } .imgedit-fliph { background: transparent url('../images/imgedit-icons.png') no-repeat scroll -147px -31px; margin: 0 8px 0 3px; } .imgedit-fliph.disabled:hover { background-position: -147px -31px; } .imgedit-fliph:hover { background-position: -147px -1px; } .imgedit-undo { background: transparent url('../images/imgedit-icons.png') no-repeat scroll -184px -31px; margin: 0 3px; } .imgedit-undo.disabled:hover { background-position: -184px -31px; } .imgedit-undo:hover { background-position: -184px -1px; } .imgedit-redo { background: transparent url('../images/imgedit-icons.png') no-repeat scroll -215px -31px; margin: 0 8px 0 3px; } .imgedit-redo.disabled:hover { background-position: -215px -31px; } .imgedit-redo:hover { background-position: -215px -1px; } .imgedit-applyto img { margin: 0 8px 0 0; } .imgedit-group-top { margin: 5px 0; } .imgedit-applyto .imgedit-label { padding: 2px 0 0; display: block; } .imgedit-help { display: none; font-style: italic; margin-bottom: 8px; } .imgedit-help ul li { font-size: 11px; } a.imgedit-help-toggle { text-decoration: none; } #wpbody-content .imgedit-response div { width: 600px; margin: 8px; } .form-table td.imgedit-response { padding: 0; } .imgedit-submit { margin: 8px 0; } .imgedit-submit-btn { margin-left: 20px; } .imgedit-wrap .nowrap { white-space: nowrap; } span.imgedit-scale-warn { color: red; font-size: 20px; font-style: normal; visibility: hidden; vertical-align: middle; } .imgedit-group { border-width: 1px; border-style: solid; -webkit-border-radius: 8px; border-radius: 8px; margin-bottom: 8px; padding: 2px 10px; } /*------------------------------------------------------------------------------ 15.0 - Comments Screen ------------------------------------------------------------------------------*/ .form-table { border-collapse: collapse; margin-top: 0.5em; width: 100%; margin-bottom: -8px; clear: both; } .form-table td { margin-bottom: 9px; padding: 8px 10px; line-height: 20px; font-size: 12px; } .form-table th, .form-wrap label { font-weight: normal; text-shadow: #fff 0 1px 0; } .form-table th { vertical-align: top; text-align: left; padding: 10px; width: 200px; } .form-table th.th-full { width: auto; } .form-table div.color-option { display: block; clear: both; margin-top: 12px; } .form-table input.tog { margin-top: 2px; margin-right: 2px; float: left; } .form-table td p { margin-top: 4px; } .form-table table.color-palette { vertical-align: bottom; float: left; margin: -12px 3px 11px; } .form-table .color-palette td { border-width: 1px 1px 0; border-style: solid solid none; height: 10px; line-height: 20px; width: 10px; } .commentlist li { padding: 1em 1em .2em; margin: 0; border-bottom-width: 1px; border-bottom-style: solid; } .commentlist li li { border-bottom: 0; padding: 0; } .commentlist p { padding: 0; margin: 0 0 .8em; } /* reply to comments */ #replyrow input { border-width: 1px; border-style: solid; } #replyrow td { padding: 2px; } #replysubmit { margin: 0; padding: 0 5px 3px; text-align: center; } #replysubmit .spinner { padding: 2px 0 0; vertical-align: top; float: right; } #replysubmit .button { margin-right: 5px; } #replysubmit .error { color: red; line-height: 21px; text-align: center; } #replyrow h5 { margin: .2em 0 0; padding: 0 5px; line-height: 1.4em; font-size: 1em; } #edithead .inside { float: left; padding: 3px 0 2px 5px; margin: 0; text-align: center; } #edithead .inside input { width: 180px; } #edithead label { padding: 2px 0; } #replycontainer { padding: 5px; } #replycontent { height: 120px; -webkit-box-shadow: none; box-shadow: none; } .comment-php .wp-editor-area { height: 200px; } .comment-ays { margin-bottom: 0; border-style: solid; border-width: 1px; } .comment-ays th { border-right-style: solid; border-right-width: 1px; } .trash-undo-inside, .spam-undo-inside { margin: 1px 8px 1px 0; line-height: 16px; } .spam-undo-inside .avatar, .trash-undo-inside .avatar { height: 20px; width: 20px; margin-right: 8px; vertical-align: middle; } .stuffbox .editcomment { clear: none; } #comment-status-radio p { margin: 3px 0 5px; } #comment-status-radio input { margin: 2px 3px 5px 0; vertical-align: middle; } #comment-status-radio label { padding: 5px 0; } .commentlist .avatar { vertical-align: text-top; } /*------------------------------------------------------------------------------ 16.0 - Themes ------------------------------------------------------------------------------*/ .theme-install-php .tablenav { height: auto; } .theme-install-php .spinner { margin-top: 9px; } h3.available-themes { margin: 0 0 1em; float: left; } .available-theme { display: inline-block; margin-right: 10px; overflow: hidden; padding: 20px 20px 20px 0; vertical-align: top; width: 300px; } .available-theme .screenshot { width: 300px; height: 225px; display: block; border-width: 1px; border-style: solid; margin-bottom: 10px; overflow: hidden; } .available-theme img { width: 300px; } .available-theme h3 { margin: 15px 0 0; } .available-theme .theme-author { line-height: 18px; } .available-theme .action-links { margin-top: 10px; overflow: hidden; } .available-theme a.screenshot:focus { border-color: #777; } #current-theme .theme-info li, .theme-options li, .available-theme .action-links li { float: left; padding-right: 10px; margin-right: 10px; border-right: 1px solid #dfdfdf; } .available-theme .action-links li { padding-right: 8px; margin-right: 8px; } .ie8 .available-theme .action-links li { padding-right: 7px; margin-right: 7px; } #current-theme .theme-info li:last-child, .theme-options li:last-child, .available-theme .action-links li:last-child { padding-right: 0; margin-right: 0; border-right: 0; } .available-theme .action-links .delete-theme { float: right; margin-left: 8px; margin-right: 0; } .available-theme .action-links .delete-theme a { color: red; padding: 2px; } .available-theme .action-links .delete-theme a:hover { background: red; color: #fff; text-decoration: none; } .available-theme .action-links p { float: left; } #current-theme { margin: 20px 0 10px; padding: 0 0 20px; border-bottom-width: 1px; border-bottom-style: solid; overflow: hidden; } #current-theme.has-screenshot { padding-left: 330px; } #current-theme h3 { margin: 0; font-size: 12px; font-weight: normal; color: #999; } #current-theme h4 { margin: 3px 0 16px; font-size: 20px; } #current-theme h4 span { margin-left: 20px; font-size: 12px; font-weight: normal; } #current-theme a { border-bottom: none; } #current-theme .theme-info { margin: 1em 0; overflow: hidden; } #current-theme .theme-description { margin-top: 5px; max-width: 600px; line-height: 1.6em; } #current-theme img { float: left; width: 300px; margin-left: -330px; border-width: 1px; border-style: solid; } .theme-options { overflow: hidden; font-size: 14px; padding-bottom: 10px; } .theme-options .load-customize { margin-right: 30px; float: left; } .theme-options span { float: left; margin-right: 10px; text-transform: uppercase; font-size: 11px; line-height: 18px; color: #999; } .theme-options ul { float: left; margin: 0; } /* Allow for three-up on 1024px wide screens, e.g. tablets */ @media only screen and (max-width: 1200px) { .available-theme, .available-theme .screenshot, #current-theme img { width: 240px; } .available-theme .screenshot { height: 180px; } .available-theme img { width: 100%; } #current-theme.has-screenshot { padding-left: 270px; } #current-theme img { margin-left: -270px; } } #post-body ul.add-menu-item-tabs li.tabs a, #TB_window #TB_title a.tb-theme-preview-link, #TB_window #TB_title a.tb-theme-preview-link:visited { font-weight: bold; text-decoration: none; } #TB_window #TB_title { background-color: #222; color: #cfcfcf; } #broken-themes { text-align: left; width: 50%; border-spacing: 3px; padding: 3px; } .theme-install-php h4 { margin: 2.5em 0 8px; } /*------------------------------------------------------------------------------ 16.1 - Custom Header Screen ------------------------------------------------------------------------------*/ .appearance_page_custom-header #headimg { border: 1px solid #DFDFDF; overflow: hidden; width: 100%; } .appearance_page_custom-header #upload-form p label { font-size: 12px; } .appearance_page_custom-header .available-headers .default-header { float: left; margin: 0 20px 20px 0; } .appearance_page_custom-header .random-header { clear: both; margin: 0 20px 20px 0; vertical-align: middle; } .appearance_page_custom-header .available-headers label input, .appearance_page_custom-header .random-header label input { margin-right: 10px; } .appearance_page_custom-header .available-headers label img { vertical-align: middle; } /*------------------------------------------------------------------------------ 16.2 - Custom Background Screen ------------------------------------------------------------------------------*/ div#custom-background-image { min-height: 100px; border: 1px solid #dfdfdf; } div#custom-background-image img { max-width: 400px; max-height: 300px; } /*------------------------------------------------------------------------------ 16.3 - Tabbed Admin Screen Interface (Experimental) ------------------------------------------------------------------------------*/ .nav-tab { border-style: solid; border-width: 1px 1px 0; color: #aaa; text-shadow: #fff 0 1px 0; font-size: 12px; line-height: 16px; display: inline-block; padding: 4px 14px 6px; text-decoration: none; margin: 0 6px -1px 0; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .nav-tab-active { border-width: 1px; color: #464646; } h2.nav-tab-wrapper, h3.nav-tab-wrapper { border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 0; } h2 .nav-tab { padding: 4px 10px 6px; font-weight: 200; font-size: 20px; line-height: 24px; } /*------------------------------------------------------------------------------ 17.0 - Plugins ------------------------------------------------------------------------------*/ #dashboard_right_now .versions .b, #post-status-display, #post-visibility-display, #adminmenu .wp-submenu li.current, #adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a:hover, .media-item .percent, .plugins .name, #pass-strength-result.strong, #pass-strength-result.short, #ed_reply_toolbar #ed_reply_strong, .item-controls .item-order a, .feature-filter .feature-name { font-weight: bold; } .plugins p { margin: 0 4px; padding: 0; } .plugins .desc p { margin: 0 0 8px; } .plugins td.desc { line-height: 1.5em; } .plugins .desc ul, .plugins .desc ol { margin: 0 0 0 2em; } .plugins .desc ul { list-style-type: disc; } .plugins .row-actions-visible { padding: 0; } .plugins tbody th.check-column { padding: 7px 0; } .plugins .inactive td, .plugins .inactive th, .plugins .active td, .plugins .active th { border-top-style: solid; border-top-width: 1px; padding: 5px 7px 0; } .plugins .update th, .plugins .update td { border-bottom: 0; } .plugin-update-tr td { border-top: 0; } #wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title { padding-right: 12px; white-space:nowrap; } .plugins .second, .plugins .row-actions-visible { padding: 0 0 5px; } .plugins .update .second, .plugins .update .row-actions-visible { padding-bottom: 0; } .plugins-php .widefat tfoot th, .plugins-php .widefat tfoot td { border-top-style: solid; border-top-width: 1px; } .plugin-update-tr .update-message { margin: 5px; padding: 3px 5px; } .plugin-install-php h4 { margin: 2.5em 0 8px; } /*------------------------------------------------------------------------------ 18.0 - Users ------------------------------------------------------------------------------*/ #profile-page .form-table textarea { width: 500px; margin-bottom: 6px; } #profile-page .form-table #rich_editing { margin-right: 5px } #your-profile legend { font-size: 22px; } #your-profile #rich_editing { border: none; } #display_name { width: 15em; } #createuser .form-field input { width: 25em; } /*------------------------------------------------------------------------------ 19.0 - Tools ------------------------------------------------------------------------------*/ .pressthis { margin: 20px 0; } .pressthis a, .pressthis a:hover, .pressthis a:focus, .pressthis a:active { display: inline-block; position: relative; cursor: move; color: #333; background: #e6e6e6; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #e6e6e6), color-stop(77%, #d8d8d8)); background-image: -webkit-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); background-image: -moz-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); background-image: -o-linear-gradient(bottom, #e6e6e6 7%, #d8d8d8 77%); background-image: linear-gradient(to top, #e6e6e6 7%, #d8d8d8 77%); -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #b4b4b4; font-style: normal; line-height: 16px; font-size: 14px; text-decoration: none; text-shadow: 0 1px 0px #fff; } .pressthis a:active { outline: none; } .pressthis a:hover:after { -webkit-transform: skew(20deg) rotate(9deg); -moz-transform: skew(20deg) rotate(9deg); transform: skew(20deg) rotate(9deg); -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); } .pressthis a span { background: url(../images/press-this.png?v=20120502) no-repeat 0px 5px; background-size: 24px 20px; padding: 8px 11px 8px 27px; margin: 0 5px; display: inline-block; } .pressthis a:after { content: ''; width: 70%; height: 55%; z-index: -1; position: absolute; right: 10px; bottom: 9px; background: transparent; -webkit-transform: skew(20deg) rotate(6deg); -moz-transform: skew(20deg) rotate(6deg); transform: skew(20deg) rotate(6deg); -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); } /*------------------------------------------------------------------------------ 20.0 - Settings ------------------------------------------------------------------------------*/ #utc-time, #local-time { padding-left: 25px; font-style: italic; font-family: sans-serif; } .defaultavatarpicker .avatar { margin: 2px 0; vertical-align: middle; } .options-general-php .spinner { float: none; margin: -3px 3px; } /*------------------------------------------------------------------------------ 21.0 - Admin Footer ------------------------------------------------------------------------------*/ #wpfooter { position: absolute; bottom: 0; left: 0; right: 0; padding: 10px 0; margin-right: 20px; border-top-width: 1px; border-top-style: solid; } #wpfooter p { margin: 0; line-height: 20px; } #wpfooter a { text-decoration: none; } #wpfooter a:hover { text-decoration: underline; } /*------------------------------------------------------------------------------ 22.0 - About Pages ------------------------------------------------------------------------------*/ .about-wrap { position: relative; margin: 25px 40px 0 20px; max-width: 1050px; /* readability */ font-size: 15px; } .about-wrap div.updated, .about-wrap div.error { display: none !important; } /* Typography */ .about-wrap p { line-height: 1.6em; } .about-wrap h1 { margin: 0.2em 200px 0 0; line-height: 1.2em; font-size: 2.8em; font-weight: 200; } .about-text, .about-description, .about-wrap li.wp-person a.web { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; font-weight: normal; line-height: 1.6em; font-size: 20px; } .about-description { margin-top: 1.4em; } .about-text { margin: 1em 200px 1.4em 0; min-height: 60px; font-size: 24px; } .about-wrap h3 { font-size: 24px; margin-bottom: 1em; padding-top: 20px; } .about-wrap .feature-section { padding-bottom: 20px; } .about-wrap .feature-section h4 { margin-bottom: 0.6em; } .about-wrap .feature-section p { margin-top: 0.6em; } .about-wrap code { font-size: 14px; } /* Point Releases */ .about-wrap .point-releases { margin-top: 5px; } .about-wrap .changelog.point-releases h3 { padding-top: 35px; } .about-wrap .changelog.point-releases h3:first-child { padding-top: 7px; } /* WordPress Version Badge */ .wp-badge { padding-top: 142px; height: 50px; width: 173px; font-weight: bold; font-size: 14px; text-align: center; margin: 0 -5px; background: url('../images/wp-badge.png?ver=20111120') no-repeat; } .about-wrap .wp-badge { position: absolute; top: 0; right: 0; } /* Tabs */ .about-wrap h2.nav-tab-wrapper { padding-left: 6px; } .about-wrap h2 .nav-tab { padding: 4px 10px 6px; margin: 0 3px -1px 0; font-size: 18px; vertical-align: top; } .about-wrap h2 .nav-tab-active { font-weight: bold; padding-top: 3px; } /* Changelog / Update screen */ .about-wrap .feature-section img { border: none; margin: 0 1.94% 10px 0; -webkit-border-radius: 3px; border-radius: 3px; } .about-wrap .feature-section.three-col img { margin: 0.5em 0 0.5em 5px; max-width: 100%; float: none; } .ie8 .about-wrap .feature-section.three-col img { margin-left: 0; } .about-wrap .feature-section.images-stagger-right img { float: right; margin: 0 5px 12px 2em; } .about-wrap .feature-section.images-stagger-left img { float: left; margin: 0 2em 12px 5px; } .about-wrap .feature-section img.image-100 { margin: 0 0 2em 0; width: 100%; } .about-wrap .feature-section img.image-66 { width: 65%; } .about-wrap .feature-section img.image-50 { max-width: 50%; } .about-wrap .feature-section img.image-30 { max-width: 31.2381%; } .ie8 .about-wrap .feature-section img { border-width: 1px; border-style: solid; } .about-wrap .images-stagger-right img.image-30:nth-child(2) { margin-left: 1em; } .about-wrap .feature-section.three-col { margin-bottom: 0; } .about-wrap .feature-section.three-col div { width: 30%; margin-right: 4.999999999%; float: left; } .about-wrap .feature-section.three-col h4 { margin: 0 0 0.6em 0; } .about-wrap .feature-section.three-col .last-feature { margin-right: 0; } .about-wrap .three-col-images { text-align: center; } .about-wrap .three-col-images img { margin: 0 0 10px; } .about-wrap .three-col-images .last-feature { float: right; } .about-wrap .three-col-images .first-feature { float: left; } .about-wrap .changelog .feature-section { overflow: hidden; padding-bottom: 0; } .about-wrap .changelog li { list-style-type: disc; margin-left: 3em; } @media only screen and (max-width: 900px) { .about-wrap .feature-section.images-stagger-left img, .about-wrap .feature-section.images-stagger-right img { clear: both; } } @media only screen and (max-width: 768px) { .about-wrap .feature-section img.image-66 { float: none; width: 98%; max-width: 98%; } .about-wrap .feature-section.images-stagger-right img.image-66 { margin-left: 3px; } .about-wrap .feature-section.images-stagger-left img.image-66 { margin-right: 3px; } } /* Return to Dashboard Home link */ .about-wrap .return-to-dashboard { margin: 30px 0 0 -5px; font-size: 14px; font-weight: bold; } .about-wrap .return-to-dashboard a { text-decoration: none; padding: 0 5px; } /* Credits */ .about-wrap h4.wp-people-group { margin-top: 2.6em; font-size: 16px; } .about-wrap ul.wp-people-group { overflow: hidden; padding: 5px; margin: 0 -15px 0 -5px; } .about-wrap ul.compact { margin-bottom: 0 } .about-wrap li.wp-person { float: left; margin-right: 10px; } .about-wrap li.wp-person img.gravatar { float: left; margin: 0 10px 10px 0; padding: 2px; width: 60px; height: 60px; } .about-wrap ul.compact li.wp-person img.gravatar { width: 30px; height: 30px; } .about-wrap li.wp-person { height: 70px; width: 280px; padding-bottom: 15px; } .about-wrap ul.compact li.wp-person { height: auto; width: 180px; padding-bottom: 0; margin-bottom: 0; } .about-wrap #wp-people-group-validators + p.wp-credits-list { margin-top: 0; } .about-wrap li.wp-person a.web { display: block; margin: 6px 0 2px; font-size: 16px; text-decoration: none; } .about-wrap p.wp-credits-list a { white-space: nowrap; } /* Freedoms */ .freedoms-php .about-wrap ol { margin: 40px 60px; } .freedoms-php .about-wrap ol li { list-style-type: decimal; font-weight: bold; } .freedoms-php .about-wrap ol p { font-weight: normal; margin: 0.6em 0; } /*------------------------------------------------------------------------------ 23.0 - Full Overlay w/ Sidebar ------------------------------------------------------------------------------*/ body.full-overlay-active { overflow: hidden; } .wp-full-overlay { background: #fff; z-index: 500000; position: fixed; overflow: visible; top: 0; bottom: 0; left: 0; right: 0; height: 100%; min-width: 0; } .wp-full-overlay-sidebar { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: fixed; width: 300px; height: 100%; top: 0; bottom: 0; left: 0; padding: 0; margin: 0; z-index: 10; overflow: auto; background: #f5f5f5; border-right: 1px solid rgba( 0, 0, 0, 0.2 ); } .wp-full-overlay.collapsed .wp-full-overlay-sidebar { overflow: visible; } .wp-full-overlay.collapsed, .wp-full-overlay.expanded .wp-full-overlay-sidebar { margin-left: 0 !important; } .wp-full-overlay.expanded { margin-left: 300px; } .wp-full-overlay.collapsed .wp-full-overlay-sidebar { margin-left: -300px; } .wp-full-overlay-sidebar:after { content: ''; display: block; position: absolute; top: 0; bottom: 0; right: 0; width: 3px; box-shadow: -5px 0 4px -4px rgba(0, 0, 0, 0.1) inset; z-index: 1000; } .wp-full-overlay-main { position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; } .wp-full-overlay-sidebar .wp-full-overlay-header { position: absolute; left: 0; right: 0; height: 45px; padding: 0 20px; line-height: 45px; z-index: 10; margin: 0; } .wp-full-overlay-sidebar .wp-full-overlay-header { border-top: 0; border-bottom: 1px solid #fff; box-shadow: inset 0 -1px 0 0px #dfdfdf; } .wp-full-overlay-sidebar .wp-full-overlay-footer { bottom: 0; border-bottom: 0; border-top: 1px solid #dfdfdf; box-shadow: inset 0 1px 0 0px #fff; } .wp-full-overlay-sidebar .wp-full-overlay-sidebar-content { position: absolute; top: 45px; bottom: 45px; left: 0; right: 0; overflow: auto; } /* Close Link */ .wp-full-overlay .close-full-overlay { text-decoration: none; } /* Collapse Button */ .wp-full-overlay a.collapse-sidebar { position: absolute; bottom: 12px; left: 0; z-index: 50; display: block; width: 19px; height: 19px; margin-left: 15px; padding: 0; border-radius: 50%; text-decoration: none; } .wp-full-overlay.collapsed .collapse-sidebar { position: absolute; left: 100%; } .wp-full-overlay .collapse-sidebar-arrow { position: absolute; margin-top: 2px; margin-left: 2px; display: block; width: 15px; height: 15px; background: transparent url('../images/arrows.png') no-repeat -1px -73px; } .wp-full-overlay.collapsed .collapse-sidebar-arrow { background-position: -1px -109px; } .wp-full-overlay .collapse-sidebar-label { position: absolute; left: 100%; color: #808080; line-height: 20px; margin-left: 10px; } .wp-full-overlay.collapsed .collapse-sidebar-label { display: none; } .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-label { color: #666; } /* Animations */ .wp-full-overlay, .wp-full-overlay-sidebar, .wp-full-overlay .collapse-sidebar, .wp-full-overlay-main { -webkit-transition-property: left, right, top, bottom, width, margin; -moz-transition-property: left, right, top, bottom, width, margin; -ms-transition-property: left, right, top, bottom, width, margin; -o-transition-property: left, right, top, bottom, width, margin; transition-property: left, right, top, bottom, width, margin; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -ms-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; } /*------------------------------------------------------------------------------ 24.0 - Customize Loader ------------------------------------------------------------------------------*/ .no-customize-support .hide-if-no-customize, .customize-support .hide-if-customize, .no-customize-support.wp-core-ui .hide-if-no-customize, .no-customize-support .wp-core-ui .hide-if-no-customize, .customize-support.wp-core-ui .hide-if-customize, .customize-support .wp-core-ui .hide-if-customize { display: none; } #customize-container { display: none; background: #fff; z-index: 500000; position: fixed; overflow: visible; top: 0; bottom: 0; left: 0; right: 0; height: 100%; } .customize-active #customize-container { display: block; } .customize-loading #customize-container iframe { opacity: 0; } .customize-loading #customize-container { background: #fff url("../images/wpspin_light.gif") no-repeat fixed center center; background-size: 16px 16px; } #customize-container iframe, #theme-installer iframe { height: 100%; width: 100%; z-index: 20; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -ms-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; } #customize-container .collapse-sidebar { bottom: 16px; } #theme-installer { display: none; } #theme-installer.single-theme { display: block; } .install-theme-info { display: none; padding: 10px 20px 20px; } .single-theme .install-theme-info { padding-top: 15px; } #theme-installer .install-theme-info { display: block; } .install-theme-info .theme-install { float: right; margin-top: 18px; } .install-theme-info .theme-name { font-size: 16px; line-height: 24px; margin-bottom: 0; } .install-theme-info .theme-screenshot { margin-top: 15px; width: 258px; border: 1px solid #ccc; } .install-theme-info .theme-details { overflow: hidden; } .theme-details .theme-version { margin: 15px 0; float: left; } .theme-details .star-holder { margin: 14px 0; float: right; } .theme-details .theme-description { float: left; color: #777; line-height: 20px; } /*------------------------------------------------------------------------------ 25.0 - Misc ------------------------------------------------------------------------------*/ #excerpt, .attachmentlinks { margin: 0; height: 4em; width: 98%; } #template div { margin-right: 190px; } p.pagenav { margin: 0; display: inline; } .pagenav span { font-weight: bold; margin: 0 6px; } .row-title { font-size: 13px !important; font-weight: bold; } .column-author img, .column-username img { float: left; margin-right: 10px; margin-top: 1px; } .row-actions { visibility: hidden; padding: 2px 0 0; } .mobile .row-actions { visibility: visible; } tr:hover .row-actions, div.comment-item:hover .row-actions { visibility: visible; } .row-actions-visible { padding: 2px 0 0; } .form-table .pre { padding: 8px; margin: 0; } table.form-table td .updated { font-size: 13px; } .tagchecklist { margin-left: 14px; font-size: 12px; overflow: auto; } .tagchecklist strong { margin-left: -8px; position: absolute; } .tagchecklist span { margin-right: 25px; display: block; float: left; font-size: 11px; line-height: 1.8em; white-space: nowrap; cursor: default; } .tagchecklist span a { margin: 6px 0pt 0pt -9px; cursor: pointer; width: 10px; height: 10px; display: block; float: left; text-indent: -9999px; overflow: hidden; position: absolute; } #poststuff h2 { margin-top: 20px; font-size: 1.5em; margin-bottom: 15px; padding: 0 0 3px; clear: left; } #poststuff h3, .metabox-holder h3 { font-size: 15px; font-weight: normal; padding: 7px 10px; margin: 0; line-height: 1; } #poststuff .inside { margin: 6px 0 8px; } #poststuff .inside #parent_id, #poststuff .inside #page_template { max-width: 100%; } .inline-edit-row #post_parent, .inline-edit-row select[name="page_template"] { max-width: 80%; } .ie8 #poststuff .inside #parent_id, .ie8 #poststuff .inside #page_template, .ie8 .inline-edit-row #post_parent, .ie8 .inline-edit-row select[name="page_template"] { width: 250px; } #post-visibility-select, #post-formats-select { line-height: 1.5em; margin-top: 3px; } #poststuff #submitdiv .inside { margin: 0; padding: 0; } #post-body-content { margin-bottom: 20px; } #templateside ul li a { text-decoration: none; } .tool-box .title { margin: 8px 0; font-size: 18px; font-weight: normal; line-height: 24px; } #sidemenu { margin: -30px 15px 0 315px; list-style: none; position: relative; float: right; padding-left: 10px; font-size: 12px; } #sidemenu a { padding: 0 7px; display: block; float: left; line-height: 28px; border-top-width: 1px; border-top-style: solid; border-bottom-width: 1px; border-bottom-style: solid; } #sidemenu li { display: inline; line-height: 200%; list-style: none; text-align: center; white-space: nowrap; margin: 0; padding: 0; } #sidemenu a.current { font-weight: normal; padding-left: 6px; padding-right: 6px; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-width: 1px; border-style: solid; } #sidemenu li a .count-0 { display: none; } .plugin-install #description, .plugin-install-network #description { width: 60%; } table .vers, table .column-visible, table .column-rating { text-align: left; } .error-message { color: red; font-weight: bold; } /* Scrollbar fix for bulk upgrade iframe */ body.iframe { height: 98%; } /* - Only used once or twice in all of WP - deprecate for global style ------------------------------------------------------------------------------*/ td.media-icon { text-align: center; width: 80px; padding-top: 8px; padding-bottom: 8px; } td.media-icon img { max-width: 80px; max-height: 60px; } #howto { font-size: 11px; margin: 0 5px; display: block; } .importers td { padding-right: 14px; } .importers { font-size: 16px; width: auto; } #namediv table { width: 100%; } #namediv td.first { width: 10px; white-space: nowrap; } #namediv input { width: 98%; } #namediv p { margin: 10px 0; } #submitdiv h3 { margin-bottom: 0 !important; } /* - Used - but could/should be deprecated with a CSS reset ------------------------------------------------------------------------------*/ .zerosize { height: 0; width: 0; margin: 0; border: 0; padding: 0; overflow: hidden; position: absolute; } br.clear { height: 2px; line-height: 2px; } .checkbox { border: none; margin: 0; padding: 0; } fieldset { border: 0; padding: 0; margin: 0; } .post-categories { display: inline; margin: 0; padding: 0; } .post-categories li { display: inline; } /*----------------------------------------------------------------------------- MERGED -------------------------------------------------------------------------------*/ /* dashboard */ .edit-box { display: none; } h3:hover .edit-box { display: inline; } #dashboard-widgets form .input-text-wrap input { width: 100%; } #dashboard-widgets form .textarea-wrap textarea { width: 100%; } #dashboard-widgets .postbox form .submit { float: none; margin: .5em 0 0; padding: 0; border: none; } #dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish { min-width: 0; } #dashboard-widgets a { text-decoration: none; } #dashboard-widgets h3 a { text-decoration: underline; } #dashboard-widgets h3 .postbox-title-action { position: absolute; right: 10px; padding: 0; top: 5px; } .js #dashboard-widgets h3 .postbox-title-action { right: 30px; } #dashboard-widgets h4 { font-weight: normal; font-size: 13px; margin: 0 0 .2em; padding: 0; } /* Right Now */ #dashboard_right_now p.sub, #dashboard_right_now .table, #dashboard_right_now .versions { margin: -12px; } #dashboard_right_now .inside { font-size: 12px; padding-top: 20px; } #dashboard_right_now p.sub { padding: 5px 0 15px; color: #8f8f8f; font-size: 14px; position: absolute; top: -17px; left: 15px; } #dashboard_right_now .table { margin: 0; padding: 0; position: relative; } #dashboard_right_now .table_content { float: left; border-top-width: 1px; border-top-style: solid; width: 45%; } #dashboard_right_now .table_discussion { float: right; border-top-width: 1px; border-top-style: solid; width: 45%; } #dashboard_right_now table td { padding: 3px 0; white-space: nowrap; } #dashboard_right_now table tr.first td { border-top: none; } #dashboard_right_now td.b { padding-right: 6px; text-align: right; font-size: 14px; width: 1%; } #dashboard_right_now td.b a { font-size: 18px; } #dashboard_right_now td.b a:hover { color: #d54e21; } #dashboard_right_now .t { font-size: 12px; padding-right: 12px; padding-top: 6px; color: #777; } #dashboard_right_now .t a { white-space: nowrap; } #dashboard_right_now .spam { color: red; } #dashboard_right_now .waiting { color: #e66f00; } #dashboard_right_now .approved { color: green; } #dashboard_right_now .versions { padding: 6px 10px 12px; clear: both; } #dashboard_right_now a.button { float: right; clear: right; position: relative; top: -5px; } /* Recent Comments */ #dashboard_recent_comments h3 { margin-bottom: 0; } #dashboard_recent_comments .inside { margin-top: 0; } #dashboard_recent_comments .comment-meta .approve { font-style: italic; font-family: sans-serif; font-size: 10px; } #dashboard_recent_comments .subsubsub { float: none; white-space: normal; } #the-comment-list { position: relative; } #the-comment-list .comment-item { padding: 1em 10px; border-top: 1px solid; } #the-comment-list .pingback { padding-left: 9px !important; } #the-comment-list .comment-item, #the-comment-list #replyrow { margin: 0 -10px; } #the-comment-list .comment-item:first-child { border-top: none; } #the-comment-list .comment-item .avatar { float: left; margin: 0 10px 5px 0; } #the-comment-list .comment-item h4 { line-height: 1.7em; margin-top: -0.4em; color: #777; } #the-comment-list .comment-item h4 cite { font-style: normal; font-weight: normal; } #the-comment-list .comment-item blockquote, #the-comment-list .comment-item blockquote p { margin: 0; padding: 0; display: inline; } #dashboard_recent_comments #the-comment-list .trackback blockquote, #dashboard_recent_comments #the-comment-list .pingback blockquote { display: block; } #the-comment-list .comment-item p.row-actions { margin: 3px 0 0; padding: 0; font-size: 12px; } /* QuickPress */ .no-js #dashboard_quick_press { display: none; } #dashboard_quick_press .easy-blogging { padding: 0 8px; text-align: left; } #dashboard_quick_press .input-text-wrap { position: relative; } #dashboard_quick_press .prompt { color: #bbb; position: absolute; } #dashboard_quick_press div.updated { padding: 0 5px; } #title-wrap label, #tags-input-wrap label { cursor: text; } #title-wrap #title { padding: 2px 6px; font-size: 1.3em; line-height: 100%; outline: none; } #tags-input-wrap #tags-input { outline: none; } #title-wrap #title-prompt-text { font-size: 1.3em; padding: 5px 8px; } #tags-input-wrap #tags-input-prompt-text { font-size: 1em; padding: 4px 8px; } #dashboard_quick_press .input-text-wrap, #dashboard_quick_press .textarea-wrap { margin: 0 0 1em 0; } #dashboard_quick_press .wp-media-buttons { margin: 0 0 .2em 1px; padding: 0; } #dashboard_quick_press .wp-media-buttons a { color: #777; } #dashboard-widgets #dashboard_quick_press form p.submit input { float: left; } #dashboard-widgets #dashboard_quick_press form p.submit #save-post { margin: 0 0.7em 0 1px; } #dashboard-widgets #dashboard_quick_press form p.submit #publish { float: right; } #dashboard-widgets #dashboard_quick_press form p.submit .spinner { vertical-align: middle; margin: 4px 6px 0 0; } /* Recent Drafts */ #dashboard_recent_drafts ul, #dashboard_recent_drafts p { margin: 0; padding: 0; word-wrap: break-word; } #dashboard_recent_drafts ul { list-style: none; } #dashboard_recent_drafts ul li { margin-bottom: 1em; } #dashboard_recent_drafts h4 { line-height: 1.7em; word-wrap: break-word; } #dashboard_recent_drafts h4 abbr { font-weight: normal; font-family: sans-serif; font-size: 12px; color: #999; margin-left: 3px; } /* Feeds */ .rss-widget ul { margin: 0; padding: 0; list-style: none; } a.rsswidget { font-size: 13px; line-height: 1.7em; } .rss-widget ul li { line-height: 1.5em; margin-bottom: 12px; } .rss-widget span.rss-date { color: #999; font-size: 12px; margin-left: 3px; } .rss-widget cite { display: block; text-align: right; margin: 0 0 1em; padding: 0; } .rss-widget cite:before { content: '\2014'; } /* Plugins */ #dashboard_plugins h4 { line-height: 1.7em; } #dashboard_plugins h5 { font-weight: normal; font-size: 13px; margin: 0; display: inline; line-height: 1.4em; } #dashboard_plugins h5 a { line-height: 1.4em; } #dashboard_plugins .inside span { font-size: 12px; padding-left: 5px; } #dashboard_plugins p { margin: 0.3em 0 1.4em; line-height: 1.4em; } .dashboard-comment-wrap { overflow: hidden; word-wrap: break-word; } /* Browser Nag */ #dashboard_browser_nag a.update-browser-link { font-size: 1.2em; font-weight: bold; } #dashboard_browser_nag a { text-decoration: underline; } #dashboard_browser_nag p.browser-update-nag.has-browser-icon { padding-right: 125px; } #dashboard_browser_nag .browser-icon { margin-top: -35px; } #dashboard_browser_nag.postbox.browser-insecure { background-color: #ac1b1b; border-color: #ac1b1b; } #dashboard_browser_nag.postbox { background-color: #e29808; background-image: none; border-color: #edc048; color: #fff; -webkit-box-shadow: none; box-shadow: none; } #dashboard_browser_nag.postbox.browser-insecure h3 { border-bottom-color: #cd5a5a; color: #fff; } #dashboard_browser_nag.postbox h3 { border-bottom-color: #f6e2ac; text-shadow: none; background: transparent none; color: #fff; -webkit-box-shadow: none; box-shadow: none; } #dashboard_browser_nag a { color: #fff; } #dashboard_browser_nag.browser-insecure a.browse-happy-link, #dashboard_browser_nag.browser-insecure a.update-browser-link { text-shadow: #871b15 0 1px 0; } #dashboard_browser_nag a.browse-happy-link, #dashboard_browser_nag a.update-browser-link { text-shadow: #d29a04 0 1px 0; } /* login */ .login * { margin: 0; padding: 0; } .login form { margin-left: 8px; padding: 26px 24px 46px; font-weight: normal; background: #fff; border: 1px solid #e5e5e5; -webkit-box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px; box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px; } .login form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; } .login .button-primary { float: right; } #login form p { margin-bottom: 0; } #login form p.submit { padding: 0; } .login label { color: #777; font-size: 14px; } .login form .forgetmenot label { font-size: 12px; line-height: 19px; } .login h1 a { background-image: url('../images/wordpress-logo.png?ver=20120216'); background-size: 274px 63px; background-position: top center; background-repeat: no-repeat; width: 326px; height: 67px; text-indent: -9999px; outline: none; overflow: hidden; padding-bottom: 15px; display: block; } #login { width: 320px; padding: 114px 0 0; margin: auto; } #login_error, .login .message { margin: 0 0 16px 8px; padding: 12px; } .login #nav, .login #backtoblog { text-shadow: #fff 0 1px 0; margin: 0 0 0 16px; padding: 16px 16px 0; } #backtoblog { padding: 12px 16px 0; } .login form .input, .login input[type="text"] { color: #555; font-weight: 200; font-size: 24px; line-height: 1; width: 100%; padding: 3px; margin-top: 2px; margin-right: 6px; margin-bottom: 16px; border: 1px solid #e5e5e5; background: #fbfbfb; outline: none; -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2); box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2); } .login #pass-strength-result { width: 250px; font-weight: bold; border-style: solid; border-width: 1px; margin: 12px 0 6px; padding: 6px 5px; text-align: center; } .mobile #login { padding: 20px 0; } .mobile #login form, .mobile #login .message, .mobile #login_error { margin-left: 0; } .mobile #login #nav, .mobile #login #backtoblog { margin-left: 8px; } .mobile #login h1 a { width: auto; } /* ms */ /* Dashboard: MS Specific Data */ #dashboard_right_now p.musub { margin-top: 12px; border-top: 1px solid #ececec; padding-left: 16px; position: static; } .rtl #dashboard_right_now p.musub { padding-left: 0; padding-right: 16px; } #dashboard_right_now td.b a.musublink { font-size: 16px; } #dashboard_right_now div.musubtable { border-top: none; } #dashboard_right_now div.musubtable .t { white-space: normal; } /* Background Color for Site Status */ .wp-list-table .site-deleted { background: #ff8573; } .wp-list-table .site-spammed { background: #faafaa; } .wp-list-table .site-archived { background: #ffebe8; } .wp-list-table .site-mature { background: #fecac2; } /* nav-menu */ #nav-menus-frame { margin-left: 300px; } #wpbody-content #menu-settings-column { display:inline; width:281px; margin-left: -300px; clear: both; float: left; padding-top: 24px; } .no-js #wpbody-content #menu-settings-column { padding-top: 31px; } #menu-settings-column .inside { clear: both; margin: 10px 0 0; } .metabox-holder-disabled .postbox { opacity: 0.5; filter: alpha(opacity=50); } .metabox-holder-disabled .button-controls .select-all { display: none; } #wpbody { position: relative; } /* Menu Container */ #menu-management-liquid { float: left; min-width: 100%; } #menu-management { position: relative; margin-right: 20px; margin-top: -3px; width: 100%; } #menu-management .menu-edit { margin-bottom: 20px; } .nav-menus-php #post-body { padding: 10px; border-width: 1px 0; border-style: solid; } #nav-menu-header, #nav-menu-footer { padding: 0 10px; } #nav-menu-header { border-bottom: 1px solid; } #nav-menu-footer { border-top: 1px solid; } .nav-menus-php #post-body div.updated, .nav-menus-php #post-body div.error { margin: 0; } .nav-menus-php #post-body-content { position: relative; float: none; } #menu-management .menu-add-new abbr { font-weight:bold; } /* Menu Tabs */ #menu-management .nav-tabs-nav { margin: 0 20px; } #menu-management .nav-tabs-arrow { width: 10px; padding: 0 5px 4px; cursor: pointer; position: absolute; top: 0; line-height: 22px; font-size: 18px; text-shadow: 0 1px 0 #fff; } #menu-management .nav-tabs-arrow-left { left: 0; } #menu-management .nav-tabs-arrow-right { right: 0; text-align: right; } #menu-management .nav-tabs-wrapper { width: 100%; height: 28px; margin-bottom: -1px; overflow: hidden; } #menu-management .nav-tabs { padding-left: 20px; padding-right: 10px; } .js #menu-management .nav-tabs { float: left; margin-left: 0px; margin-right: -400px; } #menu-management .nav-tab { margin-bottom: 0; font-size: 14px; } #select-nav-menu-container { text-align: right; padding: 0 10px 3px 10px; margin-bottom: 5px; } #select-nav-menu { width: 100px; display: inline; } #menu-name-label { margin-top: -2px; } #wpbody .open-label { display: block; float:left; } #wpbody .open-label span { padding-right: 10px; } .js .input-with-default-title { font-style: italic; } #menu-management .inside { padding: 0 10px; } /* Add Menu Item Boxes */ .postbox .howto input { width: 180px; float: right; } .customlinkdiv .howto input { width: 200px; } #nav-menu-theme-locations .howto select { width: 100%; } #nav-menu-theme-locations .button-controls { text-align: right; } .add-menu-item-view-all { height: 400px; } /* Button Primary Actions */ #menu-container .submit { margin: 0px 0px 10px; padding: 0px; } .nav-menus-php .meta-sep, .nav-menus-php .submitdelete, .nav-menus-php .submitcancel { display: block; float: left; margin: 4px 0; line-height: 15px; } .meta-sep { padding: 0 2px; } #cancel-save { text-decoration: underline; font-size: 12px; margin-left: 20px; margin-top: 5px; } .button.right, .button-secondary.right, .button-primary.right { float: right; } /* Button Secondary Actions */ .list-controls { float: left; margin-top: 5px; } .add-to-menu { float: right; } .postbox .spinner { display: none; vertical-align: middle; } .button-controls { clear:both; margin: 10px 0; } .show-all, .hide-all { cursor: pointer; } .hide-all { display: none; } /* Create Menu */ #menu-name { width: 270px; } #manage-menu .inside { padding: 0px 0px; } /* Custom Links */ #available-links dt { display: block; } #add-custom-link .howto { font-size: 12px; } #add-custom-link label span { display: block; float: left; margin-top: 5px; padding-right: 5px; } .menu-item-textbox { width: 180px; } .nav-menus-php .howto span { margin-top: 4px; display: block; float: left; } /* Menu item types */ .quick-search { width: 190px; } .nav-menus-php .list-wrap { display: none; clear: both; margin-bottom: 10px; } .nav-menus-php .list-container { max-height: 200px; overflow-y: auto; padding: 10px 10px 5px; } .nav-menus-php .postbox p.submit { margin-bottom: 0; } /* Listings */ .nav-menus-php .list li { display: none; margin: 0; margin-bottom: 5px; } .nav-menus-php .list li .menu-item-title { cursor: pointer; display: block; } .nav-menus-php .list li .menu-item-title input { margin-right: 3px; margin-top: -3px; } /* Nav Menu */ #menu-container .inside { padding-bottom: 10px; } .menu { padding-top:1em; } #menu-to-edit { padding: 1em 0; } .menu ul { width: 100%; } .menu li { margin-bottom: 0; position:relative; } .menu-item-bar { clear:both; line-height:1.5em; position:relative; margin: 13px 0 0 0; } .menu-item-handle { border: 1px solid #dfdfdf; position: relative; padding-left: 10px; height: auto; width: 400px; line-height: 35px; text-shadow: 0 1px 0 #FFFFFF; overflow: hidden; word-wrap: break-word; } #menu-to-edit .menu-item-invalid .menu-item-handle { background: #f6c9cc; background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff)); background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff); background-image: -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff); background-image: -o-linear-gradient(bottom, #f6c9cc, #fdf8ff); background-image: linear-gradient(to top, #f6c9cc, #fdf8ff); } .menu-item-edit-active .menu-item-handle { -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .no-js .menu-item-edit-active .item-edit { display: none; } .js .menu-item-handle { cursor: move; } .menu li.deleting .menu-item-handle { background-image: none; text-shadow: 0 0 0; } .menu-item-handle .item-title { font-size: 12px; font-weight: bold; padding: 7px 0; line-height: 20px; display:block; margin-right:13em; } /* Sortables */ li.menu-item.ui-sortable-helper dl { margin-top: 0; } li.menu-item.ui-sortable-helper .menu-item-transport dl { margin-top: 13px; } .menu .sortable-placeholder { height: 35px; width: 410px; margin-top: 13px; } /* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */ .menu-item-depth-0 { margin-left: 0px; } .menu-item-depth-1 { margin-left: 30px; } .menu-item-depth-2 { margin-left: 60px; } .menu-item-depth-3 { margin-left: 90px; } .menu-item-depth-4 { margin-left: 120px; } .menu-item-depth-5 { margin-left: 150px; } .menu-item-depth-6 { margin-left: 180px; } .menu-item-depth-7 { margin-left: 210px; } .menu-item-depth-8 { margin-left: 240px; } .menu-item-depth-9 { margin-left: 270px; } .menu-item-depth-10 { margin-left: 300px; } .menu-item-depth-11 { margin-left: 330px; } .menu-item-depth-0 .menu-item-transport { margin-left: 0px; } .menu-item-depth-1 .menu-item-transport { margin-left: -30px; } .menu-item-depth-2 .menu-item-transport { margin-left: -60px; } .menu-item-depth-3 .menu-item-transport { margin-left: -90px; } .menu-item-depth-4 .menu-item-transport { margin-left: -120px; } .menu-item-depth-5 .menu-item-transport { margin-left: -150px; } .menu-item-depth-6 .menu-item-transport { margin-left: -180px; } .menu-item-depth-7 .menu-item-transport { margin-left: -210px; } .menu-item-depth-8 .menu-item-transport { margin-left: -240px; } .menu-item-depth-9 .menu-item-transport { margin-left: -270px; } .menu-item-depth-10 .menu-item-transport { margin-left: -300px; } .menu-item-depth-11 .menu-item-transport { margin-left: -330px; } body.menu-max-depth-0 { min-width: 950px !important; } body.menu-max-depth-1 { min-width: 980px !important; } body.menu-max-depth-2 { min-width: 1010px !important; } body.menu-max-depth-3 { min-width: 1040px !important; } body.menu-max-depth-4 { min-width: 1070px !important; } body.menu-max-depth-5 { min-width: 1100px !important; } body.menu-max-depth-6 { min-width: 1130px !important; } body.menu-max-depth-7 { min-width: 1160px !important; } body.menu-max-depth-8 { min-width: 1190px !important; } body.menu-max-depth-9 { min-width: 1220px !important; } body.menu-max-depth-10 { min-width: 1250px !important; } body.menu-max-depth-11 { min-width: 1280px !important; } /* Menu item controls */ .item-type { font-size: 12px; padding-right: 10px; } .item-controls { font-size: 12px; position: absolute; right: 20px; top: -1px; } .item-controls a { text-decoration: none; } .item-controls a:hover { cursor: pointer; } .item-controls .item-order { padding-right: 10px; } .nav-menus-php .item-edit { position: absolute; right: -20px; top: 0; display: block; width: 30px; height: 36px; overflow: hidden; text-indent:-999em; border-bottom: 1px solid; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; } /* Menu editing */ .menu-instructions-inactive { display: none; } .menu-item-settings { display: block; width: 400px; padding: 10px 0 10px 10px; border: solid; border-width: 0 1px 1px 1px; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .menu-item-edit-active .menu-item-settings { display: block; } .menu-item-edit-inactive .menu-item-settings { display: none; } .add-menu-item-pagelinks { margin: .5em auto; text-align: center; } .link-to-original { display: block; margin: 0 0 10px; padding: 3px 5px 5px; font-size: 12px; font-style: italic; } .link-to-original a { padding-left: 4px; font-style: normal; } .hidden-field { display: none; } .menu-item-settings .description-thin, .menu-item-settings .description-wide { margin-right: 10px; float: left; } .description-thin { width: 190px; height: 40px; } .description-wide { width: 390px; } .menu-item-actions { padding-top: 15px; } #cancel-save { cursor: pointer; } /* Major/minor publishing actions (classes) */ .nav-menus-php .major-publishing-actions { clear: both; padding: 3px 0 5px; } .nav-menus-php .major-publishing-actions .publishing-action { text-align: right; float: right; line-height: 23px; margin: 5px 0 1px; } .nav-menus-php .major-publishing-actions .delete-action { vertical-align: middle; text-align: left; float: left; padding-right: 15px; margin-top: 5px; } .menu-name-label span, .auto-add-pages label { font-size: 12px; font-style: normal; } .menu-name-label { margin-right: 15px; } .auto-add-pages input { margin-top: 0; } .auto-add-pages { margin-top: 4px; float: left; } .nav-menus-php .submitbox .submitcancel { border-bottom: 1px solid; padding: 1px 2px; text-decoration: none; } .nav-menus-php .major-publishing-actions .form-invalid { padding-left: 4px; margin-left: -4px; border: 0 none; } /* Clearfix */ #menu-item-name-wrap:after, #menu-item-url-wrap:after, #menu-name-label:after, #menu-settings-column .inside:after, #nav-menus-frame:after, .nav-menus-php #post-body-content:after, .nav-menus-php .button-controls:after, .nav-menus-php .major-publishing-actions:after, .nav-menus-php .menu-item-settings:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } #nav-menus-frame, .button-controls, #menu-item-url-wrap, #menu-item-name-wrap { display: block; } /* Star ratings */ div.star-holder { position: relative; height: 17px; width: 100px; background: url('../images/stars.png?ver=20121108') repeat-x bottom left; } div.star-holder .star-rating { background: url('../images/stars.png?ver=20121108') repeat-x top left; height: 17px; float: left; } div.action-links { font-weight: normal; margin: 6px 0 0; } /* Header on thickbox */ #plugin-information-header { margin: 0; padding: 0 5px; font-weight: bold; position: relative; border-bottom-width: 1px; border-bottom-style: solid; height: 2.5em; } #plugin-information ul#sidemenu { font-weight: normal; margin: 0 5px; position: absolute; left: 0; bottom: -1px; } /* Install sidemenu */ #plugin-information p.action-button { width: 100%; padding-bottom: 0; margin-bottom: 0; margin-top: 10px; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } #plugin-information .action-button a { text-align: center; font-weight: bold; text-decoration: none; display: block; line-height: 2em; } #plugin-information h2 { clear: none !important; margin-right: 200px; } #plugin-information .fyi { margin: 0 10px 50px; width: 210px; } #plugin-information .fyi h2 { font-size: 0.9em; margin-bottom: 0; margin-right: 0; } #plugin-information .fyi h2.mainheader { padding: 5px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; } #plugin-information .fyi ul { padding: 10px 5px 10px 7px; margin: 0; list-style: none; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; } #plugin-information .fyi li { margin-right: 0; } #plugin-information #section-holder { padding: 10px; } #plugin-information .section ul, #plugin-information .section ol { margin-left: 16px; list-style-type: square; list-style-image: none; } #plugin-information #section-screenshots ol { list-style: none; margin: 0; } #plugin-information #section-screenshots li img { vertical-align: text-top; max-width: 100%; width: auto; height: auto; } #plugin-information #section-screenshots li p { font-style: italic; padding-left: 20px; padding-bottom: 2em; } #plugin-information #section-screenshots ol, #plugin-information .updated, #plugin-information pre { margin-right: 215px; } #plugin-information pre { padding: 7px; overflow: auto; } /* press-this */ body.press-this { color: #333; margin: 0; padding: 0; min-width: 675px; min-height: 400px; } img { border: none; } /* Header */ .press-this #wphead { height: 32px; margin-left: 0; margin-right: 0; margin-bottom: 5px; } .press-this #header-logo { float: left; margin: 7px 7px 0; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .press-this #wphead h1 { font-weight: normal; font-size: 16px; line-height: 32px; margin: 0; float: left; } .press-this #wphead h1 a { text-decoration: none; } .press-this #wphead h1 a:hover { text-decoration: underline; } .press-this #message { margin: 10px 0; } .press-this-sidebar { float: right; width: 200px; padding-top: 10px; } .press-this #title { margin-left: 0; margin-right: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } .press-this .tagchecklist span a { background: transparent url(../images/xit.gif) no-repeat 0 0; } .press-this #titlediv { margin: 0; } .press-this .wp-media-buttons { cursor: default; padding: 8px 8px 0; } .press-this .howto { margin-top: 2px; margin-bottom: 3px; font-size: 12px; font-style: italic; display: block; } /* Editor/Main Column */ .press-this #poststuff { margin: 0 10px 10px; padding: 0; } .press-this #photo-add-url-div input[type="text"] { width: 220px; } #poststuff #editor-toolbar { height: 30px; } div.zerosize { border: 0 none; height: 0; margin: 0; overflow: hidden; padding: 0; width: 0; } .posting { margin-right: 212px; position: relative; } .press-this .inner-sidebar { width: 200px; } .press-this .inner-sidebar .sleeve { padding-top: 5px; } .press-this #submitdiv p { margin: 0; padding: 6px; } .press-this #submitdiv #publishing-actions { border-bottom: 1px solid #dfdfdf; } .press-this #publish { float: right; } .press-this #poststuff h2, .press-this #poststuff h3 { font-size: 14px; line-height: 1; } .press-this #tagsdiv-post_tag h3, .press-this #categorydiv h3 { cursor: pointer; } .press-this #submitdiv h3 { cursor: default; } h3.tb { text-shadow: 0 1px 0 #fff; font-weight: bold; font-size: 12px; margin-left: 5px; } #TB_window { border: 1px solid #333; } .press-this .postbox, .press-this .stuffbox { margin-bottom: 10px; min-width: 0; } .js .postbox:hover .handlediv, .js .stuffbox:hover .handlediv { background: transparent url(../images/arrows.png) no-repeat 6px 7px; } .press-this #submitdiv:hover .handlediv { background: none; } .tbtitle { font-size: 1.7em; outline: none; padding: 3px 4px; border-color: #dfdfdf; } .press-this .actions { float: right; margin: -19px 0 0; } .press-this #extra-fields .actions { margin: -32px -7px 0 0; } .press-this .actions li { float: left; list-style: none; margin-right: 10px; } #extra-fields .button { margin-right: 5px; } /* Photo Styles */ #photo_saving { margin: 0 8px 8px; vertical-align: middle; } #img_container_container { overflow: auto; } #extra-fields { margin-top: 10px; position: relative; } #extra-fields h2 { margin: 12px; } #waiting { margin-top: 10px; overflow: hidden; } #waiting span { float: right; margin: 0 0 0 5px; } #waiting .spinner { display: block; } #extra-fields .postbox { margin-bottom: 5px; } #extra-fields .titlewrap { padding: 0; overflow: auto; height: 100px; } #img_container a { display: block; float: left; overflow: hidden; } #img_container img, #img_container a { width: 68px; height: 68px; } #img_container img { border: none; background-color: #f4f4f4; cursor: pointer; } #img_container a, #img_container a:link, #img_container a:visited { border: 1px solid #ccc; display: block; position: relative; } #img_container a:hover, #img_container a:active { border-color: #000; z-index: 1000; border-width: 2px; margin: -1px; } /* Video */ #embed-code { width: 100%; height: 98px; } /* Categories */ .press-this .categorydiv div.tabs-panel { height: 100px; } /* Tags */ .press-this .tagsdiv .newtag { width: 120px; } .press-this #content { margin: 5px 0; padding: 0 5px; border: 0 none; height: 345px; font-family: Consolas, Monaco, monospace; font-size: 13px; line-height: 19px; background: transparent; } /* Submit */ .press-this #publishing-actions .spinner { display: inline; vertical-align: middle; } #TB_ajaxContent #options { position: absolute; top: 20px; right: 25px; padding: 5px; } #TB_ajaxContent h3 { margin-bottom: .25em; } .error a { text-decoration: underline; } .updated a { text-decoration: none; padding-bottom: 2px; } /* tag hints */ .taghint { color: #aaa; margin: -17px 0 0 7px; visibility: hidden; } input.newtag ~ div.taghint { visibility: visible; } input.newtag:focus ~ div.taghint { visibility: hidden; } /* TinyMCE */ #mce_fullscreen_container { background: #fff; } #photo-add-url-div input[type="text"] { width: 300px; } /* theme-editor */ .alignleft h3 { margin: 0; } h3 span { font-weight: normal; } #template textarea { font-family: Consolas, Monaco, monospace; font-size: 12px; width: 97%; background: #f9f9f9; outline: none; } #template p { width: 97%; } #templateside { float: right; width: 190px; word-wrap: break-word; } #templateside h3, #postcustomstuff p.submit { margin: 0; } #templateside h4 { margin: 1em 0 0; } #templateside ol, #templateside ul { margin: .5em; padding: 0; } #templateside li { margin: 4px 0; } #templateside ul li a span.highlight { display:block; } .nonessential { font-size: 11px; font-style: italic; padding-left: 12px; } .highlight { padding: 3px 3px 3px 12px; margin-left: -12px; font-weight: bold; border: 0 none; } #documentation { margin-top: 10px; } #documentation label { line-height: 22px; vertical-align: top; font-weight: bold; } .fileedit-sub { padding: 10px 0 8px; line-height: 180%; } #filter-box { clear: both; } .feature-filter { padding: 8px 12px 0; } .feature-filter .feature-group { float: left; margin: 5px 10px 10px; } .feature-filter .feature-group li { display: inline-block; vertical-align: top; list-style-type: none; padding-right: 25px; width: 150px; } .feature-container { width: 100%; overflow: auto; margin-bottom: 10px; } /* widgets */ /* 2 column liquid layout */ div.widget-liquid-left { float: left; clear: left; width: 100%; margin-right: -325px; } div#widgets-left { margin-left: 5px; margin-right: 325px; } div#widgets-right { width: 285px; margin: 0 auto; } div.widget-liquid-right { float: right; clear: right; width: 300px; } .widget-liquid-right .widget, .inactive-sidebar .widget, .widget-liquid-right .sidebar-description { width: 250px; margin: 0 auto 20px; overflow: hidden; } .widget-liquid-right .sidebar-description { margin-bottom: 10px; } .inactive-sidebar .widget { margin: 0 10px 20px; display: inline-block; } div.sidebar-name h3 { font-weight: normal; font-size: 15px; margin: 0; padding: 8px 10px; overflow: hidden; white-space: nowrap; } div.sidebar-name { font-size: 13px; border-width: 1px; border-style: solid; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px; } .js .sidebar-name { cursor: pointer; } .js .closed .sidebar-name { -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .widget-liquid-right .widgets-sortables, #widgets-left .widget-holder { border-width: 0 1px 1px; border-style: none solid solid; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .js .closed .widgets-sortables, .js .closed .widget-holder { display: none; } .widget-liquid-right .widgets-sortables { padding: 15px 0 0; } #available-widgets .widget-holder { padding: 7px 5px 0; } #available-widgets .widget { -webkit-box-shadow: none; box-shadow: none; } .inactive-sidebar { padding: 5px 5px 0; } #widget-list .widget { width: 250px; margin: 0 10px 15px; border: 0 none; background: transparent; display: inline-block; vertical-align: top; } #widget-list .widget-description { padding: 5px 8px; } .widget-placeholder { border-width: 1px; border-style: dashed; margin: 0 auto 20px; height: 27px; width: 250px; } .inactive-sidebar .widget-placeholder { margin: 0 10px 20px; float: left; } div.widgets-holder-wrap { padding: 0; margin: 10px 0 20px; } #widgets-left #available-widgets { background-color: transparent; border: 0 none; } ul#widget-list { list-style: none; margin: 0; padding: 0; min-height: 100px; } .widget .widget-top { margin-bottom: -1px; font-size: 12px; font-weight: bold; height: 26px; overflow: hidden; } .widget-top .widget-title { padding: 7px 9px; } .widget-top .widget-title-action { float: right; } a.widget-action { display: block; width: 24px; height: 26px; } #available-widgets a.widget-action { display: none; } .widget-top a.widget-action { background: transparent url(../images/arrows.png) no-repeat 4px 6px; } .widget-top a.widget-action:hover { background: transparent url(../images/arrows-dark.png) no-repeat 4px 6px; } .widget .widget-inside, .widget .widget-description { padding: 12px 12px 10px; font-size: 12px; line-height: 16px; } .widget-inside, .widget-description { display: none; } #available-widgets .widget-description { display: block; } .widget .widget-inside p { margin: 0 0 1em; padding: 0; } .widget-title h4 { margin: 0; padding-bottom: 0.2em; line-height: 1; overflow: hidden; white-space: nowrap; } .widgets-sortables { min-height: 90px; } .widget-control-actions { margin-top: 8px; } .widget-control-actions a { text-decoration: none; } .widget-control-actions a:hover { text-decoration: underline; } .widget-control-actions div.alignleft { margin-top: 6px; } div#sidebar-info { padding: 0 1em; margin-bottom: 1em; font-size: 12px; } .widget-title a, .widget-title a:hover { text-decoration: none; border-bottom: none; } .widget-control-edit { display: block; font-size: 12px; font-weight: normal; line-height: 26px; padding: 0 8px 0 0; } a.widget-control-edit { text-decoration: none; } .widget-control-edit .add, .widget-control-edit .edit { display: none; } #available-widgets .widget-control-edit .add, #widgets-right .widget-control-edit .edit, .inactive-sidebar .widget-control-edit .edit { display: inline; } .editwidget { margin: 0 auto 15px; } .editwidget .widget-inside { display: block; padding: 10px; } .inactive p.description { margin: 5px 15px 10px; } #available-widgets p.description { margin: 0 12px 12px; } .widget-position { margin-top: 8px; } .inactive { padding-top: 2px; } .sidebar-name .spinner { float: none; margin: 0 3px -3px; } .sidebar-name-arrow { float: right; height: 29px; width: 26px; } .widget-title .in-widget-title { font-size: 12px; white-space: nowrap; } #removing-widget { display: none; font-weight: normal; padding-left: 15px; font-size: 12px; line-height: 1; } .widget-control-noform, #access-off, .widgets_access .widget-action, .widgets_access .sidebar-name-arrow, .widgets_access #access-on, .widgets_access .widget-holder .description { display: none; } .widgets_access .widget-holder, .widgets_access #widget-list { padding-top: 10px; } .widgets_access #access-off { display: inline; } .widgets_access #wpbody-content .widget-title-action, .widgets_access #wpbody-content .widget-control-edit, .widgets_access .closed .widgets-sortables, .widgets_access .closed .widget-holder { display: block; } .widgets_access .closed .sidebar-name { -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .widgets_access .sidebar-name, .widgets_access .widget .widget-top { cursor: default; } /* Enable draggable on IE10 touch events until it's rolled into jQuery UI core */ .ui-sortable, .ui-draggable { -ms-touch-action: none; } /* =Media Queries -------------------------------------------------------------- */ @media only screen and (max-width: 768px) { /* categories */ #col-left { width: 100%; } #col-right { width: 100%; } } @media only screen and (min-width: 769px) { /* categories */ #col-left { width: 35%; } #col-right { width: 65%; } } @media only screen and (max-width: 860px) { /* categories */ #col-left { width: 35%; } #col-right { width: 65%; } } @media only screen and (min-width: 980px) { /* categories */ #col-left { width: 35%; } #col-right { width: 65%; } } @media only screen and (max-width: 768px) { /* categories */ #col-left { width: 100%; } #col-right { width: 100%; } .form-field input, .form-field textarea { width: 99%; } .form-wrap .form-field { padding:0; } /* users */ #profile-page .form-table textarea { max-width: 400px; width: auto; } } /** * HiDPI Displays */ @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { .press-this .tagchecklist span a { background-image: url('../images/xit-2x.gif'); background-size: 20px auto; } .js .postbox:hover .handlediv, .js .stuffbox:hover .handlediv, .widget-top a.widget-action { background-image: url('../images/arrows-2x.png'); background-size: 15px 123px; } .widget-top a.widget-action:hover { background-image: url('../images/arrows-dark-2x.png'); background-size: 15px 123px; } .post-com-count { background-image: url('../images/bubble_bg-2x.gif'); background-size: 18px 100px; } th .comment-grey-bubble { background-image: url('../images/comment-grey-bubble-2x.png'); background-size: 12px 12px; } .sorting-indicator { background-image: url('../images/sort-2x.gif'); background-size: 14px 4px; } #content-resize-handle, #post-body .wp_themeSkin .mceStatusbar a.mceResize { background: transparent url('../images/resize-2x.gif') no-repeat scroll right bottom; background-size: 11px 11px; } div.star-holder { background: url('../images/stars-2x.png?ver=20121108') repeat-x bottom left; background-size: 21px 37px; } div.star-holder .star-rating { background: url('../images/stars-2x.png?ver=20121108') repeat-x top left; background-size: 21px 37px; } .welcome-panel .welcome-panel-close:before { background-image: url('../images/xit-2x.gif'); background-size: 20px auto; } .welcome-panel .welcome-icon { background-image: url('../images/welcome-icons-2x.png'); } .login h1 a { background-image: url('../images/wordpress-logo-2x.png?ver=20120412'); background-size: 274px 63px; } .wp-badge { background-image: url('../images/wp-badge-2x.png?ver=20120516'); background-size: 173px 194px; } .wp-full-overlay .collapse-sidebar-arrow { background-image: url('../images/arrows-2x.png'); background-size: 15px 123px; } .pressthis a span { background-image: url(../images/press-this-2x.png?v=20121105); } .imgedit-crop, .imgedit-rleft, .imgedit-rright, .imgedit-flipv, .imgedit-fliph, .imgedit-undo, .imgedit-redo { background-image: url('../images/imgedit-icons-2x.png'); background-size: 260px 64px; } .spinner, .imgedit-wait, .customize-loading #customize-container { background-image: url(../images/wpspin_light-2x.gif); } } /* =Localized CSS -------------------------------------------------------------- */ /* zh_CN: Remove italic properties. */ .locale-zh-cn .howto, .locale-zh-cn .tablenav .displaying-num, .locale-zh-cn .js .input-with-default-title, .locale-zh-cn .link-to-original, .locale-zh-cn .inline-edit-row fieldset span.title, .locale-zh-cn .inline-edit-row fieldset span.checkbox-title, .locale-zh-cn #utc-time, .locale-zh-cn #local-time, .locale-zh-cn p.install-help, .locale-zh-cn p.help, .locale-zh-cn p.description, .locale-zh-cn span.description, .locale-zh-cn .form-wrap p { font-style: normal; } /* zh_CN: Enlarge dashboard widget 'Configure' link */ .locale-zh-cn .hdnle a { font-size: 12px; } /* zn_CH: Enlarge font size, set font-size: normal */ .locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; } /* Zn_CH: Distraction free writing. * More beautiful font for "Just write." * Larger text for HTML/Visual mode. */ .locale-zh-cn #wp-fullscreen-tagline { font-family: KaiTi, "楷体", sans-serif; } .locale-zh-cn #wp-fullscreen-modes a { font-size: 12px; } /* zh_CN: Enlarge font-size. */ .locale-zh-cn #sort-buttons { font-size: 1em !important; } /* ru_RU: Text needs more room to breathe. */ .locale-ru-ru .inline-edit-row fieldset label span.title { width: auto; /* default 5em */ min-width: 5em; } .locale-ru-ru.press-this .posting { margin-right: 257px; /* default 212px + 45px */ } .locale-ru-ru.press-this #photo-add-url-div input[type="text"] { width: 255px; /* default 300px - 45px */ } .locale-ru-ru.press-this #side-sortables { width: 245px; /* default 200px + 45px */ } .locale-ru-ru #customize-header-actions .button { padding: 0 8px 1px; /* default 0 10px 1px; */ } /* lt_LT: QuickEdit */ .locale-lt-lt .inline-edit-row fieldset label span.title { width: 8em; } .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap { margin-left: 8em; } .update-php .spinner { float: none; margin: -4px 0; }
ICO3D/Understand_ICO/ICOunderstand_html/ICO3D/Hex27PV_f90.html
CK08/ICO
<HTML><HEAD><TITLE>Hex27PV_f90</TITLE> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> </HEAD><FRAMESET COLS="100%%,*" ROWS="100%%,*"><FRAME SRC="../2433.html"></FRAMESET></HTML>
51-2007/taxonomy/term/114/0/feed/index.html
kfitz/machines
<?xml version="1.0" encoding="utf-8"?> <rss version="2.0" xml:base="http://machines.plannedobsolescence.net.51-2007" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>Introduction to New Media - satellites</title> <link>http://machines.plannedobsolescence.net.51-2007/taxonomy/term/114/0</link> <description></description> <language>en</language> <item> <title>Google Earth, yay...?</title> <link>http://machines.plannedobsolescence.net.51-2007/node/162</link> <description>&lt;p&gt;Similar to ColoradoGirl&#039;s &lt;a href=&quot;http://machines.plannedobsolescence.net.51-2007/node/159&quot;&gt;blog&lt;/a&gt;, I initially thought of &lt;a href=&quot;http://earth.google.com&quot;&gt;Google Earth&lt;/a&gt; when they mentioned satellite imaging technologies that stores all of this visual information (apparently Gmap is also powered by Google). So if something like this is then made available to any person with access to the internet, what do you think is the utility of these accessible satellite images?&lt;/p&gt; &lt;p&gt;The Critical Art Ensemble argues that the technology that collects visual information has a purpose of perpetuating the war machine in order for one to maintain power and place in the world. We can see that satellite technology has been used for military purposes. And for weather purposes. Then, it was accessible to the everyday consumer for &lt;a href=&quot;http://electronics.howstuffworks.com/gps1.htm&quot;&gt;navigational&lt;/a&gt; reasons. Now, if Google Earth suggests to the user to search for your house, buildings, and 3D terrain, &lt;em&gt;are&lt;/em&gt; there other reasons why this is made for online access?&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://machines.plannedobsolescence.net.51-2007/node/162&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description> <comments>http://machines.plannedobsolescence.net.51-2007/node/162#comments</comments> <category domain="http://machines.plannedobsolescence.net.51-2007/taxonomy/term/90">reading</category> <category domain="http://machines.plannedobsolescence.net.51-2007/taxonomy/term/114">satellites</category> <category domain="http://machines.plannedobsolescence.net.51-2007/taxonomy/term/112">sight machine</category> <pubDate>Wed, 21 Mar 2007 06:30:03 +0000</pubDate> <dc:creator>greenPost-it</dc:creator> <guid isPermaLink="false">162 at http://machines.plannedobsolescence.net.51-2007</guid> </item> </channel> </rss>
doc/resources/idxprefix.html
gitpan/MHonArc
<html> <head> <title>MHonArc Resources: IDXPREFIX</title> <link rel="stylesheet" type="text/css" href="../docstyles.css"> </head> <body> <!--x-rc-nav--> <table border=0><tr valign="top"> <td align="left" width="50%">[Prev:&nbsp;<a href="idxpgssmarkup.html">IDXPGSSMARKUP</a>]</td><td><nobr>[<a href="../resources.html#idxprefix">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="idxsize.html">IDXSIZE</a>]</td></tr></table> <!--/x-rc-nav--> <hr> <h1>IDXPREFIX</h1> <!--X-TOC-Start--> <ul> <li><a href="#syntax">Syntax</a> <li><a href="#description">Description</a> <li><a href="#default">Default Setting</a> <li><a href="#rcvars">Resource Variables</a> <li><a href="#examples">Examples</a> <li><a href="#version">Version</a> <li><a href="#seealso">See Also</a> </ul> <!--X-TOC-End--> <!-- *************************************************************** --> <hr> <h2><a name="syntax">Syntax</a></h2> <dl> <dt><strong>Envariable</strong></dt> <dd><p> <code>M2H_IDXPREFIX=</code><var>prefix</var> </p> </dd> <dt><strong>Element</strong></dt> <dd><p> <code>&lt;IDXPREFIX&gt;<br></code> <var>prefix</var><br> <code>&lt;/IDXPREFIX&gt;<br></code> </p> </dd> <dt><strong>Command-line Option</strong></dt> <dd><p> <code>-idxprefix </code><var>prefix</var> </p> </dd> </dl> <!-- *************************************************************** --> <hr> <h2><a name="description">Description</a></h2> <p>IDXPREFIX defines the prefix for the filenames of a multi-page main index. The filename of the first page of the main index is always equal to the value of the <a href="idxfname.html">IDXFNAME</a> resource. All other pages have a filename starting with the IDXPREFIX value with the page number and "<tt>.html</tt>" following. For example, the filenames for a 4 page main index would be the following: </p> <pre> maillist.html mail2.html mail3.html mail4.html </pre> <p>assuming the default values for the IDXFNAME and IDXPREFIX resources. </p> <!-- *************************************************************** --> <hr> <h2><a name="default">Default Setting</a></h2> <pre> mail </pre> <!-- *************************************************************** --> <hr> <h2><a name="rcvars">Resource Variables</a></h2> <p>N/A </p> <!-- *************************************************************** --> <hr> <h2><a name="examples">Examples</a></h2> <p>None. </p> <!-- *************************************************************** --> <hr> <h2><a name="version">Version</a></h2> <p>2.0 </p> <!-- *************************************************************** --> <hr> <h2><a name="seealso">See Also</a></h2> <p> <a href="idxfname.html">IDXFNAME</a>, <a href="multipg.html">MULTIPG</a>, <a href="tidxprefix.html">TIDXPREFIX</a> </p> <!-- *************************************************************** --> <hr> <!--x-rc-nav--> <table border=0><tr valign="top"> <td align="left" width="50%">[Prev:&nbsp;<a href="idxpgssmarkup.html">IDXPGSSMARKUP</a>]</td><td><nobr>[<a href="../resources.html#idxprefix">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="idxsize.html">IDXSIZE</a>]</td></tr></table> <!--/x-rc-nav--> <hr> <address> $Date: 2003/10/06 22:04:17 $ <br> <img align="top" src="../monicon.png" alt=""> <a href="http://www.mhonarc.org/"><strong>MHonArc</strong></a><br> Copyright &#169; 1997-1998, <a href="http://www.earlhood.com/">Earl Hood</a>, <a href="mailto:mhonarc&#37;40mhonarc.org">mhonarc<!-- -->&#64;<!-- -->mhonarc.org</a><br> </address> </body> </html>
tests/data/BookRendererTest/single_page.html
wikimedia/mediawiki-extensions-Collection
<div class="cover-page"> <header> <h1>Book title</h1> <h2>Book subtitle</h2> </header> </div> <nav class="mw-book-toc"> <h1>Table of Contents</h1> <ul> <li class="mw-book-tocitem mw-book-tocitem-type-section level-2"> <a href="#Section_1" data-mw-sectionnumber="1">Section 1</a> </li> <li class="mw-book-tocitem mw-book-tocitem-type-contributors level-0"> <a href="#mw-book-contributors" data-mw-sectionnumber="2">Contributors</a> </li> </ul> </nav> <h2 id="mw-book-article-Foo" class="mw-book-article"><b>Foo</b></h2> <article> Foo body <h2 id="Section_1" data-mw-sectionnumber="1">Section 1</h2> Section 1 body </article> <h1 id="mw-book-contributors" data-mw-sectionnumber="2">Contributors</h1> <div class="contributors"> <ul> <li>X</li> </ul> </div>
documentation/javadoc/com/redhat/rhn/frontend/html/test/package-tree.html
colloquium/spacewalk
<!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_18) on Tue Nov 02 13:16:53 CET 2010 --> <TITLE> com.redhat.rhn.frontend.html.test Class Hierarchy </TITLE> <META NAME="date" CONTENT="2010-11-02"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.redhat.rhn.frontend.html.test Class Hierarchy"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../com/redhat/rhn/frontend/html/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../../../com/redhat/rhn/frontend/integration/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/redhat/rhn/frontend/html/test/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For Package com.redhat.rhn.frontend.html.test </H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../overview-tree.html">All Packages</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> <LI TYPE="circle">TestCase<UL> <LI TYPE="circle">com.redhat.rhn.testing.<A HREF="../../../../../../com/redhat/rhn/testing/RhnBaseTestCase.html" title="class in com.redhat.rhn.testing"><B>RhnBaseTestCase</B></A><UL> <LI TYPE="circle">com.redhat.rhn.frontend.html.test.<A HREF="../../../../../../com/redhat/rhn/frontend/html/test/HtmlTagTest.html" title="class in com.redhat.rhn.frontend.html.test"><B>HtmlTagTest</B></A><LI TYPE="circle">com.redhat.rhn.frontend.html.test.<A HREF="../../../../../../com/redhat/rhn/frontend/html/test/XmlTagTest.html" title="class in com.redhat.rhn.frontend.html.test"><B>XmlTagTest</B></A></UL> </UL> </UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../com/redhat/rhn/frontend/html/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../../../com/redhat/rhn/frontend/integration/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/redhat/rhn/frontend/html/test/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
_site/innnodb.html
yangqiju/yangqiju.github.com
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]--> <head> <meta charset="utf-8"> <title>mysql innodb 学习 &#8211; Orange</title> <meta name="description" content="mysql innodb学习"> <meta name="keywords" content="mysql, innodb"> <meta name="baidu-site-verification" content="kGTic24zBh" /> <!-- Open Graph --> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="mysql innodb 学习"> <meta property="og:description" content="mysql innodb学习"> <meta property="og:url" content="http://yangqiju.github.io/innnodb"> <meta property="og:site_name" content="Orange"> <link rel="canonical" href="http://yangqiju.github.io/innnodb"> <link href="http://yangqiju.github.io/feed.xml" type="application/atom+xml" rel="alternate" title="Orange Feed"> <!-- http://t.co/dKP3o1e --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- For all browsers --> <link rel="stylesheet" href="http://yangqiju.github.io/assets/css/main.min.css"> <!-- Webfonts <script src="//use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9;source-code-pro:n4,n7;volkhov.js"></script> --> <meta http-equiv="cleartype" content="on"> <!-- Load Modernizr --> <script src="http://yangqiju.github.io/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script> <!-- Icons --> <!-- 16x16 --> <link rel="shortcut icon" href="http://yangqiju.github.io/favicon.ico"> <!-- 32x32 --> <link rel="shortcut icon" href="http://yangqiju.github.io/favicon.png"> <!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices --> <link rel="apple-touch-icon-precomposed" href="http://yangqiju.github.io/images/apple-touch-icon-precomposed.png"> <!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini --> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://yangqiju.github.io/images/apple-touch-icon-72x72-precomposed.png"> <!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://yangqiju.github.io/images/apple-touch-icon-114x114-precomposed.png"> <!-- 144x144 (precomposed) for iPad 3rd and 4th generation --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://yangqiju.github.io/images/apple-touch-icon-144x144-precomposed.png"> </head> <body id="post" itemscope itemtype="http://schema.org/WebPage"> <div class="navigation-wrapper"> <nav role="navigation" id="site-nav" class="animated drop" itemscope itemtype="http://schema.org/SiteNavigationElement"> <ul> <li> <a href="http://yangqiju.github.io/about">Home</a> </li> <li> <a href="http://yangqiju.github.io/work">Work</a> </li> <li> <a href="http://yangqiju.github.io/interest">Interest</a> </li> <li> <a href="http://yangqiju.github.io/life">life</a> </li> <!-- <li><a href="http://yangqiju.github.io/feed.xml" title="Atom/RSS feed"><i class="icon-rss"></i> Feed</a></li> --> <li class="dosearch"><i class="icon-search"></i> Search</li> </ul> </nav> </div><!-- /.navigation-wrapper --> <!--[if lt IE 9]><div class="upgrade"><strong><a href="http://whatbrowser.org/">Your browser is quite old!</strong> Why not upgrade to a different browser to better enjoy this site?</a></div><![endif]--> <div class="search-wrapper"> <div class="search-form"> <input type="text" class="search-field" placeholder="Search..."> <i class="icon-remove-sign icon-2x"></i> <ul class="search-results post-list"></ul><!-- /.search-results --> </div><!-- /.search-form --> </div><!-- ./search-wrapper --> <header class="masthead" itemscope itemtype="http://schema.org/Organization"> <div class="wrap"> <a href="http://yangqiju.github.io" class="site-logo" rel="home" title="Orange" itemprop="url"><img src="http://yangqiju.github.io/images/logo.jpeg" width="200" height="200" alt="Orange logo" class="animated fadeInUp" itemprop="logo"></a> <h1 class="site-title animated fadeIn"><a href="http://yangqiju.github.io">Orange</a></h1> <h2 class="site-description animated fadeIn" itemprop="description">做个简单的coder.</h2> </div> </header><!-- /.masthead --> <div id="main" role="main" itemprop="mainContentOfPage" itemscope itemtype="http://schema.org/Blog"> <article class="hentry" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting"> <div class="entry-wrapper"> <header class="entry-header"> <span class="entry-tags"><a href="http://yangqiju.github.io/tags.html#mysql" title="Pages tagged mysql" rel="tag">mysql</a>&nbsp;&bull;&nbsp;<a href="http://yangqiju.github.io/tags.html#innodb" title="Pages tagged innodb" rel="tag">innodb</a></span> <h1 class="entry-title" itemprop="headline">mysql innodb 学习</h1> </header> <footer class="entry-meta"> <img src="http://yangqiju.github.io/images/logo.jpeg" alt="yangqiju photo" class="author-photo"> <span class="author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person">By <span itemprop="name" class="fn"><a href="http://yangqiju.github.io/about" title="About yangqiju" itemprop="url">yangqiju</a></span></span> <span class="entry-date date published"><time datetime="2020-05-15T00:00:00-04:00" itemprop="datePublished"><i class="icon-calendar-empty"></i> May 15, 2020</time></span> <span><a href="http://yangqiju.github.io/innnodb" rel="bookmark" title="mysql innodb 学习" itemprop="url"><i class="icon-link"></i> Permalink</a></span> </footer> <div class="entry-content" style="font-size:14px" itemprop="description"> <p>INNODB学习</p> <h1 id="问题">问题</h1> <h2 id="innodb如何保证了事务">InnoDB如何保证了事务</h2> <p>事务是数据库区别与文件系统的重要特征之一,在文件系统中,如果正在写文件,但是操作系统突然崩溃了,这个文件就很有可能损坏。在数据库中,事务会把数据库从一种一致性状态转换为另一种一致性状态。在数据库提交工作时,可以保证要么所有修改都已经保存了,要么所有修改都不保存。</p> <ul> <li> <p>Atomicity,原子性。整个数据库事务是不可分割的工作单位,只有使事务中所有的数据库操作都执行成功,才算整个事务成功。事务中任何一个SQL语句执行失败,已经执行成功的SQL语句也必须撤销,数据库应该退回到执行事务前的状态。</p> </li> <li> <p>Consistency,一致性。一致性是指事务将数据库从一个状态转变为下一种一致性状态,在事务开始之前和事务结束之后,数据库的完整性约束没有被破坏。事务时一致性的单位,如果事务中某个动作失败了,系统可以自动此撤销事务(返回初始化的状态)</p> </li> <li> <p>Isolation,隔离性。隔离性还有其他的称呼,如并发控制(concurrency control)、可串行化(serializability)、锁(locking)等。事务的隔离性要求每个读写事务的对象对其他事务操作对象能相互分离,即该事务提交前对其他事务都不可见,通常这使用锁来实现。</p> </li> <li> <p>Durability,持久性。事务一旦提交,其结果就是永久性的。即使发生宕机等故障,数据库也能将数据恢复。</p> </li> </ul> <h3 id="如何实现了原子性">如何实现了原子性</h3> <p>原子性是只有使事务中所有的数据库操作都执行成功,才算整个事务成功。事务中任何一个SQL语句执行失败,已经执行成功的SQL语句也必须撤销,数据库应该退回到执行事务前的状态。</p> <p>对于原子性是undo log 保证的还是redo log保证的,书本上(《MYSQL技术内幕》)和网上有着不同的说法。个人理解,应该是redo log 和undo log 结合实现的,redo log 通过COMMIT记录保证了所有数据都执行成功才算事务成功,undo log 保证了事务未COMMIT可以回退到执行前的状态。</p> <p>在《数据库系统实现》一书中描述到,日志类型用到的几种形式:</p> <ol> <li> <p>&lt;START T&gt;,表示事务T的开始</p> </li> <li> <p>&lt;COMMIT T&gt;,表示事务T已经完成并对数据库元素不再有修改</p> </li> <li> <p>&lt;ABORT T&gt;,表示事务T不能成功完成</p> </li> </ol> <p>当系统崩溃后需要做两件事:</p> <ul> <li>按照从前往后做顺序,重做所有已提交的事务</li> </ul> <blockquote> <p>使用redo log 恢复顺序为:1.确定已经提交的事务。2.从头扫描日志,如果T是已经COMMIT的事务,则将指写入到数据库3.如果T是未提交的事务,则在日志中写入&lt;ABORT T&gt;记录并刷新日志</p> </blockquote> <ul> <li>按照从后往前做顺序,撤销所有未提交的事务</li> </ul> <blockquote> <p>对于ABORT的事务,将通过undo log 进行回滚操作恢复数据</p> </blockquote> <h4 id="undo-log实现">Undo log实现</h4> <p>在对数据库进行修改时,InnoDB存储引擎不但会生成redo log 还会生成undo log。这样如果用户的事务或语句失败了或者调用ROLLBACK语句请求回滚,就可以利用这些undo log将数据进行回滚。</p> <p>Undo log是逻辑日志,在回滚时,对于每个insert,引擎会执行一个delete,对于delete,引擎会执行一个insert。因此引擎回滚时他实际是做的与之前相反的工作。</p> <h3 id="如何实现了持久性">如何实现了持久性</h3> <p>Mysql 使用WAL( Write-Ahead Logging)来保证事务的持久性,它的关键点就是先写日志,再写引擎数据。具体来说,当有一条记录需要更新的时候,InnoDB 引擎就会先把记录写到 redo log里面,并更新内存,这个时候更新就算完成了。</p> <p>有了 redo log,InnoDB 就可以保证即使数据库发生异常重启,之前提交的记录都不会丢失,这个能力称为 crash-safe。</p> <p>Redo log 采用顺序写的操作,保证了写入速度。在具体的写redo log过程中,为了保证日志能够安全的写入到磁盘中,引擎会调用一次fsync操作。这是因为redo log没有使用O_DIRECT,因此当写入时只是写入到文件系统缓存(pagecache)。这样fsync的效率就取决于磁盘的性能,同样决定了事务的处理性能。</p> <p>参数innodb_flush_log_at_trx_commit用来控制redo log刷新到磁盘的策略:</p> <ul> <li> <p>默认值为1,表示事务提交必须调用fsync</p> </li> <li> <p>0,表示事务提交时,重做日志缓存(redo log buffer)并不立即写入重做日志文件,而是随着Master Thread的间隔1秒进行fsync操作。</p> </li> <li> <p>2,表示提交事务时,只写入文件缓存即可,不进行fsync操作。这种情况下能提升系统性能,但是无法保证数据安全。如果mysql宕机,系统没有宕机,数据不会丢失,但是如果系统也宕机了,那数据还在系统缓存中,没有刷如磁盘,数据将会丢失。</p> </li> </ul> <h3 id="如何实现了隔离性">如何实现了隔离性</h3> <p>在看如何实现了隔离性之前,可以先问一个问题:为什么会有隔离性?</p> <p>数据库作为提供数据管理、查询的系统,不可避免的需要提供并行处理的能力,数据库需要保证并行事务的准确执行,并且要保证数据的准确性。</p> <p>如何并行处理还能保证数据的安全,最简单的就是通过加锁实现串行化了。而不同的业务,有不同的加锁需求,类似与java里面的读写锁,不同业务选择不同的数据安全程度,以控制数据在多个事务之间的可见度,所以数据库义了不同的”事务隔离等级”来控制锁的程度:</p> <ul> <li> <p>未提交读(Read Uncommitted):能读取到其他会话中未提交事务修改的数据</p> </li> <li> <p>提交读(Read Committed):只能读取到已经提交的数据(不重复读)</p> </li> <li> <p>可重复读(Repeated Read):可重复读。在同一个事务内的查询都是事务开始时刻一致的,InnoDB默认级别。</p> </li> <li> <p>串行读(Serializable):完全串行化的读,每次读都需要获得表级共享锁,读写相互都会阻塞</p> </li> </ul> <p>首先来看并发情况下,读操作可能存在的三类问题:</p> <ul> <li>脏读:当前事务(A)中可以读到其他事务(B)未提交的数据(脏数据),这种现象是脏读。举例如下(以账户余额表为例)</li> </ul> <blockquote> <p><img src="../images/innodb/image1.png" alt="" width="50%" /></p> </blockquote> <ul> <li>不可重复读:在事务A中先后两次读取同一个数据,两次读取的结果不一样,这种现象称为不可重复读。脏读与不可重复读的区别在于:前者读到的是其他事务未提交的数据,后者读到的是其他事务已提交的数据。举例如下</li> </ul> <blockquote> <p><img src="../images/innodb/image2.png" alt="" width="50%" /></p> </blockquote> <ul> <li>幻读:在事务A中按照某个条件先后两次查询数据库,两次查询结果的条数不同,这种现象称为幻读。不可重复读与幻读的区别可以通俗的理解为:前者是数据变了,后者是数据的行数变了(插入新的)。举例如下</li> </ul> <blockquote> <p><img src="../images/innodb/image3.png" alt="" width="50%" /></p> </blockquote> <p>SQL标准中定义了四种隔离级别,并规定了每种隔离级别下上述几个问题是否存在。一般来说,隔离级别越低,系统开销越低,可支持的并发越高,但隔离性也越差。隔离级别与读问题的关系如下:</p> <p><img src="../images/innodb/image4.png" alt="" width="50%" /></p> <h4 id="innodb如何解决的这3个问题">InnoDB如何解决的这3个问题?</h4> <p>这三个问题分别是脏读、不可重复读和幻读。</p> <p>在这之前需要了解一下:</p> <ul> <li>一致性非锁定读(consistent nonlocking read)</li> </ul> <blockquote> <p>Innodb引擎通过行多版本读取当前行数据。如果读取的行正在执行delete、update,这时的读取操作不会等待锁释放,而是读取行的快照数据。也叫快照读 (snapshot read)例如使用”select * from table ….;”语句。</p> <p><img src="../images/innodb/image5.png" alt="" width="50%" /></p> </blockquote> <ul> <li>一致性锁定读(consistent locking read)</li> </ul> <blockquote> <p>这种方式读取的是数据库当前版本数据也叫当前读 (current read)有下面两个select的同时还有修改操作(update/insert/delete)</p> </blockquote> <p>1.select * from table where ? lock in share mode;(共享锁:SLock)</p> <p>2.select * from table where ? for update;(排他锁:XLock)</p> <p>InnoDB默认使用可重复读的隔离等级,解决脏读、不可重复读、幻读等问题,使用的是MVCC:MVCC全称Multi-Version Concurrency Control,即多版本的并发控制协议,也被称乐观锁。多个版本的数据可以共存,主要是依靠数据的隐藏列(也可以称之为标记位)和undo log。其中数据的隐藏列包括了该行数据的版本号、删除时间、指向undo log的指针等等;当读取数据时,MySQL可以通过隐藏列判断是否需要回滚并找到回滚需要的undo log,从而实现MVCC;</p> <p>原文5.5章:<a href="https://www.cnblogs.com/kismetv/p/10331633.html">https://www.cnblogs.com/kismetv/p/10331633.html</a></p> <p>注意:上面的原文中,描述的是一致性非锁定读,所以通过读取版本快照就解决了相关问题。但是在原文总结的时候,提出并不能innodb并不能保证完全隔离,事务B在T3插入了新记录,当事务A提交后余额还是被修改。<strong>这个总结应该是错误的。</strong></p> <p><img src="../images/innodb/image6.png" alt="" width="60%" /> <img src="../images/innodb/image7.png" alt="" width="60%" /></p> <p>我理解是原文使用方式不对,因为如果使用一致性锁定读时,事务A将会使用Next-Key Lock锁定相关范围(0-5),而事务B将插入失败。</p> <p>上面的示例就是一个幻读(幻像)问题(phantom problem),在同一事物下,连续执行两次相同的sql导致不同的查询结果,第二次的sql可能回返之前不存在的行。</p> <p>产生幻读的原因是,行锁只能锁住行,但是新插入记录这个动作,要更新的是记录之间的”间隙”。因此,为了解决幻读问题,InnoDB 只好引入新的锁,也就是间隙锁 (Gap Lock)。间隙锁,锁的就是两个值之间的空隙。间隙锁和行锁合称 next-key lock,每个 next-key lock 是前开后闭区间。</p> <p><img src="../images/innodb/image8.png" alt="" width="50%" /></p> <p>比如表 t,初始化插入了 6 个记录,这就产生了 7 个间隙。这样执行select * from t where d&lt;5 for update的时候,0-5的间隙是被锁住的,事务B对这个范围的insert是不被允许的。这样就避免了幻读问题。</p> <p>幻读的问题的描述(<a href="https://time.geekbang.org/column/article/75173">https://time.geekbang.org/column/article/75173</a>)</p> <h5 id="间隙锁在聚集索引和非聚集索引上的表现不同">间隙锁在聚集索引和非聚集索引上的表现不同</h5> <p>锁的操作是建立在索引上的,如果共享锁(lock in share mode)覆盖索引上,那它可以不锁定主键索引,所以其他事务操作范围内的主键可以update成功的。但是如果是for update排他锁,那就会锁定主键索引,系统会猜测用户通过主键更新,所以相关记录会加上锁。</p> <p>更多情况查看以下内容:</p> <p><a href="https://time.geekbang.org/column/article/75659">https://time.geekbang.org/column/article/75659</a></p> <h2 id="redo-log和binlog区别是什么">Redo log和Binlog区别是什么</h2> <h3 id="binlog-是什么">Binlog 是什么</h3> <p>Binary log记录了对mysql数据库执行更改的所有操作。Binlog主要有以下几个作用:</p> <ul> <li> <p>Recovery恢复,用户可以通过日志进行point-in-time的恢复</p> </li> <li> <p>Replication复制,slave或standby通过复制执行binlog,进行实时同步</p> </li> <li> <p>Audit审计,通过日志进行审计,判断是否有对数据进行注入攻击</p> </li> </ul> <p>binlog 有statement模式、row模式、mixed模式(前两种的混合)。statement格式下,binlog记录的语句原文,可能遇到一个问题,备库同步完语句后,执行的效果(例如查询得索引选择)可能会不一样,导致同步数据有问题。这样可以选择使用row模式。row模式会明确指定主键id和内容。<a href="https://time.geekbang.org/column/article/76446">https://time.geekbang.org/column/article/76446</a></p> <h3 id="redo-log和binlog的区别">Redo log和binlog的区别</h3> <p>因为最开始 MySQL 里并没有 InnoDB 引擎。MySQL 自带的引擎是 MyISAM,但是 MyISAM 没有 crash-safe 的能力,binlog 日志只能用于归档。而 InnoDB 是另一个公司以插件形式引入 MySQL 的,既然只依靠 binlog 是没有 crash-safe 能力的,所以 InnoDB 使用另外一套日志系统,也就是 redo log 来实现 crash-safe 能力。</p> <p>这两种日志有以下三点不同:</p> <ol> <li> <p>redo log 是 InnoDB 引擎特有的;binlog 是 MySQL 的 Server 层实现的,所有引擎都可以使用。</p> </li> <li> <p>redo log 是物理日志,记录的是”在某个数据页上做了什么修改”;binlog 是逻辑日志,记录的是这个语句的原始逻辑,比如”给 ID=2 这一行的 c 字段加 1 “。</p> </li> <li> <p>redo log 是循环写的,空间固定会用完;binlog 是可以追加写入的。”追加写”是指 binlog 文件写到一定大小后会切换到下一个,并不会覆盖以前的日志。</p> </li> </ol> <h3 id="redo-log和binlog的关系">redo log和binlog的关系</h3> <p><img src="../images/innodb/image9.png" alt="" width="50%" /></p> <p>执行器和 InnoDB 引擎在执行这个简单的 update 语句时的内部流程如下:</p> <ol> <li> <p>执行器先找引擎取 ID=2 这一行。ID 是主键,引擎直接用树搜索找到这一行。如果 ID=2 这一行所在的数据页本来就在内存中,就直接返回给执行器;否则,需要先从磁盘读入内存,然后再返回。</p> </li> <li> <p>执行器拿到引擎给的行数据,把这个值加上 1,比如原来是 N,现在就是 N+1,得到新的一行数据,再调用引擎接口写入这行新数据。</p> </li> <li> <p>引擎将这行新数据更新到内存中,同时将这个更新操作记录到 redo log 里面,此时 redo log 处于 prepare 状态。然后告知执行器执行完成了,随时可以提交事务。</p> </li> <li> <p>执行器生成这个操作的 binlog,并把 binlog 写入磁盘。</p> </li> <li> <p>执行器调用引擎的提交事务接口,引擎把刚刚写入的 redo log 改成提交(commit)状态,更新完成。</p> </li> <li> <p>如果没有commit就crash了,恢复时可以通过它们有共同的数据字段(XID)去查记录,如果binlog是完整的,那么就可以将redo log commit,这样主从都一致了。</p> </li> </ol> <p>提交方案为,先写redo log prepare 再写binlog,最后更新redo log commit。为什么要两阶段提交?因为直接提交任意一个文件都有问题.</p> <ul> <li> <p>先写redo log,如果crash了,从库读取binlog读取不到这条,而master会通过redo log恢复,数据不一致。</p> </li> <li> <p>如果先写binlog,crash了,备库会恢复这条数据,而master会从redo log中恢复,发现没有这条数据,无法恢复。</p> </li> </ul> <h2 id="mysql逻辑架构">Mysql逻辑架构</h2> <p><img src="../images/innodb/image10.png" alt="" width="50%" /></p> <p>如上图所示,MySQL服务器逻辑架构从上往下可以分为三层:</p> <p>(1)第一层:处理客户端连接、授权认证等。</p> <p>(2)第二层:服务器层,负责查询语句的解析、优化、缓存以及内置函数的实现、存储过程等。</p> <p>(3)第三层:存储引擎,负责MySQL中数据的存储和提取。MySQL中服务器层不管理事务,事务是由存储引擎实现的。MySQL支持事务的存储引擎有InnoDB、NDB Cluster等,其中InnoDB的使用最为广泛;其他存储引擎不支持事务,如MyIsam、Memory等。</p> <h2 id="innodb都有什么索引">InnoDB都有什么索引</h2> <h3 id="自适应哈希索引">自适应哈希索引</h3> <p>B+ tree 的查找取决于tree的高度,在生产环境中,B+ tree的高度一般为3~4层,也就是3到4此查询,而Hash 的时间复杂度了O(1),大多情况下只需查询1次。</p> <p>InnoDB通过自动监控各个索引页的查询,判断热点页的条件符合程度建立相应的hash index,这被称为自适应哈希索引(Adaptive Hash Index,AHI)。</p> <p><img src="../images/innodb/image11.png" alt="" width="60%" /></p> <p>Innodb存储引擎会监控对表上二级索引的查找,如果发现某二级索引被频繁访问,二级索引成为热数据,建立哈希索引可以带来速度的提升。</p> <p>需要注意的是,AHI只能用来所有等值查询,不支持范围查找。</p> <p>通过下面的指令可以查看使用效果。</p> <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="o">+--------------------------------------------------+</span> <span class="o">|</span> <span class="n">mysql</span><span class="err">\</span><span class="o">&gt;</span> <span class="n">show</span> <span class="n">engine</span> <span class="n">innodb</span> <span class="n">status</span><span class="err">\\</span><span class="no">G</span><span class="o">;</span> <span class="o">|</span> <span class="o">|</span> <span class="o">......</span> <span class="o">|</span> <span class="o">|</span> <span class="nc">Hash</span> <span class="n">table</span> <span class="n">size</span> <span class="mi">34673</span><span class="o">,</span> <span class="n">node</span> <span class="n">heap</span> <span class="n">has</span> <span class="mi">0</span> <span class="n">buffer</span><span class="o">(</span><span class="n">s</span><span class="o">)</span> <span class="o">|</span> <span class="o">|</span> <span class="mf">0.00</span> <span class="n">hash</span> <span class="n">searches</span><span class="o">/</span><span class="n">s</span><span class="o">,</span> <span class="mf">0.00</span> <span class="n">non</span><span class="o">-</span><span class="n">hash</span> <span class="n">searches</span><span class="o">/</span><span class="n">s</span> <span class="o">|</span> <span class="o">+--------------------------------------------------+</span></code></pre></figure> <p><a href="https://www.cnblogs.com/geaozhang/p/7252389.html">https://www.cnblogs.com/geaozhang/p/7252389.html</a></p> <h3 id="b-tree-索引">B+ tree 索引</h3> <p>InnoDB使用的是B+ tree 当索引,B是balanced平衡的意思。B+ tree并不能找到一个给定值的具体行,它会找到数据行所在的页,数据库通过把页读到内存中,再在内存中进行查找,得到要查询的数据。</p> <p><img src="../images/innodb/image12.png" alt="" width="60%" /></p> <p>B+树是为了磁盘或其他直接存取辅助设备设计的一种平衡查找树。所有的记录节点都是按照键值的大小顺序存放在同一层的叶子节点上,由各叶子节点指针进行连接。B+ tree有个特点是高扇出(fan out,例如下面为3),这样在树的高度就为2到4层,也就是查询记录只需要2到4次磁盘IO。</p> <p><img src="../images/innodb/image13.png" alt="" width="60%" /></p> <p>B+ tree索引可以分为聚集索引(clustered index)和辅助索引(secondary index),他们不同的是,聚集索引叶子节点存放的是完整数据(数据页的形式),而辅助索引存储的是主键。</p> <h4 id="聚集索引">聚集索引</h4> <p>InnoDB存储引擎是索引组织表,即表中数据按照主键顺序存放,而聚集索引就是按照每张表的主键构造一个B+树,同时叶子节点存放的即为整张表的行记录数据,也将聚集索引的叶子节点成为数据页。这个特性决定了索引组织表中的数据也是索引的一部分。</p> <p><img src="../images/innodb/image14.png" alt="" width="60%" /></p> <p>聚集索引使用主键构造树,可以在聚集索引的叶子节点上直接找到数据,由于定了数据的逻辑顺序,聚集索引能高效的针对范围值的查询。因此利用好主键实现业务逻辑能带来很高的查询效率。</p> <h4 id="非聚集索引">非聚集索引</h4> <p>辅助索引(也成为了非聚集索引),叶子节点并不包含行记录的全部数据。叶子节点包含键值以外,还包含一个书签。该书签用来告诉InnoDB存储引擎哪里可以找到与索引相对应的行数据。由于InnDB存储引擎表示索引组织表,因此辅助索引的书签就是相对应的行数据的聚集索引键。每张表上可以有多个辅助索引。</p> <p><img src="../images/innodb/image15.png" alt="" width="60%" /></p> <h4 id="联合索引">联合索引</h4> <p>联合索引是指对表上的多个列进行索引,他同样是B+ tree,和单个索引的区别是有多个索引列(键值数量大于1)。</p> <p><img src="../images/innodb/image16.png" alt="" width="60%" /></p> <p>假定两个列分别为a,b。如图叶子节点是按照(a,b)字段的顺序进行存放。因此where a=x and b=x 是可以利用上索引的,对于where a=x也是可以利用上索引的,但是where b=x就不能利用上索引。</p> <h4 id="覆盖索引">覆盖索引</h4> <p>覆盖索引(covering index ,或称为索引覆盖)即从非主键索引中就能查到的记录,而不需要查询主键索引中的记录,避免了回表的产生减少了树的搜索次数,显著提升性能。</p> <p>例如下面的示例,name和age都不是主键索引,创建name和age的索引,在查询通过where name=x即能查出age,而不需要回表。</p> <p><img src="../images/innodb/image17.png" alt="" width="60%" /></p> <p><a href="https://juejin.im/post/5da5d1966fb9a04e252c94bf">https://juejin.im/post/5da5d1966fb9a04e252c94bf</a></p> <h2 id="对写有什么优化策略">对写有什么优化策略?</h2> <p><img src="../images/innodb/image18.png" alt="" />{width=”5.768055555555556in” height=”2.6284722222222223in”}</p> <h3 id="walmem策略">WAL+MEM策略</h3> <p>在数据存储中,通常的写优化方案都是(WAL+内存)的方案:通过写内存保证插入速度,通过WAL解决内存容易丢失的问题。而WAL又是顺序写,所有速度能得到保证。redo log 做WAL的实现。</p> <h3 id="减少资源竞争">减少资源竞争</h3> <p><img src="../images/innodb/image18.png" alt="" />{width=”5.768055555555556in” height=”2.6284722222222223in”}</p> <p>从InnoDB1.0.x开始,允许有多个缓冲池实例,每个页根据哈希值平均分配到不同的缓冲池实例,这样减少数据库内部的资源竞争。增加了并发处理能力。</p> <h3 id="减少磁盘写">减少磁盘写</h3> <p>前面提到InnoDB存储引擎是索引组织表,即表中数据按照主键顺序存放,聚集索引就是按照每张表的主键构造一个B+树,叶子节点就是数据。而非聚集索引是用来辅助的叶子节点是主键数据。</p> <p>所以当一个表内既有聚集索引又有非聚集索引的情况下,磁盘操作不但要有写数据的IO还要有聚集索引写入的IO。这里就需要分两个情况</p> <ol> <li><strong>聚集索引操作(例如insert/update/delete自定义主键的数据)</strong></li> </ol> <blockquote> <p>当操作记录时,要通过索引找到要插入范围的索引页,判断是否主键冲突然后在插入。如果这条数据的范围需要插入的目标页(数据页和索引页?)在内存中,那插入内存后返回(通过脏页刷新的策略写入磁盘)。如果不在内存中,则需要先将数据页加载到内存进行处理。</p> </blockquote> <ol> <li><strong>非聚集索引操作</strong></li> </ol> <blockquote> <p>存储引擎对此设计了insert buffer ,当对非unique的索引插入或更新操作时,不是每一次直接插入索引页中,而是判断索引页是否在buffer pool,如果在则直接插入,如果不在则放到一个insert buffer对象中。然后再以一定的频率和情况对insert buffer和非聚集索引页子节点的merge操作。这能将多一个插入合并到一个操作(如果在一个索引页当中)。这样就提高了非聚集索引的插入性能。(change buffer是insert buffer的升级版,增加了delete buffer ,purge buffer)</p> </blockquote> <h3 id="aio刷新临近页">AIO+刷新临近页</h3> <p>在内存中被update之后的数据变成了脏页,当达到刷新到磁盘的条件时,引擎会检测该页所在区(extent)的所有页,如果是脏页那么一起进行刷新。这样通过AIO就将多个IO操作合并成了一个。</p> <p>AIO(Asynchronous IO)相比Sync IO,不用等待每次IO完成,并且可以进行IO Merge操作,将多个IO合并为一个,提高IOPS性能。在读取和写入都有一定的提升。</p> <p>在机械硬盘下有显著的优势,但是如果是SSD存储,该特性可能没有太大帮助。1.2.x版本以后可以通过innodb_flush_neighbors参数进行关闭。</p> <h2 id="对读有什么优化策略">对读有什么优化策略?</h2> <h3 id="b树低io">B+树低IO</h3> <p>数据查询使用B+树本身就是为了磁盘或其他直接存储辅助设备设计的一种平衡查找树,数据结构决定了在查询磁盘数据时的高效性。</p> <p><img src="../images/innodb/image15.png" alt="" width="60%" /></p> <p>B+树分为叶子节点和非叶子节点,叶子节点存储的是数据,非叶子节点存储的键值和指针。默认情况下页的大小为16k,粗略计算一条记录为1k,那每个叶子节点存储16条数据。</p> <p>假设主键ID为bigint类型,长度为8字节,而指针大小在InnoDB源码中设置为6字节,这样一共14字节,即16k/14=1170。那么可以算出一棵高度为2的B+树,能存放1170*16=18720 条这样的数据记录。高度为3的B+树可以存放 :1170*1170*16=21902400 条这样的记录。</p> <p>所以在InnoDB中B+树高度一般为1-3层,它就能满足千万级的数据存储。在查找数据时一次页的查找代表一次IO,所以通过主键索引查询通常只需要1-3次IO操作即可查找到数据。</p> <p><a href="https://mp.weixin.qq.com/s/QmlVJJhHLVzjM7XMCOGPmg">https://mp.weixin.qq.com/s/QmlVJJhHLVzjM7XMCOGPmg</a></p> <h3 id="多种索引支持">多种索引支持</h3> <p>覆盖索引、联合索引都是对具体业务根据不同的查询条件建立的索引,使用的当都能加快查询的速度。自适应哈希索引更是将热点页的数据将多次查询变为一次。</p> <p><img src="../images/innodb/image11.png" alt="" width="60%" /></p> <h3 id="内存查询">内存查询</h3> <p>在磁盘之上增加内存来提升查询效率是最广泛的操作,mysql 的buffer pool中存储了在写入时的最新数据,所以在数据查询时,如果内存中没有相关数据需要查询磁盘,加载数据也并返回,但是如果内存中有则能直接返回结果。</p> <p>可以通过show engine innodb status查看内存命中效果。</p> <h4 id="全表查询会不会替换热数据">全表查询会不会替换热数据?</h4> <p>当进行数据查询时,会将数据加载到内存当中,如果内存中有相应的数据则可以直接返回,这样在查询热点数据的情况下,效率会提升很多。那执行一个全表查询会不会将热点数据全部替换掉导致真实的热点数据不能利用缓存呢?</p> <p>InnoDB 内存管理用的是最近最少使用 (Least Recently Used, LRU) 算法,这个算法的核心就是淘汰最久未使用的数据。</p> <p><img src="../images/innodb/image19.png" alt="" width="60%" /></p> <p>InnoDB 管理 Buffer Pool 的 LRU 算法,是用链表来实现的。</p> <ol> <li> <p>在图 6 的状态 1 里,链表头部是 P1,表示 P1 是最近刚刚被访问过的数据页;假设内存里只能放下这么多数据页;</p> </li> <li> <p>这时候有一个读请求访问 P3,因此变成状态 2,P3 被移到最前面;</p> </li> <li> <p>状态 3 表示,这次访问的数据页是不存在于链表中的,所以需要在 Buffer Pool 中新申请一个数据页 Px,加到链表头部。但是由于内存已经满了,不能申请新的内存。于是,会清空链表末尾 Pm 这个数据页的内存,存入 Px 的内容,然后放到链表头部。</p> </li> <li> <p>从效果上看,就是最久没有被访问的数据页 Pm,被淘汰了。</p> </li> </ol> <p>那么,按照这个算法扫描的话,就会把当前的 Buffer Pool 里的数据全部淘汰掉,存入扫描过程中访问到的数据页的内容。对于一个正在做业务服务的库,这可不妙。你会看到,Buffer Pool 的内存命中率急剧下降,磁盘压力增加,SQL 语句响应变慢。</p> <p>所以,InnoDB 不能直接使用这个 LRU 算法。实际上,InnoDB 对 LRU 算法做了改进。</p> <p><img src="../images/innodb/image20.png" alt="" width="80%" /></p> <p>在 InnoDB 实现上,按照 5:3 的比例把整个 LRU 链表分成了 young 区域和 old 区域。图中 LRU_old 指向的就是 old 区域的第一个位置,是整个链表的 5/8 处。也就是说,靠近链表头部的 5/8 是 young 区域,靠近链表尾部的 3/8 是 old 区域。</p> <p>改进后的 LRU 算法的操作逻辑:</p> <ol> <li> <p>扫描过程中,需要新插入的数据页,都被放到 old 区域 ;</p> </li> <li> <p>一个数据页里面有多条记录,这个数据页会被多次访问到,但由于是顺序扫描,这个数据页第一次被访问和最后一次被访问的时间间隔不会超过 1 秒,因此还是会被保留在 old 区域;</p> </li> <li> <p>再继续扫描后续的数据,之前的这个数据页之后也不会再被访问到,于是始终没有机会移到链表头部(也就是 young 区域),很快就会被淘汰出去。</p> </li> </ol> <p>可以看到,这个策略最大的收益,就是在扫描这个大表的过程中,虽然也用到了 Buffer Pool,但是对 young 区域完全没有影响,从而保证了 Buffer Pool 响应正常业务的查询命中率。</p> <p><a href="https://time.geekbang.org/column/article/79407">https://time.geekbang.org/column/article/79407</a></p> <h1 id="参考">参考</h1> <p><a href="https://www.cnblogs.com/kismetv/p/10331633.html">https://www.cnblogs.com/kismetv/p/10331633.html</a></p> <p><a href="https://time.geekbang.org/column/article/68633">https://time.geekbang.org/column/article/68633</a></p> <p><a href="https://www.cnblogs.com/geaozhang/p/7252389.html">https://www.cnblogs.com/geaozhang/p/7252389.html</a></p> <p><a href="https://segmentfault.com/a/1190000008545713">https://segmentfault.com/a/1190000008545713</a></p> <p><a href="https://mp.weixin.qq.com/s/QmlVJJhHLVzjM7XMCOGPmg">https://mp.weixin.qq.com/s/QmlVJJhHLVzjM7XMCOGPmg</a></p> <p><a href="https://time.geekbang.org/column/article/79407">https://time.geekbang.org/column/article/79407</a></p> <p><a href="https://zh.wikipedia.org/wiki/%E4%BA%8B%E5%8B%99%E9%9A%94%E9%9B%A2">https://zh.wikipedia.org/wiki/%E4%BA%8B%E5%8B%99%E9%9A%94%E9%9B%A2</a></p> <p><a href="https://time.geekbang.org/column/article/75173">https://time.geekbang.org/column/article/75173</a></p> </div><!-- /.entry-content --> </div><!-- /.entry-wrapper --> <nav class="pagination" role="navigation"> <a href="http://yangqiju.github.io/%E8%AF%AD%E6%B3%95%E8%A7%A3%E6%9E%90%E5%AD%A6%E4%B9%A0" class="btn" title="语法解析学习">Previous article</a> <a href="http://yangqiju.github.io/DICOM%E6%89%AB%E7%9B%B2" class="btn" title="DICOM 扫盲">Next article</a> </nav><!-- /.pagination --> </article> </div><!-- /#main --> <div class="footer-wrapper"> <footer role="contentinfo"> <span>&copy; 2021 yangqiju. Powered by <a href="http://jekyllrb.com">Jekyll</a> using the <a href="http://mademistakes.com/">So Simple Theme</a>.</span> <div class="social-icons"> <a href="http://github.com/yangqiju" title="yangqiju on Github" target="_blank"><i class="icon-github icon-2x"></i></a> </div><!-- /.social-icons --> </footer> </div><!-- /.footer-wrapper --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="http://yangqiju.github.io/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script> <script src="http://yangqiju.github.io/assets/js/scripts.min.js"></script> <!-- Jekyll Simple Search option --> <script> $(document).ready(function() { $('.search-field').simpleJekyllSearch({ jsonFile : 'http://yangqiju.github.io/search.json', searchResults : '.search-results', template : '<li><article><a href="{url}">{title} <span class="entry-date"><time datetime="{date}">{shortdate}</time></span></a></article></li>', noResults: '<p>Nothing found.</p>' }); }); (function( $, window, undefined ) { var bs = { close: $(".icon-remove-sign"), searchform: $(".search-form"), canvas: $("body"), dothis: $('.dosearch') }; bs.dothis.on('click', function() { $('.search-wrapper').css({ display: "block" }); bs.searchform.toggleClass('active'); bs.searchform.find('input').focus(); bs.canvas.toggleClass('search-overlay'); }); bs.close.on('click', function() { $('.search-wrapper').removeAttr( 'style' ); bs.searchform.toggleClass('active'); bs.canvas.removeClass('search-overlay'); }); })( jQuery, window ); </script> </body> </html>
submodules/externals/xerces-c/doc/html/apiDocs-3/globals_0x73.html
raj-bhatia/grooveip-ios-public
<!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.5"/> <title>Xerces-C++: File Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Xerces-C++ &#160;<span id="projectnumber">3.1.4</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.5 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li class="current"><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="globals.html"><span>All</span></a></li> <li><a href="globals_vars.html"><span>Variables</span></a></li> <li><a href="globals_type.html"><span>Typedefs</span></a></li> <li><a href="globals_defs.html"><span>Macros</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="globals.html#index_c"><span>c</span></a></li> <li><a href="globals_0x64.html#index_d"><span>d</span></a></li> <li><a href="globals_0x66.html#index_f"><span>f</span></a></li> <li><a href="globals_0x67.html#index_g"><span>g</span></a></li> <li><a href="globals_0x6c.html#index_l"><span>l</span></a></li> <li><a href="globals_0x6d.html#index_m"><span>m</span></a></li> <li><a href="globals_0x70.html#index_p"><span>p</span></a></li> <li class="current"><a href="globals_0x73.html#index_s"><span>s</span></a></li> <li><a href="globals_0x74.html#index_t"><span>t</span></a></li> <li><a href="globals_0x75.html#index_u"><span>u</span></a></li> <li><a href="globals_0x76.html#index_v"><span>v</span></a></li> <li><a href="globals_0x78.html#index_x"><span>x</span></a></li> </ul> </div> </div><!-- top --> <div class="contents"> <div class="textblock">Here is a list of all file members with links to the files they belong to:</div> <h3><a class="anchor" id="index_s"></a>- s -</h3><ul> <li>SAX2_EXPORT : <a class="el" href="XercesDefs_8hpp.html#a33ae6aeb420a5fc867079688f5cdc617">XercesDefs.hpp</a> </li> <li>SAX_EXPORT : <a class="el" href="XercesDefs_8hpp.html#a7fdf07718ad6e0a80a00387c4fb5f82d">XercesDefs.hpp</a> </li> <li>StringList : <a class="el" href="XSConstants_8hpp.html#aef973c7ee42adc6b41aa1bf50b8e19aa">XSConstants.hpp</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.5 </small></address> </body> </html>
PyQt-gpl-5.4.1/doc/html/api/qtextframe.html
anomitra/articleScraper
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>QTextFrame &mdash; PyQt 5.4.1 Reference Guide</title> <link rel="stylesheet" href="../_static/default.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '5.4.1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="shortcut icon" href="../_static/logo_tn.ico"/> <link rel="top" title="PyQt 5.4.1 Reference Guide" href="../index.html" /> <link rel="up" title="PyQt5 Class Reference" href="../class_reference.html" /> <link rel="next" title="QTextFrameFormat" href="qtextframeformat.html" /> <link rel="prev" title="QTextFragment" href="qtextfragment.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="qtextframeformat.html" title="QTextFrameFormat" accesskey="N">next</a> |</li> <li class="right" > <a href="qtextfragment.html" title="QTextFragment" accesskey="P">previous</a> |</li> <li><a href="../index.html">PyQt 5.4.1 Reference Guide</a> &raquo;</li> <li><a href="../class_reference.html" accesskey="U">PyQt5 Class Reference</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="qtextframe"> <h1>QTextFrame<a class="headerlink" href="#qtextframe" title="Permalink to this headline">¶</a></h1> <dl class="class"> <dt id="PyQt5.QtGui.QTextFrame"> <em class="property">class </em><tt class="descclassname">PyQt5.QtGui.</tt><tt class="descname">QTextFrame</tt><a class="headerlink" href="#PyQt5.QtGui.QTextFrame" title="Permalink to this definition">¶</a></dt> <dd><p><a class="reference external" href="http://qt-project.org/doc/qt-5/qtextframe.html">C++ documentation</a></p> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <p class="logo"><a href="../index.html"> <img class="logo" src="../_static/logo.png" alt="Logo"/> </a></p> <h4>Previous topic</h4> <p class="topless"><a href="qtextfragment.html" title="previous chapter">QTextFragment</a></p> <h4>Next topic</h4> <p class="topless"><a href="qtextframeformat.html" title="next chapter">QTextFrameFormat</a></p> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="qtextframeformat.html" title="QTextFrameFormat" >next</a> |</li> <li class="right" > <a href="qtextfragment.html" title="QTextFragment" >previous</a> |</li> <li><a href="../index.html">PyQt 5.4.1 Reference Guide</a> &raquo;</li> <li><a href="../class_reference.html" >PyQt5 Class Reference</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2015 Riverbank Computing Limited. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3. </div> </body> </html>
wp-content/uploads/maxmegamenu/style.css
evanbuss/wordpress
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul, #mega-menu-wrap-primary #mega-menu-primary li, #mega-menu-wrap-primary #mega-menu-primary p, #mega-menu-wrap-primary #mega-menu-primary img, #mega-menu-wrap-primary #mega-menu-primary div, #mega-menu-wrap-primary #mega-menu-primary a { color: #666; font-family: inherit; font-size: 14px; background: none; border: 0; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -ms-border-radius: 0 0 0 0; -o-border-radius: 0 0 0 0; border-radius: 0 0 0 0; margin: 0; opacity: 1; padding: 0; position: relative; right: auto; top: auto; bottom: auto; left: auto; text-align: left; text-transform: none; vertical-align: baseline; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; list-style-type: none; line-height: 1.7; box-sizing: border-box; float: none; overflow: visible; display: block; min-height: 0; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; text-decoration: none; width: auto; clip: auto; height: auto; outline: none; visibility: inherit; } #mega-menu-wrap-primary:before, #mega-menu-wrap-primary #mega-menu-primary:before, #mega-menu-wrap-primary #mega-menu-primary ul:before, #mega-menu-wrap-primary #mega-menu-primary li:before, #mega-menu-wrap-primary #mega-menu-primary p:before, #mega-menu-wrap-primary #mega-menu-primary img:before, #mega-menu-wrap-primary #mega-menu-primary div:before, #mega-menu-wrap-primary #mega-menu-primary a:before, #mega-menu-wrap-primary:after, #mega-menu-wrap-primary #mega-menu-primary:after, #mega-menu-wrap-primary #mega-menu-primary ul:after, #mega-menu-wrap-primary #mega-menu-primary li:after, #mega-menu-wrap-primary #mega-menu-primary p:after, #mega-menu-wrap-primary #mega-menu-primary img:after, #mega-menu-wrap-primary #mega-menu-primary div:after, #mega-menu-wrap-primary #mega-menu-primary a:after { display: none; } #mega-menu-wrap-primary #mega-menu-primary { visibility: visible; } #mega-menu-wrap-primary #mega-menu-primary a { display: inline; } #mega-menu-wrap-primary #mega-menu-primary table, #mega-menu-wrap-primary #mega-menu-primary td, #mega-menu-wrap-primary #mega-menu-primary tr, #mega-menu-wrap-primary #mega-menu-primary th { border: 0; margin: 0; padding: 0; background: none; } #mega-menu-wrap-primary { background: #222; -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 0px 0px 0px 0px; -ms-border-radius: 0px 0px 0px 0px; -o-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; } #mega-menu-wrap-primary #mega-menu-primary { text-align: left; padding: 0px 0px 0px 0px; } #mega-menu-wrap-primary #mega-menu-primary p { margin-bottom: 10px; } #mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img { max-width: 100%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu { display: block; visibility: hidden; opacity: 1; } #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu { visibility: visible; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^='dashicons']:before { font-family: dashicons; } #mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link > a { cursor: default; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a:before { display: inline-block; font: inherit; font-family: dashicons; position: static; margin: 0 6px 0 0px; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: inherit; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a:before { margin: 0; } #mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a { -webkit-border-radius: 0px 0px 0 0; -moz-border-radius: 0px 0px 0 0; -ms-border-radius: 0px 0px 0 0; -o-border-radius: 0px 0px 0 0; border-radius: 0px 0px 0 0; } #mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right > ul.mega-sub-menu { right: 0; } #mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on > a { -webkit-border-radius: 0px 0px 0 0; -moz-border-radius: 0px 0px 0 0; -ms-border-radius: 0px 0px 0 0; -o-border-radius: 0px 0px 0 0; border-radius: 0px 0px 0 0; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item { position: static; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item { margin: 0 0px 0 0; display: inline-block; height: auto; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right { float: right; margin: 0 0 0 0px; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:focus { background: #333; color: #fff; font-weight: normal; text-decoration: none; border-color: #fff; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a { border-top: 0px solid #fff; border-left: 0px solid #fff; border-right: 0px solid #fff; border-bottom: 0px solid #fff; outline: none; text-decoration: none; padding: 0px 10px 0px 10px; line-height: 40px; font-weight: normal; height: 40px; vertical-align: baseline; text-align: left; width: auto; display: block; color: #fff; text-transform: normal; text-decoration: none; background: transparent; -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 0px 0px 0px 0px; -ms-border-radius: 0px 0px 0px 0px; -o-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; font-family: inherit; font-size: 14px; cursor: pointer; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item { display: list-item; margin: 0; clear: both; border: 0; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right { float: none; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a { -webkit-border-radius: 0 0 0 0 0 0 0; -moz-border-radius: 0 0 0 0 0 0 0; -ms-border-radius: 0 0 0 0 0 0 0; -o-border-radius: 0 0 0 0 0 0 0; border-radius: 0 0 0 0 0 0 0; border: 0; margin: 0; line-height: 40px; height: 40px; padding: 0 10px; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu { z-index: 999; -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 0px 0px 0px 0px; -ms-border-radius: 0px 0px 0px 0px; -o-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; background: #f1f1f1; padding: 0px 0px 0px 0px; position: absolute; width: 100%; border-top: 0px solid #fff; border-left: 0px solid #fff; border-right: 0px solid #fff; border-bottom: 0px solid #fff; left: 0; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu { float: left; position: static; width: 100% !important; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 { width: 50%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 { width: 33.33333%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 { width: 66.66667%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 { width: 25%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 { width: 50%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 { width: 75%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 { width: 20%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 { width: 40%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 { width: 60%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 { width: 80%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 { width: 16.66667%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 { width: 33.33333%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 { width: 50%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 { width: 66.66667%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 { width: 83.33333%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 { width: 14.28571%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 { width: 28.57143%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 { width: 42.85714%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 { width: 57.14286%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 { width: 71.42857%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 { width: 85.71429%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 { width: 12.5%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 { width: 25%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 { width: 37.5%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 { width: 50%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 { width: 62.5%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 { width: 75%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 { width: 87.5%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 { width: 100%; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu { border: 0; padding: 10px; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -ms-border-radius: 0 0 0 0; -o-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li { width: 50% !important; clear: none; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) { clear: left; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li ul.mega-sub-menu { clear: both; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li ul.mega-sub-menu li ul.mega-sub-menu { margin-left: 10px; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li ul.mega-sub-menu li ul.mega-sub-menu li ul.mega-sub-menu { margin-left: 20px; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item { color: #666; font-family: inherit; font-size: 14px; display: block; float: left; clear: none; padding: 15px 15px 15px 15px; vertical-align: top; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear { clear: left; /* Widget titles */ } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title { color: #555; font-family: inherit; font-size: 16px; text-transform: uppercase; text-decoration: none; font-weight: bold; margin: 0px 0px 0px 0px; padding: 0px 0px 5px 0px; vertical-align: top; display: block; border-top: 0px solid #555; border-left: 0px solid #555; border-right: 0px solid #555; border-bottom: 0px solid #555; /* Second level menu item */ } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a { color: #555; font-family: inherit; font-size: 16px; text-transform: uppercase; text-decoration: none; font-weight: bold; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; vertical-align: top; display: block; border-top: 0px solid #555; border-left: 0px solid #555; border-right: 0px solid #555; border-bottom: 0px solid #555; /* Second level menu item hover */ } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a:focus { color: #555; font-weight: bold; text-decoration: none; background: transparent; /* third level menu item */ } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a { color: #666; font-family: inherit; font-size: 14px; text-transform: none; text-decoration: none; font-weight: normal; margin: 0; padding: 0px 0px 0px 0px; vertical-align: top; display: block; /* Second level menu item hover */ } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:focus { color: #666; font-weight: normal; text-decoration: none; background: transparent; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu { z-index: 999; position: absolute; width: 150px; border-top: 0px solid #fff; border-left: 0px solid #fff; border-right: 0px solid #fff; border-bottom: 0px solid #fff; padding: 0px 0px 0px 0px; background: #f1f1f1; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu { float: left; position: static; width: 100% !important; padding: 0; border: 0; } } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item { clear: both; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a { display: block; background: #f1f1f1; color: #666; font-family: inherit; font-size: 14px; font-weight: normal; padding: 0px 10px 0px 10px; line-height: 35px; text-decoration: none; text-transform: normal; vertical-align: baseline; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a { border-top-left-radius: 0px; border-top-right-radius: 0px; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child a { border-top-left-radius: 0; border-top-right-radius: 0; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:focus { background: #ddd; font-weight: normal; text-decoration: none; color: #666; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu { position: absolute; left: 100%; top: 0; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu { position: static; left: 0; width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a { padding-left: 20px; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a:after { content: '\f140'; display: inline-block; font: inherit; font-family: dashicons; margin: 0 0 0 6px; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); color: inherit; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children a:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children a:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children a:after { float: right; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a:after { content: '\f142'; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-hide-arrow > a:after { display: none; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a:after { content: '\f139'; float: right; margin: 0; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a:after { content: '\f140'; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li a { text-align: right; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li a { text-align: left; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li a:before { float: right; margin: 0 0 0 6px; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li a:before { float: left; margin: 0 6px 0 0; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a:after { content: '\f141'; float: left; margin: 0; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a:after { content: '\f140'; float: right; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu { left: -100%; top: 0; } #mega-menu-wrap-primary .mega-menu-toggle { display: none; z-index: 1; cursor: pointer; text-align: right; background: #222; -webkit-border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; -ms-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; line-height: 40px; height: 40px; color: #fff; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary .mega-menu-toggle { display: block; } } #mega-menu-wrap-primary .mega-menu-toggle:before { content: "\f333"; font-family: 'dashicons'; font-size: 24px; margin: 0 5px; float: right; } #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:before { content: "\f153"; } #mega-menu-wrap-primary .mega-menu-toggle:after { content: 'MENU'; } #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after { content: ""; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary { display: none; } #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu { display: none; visibility: visible; opacity: 1; } #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu { display: block; } #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary { display: block; } } #mega-menu-wrap-primary { clear: both; }
cpyfw/cpfl/bhz/2014-03-07/112.html
306076197/hudson
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>马赛克</title> <meta name="keywords" content="" /> <meta name="description" content="马赛克" /> <meta name="author" content="信远科技,广州信远信息科技有限公司www.sinet.com.cn" /> <link rel="stylesheet" type="text/css" href="/hadexuncms/skin/default/css/style.css" /> <script type="text/javascript" src="/hadexuncms/skin/default/js/jquery.js"></script> <script type="text/javascript" src="/hadexuncms/skin/default/js/jqnav.js"></script> <script src="/hadexuncms/skin/default/js/tab.js" type="text/javascript"></script> <!--[if lte IE 6]> <SCRIPT src="/hadexuncms/skin/default/js/iepng.js" type="text/javascript"></SCRIPT> <script> EvPNG.fix('div, ul, img, li, input'); </script> <![endif]--> </head> <body class="bgmm"> <!-- 头部开始 --> <div class="wrap"> <div name="gotop"> </div> <div class="top"> <div class="topbox2"> <div class="searchcc"> <input name="txtSelAll" id="txtSelAll" type="text" class="in_sin" value="关键字" onblur="if (this.value=='')this.value='关键字';" onclick="if (this.value=='关键字')this.value=''" /><input name="btnSearch" id="btnSearch" type="button" value="" class="ins_b" /> </div> <div class="lan2"> <img src="/hadexuncms/skin/default/images/icon_8.png" width="16" height="11" align="absmiddle" />中国 </div> </div> <div class="topbox1"> <a target="_blank" href="http://dongpengcz.tmall.com/">官方商城</a> 关注我们:<a target="_blank" rel="nofollow" href="http://weibo.com/dongpengcizhuan"> <img src="/hadexuncms/skin/default/images/icon_4.png" width="16" height="16" align="absmiddle" alt="新浪微博" title="新浪微博" /> </a> <a target="_blank" rel="nofollow" href="http://t.qq.com/dongpeng"> <img src="/hadexuncms/skin/default/images/icon_5.png" width="16" height="16" align="absmiddle" alt="腾讯微博" title="腾讯微博" /> </a> <a rel="nofollow" href="http://www.jiathis.com/share/" class="jiathis" target="_blank"> <img src="/hadexuncms/skin/default/images/icon_6.png" width="16" height="16" align="absmiddle" /> </a> </div> </div> </div> <div class="cls"> </div> <div class="head"> <div class="navbg" id="navbg"> </div> <div class="wrap"> <div class="headone"> <h1> <a href="/index.aspx"> <img src="/hadexuncms/skin/default/images/logo.png"/></a></h1> <div class="nav"> <ul class="navlist"> <li><a href="/hadexuncms/">首 页</a></li> </ul> <ul class="navlist" id="nav"> <li class="lihover"><a href="/hadexuncms/zjhdx/2014-02-22/6.html">走进哈德逊</a> <div class="navbox"> <p class="boxlist"> <span><a href="/hadexuncms/zjhdx/2014-02-22/6.html">企业简介</a></span> <span><a href="/hadexuncms/zjhdx/2014-02-22/7.html">企业文化</a></span> <span><a href="/hadexuncms/zjhdx/2014-02-22/8.html">发展历程</a></span> <span><a href="/hadexuncms/zjhdx/2014-02-22/9.html">哈德逊在全球</a></span> <span><a href="/hadexuncms/zjhdx/2014-02-22/10.html">哈德逊荣誉</a></span> <span><a href="/hadexuncms/zjhdx/2014-02-22/11.html">联系我们</a></span> </p> </div> </li> <li class="lihover"><a href="/hadexuncms/xwzx/hdzq/">新闻资讯</a> <div class="navbox"> <p class="boxlist" style="padding-left: 50px;"> <span><a href="/hadexuncms/xwzx/hdzq">活动专区</a></span> <span><a href="/hadexuncms/xwzx/qyxw">企业新闻</a></span> <span><a href="/hadexuncms/xwzx/axgy">爱心公益</a></span> </p> </div> </li> <li class="bg lihover"><a href="/hadexuncms/cpyfw/zxcp/">产品与服务</a> <div class="navbox"> <p class="boxlist" style="padding-left: 160px;"> <span><a href="/hadexuncms/cpyfw/zxcp">最新产品</a></span> <span><a href="/hadexuncms/cpyfw/cpfl">产品分类</a></span> <span><a href="/hadexuncms/cpyfw/zszx">知识中心</a></span> <span><a href="/hadexuncms/cpyfw/zxfk">在线反馈</a></span> </p> </div> </li> <li class="lihover"><a href="/hadexuncms/cptyg/alzs/">产品体验馆</a> <div class="navbox"> <p class="boxlist" style="float: right"> <span><a href="/hadexuncms/cptyg/alzs">案例展示</a></span> <span><a href="/hadexuncms/cptyg/shtyg/2014-02-25/1.html">生活体验馆</a></span> </p> </div> </li> <li class="lihover"><a href="/hadexuncms/rlzy/">人力资源</a> <div class="navbox"> <p class="boxlist" style="float: right"> <span><a href="/hadexuncms/rlzy/rcg/2014-03-02/44.html">人才观</a></span> <span><a href="/hadexuncms/rlzy/zwfz/2014-03-02/45.html">职位发展</a></span> <span><a href="/hadexuncms/rlzy/xcfl/2014-03-02/46.html">薪酬福利</a></span> <span><a href="/hadexuncms/rlzy/ypzn/2014-03-02/47.html">应聘指南</a></span> <span><a href="/hadexuncms/rlzy/zwlb/">职位列表</a></span> <span><a href="/hadexuncms/rlzy/wzhdx/">我在哈德逊</a></span> </p> </div> </li> </ul> </div> </div> </div> </div> <!-- 头部结束 --> <div class=" wrap"> <div class="home">当前位置:<a href="/hadexuncms/index.html">首页</a>&nbsp;>&nbsp;<a href="/hadexuncms/cpyfw/">产品与服务</a>&nbsp;>&nbsp;<a href="/hadexuncms/cpyfw/cpfl/">产品分类</a>&nbsp;>&nbsp;<a href="/hadexuncms/cpyfw/cpfl/mwz/">木纹砖</a>&gt;马赛克</div> </div> <div class="cls"> </div> <div class="main"> <div class="wrap"> <div class="bg_t"> </div> <div class="bg_c"> <div class="mleft"> <div class="mlefttitle"> <h2>新闻资讯</h2> </div> <ul class="mleftlist"> <li id="about1" class=""><span><a href="/hadexuncms/cpyfw/cpfl/bhz" onclick="sethover('about',1,4)">玻化砖</a></span></li> <li id="about2" class=""><span><a href="/hadexuncms/cpyfw/cpfl/qpy" onclick="sethover('about',2,4)">全抛釉</a></span></li> <li id="about3" class=""><span><a href="/hadexuncms/cpyfw/cpfl/mwz" onclick="sethover('about',3,4)">木纹砖</a></span></li> <li id="about4" class=""><span><a href="/hadexuncms/cpyfw/cpfl/msk" onclick="sethover('about',4,4)">马赛克</a></span></li> <li id="about5" class=""><span><a href="/hadexuncms/cpyfw/cpfl/whs" onclick="sethover('about',5,4)">文化石</a></span></li> <li id="about6" class=""><span><a href="/hadexuncms/cpyfw/cpfl/cp" onclick="sethover('about',6,4)">瓷片</a></span></li> <li id="about7" class=""><span><a href="/hadexuncms/cpyfw/cpfl/wjs" onclick="sethover('about',7,4)">微晶石</a></span></li> <li id="about8" class=""><span><a href="/hadexuncms/cpyfw/cpfl/dsbjq" onclick="sethover('about',8,4)">电视背景墙</a></span></li> </ul> </div> <div class="mright"> <div class="news"> <div class="n_detail"> <h3> 马赛克 <p>发布日期:2014-03-07 02:11:43</p> </h3> <p>&nbsp;型号: HD0404</p> <div class="dlbox"> <div class="sxpage"> <p> <strong>上一篇:</strong><a href='/hadexuncms/cpyfw/cpfl/mwz/2014-03-07/111.html'>马赛克</a></p> <p> <strong>下一篇:</strong><a href='/hadexuncms/cpyfw/cpfl/mwz/'>返回列表</a></p> </div> <div class="cls"> </div> <div class="fenxiang"> <!-- JiaThis Button BEGIN --> <div id="ckepop"> <span class="jiathis_txt">分享到:</span> <a class="jiathis_button_icons_1"></a><a class="jiathis_button_icons_2"> </a><a class="jiathis_button_icons_3"></a><a class="jiathis_button_icons_4"></a> <a href="http://www.jiathis.com/share" class="jiathis jiathis_txt jtico jtico_jiathis" target="_blank"></a><a class="jiathis_counter_style"></a> </div> <script type="text/javascript" src="http://v2.jiathis.com/code/jia.js" charset="utf-8"></script> <!-- JiaThis Button END --> </div> <div class="cls"> </div> <div class="fanhui2"> <a href="#"> <img src="/hadexuncms/skin/default/images/img_top.jpg" width="44" height="14" /></a>&nbsp; <a href="javascript:history.go(-1);"> <img src="/hadexuncms/skin/default/images/img_fanhui.jpg" /></a> </div> </div> </div> </div> <div class="cls"> </div> </div> </div> <div class="bg_f"> </div> </div> </div> <div class="cls"> </div> <!-- 尾部开始 --> <div class="foot"> <div class="wrap"> <div class="fm_box"> <h3>公司动态</h3> <ul> <li><a href="/hadexuncms/xwzx/hdzq/">活动专区</a></li> <li><a href="/hadexuncms/xwzx/qyxw/">企业新闻</a></li> <li><a href="/hadexuncms/xwzx/axgy/">爱心公益</a></li> </ul> </div> <div class="fm_box"> <h3>关于哈德逊</h3> <ul> <li><a href="/hadexuncms/">董事长介绍</a></li> <li><a href="/hadexuncms/zjhdx/2014-02-22/6.html">企业简介</a></li> <li><a href="/hadexuncms/zjhdx/2014-02-22/7.html">企业文化</a></li> <li><a href="/hadexuncms/zjhdx/2014-02-22/8.html">发展历程</a></li> <li><a href="/hadexuncms/zjhdx/2014-02-22/10.html">哈德逊荣誉</a></li> <li><a href="/hadexuncms/zjhdx/2014-02-22/11.html">联系我们</a></li> </ul> </div> <div class="fm_box"> <h3>知识中心</h3> <ul> <li><a href="/hadexuncms/cpyfw/zszx/2014-02-25/36.html" title="“关注灾区,献爱雅安”募捐倡议书">“关注灾区</a></li> <li><a href="/hadexuncms/cpyfw/zszx/2014-02-25/35.html" title="黄金100秒 东鹏大钜惠">黄金100秒 </a></li> <li><a href="/hadexuncms/cpyfw/zszx/2014-02-25/34.html" title="黄金100秒 东鹏大钜惠">黄金100秒 </a></li> <li><a href="/hadexuncms/cpyfw/zszx/2014-02-25/33.html" title="黄金100秒 东鹏大钜惠">黄金100秒 </a></li> <li><a href="/hadexuncms/cpyfw/zszx/2014-02-25/32.html" title="黄金100秒 东鹏大钜惠">黄金100秒 </a></li> </ul> </div> <div class="fm_box"> <h3>最新职位</h3> <ul> <li><a href="/hadexuncms/rlzy/zwlb/2014-03-02/63.html">PHP开发工程师</a></li> <li><a href="/hadexuncms/rlzy/zwlb/2014-03-02/62.html">业务经理</a></li> <li><a href="/hadexuncms/rlzy/zwlb/2014-03-02/61.html">软件分析师</a></li> <li><a href="/hadexuncms/rlzy/zwlb/2014-03-02/56.html">UI设计师</a></li> </ul> </div> <div class="fm_box"> <h3>人力资源</h3> <ul> <li><a href="/hadexuncms/rlzy/rcg/2014-03-02/44.html">人才观</a></li> <li><a href="/hadexuncms/rlzy/zwfz/2014-03-02/45.html">职位发展</a></li> <li><a href="/hadexuncms/rlzy/xcfl/2014-03-02/46.html">薪酬福利</a></li> <li><a href="/hadexuncms/rlzy/ypzn/2014-03-02/47.html">应聘指南</a></li> <li><a href="">职位列表</a></li> <li><a href="/hadexuncms/rlzy/wzhdx/">我在哈德逊</a></li> </ul> </div> <div class="fm_box" style="margin:0"> <h3>产品</h3> <ul> <li><a href="/hadexuncms/cpyfw/cpfl/dsbjq">电视背景墙</a></li> <li><a href="/hadexuncms/cpyfw/cpfl/wjs">微晶石</a></li> <li><a href="/hadexuncms/cpyfw/cpfl/cp">瓷片</a></li> <li><a href="/hadexuncms/cpyfw/cpfl/whs">文化石</a></li> <li><a href="/hadexuncms/cpyfw/cpfl/msk">马赛克</a></li> <li><a href="/hadexuncms/cpyfw/cpfl/mwz">木纹砖</a></li> <li><a href="/hadexuncms/cpyfw/cpfl/qpy">全抛釉</a></li> </ul> </div> </div> <div class="mfoot" style=" padding-top: 20px;"> <div class="wrap"> 佛山哈德逊股份有限公司?版权所有 保留所有权利 展销中心:+86-757-8886668 客户服务中心:800-888-6666 <br/> </div> </div> </div> <!-- 尾部结束 --> </body> </html>
public/404.html
molysgaard/RailsPortOAM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <body> <img src="/assets/openaviationmap.svg" style="float:left; margin:10px"> <div style="float:left;"> <h1>File not found</h1> <p>Couldn't find a file/directory/API operation by that name on the OpenStreetMap server (HTTP 404)</p> <p>Feel free to <a href="http://wiki.openstreetmap.org/wiki/Contact" title="Various contact channels explained">contact</a> the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.</p> </div> </body> </html>
sites/all/themes/lucesycolores/font/font-botella-azul/fontello-ie7-codes.css
keylorm/lucesycolores
.icon-botellas-azules { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); }
giac/giac-1.2.3/doc/fr/cascmd_fr/cascmd_fr563.html
hiplayer/giac
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META name="GENERATOR" content="hevea 1.10"> <LINK rel="stylesheet" type="text/css" href="cascmd_fr.css"> <TITLE>Création et modification par affectation</TITLE> </HEAD> <BODY > <A HREF="cascmd_fr562.html"><IMG SRC="previous_motif.gif" ALT="Previous"></A> <A HREF="index.html"><IMG SRC="contents_motif.gif" ALT="Up"></A> <A HREF="cascmd_fr564.html"><IMG SRC="next_motif.gif" ALT="Next"></A> <HR> <H3 CLASS="subsection"><A NAME="htoc669">6.47.1</A>  Création et modification par affectation</H3><P> On peut donner un nom à une matrice par une affectation, par exemple :<BR> <TT>A:=[[1,2,6],[3,4,8],[1,0,1]]</TT><BR> On a alors accés : à ses éléments, par exemple <TT>A[0,1]</TT> renvoie <TT>2</TT><BR> à ses lignes, par exemple <TT>A[0]</TT> renvoie <TT>[1,2,6]</TT><BR> à ses colonnes, par exemple <TT>A[0..2,1]</TT> renvoie <TT>[2,4,0]</TT><BR> On peut aussi changer la valeurs d’un de ses éléments, par exemple :<BR> <TT>A[0,1]:=5</TT> Ainsi <TT>A</TT> est la matrice <TT>[[1,5,6],[3,4,8],[1,0,1]]</TT><BR> On a alors accés à des sous-matrices, par exemple :<BR> <TT>A[1..2]</TT> renvoie <TT>[[3,4,8],[1,0,1]]</TT> <TT>A[0..2,1..2]</TT> renvoie <TT>[[2,6],[4,8],[0,1]]</TT> <TT>A[0..1,1..2]</TT> renvoie <TT>[[2,6],[4,8]]</TT></P><HR> <A HREF="cascmd_fr562.html"><IMG SRC="previous_motif.gif" ALT="Previous"></A> <A HREF="index.html"><IMG SRC="contents_motif.gif" ALT="Up"></A> <A HREF="cascmd_fr564.html"><IMG SRC="next_motif.gif" ALT="Next"></A> </BODY> </HTML>
_variables/inserted_sql.html
mgsolipa/b2evolution_phpxref
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $inserted_sql</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_variables'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logVariable('inserted_sql'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Variable Cross Reference</h3> <h2><a href="index.html#inserted_sql">$inserted_sql</a></h2> <b>Defined at:</b><ul> <li><a href="../inc/_core/ui/results/_results.class.php.html">/inc/_core/ui/results/_results.class.php</A> -> <a href="../inc/_core/ui/results/_results.class.php.source.html#l545"> line 545</A></li> </ul> <br><b>Referenced 3 times:</b><ul> <li><a href="../inc/_core/ui/results/_results.class.php.html">/inc/_core/ui/results/_results.class.php</a> -> <a href="../inc/_core/ui/results/_results.class.php.source.html#l545"> line 545</a></li> <li><a href="../inc/_core/ui/results/_results.class.php.html">/inc/_core/ui/results/_results.class.php</a> -> <a href="../inc/_core/ui/results/_results.class.php.source.html#l547"> line 547</a></li> <li><a href="../inc/_core/ui/results/_results.class.php.html">/inc/_core/ui/results/_results.class.php</a> -> <a href="../inc/_core/ui/results/_results.class.php.source.html#l549"> line 549</a></li> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Sat Nov 21 22:13:19 2015</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
docs/help_zeronet/contributing/index.html
stgapr/zeronet-Documentation-ZH_CN
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>向 ZeroNet捐助 - ZeroNet</title> <link rel="shortcut icon" href="../../img/favicon.ico"> <link rel="stylesheet" href="../../css/fonts.css" type="text/css" /> <link rel="stylesheet" href="../../css/theme.css" type="text/css" /> <link rel="stylesheet" href="../../css/theme_extra.css" type="text/css" /> <link rel="stylesheet" href="../../css/highlight.css"> <link href="../../docs.css" rel="stylesheet"> <script> // Current page data var mkdocs_page_name = "向 ZeroNet捐助"; </script> <script src="../../js/jquery-2.1.1.min.js"></script> <script src="../../js/modernizr-2.8.3.min.js"></script> <script type="text/javascript" src="../../js/highlight.pack.js"></script> <script src="../../js/theme.js"></script> <script src="../../docs.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav"> <div class="wy-side-nav-search"> <a href="../.." class="icon icon-home"> ZeroNet</a> <div role="search"> <form id ="rtd-search-form" class="wy-form" action="../../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul class="current"> <li> <li class="toctree-l1 "> <a class="" href="../..">介绍</a> </li> <li> <li> <li class="toctree-l1 "> <a class="" href="../../faq/">FAQ 常见问题</a> </li> <li> <li> <ul class="subnav"> <li><span>开始使用ZeroNet</span></li> <li class="toctree-l1 "> <a class="" href="../../using_zeronet/installing/">安装</a> </li> <li class="toctree-l1 "> <a class="" href="../../using_zeronet/sample_sites/">网站示例</a> </li> <li class="toctree-l1 "> <a class="" href="../../using_zeronet/create_new_site/">创建新站点</a> </li> </ul> <li> <li> <ul class="subnav"> <li><span>站点开发</span></li> <li class="toctree-l1 "> <a class="" href="../../site_development/getting_started/">入门</a> </li> <li class="toctree-l1 "> <a class="" href="../../site_development/zeroframe_api_reference/">ZeroFrame API 参考文档</a> </li> <li class="toctree-l1 "> <a class="" href="../../site_development/content_json/">content.json的结构</a> </li> <li class="toctree-l1 "> <a class="" href="../../site_development/dbschema_json/">dbschema.json的结构</a> </li> <li class="toctree-l1 "> <a class="" href="../../site_development/cert_authority/">授权认证</a> </li> </ul> <li> <li> <ul class="subnav"> <li><span>帮助ZeroNet的开发</span></li> <li class="toctree-l1 current"> <a class="current" href="./">向 ZeroNet捐助</a> <ul> <li class="toctree-l3"><a href="#zeronet">为ZeroNet贡献一份力</a></li> <li><a class="toctree-l4" href="#_1">你不需要拥有编程技能。</a></li> <li><a class="toctree-l4" href="#_2">喜欢写文章?</a></li> <li><a class="toctree-l4" href="#_3">喜欢帮助别人?</a></li> <li><a class="toctree-l4" href="#_4">想要搭站点?</a></li> <li><a class="toctree-l4" href="#_5">想要做研究?</a></li> <li><a class="toctree-l4" href="#_6">想要写代码?</a></li> <li><a class="toctree-l4" href="#_7">想要提供资金支持?</a></li> <li class="toctree-l3"><a href="#zeronet_1">假如你要参与ZeroNet的开发工作,请使用以下编程风格</a></li> <li><a class="toctree-l4" href="#_8">命名</a></li> <li><a class="toctree-l4" href="#_9">变量</a></li> <li><a class="toctree-l4" href="#_10">源文件、目录和命名</a></li> </ul> </li> <li class="toctree-l1 "> <a class="" href="../network_protocol/">网络协议</a> </li> <li class="toctree-l1 "> <a class="" href="../donate/">捐助</a> </li> </ul> <li> </ul> </div> &nbsp; </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../..">ZeroNet</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../..">Docs</a> &raquo;</li> <li>帮助ZeroNet的开发 &raquo;</li> <li>向 ZeroNet捐助</li> <li class="wy-breadcrumbs-aside"> <a href="https://github.com/stgapr/zeronet-Documentation-ZH_CN" class="icon icon-github"> Edit on GitHub</a> </li> </ul> <hr/> </div> <div role="main"> <div class="section"> <h1 id="zeronet">为ZeroNet贡献一份力</h1> <p>感谢使用ZeroNet. ZeroNet 是一个超过67名去中心化爱好者协作劳动的成果,就像你一样。 我们感谢所有向我们汇报bug、编纂和更新文档、以及提出并实现新点子和新协议的用户。假如你想要为Zeronet做出贡献,请看看下面的这些指南。</p> <h3 id="_1">你不需要拥有编程技能。</h3> <p>实际上,这个项目的大部分贡献者并不编写代码,即使我们很喜欢为ZeroNet提供代码的网友,我们也十分欢迎别的方面的贡献者。</p> <h3 id="_2">喜欢写文章?</h3> <ul> <li>写写关于ZeroNet的文章,让更多人知道它。</li> <li>写一些教程,让别人容易上手这个软件。</li> <li>帮助翻译ZeroNet。</li> <li>改进和更新这个参考文档。这个文档由遍布全世界的许多社区成员编写。</li> </ul> <h3 id="_3">喜欢帮助别人?</h3> <ul> <li>订阅我们的 <a href="https://github.com/HelloZeroNet/ZeroNet/issues">issue tracker on GitHub</a> and help people solve problems.</li> <li>在 <a href="https://gitter.im/HelloZeroNet/ZeroNet">Gitter</a> 上加入我们,或者加入IRC频道<a href="https://kiwiirc.com/client/irc.freenode.net/zeronet">#zeronet @ freenode</a> ,并解决他人的疑惑</li> <li>持续运行ZeroNet的一个节点,让整个网络更快。</li> </ul> <h3 id="_4">想要搭站点?</h3> <ul> <li>设立新的ZeroNet站点。比如创建你自己的博客。 <a href="../../using_zeronet/create_new_site/">这真的非常简单,而且几乎是免费的</a></li> <li>“内容为王!” 我们的整个网络假如没有了内容,就变得没有价值。所以我们邀请你共同带来ZeroNet的繁荣和丰富。</li> </ul> <h3 id="_5">想要做研究?</h3> <ul> <li>帮助我们研究<a href="https://github.com/HelloZeroNet/ZeroNet/labels/help%20wanted">复杂的主意</a>.</li> <li>加入我们关于设计新的特性和协议的讨论,例如<a href="https://github.com/HelloZeroNet/ZeroNet/issues/45">I2P支持</a> 和 <a href="https://github.com/HelloZeroNet/ZeroNet/issues/57">DHT支持</a>.</li> <li>你是否拥有一个 <a href="https://github.com/HelloZeroNet/ZeroNet#linux-terminal">树莓派微型电脑</a>, 或者一个 <a href="http://127.0.0.1:43110/Blog.ZeroNetwork.bit/?Post:94:Running+ZeroNet+on+a+$9%C2%A0computer">C.H.I.P.掌上电脑</a> ,或者一个<a href="https://github.com/HelloZeroNet/ZeroNet/issues/783">开源路由器</a>?试试在这些设备上运行ZeroNet,并且向我们反馈你是如何让ZeroNet在上面跑起来的。</li> </ul> <h3 id="_6">想要写代码?</h3> <ul> <li>假如你会Python语言,你可以从我们Github上的<a href="https://github.com/HelloZeroNet/ZeroNet/issues">issue追踪列表</a>上找一个任务,试着挑战实现它。</li> <li>假如你自己有一些好点子想要实现,我们也十分欢迎。在你开始动工之前,请<a href="https://github.com/HelloZeroNet/ZeroNet/issues/new">创建一个新的讨论</a> 让社区知道你的好点子,这样大家可以一起头脑风暴,互相分享更深入的主意,把你的点子实现得更棒。</li> <li> <p>请稍微注意一下代码风格,我们下面列出了一些基本要求。</p> </li> <li> <p><a href="https://www.python.org/dev/peps/pep-0008/">PEP8</a></p> </li> <li>简洁的代码</li> <li>过早优化是万恶之源</li> </ul> <h3 id="_7">想要提供资金支持?</h3> <ul> <li>可以通过 <a href="../donate/">捐赠比特币</a> 来赞助 ZeroNet.</li> </ul> <h1 id="zeronet_1">假如你要参与ZeroNet的开发工作,请使用以下编程风格</h1> <ul> <li><a href="https://www.python.org/dev/peps/pep-0008/">PEP8</a></li> <li>简洁的代码</li> <li>过早优化是万恶之源</li> </ul> <h3 id="_8">命名</h3> <ul> <li>类命名: 首字母大写的驼峰命名法</li> <li>函数命名: 首字母小写的驼峰命名法</li> <li>变量命名: 全部小写,单词间使用下划线</li> </ul> <h3 id="_9">变量</h3> <ul> <li>file_path: 通过程序运行路径来引用的文件 (data/17ib6teRqdVgjB698T4cD1zDXKgPqpkrMg/css/all.css)</li> <li>inner_path: 通过站点相对路径来引用的文件 (css/all.css)</li> <li>file_name: all.css</li> <li>file: Python文件对象</li> <li>privatekey: 站点的私钥 (without _)</li> </ul> <h3 id="_10">源文件、目录和命名</h3> <ul> <li>每个文件最好只有一个类</li> <li>源文件名和目录名最好用以类的名称来命名,例如:WorkerManager class = Worker/WorkerManager.py</li> </ul> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="../network_protocol/" class="btn btn-neutral float-right" title="网络协议"/>Next <span class="icon icon-circle-arrow-right"></span></a> <a href="../../site_development/cert_authority/" class="btn btn-neutral" title="授权认证"><span class="icon icon-circle-arrow-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <!-- Copyright etc --> </div> Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <div class="rst-versions" role="note" style="cursor: pointer"> <span class="rst-current-version" data-toggle="rst-current-version"> <a class="icon icon-github" style="float: left; color: #fcfcfc"> GitHub</a> <span><a href="../../site_development/cert_authority/" style="color: #fcfcfc;">&laquo; Previous</a></span> <span style="margin-left: 15px"><a href="../network_protocol/" style="color: #fcfcfc">Next &raquo;</a></span> </span> </div> </body> </html>
index.html
SchuermannEu/schuermanneu.github.io
--- layout: default --- <div style="height:51px;"></div> <div class="home"> <div class="content-col-wrapper"> <div class="content-col content-col-1"> <div style="color: #505050; font-family: 'Roboto', sans-serif; font-weight:400; font-size:21px; letter-spacing: -1px;"> Blog </div> <p></p> <ul class="post-list"> {% for post in site.posts %} <div id="menu" style="height:30px; width:670px; float:left; border-bottom: 1px dashed #eee; padding-top: 5px;"> <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> </div> <div id ="content" style="height:30px; width:100px; float:left;border-bottom: 1px dashed #eee; padding-top: 5px;"> <span class="post-meta">{{ post.date | date: "%-d %b %Y" }}</span> </div> {% endfor %} </ul> </div> <div class="content-col content-col-2"> <h2><center><nav style="font-weight: 600; font-size: 18px;">About</nav></center></h2> {{ site.description }}. <p/> <h2><center><nav style="font-weight: 600; font-size: 18px;">Contact</nav></center></h2> <ul class="contact-list social-media-list"> <li> <a href="https://www.ibr.cs.tu-bs.de/users/schuerm/index.xml?lang=en"> <span class="username">Dominik Schürmann @ TU Braunschweig</span> </a> </li> {% if site.github_username %} <li> <a href="https://github.com/{{ site.github_username }}"> <span class="username">{{ site.github_username }} @ Github</span> </a> </li> {% endif %} <li> <a href="https://gitlab.com/u/dschuermann"> <span class="username">dschuermann @ Gitlab</span> </a> </li> <li> <a href="https://twitter.com/domschuermann"> <span class="username">domschuermann @ Twitter</span> </a> </li> {% if site.email %} <li> <a href="mailto:{{ site.email }}"> <span class="username">{{ site.email }}</span> </a> ~ Android support requests are only answered when sent to email addresses listed on the <a href="/android/">Android page</a>. </li> {% endif %} <li> <a href="https://keys.openpgp.org/search?q=dominik%40schuermann.eu"> <span class="username">OpenPGP Key</span> </a> ~ For encrypted email </li> <li> <a href="https://keys.openpgp.org/search?q=9E287AEA392107A5BDEE15176411A09443B83D62"> <span class="username">OpenPGP Git Signing Key</span> </a> (not for communication) </li> </ul> <h2><center><nav style="font-weight: 600; font-size: 18px;">Links</nav></center></h2> <ul class="contact-list social-media-list"> <li> <a href="http://www.openkeychain.org"> <span class="username">OpenKeychain</span> </a> ~ OpenPGP for Android </li> </ul> </div> </div> </div> </div>
js/8/index.html
letshare/code
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>第8章</title> <link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css"> </head> <body> <div class="container-fluid"> <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true"> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading-1"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapse-1" aria-expanded="false" aria-controls="collapse-1"> <span class="glyphicon glyphicon-chevron-down"></span> #1 区分平台类型 </a> </h4> </div> <div id="collapse-1" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-1"> <div class="panel-body"> <button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#modal-demo-1"> demo </button> <button type="button" class="btn btn-info btn-sm" data-toggle="modal" data-target="#modal-code-1" href="1.js"> code </button> <div class="modal fade" id="modal-demo-1" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" data-src="8.1/index.html" frameborder="0"></iframe> </div> </div> </div> <div class="modal fade" id="modal-code-1" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <pre style="background-color:#fb;"><div class="modal-content" style="background-color:#000;color:#fff;"></div></pre> </div> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading-2"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapse-2" aria-expanded="false" aria-controls="collapse-2"> <span class="glyphicon glyphicon-chevron-down"></span> #2 方向变更 </a> </h4> </div> <div id="collapse-2" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-2"> <div class="panel-body"> <button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#modal-demo-2"> demo </button> <button type="button" class="btn btn-info btn-sm" data-toggle="modal" data-target="#modal-code-2" href="2.js"> code </button> <div class="modal fade" id="modal-demo-2" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" data-src="8.2/index.html" frameborder="0"></iframe> </div> </div> </div> <div class="modal fade" id="modal-code-2" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <pre style="background-color:#fb;"><div class="modal-content" style="background-color:#000;color:#fff;"></div></pre> </div> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading-3"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapse-3" aria-expanded="false" aria-controls="collapse-3"> <span class="glyphicon glyphicon-chevron-down"></span> #3 移除移动浏览器地址栏 </a> </h4> </div> <div id="collapse-3" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-3"> <div class="panel-body"> <button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#modal-demo-3"> demo </button> <button type="button" class="btn btn-info btn-sm" data-toggle="modal" data-target="#modal-code-3" href="3.js"> code </button> <div class="modal fade" id="modal-demo-3" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" data-src="8.3/index.html" frameborder="0"></iframe> </div> </div> </div> <div class="modal fade" id="modal-code-3" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <pre style="background-color:#fb;"><div class="modal-content" style="background-color:#000;color:#fff;"></div></pre> </div> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading-4"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapse-4" aria-expanded="false" aria-controls="collapse-4"> <span class="glyphicon glyphicon-chevron-down"></span> #4 防止网页触摸滚动 </a> </h4> </div> <div id="collapse-4" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-4"> <div class="panel-body"> <button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#modal-demo-4"> demo </button> <button type="button" class="btn btn-info btn-sm" data-toggle="modal" data-target="#modal-code-4" href="4.js"> code </button> <div class="modal fade" id="modal-demo-4" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" data-src="8.4/index.html" frameborder="0"></iframe> </div> </div> </div> <div class="modal fade" id="modal-code-4" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <pre style="background-color:#fb;"><div class="modal-content" style="background-color:#000;color:#fff;"></div></pre> </div> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading-5"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapse-5" aria-expanded="false" aria-controls="collapse-5"> <span class="glyphicon glyphicon-chevron-down"></span> #5 使用JavaScript代码调用百度地图 </a> </h4> </div> <div id="collapse-5" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-5"> <div class="panel-body"> <button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#modal-demo-5"> demo </button> <button type="button" class="btn btn-info btn-sm" data-toggle="modal" data-target="#modal-code-5" href="5.js"> code </button> <div class="modal fade" id="modal-demo-5" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" data-src="8.5/index.html" frameborder="0"></iframe> </div> </div> </div> <div class="modal fade" id="modal-code-5" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <pre style="background-color:#fb;"><div class="modal-content" style="background-color:#000;color:#fff;"></div></pre> </div> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading-6"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapse-6" aria-expanded="false" aria-controls="collapse-6"> <span class="glyphicon glyphicon-chevron-down"></span> #6 获取当前地理坐标 </a> </h4> </div> <div id="collapse-6" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-6"> <div class="panel-body"> <button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#modal-demo-6"> demo </button> <button type="button" class="btn btn-info btn-sm" data-toggle="modal" data-target="#modal-code-6" href="6.js"> code </button> <div class="modal fade" id="modal-demo-6" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" data-src="8.6/index.html" frameborder="0"></iframe> </div> </div> </div> <div class="modal fade" id="modal-code-6" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <pre style="background-color:#fb;"><div class="modal-content" style="background-color:#000;color:#fff;"></div></pre> </div> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading-7"> <h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapse-7" aria-expanded="false" aria-controls="collapse-7"> <span class="glyphicon glyphicon-chevron-down"></span> #7 判别是否为移动浏览器 </a> </h4> </div> <div id="collapse-7" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-7"> <div class="panel-body"> <button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#modal-demo-7"> demo </button> <button type="button" class="btn btn-info btn-sm" data-toggle="modal" data-target="#modal-code-7" href="7.js"> code </button> <div class="modal fade" id="modal-demo-7" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" data-src="8.7/index.html" frameborder="0"></iframe> </div> </div> </div> <div class="modal fade" id="modal-code-7" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <pre style="background-color:#fb;"><div class="modal-content" style="background-color:#000;color:#fff;"></div></pre> </div> </div> </div> </div> </div> </div> </div> <script src="http://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script> <script src="http://cdn.bootcss.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script> $('.modal').on('show.bs.modal', function () { $(this).find('iframe').each(function(){ this.src = $(this).data('src'); }); }) </script> <script type="text/javascript"> var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F898f1edef336abc9b9fd81a6e1144a65' type='text/javascript'%3E%3C/script%3E")); </script> </body> </html>
assets/comics/Library/details/26636.html
MiniSEC/MiniSEC.github.io
<html> <HEAD> <LINK REL="StyleSheet" TYPE="text/css" HREF="exportdetails_item_standard_black.css"></LINK> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <TITLE>A Man Called Kev #1</TITLE> </HEAD> <BODY onload="initPage();"> <div align="center"> <div class="navigation" align="center"> <div class="navigationline"> <div class="navlink" id="first"> <a href="14176.html">First</a> </div> <div class="navlink" id="prev"> <a href="23294.html">Previous</a> </div> <div class="navlink" id="up"> <a href="../index13.html">Up</a> </div> <div class="navlink" id="next"> <a href="26637.html">Next</a> </div> <div class="navlink" id="last"> <a href="798.html">Last</a> </div> </div> </div> </div> <div id="frontcover"> <a href="../images/26636f.jpg"> <img src="../images/26636f.jpg" class="coverimage"/> </a> </div> <table border="0" class="opacity"> <tr> <td id="maintitle">A Man Called Kev&#160;#1</td> </tr> <tr> <td class="publisher">DC Comics&#160;(Wildstorm)</td> </tr> <tr> <td style="padding-top:4px;">In Collection <br/> <span id="indexvalue">#1758</span> <div> <span class="fieldvaluelarge">0* </span> </div> </td> </tr> <tr> <td class="fieldvaluelarge" style="padding-top:7px;">1: Tommy This An' Tommy That An' Tommy Go Away</td> </tr> <tr> <td class="fieldvaluelarge" style="padding-top:1px;"> <b>September 2006</b>&#160; First Printing</td> </tr> <tr> <td class="fieldvaluelarge" style="padding-top:1px;"> <b>Comic</b>&#160; Modern&#160;Age&#160;$2.99</td> </tr> <tr> <td class="fieldvaluelarge" style="padding-top:1px;"> <b>Read It:&#160;Yes</b>&#160;32&#160;Pages</td> </tr> </table> <br style="clear:both;"/> <div> <table border="0" width="100%" style="margin-top:5px;"> <tr> <td valign="top" width="40%"> <div id="productdetails"> <table border="0" cellspacing="0" cellpadding="0" class="opacity"> <tr> <td class="header" colspan="2">Creators</td> </tr> <tr> <td> <tr valign="top"> <td nowrap="1" class="fieldlabel">Writer</td> <td class="fieldvalue">Garth Ennis</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Artist</td> <td class="fieldvalue">Carlos Ezquerra</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Colorist</td> <td class="fieldvalue">David Baron</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Letterer</td> <td class="fieldvalue">Phil Balsman</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Cover Colorist</td> <td class="fieldvalue">David Baron</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Cover Artist</td> <td class="fieldvalue">Glenn Fabry</td> </tr> <tr valign="top"> <td nowrap="1" class="fieldlabel">Editor</td> <td class="fieldvalue">Ben Abernathy, Kristy Quinn</td> </tr> </td> </tr> </table> </div> </td> <td valign="top"> <div id="productdetails"> <table border="0" cellspacing="0" cellpadding="0" class="opacity"> <tr> <td class="header" colspan="2">Characters</td> </tr> <tr> <td class="character">Kev Hawkins <br/> </td> </tr> </table> </div> </td> </tr> <tr> <td valign="top"> <p></p> <div id="productdetails"> <table border="0" cellspacing="0" cellpadding="0" class="opacity"> <tr> <td class="header" colspan="2">Product Details</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Genre</td> <td class="fieldvalue">Action</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Color</td> <td class="fieldvalue">Color</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Barcode</td> <td class="fieldvalue">76194125577400111</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Country</td> <td class="fieldvalue">USA</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Language</td> <td class="fieldvalue">English</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Release Date</td> <td class="fieldvalue">September 2006</td> </tr> </table> </div> </td> <td valign="top"> <p></p> <div id="personaldetails"> <table border="0" cellspacing="0" cellpadding="0" class="opacity"> <tr> <td class="header" colspan="2">Personal Details</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Collection Status</td> <td class="fieldvalue">In Collection</td> </tr> <tr valign="top"> <td class="fieldlabel" width="10%" nowrap="1">Links</td> <td class="fieldvalue"> <a href="http://connect.collectorz.com/comics/database/a-man-called-kev/1-133561" class="link">A Man Called Kev #1 at Comic Collector Connect</a> <br/> </td> </tr> </table> </div> </td> </tr> </table> <p></p> </div> </BODY> </html>
share/doc/gcc-linaro-arm-linux-gnueabihf/html/gfortran/Derived-Types-and-struct.html
eckucukoglu/arm-linux-gnueabihf
<html lang="en"> <head> <title>Derived Types and struct - The GNU Fortran Compiler</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="The GNU Fortran Compiler"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Interoperability-with-C.html#Interoperability-with-C" title="Interoperability with C"> <link rel="prev" href="Intrinsic-Types.html#Intrinsic-Types" title="Intrinsic Types"> <link rel="next" href="Interoperable-Global-Variables.html#Interoperable-Global-Variables" title="Interoperable Global Variables"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- Copyright (C) 1999-2014 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``Funding Free Software'', the Front-Cover Texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the section entitled ``GNU Free Documentation License''. (a) The FSF's Front-Cover Text is: A GNU Manual (b) The FSF's Back-Cover Text is: You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development.--> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <a name="Derived-Types-and-struct"></a> <p> Next:&nbsp;<a rel="next" accesskey="n" href="Interoperable-Global-Variables.html#Interoperable-Global-Variables">Interoperable Global Variables</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="Intrinsic-Types.html#Intrinsic-Types">Intrinsic Types</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Interoperability-with-C.html#Interoperability-with-C">Interoperability with C</a> <hr> </div> <h4 class="subsection">7.1.2 Derived Types and struct</h4> <p>For compatibility of derived types with <code>struct</code>, one needs to use the <code>BIND(C)</code> attribute in the type declaration. For instance, the following type declaration <pre class="smallexample"> USE ISO_C_BINDING TYPE, BIND(C) :: myType INTEGER(C_INT) :: i1, i2 INTEGER(C_SIGNED_CHAR) :: i3 REAL(C_DOUBLE) :: d1 COMPLEX(C_FLOAT_COMPLEX) :: c1 CHARACTER(KIND=C_CHAR) :: str(5) END TYPE </pre> <p>matches the following <code>struct</code> declaration in C <pre class="smallexample"> struct { int i1, i2; /* Note: "char" might be signed or unsigned. */ signed char i3; double d1; float _Complex c1; char str[5]; } myType; </pre> <p>Derived types with the C binding attribute shall not have the <code>sequence</code> attribute, type parameters, the <code>extends</code> attribute, nor type-bound procedures. Every component must be of interoperable type and kind and may not have the <code>pointer</code> or <code>allocatable</code> attribute. The names of the components are irrelevant for interoperability. <p>As there exist no direct Fortran equivalents, neither unions nor structs with bit field or variable-length array members are interoperable. </body></html>
docs/uniandes/unacloud/common/utils/CalendarUtils.html
UnaCloud/UnaCloud2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (version 1.7.0_60) on Thu May 18 11:17:06 COT 2017 --> <title>CalendarUtils</title> <meta name="date" content="2017-05-18"> <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="CalendarUtils"; } //--> </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/CalendarUtils.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="../../../../uniandes/unacloud/common/utils/ByteUtils.html" title="class in uniandes.unacloud.common.utils"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../uniandes/unacloud/common/utils/ConfigurationReader.html" title="class in uniandes.unacloud.common.utils"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?uniandes/unacloud/common/utils/CalendarUtils.html" target="_top">Frames</a></li> <li><a href="CalendarUtils.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><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">uniandes.unacloud.common.utils</div> <h2 title="Class CalendarUtils" class="title">Class CalendarUtils</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>uniandes.unacloud.common.utils.CalendarUtils</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">CalendarUtils</span> extends java.lang.Object</pre> <div class="block">Utility class to manage time in milliseconds</div> <dl><dt><span class="strong">Author:</span></dt> <dd>CesarF</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><strong><a href="../../../../uniandes/unacloud/common/utils/CalendarUtils.html#MINUTE">MINUTE</a></strong></code> <div class="block">Minute in milliseconds</div> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="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="../../../../uniandes/unacloud/common/utils/CalendarUtils.html#CalendarUtils()">CalendarUtils</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="MINUTE"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>MINUTE</h4> <pre>public static&nbsp;long MINUTE</pre> <div class="block">Minute in milliseconds</div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="CalendarUtils()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>CalendarUtils</h4> <pre>public&nbsp;CalendarUtils()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><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/CalendarUtils.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="../../../../uniandes/unacloud/common/utils/ByteUtils.html" title="class in uniandes.unacloud.common.utils"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../uniandes/unacloud/common/utils/ConfigurationReader.html" title="class in uniandes.unacloud.common.utils"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?uniandes/unacloud/common/utils/CalendarUtils.html" target="_top">Frames</a></li> <li><a href="CalendarUtils.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><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
src/doc/plugins/auto_complete/classes/AutoComplete/ClassMethods.html
bakkdoor/yarps
<?xml version="1.0" encoding="iso-8859-1"?> <!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>Module: AutoComplete::ClassMethods</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="classHeader"> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Module</strong></td> <td class="class-name-in-header">AutoComplete::ClassMethods</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../../files/lib/auto_complete_rb.html"> lib/auto_complete.rb </a> <br /> </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> <div id="description"> <p> Example: </p> <pre> # Controller class BlogController &lt; ApplicationController auto_complete_for :post, :title end # View &lt;%= text_field_with_auto_complete :post, title %&gt; </pre> <p> By default, <a href="ClassMethods.html#M000007">auto_complete_for</a> limits the results to 10 entries, and sorts by the given field. </p> <p> <a href="ClassMethods.html#M000007">auto_complete_for</a> takes a third parameter, an options hash to the find method used to search for the records: </p> <pre> auto_complete_for :post, :title, :limit =&gt; 15, :order =&gt; 'created_at DESC' </pre> <p> For help on defining text input fields with autocompletion, see ActionView::Helpers::JavaScriptHelper. </p> <p> For more examples, see script.aculo.us: </p> <ul> <li><a href="http://script.aculo.us/demos/ajax/autocompleter">script.aculo.us/demos/ajax/autocompleter</a> </li> <li><a href="http://script.aculo.us/demos/ajax/autocompleter_customized">script.aculo.us/demos/ajax/autocompleter_customized</a> </li> </ul> </div> </div> <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> <a href="#M000007">auto_complete_for</a>&nbsp;&nbsp; </div> </div> </div> <!-- if includes --> <div id="section"> <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Instance methods</h3> <div id="method-M000007" class="method-detail"> <a name="M000007"></a> <div class="method-heading"> <a href="ClassMethods.src/M000007.html" target="Code" class="method-signature" onclick="popupCode('ClassMethods.src/M000007.html');return false;"> <span class="method-name">auto_complete_for</span><span class="method-args">(object, method, options = {})</span> </a> </div> <div class="method-description"> </div> </div> </div> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
myodd/boost/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_75b82e7e4a5feb05200b9ad7adf06257.html
FFMG/myoddweb.piger
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Boost.Geometry (aka GGL, Generic Geometry Library)</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head> <table cellpadding="2" width="100%"> <tbody> <tr> <td valign="top"> <img alt="Boost.Geometry" src="images/ggl-logo-big.png" height="80" width="200"> &nbsp;&nbsp; </td> <td valign="top" align="right"> <a href="http://www.boost.org"> <img alt="Boost C++ Libraries" src="images/accepted_by_boost.png" height="80" width="230" border="0"> </a> </td> </tr> </tbody> </table> <!-- Generated by Doxygen 1.8.6 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_75b82e7e4a5feb05200b9ad7adf06257.html">home</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">home Directory Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a> Directories</h2></td></tr> <tr class="memitem:dir_bacb04149764cbf6394e26ac332ca39a"><td class="memItemLeft" align="right" valign="top">directory &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dir_bacb04149764cbf6394e26ac332ca39a.html">travis</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> <hr size="1"> <table width="100%"> <tbody> <tr> <td align="left"><small> <p>April 2, 2011</p> </small></td> <td align="right"> <small> Copyright &copy; 2007-2011 Barend Gehrels, Amsterdam, the Netherlands<br> Copyright &copy; 2008-2011 Bruno Lalande, Paris, France<br> Copyright &copy; 2009-2010 Mateusz Loskot, London, UK<br> </small> </td> </tr> </tbody> </table> <address style="text-align: right;"><small> Documentation is generated by&nbsp;<a href="http://www.doxygen.org/index.html">Doxygen</a> </small></address> </body> </html>
edc_dashboard/templates/edc_dashboard/listboard/results_header.html
botswana-harvard/edc-dashboard
<!-- begin results header --> <th>#</th> <th></th> <th>Column1</th> <th>Column2</th> <th>Column3</th> <th>Column4</th> <th>Column5</th> <th>Column6</th> <!-- end results header -->
Coding/Python/numpy-html-1.10.1/reference/generated/numpy.ma.masked_array.sort.html
platinhom/ManualHom
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>numpy.ma.masked_array.sort &mdash; NumPy v1.10 Manual</title> <link rel="stylesheet" type="text/css" href="../../static_/css/spc-bootstrap.css"> <link rel="stylesheet" type="text/css" href="../../static_/css/spc-extend.css"> <link rel="stylesheet" href="../../static_/scipy.css" type="text/css" > <link rel="stylesheet" href="../../static_/pygments.css" type="text/css" > <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../', VERSION: '1.10.1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: false }; </script> <script type="text/javascript" src="../../static_/jquery.js"></script> <script type="text/javascript" src="../../static_/underscore.js"></script> <script type="text/javascript" src="../../static_/doctools.js"></script> <script type="text/javascript" src="../../static_/js/copybutton.js"></script> <link rel="author" title="About these documents" href="../../about.html" > <link rel="top" title="NumPy v1.10 Manual" href="../../index.html" > </head> <body> <div class="container"> <div class="header"> </div> </div> <div class="container"> <div class="main"> <div class="row-fluid"> <div class="span12"> <div class="spc-navbar"> <ul class="nav nav-pills pull-left"> <li class="active"><a href="../../index.html">NumPy v1.10 Manual</a></li> </ul> <ul class="nav nav-pills pull-right"> <li class="active"> <a href="../../genindex.html" title="General Index" accesskey="I">index</a> </li> </ul> </div> </div> </div> <div class="row-fluid"> <div class="spc-rightsidebar span3"> <div class="sphinxsidebarwrapper"> </div> </div> <div class="span9"> <div class="bodywrapper"> <div class="body" id="spc-section-body"> <div class="section" id="numpy-ma-masked-array-sort"> <h1>numpy.ma.masked_array.sort<a class="headerlink" href="#numpy-ma-masked-array-sort" title="Permalink to this headline">¶</a></h1> <dl class="method"> <dt id="numpy.ma.masked_array.sort"> <tt class="descclassname">masked_array.</tt><tt class="descname">sort</tt><big>(</big><em>axis=-1</em>, <em>kind='quicksort'</em>, <em>order=None</em>, <em>endwith=True</em>, <em>fill_value=None</em><big>)</big><a class="reference external" href="http://github.com/numpy/numpy/blob/v1.10.1/numpy/ma/core.py#L5251-L5347"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#numpy.ma.masked_array.sort" title="Permalink to this definition">¶</a></dt> <dd><p>Sort the array, in-place</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><p class="first"><strong>a</strong> : array_like</p> <blockquote> <div><p>Array to be sorted.</p> </div></blockquote> <p><strong>axis</strong> : int, optional</p> <blockquote> <div><p>Axis along which to sort. If None, the array is flattened before sorting. The default is -1, which sorts along the last axis.</p> </div></blockquote> <p><strong>kind</strong> : {&#8216;quicksort&#8217;, &#8216;mergesort&#8217;, &#8216;heapsort&#8217;}, optional</p> <blockquote> <div><p>Sorting algorithm. Default is &#8216;quicksort&#8217;.</p> </div></blockquote> <p><strong>order</strong> : list, optional</p> <blockquote> <div><p>When <em class="xref py py-obj">a</em> is a structured array, this argument specifies which fields to compare first, second, and so on. This list does not need to include all of the fields.</p> </div></blockquote> <p><strong>endwith</strong> : {True, False}, optional</p> <blockquote> <div><p>Whether missing values (if any) should be forced in the upper indices (at the end of the array) (True) or lower indices (at the beginning). When the array contains unmasked values of the largest (or smallest if False) representable value of the datatype the ordering of these values and the masked values is undefined. To enforce the masked values are at the end (beginning) in this case one must sort the mask.</p> </div></blockquote> <p><strong>fill_value</strong> : {var}, optional</p> <blockquote> <div><p>Value used internally for the masked values. If <tt class="docutils literal"><span class="pre">fill_value</span></tt> is not None, it supersedes <tt class="docutils literal"><span class="pre">endwith</span></tt>.</p> </div></blockquote> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>sorted_array</strong> : ndarray</p> <blockquote class="last"> <div><p>Array of the same type and shape as <em class="xref py py-obj">a</em>.</p> </div></blockquote> </td> </tr> </tbody> </table> <div class="admonition seealso"> <p class="first admonition-title">See also</p> <dl class="last docutils"> <dt><tt class="xref py py-obj docutils literal"><span class="pre">ndarray.sort</span></tt></dt> <dd>Method to sort an array in-place.</dd> <dt><a class="reference internal" href="numpy.ma.argsort.html#numpy.ma.argsort" title="numpy.ma.argsort"><tt class="xref py py-obj docutils literal"><span class="pre">argsort</span></tt></a></dt> <dd>Indirect sort.</dd> <dt><tt class="xref py py-obj docutils literal"><span class="pre">lexsort</span></tt></dt> <dd>Indirect stable sort on multiple keys.</dd> <dt><a class="reference internal" href="numpy.ma.masked_array.searchsorted.html#numpy.ma.masked_array.searchsorted" title="numpy.ma.masked_array.searchsorted"><tt class="xref py py-obj docutils literal"><span class="pre">searchsorted</span></tt></a></dt> <dd>Find elements in a sorted array.</dd> </dl> </div> <p class="rubric">Notes</p> <p>See <tt class="docutils literal"><span class="pre">sort</span></tt> for notes on the different sorting algorithms.</p> <p class="rubric">Examples</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">a</span> <span class="o">=</span> <span class="n">ma</span><span class="o">.</span><span class="n">array</span><span class="p">([</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">5</span><span class="p">,</span> <span class="mi">4</span><span class="p">,</span> <span class="mi">3</span><span class="p">],</span><span class="n">mask</span><span class="o">=</span><span class="p">[</span><span class="mi">0</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">0</span><span class="p">])</span> <span class="gp">&gt;&gt;&gt; </span><span class="c"># Default</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">a</span><span class="o">.</span><span class="n">sort</span><span class="p">()</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">print</span> <span class="n">a</span> <span class="go">[1 3 5 -- --]</span> </pre></div> </div> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">a</span> <span class="o">=</span> <span class="n">ma</span><span class="o">.</span><span class="n">array</span><span class="p">([</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">5</span><span class="p">,</span> <span class="mi">4</span><span class="p">,</span> <span class="mi">3</span><span class="p">],</span><span class="n">mask</span><span class="o">=</span><span class="p">[</span><span class="mi">0</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">0</span><span class="p">])</span> <span class="gp">&gt;&gt;&gt; </span><span class="c"># Put missing values in the front</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">a</span><span class="o">.</span><span class="n">sort</span><span class="p">(</span><span class="n">endwith</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">print</span> <span class="n">a</span> <span class="go">[-- -- 1 3 5]</span> </pre></div> </div> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">a</span> <span class="o">=</span> <span class="n">ma</span><span class="o">.</span><span class="n">array</span><span class="p">([</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">5</span><span class="p">,</span> <span class="mi">4</span><span class="p">,</span> <span class="mi">3</span><span class="p">],</span><span class="n">mask</span><span class="o">=</span><span class="p">[</span><span class="mi">0</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">0</span><span class="p">])</span> <span class="gp">&gt;&gt;&gt; </span><span class="c"># fill_value takes over endwith</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">a</span><span class="o">.</span><span class="n">sort</span><span class="p">(</span><span class="n">endwith</span><span class="o">=</span><span class="bp">False</span><span class="p">,</span> <span class="n">fill_value</span><span class="o">=</span><span class="mi">3</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">print</span> <span class="n">a</span> <span class="go">[1 -- -- 3 5]</span> </pre></div> </div> </dd></dl> </div> </div> </div> </div> </div> </div> </div> <div class="container container-navbar-bottom"> <div class="spc-navbar"> </div> </div> <div class="container"> <div class="footer"> <div class="row-fluid"> <ul class="inline pull-left"> <li> &copy; Copyright 2008-2009, The Scipy community. </li> <li> Last updated on Oct 18, 2015. </li> <li> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.1. </li> </ul> </div> </div> </div> </body> </html>
doc/reference/html/viking-wp-stadium-large-pixmap.html
guyou/viking-debian
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>wp_stadium_large_pixmap: viking Reference Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="viking Reference Manual"> <link rel="up" href="ch01.html" title="[Insert title here]"> <link rel="prev" href="viking-wp-square-red-pixmap.html" title="wp_square_red_pixmap"> <link rel="next" href="viking-wp-store-large-pixmap.html" title="wp_store_large_pixmap"> <meta name="generator" content="GTK-Doc V1.24 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> <td width="100%" align="left" class="shortcuts"> <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span>  <a href="#viking-wp-stadium-large-pixmap.description" class="shortcut">Description</a></span> </td> <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> <td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> <td><a accesskey="p" href="viking-wp-square-red-pixmap.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> <td><a accesskey="n" href="viking-wp-store-large-pixmap.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> </tr></table> <div class="refentry"> <a name="viking-wp-stadium-large-pixmap"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle"><a name="viking-wp-stadium-large-pixmap.top_of_page"></a>wp_stadium_large_pixmap</span></h2> <p>wp_stadium_large_pixmap</p> </td> <td class="gallery_image" valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> <a name="viking-wp-stadium-large-pixmap.other"></a><h2>Types and Values</h2> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="name"> <col class="description"> </colgroup> <tbody><tr> <td class="variable_type">extern const GdkPixdata </td> <td class="function_name"><a class="link" href="viking-icons.html#wp-stadium-large-pixbuf" title="wp_stadium_large_pixbuf">wp_stadium_large_pixbuf</a></td> </tr></tbody> </table></div> </div> <div class="refsect1"> <a name="viking-wp-stadium-large-pixmap.description"></a><h2>Description</h2> </div> <div class="refsect1"> <a name="viking-wp-stadium-large-pixmap.functions_details"></a><h2>Functions</h2> <p></p> </div> <div class="refsect1"> <a name="viking-wp-stadium-large-pixmap.other_details"></a><h2>Types and Values</h2> <div class="refsect2"> <a name="wp-stadium-large-pixbuf"></a><h3>wp_stadium_large_pixbuf</h3> <pre class="programlisting">extern const GdkPixdata wp_stadium_large_pixbuf; </pre> </div> </div> </div> <div class="footer"> <hr>Generated by GTK-Doc V1.24</div> </body> </html>
taskManager/templates/taskManager/tutorials/partials/xss.html
nVisium/django.nV
<section class="wrapper site-min-height"> <!-- page start--> <div class="row"> <div class="col-md-9"> <div class="tab-content"> <div class="tab-pane active" id="tab_1"> <div class="panel-group" id="accordion1"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a href="#accordion1_1" data-parent="#accordion1" data-toggle="collapse" class="accordion-toggle"> Cross-Site Scripting (XSS) </a> </h4> </div> <div class="panel-collapse collapse in" id="accordion1_1"> <div class="panel-body"> <h6><strong>Description</strong></h6> <p> Cross-Site Scripting occurs when user-supplied data is unsafely rendered back in an application. If the user-supplied data can be used to create new HTML or JavaScript, the user has control over the application behavior at the presentation layer. </p> </div> </div> </div> <div class="panel panel-danger"> <div class="panel-heading"> <h4 class="panel-title"> <a href="#accordion1_2" data-parent="#accordion1" data-toggle="collapse" class="accordion-toggle"> Bug </a> </h4> </div> <div class="panel-collapse collapse" id="accordion1_2"> <div class="panel-body"> The application renders back a user's username (user-supplied data) by leveraging a call to the safe method within the view. This means the content will not be HTML encoded and will be interpreted as valid JS or HTML code. </div> <pre><code>&lt;a data-toggle=&quot;dropdown&quot; class=&quot;dropdown-toggle&quot; href=&quot;#&quot;&gt; &lt;span class=&quot;username&quot;&gt;&#123;&#123; user.username|safe &#125;&#125;&lt;/span&gt; &lt;b class=&quot;caret&quot;&gt;&lt;/b&gt; &lt;/a&gt;</code></pre> </div> </div> <div class="panel panel-success"> <div class="panel-heading"> <h4 class="panel-title"> <a href="#accordion1_3" data-parent="#accordion1" data-toggle="collapse" class="accordion-toggle"> Solution </a> </h4> </div> <div class="panel-collapse collapse" id="accordion1_3"> <div class="panel-body"> <p> Remove the safe method within the backend/base.html and tutorials/base.html files. Consider setting <b>X-XSS-Protection</b> in your webserver configuration as well. This Header will configure clients' browser XSS protection to always block XSS attacks it detects. Django can automatically do this if you set <b>SECURE_BROWSER_XSS_FILTER</b> to True in the configuration. While this won't protect against all XSS attacks, it's still a useful addition to your security.</p> </div> </div> </div> <div class="panel panel-warning"> <div class="panel-heading"> <h4 class="panel-title"> <a href="#accordion1_4" data-parent="#accordion1" data-toggle="collapse" class="accordion-toggle"> Hint </a> </h4> </div> <div class="panel-collapse collapse" id="accordion1_4"> <div class="panel-body"> I noticed the application puts my username in the upper right hand corner once authenticated. Interesting. </div> </div> </div> </div> </div> </div> <!-- page end--> </section>
ejemplos/imports/imports1.html
rocimunoz/webcomponents
<!DOCTYPE html> <html> <head> <title>Ejemplo Imports </title> <link rel="import" href="bootstrap.html"> </head> <body> Ejemplo imports </body> </html>
doc/termo/eos/alpha/class-use/TwoEquationsAlphaExpression.html
HugoRedon/Materia
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_11) on Thu Jul 31 14:36:29 CDT 2014 --> <title>Uses of Class termo.eos.alpha.TwoEquationsAlphaExpression</title> <meta name="date" content="2014-07-31"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class termo.eos.alpha.TwoEquationsAlphaExpression"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../termo/eos/alpha/TwoEquationsAlphaExpression.html" title="class in termo.eos.alpha">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?termo/eos/alpha/class-use/TwoEquationsAlphaExpression.html" target="_top">Frames</a></li> <li><a href="TwoEquationsAlphaExpression.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class termo.eos.alpha.TwoEquationsAlphaExpression" class="title">Uses of Class<br>termo.eos.alpha.TwoEquationsAlphaExpression</h2> </div> <div class="classUseContainer">No usage of termo.eos.alpha.TwoEquationsAlphaExpression</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../termo/eos/alpha/TwoEquationsAlphaExpression.html" title="class in termo.eos.alpha">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?termo/eos/alpha/class-use/TwoEquationsAlphaExpression.html" target="_top">Frames</a></li> <li><a href="TwoEquationsAlphaExpression.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>
sites/all/themes/ticketbaby/css/ticketbaby.no-query.css
Artemnsk/ticketbaby
img, media { max-width : 100%; } /* No files to import found in partials/components/**\/* */
instructions/howtosubmit.html
onstudynotes/onstudynotes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" type="text/css" href="style.css"></link> </head> <body topmargin="0" leftmargin="0" rightmargin="0"> <table border="0" width=855px height=2095px align="left" cellspacing="0"> <tr cellspacing="0" width="855px" height="108px"> <td cellspacing="0" width="855px" height="108px"> <img src="howtosubmit_top.jpg" height="108" width="855" /> </td> </tr> <tr cellspacing="0" width="855px" height="200px"> <td cellspacing="0" width="855px" height="200px"> <a href="http://onstudynotes.com/submit/" target="_top"> <img src="howtosubmit_link.jpg" height="200" width="855" /></a> </td> </tr> <tr cellspacing="0" width="855px" height="1648px"> <td cellspacing="0" width="855px" height="1648px"> <img src="howtosubmit_bottom.jpg" height="1648px" width="855px" /> </td> </tr> <tr cellspacing="0" width="855px" height="139px"> <td cellspacing="0" width="855px" height="139px"> <A HREF="http://onstudynotes.com/contact-us/" target=_top> <img src="contactus.jpg" height="139" width="855" /></A> </td> </tr> </table> </body> </html>
wp-content/themes/wedding/css/style.css
kplandes/greganddalewedding
body { background: #f9f8f5; color: #6b6a67; font-family: 'Ubuntu',sans-serif ; font-size: 14px; line-height: 22px; -webkit-font-smoothing:antialiased; } /* Typography */ a {color: #eb7b54;} h1,h2,h3,h4,h5,h6 {font-family: 'Bebas Neue',sans-serif;color: #45433e;font-weight: normal;} .header-font {font-family: 'Bebas Neue',sans-serif; } h1{font-size:2.52em;} h2{font-size:1.952em;} h3{font-size:1.952em;color: #b1b0ac;} h4{font-size:1.7em;} h5{font-size:1.452em;} h6{font-size:1.222em;} /* Typography */ /* Header */ header.header .content{padding:30px 0 30px 0} .fixed_menu header.header .content{padding:30px 0 82px 0} .fixed_menu header.header nav.main{position:fixed;left:0;top:-1px;width:100%} .fixed_menu.admin-bar header.header nav.main{top:27px} header.header #logo{float:left;display:inline-block;margin:0 24px 0 0;position:relative;color:inherit;text-decoration:none} header.header #logo span.subtitle{opacity:.6} header.header #logo span.img:after,header.header h1#logo a:after{position:absolute;right:0;width:4px;border-left:1px solid #c7c6c4;border-right:1px solid #c7c6c4;border-color:rgba(0,0,0,0.2);height:100%;content:'';display:block;top:0} header.header #logo img{vertical-align:middle} header.header #logo span.img,header.header h1#logo a{position:relative;padding:0 24px 0 0;margin:0 20px 0 0;display:inline-block} header.header h1#logo span{font-size:.5em;vertical-align:middle} /* Navigation */ header.header nav.social{float:right} header.header nav.social li{display:inline-block;list-style-type:none;margin:0 0 0 7px;padding:0;height:30px;line-height:30px;position:relative} .menu li[class^="icon-"]{position:relative} .menu li[class^="icon-"] a{width:28px;height:28px;display:block;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;border:1px solid #c7c6c4;border-color:rgba(0,0,0,0.2);color:#c7c6c4;color:rgba(0,0,0,0.2);text-indent:-20000em;position:relative;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.05);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.05)} .menu li[class^="icon-"]:before{display:block;width:30px;height:30px;position:absolute;margin-right:0;color:#c7c6c4;color:rgba(0,0,0,0.2);font-size:1.1em;left:0;top:0;line-height:30px} .menu li[class^="icon-"] a:hover{border-color:#eb7b54;color:#eb7b54} .menu li[class^="icon-"]:hover:before{color:#eb7b54} header.header nav.main{position:relative;z-index:1000} header.header nav.main ul{height:auto;border:1px solid rgba(0,0,0,.15);background-color:#fdfdfd;-moz-box-shadow:0 0 4px rgba(0,0,0,.08);-webkit-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box;position:relative;z-index:1000;text-align:center;border-left:none;border-right:none;} header.header nav.main ul li{list-style-type:none;display:inline-block;height:50px} header.header nav.main ul li:after{content:'//';color:#cbcbca} header.header nav.main ul li:last-child:after{display:none} header.header nav.main a{font-family:'Balthazar',serif;text-transform:uppercase;height:50px;line-height:50px;display:inline-block;padding:0 20px;font-size:1.15em;color:#45433e} header.header nav.main a:hover,header.header nav.main li.current-menu-item>a,header.header nav.main li.current-menu-ancestor>a,header.header nav.main li.current_page_item>a,header.header nav.main li.current_page_ancestor>a,header.header nav.main li.current_page_parent>a,header.header nav.main li.current_page_parent>a,header.header nav.main li.current>a{color:#eb7b54;text-decoration:none} header.header nav.main li ul{display:none;margin:0;padding:0;position:absolute;top:100%;z-index:1;top:50px;height:auto;text-align:left;border-top:0} header.header nav.main li ul li{display:block;height:auto} header.header nav.main li ul li:after{display:none} header.header nav.main li ul ul{top:0;left:100%} header.header nav.main li:hover>ul{display:block} header.header nav.main li ul a{display:block;height:auto;padding:10px;line-height:1em} header.header nav.main a.mobile_menu{height:50px;border:1px solid rgba(0,0,0,.15);background-color:#fdfdfd;-moz-box-shadow:0 0 4px rgba(0,0,0,.08);-webkit-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box;position:relative;z-index:1000;text-align:center;display:block;font-size:2.4em;display:none;border-left:none;border-right:none;} header.header nav.main a.mobile_menu:before{margin:0} header.header nav.main ul li.hide {display:none;} /* Navigation */ /* Search */ header.header nav.social #searchform {float: left;margin: -5px 0 0 0;max-width: 250px;} header.header nav.social .menu {float: left;padding: 0 0 0 10px;} /* Header */ /* Layout */ .content {max-width: 940px;margin: 0 auto;} #wrapper {margin: -1px 0 0 0;padding: 3em 0 0 0;} .home #wrapper {padding: 0;} aside {width: 300px;} .has_sidebar {width: 610px;} body.boxed .page-container { background: #f9f8f5; } body.boxed .page-container { max-width: 1100px; margin: 40px auto 0; -webkit-box-shadow:0px 0px 30px rgba(0,0,0,0.5); -moz-box-shadow:0px 0px 30px rgba(0,0,0,0.5); box-shadow:0px 0px 30px rgba(0,0,0,0.5); } /* Layout */ /* Footer */ footer{border-top:1px solid #e0dfdc;border-color:rgba(0,0,0,0.1);padding:3px 0 0 0} footer ul.xoxo{border-top:1px solid #e0dfdc;border-color:rgba(0,0,0,0.1);padding:1em 0 0 0;margin:0} footer .copy{text-align:center;font-size:.9em;color:#a6a5a1;padding:1em 0 2em} footer .copy p{margin:0} footer nav ul{text-align:center;margin:0;padding:1em 0 0 0} footer nav ul li{list-style-type:none;font-size:.9em;list-style-type:none;margin:0 5px;display:inline-block} footer ul.xoxo li.widget-container{width:220px;font-size:.9em;margin:1em 20px 0 0;float:left;display:block} footer ul.xoxo li.widget-container:nth-child(4n+4){margin:1em 0 0 0} /* Footer */ /* Columns */ .one_half,.one_third,.two_third,.three_fourth,.one_fourth{position:relative;margin-right:4%;float:left;min-height:1px;height:auto!important;height:1px;;margin-bottom:2em;} .one_half{width:48%} .one_third{width:30.6666%} .two_third{width:65.3332%} .one_fourth{width:22%} .two_fourth{width:48%} .three_fourth{width:74%} .last{margin-right:0!important;clear:right} .one_half .one_half{margin-right:8.3333%;width:45.8333%} .one_half .one_third{margin-right:8.3333%;width:27.7778%} .one_half .two_third{margin-right:8.3333%;width:63.8889%} .two_third .one_third{margin-right:6.1224%;width:29.2517%} .two_third .two_third{margin-right:6.1224%;width:64.6258%} .two_third .one_fourth{margin-right:6.1224%;width:20.4082%} p:empty {display: none;} /* Columns */ /* Buttons */ .button,input[type=submit]{background:#eb7b54;display:inline-block;height:20px;line-height:20px;font-size:.8em;font-weight:bold;padding:0 10px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin:0 5px 10px 0;text-decoration:none;-webkit-transition:all linear .3s;-moz-transition:all linear .3s;-ms-transition:all linear .3s;-o-transition:all linear .3s;transition:all linear .3s;cursor:pointer;color:#fff;-webkit-appearance:none} input[type=submit]{border:none;cursor:pointer;height:40px;line-height:40px;font-weight: bold;text-transform: uppercase;font-size: 0.9em;} .button.big{height:40px;line-height:40px;font-size:1em;} .button:hover{text-decoration:none;opacity: 0.8;color: #fff;} .button:before{margin:0 3px 0 0!important;} .button.blue,.button.black,.button.yellow,.button.green,.button.red,.button.aqua,.button.brown,.button.purple,.button.orange,.button.other{color:#fff;} .button.blue{background-color:#409fff;} .button.black{background-color:#696969;} .button.yellow{background-color:#ffd555;} .button.green{background-color:#72b972;} .button.red{background-color:#ff2e2e;} .button.aqua{background-color:#75d4d6;} .button.brown{background-color:#976e45;} .button.purple{background-color:#b649db;} .button.orange{background-color:#ffbb3f;} .button.gray{background-color:#fafafa;color:#666;text-shadow:none;} /* Buttons */ /* Box & Messages */ .box{border:1px solid rgba(0,0,0,.15);-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;-moz-box-shadow:0 0 4px rgba(0,0,0,.08);-webkit-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);padding:20px 20px 1px;margin:0 0 1.52em;position:relative} .box.box-icon{padding:0 5px 0 75px} .box.box-icon:before{color:#eb7b54;font-size:42px;position:absolute;left:0;top:0;width:76px;height:76px;text-align:center;margin-right:0;line-height:76px} .box.box-icon h4.title{padding:15px 0 0 0;margin:0} .box.box-icon p{margin:0 0 1em 0} .box h2.title{display:block;height:34px;line-height:34px;text-transform:uppercase;font-size:1.083em;font-weight:bold;color:#333;padding:0 15px;text-decoration:none;background:#f8f8f8;-webkit-box-shadow:inset 0 2px 0 #f0f0f0;-moz-box-shadow:inset 0 2px 0 #f0f0f0;box-shadow:inset 0 2px 0 #f0f0f0;text-shadow:1px 1px 0 #fff;margin:0 -15px 15px;border-bottom:1px solid #dbd9d9;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;} .message{padding:10px;margin:0 0 1.52em;background:#f8f8f8;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #e7e6e6;} .message:before{font-size:16px;margin:0 5px 0 0!important;} .message p:last-child{margin:0;padding:0;} .message.notify{background:#fffce3;border:1px solid #f0ebd3;} .message.error{background:#fadede;border:1px solid #f0d3d3;} .message.success{background:#e2fade;border:1px solid #ddf0d3;} .message.info{background:#def4fa;border:1px solid #d3ebf0;} /* Box & Messages */ /* Section Title */ .section-title{text-align:center;padding:3em 0 2em;overflow:hidden;position:relative;z-index:1;} .section-title em {display: block;margin: -35px 0 10px 0;} .section-title h1{display:inline-block;background:#eb7b54;height:40px;line-height:40px;padding:0 40px;color:#fff;font-family:'Silverfake',serif;font-size:24px;font-weight:normal;position:relative} .section-title h1:before,.section-title h1:after{content:'';position:absolute;display:block;top:-20px;border:20px solid #d5704d;z-index:-1;transform:scale(0.6,1);-ms-transform:scale(0.6,1);-webkit-transform:scale(0.6,1);-o-transform:scale(0.6,1);-moz-transform:scale(0.6,1)} .section-title h1:before{left:-60px;border-right-width:80px;border-left-color:transparent!important} .section-title h1:after{right:-60px;border-left-width:80px;border-right-color:transparent!important} .section-title h1 span:before,.section-title h1 span:after{border-color:transparent transparent #b05b3e transparent;position:absolute;display:block;border-style:solid;top:-40px;content:''} .section-title h1 span:before{left:0;border-width:20px 10px 20px 20px} .section-title h1 span:after{right:0;border-width:20px 20px 20px 10px} /* Section Title */ /* List shortcode */ ul br {display: none;} .list_icon ul{margin-left:0;} .list_icon li{list-style-type:none;} .list_icon li:before{font-size:16px;line-height:11px;} .list_icon li.icon-check:before{color:#72b972;} .list_icon li.icon-cancel:before{color:#ff2e2e;} ul.icon_list{margin:0;padding:0} ul.icon_list li{list-style-type:none;margin:0 0 1em 0;padding:0 0 0 22px;line-height:20px;position:relative} ul.icon_list li:before{position:absolute;left:0;top:1px;color:#c7c6c4;color:rgba(0,0,0,0.2);font-size:16px} /* List shortcode */ /* Maps */ .wedding_google_maps.box {padding: 5px;} /* Maps */ /* Dividers */ .hr{clear:both;height:0;border-bottom:1px dashed #e0dfdc;border-color:rgba(0,0,0,0.1);margin:0 0 1.52em;position:relative;} .hr.top a{position:absolute;right:0;top:-11px;padding:0 5px 0 10px;background:#f9f8f5;font-size:10px;text-decoration:none;speak:none;} .hr.thick{border-bottom:4px solid #e0dfdc;border-color: rgba(0,0,0,0.1);} .hr.dots{border-bottom:1px dotted #e0dfdc;border-color: rgba(0,0,0,0.1);} .hr.double{border-top:1px solid #e0dfdc;border-bottom:1px solid #e0dfdc;border-color:rgba(0,0,0,0.1);height:3px;} .box .hr {margin: 0 -20px 1.52em;} .single-page-home .hr:last-child {display: none;} /* Dividers */ /* Contact Form 7 */ div.wpcf7-response-output{padding:9px;font-size:.9em;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin:-40px 100px 0 0;position:relative} div.wpcf7-response-output:after{position:absolute;width:10px;height:10px;background:red;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);content:'';top:15px;right:-5px;background:inherit} div.wpcf7-mail-sent-ok{background:#e2fade} div.wpcf7-mail-sent-ng{background:#fadede} div.wpcf7-spam-blocked{background:#fffce3} div.wpcf7-validation-errors{background:#fadede} span.wpcf7-form-control-wrap{position:relative} span.wpcf7-not-valid-tip{position:absolute;top:30px;left:5px;z-index:100;background:#f59e9b;font-size:.833em;width:auto;color:#fff;padding:0 5px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px} span.wpcf7-not-valid-tip:before{content:'\e813';padding:0 5px 0 0;font-size:1.300em;vertical-align:middle;font-family:entypo} span.wpcf7-not-valid-tip:after{content:'';border-bottom:4px solid #f59e9b;border-left:4px solid transparent;border-right:4px solid transparent;position:absolute;left:10px;top:-4px} span.wpcf7-not-valid-tip-no-ajax{color:#f00;font-size:.833em;display:block} span.wpcf7-not-valid-tip-no-ajax{color:#f00;font-size:10pt;display:block} .wpcf7-display-none{display:none} div.wpcf7 img.ajax-loader{border:0;vertical-align:middle;margin-left:4px;margin-right:-20px} #wrapper div.wpcf7{border:1px solid rgba(0,0,0,.15);-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;-moz-box-shadow:0 0 4px rgba(0,0,0,.08);-webkit-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);padding:27px;margin:0 0 1.52em;position:relative} #wrapper div.wpcf7 .wpcf7-text,#wrapper div.wpcf7 .wpcf7-textarea{border:1px solid #e3e2e1;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;-moz-box-shadow:0 0 0 3px rgba(69,67,62,.05);-webkit-box-shadow:0 0 0 3px rgba(69,67,62,.05);box-shadow:0 0 0 3px rgba(69,67,62,.05);font-size:1em;font-family:inherit;color:#acacac;padding:13px 10px 14px 10px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} #wrapper div.wpcf7 p{clear:both;margin:0 0 25px 0} #wrapper div.wpcf7 p.half{float:left;width:48%;clear:none} #wrapper div.wpcf7 p.half:nth-child(2n+2){margin:0 4% 0 0} #wrapper div.wpcf7 p.radio_buttons{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background-color:#f7f7f7;text-align:center;padding:10px 0 1px} #wrapper div.wpcf7 p.radio_buttons input[type="radio"]{display:none} #wrapper div.wpcf7 p.radio_buttons .wpcf7-list-item-label{position:relative;padding:0 0 0 30px;cursor:pointer;white-space: nowrap;} #wrapper div.wpcf7 p.radio_buttons .wpcf7-list-item-label:before{position:absolute;left:0;top:-1px;content:'';width:17px;height:17px;border:1px solid #e3e2e1;-moz-border-radius:9px;-webkit-border-radius:9px;border-radius:9px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;-moz-box-shadow:0 0 0 3px rgba(69,67,62,.05);-webkit-box-shadow:0 0 0 3px rgba(69,67,62,.05);box-shadow:0 0 0 3px rgba(69,67,62,.05)} #wrapper div.wpcf7 .wpcf7-list-item{padding:0 1em 10px;display:inline-block} #wrapper div.wpcf7 p.radio_buttons input:checked+.wpcf7-list-item-label:after{content:'';width:9px;height:9px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:#6b6967;position:absolute;left:5px;top:4px} #wrapper div.wpcf7 p.submit{padding:0;margin:0;text-align:right} #wrapper div.wpcf7 p.submit .wpcf7-submit{margin:0} /* Contact Form 7 */ /* Gallery */ ul.gallery{margin:0;padding:0} .gallery .gallery-item {width:235px;float:left;list-style-type:none;margin:0 0 20px 0;display:block;padding:0;} .gallery .gallery-item a {display:block;position:relative;margin:0 30px;min-height:260px;width: auto;} .gallery .gallery-item span.img{display:block;width:164px;height:164px;background:#f5f4f2;border:6px solid #fff;position:absolute;left:50%;top:0px;margin: 0 -82px;-moz-box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} .gallery .gallery-item span.img.main {position: relative !important;margin: 0 auto !important;left: auto !important;} .gallery .gallery-item span.img:nth-child(1){-webkit-transform:rotate(6deg);-moz-transform:rotate(6deg);-ms-transform:rotate(6deg);-o-transform:rotate(6deg);transform:rotate(6deg)} .gallery .gallery-item span.img:nth-child(2){-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)} .gallery.columns_3 .gallery-item {width:310px;margin:0 0 50px 0} .gallery.columns_2 .gallery-item {width:470px;margin:0 0 50px 0} .gallery.columns_3 .gallery-item span.img {width:226px;height:226px;margin: 0 -113px;} .gallery.columns_2 .gallery-item span.img {width:320px;height:320px;margin: 0 -160px;} .gallery .gallery-item span.img img{width:100%;height:100%;position:relative;background:0;border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin:0;display:block} .gallery .gallery-item span.img:before{position:absolute;width:100%;height:154px;line-height:154px;color:#c4c3c2;font-size:64px;} .gallery.columns_3 .gallery-item span.img:before{height:216px;line-height:216px;} .gallery.columns_2 .gallery-item span.img:before{height:310px;line-height:310px;} .gallery .gallery-item a strong{padding:20px 0 0 0;display:block;text-align:center;font-weight:normal;color:#45433e;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s} .gallery .gallery-item a em{display:block;text-align:center;font-style:normal;color:#a6a5a1;font-size:.9em} .gallery .gallery-item a:hover{text-decoration:none} .gallery .gallery-item a:hover strong{color:#eb7b54} .gallery .gallery-item a:hover span.img:nth-child(1){-webkit-transform:rotate(-6deg) translate(-35px,-15px);-moz-transform:rotate(-6deg) translate(-35px,-15px);-ms-transform:rotate(-6deg) translate(-35px,-15px);-o-transform:rotate(-6deg) translate(-35px,-15px);transform:rotate(-6deg) translate(-35px,-15px);} .gallery .gallery-item a:hover span.img:nth-child(2){-webkit-transform:rotate(8deg) translate(35px,15px);-moz-transform:rotate(8deg) translate(35px,15px);-ms-transform:rotate(8deg) translate(35px,15px);-o-transform:rotate(8deg) translate(35px,15px);transform:rotate(8deg) translate(35px,15px);} .gallery .gallery-item a:hover span.img:nth-child(3){-webkit-transform:rotate(2deg);-moz-transform:rotate(2deg);-ms-transform:rotate(2deg);-o-transform:rotate(2deg);transform:rotate(2deg)} ul.album{margin:0 -15px 4em -15px;padding:0} ul.album li{list-style-type:none;margin:16px;padding:0;float:left;width:162px;height:162px} .elastislide-carousel{overflow:hidden;position:relative} ul.album.scrollable{display:none;position:relative;-webkit-backface-visibility:hidden;-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);transform:translateX(0px);white-space:nowrap;padding:5px 0;margin:0} .elastislide-carousel ul.album.scrollable {display: block;} ul.album.scrollable li{display:inline-block;float:none;width:auto;height:100%;margin:0 6px} ul.album li a{display:block;padding:6px;background:#fff;-moz-box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05)} ul.album li a.title {text-align: center;background: none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding: 0;} ul.album li a img{width:150px;height:150px;display:block} li.clear{width:100%!important;height:auto!important;float:none!important;background:none!important;border:none!important;margin:0 !important;display:block!important;} ul.album.scrollable li a{display:inline-block;width:100%;padding:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none} ul.album.scrollable li a img{max-width:100%;height:64px;width:64px;-moz-box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);border:3px solid #fff} .elastislide-wrapper{position:relative;padding:10px 30px;margin:0 0 2em 0} .elastislide-wrapper nav span{position:absolute;width:20px;height:20px;text-indent:-9000px;cursor:pointer;color:#b1b0ac} .elastislide-wrapper nav span:before{position:absolute;left:0;top:0;width:20px;height:20px;text-align:center;line-height:20px;font-size:30px;font-family:'entypo';text-indent:0} .elastislide-wrapper nav span:hover{color:#45433e} .elastislide-wrapper nav span.elastislide-prev{left:5px;top:40px} .elastislide-wrapper nav span.elastislide-next{right:5px;top:40px} .elastislide-wrapper nav span.elastislide-prev:before{content:'\e867'} .elastislide-wrapper nav span.elastislide-next:before{content:'\e866'} .gallery-summary{display:block;height:70px;margin:0 0 1.52em 0} .gallery-summary img{height:64px;width:64px;-moz-box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);border:3px solid #fff;float:left;margin:0 10px 0 0} .gallery-summary strong{display:block;padding:15px 0 0 0;font-size:1.2em} .gallery-summary em{font-size:.9em;color:#6b6a67} .gallery-summary:hover{text-decoration:none} p.no-photos{text-align:center;font-size:2em;padding:2em 0} p.no-photos:before{display:block;text-align:center;width:100%;margin:0 0 30px 0;font-size:2em;color:#c7c6c4;color:rgba(0,0,0,0.2)} /* Gallery */ /* Pagination */ nav#nav-below{padding:1em 0 2em;} nav#nav-below .meta-nav{font-family:entypo;display:inline-block;color:#fff;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;width:24px;height:24px;line-height:24px;text-align:center;margin:0 5px;background:rgb(179,179,179);background:rgba(0,0,0,0.3);font-weight:normal;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s;} nav#nav-below a{text-decoration:none;font-weight:bold;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s;} nav#nav-below span.nav-previous{display:inline-block;width:50%;} nav#nav-below span.nav-next{display:inline-block;text-align:right;float:right;width:49%;} nav#nav-below .wp-pagenavi{text-align:center;} nav#nav-below .wp-pagenavi span.pages{display:block;font-style:italic;font-size:0.917em;color:#999;border:none;} nav#nav-below .wp-pagenavi a,nav#nav-below .wp-pagenavi span.current{display:inline-block;padding:0 8px;border:1px solid #ccc;margin:0 5px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;} nav#nav-below .wp-pagenavi span.current{background:#fafafa;} .post-nav {overflow:hidden;border-bottom:1px solid #e7e6e6;margin:-6px 0 26px;padding:10px 0;} .post-nav .meta-nav{font-family:entypo;display:inline-block;color:#fff;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;width:24px;height:24px;line-height:24px;text-align:center;margin:0 5px;background:rgb(179,179,179);background:rgba(0,0,0,0.3);font-weight:normal;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s;} .post-nav a{text-decoration:none;font-weight:bold;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s;} .post-nav a[rel="prev"]{display:inline-block;text-align: left;float: left;} .post-nav a[rel="next"]{display:inline-block;text-align:right;float:right;} .ajax-load-posts{text-align:center} .ajax-load-posts a{background:#959593;position:relative} .ajax-load-posts a span{font-size:20px;position:absolute;left:10px;top:0;width:20px;opacity:0;text-align:center;-webkit-animation:loading_rotate 1.5s infinite ease-in-out;-moz-animation:loading_rotate 1.5s infinite ease-in-out;-o-animation:loading_rotate 1.5s infinite ease-in-out;animation:loading_rotate 1.5s infinite ease-in-out} .ajax-load-posts a.loading{padding:0 10px 0 40px} .ajax-load-posts a.loading span{opacity:1} @-webkit-keyframes loading_rotate{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg)}} @-moz-keyframes loading_rotate{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(-360deg)}} @-o-keyframes loading_rotate{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(-360deg)}} @keyframes loading_rotate{0%{-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(-360deg);transform:rotate(-360deg)}} /* Pagination */ /* Widgets */ ul.xoxo{margin:0;padding:0} ul.xoxo li.widget-container{list-style-type:none;display:block;margin:0 0 2.5em 0;padding:0;line-height:inherit} #searchform input{border:1px solid #e3e2e1;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;-moz-box-shadow:0 0 0 3px rgba(69,67,62,.05);-webkit-box-shadow:0 0 0 3px rgba(69,67,62,.05);box-shadow:0 0 0 3px rgba(69,67,62,.05);font-size:1em;font-family:inherit;color:#acacac;padding:13px 10px 14px 40px;width:100%;outline:0;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} #searchform p {position: relative;} #searchform p:before {color:#c7c6c4;color:rgba(0,0,0,0.2);font-size:20px;position:absolute;left:10px;top:13px;z-index:1;} ul.xoxo ul.xoxo{margin:0 0 1.5em 1.5em} .widget_recent_entries ul{border:1px solid rgba(0,0,0,.15);-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;-moz-box-shadow:0 0 4px rgba(0,0,0,.08);-webkit-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);margin:0 0 1.52em;position:relative} .widget_recent_entries ul li{list-style-type:none;margin:0;padding:0;border-bottom:1px dashed #c6c6c6;padding:15px 20px;line-height:inherit} .widget_recent_entries ul li br{display:none} .widget_recent_entries ul li a{display:block;color:#45433e;line-height:20px;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s;font-weight:bold} .widget_recent_entries ul li:first-child{-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0} .widget_recent_entries ul li:last-child{border:0;-moz-border-radius:0 0 6px 6px;-webkit-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px} .widget_recent_entries ul li span.post-date{display:block;color:#a6a5a1} .widget_recent_entries ul li:hover{background:rgba(0,0,0,0.04)} .widget_recent_entries ul li a:hover{text-decoration:none} .tagcloud a{font-size:.9em!important;background:#eb7b54;height:26px;line-height:26px;display:inline-block;color:#fff;padding:0 10px;margin:0 20px 10px 0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;position:relative} .tagcloud a:hover{text-decoration:none} .tagcloud a:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);height:18px;width:18px;content:'';background:inherit;position:absolute;right:-8px;display:block;top:4px;z-index:-1} .tagcloud a:hover{background:#dfdedb;color:#84827d} #wp-calendar{margin:0;width:100%;font-size:13px;font-size:.928571429rem;line-height:1.846153846;color:#686868} #wp-calendar th,#wp-calendar td,#wp-calendar caption{text-align:left} /* Widgets */ /* Dropcaps */ span.dropcap{float:left;line-height: 1em;margin:0 0.3em 0 0;padding:0;text-align:center;font-weight:bold;font-size:2.8em;font-family:Silverfake,serif} span.dropcap.v2{-moz-border-radius:0.7em;-webkit-border-radius:0.7em;border-radius:0.7em;color:#fff;display:block;width:1.4em;height:1.4em;line-height:1.4em;padding:0;font-size:2em;font-weight:bold;margin:0.2em 0.3em 0 0;background:#b1b0ac;} /* Dropcaps */ /* Highlight */ .highlight{background:#fefd79;padding:0 5px;} /* Highlight */ /* Tabs & Toggles */ .tabs,.toggle{margin:0 0 1.52em;clear:both} .tabs nav{margin:0 10px 0 0} .tabs nav br{display:none} .tabs nav a{display:inline-block;height:34px;line-height:36px;text-transform:uppercase;font-size:1.4em;color:#45433e;font-weight:normal;padding:0 20px;border:1px solid rgba(0,0,0,.15);-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;margin:0 5px -1px 0;text-decoration:none;background:#fafafa;-webkit-box-shadow:inset 0 2px 3px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 2px 3px rgba(0,0,0,0.1);box-shadow:inset 0 2px 3px rgba(0,0,0,0.1);text-shadow:1px 1px 0 #fff;-webkit-transition:all linear .3s;-moz-transition:all linear .3s;-ms-transition:all linear .3s;-o-transition:all linear .3s;transition:all linear .3s;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-box-shadow:0 0 4px rgba(0,0,0,.08);-webkit-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);border-bottom:1px solid transparent} .tabs nav a.active{background:#fff;border-bottom:1px solid #fff;-webkit-box-shadow:inset 0 2px 0 #f7f7f7;-moz-box-shadow:inset 0 2px 0 #f7f7f7;box-shadow:inset 0 2px 0 #f7f7f7} .tabs .panes{border:1px solid rgba(0,0,0,.15);padding:15px 20px;background:#fff;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-border-radius:0 6px 6px 6px;-webkit-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;-moz-box-shadow:0 0 4px rgba(0,0,0,.08);-webkit-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08)} .tabs .panes section{display:none;padding:0 0 1px} .tabs .panes section:first-child{display:block} .tabs .panes section > br:first-child{display:none;} .toggle{border-top:1px solid rgba(0,0,0,.15);background:#fff;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-moz-box-shadow:0 0 4px rgba(0,0,0,.08);-webkit-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08)} .toggle a.tab_title{display:block;height:34px;line-height:34px;text-transform:uppercase;font-size:1.4em;color:#45433e;padding:0 20px;border:1px solid rgba(0,0,0,.15);text-decoration:none;background:#fafafa;-webkit-box-shadow:inset 0 2px 3px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 2px 3px rgba(0,0,0,0.1);box-shadow:inset 0 2px 3px rgba(0,0,0,0.1);text-shadow:1px 1px 0 #fff;border-top:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box} .toggle section{border:1px solid #dbd9d9;border-top:0;padding:15px 20px 15px;display:none} .toggle .tab:first-child section{display:block} .toggle .tab section > br:first-child{display:none;} /* Tabs & Toggles */ /* Social Icons */ .social_icon{display:inline-block;width:38px;height:38px;position:relative;-moz-border-radius:19px;-webkit-border-radius:19px;border-radius:19px;color:#fff;background:#b1b0ac;text-decoration:none;margin:0 9px 0 0;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s;text-align: center;line-height: 38px;} .social_icon:hover{text-decoration:none;color:#fff;background:#eb7b54} .social_icon:before{display:block;content:0;position:absolute;left:0;top:0;width:38px!important;height:38px!important;text-align:center;line-height:38px;font-size:16px;} /* Social Icons */ /* Feature List */ #wrapper ul.feature_list.big{margin:0 0 0 0;padding:0;} #wrapper ul.feature_list.big li{list-style-type:none;display:block;width:30.66%;margin:1.429em 4% 0 0;padding:0;float:left;font-size:1.167em;line-height:1.714em;} #wrapper ul.feature_list.big li h2{font-size:1.429em;margin:0 0 0.600em;text-align:center;} #wrapper ul.feature_list.big li h2:before{display:block;width:82px;height:82px;background:#45433e;-moz-border-radius:41px;-webkit-border-radius:41px;border-radius:41px;color:#fff;text-shadow:0 0 5px rgba(0,0,0,0.05);font-size:40px;line-height:82px;margin:0 auto 28px;} #wrapper ul.feature_list.big li p{text-align:center;} #wrapper ul.feature_list.big li:nth-of-type(3n+3){margin:1.429em 0 0;clear:right;} .home #wrapper ul.feature_list.big li:last-child{margin-bottom:30px;} #wrapper ul.feature_list.small{margin:0 0 0 0;padding:0;} #wrapper ul.feature_list.small li{display:block;float:left;margin:1.538em 4% 0 0;padding:0;width:22%;font-size:1.083em;line-height:1.538em;} #wrapper ul.feature_list.small li:nth-of-type(4n+4){margin:1.538em 0 0;clear:right;} #wrapper ul.feature_list.small li h2{font-size:1.231em;padding:0 0 0 40px;margin:0 0 0.750em;} #wrapper ul.feature_list.small.padding h2{margin:0;} #wrapper ul.feature_list.small.padding li p{padding:0 0 0 40px;} #wrapper ul.feature_list.small.preview li{margin:0;width:20%;} #wrapper ul.feature_list.small.preview li:last-child {margin: 0 0 1.52em 0;} #wrapper ul.feature_list.small.preview li h2{font-size:12px;font-family: inherit} #wrapper ul.feature_list.small li h2:before{display:inline-block;width:32px;height:32px;line-height:32px;text-align:center;color:#fff;text-shadow:0 0 5px rgba(0,0,0,0.05);background:#45433e;-moz-border-radius:16px;-webkit-border-radius:16px;border-radius:16px;margin:0 8px 0 -40px;} #wrapper .one_half ul.feature_list li {width:47.5%!important;margin:20px 5% 0 0!important;} #wrapper .one_half ul.feature_list li:nth-of-type(2n+1){clear:right!important;margin:20px 0 0;} #wrapper .one_fourth ul.feature_list li,#wrapper .one_third ul.feature_list li{width:100%!important;margin:0!important;} .title-with-icon.rounded:before {-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px;background:#45433e;color: #fff;display: inline-block;width:1em;height: 1em;font-size: 70%;line-height: 1em;text-align: center;padding: 10px;vertical-align: middle;margin: 0 10px 0 0;} /* Feature List */ /* Comments */ #comments h2#comments-title span{color:#d5d4d0} ol.commentlist{margin:0;padding:0} ol.commentlist li.comment{list-style-type:none;margin:0;padding:0;display:block;line-height:inherit} ol.commentlist li.comment article{margin:0 0 1.52em;display:block;border:1px solid rgba(0,0,0,.15);-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;-moz-box-shadow:0 0 4px rgba(0,0,0,.08);-webkit-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);padding:25px 25px 1px 25px;position:relative} ol.commentlist li.comment article:before{position:absolute;width:10px;height:10px;border:1px solid rgba(0,0,0,.15);content:'';border-right:0;border-bottom:0;display:block;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;left:-6px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)} ol.commentlist li.comment article header{padding:0 0 1em 0;color:#a6a5a1} ol.commentlist li.comment article header span.comment-author{font-weight:bold;color:#45433e;padding:0 7px 0 0;margin:0 5px 0 0;border-right:1px solid #a6a5a1} ol.commentlist li.comment article header a.comment-reply-link{float:right;display:inline-block;color:#a6a5a1} ol.commentlist li.comment article header a.comment-reply-link:hover{text-decoration:none;color:#eb7b54} ol.commentlist li.comment article header a.comment-reply-link:before{font-size:20px;line-height:12px} ol.commentlist ul.children{margin:0 0 0 60px} #respond{padding:3em 0 0 0} #respond h3{color:#45433e} #respond #commentform{margin:0 0 1.52em;display:block;border:1px solid rgba(0,0,0,.15);-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;-moz-box-shadow:0 0 4px rgba(0,0,0,.08);-webkit-box-shadow:0 0 4px rgba(0,0,0,.08);box-shadow:0 0 4px rgba(0,0,0,.08);padding:25px 0 1px 25px;position:relative} #respond #commentform input[type="text"],#respond #commentform textarea{border:1px solid #e3e2e1;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;-moz-box-shadow:0 0 0 3px rgba(69,67,62,.05);-webkit-box-shadow:0 0 0 3px rgba(69,67,62,.05);box-shadow:0 0 0 3px rgba(69,67,62,.05);font-size:1em;font-family:inherit;color:#acacac;padding:13px 10px 14px 10px;margin:0 25px 0 0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} #respond #commentform p{padding:0 25px 0 0} #respond #commentform p.comment-form-author,#respond #commentform p.comment-form-email,#respond #commentform p.comment-form-url{float:left;width:33.33%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} #respond #commentform p.comment-form-comment{clear:both} #respond #commentform p label{font-weight:bold;display:block;padding:0 0 5px 3px} #respond #commentform p.form-submit{text-align:right;padding:0 20px 0 0} ol.commentlist li.comment.bypostauthor header span.comment-author:before {font-family:'entypo';font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;margin-right:.2em;text-align:center;content:'\e80a'} /* Comments */ /* Timeline */ .timeline{position:relative;overflow:hidden} .timeline .line{position:absolute;width:4px;left:50%;margin:0 -2px;top:0;height:100%;background:#eb7b54} .timeline .post{position:relative;padding:0 0 3em 0;margin:0} .timeline .post .post_content .box{margin:0} .timeline .post .post_content .box h2 {position: relative;} .timeline .post .post_content .box:before{position:absolute;width:10px;height:10px;border:1px solid rgba(0,0,0,.15);content:'';border-right:0;border-bottom:0;display:block;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;left:-6px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)} .timeline .post.odd .post_content .box:before{left:auto;right:-6px;border:1px solid rgba(0,0,0,.15);border-top:0;border-left:none} .timeline .post .post_content,.timeline .post .data{width:50%;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} .timeline .post.odd .post_content{float:left;padding:0 35px 0 0} .timeline .post.odd .data{float:right;padding:12px 0 0 35px} .timeline .post.even .post_content{float:right;padding:0 0 0 35px} .timeline .post.even .data{float:left;text-align:right;padding:12px 35px 0 0} .timeline span.year{display:block;width:70px;height:28px;-moz-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;background-color:#eb7b54;text-align:center;font-weight:bold;line-height:28px;color:#fff;margin:0 auto 3em;position:relative;border:6px solid #f9f7f5} .timeline .post .data .date{float:left;height:28px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background-color:#c7c5c3;text-align:center;font-weight:bold;line-height:28px;color:#fff;padding:0 10px;position:relative;margin:0 0 1.52em 0} .timeline .post .data .date:before{content:'';width:10px;height:10px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);position:absolute;display:block;left:-3px;top:10px;background-color:#c7c5c3} .timeline .post .data .date:after{width:12px;height:12px;border:4px solid #eb7b54;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f9f7f5;-moz-box-shadow:0 0 0 5px #f9f7f5;-webkit-box-shadow:0 0 0 5px #f9f7f5;box-shadow:0 0 0 5px #f9f7f5;content:'';left:-45px;top:4px;display:block;position:absolute} .timeline .post.even .data .date{float:right} .timeline .post.even .data .date:before{left:auto;right:-3px} .timeline .post.even .data .date:after{left:auto;right:-45px} .timeline .post:last-child:before{position:absolute;width:4px;height:100%;background:#f9f8f5;left:50%;margin:0 -2px;top:15px;display:block;content:''} .timeline .post_thumbnail img{-moz-box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);border:3px solid #fff;max-width: 100%;} .timeline a.link{font-size:2em;display:inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;max-width: 100%;padding:0 0 5px 0;} .timeline a.link:before{font-weight:bold;color:#b1b0ac} .timeline a.link:hover,.timeline a.link:hover:before{text-decoration:none;color:#eb7b54} .timeline .post.even blockquote {padding: 0 40px 0 0;} .timeline .post.even blockquote:before {left: auto;right: -2px;} /* Timeline */ /* Quotes */ blockquote{padding:0 0 0 40px;line-height:1.2em;position:relative;width:auto;margin:0 0 1.52em;font-family:'Bebas Neue';font-size:1.952em;color:#b1b0ac;font-weight:normal} blockquote p{margin:0 0 .5em 0} blockquote:before{content:"“";position:absolute;left:-2px;top:-4px;display:block;font-size:90px;line-height:1} /* Quotes */ /* Images */ .entry-content img,.comment-content img,.widget img{max-width:100%} img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"]{height:auto} img.size-full,img.size-large,img.header-image,img.wp-post-image{max-width:100%;height:auto} embed,iframe,object,video{max-width:100%} .entry-content .twitter-tweet-rendered{max-width:100%!important} .entry-content img,.comment-content img,.widget img,img.header-image,.author-avatar img,img.wp-post-image{border:6px solid #fff;background-color:#c7c5c3;-moz-box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);box-shadow:0 1px 3px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.05);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} .wp-caption{max-width:100%;padding:4px} .wp-caption .wp-caption-text,.gallery-caption,.entry-caption{font-style:italic;font-size:12px;font-size:.857142857rem;line-height:2;color:#757575} img.wp-smiley,.rsswidget img{border:0;border-radius:0;box-shadow:none;margin-bottom:0;margin-top:0;padding:0} .entry-content dl.gallery-item{margin:0} .gallery-item a,.gallery-caption{width:90%} .gallery-item a{display:block} .gallery-caption a{display:inline} .gallery-columns-1 .gallery-item a{max-width:100%;width:auto} .gallery .gallery-icon img{height:auto;max-width:90%;padding:5%} .gallery-columns-1 .gallery-icon img{padding:3%} /* Images */ /* Blog */ .post_list article{margin:0 0 3em 0} .post_list article .box.post-content{position:relative;margin:0} .post_list article .box.post-content:before{position:absolute;width:10px;height:10px;border:1px solid rgba(0,0,0,.15);content:'';border-right:0;border-bottom:0;display:block;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;left:-6px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)} .post_list article .entry-title{padding:0 0 10px 0} .post_list article .entry-title h1{margin:0;padding:0} .post_list article .entry-title h1 a{color:inherit} .post_list article .entry-title h1 a:hover{text-decoration:none;color:#eb7b54} .post_list article .entry-title time{color:#a6a5a1} .post_list article .featured_img{display:block;margin:0 1.5em 0 0} .post_list article a.more-link{margin:1.52em 0 0} .post_list article p+p a.more-link{margin:0} .post_list .entry-meta{font-size:.9em;color:#a6a5a1;padding:5px} .post_list .entry-meta a{color:inherit} .post_list .entry-meta ul{margin:0;padding:0} .post_list .entry-meta li{list-style-type:none;margin:0;display:inline-block;padding:0 15px 0 0} .post_list .entry-banner{margin:0 0 1.52em 0} .post_list .entry-banner img.ls-bg{width:100%!important} .post_list article.sticky .entry-title h1:before {font-family:'entypo';font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;margin-right:.2em;text-align:center;content:'\e808'} /* Blog */
documentation/doxy/output/is4c-nf/html/class_generic_sig_slip_message.html
joelbrock/ELFCO_CORE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>CORE POS - IS4C: GenericSigSlipMessage Class Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.4.7 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li id="current"><a href="classes.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <form action="search.php" method="get"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td> <td><input type="text" name="query" value="" size="20" accesskey="s"/></td> </tr> </table> </form> </li> </ul></div> <div class="tabs"> <ul> <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul></div> <h1>GenericSigSlipMessage Class Reference</h1><!-- doxytag: class="GenericSigSlipMessage" --><a href="class_generic_sig_slip_message-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="06faa1213e57b21bd17daf5e9796939e"></a><!-- doxytag: member="GenericSigSlipMessage::select_condition" ref="06faa1213e57b21bd17daf5e9796939e" args="()" --> &nbsp;</td><td class="memItemRight" valign="bottom"><b>select_condition</b> ()</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ae16516bbaa8ac93ef09e01cd98f8935"></a><!-- doxytag: member="GenericSigSlipMessage::message" ref="ae16516bbaa8ac93ef09e01cd98f8935" args="($val, $ref, $reprint=false)" --> &nbsp;</td><td class="memItemRight" valign="bottom"><b>message</b> ($val, $ref, $reprint=false)</td></tr> <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4615ce9abc3be6663928bd6e893580d4"></a><!-- doxytag: member="GenericSigSlipMessage::$paper_only" ref="4615ce9abc3be6663928bd6e893580d4" args="" --> &nbsp;</td><td class="memItemRight" valign="bottom"><b>$paper_only</b> = true</td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> Attach a generic signature slip to a receipt. Can be subclassed with a different select_condition() to attach to various store-specific tender codes. <p> <hr>The documentation for this class was generated from the following file:<ul> <li>pos/is4c-nf/lib/ReceiptBuilding/Messages/GenericSigSlipMessage.php</ul> <hr size="1"><address style="align: right;"><small>Generated on 11 Sep 2014 for CORE POS - IS4C by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address> </body> </html>
tag/freshwater/page/1/index.html
ilebras/ilebras.github.io
<!DOCTYPE html><html><head><title>https://ilebras.github.io/tag/freshwater/</title><link rel="canonical" href="https://ilebras.github.io/tag/freshwater/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://ilebras.github.io/tag/freshwater/" /></head></html>
solr-5.0.0/docs/solr-analytics/org/apache/solr/analytics/accumulator/package-tree.html
annieweng/solr_example
<!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_55) on Sun Feb 15 12:26:45 PST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>org.apache.solr.analytics.accumulator Class Hierarchy (Solr 5.0.0 API)</title> <meta name="date" content="2015-02-15"> <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="org.apache.solr.analytics.accumulator Class Hierarchy (Solr 5.0.0 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</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li><a href="../../../../../org/apache/solr/analytics/accumulator/facet/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/analytics/accumulator/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.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 class="title">Hierarchy For Package org.apache.solr.analytics.accumulator</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.<a href="http://download.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> <ul> <li type="circle">org.apache.solr.analytics.accumulator.<a href="../../../../../org/apache/solr/analytics/accumulator/FacetingAccumulator.EntryComparator.html" title="class in org.apache.solr.analytics.accumulator"><span class="strong">FacetingAccumulator.EntryComparator</span></a> (implements java.util.<a href="http://download.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;T&gt;)</li> <li type="circle">org.apache.lucene.search.<a href="http://lucene.apache.org/core/5_0_0/core/org/apache/lucene/search/SimpleCollector.html?is-external=true" title="class or interface in org.apache.lucene.search"><span class="strong">SimpleCollector</span></a> (implements org.apache.lucene.search.<a href="http://lucene.apache.org/core/5_0_0/core/org/apache/lucene/search/Collector.html?is-external=true" title="class or interface in org.apache.lucene.search">Collector</a>, org.apache.lucene.search.<a href="http://lucene.apache.org/core/5_0_0/core/org/apache/lucene/search/LeafCollector.html?is-external=true" title="class or interface in org.apache.lucene.search">LeafCollector</a>) <ul> <li type="circle">org.apache.solr.analytics.accumulator.<a href="../../../../../org/apache/solr/analytics/accumulator/ValueAccumulator.html" title="class in org.apache.solr.analytics.accumulator"><span class="strong">ValueAccumulator</span></a> <ul> <li type="circle">org.apache.solr.analytics.accumulator.<a href="../../../../../org/apache/solr/analytics/accumulator/BasicAccumulator.html" title="class in org.apache.solr.analytics.accumulator"><span class="strong">BasicAccumulator</span></a> <ul> <li type="circle">org.apache.solr.analytics.accumulator.<a href="../../../../../org/apache/solr/analytics/accumulator/FacetingAccumulator.html" title="class in org.apache.solr.analytics.accumulator"><span class="strong">FacetingAccumulator</span></a> (implements org.apache.solr.analytics.accumulator.facet.<a href="../../../../../org/apache/solr/analytics/accumulator/facet/FacetValueAccumulator.html" title="interface in org.apache.solr.analytics.accumulator.facet">FacetValueAccumulator</a>)</li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li><a href="../../../../../org/apache/solr/analytics/accumulator/facet/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/analytics/accumulator/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2015 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>