path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
css/style.css | anjithgeorge/anjithgeorge.github.io | html, body {
height: 100%;
font-family: 'Roboto', sans-serif;
color: #444;
}
#header {
width: 100%;
height: 500px;
font-weight: 300;
color: white;
margin-bottom: 40px;
}
.bg1 {
background-image: url('stanfordpano.jpg');
background-repeat: no-repeat;
background-position: center center;
background-size: auto 100%;
}
.bg2 {
background-color: #299DB6;
}
#headerblob {
position: absolute;
left: 20%;
top: 265px;
width: 80%;
}
#headertext {
font-size: 26px;
font-weight: 400;
margin-top: 50px;
margin-left: 220px;
}
.imgme {
border: 3px solid white;
/* box-shadow: #AAA 0px 0px 4px 0px; */
float: left;
}
#htname {
font-size: 46px;
font-weight: 400;
}
#htdesc {
font-size: 18px;
font-weight: 300;
margin-top: -6px;
}
#htem {
font-size: 14px;
font-weight: 300;
}
@media (max-width: 768px) {
#headerblob {
text-align: center;
position: absolute;
top: 100px;
left: 0;
width: 100%;
}
.imgme {
float: none;
}
#headertext {
margin: 20px 0;
}
#htname {
font-size: 28px;
}
#htdesc {
font-size: 16px;
}
}
#topnav {
position: absolute;
top: 0;
right: 0;
padding: 5px 10px 5px 10px;
margin: 10px;
border: 1px solid #FFF;
}
#topnav a {
color: white;
}
#topnav a:hover {
text-decoration: none;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
li {
display: inline;
}
#topnav ul {
font-size: 26px;
}
.svgico {
display: inline-block;
}
#timeline {
font-size: 20px;
font-weight: 300;
}
@media (min-width: 768px) {
.timelineitem:nth-child(odd) {
margin-left: 50%;
border-left: 5px solid #333;
text-align: left;
}
.timelineitem:nth-child(even) {
margin-right: 50%;
margin-left: 5px;
border-right: 5px solid #333;
text-align: right;
}
.timelineitem {
width: 50%;
position: relative;
padding: 20px;
}
.timelineitem:nth-child(odd):before {
left: -8px;
}
.timelineitem:nth-child(even):before {
right: -8px;
}
}
.timelineitem:before {
width: 11px;
height: 11px;
background: #333;
content: "";
display: block;
position: absolute;
top: 0;
border-radius: 5px;
}
@media (max-width: 768px) {
.timelineitem {
border-left: 5px solid #333;
text-align: left;
margin-left: 10px;
padding: 5px;
position: relative;
}
.timelineitem:before {
left: -8px;
}
}
.tdate {
font-size: 18px;
font-weight: 400;
margin-bottom: -5px;
color: rgb(132,0,0);
}
.ttitle {
font-size: 20px;
font-weight: 400;
}
.tdesc {
font-size: 18px;
font-weight: 300;
}
@media (max-width: 768px) {
.tdate {
font-size: 16px;
}
.ttitle {
font-size: 16px;
}
.tdesc {
font-size: 16px;
}
}
.thigh {
color: #070;
}
.quote {
color: #777;
text-align: center;
font-style: italic;
font-weight: 300;
padding: 90px 0 50px;
}
.quote blockquote {
font-size: 28px;
}
h2 {
text-align: center;
font-weight: 300;
font-size: 50px;
padding: 40px 0px 60px;
}
#sitefooter {
height: 300px;
margin-top: 200px;
background-color: #F1F3F4;
}
hr.soft {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
padding: 0;
margin: 0;
}
.pubt {
font-size: 22px;
font-weight:400;
color: #000;
}
@media (max-width: 768px) {
.pubt {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
.pubd {
text-align: justify;
}
}
.pubd {
font-size: 18px;
font-weight: 300;
}
.pubimg {
text-align: center;
}
.pubimg img {
max-width: 100%;
}
.puba {
font-size: 18px;
color: #900;
}
.pubv {
color: #090;
font-size: 16px;
}
.publ {
padding-top: 10px;
}
.publ li {
border: 1px solid #CCC;
padding: 5px;
margin: 5px 2px;
display: inline-block;
}
.pubwrap {
padding-bottom: 20px;
margin-bottom: 50px;
border-bottom: 1px solid #DDD;
}
.projwrap {
padding-bottom: 20px;
margin-bottom: 50px;
#border-bottom: 1px solid #DDD;
}
.pub {
}
.pp {
text-align: center;
margin-bottom: 60px;
}
.pp img {
border: 3px solid #FFF;
box-shadow: #BBB 0px 0px 5px 0px;
}
.imgb {
max-width: 300px;
}
.imgsm {
height: 220px;
}
.ppt {
font-size: 30px;
font-weight: 300;
color: #000;
margin-top: 20px;
}
.ppd {
font-size: 18px;
text-align: justify;
color: #444;
font-weight: 300;
}
.pp blockquote {
text-align: right;
}
#moreprojects {
display: none;
}
#morepubs {
display: none;
}
.showmore {
border: 1px solid #CCC;
padding: 10px;
font-size: 24px;
width: 200px;
text-align: center;
color: #999;
margin: 0px auto;
cursor: pointer;
margin-bottom: 50px;
}
.showmore:hover {
color: #333;
}
.miscitem {
margin: 10px 0px 60px;
}
.miscimg img {
height: 50px;
float: left;
margin-right: 10px;
margin-top: -10px;
}
.colorrect {
width: 50px;
height: 50px;
float: left;
margin-right: 10px;
margin-top: -10px;
background-color: #444;
}
.miscd {
font-size: 18px;
font-weight: 300;
}
.umisc {
font-size: 16px;
font-weight: 300;
color: #555;
}
#img231n {
border-radius: 10px;
max-width: 100%;
}
.ctr {
text-align: center;
margin-bottom: 40px;
}
.hht {
font-size: 20px;
margin-bottom: 20px;
font-weight: 300;
} |
test/components/alg-paper-radio-button/index.html | AdalbertoLacruz/alg-components | <!DOCTYPE html>
<!--
@copyright @polymer\paper-radio-button\demo\index.html
@copyright 2017-2018 adalberto.lacruz@gmail.com
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>alg-paper-radio-button</title>
<link rel="stylesheet" type="text/css" href="../index.css">
<script type="module" src="components.js"></script>
</head>
<body style="opacity: 0">
<h1 class="centered">alg-paper-radio-button</h1>
<div class="vertical-section-container centered">
<h3>Radio buttons can be checked or unchecked, or disabled entirely</h3>
<div class="demo-snipped">
<alg-paper-radio-button>Radio</alg-paper-radio-button>
<alg-paper-radio-button checked="">Radio</alg-paper-radio-button>
<alg-paper-radio-button disabled="">Disabled</alg-paper-radio-button>
</div>
<h3>Radio buttons can hide the ripple effect using the <i>noink</i> attribute</h3>
<div class="demo-snipped">
<alg-paper-radio-button noink="">Radio</alg-paper-radio-button>
</div>
<h3>Radio buttons can be styled using custom properties</h3>
<div class="demo-snipped">
<alg-paper-radio-button class="red">Radio</alg-paper-radio-button>
<alg-paper-radio-button checked="" class="green">Radio</alg-paper-radio-button>
</div>
<h3>Radio buttons can send a message to the controller</h3>
<div class="demo-snipped">
<show-msg>
<alg-paper-radio-button id="radio-action" on-change>Change</alg-paper-radio-button>
</show-msg>
</div>
</div>
</body>
</html> |
dist/javadoc/gr/forth/ics/graph/io/gml/package-use.html | DimitrisAndreou/flexigraph | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_18) on Tue Oct 19 21:35:17 BST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Package gr.forth.ics.graph.io.gml (FlexiGraph Reference)
</TITLE>
<META NAME="date" CONTENT="2010-10-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package gr.forth.ics.graph.io.gml (FlexiGraph Reference)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </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-files/index-1.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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?gr/forth/ics/graph/io/gml/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.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 ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Package<br>gr.forth.ics.graph.io.gml</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../gr/forth/ics/graph/io/gml/package-summary.html">gr.forth.ics.graph.io.gml</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gr.forth.ics.graph.io.gml"><B>gr.forth.ics.graph.io.gml</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="gr.forth.ics.graph.io.gml"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../../../../gr/forth/ics/graph/io/gml/package-summary.html">gr.forth.ics.graph.io.gml</A> used by <A HREF="../../../../../../gr/forth/ics/graph/io/gml/package-summary.html">gr.forth.ics.graph.io.gml</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../../../gr/forth/ics/graph/io/gml/class-use/GmlReader.html#gr.forth.ics.graph.io.gml"><B>GmlReader</B></A></B>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../../../gr/forth/ics/graph/io/gml/class-use/GmlWriter.html#gr.forth.ics.graph.io.gml"><B>GmlWriter</B></A></B>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </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-files/index-1.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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?gr/forth/ics/graph/io/gml/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.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 ======= -->
<HR>
</BODY>
</HTML>
|
forums/settings/test.html | funtrum/school-webjournal | <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="../jquery-1.11.1.min.js"></script>
<script src="jquery.flip.js"></script>
<title>jQuery plugin</title>
<style type="text/css">
#card, #card2{
width: 600px;
height: 400px;
}
.front, .back{
padding: 10px;
}
.front{
background-color: #ccc;
}
.back{
background-color: red;
}
</style>
</head>
<body>
<div id="card">
<div class="front">
Front: Cursus aliquet mus et sociis, placerat adipiscing a placerat magnis integer nisi lacus in, turpis porttitor? Lectus nunc dis in porta, montes lacus. Tortor. Pid sit nisi eu nec aenean.
</div>
<div class="back">
Back: Dolor scelerisque ridiculus! Mus? Augue, montes, montes proin rhoncus vel a parturient dapibus eros? Penatibus nascetur. In turpis nisi elementum nascetur habitasse augue egestas, in ac rhoncus odio porttitor turpis.
</div>
</div>
<script type="text/javascript">
$(function(){
$("#card").flip({
axis: "x",
trigger: "click"
});
});
</script>
</body>
</html> |
doc/controllers/user/class-use/routes.javascript.html | bisigc/art | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_60) on Thu Feb 18 18:53:19 CET 2016 -->
<title>Uses of Class controllers.user.routes.javascript</title>
<meta name="date" content="2016-02-18">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class controllers.user.routes.javascript";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../controllers/user/routes.javascript.html" title="class in controllers.user">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?controllers/user/class-use/routes.javascript.html" target="_top">Frames</a></li>
<li><a href="routes.javascript.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 controllers.user.routes.javascript" class="title">Uses of Class<br>controllers.user.routes.javascript</h2>
</div>
<div class="classUseContainer">No usage of controllers.user.routes.javascript</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../controllers/user/routes.javascript.html" title="class in controllers.user">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?controllers/user/class-use/routes.javascript.html" target="_top">Frames</a></li>
<li><a href="routes.javascript.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>
|
forms/index.html | ICT4H/dcs-web-enketo-core | <!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,600&subset=latin,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese,latin-ext' rel='stylesheet' type='text/css'>
<link type="text/css" href="../build/css/formhub.css" media="all" rel="stylesheet" />
<script type="text/javascript" data-main="../app.js" src="../lib/bower-components/requirejs/require.js"></script>
<!--<script type="text/javascript" src="../build/js/combined.min.js"></script>-->
<script> var modelStr; </script>
</head>
<body>
<div class="main">
<article class="paper" >
<section class="guidance">
<p>Add querystring to source of XForm, eg:</p>
<ul>
<li><a href="?xform=http://sample-forms.enketo.org/widgets.xml">?xform=http://sample-forms.enketo.org/widgets.xml</a></li>
</ul>
</section>
<header class="form-header clearfix">
<span class="form-language-selector"><span>Choose Language</span></span>
</header>
<!-- this is where the form will go -->
<button id="validate-form" class="btn btn-primary btn-large" ><i class="glyphicon glyphicon-ok"></i> Validate</button>
<div class="enketo-power">Powered by <a href="http://enketo.org" title="enketo.org website"><img src="https://enketo.org/images/enketo_bare_100x37.png" alt="enketo logo" /></a>
</div>
</article>
</div>
</body>
</html>
|
css/error/errorA.css | jorgeAML/medicinaresources.github.io | .amlerror h3{
background-color: #ffffff;
font-family: 'Comfortaa', cursive;
text-align: center;
opacity: 0.66;
/*margin-right: 50%;*/
}
.amlerrorfour h1 {
font-family: 'Comfortaa', cursive;
text-align: center;
margin-top: 20%;
}
body h1 {
font-family: 'Shadows Into Light', cursive;
font-size: 6em;
}
body p {
font-family: 'Shadows Into Light', cursive;
font-size: 2.5em;
}
.amlatt {
font-family: 'Architects Daughter', cursive;
font-size: 2.5em;
/*background-color: #ffcc5c;*/
/*color: #f5f5f5;*/
border: 3px solid #ff6f69;
border-radius: 5px;
width: 100%;
}
|
lib/JasperReport__5.6/docs/api/net/sf/jasperreports/engine/fill/class-use/TextLineWrapper.html | phurtado1112/cnaemvc | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ro">
<head>
<!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:25 EEST 2014 -->
<title>Uses of Interface net.sf.jasperreports.engine.fill.TextLineWrapper (JasperReports 5.6.0 API)</title>
<meta name="date" content="2014-05-27">
<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 Interface net.sf.jasperreports.engine.fill.TextLineWrapper (JasperReports 5.6.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="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?net/sf/jasperreports/engine/fill/class-use/TextLineWrapper.html" target="_top">Frames</a></li>
<li><a href="TextLineWrapper.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 Interface net.sf.jasperreports.engine.fill.TextLineWrapper" class="title">Uses of Interface<br>net.sf.jasperreports.engine.fill.TextLineWrapper</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="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">TextLineWrapper</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="#net.sf.jasperreports.engine.fill">net.sf.jasperreports.engine.fill</a></td>
<td class="colLast">
<div class="block">Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="net.sf.jasperreports.engine.fill">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">TextLineWrapper</a> in <a href="../../../../../../net/sf/jasperreports/engine/fill/package-summary.html">net.sf.jasperreports.engine.fill</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../net/sf/jasperreports/engine/fill/package-summary.html">net.sf.jasperreports.engine.fill</a> that implement <a href="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">TextLineWrapper</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/ComplexTextLineWrapper.html" title="class in net.sf.jasperreports.engine.fill">ComplexTextLineWrapper</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/SimpleTextLineWrapper.html" title="class in net.sf.jasperreports.engine.fill">SimpleTextLineWrapper</a></strong></code> </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="../../../../../../net/sf/jasperreports/engine/fill/package-summary.html">net.sf.jasperreports.engine.fill</a> that return <a href="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">TextLineWrapper</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><a href="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">TextLineWrapper</a></code></td>
<td class="colLast"><span class="strong">TextLineWrapper.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html#lastLineWrapper(java.lang.String, int, int, boolean)">lastLineWrapper</a></strong>(java.lang.String lineText,
int start,
int textLength,
boolean truncateAtChar)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">TextLineWrapper</a></code></td>
<td class="colLast"><span class="strong">SimpleTextLineWrapper.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/SimpleTextLineWrapper.html#lastLineWrapper(java.lang.String, int, int, boolean)">lastLineWrapper</a></strong>(java.lang.String lineText,
int start,
int textLength,
boolean truncateAtChar)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">TextLineWrapper</a></code></td>
<td class="colLast"><span class="strong">ComplexTextLineWrapper.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/ComplexTextLineWrapper.html#lastLineWrapper(java.lang.String, int, int, boolean)">lastLineWrapper</a></strong>(java.lang.String lineText,
int start,
int textLength,
boolean truncateAtChar)</code> </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="../../../../../../net/sf/jasperreports/engine/fill/package-summary.html">net.sf.jasperreports.engine.fill</a> with parameters of type <a href="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">TextLineWrapper</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>protected void</code></td>
<td class="colLast"><span class="strong">TextMeasurer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/TextMeasurer.html#appendTruncateSuffix(net.sf.jasperreports.engine.fill.TextLineWrapper)">appendTruncateSuffix</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">TextLineWrapper</a> lineWrapper)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">TextMeasurer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/TextMeasurer.html#processLastTruncatedRow(net.sf.jasperreports.engine.fill.TextLineWrapper, java.lang.String, int, boolean)">processLastTruncatedRow</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">TextLineWrapper</a> lineWrapper,
java.lang.String paragraphText,
int paragraphOffset,
boolean lineTruncated)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><span class="strong">TextMeasurer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/TextMeasurer.html#renderNextLine(net.sf.jasperreports.engine.fill.TextLineWrapper, java.util.List, int[], net.sf.jasperreports.engine.TabStop[], boolean[])">renderNextLine</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">TextLineWrapper</a> lineWrapper,
java.util.List<java.lang.Integer> tabIndexes,
int[] currentTabHolder,
<a href="../../../../../../net/sf/jasperreports/engine/TabStop.html" title="class in net.sf.jasperreports.engine">TabStop</a>[] nextTabStopHolder,
boolean[] requireNextWordHolder)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><span class="strong">TextMeasurer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/TextMeasurer.html#renderParagraph(net.sf.jasperreports.engine.fill.TextLineWrapper, int, java.lang.String)">renderParagraph</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">TextLineWrapper</a> lineWrapper,
int lastParagraphStart,
java.lang.String lastParagraphText)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">TextMeasurer.</span><code><strong><a href="../../../../../../net/sf/jasperreports/engine/fill/TextMeasurer.html#truncateLastLineAtChar(net.sf.jasperreports.engine.fill.TextLineWrapper, java.lang.String, int)">truncateLastLineAtChar</a></strong>(<a href="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">TextLineWrapper</a> lineWrapper,
java.lang.String paragraphText,
int paragraphOffset)</code> </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="../../../../../../net/sf/jasperreports/engine/fill/TextLineWrapper.html" title="interface in net.sf.jasperreports.engine.fill">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?net/sf/jasperreports/engine/fill/class-use/TextLineWrapper.html" target="_top">Frames</a></li>
<li><a href="TextLineWrapper.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>
<span style="font-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:8pt;font-style:normal;color:#000000;">© 2001-2010 Jaspersoft Corporation <a href="http://www.jaspersoft.com" target="_blank" style="color:#000000;">www.jaspersoft.com</a></span>
</small></p>
</body>
</html>
|
external-apidocs/com/google/code/maven-play-plugin/org/playframework/play/1.5.0/play/mvc/class-use/Http.html | play1-maven-plugin/play1-maven-plugin.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class play.mvc.Http (Play! API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class play.mvc.Http (Play! API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../play/mvc/Http.html" title="class in play.mvc">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?play/mvc/class-use/Http.html" target="_top">Frames</a></li>
<li><a href="Http.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 play.mvc.Http" class="title">Uses of Class<br>play.mvc.Http</h2>
</div>
<div class="classUseContainer">No usage of play.mvc.Http</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../play/mvc/Http.html" title="class in play.mvc">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?play/mvc/class-use/Http.html" target="_top">Frames</a></li>
<li><a href="Http.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><a href="http://guillaume.bort.fr">Guillaume Bort</a> & <a href="http://www.zenexity.fr">zenexity</a> - Distributed under <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2 licence</a>, without any warrantly</small></p>
</body>
</html>
|
doc/release/sdk/log4net.Repository.Hierarchy.Logger.Log_overload_3.html | babaru/log4net | <html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>Logger.Log Method (Level, Object, Exception)</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">log4net SDK Reference</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">Logger.Log Method (Level, Object, Exception)</h1>
</div>
</div>
<div id="nstext">
<p> This is the most generic printing method. This generic form is intended to be used by wrappers </p>
<div class="syntax">
<span class="lang">[Visual Basic]</span>
<br />Overridable Overloads Public Sub Log( _<br /> ByVal <i>level</i> As <a href="log4net.Core.Level.html">Level</a>, _<br /> ByVal <i>message</i> As <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemObjectClassTopic.asp">Object</a>, _<br /> ByVal <i>exception</i> As <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemExceptionClassTopic.asp">Exception</a> _<br />)</div>
<div class="syntax">
<span class="lang">[C#]</span>
<br />public virtual <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemVoidClassTopic.asp">void</a> Log(<br /> <a href="log4net.Core.Level.html">Level</a> <i>level</i>,<br /> <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemObjectClassTopic.asp">object</a> <i>message</i>,<br /> <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemExceptionClassTopic.asp">Exception</a> <i>exception</i><br />);</div>
<h4 class="dtH4">Parameters</h4>
<dl>
<dt>
<i>level</i>
</dt>
<dd>The level of the message to be logged.</dd>
<dt>
<i>message</i>
</dt>
<dd>The message object to log.</dd>
<dt>
<i>exception</i>
</dt>
<dd>The exception to log, including its stack trace.</dd>
</dl>
<h4 class="dtH4">Remarks</h4>
<p> Generate a logging event for the specified <i>level</i> using the <i>message</i>. </p>
<h4 class="dtH4">See Also</h4><p><a href="log4net.Repository.Hierarchy.Logger.html">Logger Class</a> | <a href="log4net.Repository.Hierarchy.html">log4net.Repository.Hierarchy Namespace</a> | <a href="log4net.Repository.Hierarchy.Logger.Log_overloads.html">Logger.Log Overload List</a></p><hr /><div id="footer"><p><a href="http://logging.apache.org/log4net">Copyright 2001-2006 The Apache Software Foundation.</a></p><p>Generated from assembly log4net [1.2.10.0]</p></div></div>
</body>
</html> |
trunk/webconsole/src/main/resources/templates/bundles.html | boneman1231/org.apache.felix | <script type="text/javascript" src="${appRoot}/res/lib/jquery.multifile-1.4.6.js"></script>
<script type="text/javascript" src="${appRoot}/res/ui/bundles.js"></script>
<script type="text/javascript">
// <![CDATA[
var startLevel = ${startLevel};
var drawDetails = ${drawDetails};
var currentBundle = ${currentBundle};
var lastBundleData = ${__bundles__};
var i18n = {
'Symbolic Name' : '${bundles.name.symb}',
'Version' : '${version}',
'Bundle Location' : '${bundles.location}',
'Last Modification' : '${bundles.lastMod}',
'Bundle Documentation': '${bundles.doc}',
'Vendor' : '${bundles.vendor}',
'Copyright' : '${bundles.copyright}',
'Description' : '${bundles.description}',
'Start Level' : '${bundles.startlevel}',
'Bundle Classpath' : '${bundles.classpath}',
'Exported Packages' : '${bundles.pkg.exported}',
'Imported Packages' : '${bundles.pkg.imported}',
'Importing Bundles' : '${bundles.pkg.importingBundles}',
'Manifest Headers' : '${bundles.manifest.headers}',
'Host Bundles' : '${bundles.hosts}',
'Fragments Attached' : '${bundles.framents}',
'Vendor' : '${bundles.vendor}',
// actions
'Start' : '${start}',
'Stop' : '${stop}',
'Update' : '${bundles.update}',
'Uninstall' : '${bundles.uninstall}',
'Refresh Package Imports' : '${bundles.refreshImports}',
//
statline : '${bundles.statline}',
install_update : '${bundles.install_or_update}',
state : {
1 : '${bundles.state.1}', // uninstalled
2 : '${bundles.state.2}', // installed
4 : '${bundles.state.4}', // resolved
8 : '${bundles.state.8}', // starting
16 : '${bundles.state.16}', // stopping
32 : '${bundles.state.32}', // active
'unknown' : '${bundles.state.unknown}', // Unknown State: {0}
'fragment' : '${bundles.state.fragment}' // Fragment
}
}
// ]]>
</script>
<!-- status line -->
<p class="statline"> </p>
<!-- top header -->
<form method="post" enctype="multipart/form-data" action="" class="filterForm">
<div class="ui-widget-header ui-corner-top buttonGroup">
<div class="filterBox">
<input class="filter" value="" title="${bundles.filter.help}" />
<span class="filterClear ui-icon ui-icon-close" title="${bundles.filter.clear}"> </span>
<button class="filterApply" title="${bundles.filter.help}">${bundles.filter.apply}</button>
<button class="filterLDAP" title="${bundles.filter.ldap.tip}">${bundles.filter.ldap}</button>
</div>
<button class="reloadButton" type="button">${reload}</button>
<button class="installButton" type="button">${bundles.install_update}</button>
<button class="refreshPackages" type="button">${bundles.refreshPkg}</button>
</div>
</form>
<table id="plugin_table" class="tablesorter nicetable noauto">
<thead>
<tr>
<th class="col_Id">${id}</th>
<th class="col_Name">${bundles.name}</th>
<th class="col_Version">${version}</th>
<th class="col_Symbolic_Name">${bundles.category}</th>
<th class="col_Status">${bundles.status}</th>
<th class="col_Actions">${bundles.actions}</th>
</tr>
</thead>
<tbody>
<tr><!-- template -->
<td> </td><!-- ID -->
<td>
<div class="bIcon ui-icon ui-icon-triangle-1-e" title="Show Details"> </div>
<div class="bName"> </div> <!-- here goest bundle name/link -->
</td>
<td> </td><!-- version -->
<td> </td><!-- symbolic name -->
<td> </td><!-- status -->
<td><!-- actions -->
<ul class="icons ui-widget">
<li class="dynhover" title="${start}"><span class="ui-icon ui-icon-play"> </span></li>
<li class="dynhover" title="${stop}"><span class="ui-icon ui-icon-stop"> </span></li>
<li class="dynhover" title="${bundles.refreshImports}"><span class="ui-icon ui-icon-refresh"> </span></li>
<li class="dynhover" title="${bundles.update}"><span class="ui-icon ui-icon-transferthick-e-w"> </span></li>
<li class="dynhover" title="${bundles.uninstall}"><span class="ui-icon ui-icon-trash"> </span></li>
</ul>
</td>
</tr>
</tbody>
</table>
<!-- bottom header -->
<form method="post" enctype="multipart/form-data" action="" class="filterForm">
<div class="ui-widget-header ui-corner-bottom buttonGroup">
<div class="filterBox">
<input class="filter" value="" title="${bundles.filter.help}" />
<span class="filterClear ui-icon ui-icon-close" title="${bundles.filter.clear}"> </span>
<button class="filterApply" title="${bundles.filter.help}">${bundles.filter.apply}</button>
<button class="filterLDAP" title="${bundles.filter.ldap.tip}">${bundles.filter.ldap}</button>
</div>
<button class="reloadButton" type="button">${reload}</button>
<button class="installButton" type="button">${bundles.install_update}</button>
<button class="refreshPackages" type="button">${bundles.refreshPkg}</button>
</div>
</form>
<!-- status line -->
<p class="statline"> </p>
<div id="uploadDialog" class="ui-helper-hidden" title="${bundles.upload.caption}">
<form method="post" enctype="multipart/form-data" action="${pluginRoot}">
<table class="nicetable">
<tr>
<td style="text-align:right">${bundles.upload.start}</td>
<td>
<input type="hidden" name="action" value="install"/>
<input type="checkbox" name="bundlestart" value="start"/>
</td>
</tr>
<tr>
<td style="text-align:right">${bundles.upload.level}</td>
<td><input type="text" name="bundlestartlevel" id="bundlestartlevel" value="${startLevel}" size="4"/></td>
</tr>
<tr>
<td> </td>
<td>
<input class="multi" accept="jar|war" type="file" name="bundlefile" />
</td>
</tr>
</table>
</form>
</div>
<div id="bundleOpError" class="ui-helper-hidden" title="${bundles.error.title}"><pre> </pre></div>
|
index.html | Svoig/svoig.github.io | <!DOCTYPE html>
<html>
<head>
<title>Harrison Cole</title>
<!-- font -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans" />
<!-- jQUERY -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script type="text/javascript" src="./js/main.js"></script>
<!-- BOOTSTRAP -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"> -->
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- /BOOTSTRAP -->
<!-- custom css -->
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<div id='wrapper'>
<div id='header'>
<div class='nav'>
<div class='nav-bar'>
<ul class='nav-list'>
<li>
<a id="about" href="#">About me</a>
</li>
<li>
<a id="portfolio" href="#">Portfolio</a>
</li>
<li>
<a id="my-work" href="#">What I do</a>
</li>
</ul>
<div class="peek">
<i id="top-arrow" class="glyphicon glyphicon-chevron-down chevron-white"></i>
<br>
</div>
<div id="blur-header"></div>
<!-- End nav-bar -->
</div>
<!-- End nav -->
</div>
<!-- End Header -->
</div>
<div id='mask'>
<div id='title' tooltip='We want your money'>
<h1>Harrison Cole</h1>
<h2>Portland-Based Web Development</h2>
</div>
<div id="me" class='hidden'>
<h1>About me</h1>
<h2>I'm an adaptive, dynamic JavaScript developer who loves learning new things from challenging problems. Skilled in all aspects of web development, from databases and servers to client-side web applications, with an emphasis on front end development. </h2>
</div>
<div id="work" class='hidden'>
<h1>What I do</h1>
<h2>I create web sites and applications to suit my clients' needs. I work efficiently and dilligently to ensure that my clients and their customers receive the best product possible.</h2>
</div>
<div id='content'>
<div class='jumbotron'>
<img src='./HawthorneBridge-Pano.jpg'/>
</div>
<!-- End content -->
</div>
<div id='footer'>
<br>
<div class='contact'>
<div class='peek'>
<i id="bottom-arrow" class="glyphicon glyphicon-chevron-up chevron-white"></i>
</div>
<br>
<br>
<ul>
<!-- Eventually I want to add icons -->
<li>
<a href="http://twitter.com/donsignor">
Twitter
</a>
</li>
<li>
<a href="http://linkedin.com/in/harrisonccole">
LinkedIn
</a>
</li>
<li>
<a href="mailto:harrisonccole@gmail.com">
harrisonccole@gmail.com
</a>
</li>
<li>
<a href="http://github.com/svoig">
github.com/svoig
</a>
</li>
</ul>
</div>
<!-- end Footer -->
</div>
<div id="slideshow">
<div class='ss ss-1 active'>
<h1>AutoSlacker</h1>
<div class='si si-1'></div>
</div>
<div class='ss ss-2'>
<h1>WikiGuesser</h1>
<div class='si si-2'></div>
</div>
<div class='ss ss-3'>
<h1>FriendList</h1>
<div class='si si-3'></div>
</div>
</div>
<!-- End wrapper -->
</div>
</body>
</html> |
site/apidocs/io/permazen/util/class-use/ConvertedList.html | archiecobbs/jsimpledb | <!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 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class io.permazen.util.ConvertedList (Permazen 4.1.6 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class io.permazen.util.ConvertedList (Permazen 4.1.6 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../io/permazen/util/ConvertedList.html" title="class in io.permazen.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?io/permazen/util/class-use/ConvertedList.html" target="_top">Frames</a></li>
<li><a href="ConvertedList.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 io.permazen.util.ConvertedList" class="title">Uses of Class<br>io.permazen.util.ConvertedList</h2>
</div>
<div class="classUseContainer">No usage of io.permazen.util.ConvertedList</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../io/permazen/util/ConvertedList.html" title="class in io.permazen.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?io/permazen/util/class-use/ConvertedList.html" target="_top">Frames</a></li>
<li><a href="ConvertedList.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>Copyright © 2020. All rights reserved.</small></p>
</body>
</html>
|
Server/thirdparty/hazelcast/hazelcast-3.3.3/docs/javadoc/com/hazelcast/ascii/rest/class-use/HttpGetCommandProcessor.html | SoCe/SoCe | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_65) on Wed Nov 12 13:03:03 UTC 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.hazelcast.ascii.rest.HttpGetCommandProcessor (Hazelcast Root 3.3.3 API)</title>
<meta name="date" content="2014-11-12">
<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 com.hazelcast.ascii.rest.HttpGetCommandProcessor (Hazelcast Root 3.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><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../com/hazelcast/ascii/rest/HttpGetCommandProcessor.html" title="class in com.hazelcast.ascii.rest">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/hazelcast/ascii/rest/class-use/HttpGetCommandProcessor.html" target="_top">Frames</a></li>
<li><a href="HttpGetCommandProcessor.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 com.hazelcast.ascii.rest.HttpGetCommandProcessor" class="title">Uses of Class<br>com.hazelcast.ascii.rest.HttpGetCommandProcessor</h2>
</div>
<div class="classUseContainer">No usage of com.hazelcast.ascii.rest.HttpGetCommandProcessor</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="../../../../../com/hazelcast/ascii/rest/HttpGetCommandProcessor.html" title="class in com.hazelcast.ascii.rest">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/hazelcast/ascii/rest/class-use/HttpGetCommandProcessor.html" target="_top">Frames</a></li>
<li><a href="HttpGetCommandProcessor.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>Copyright © 2014 <a href="http://www.hazelcast.com/">Hazelcast, Inc.</a>. All Rights Reserved.</small></p>
</body>
</html>
|
lib/JasperReport__5.6/docs/api/net/sf/jasperreports/components/map/MapElementJExcelApiHandler.html | phurtado1112/cnaemvc | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ro">
<head>
<!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:11 EEST 2014 -->
<title>MapElementJExcelApiHandler (JasperReports 5.6.0 API)</title>
<meta name="date" content="2014-05-27">
<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="MapElementJExcelApiHandler (JasperReports 5.6.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/MapElementJExcelApiHandler.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="../../../../../net/sf/jasperreports/components/map/MapElementImageProvider.html" title="class in net.sf.jasperreports.components.map"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../net/sf/jasperreports/components/map/MapElementJsonHandler.html" title="class in net.sf.jasperreports.components.map"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/sf/jasperreports/components/map/MapElementJExcelApiHandler.html" target="_top">Frames</a></li>
<li><a href="MapElementJExcelApiHandler.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">net.sf.jasperreports.components.map</div>
<h2 title="Class MapElementJExcelApiHandler" class="title">Class MapElementJExcelApiHandler</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>net.sf.jasperreports.components.map.MapElementJExcelApiHandler</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../../net/sf/jasperreports/engine/export/GenericElementHandler.html" title="interface in net.sf.jasperreports.engine.export">GenericElementHandler</a>, <a href="../../../../../net/sf/jasperreports/engine/export/GenericElementJExcelApiHandler.html" title="interface in net.sf.jasperreports.engine.export">GenericElementJExcelApiHandler</a></dd>
</dl>
<hr>
<div class="block"><strong>Deprecated.</strong>
<div class="block"><i>To be removed.</i></div>
</div>
<br>
<pre>public class <span class="strong">MapElementJExcelApiHandler</span>
extends java.lang.Object
implements <a href="../../../../../net/sf/jasperreports/engine/export/GenericElementJExcelApiHandler.html" title="interface in net.sf.jasperreports.engine.export">GenericElementJExcelApiHandler</a></pre>
<dl><dt><span class="strong">Version:</span></dt>
<dd>$Id: MapElementJExcelApiHandler.java 6711 2013-11-08 19:58:59Z teodord $</dd>
<dt><span class="strong">Author:</span></dt>
<dd>sanda zaharia (shertage@users.sourceforge.net)</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../net/sf/jasperreports/components/map/MapElementJExcelApiHandler.html#MapElementJExcelApiHandler()">MapElementJExcelApiHandler</a></strong>()</code>
<div class="block"><strong>Deprecated.</strong> </div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sf/jasperreports/components/map/MapElementJExcelApiHandler.html#exportElement(net.sf.jasperreports.engine.export.JExcelApiExporterContext, net.sf.jasperreports.engine.JRGenericPrintElement, net.sf.jasperreports.engine.export.JRExporterGridCell, int, int, int, int, net.sf.jasperreports.engine.export.JRGridLayout)">exportElement</a></strong>(<a href="../../../../../net/sf/jasperreports/engine/export/JExcelApiExporterContext.html" title="interface in net.sf.jasperreports.engine.export">JExcelApiExporterContext</a> exporterContext,
<a href="../../../../../net/sf/jasperreports/engine/JRGenericPrintElement.html" title="interface in net.sf.jasperreports.engine">JRGenericPrintElement</a> element,
<a href="../../../../../net/sf/jasperreports/engine/export/JRExporterGridCell.html" title="class in net.sf.jasperreports.engine.export">JRExporterGridCell</a> gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
<a href="../../../../../net/sf/jasperreports/engine/export/JRGridLayout.html" title="class in net.sf.jasperreports.engine.export">JRGridLayout</a> layout)</code>
<div class="block"><strong>Deprecated.</strong> </div>
<div class="block">Exports a generic element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../net/sf/jasperreports/components/map/MapElementJExcelApiHandler.html" title="class in net.sf.jasperreports.components.map">MapElementJExcelApiHandler</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sf/jasperreports/components/map/MapElementJExcelApiHandler.html#getInstance()">getInstance</a></strong>()</code>
<div class="block"><strong>Deprecated.</strong> </div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../net/sf/jasperreports/components/map/MapElementJExcelApiHandler.html#toExport(net.sf.jasperreports.engine.JRGenericPrintElement)">toExport</a></strong>(<a href="../../../../../net/sf/jasperreports/engine/JRGenericPrintElement.html" title="interface in net.sf.jasperreports.engine">JRGenericPrintElement</a> element)</code>
<div class="block"><strong>Deprecated.</strong> </div>
<div class="block">Decides whether a generic print element is to be exported.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="MapElementJExcelApiHandler()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MapElementJExcelApiHandler</h4>
<pre>public MapElementJExcelApiHandler()</pre>
<div class="block"><span class="strong">Deprecated.</span> </div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getInstance()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInstance</h4>
<pre>public static <a href="../../../../../net/sf/jasperreports/components/map/MapElementJExcelApiHandler.html" title="class in net.sf.jasperreports.components.map">MapElementJExcelApiHandler</a> getInstance()</pre>
<div class="block"><span class="strong">Deprecated.</span> </div>
</li>
</ul>
<a name="exportElement(net.sf.jasperreports.engine.export.JExcelApiExporterContext, net.sf.jasperreports.engine.JRGenericPrintElement, net.sf.jasperreports.engine.export.JRExporterGridCell, int, int, int, int, net.sf.jasperreports.engine.export.JRGridLayout)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>exportElement</h4>
<pre>public void exportElement(<a href="../../../../../net/sf/jasperreports/engine/export/JExcelApiExporterContext.html" title="interface in net.sf.jasperreports.engine.export">JExcelApiExporterContext</a> exporterContext,
<a href="../../../../../net/sf/jasperreports/engine/JRGenericPrintElement.html" title="interface in net.sf.jasperreports.engine">JRGenericPrintElement</a> element,
<a href="../../../../../net/sf/jasperreports/engine/export/JRExporterGridCell.html" title="class in net.sf.jasperreports.engine.export">JRExporterGridCell</a> gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
<a href="../../../../../net/sf/jasperreports/engine/export/JRGridLayout.html" title="class in net.sf.jasperreports.engine.export">JRGridLayout</a> layout)</pre>
<div class="block"><span class="strong">Deprecated.</span> </div>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../../net/sf/jasperreports/engine/export/GenericElementJExcelApiHandler.html#exportElement(net.sf.jasperreports.engine.export.JExcelApiExporterContext, net.sf.jasperreports.engine.JRGenericPrintElement, net.sf.jasperreports.engine.export.JRExporterGridCell, int, int, int, int, net.sf.jasperreports.engine.export.JRGridLayout)">GenericElementJExcelApiHandler</a></code></strong></div>
<div class="block">Exports a generic element.
<p>
Access to the exporter output and environment is provided via the
<a href="../../../../../net/sf/jasperreports/engine/export/JExcelApiExporterContext.html" title="interface in net.sf.jasperreports.engine.export"><code>JExcelApiExporterContext</code></a> argument.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../net/sf/jasperreports/engine/export/GenericElementJExcelApiHandler.html#exportElement(net.sf.jasperreports.engine.export.JExcelApiExporterContext, net.sf.jasperreports.engine.JRGenericPrintElement, net.sf.jasperreports.engine.export.JRExporterGridCell, int, int, int, int, net.sf.jasperreports.engine.export.JRGridLayout)">exportElement</a></code> in interface <code><a href="../../../../../net/sf/jasperreports/engine/export/GenericElementJExcelApiHandler.html" title="interface in net.sf.jasperreports.engine.export">GenericElementJExcelApiHandler</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>exporterContext</code> - the exporter context</dd><dd><code>element</code> - the generic element to export</dd></dl>
</li>
</ul>
<a name="toExport(net.sf.jasperreports.engine.JRGenericPrintElement)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toExport</h4>
<pre>public boolean toExport(<a href="../../../../../net/sf/jasperreports/engine/JRGenericPrintElement.html" title="interface in net.sf.jasperreports.engine">JRGenericPrintElement</a> element)</pre>
<div class="block"><span class="strong">Deprecated.</span> </div>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../../net/sf/jasperreports/engine/export/GenericElementHandler.html#toExport(net.sf.jasperreports.engine.JRGenericPrintElement)">GenericElementHandler</a></code></strong></div>
<div class="block">Decides whether a generic print element is to be exported.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../net/sf/jasperreports/engine/export/GenericElementHandler.html#toExport(net.sf.jasperreports.engine.JRGenericPrintElement)">toExport</a></code> in interface <code><a href="../../../../../net/sf/jasperreports/engine/export/GenericElementHandler.html" title="interface in net.sf.jasperreports.engine.export">GenericElementHandler</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>element</code> - the element</dd>
<dt><span class="strong">Returns:</span></dt><dd>whether the element is to be exported or skipped</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/MapElementJExcelApiHandler.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="../../../../../net/sf/jasperreports/components/map/MapElementImageProvider.html" title="class in net.sf.jasperreports.components.map"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../net/sf/jasperreports/components/map/MapElementJsonHandler.html" title="class in net.sf.jasperreports.components.map"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/sf/jasperreports/components/map/MapElementJExcelApiHandler.html" target="_top">Frames</a></li>
<li><a href="MapElementJExcelApiHandler.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<span style="font-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:8pt;font-style:normal;color:#000000;">© 2001-2010 Jaspersoft Corporation <a href="http://www.jaspersoft.com" target="_blank" style="color:#000000;">www.jaspersoft.com</a></span>
</small></p>
</body>
</html>
|
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_04_testAbaNumberCheck_6075_good_h18.html | dcarda/aba.route.validator | <!DOCTYPE html>
<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"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_04.html">Class Test_AbaRouteValidator_04</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_6075_good
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_04.html?line=25840#src-25840" >testAbaNumberCheck_6075_good</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:34:27
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_6075_good</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=22076#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a>
</td>
<td>
<span class="sortValue">0.7352941</span>73.5%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td>
</tr>
</tbody>
</table>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1
on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT.
</li>
</ul>
<ul>
<li>OpenClover is free and open-source software. </li>
</ul>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html> |
source/langdoc/client-javadoc/org/kurento/client/class-use/CodeFoundEvent.html | Kurento/doc-kurento-readthedocs | <!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 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.kurento.client.CodeFoundEvent (Kurento Client API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.kurento.client.CodeFoundEvent (Kurento Client API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../org/kurento/client/package-summary.html">Package</a></li>
<li><a href="../../../../org/kurento/client/CodeFoundEvent.html" title="class in org.kurento.client">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Kurento Client 6.16.4</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/kurento/client/class-use/CodeFoundEvent.html" target="_top">Frames</a></li>
<li><a href="CodeFoundEvent.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.kurento.client.CodeFoundEvent" class="title">Uses of Class<br>org.kurento.client.CodeFoundEvent</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.kurento.client">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/kurento/client/CodeFoundEvent.html" title="class in org.kurento.client">CodeFoundEvent</a> in <a href="../../../../org/kurento/client/package-summary.html">org.kurento.client</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../org/kurento/client/package-summary.html">org.kurento.client</a> with type arguments of type <a href="../../../../org/kurento/client/CodeFoundEvent.html" title="class in org.kurento.client">CodeFoundEvent</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><a href="../../../../org/kurento/client/ListenerSubscription.html" title="interface in org.kurento.client">ListenerSubscription</a></code></td>
<td class="colLast"><span class="typeNameLabel">ZBarFilter.</span><code><span class="memberNameLink"><a href="../../../../org/kurento/client/ZBarFilter.html#addCodeFoundListener-org.kurento.client.EventListener-">addCodeFoundListener</a></span>(<a href="../../../../org/kurento/client/EventListener.html" title="interface in org.kurento.client">EventListener</a><<a href="../../../../org/kurento/client/CodeFoundEvent.html" title="class in org.kurento.client">CodeFoundEvent</a>> listener)</code>
<div class="block">Add a <a href="../../../../org/kurento/client/EventListener.html" title="interface in org.kurento.client"><code>EventListener</code></a> for event <a href="../../../../org/kurento/client/CodeFoundEvent.html" title="class in org.kurento.client"><code>CodeFoundEvent</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ZBarFilter.</span><code><span class="memberNameLink"><a href="../../../../org/kurento/client/ZBarFilter.html#addCodeFoundListener-org.kurento.client.EventListener-org.kurento.client.Continuation-">addCodeFoundListener</a></span>(<a href="../../../../org/kurento/client/EventListener.html" title="interface in org.kurento.client">EventListener</a><<a href="../../../../org/kurento/client/CodeFoundEvent.html" title="class in org.kurento.client">CodeFoundEvent</a>> listener,
<a href="../../../../org/kurento/client/Continuation.html" title="interface in org.kurento.client">Continuation</a><<a href="../../../../org/kurento/client/ListenerSubscription.html" title="interface in org.kurento.client">ListenerSubscription</a>> cont)</code>
<div class="block">Add a <a href="../../../../org/kurento/client/EventListener.html" title="interface in org.kurento.client"><code>EventListener</code></a> for event <a href="../../../../org/kurento/client/CodeFoundEvent.html" title="class in org.kurento.client"><code>CodeFoundEvent</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../org/kurento/client/package-summary.html">Package</a></li>
<li><a href="../../../../org/kurento/client/CodeFoundEvent.html" title="class in org.kurento.client">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Kurento Client 6.16.4</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/kurento/client/class-use/CodeFoundEvent.html" target="_top">Frames</a></li>
<li><a href="CodeFoundEvent.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>Copyright © 2022 <a href="https://www.kurento.org">Kurento</a>. All rights reserved.</small></p>
</body>
</html>
|
SN/doc/html/namespacesocialcircle_1_1migrations.html | samzek/social_circle | <!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>SocialCircle: Riferimenti per il namespace socialcircle.migrations</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">SocialCircle
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generato da Doxygen 1.8.1.2 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Cerca');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Pagina Principale</span></a></li>
<li><a href="pages.html"><span>Pagine collegate</span></a></li>
<li class="current"><a href="namespaces.html"><span>Namespace</span></a></li>
<li><a href="annotated.html"><span>Classi</span></a></li>
<li><a href="files.html"><span>File</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Cerca" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="namespaces.html"><span>Lista dei namespace</span></a></li>
<li><a href="namespacemembers.html"><span>Membri dei namespace</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>Tutto</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classi</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespace</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>File</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Funzioni</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variabili</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pagine</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacesocialcircle.html">socialcircle</a></li><li class="navelem"><a class="el" href="namespacesocialcircle_1_1migrations.html">migrations</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#namespaces">Namespace</a> </div>
<div class="headertitle">
<div class="title">Riferimenti per il namespace socialcircle.migrations</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2><a name="namespaces"></a>
Namespace</h2></td></tr>
<tr class="memitem:namespacesocialcircle_1_1migrations_1_10001__initial"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacesocialcircle_1_1migrations_1_10001__initial.html">0001_initial</a></td></tr>
<tr class="memitem:namespacesocialcircle_1_1migrations_1_10002__auto__20150609__0847"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacesocialcircle_1_1migrations_1_10002__auto__20150609__0847.html">0002_auto_20150609_0847</a></td></tr>
<tr class="memitem:namespacesocialcircle_1_1migrations_1_10003__chatroom"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacesocialcircle_1_1migrations_1_10003__chatroom.html">0003_chatroom</a></td></tr>
<tr class="memitem:namespacesocialcircle_1_1migrations_1_10004__chatroom__user"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacesocialcircle_1_1migrations_1_10004__chatroom__user.html">0004_chatroom_user</a></td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generato Sab 13 Giu 2015 11:03:21 per SocialCircle da  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.1.2
</small></address>
</body>
</html>
|
gui/templates/gui/dc/network_admin_form.html | erigones/esdc-ce | {% load i18n %}
{% csrf_token %}
{% for error in form.non_field_errors %}
<div class="alert alert-error"><i class="icon-warning-sign"></i> {{ error }}</div>
{% endfor %}
{% if not nodc %}{% include "gui/dc/dc_form_field.html" with prefix="_adm" %}{% endif %}
{% include "gui/form_field_checkbox.html" with field=form.dc_bound %}
{% include "gui/form_field.html" with field=form.name %}
{% include "gui/form_field.html" with field=form.alias %}
{% include "gui/form_field.html" with field=form.owner %}
{% include "gui/form_field.html" with field=form.access %}
{% include "gui/form_field.html" with field=form.ip_network %}
{% include "gui/form_field.html" with field=form.gateway %}
{% include "gui/form_field.html" with field=form.vlan_id %}
{% include "gui/form_field.html" with field=form.nic_tag %}
{% include "gui/form_field.html" with field=form.vxlan_id %}
{% include "gui/form_field.html" with field=form.desc %}
<div class="advanced hide">
{% include "gui/form_field.html" with field=form.resolvers %}
{# {% include "gui/form_field.html" with field=form.dns_domain %} #}
{% include "gui/form_field.html" with field=form.ptr_domain %}
{% include "gui/form_field.html" with field=form.mtu %}
{% include "gui/form_field_checkbox.html" with field=form.dhcp_passthrough %}
</div>
|
diff_cover/templates/html_coverage_report.html | Bachmann1234/diff-cover | <!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'>
<title>Diff Coverage</title>
{% include 'snippet_style.html' %}
</head>
<body>
<h1>Diff Coverage</h1>
<p>Diff: {{ diff_name }}</p>
{% if src_stats %}
<ul>
<li><b>Total</b>: {{ total_num_lines }} {% trans count=total_num_lines %}line{% pluralize %}lines{% endtrans %}</li>
<li><b>Missing</b>: {{ total_num_violations }} {% trans count=total_num_violations %}line{% pluralize %}lines{% endtrans %}</li>
<li><b>Coverage</b>: {{ total_percent_covered }}%</li>
</ul>
<table border="1">
<tr>
<th>Source File</th>
<th>Diff Coverage (%)</th>
<th>Missing Lines</th>
</tr>
{% for src_path, stats in src_stats|dictsort %}
{% if stats.percent_covered < 100 %}
<tr>
<td>{{ src_path }}</td>
<td>{{ stats.percent_covered|round(1) }}%</td>
<td>{{ stats.violation_lines|join(',') }}</td>
</tr>
{% else %}
<tr>
<td>{{ src_path }}</td>
<td>100%</td>
<td> </td>
</tr>
{% endif %}
{% endfor %}
</table>
{% else %}
<p>No lines with coverage information in this diff.</p>
{% endif %}
{% include 'snippet_content.html' %}
</body>
</html>
|
docs/scaladocs/0.8.0/net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html | SANSA-Stack/SANSA-RDF | <!DOCTYPE html >
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>SANSA-Stack 0.8.0 ScalaDoc - net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset</title>
<meta name="description" content="SANSA - Stack 0.8.0 ScalaDoc - net.sansa stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset" />
<meta name="keywords" content="SANSA Stack 0.8.0 ScalaDoc net.sansa stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../../../lib/index.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../../../lib/jquery.min.js"></script>
<script type="text/javascript" src="../../../../../lib/jquery.panzoom.min.js"></script>
<script type="text/javascript" src="../../../../../lib/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../../../../../lib/index.js"></script>
<script type="text/javascript" src="../../../../../index.js"></script>
<script type="text/javascript" src="../../../../../lib/scheduler.js"></script>
<script type="text/javascript" src="../../../../../lib/template.js"></script>
<script type="text/javascript">
/* this variable can be used by the JS to determine the path to the root document */
var toRoot = '../../../../../';
</script>
</head>
<body>
<div id="search">
<span id="doc-title">SANSA-Stack 0.8.0 ScalaDoc<span id="doc-version"></span></span>
<span class="close-results"><span class="left"><</span> Back</span>
<div id="textfilter">
<span class="input">
<input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/" />
<i class="clear material-icons"></i>
<i id="search-icon" class="material-icons"></i>
</span>
</div>
</div>
<div id="search-results">
<div id="search-progress">
<div id="progress-fill"></div>
</div>
<div id="results-content">
<div id="entity-results"></div>
<div id="member-results"></div>
</div>
</div>
<div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;">
<div id="content-container" style="-webkit-overflow-scrolling: touch;">
<div id="subpackage-spacer">
<div id="packages">
<h1>Packages</h1>
<ul>
<li name="_root_.root" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="_root_"></a><a id="root:_root_"></a>
<span class="permalink">
<a href="../../../../../index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="_root_.net" visbl="pub" class="indented1 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="net"></a><a id="net:net"></a>
<span class="permalink">
<a href="../../../../../net/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../../index.html"><span class="name">net</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="net.sansa_stack" visbl="pub" class="indented2 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="sansa_stack"></a><a id="sansa_stack:sansa_stack"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../index.html"><span class="name">sansa_stack</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../index.html" class="extype" name="net">net</a></dd></dl></div>
</li><li name="net.sansa_stack.inference" visbl="pub" class="indented3 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="inference"></a><a id="inference:inference"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../index.html"><span class="name">inference</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="net.sansa_stack">sansa_stack</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.spark" visbl="pub" class="indented4 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="spark"></a><a id="spark:spark"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../index.html"><span class="name">spark</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="net.sansa_stack.inference">inference</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.spark.backwardchaining" visbl="pub" class="indented5 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="backwardchaining"></a><a id="backwardchaining:backwardchaining"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="index.html"><span class="name">backwardchaining</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="net.sansa_stack.inference.spark">spark</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.spark.backwardchaining.tree" visbl="pub" class="indented6 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="tree"></a><a id="tree:tree"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/tree/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="tree/index.html"><span class="name">tree</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="net.sansa_stack.inference.spark.backwardchaining">backwardchaining</a></dd></dl></div>
</li><li class="current-entities indented5">
<span class="separator"></span>
<a class="trait" href="BackwardChainingReasoner.html" title=""></a>
<a href="BackwardChainingReasoner.html" title="">BackwardChainingReasoner</a>
</li><li class="current-entities indented5">
<a class="object" href="BackwardChainingReasonerDataframe$.html" title=""></a>
<a class="class" href="BackwardChainingReasonerDataframe.html" title=""></a>
<a href="BackwardChainingReasonerDataframe.html" title="">BackwardChainingReasonerDataframe</a>
</li><li class="current-entities indented5">
<a class="object" href="BackwardChainingReasonerDataset$.html" title=""></a>
<a class="class" href="" title=""></a>
<a href="" title="">BackwardChainingReasonerDataset</a>
</li><li class="current-entities indented5">
<a class="object" href="BackwardChainingReasonerRDD$.html" title=""></a>
<a class="class" href="BackwardChainingReasonerRDD.html" title=""></a>
<a href="BackwardChainingReasonerRDD.html" title="">BackwardChainingReasonerRDD</a>
</li><li class="current-entities indented5">
<span class="separator"></span>
<a class="class" href="RDFTriple.html" title=""></a>
<a href="RDFTriple.html" title="">RDFTriple</a>
</li><li class="current-entities indented5">
<span class="separator"></span>
<a class="object" href="TripleSchema$.html" title=""></a>
<a href="TripleSchema$.html" title="">TripleSchema</a>
</li>
</ul>
</div>
</div>
<div id="content">
<body class="class type">
<div id="definition">
<a href="BackwardChainingReasonerDataset$.html" title="See companion object"><div class="big-circle class-companion-object">c</div></a>
<p id="owner"><a href="../../../../index.html" class="extype" name="net">net</a>.<a href="../../../index.html" class="extype" name="net.sansa_stack">sansa_stack</a>.<a href="../../index.html" class="extype" name="net.sansa_stack.inference">inference</a>.<a href="../index.html" class="extype" name="net.sansa_stack.inference.spark">spark</a>.<a href="index.html" class="extype" name="net.sansa_stack.inference.spark.backwardchaining">backwardchaining</a></p>
<h1><a href="BackwardChainingReasonerDataset$.html" title="See companion object">BackwardChainingReasonerDataset</a><span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span></h1>
<h3><span class="morelinks"><div>
Companion <a href="BackwardChainingReasonerDataset$.html" title="See companion object">object BackwardChainingReasonerDataset</a>
</div></span></h3>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">class</span>
</span>
<span class="symbol">
<span class="name">BackwardChainingReasonerDataset</span><span class="result"> extends <a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/SANSA-Stack/SANSA-Stack/tree/v0.8.0/sansa-inference/sansa-inference-spark/src/main/scala/net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.scala" target="_blank">BackwardChainingReasonerDataset.scala</a></dd></dl><div class="toggleContainer block">
<span class="toggle">
Linear Supertypes
</span>
<div class="superTypes hiddenContent"><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div></div>
<div id="mbrsel">
<div class="toggle"></div>
<div id="memberfilter">
<i class="material-icons arrow"></i>
<span class="input">
<input id="mbrsel-input" placeholder="Filter all members" type="text" accesskey="/" />
</span>
<i class="clear material-icons"></i>
</div>
<div id="filterby">
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By Inheritance</span></li>
</ol>
</div>
<div class="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset"><span>BackwardChainingReasonerDataset</span></li><li class="in" name="net.sansa_stack.inference.utils.Logging"><span>Logging</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div class="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show All</span></li>
</ol>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="constructors" class="members">
<h3>Instance Constructors</h3>
<ol><li name="net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset#<init>" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="<init>(session:org.apache.spark.sql.SparkSession,rules:Set[org.apache.jena.reasoner.rulesys.Rule],graph:org.apache.spark.sql.Dataset[net.sansa_stack.inference.spark.backwardchaining.RDFTriple]):net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset"></a><a id="<init>:BackwardChainingReasonerDataset"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#<init>(session:org.apache.spark.sql.SparkSession,rules:Set[org.apache.jena.reasoner.rulesys.Rule],graph:org.apache.spark.sql.Dataset[net.sansa_stack.inference.spark.backwardchaining.RDFTriple]):net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">new</span>
</span>
<span class="symbol">
<span class="name">BackwardChainingReasonerDataset</span><span class="params">(<span name="session">session: <span class="extype" name="org.apache.spark.sql.SparkSession">SparkSession</span></span>, <span name="rules">rules: <span class="extype" name="scala.Predef.Set">Set</span>[<span class="extype" name="org.apache.jena.reasoner.rulesys.Rule">Rule</span>]</span>, <span name="graph">graph: <span class="extype" name="org.apache.spark.sql.Dataset">Dataset</span>[<a href="RDFTriple.html" class="extype" name="net.sansa_stack.inference.spark.backwardchaining.RDFTriple">RDFTriple</a>]</span>)</span>
</span>
</li></ol>
</div>
<div class="values members">
<h3>Value Members</h3>
<ol>
<li name="scala.AnyRef#!=" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a><a id="!=(Any):Boolean"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#!=(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html###():Int" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a><a id="==(Any):Boolean"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#==(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset#DUMMY_VAR" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="DUMMY_VAR:org.apache.jena.graph.Node"></a><a id="DUMMY_VAR:Node"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#DUMMY_VAR:org.apache.jena.graph.Node" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">DUMMY_VAR</span><span class="result">: <span class="extype" name="org.apache.jena.graph.Node">Node</span></span>
</span>
</li><li name="scala.Any#asInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#asInstanceOf[T0]:T0" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a><a id="clone():AnyRef"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#clone():Object" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<span class="extype" name="java.lang">lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
</span>)</span>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#debug" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="debug(msg:=>String,o:Any,os:Any*):Unit"></a><a id="debug(⇒String,Any,Any*):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#debug(msg:=>String,o:Any,os:Any*):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">debug</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>, <span name="o">o: <span class="extype" name="scala.Any">Any</span></span>, <span name="os">os: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#debug" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="debug(msg:=>String,e:Throwable):Unit"></a><a id="debug(⇒String,Throwable):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#debug(msg:=>String,e:Throwable):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">debug</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>, <span name="e">e: <span class="extype" name="scala.Throwable">Throwable</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#debug" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="debug(msg:=>String):Unit"></a><a id="debug(⇒String):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#debug(msg:=>String):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">debug</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a><a id="eq(AnyRef):Boolean"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#eq(x$1:AnyRef):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a><a id="equals(Any):Boolean"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#equals(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#error" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="error(msg:=>String,o:Any,os:Any*):Unit"></a><a id="error(⇒String,Any,Any*):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#error(msg:=>String,o:Any,os:Any*):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">error</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>, <span name="o">o: <span class="extype" name="scala.Any">Any</span></span>, <span name="os">os: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#error" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="error(msg:=>String,e:Throwable):Unit"></a><a id="error(⇒String,Throwable):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#error(msg:=>String,e:Throwable):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">error</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>, <span name="e">e: <span class="extype" name="scala.Throwable">Throwable</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#error" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="error(msg:=>String):Unit"></a><a id="error(⇒String):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#error(msg:=>String):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">error</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset#extractWithIndex" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="extractWithIndex(graph:org.apache.spark.sql.Dataset[net.sansa_stack.inference.spark.backwardchaining.RDFTriple]):Map[org.apache.jena.graph.Node,org.apache.spark.sql.Dataset[net.sansa_stack.inference.spark.backwardchaining.RDFTriple]]"></a><a id="extractWithIndex(Dataset[RDFTriple]):Map[Node,Dataset[RDFTriple]]"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#extractWithIndex(graph:org.apache.spark.sql.Dataset[net.sansa_stack.inference.spark.backwardchaining.RDFTriple]):Map[org.apache.jena.graph.Node,org.apache.spark.sql.Dataset[net.sansa_stack.inference.spark.backwardchaining.RDFTriple]]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">extractWithIndex</span><span class="params">(<span name="graph">graph: <span class="extype" name="org.apache.spark.sql.Dataset">Dataset</span>[<a href="RDFTriple.html" class="extype" name="net.sansa_stack.inference.spark.backwardchaining.RDFTriple">RDFTriple</a>]</span>)</span><span class="result">: <span class="extype" name="scala.Predef.Map">Map</span>[<span class="extype" name="org.apache.jena.graph.Node">Node</span>, <span class="extype" name="org.apache.spark.sql.Dataset">Dataset</span>[<a href="RDFTriple.html" class="extype" name="net.sansa_stack.inference.spark.backwardchaining.RDFTriple">RDFTriple</a>]]</span>
</span>
<p class="shortcomment cmt">Computes the triples for each schema property p, e.g.</p><div class="fullcomment"><div class="comment cmt"><p>Computes the triples for each schema property p, e.g. <code>rdfs:subClassOf</code> and returns it as mapping from p
to the <span class="extype" name="Dataset">Dataset</span> containing the triples.
</p></div><dl class="paramcmts block"><dt class="param">graph</dt><dd class="cmt"><p>the RDF graph</p></dd><dt>returns</dt><dd class="cmt"><p>a mapping from the corresponding schema property to the Dataframe of s-o pairs</p></dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#finalize():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<span class="extype" name="java.lang">lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#getClass():Class[_]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset#graph" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="graph:org.apache.spark.sql.Dataset[net.sansa_stack.inference.spark.backwardchaining.RDFTriple]"></a><a id="graph:Dataset[RDFTriple]"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#graph:org.apache.spark.sql.Dataset[net.sansa_stack.inference.spark.backwardchaining.RDFTriple]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">graph</span><span class="result">: <span class="extype" name="org.apache.spark.sql.Dataset">Dataset</span>[<a href="RDFTriple.html" class="extype" name="net.sansa_stack.inference.spark.backwardchaining.RDFTriple">RDFTriple</a>]</span>
</span>
</li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#hashCode():Int" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#info" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="info(msg:=>String,o:Any,os:Any*):Unit"></a><a id="info(⇒String,Any,Any*):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#info(msg:=>String,o:Any,os:Any*):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">info</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>, <span name="o">o: <span class="extype" name="scala.Any">Any</span></span>, <span name="os">os: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#info" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="info(msg:=>String,e:Throwable):Unit"></a><a id="info(⇒String,Throwable):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#info(msg:=>String,e:Throwable):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">info</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>, <span name="e">e: <span class="extype" name="scala.Throwable">Throwable</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#info" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="info(msg:=>String):Unit"></a><a id="info(⇒String):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#info(msg:=>String):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">info</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset#isEntailed" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="isEntailed(tp:org.apache.jena.reasoner.TriplePattern):Boolean"></a><a id="isEntailed(TriplePattern):Boolean"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#isEntailed(tp:org.apache.jena.reasoner.TriplePattern):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isEntailed</span><span class="params">(<span name="tp">tp: <span class="extype" name="org.apache.jena.reasoner.TriplePattern">TriplePattern</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</li><li name="net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset#isEntailed" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="isEntailed(triple:org.apache.jena.graph.Triple):Boolean"></a><a id="isEntailed(Triple):Boolean"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#isEntailed(triple:org.apache.jena.graph.Triple):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isEntailed</span><span class="params">(<span name="triple">triple: <span class="extype" name="org.apache.jena.graph.Triple">Triple</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#isInstanceOf[T0]:Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#log" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="log:org.slf4j.Logger"></a><a id="log:Logger"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#log:org.slf4j.Logger" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">log</span><span class="result">: <span class="extype" name="org.slf4j.Logger">Logger</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#logName" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="logName:String"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#logName:String" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">logName</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected </dd><dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a><a id="ne(AnyRef):Boolean"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#ne(x$1:AnyRef):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#notify():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#notifyAll():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset#precomputeSchema" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="precomputeSchema:Boolean"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#precomputeSchema:Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">precomputeSchema</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</li><li name="net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset#properties" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="properties:scala.collection.immutable.Set[(org.apache.jena.rdf.model.Property,Boolean,String)]"></a><a id="properties:Set[(Property,Boolean,String)]"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#properties:scala.collection.immutable.Set[(org.apache.jena.rdf.model.Property,Boolean,String)]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">properties</span><span class="result">: <span class="extype" name="scala.collection.immutable.Set">Set</span>[(<span class="extype" name="org.apache.jena.rdf.model.Property">Property</span>, <span class="extype" name="scala.Boolean">Boolean</span>, <span class="extype" name="java.lang.String">String</span>)]</span>
</span>
</li><li name="net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset#query" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="query(tp:org.apache.jena.graph.Triple):org.apache.spark.sql.Dataset[net.sansa_stack.inference.spark.backwardchaining.RDFTriple]"></a><a id="query(Triple):Dataset[RDFTriple]"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#query(tp:org.apache.jena.graph.Triple):org.apache.spark.sql.Dataset[net.sansa_stack.inference.spark.backwardchaining.RDFTriple]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">query</span><span class="params">(<span name="tp">tp: <span class="extype" name="org.apache.jena.graph.Triple">Triple</span></span>)</span><span class="result">: <span class="extype" name="org.apache.spark.sql.Dataset">Dataset</span>[<a href="RDFTriple.html" class="extype" name="net.sansa_stack.inference.spark.backwardchaining.RDFTriple">RDFTriple</a>]</span>
</span>
</li><li name="net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset#rules" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="rules:Set[org.apache.jena.reasoner.rulesys.Rule]"></a><a id="rules:Set[Rule]"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#rules:Set[org.apache.jena.reasoner.rulesys.Rule]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">rules</span><span class="result">: <span class="extype" name="scala.Predef.Set">Set</span>[<span class="extype" name="org.apache.jena.reasoner.rulesys.Rule">Rule</span>]</span>
</span>
</li><li name="net.sansa_stack.inference.spark.backwardchaining.BackwardChainingReasonerDataset#session" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped">
<a id="session:org.apache.spark.sql.SparkSession"></a><a id="session:SparkSession"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#session:org.apache.spark.sql.SparkSession" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">val</span>
</span>
<span class="symbol">
<span class="name">session</span><span class="result">: <span class="extype" name="org.apache.spark.sql.SparkSession">SparkSession</span></span>
</span>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#synchronized[T0](x$1:=>T0):T0" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#toString" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toString():String"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#toString():String" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#trace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="trace(msg:=>String,o:Any,os:Any*):Unit"></a><a id="trace(⇒String,Any,Any*):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#trace(msg:=>String,o:Any,os:Any*):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">trace</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>, <span name="o">o: <span class="extype" name="scala.Any">Any</span></span>, <span name="os">os: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#trace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="trace(msg:=>String,e:Throwable):Unit"></a><a id="trace(⇒String,Throwable):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#trace(msg:=>String,e:Throwable):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">trace</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>, <span name="e">e: <span class="extype" name="scala.Throwable">Throwable</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#trace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="trace(msg:=>String):Unit"></a><a id="trace(⇒String):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#trace(msg:=>String):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">trace</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#wait():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a><a id="wait(Long,Int):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#wait(x$1:Long,x$2:Int):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a><a id="wait(Long):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#wait(x$1:Long):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#warn" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="warn(msg:=>String,o:Any,os:Any*):Unit"></a><a id="warn(⇒String,Any,Any*):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#warn(msg:=>String,o:Any,os:Any*):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">warn</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>, <span name="o">o: <span class="extype" name="scala.Any">Any</span></span>, <span name="os">os: <span class="extype" name="scala.Any">Any</span>*</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#warn" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="warn(msg:=>String,e:Throwable):Unit"></a><a id="warn(⇒String,Throwable):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#warn(msg:=>String,e:Throwable):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">warn</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>, <span name="e">e: <span class="extype" name="scala.Throwable">Throwable</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li><li name="net.sansa_stack.inference.utils.Logging#warn" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="warn(msg:=>String):Unit"></a><a id="warn(⇒String):Unit"></a>
<span class="permalink">
<a href="../../../../../net/sansa_stack/inference/spark/backwardchaining/BackwardChainingReasonerDataset.html#warn(msg:=>String):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">warn</span><span class="params">(<span name="msg">msg: ⇒ <span class="extype" name="scala.Predef.String">String</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></dd></dl></div>
</li>
</ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="net.sansa_stack.inference.utils.Logging">
<h3>Inherited from <a href="../../utils/Logging.html" class="extype" name="net.sansa_stack.inference.utils.Logging">Logging</a></h3>
</div><div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</div>
</div>
</div>
</body>
</html>
|
pages/home.html | db0company/paysdu42 | <div id="cse-search-results"></div>
<script type="text/javascript">
var googleSearchIframeName = "cse-search-results";
var googleSearchFormName = "cse-search-box";
var googleSearchFrameWidth = 800;
var googleSearchDomain = "www.google.fr";
var googleSearchPath = "/cse";
</script>
<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>
|
www/source/javadoc/0.3.1/io/orchestrate/client/ClientException.html | dsebban/orchestrate-java-client | <!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_45) on Wed Apr 23 21:07:57 BST 2014 -->
<title>ClientException (orchestrate-java-client 0.3.1 API)</title>
<meta name="date" content="2014-04-23">
<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="ClientException (orchestrate-java-client 0.3.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="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="../../../io/orchestrate/client/Client.html" title="interface in io.orchestrate.client"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../io/orchestrate/client/CollectionSearchResource.html" title="class in io.orchestrate.client"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?io/orchestrate/client/ClientException.html" target="_top">Frames</a></li>
<li><a href="ClientException.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#methods_inherited_from_class_java.lang.Throwable">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">io.orchestrate.client</div>
<h2 title="Class ClientException" class="title">Class ClientException</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.lang.Throwable</li>
<li>
<ul class="inheritance">
<li>java.lang.Exception</li>
<li>
<ul class="inheritance">
<li>java.lang.RuntimeException</li>
<li>
<ul class="inheritance">
<li>io.orchestrate.client.ClientException</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable</dd>
</dl>
<hr>
<br>
<pre>public final class <span class="strong">ClientException</span>
extends java.lang.RuntimeException</pre>
<div class="block">An object that represents a failure to send a request from the <code>Client</code>.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../serialized-form.html#io.orchestrate.client.ClientException">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Throwable</h3>
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../io/orchestrate/client/Client.html" title="interface in io.orchestrate.client"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../io/orchestrate/client/CollectionSearchResource.html" title="class in io.orchestrate.client"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?io/orchestrate/client/ClientException.html" target="_top">Frames</a></li>
<li><a href="ClientException.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#methods_inherited_from_class_java.lang.Throwable">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
solr-4.5.0/docs/solr-test-framework/org/apache/solr/util/class-use/RandomMergePolicy.html | hajimeni/dbflute-solr-example | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Sat Sep 28 14:10:01 CEST 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Uses of Class org.apache.solr.util.RandomMergePolicy (Solr 4.5.0 API)
</TITLE>
<META NAME="date" CONTENT="2013-09-28">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.util.RandomMergePolicy (Solr 4.5.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/solr/util/RandomMergePolicy.html" title="class in org.apache.solr.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </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="../../../../../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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/solr/util//class-useRandomMergePolicy.html" target="_top"><B>FRAMES</B></A>
<A HREF="RandomMergePolicy.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 ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.solr.util.RandomMergePolicy</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../org/apache/solr/util/RandomMergePolicy.html" title="class in org.apache.solr.util">RandomMergePolicy</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.solr.util"><B>org.apache.solr.util</B></A></TD>
<TD>Misc utilities useful when implementing test cases. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.solr.util"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/solr/util/RandomMergePolicy.html" title="class in org.apache.solr.util">RandomMergePolicy</A> in <A HREF="../../../../../org/apache/solr/util/package-summary.html">org.apache.solr.util</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/solr/util/package-summary.html">org.apache.solr.util</A> that return <A HREF="../../../../../org/apache/solr/util/RandomMergePolicy.html" title="class in org.apache.solr.util">RandomMergePolicy</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/solr/util/RandomMergePolicy.html" title="class in org.apache.solr.util">RandomMergePolicy</A></CODE></FONT></TD>
<TD><CODE><B>RandomMergePolicy.</B><B><A HREF="../../../../../org/apache/solr/util/RandomMergePolicy.html#clone()">clone</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/solr/util/RandomMergePolicy.html" title="class in org.apache.solr.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </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="../../../../../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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/solr/util//class-useRandomMergePolicy.html" target="_top"><B>FRAMES</B></A>
<A HREF="RandomMergePolicy.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 ======= -->
<HR>
<i>Copyright © 2000-2013 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>
</BODY>
</HTML>
|
app/view/list.html | zfantasy/poke-dex | <div layout="row">
<div md-whiteframe="1" style="width:100%;">
<md-autocomplete
md-search-text="vm.search"
md-items="pokemon in data.pokemons"
md-item-text="pokemon.Name"
md-min-length="4"
placeholder="Search">
<md-item-template>
<span md-highlight-text="vm.search" md-highlight-flags="^i">{{pokemon.Name}}</span>
</md-item-template>
<md-not-found>
No Pokemon matching "{{vm.search}}" were found.
</md-not-found>
</md-autocomplete>
<div layout="row">
<md-list>
<md-list-item>
<md-button class="no-min md-raised text-center" style="height:22px; line-height:22px" ng-click="vm.type=undefined">
All
</md-button>
<md-button ng-repeat="type in data.types_dict" class="no-margin no-padding no-min" ng-click="vm.type=type">
<img src="images/type/{{type.toLowerCase()}}.gif" style="padding: 5px;"
alt="{{type}}">
</md-button>
</md-list-item>
</md-list>
</div>
<div layout="row">
<h4 flex="10" class="text-center">ID</h4>
<h4 flex="40">Name</h4>
<h4 flex="30">Type</h4>
<h4 flex="20">Max CP</h4>
<h4 flex="20">Max HP</h4>
</div>
<md-divider></md-divider>
<md-list>
<md-list-item ng-repeat="pokemon in data.pokemons | filter:vm.search | filter:vm.filter" ng-click="null">
<span flex="10" class="text-center">{{pokemon.Id}}</span>
<div flex="40">
<img src="images/pokemon/small/{{pokemon.Id}}.png" class="md-avatar" alt="{{pokemon.Name}}<">
<h4 class="inline">{{pokemon.Name}}</h4>
</div>
<div flex="30">
<img src="images/type/{{pokemon.Type1.toLowerCase()}}.gif" class="md-card-image" alt="{{pokemon.Type1}}">
<img src="images/type/{{pokemon.Type2.toLowerCase()}}.gif" class="md-card-image" alt="{{pokemon.Type2}}" ng-if="pokemon.Type2 != 'None'">
</div>
<div flex="20">
{{pokemon['Max CP']}}
</div>
<div flex="20">
{{pokemon['Max HP']}}
</div>
</md-list-item>
</md-list>
</div>
</div> |
2.2.1.Final/apidocs/org/wildfly/swarm/config/elytron/class-use/LogicalPermissionMapper.LogicalOperation.html | wildfly-swarm/wildfly-swarm-javadocs | <!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_151) on Tue Oct 30 00:53:04 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.elytron.LogicalPermissionMapper.LogicalOperation (BOM: * : All 2.2.1.Final API)</title>
<meta name="date" content="2018-10-30">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.wildfly.swarm.config.elytron.LogicalPermissionMapper.LogicalOperation (BOM: * : All 2.2.1.Final API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.LogicalOperation.html" title="enum in org.wildfly.swarm.config.elytron">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.2.1.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/elytron/class-use/LogicalPermissionMapper.LogicalOperation.html" target="_top">Frames</a></li>
<li><a href="LogicalPermissionMapper.LogicalOperation.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.wildfly.swarm.config.elytron.LogicalPermissionMapper.LogicalOperation" class="title">Uses of Class<br>org.wildfly.swarm.config.elytron.LogicalPermissionMapper.LogicalOperation</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.LogicalOperation.html" title="enum in org.wildfly.swarm.config.elytron">LogicalPermissionMapper.LogicalOperation</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.wildfly.swarm.config.elytron">org.wildfly.swarm.config.elytron</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.elytron">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.LogicalOperation.html" title="enum in org.wildfly.swarm.config.elytron">LogicalPermissionMapper.LogicalOperation</a> in <a href="../../../../../../org/wildfly/swarm/config/elytron/package-summary.html">org.wildfly.swarm.config.elytron</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/elytron/package-summary.html">org.wildfly.swarm.config.elytron</a> that return <a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.LogicalOperation.html" title="enum in org.wildfly.swarm.config.elytron">LogicalPermissionMapper.LogicalOperation</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><a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.LogicalOperation.html" title="enum in org.wildfly.swarm.config.elytron">LogicalPermissionMapper.LogicalOperation</a></code></td>
<td class="colLast"><span class="typeNameLabel">LogicalPermissionMapper.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.html#logicalOperation--">logicalOperation</a></span>()</code>
<div class="block">The logical operation to use to combine the permission mappers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.LogicalOperation.html" title="enum in org.wildfly.swarm.config.elytron">LogicalPermissionMapper.LogicalOperation</a></code></td>
<td class="colLast"><span class="typeNameLabel">LogicalPermissionMapper.LogicalOperation.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.LogicalOperation.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.LogicalOperation.html" title="enum in org.wildfly.swarm.config.elytron">LogicalPermissionMapper.LogicalOperation</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">LogicalPermissionMapper.LogicalOperation.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.LogicalOperation.html#values--">values</a></span>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/elytron/package-summary.html">org.wildfly.swarm.config.elytron</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.LogicalOperation.html" title="enum in org.wildfly.swarm.config.elytron">LogicalPermissionMapper.LogicalOperation</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><a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.html" title="type parameter in LogicalPermissionMapper">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">LogicalPermissionMapper.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.html#logicalOperation-org.wildfly.swarm.config.elytron.LogicalPermissionMapper.LogicalOperation-">logicalOperation</a></span>(<a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.LogicalOperation.html" title="enum in org.wildfly.swarm.config.elytron">LogicalPermissionMapper.LogicalOperation</a> value)</code>
<div class="block">The logical operation to use to combine the permission mappers.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/elytron/LogicalPermissionMapper.LogicalOperation.html" title="enum in org.wildfly.swarm.config.elytron">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.2.1.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/elytron/class-use/LogicalPermissionMapper.LogicalOperation.html" target="_top">Frames</a></li>
<li><a href="LogicalPermissionMapper.LogicalOperation.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>Copyright © 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
examples/openlayers/time.html | JJediny/gibs-web-examples | <!doctype html>
<!--
GIBS Web Examples
Copyright 2013 - 2014 United States Government as represented by the
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<head>
<title>GIBS OpenLayers Example - Rolling Seven Day Slider</title>
<link rel="stylesheet" href="../../lib/jquery-ui-1.10.4/jquery-ui.min.css"/>
<link rel="stylesheet" href="../../lib/openlayers-3.4.0/ol.css"/>
<link rel="stylesheet" href="example.css"/>
<link rel="stylesheet" href="time.css"/>
<script src="../../lib/jquery-1.11.2/jquery.min.js"></script>
<script src="../../lib/jquery-ui-1.10.4/jquery-ui.min.js"></script>
<script src="../../lib/openlayers-3.4.0/ol.js"></script>
<script src="time.js"></script>
</head>
<body>
<div id="map"></div>
<div id="day-panel">
<div id="day-label"></div>
<div id="day-slider"></div>
</div>
<div id="attribution">
<a href='http://openlayers.org'>OpenLayers</a>
<a href='https://wiki.earthdata.nasa.gov/display/GIBS'>NASA EOSDIS GIBS</a>
<a href='https://github.com/nasa-gibs/web-examples/blob/release/examples/openlayers/time.js'>
View Source
</a>
</div>
</body>
</html>
|
pcms/Comparison_of_Internet_Relay_Chat_daemons_4.pcm.html | Ophelle/PDL | <!DOCTYPE html>
<html>
<head>
<link href="js/bootstrap.min.css" rel="stylesheet"type="text/css">
<link href="css/moncss.css" rel="stylesheet"type="text/css">
<script type="text/javascript" src="js/jquery-3.1.1.min.js"> </script>
<script type="text/javascript" src="js/typeahead.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/formulaire.js"></script>
<title>Comparison of Internet Relay Chat daemons - Features </title>
<meta charset="utf-8">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-2"> </div>
<div class="col-md-8">
<h1>Comparison of Internet Relay Chat daemons - Features </h1>
</div>
<div class="col-md-2"> </div>
</div>
<div class="row">
<fieldset>
<div class="col-md-2"> </div>
<div class="col-md-8">
<form action="" method="post">
<legend style="color:red;font-weight: bold;font-style:italic;text-align: center;" >Formulaire</legend>
</br>
<label>CGI:IRC/WEBIRC host spoofing :</label></br>
<p id="id1CGI:IRC/WEBIRC host spoofing"> <input type="radio" name="FeatureCGI:IRC/WEBIRC host spoofing" value="oui">Yes <input type="radio" name="FeatureCGI:IRC/WEBIRC host spoofing" value = "non">No <input type="radio" name="FeatureCGI:IRC/WEBIRC host spoofing" value = "non">Partial </p>
</br>
<label>Join throttling :</label></br>
<p id="id1Join throttling"> <input type="radio" name="FeatureJoin throttling" value="oui">Yes <input type="radio" name="FeatureJoin throttling" value = "non">No <input type="radio" name="FeatureJoin throttling" value = "non">Partial </p>
</br>
<label>Variable per-channel banlist size :</label></br>
<p id="id1Variable per-channel banlist size"> <input type="radio" name="FeatureVariable per-channel banlist size" value="oui">Yes <input type="radio" name="FeatureVariable per-channel banlist size" value = "non">No <input type="radio" name="FeatureVariable per-channel banlist size" value = "non">Partial </p>
</br>
<label>IRC daemon : </label></br> <input id="0" type="text" name="Feature"></br>
</br>
<label>Channel censorIRCd config / chanop-controlled :</label></br>
</br>
<label>Channel flood controlsbasic / advanced :</label></br>
</br>
<label>Spamfilterregexp / glob :</label></br>
</br>
<label>DNSBL :</label></br>
<p id="id1DNSBL"> <input type="radio" name="FeatureDNSBL" value="oui">Yes <input type="radio" name="FeatureDNSBL" value = "non">No <input type="radio" name="FeatureDNSBL" value = "non">Partial </p>
</br>
<label>Timed bans :</label></br>
<p id="id1Timed bans"> <input type="radio" name="FeatureTimed bans" value="oui">Yes <input type="radio" name="FeatureTimed bans" value = "non">No <input type="radio" name="FeatureTimed bans" value = "non">Partial </p>
</br>
<label>Connect-flood detection :</label></br>
<p id="id1Connect-flood detection"> <input type="radio" name="FeatureConnect-flood detection" value="oui">Yes <input type="radio" name="FeatureConnect-flood detection" value = "non">No <input type="radio" name="FeatureConnect-flood detection" value = "non">Partial </p>
<script>
$("#0").typeahead({
name:"list0",
local : ['OfficeIRC Server','PleXusIRCd','WeIRCd','Nefarious IRCu','UnrealIRCd','Charybdis','ircd-ratbox','ShadowIRCd','ngIRCd','IRCD','IRCD-Hybrid','pureIRCd','ircu','miniircd','ConferenceRoom','RockIRCd','ithildin','solid-ircd','Bahamut','InspIRCd','RubIRCd','bIRCd','Synchronet IRCd','']
});
</script>
</br><input type="submit" class="btn btn-info" value="Ajouter un produit" />
</form>
</div>
</fieldset>
<div class="col-md-2"> </div>
</div>
</div>
</body>
</html> |
app/iht/views/estateReports/your_estate_reports_application_table.scala.html | hmrc/iht-frontend | @*
* Copyright 2021 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@
@import iht.utils._
@import iht.viewmodels.estateReports.YourEstateReportsRowViewModel
@import iht.config.AppConfig
@this(
implicit val appConfig: AppConfig,
nameHelper: ihtHelpers.custom.name
)
@(applications: Seq[YourEstateReportsRowViewModel])(implicit messages: Messages)
<div class="section">
<table>
<thead>
<tr class="table__row--desktop-headings">
<th id="deceased-name-header">@Messages("page.iht.home.deceasedName.label")</th>
<th id="date-of-death-header">@Messages("iht.dateOfDeath")</th>
<th id="iht-reference-header">@Messages("page.iht.home.ihtReference.label")</th>
<th id="status-header">@Messages("page.iht.home.currentStatus")</th>
<td></td>
</tr>
</thead>
<tbody>
@for(application <- applications){
<tr class="table__row--responsive">
<td class="table__detail--responsive" data-heading="@Messages("page.iht.home.deceasedName.label")">
@nameHelper(application.deceasedName)
</td>
<td class="table__detail--responsive" data-heading="@Messages("iht.dateOfDeath")">
@application.dateOfDeath
</td>
<td class="table__detail--responsive" data-heading="@Messages("page.iht.home.ihtReference.label")">
@formattedIHTReference(application.ihtRefNo)
</td>
<td class="table__detail--responsive" data-heading="@Messages("page.iht.home.currentStatus")">
@application.currentStatus
</td>
<td class="table__detail--responsive">
<a class="button button--tablet-full-width" href="@application.link">
<span aria-hidden="true">@application.linkLabel</span>
<span class="visually-hidden">@application.linkScreenreader</span>
</a>
</td>
</tr>
}
</tbody>
</table>
</div>
|
h2o-py/docs/docs/_modules/h2o/model/regression.html | bikash/h2o-dev |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>h2o.model.regression — H2O documentation</title>
<link rel="stylesheet" href="../../../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../../',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../../../_static/jquery.js"></script>
<script type="text/javascript" src="../../../_static/underscore.js"></script>
<script type="text/javascript" src="../../../_static/doctools.js"></script>
<link rel="top" title="H2O documentation" href="../../../index.html" />
<link rel="up" title="Module code" href="../../index.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="../../../index.html">H2O documentation</a> »</li>
<li><a href="../../index.html" accesskey="U">Module code</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1>Source code for h2o.model.regression</h1><div class="highlight"><pre>
<span class="sd">"""</span>
<span class="sd">Regression Models should be comparable.</span>
<span class="sd">"""</span>
<span class="kn">import</span> <span class="nn">math</span>
<span class="kn">from</span> <span class="nn">model_base</span> <span class="kn">import</span> <span class="n">ModelBase</span>
<div class="viewcode-block" id="H2ORegressionModel"><a class="viewcode-back" href="../../../h2o.model.html#h2o.model.regression.H2ORegressionModel">[docs]</a><span class="k">class</span> <span class="nc">H2ORegressionModel</span><span class="p">(</span><span class="n">ModelBase</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Class for Regression models. </span>
<span class="sd"> """</span>
<span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">dest_key</span><span class="p">,</span> <span class="n">model_json</span><span class="p">):</span>
<span class="nb">super</span><span class="p">(</span><span class="n">H2ORegressionModel</span><span class="p">,</span> <span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="n">__init__</span><span class="p">(</span><span class="n">dest_key</span><span class="p">,</span> <span class="n">model_json</span><span class="p">,</span><span class="n">H2ORegressionModelMetrics</span><span class="p">)</span>
</div>
<div class="viewcode-block" id="H2ORegressionModelMetrics"><a class="viewcode-back" href="../../../h2o.model.html#h2o.model.regression.H2ORegressionModelMetrics">[docs]</a><span class="k">class</span> <span class="nc">H2ORegressionModelMetrics</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> This class is essentially an API for the AUCData object.</span>
<span class="sd"> This class contains methods for inspecting the AUC for different criteria.</span>
<span class="sd"> To input the different criteria, use the static variable `criteria`</span>
<span class="sd"> """</span>
<span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">metric_json</span><span class="p">):</span>
<span class="bp">self</span><span class="o">.</span><span class="n">_metric_json</span> <span class="o">=</span> <span class="n">metric_json</span>
<div class="viewcode-block" id="H2ORegressionModelMetrics.r2"><a class="viewcode-back" href="../../../h2o.model.html#h2o.model.regression.H2ORegressionModelMetrics.r2">[docs]</a> <span class="k">def</span> <span class="nf">r2</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="n">mse</span> <span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">_metric_json</span><span class="p">[</span><span class="s">'mse'</span> <span class="p">]</span>
<span class="n">sigma</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">_metric_json</span><span class="p">[</span><span class="s">'sigma'</span><span class="p">]</span>
<span class="n">var</span> <span class="o">=</span><span class="n">sigma</span><span class="o">*</span><span class="n">sigma</span>
<span class="k">return</span> <span class="mi">1</span><span class="o">-</span><span class="p">(</span><span class="n">mse</span><span class="o">/</span><span class="n">var</span><span class="p">)</span>
</div>
<div class="viewcode-block" id="H2ORegressionModelMetrics.show"><a class="viewcode-back" href="../../../h2o.model.html#h2o.model.regression.H2ORegressionModelMetrics.show">[docs]</a> <span class="k">def</span> <span class="nf">show</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="n">mse</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_metric_json</span><span class="p">[</span><span class="s">'mse'</span><span class="p">]</span>
<span class="k">print</span> <span class="s">"Regression model"</span>
<span class="k">print</span> <span class="s">"MSE="</span><span class="p">,</span><span class="n">mse</span><span class="p">,</span><span class="s">"RMSE="</span><span class="p">,</span><span class="n">math</span><span class="o">.</span><span class="n">sqrt</span><span class="p">(</span><span class="n">mse</span><span class="p">),</span><span class="s">"sigma="</span><span class="p">,</span><span class="bp">self</span><span class="o">.</span><span class="n">_metric_json</span><span class="p">[</span><span class="s">'sigma'</span><span class="p">]</span>
<span class="k">print</span></div></div>
</pre></div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="../../../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="../../../index.html">H2O documentation</a> »</li>
<li><a href="../../index.html" >Module code</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2015, H2O.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html> |
KoDeMat_TouchScreen/lib/hazelcast-3.4.2/hazelcast-3.4.2/docs/javadoc/com/hazelcast/client/package-frame.html | akiskip/KoDeMat-Collaboration-Platform-Application | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Thu Mar 26 16:48:33 UTC 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
com.hazelcast.client (Hazelcast Root 3.4.2 API)
</TITLE>
<META NAME="date" CONTENT="2015-03-26">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../com/hazelcast/client/package-summary.html" target="classFrame">com.hazelcast.client</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Interfaces</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="ClientEndpoint.html" title="interface in com.hazelcast.client" target="classFrame"><I>ClientEndpoint</I></A>
<BR>
<A HREF="ClientEndpointManager.html" title="interface in com.hazelcast.client" target="classFrame"><I>ClientEndpointManager</I></A>
<BR>
<A HREF="ClientEngine.html" title="interface in com.hazelcast.client" target="classFrame"><I>ClientEngine</I></A>
<BR>
<A HREF="ClientExtension.html" title="interface in com.hazelcast.client" target="classFrame"><I>ClientExtension</I></A>
<BR>
<A HREF="LoadBalancer.html" title="interface in com.hazelcast.client" target="classFrame"><I>LoadBalancer</I></A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="ClientOutOfMemoryHandler.html" title="class in com.hazelcast.client" target="classFrame">ClientOutOfMemoryHandler</A>
<BR>
<A HREF="ClientTypes.html" title="class in com.hazelcast.client" target="classFrame">ClientTypes</A>
<BR>
<A HREF="HazelcastClient.html" title="class in com.hazelcast.client" target="classFrame">HazelcastClient</A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Exceptions</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="AuthenticationException.html" title="class in com.hazelcast.client" target="classFrame">AuthenticationException</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
panel/templates/infected_base.html | zeickan/Infected-Engine | {% load staticfiles %}<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8"/>
<title>Infected Engine | {% block title %}{% endblock %}</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="" name="description"/>
<meta content="" name="author"/>
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/>
<link href="/static/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
<link href="/static/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"/>
<link href="/static/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="/static/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css"/>
<!-- END GLOBAL MANDATORY STYLES -->
<!-- BEGIN PAGE LEVEL PLUGIN STYLES -->
<link href="/static/global/plugins/bootstrap-daterangepicker/daterangepicker-bs3.css" rel="stylesheet" type="text/css"/>
<link href="/static/global/plugins/fullcalendar/fullcalendar/fullcalendar.css" rel="stylesheet" type="text/css"/>
<link href="/static/global/plugins/jqvmap/jqvmap/jqvmap.css" rel="stylesheet" type="text/css"/>
<!-- END PAGE LEVEL PLUGIN STYLES -->
<!-- BEGIN PAGE STYLES -->
<link href="/static/admin/pages/css/tasks.css" rel="stylesheet" type="text/css"/>
<!-- END PAGE STYLES -->
<!-- BEGIN THEME STYLES -->
<link href="/static/global/css/components.css" rel="stylesheet" type="text/css"/>
<link href="/static/global/css/plugins.css" rel="stylesheet" type="text/css"/>
<link href="/static/admin/layout/css/layout.css" rel="stylesheet" type="text/css"/>
<link href="/static/admin/layout/css/themes/default.css" rel="stylesheet" type="text/css" id="style_color"/>
<link href="/static/admin/layout/css/custom.css" rel="stylesheet" type="text/css"/>
<!-- END THEME STYLES -->
<link rel="shortcut icon" href="favicon.ico"/>
</head>
<!-- END HEAD -->
<!-- BEGIN BODY -->
<!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices -->
<!-- DOC: Apply "page-sidebar-closed" class to the body and "page-sidebar-menu-closed" class to the sidebar menu element to hide the sidebar by default -->
<!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle -->
<!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle -->
<!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle -->
<!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar -->
<!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer -->
<!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side -->
<!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu -->
{% load i18n %}
<body class="page-header-fixed">
<!-- BEGIN HEADER -->
<div class="page-header navbar navbar-fixed-top">
<!-- BEGIN HEADER INNER -->
<div class="page-header-inner">
<!-- BEGIN LOGO -->
<div class="page-logo">
<a href="index.html">
<img src="/static/admin/layout/img/logo.png" alt="logo" class="logo-default"/>
</a>
<div class="menu-toggler sidebar-toggler hide">
<!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header -->
</div>
</div>
<!-- END LOGO -->
<!-- BEGIN RESPONSIVE MENU TOGGLER -->
<div class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse">
</div>
<!-- END RESPONSIVE MENU TOGGLER -->
<!-- BEGIN TOP NAVIGATION MENU -->
<div class="top-menu">
<ul class="nav navbar-nav pull-right">
<!-- BEGIN NOTIFICATION DROPDOWN -->
<li class="dropdown dropdown-extended dropdown-notification" id="header_notification_bar">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<i class="fa fa-warning"></i>
<span class="badge badge-default">
4 </span>
</a>
<ul class="dropdown-menu">
<li>
<p>
Tienes X notificaciones
</p>
</li>
<li>
<ul class="dropdown-menu-list scroller" style="height: 250px;">
<li>
<a href="#">
<span class="label label-sm label-icon label-success">
<i class="fa fa-plus"></i>
</span>
New user registered. <span class="time">
Just now </span>
</a>
</li>
<li>
<a href="#">
<span class="label label-sm label-icon label-danger">
<i class="fa fa-bolt"></i>
</span>
Server #12 overloaded. <span class="time">
15 mins </span>
</a>
</li>
<li>
<a href="#">
<span class="label label-sm label-icon label-warning">
<i class="fa fa-bell-o"></i>
</span>
Server #2 not responding. <span class="time">
22 mins </span>
</a>
</li>
<li>
<a href="#">
<span class="label label-sm label-icon label-info">
<i class="fa fa-bullhorn"></i>
</span>
Application error. <span class="time">
40 mins </span>
</a>
</li>
</ul>
</li>
<li class="external">
<a href="#">
Ver todas las notificaciones <i class="m-icon-swapright"></i>
</a>
</li>
</ul>
</li>
<!-- END NOTIFICATION DROPDOWN -->
<!-- BEGIN INBOX DROPDOWN -->
<li class="dropdown dropdown-extended dropdown-inbox" id="header_inbox_bar">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<i class="fa fa-envelope"></i>
<span class="badge badge-default">
4 </span>
</a>
<ul class="dropdown-menu">
<li>
<p>
Tienes X mensajes
</p>
</li>
<li>
<ul class="dropdown-menu-list scroller" style="height: 250px;">
<li>
<a href="inbox.html?a=view">
<span class="photo">
<img src="/static/admin/layout/img/avatar2.jpg" alt=""/>
</span>
<span class="subject">
<span class="from">
Lisa Wong </span>
<span class="time">
Just Now </span>
</span>
<span class="message">
Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span>
</a>
</li>
</ul>
</li>
<li class="external">
<a href="inbox.html">
Ver todos los mensajes <i class="m-icon-swapright"></i>
</a>
</li>
</ul>
</li>
<!-- END INBOX DROPDOWN -->
<!-- BEGIN TODO DROPDOWN -->
<li class="dropdown dropdown-extended dropdown-tasks" id="header_task_bar">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<i class="fa fa-tasks"></i>
<span class="badge badge-default">
3 </span>
</a>
<ul class="dropdown-menu extended tasks">
<li>
<p>
You have 12 pending tasks
</p>
</li>
<li>
<ul class="dropdown-menu-list scroller" style="height: 250px;">
<li>
<a href="#">
<span class="task">
<span class="desc">
New release v1.2 </span>
<span class="percent">
30% </span>
</span>
<span class="progress">
<span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">
40% Complete </span>
</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="task">
<span class="desc">
Application deployment </span>
<span class="percent">
65% </span>
</span>
<span class="progress progress-striped">
<span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">
65% Complete </span>
</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="task">
<span class="desc">
Mobile app release </span>
<span class="percent">
98% </span>
</span>
<span class="progress">
<span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">
98% Complete </span>
</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="task">
<span class="desc">
Database migration </span>
<span class="percent">
10% </span>
</span>
<span class="progress progress-striped">
<span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">
10% Complete </span>
</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="task">
<span class="desc">
Web server upgrade </span>
<span class="percent">
58% </span>
</span>
<span class="progress progress-striped">
<span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">
58% Complete </span>
</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="task">
<span class="desc">
Mobile development </span>
<span class="percent">
85% </span>
</span>
<span class="progress progress-striped">
<span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">
85% Complete </span>
</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="task">
<span class="desc">
New UI release </span>
<span class="percent">
18% </span>
</span>
<span class="progress progress-striped">
<span style="width: 18%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">
18% Complete </span>
</span>
</span>
</a>
</li>
</ul>
</li>
<li class="external">
<a href="#">
See all tasks <i class="m-icon-swapright"></i>
</a>
</li>
</ul>
</li>
<!-- END TODO DROPDOWN -->
<!-- BEGIN USER LOGIN DROPDOWN -->
<!-- BEGIN USER LOGIN DROPDOWN -->
<li class="dropdown dropdown-user">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<img alt="" class="img-circle" src="https://s.gravatar.com/avatar/910ccf4531a4a3bcab5a41b36f3f1367?s=29"/>
<span class="username">
Andros Romo </span>
<i class="fa fa-angle-down"></i>
</a>
<ul class="dropdown-menu">
<li>
<a href="extra_profile.html">
<i class="fa fa-user"></i> Mi perfil </a>
</li>
<li>
<a href="page_calendar.html">
<i class="fa fa-calendar"></i> My Calendar </a>
</li>
<li>
<a href="inbox.html">
<i class="fa fa-envelope"></i> My Inbox <span class="badge badge-danger">
3 </span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-tasks"></i> My Tasks <span class="badge badge-success">
7 </span>
</a>
</li>
<li class="divider">
</li>
<li>
<a href="extra_lock.html">
<i class="fa fa-lock"></i> Lock Screen </a>
</li>
<li>
<a href="login.html">
<i class="fa fa-key"></i> Log Out </a>
</li>
</ul>
</li>
<!-- END USER LOGIN DROPDOWN -->
<!-- END USER LOGIN DROPDOWN -->
</ul>
</div>
<!-- END TOP NAVIGATION MENU -->
</div>
<!-- END HEADER INNER -->
</div>
<!-- END HEADER -->
<div class="clearfix">
</div>
<!-- BEGIN CONTAINER -->
<div class="page-container">
<!-- BEGIN SIDEBAR -->
<div class="page-sidebar-wrapper">
<!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
<!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed -->
<div class="page-sidebar navbar-collapse collapse">
{% include "infected_sidebar.html" %}
</div>
</div>
<!-- END SIDEBAR -->
<!-- BEGIN CONTENT -->
<div class="page-content-wrapper">
<div class="page-content">
{% block content %}{% endblock %}
</div>
</div>
<!-- END CONTENT -->
</div>
<!-- END CONTAINER -->
<!-- BEGIN FOOTER -->
<div class="page-footer">
<div class="page-footer-inner">
2014 © Infected Engine Powered by Pixblob
</div>
<div class="page-footer-tools">
<span class="go-top">
<i class="fa fa-angle-up"></i>
</span>
</div>
</div>
<!-- END FOOTER -->
<!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
<!-- BEGIN CORE PLUGINS -->
<!--[if lt IE 9]>
<script src="/static/global/plugins/respond.min.js"></script>
<script src="/static/global/plugins/excanvas.min.js"></script>
<![endif]-->
<script src="/static/global/plugins/jquery-1.11.0.min.js" type="text/javascript"></script>
<script src="/static/global/plugins/jquery-migrate-1.2.1.min.js" type="text/javascript"></script>
<!-- IMPORTANT! Load jquery-ui-1.10.3.custom.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip -->
<script src="/static/global/plugins/jquery-ui/jquery-ui-1.10.3.custom.min.js" type="text/javascript"></script>
<script src="/static/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script src="/static/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
<script src="/static/global/plugins/jquery-slimscroll/jquery.slimscroll.js" type="text/javascript"></script>
<script src="/static/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
<script src="/static/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
<script src="/static/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
<!-- END CORE PLUGINS -->
<!-- BEGIN PAGE LEVEL PLUGINS -->
<script src="/static/global/plugins/jqvmap/jqvmap/jquery.vmap.js" type="text/javascript"></script>
<script src="/static/global/plugins/jqvmap/jqvmap/maps/jquery.vmap.russia.js" type="text/javascript"></script>
<script src="/static/global/plugins/jqvmap/jqvmap/maps/jquery.vmap.world.js" type="text/javascript"></script>
<script src="/static/global/plugins/jqvmap/jqvmap/maps/jquery.vmap.europe.js" type="text/javascript"></script>
<script src="/static/global/plugins/jqvmap/jqvmap/maps/jquery.vmap.germany.js" type="text/javascript"></script>
<script src="/static/global/plugins/jqvmap/jqvmap/maps/jquery.vmap.usa.js" type="text/javascript"></script>
<script src="/static/global/plugins/jqvmap/jqvmap/data/jquery.vmap.sampledata.js" type="text/javascript"></script>
<script src="/static/global/plugins/flot/jquery.flot.min.js" type="text/javascript"></script>
<script src="/static/global/plugins/flot/jquery.flot.resize.min.js" type="text/javascript"></script>
<script src="/static/global/plugins/flot/jquery.flot.categories.min.js" type="text/javascript"></script>
<script src="/static/global/plugins/jquery.pulsate.min.js" type="text/javascript"></script>
<script src="/static/global/plugins/bootstrap-daterangepicker/moment.min.js" type="text/javascript"></script>
<script src="/static/global/plugins/bootstrap-daterangepicker/daterangepicker.js" type="text/javascript"></script>
<!-- IMPORTANT! fullcalendar depends on jquery-ui-1.10.3.custom.min.js for drag & drop support -->
<script src="/static/global/plugins/fullcalendar/fullcalendar/fullcalendar.min.js" type="text/javascript"></script>
<script src="/static/global/plugins/jquery-easypiechart/jquery.easypiechart.min.js" type="text/javascript"></script>
<script src="/static/global/plugins/jquery.sparkline.min.js" type="text/javascript"></script>
<!-- END PAGE LEVEL PLUGINS -->
<!-- BEGIN PAGE LEVEL SCRIPTS -->
<script src="/static/global/scripts/metronic.js" type="text/javascript"></script>
<script src="/static/admin/layout/scripts/layout.js" type="text/javascript"></script>
<script src="/static/admin/pages/scripts/index.js" type="text/javascript"></script>
<script src="/static/admin/pages/scripts/tasks.js" type="text/javascript"></script>
<!-- END PAGE LEVEL SCRIPTS -->
<script>
jQuery(document).ready(function() {
Metronic.init(); // init metronic core componets
Layout.init(); // init layout
Index.init();
Index.initDashboardDaterange();
Index.initJQVMAP(); // init index page's custom scripts
Index.initCalendar(); // init index page's custom scripts
Index.initCharts(); // init index page's custom scripts
Index.initChat();
Index.initMiniCharts();
Index.initIntro();
Tasks.initDashboardWidget();
});
</script>
<!-- END JAVASCRIPTS -->
</body>
<!-- END BODY -->
</html> |
racoon-src/doc/example/livestreaming/class-use/LiveStreamingMonitor.html | glenacota/racoon | <!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 (1.8.0_60) on Mon May 22 21:20:56 CEST 2017 -->
<title>Uses of Class example.livestreaming.LiveStreamingMonitor</title>
<meta name="date" content="2017-05-22">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class example.livestreaming.LiveStreamingMonitor";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../example/livestreaming/LiveStreamingMonitor.html" title="class in example.livestreaming">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?example/livestreaming/class-use/LiveStreamingMonitor.html" target="_top">Frames</a></li>
<li><a href="LiveStreamingMonitor.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 example.livestreaming.LiveStreamingMonitor" class="title">Uses of Class<br>example.livestreaming.LiveStreamingMonitor</h2>
</div>
<div class="classUseContainer">No usage of example.livestreaming.LiveStreamingMonitor</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../example/livestreaming/LiveStreamingMonitor.html" title="class in example.livestreaming">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?example/livestreaming/class-use/LiveStreamingMonitor.html" target="_top">Frames</a></li>
<li><a href="LiveStreamingMonitor.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>
|
weddingplanner/src/main/webapp/css/bootstrap-theme.css | sallenwilliams/mygoldmine | /*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
text-shadow: none;
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #e0e0e0;
background-image: none;
}
.btn-primary {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #265a88;
background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
background-color: #265a88;
border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #265a88;
background-image: none;
}
.btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
background-color: #419641;
border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #419641;
background-image: none;
}
.btn-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
background-color: #2aabd2;
border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #2aabd2;
background-image: none;
}
.btn-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
background-color: #eb9316;
border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #eb9316;
background-image: none;
}
.btn-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
background-color: #c12e2a;
border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #c12e2a;
background-image: none;
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #2e6da4;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
@media (max-width: 767px) {
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
background-repeat: repeat-x;
border-color: #b2dba1;
}
.alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
background-repeat: repeat-x;
border-color: #9acfea;
}
.alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
background-repeat: repeat-x;
border-color: #f5e79e;
}
.alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
background-repeat: repeat-x;
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #286090;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
background-repeat: repeat-x;
border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
text-shadow: none;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
.panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
background-repeat: repeat-x;
}
.panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
background-repeat: repeat-x;
}
.well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
#eventForm {
margin-left: 200px;
}
/*# sourceMappingURL=bootstrap-theme.css.map */
|
jfinal-authority/src/main/webapp/static/代码/Part II/Listing 07-08.html | longjl/JFinal_Authority | <!DOCTYPE html>
<html>
<head>
<title>Example</title>
<script src="jquery-1.7.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="styles.css"/>
<script type="text/javascript">
$(document).ready(function() {
var orchidElems = $("<div class='dcell'/>")
.append("<img src='orchid.png'/>")
.append("<label for='orchid'>Orchid:</label>")
.append("<input name='orchid' value='0' required />");
var newElems = $("<div class='dcell'/>")
.append("<img src='lily.png'/>")
.append("<label for='lily'>Lily:</label>")
.append("<input name='lily' value='0' required />").add(orchidElems);
newElems.css("border", "thick solid red");
$('#row1').append(newElems);
$('#row2').prepend(newElems.clone());
});
</script>
</head>
<body>
<h1>Jacqui's Flower Shop</h1>
<form method="post">
<div id="oblock">
<div class="dtable">
<div id="row1" class="drow">
<div class="dcell">
<img src="astor.png"/><label for="astor">Astor:</label>
<input name="astor" value="0" required>
</div>
<div class="dcell">
<img src="daffodil.png"/><label for="daffodil">Daffodil:</label>
<input name="daffodil" value="0" required >
</div>
<div class="dcell">
<img src="rose.png"/><label for="rose">Rose:</label>
<input name="rose" value="0" required>
</div>
</div>
<div id="row2"class="drow">
<div class="dcell">
<img src="peony.png"/><label for="peony">Peony:</label>
<input name="peony" value="0" required>
</div>
<div class="dcell">
<img src="primula.png"/><label for="primula">Primula:</label>
<input name="primula" value="0" required>
</div>
<div class="dcell">
<img src="snowdrop.png"/><label for="snowdrop">Snowdrop:</label>
<input name="snowdrop" value="0" required>
</div>
</div>
</div>
</div>
<div id="buttonDiv"><button type="submit">Place Order</button></div>
</form>
</body>
</html>
|
calculation-engine/engine-tests/engine-it-graph/src/test/resources/standard_data_js_files/graph_Isblank_Fx_D3.html | DataArt/CalculationEngine | <!DOCTYPE html>
<html>
<head>
<title>Calculation Graph</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.7.0/vis.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.7.0/vis.min.css">
<script src="data_Isblank_Fx_D3.js"></script>
</head>
<body>
<div id="graph"></div>
<script type="text/javascript">
// create a network
var container = document.getElementById('graph');
var data = {
nodes: nodes,
edges: edges
};
var options = {
height: '900px',
nodes: {
shape: 'box'
},
edges: {
arrows: {to: {scaleFactor: 1}},
smooth: {
enabled: true,
type: 'curvedCW',
roundness: 0.1
}
},
layout: {
hierarchical: {
enabled: false,
direction: 'LR',
sortMethod: 'directed'
}
},
physics: {
enabled: true,
solver: 'forceAtlas2Based'
},
interaction: {dragNodes: true}
};
var network = new vis.Network(container, data, options);
network.on("stabilizationIterationsDone", function (params) {
this.setOptions({physics:{enabled: false}});
});
</script>
</body>
</html>
|
index.html | laoo-niu/demo | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Author" content="">
<meta name="Keywords" content="南无 南无农产">
<meta name="Description" content="搭建社区与农村的平台, 提高偏远山区爆光率">
<title>南无 - 起始页</title>
<script src="scripts/jquery.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="style-loading.css">
</head>
<body>
<div class="htmleaf-container">
<header class="htmleaf-header">
<h1>正在努力加载!!!</h1>
</header>
<div class="htmleaf-content">
<div class="progress">
<b class="progress__bar">
<!--<span class="progress__text">
Progress: <em>0%</em>
</span>-->
</b>
</div>
</div>
</div>
<script type="text/javascript">
var $progress = $('.progress'), $bar = $('.progress__bar'), $text = $('.progress__text'), percent = 0, update, resetColors, speed = 20, orange = 30, yellow = 55, green = 85, timer;
resetColors = function () {
$bar.removeClass('progress__bar--green').removeClass('progress__bar--yellow').removeClass('progress__bar--orange').removeClass('progress__bar--blue');
$progress.removeClass('progress--complete');
};
update = function () {
window.clearTimeout(timer);
timer = setTimeout(function () {
percent += Math.random() * 1.8;
percent = parseFloat(percent.toFixed(1));
//$text.find('em').text(percent + '%');
if (percent >= 100) {
percent = 100;
$bar.css({ width: percent + '%' });
$progress.addClass('progress--complete');
$bar.addClass('progress__bar--blue');
//$text.find('em').text('Complete');
window.location.href = 'index.shtml';
} else {
if (percent >= green) {
$bar.addClass('progress__bar--green');
} else if (percent >= yellow) {
$bar.addClass('progress__bar--yellow');
} else if (percent >= orange) {
$bar.addClass('progress__bar--orange');
}
speed = Math.floor(Math.random() * 20);
update();
console.log('speed');
}
$bar.css({ width: percent + '%' });
}, speed);
};
$progress.addClass('progress--active');
update();
</script>
</body>
</html>
|
sinapsys/admin/css/compiled/theme_styles.css | inEdgar/In | html, body {
font-family: "Open Sans", sans-serif;
-webkit-font-smoothing: antialiased;
}
@media (max-width: 419px) {
html, body {
font-size: 12px;
}
}
body {
color: #212121;
background: url("../../img/whitey.jpg") repeat scroll 0 0 #fff;
background-size: 220px 220px;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans", sans-serif;
font-weight: 300;
}
h1 {
clear: both;
color: #03a9f4;
margin: 0 0 20px 0;
padding-left: 14px;
font-size: 2em;
}
h2 {
clear: both;
font-size: 1.8em;
margin-bottom: 10px;
padding: 10px 0 10px 30px;
}
h3 {
border-bottom: 2px solid #b0bec5;
padding-left: 5px;
margin-bottom: 15px;
margin-top: 30px;
font-size: 1.4em;
}
h3 > span {
border-bottom: 2px solid #b0bec5;
display: inline-block;
padding: 0 5px 5px;
}
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 0.875em;
}
a {
color: #03a9f4;
outline: none !important;
}
a:hover, a:focus {
color: #03a9f4;
}
.container {
padding-left: 8px;
padding-right: 8px;
}
@media (max-width: 767px) {
.container {
padding-left: 5px;
padding-right: 5px;
}
}
.row {
margin-left: -8px;
margin-right: -8px;
}
@media (max-width: 767px) {
.row {
margin-left: -5px;
margin-right: -5px;
}
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
padding-left: 8px;
padding-right: 8px;
}
@media (max-width: 767px) {
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
padding-left: 5px;
padding-right: 5px;
}
}
/* new xxs layout for extra small devices */
@media (max-width: 419px) {
h1 {
padding-left: 5px;
font-size: 1.8em;
}
h2 {
font-size: 1.5em;
}
.hidden-xxs {
display: none !important;
}
tr.hidden-xxs {
display: table-row !important;
}
th.hidden-xxs,
td.hidden-xxs {
display: table-cell !important;
}
.visible-xxs {
display: block !important;
}
tr.visible-xxs {
display: none !important;
}
th.visible-xxs,
td.visible-xxs {
display: none !important;
}
.breadcrumb {
padding-left: 6px;
}
}
#theme-wrapper {
box-shadow: 0 0 53px 0 rgba(0, 0, 0, 0.55);
max-width: 1920px;
}
#page-wrapper {
background-color: #2c3e50;
}
.container {
margin: 0;
max-width: 1920px;
width: 100%;
}
#content-wrapper {
background: #e7ebee;
height: 100%;
margin-top: 0;
margin-bottom: 0;
position: relative;
min-height: 1200px;
padding: 15px 15px 35px 15px;
margin-left: 220px;
}
@media (max-width: 991px) {
#content-wrapper {
margin-left: 0;
border-left: 0 !important;
border-right: 0 !important;
}
}
@media (max-width: 767px) {
#content-wrapper {
padding: 10px 8px 0 8px;
}
}
@media (max-width: 419px) {
#content-wrapper {
padding: 5px 5px 0 5px;
}
}
#content-wrapper > .row {
opacity: 1;
/*transition: opacity 0.8s ease-in-out 0s;*/
}
#content-header {
background: #f3f5f6;
margin: -15px -15px 20px -15px;
padding: 15px;
border-bottom: 1px solid #dee4e8;
}
@media (max-width: 767px) {
#content-header {
margin: -15px -5px 20px -5px;
}
}
#content-header h1 {
margin-bottom: 0;
font-size: 1.8em;
}
.main-box {
background: #FFFFFF;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
margin-bottom: 16px;
/* overflow: hidden; */
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
@media (max-width: 767px) {
.main-box {
margin-bottom: 10px;
}
}
.main-box h2 {
font-size: 1.3em;
line-height: 29px;
margin: 0;
padding: 0;
}
@media (max-width: 419px) {
.main-box h2 {
margin-bottom: 5px;
}
}
.main-box.no-header {
padding-top: 20px;
}
.main-box .main-box-header {
min-height: 50px;
padding: 10px 20px;
}
.main-box .main-box-header.with-border {
border-bottom: 1px solid #ecf0f1;
}
.main-box .main-box-body {
padding: 0 20px 20px 20px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
padding-left: 8px;
}
.navbar-toggle {
border: medium none;
font-size: 1.4em;
height: 50px;
margin: 0;
text-shadow: none;
width: 50px;
z-index: 100;
border-radius: 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.navbar-toggle .icon-bar {
background: none repeat scroll 0 0 white;
}
.nav > li {
float: left;
}
.navbar-nav {
margin: 0 0 0 10px;
}
.navbar-nav > li > a {
padding-bottom: 15px;
padding-top: 15px;
line-height: 24px;
}
.navbar-nav > li > .dropdown-menu {
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
min-width: 223px;
}
.dropdown-menu > li > a {
color: #707070;
font-size: 0.875em;
line-height: 1.7;
padding-left: 35px;
transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
background-color: #f6f6f6;
color: #707070;
}
.dropdown-menu > li > a > i {
position: absolute;
margin-left: -18px;
margin-top: 4px;
}
.nav-pills > li {
float: none;
}
.nav-pills > li > a {
border-radius: 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.navbar > .container .navbar-brand {
background: #34495e;
color: #fff;
font-family: 'Titillium Web',Geneva,sans-serif;
font-weight: 700;
width: 220px;
margin-left: -8px;
padding: 10px 15px;
}
@media (max-width: 991px) {
.navbar > .container .navbar-brand {
background: transparent;
color: #262626;
}
}
@media (max-width: 767px) {
.navbar > .container .navbar-brand {
padding-top: 12px;
padding-top: 12.5px;
}
}
@media (max-width: 767px) {
#logo {
width: 150px;
padding-left: 0;
font-size: 1em;
margin-left: 6px;
}
}
@media (max-width: 400px) {
#logo {
width: auto;
margin-left: 15px;
}
}
@media (max-width: 767px) {
#logo img {
height: 19px;
}
}
@media (max-width: 400px) {
#logo span {
display: none;
}
}
#logo.navbar-brand > img {
margin: 0 auto;
padding-right: 4px;
height: 30px;
}
@media (max-width: 767px) {
#logo.navbar-brand > img {
height: 25px;
}
}
@media (min-width: 992px) {
#logo.navbar-brand > img.normal-logo.logo-white {
display: block;
}
}
@media (max-width: 991px) {
#logo.navbar-brand > img.normal-logo.logo-white {
display: none;
}
}
@media (min-width: 992px) {
#logo.navbar-brand > img.normal-logo.logo-black {
display: none;
}
}
@media (max-width: 991px) {
#logo.navbar-brand > img.normal-logo.logo-black {
display: block;
}
}
#header-navbar {
background: #fff;
border: 0 none;
border-radius: 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
margin: 0;
min-height: 50px;
color: #262626;
box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.1);
position: relative;
z-index: 99;
}
#header-navbar .navbar-form .form-group {
position: relative;
}
#header-navbar .navbar-form .form-control {
background: #131313;
color: #707070;
height: 30px;
line-height: 30px;
margin-top: 2px;
font-size: 0.75em;
}
#header-navbar .navbar-form .nav-search-icon {
position: absolute;
color: #707070;
right: 6px;
top: 8px;
}
#header-navbar .nav > li > a {
height: 50px;
}
#header-navbar .nav > li > a > span.count {
background: none repeat scroll 0 0 #e84e40;
border-radius: 50%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
color: #fff;
display: block;
font-size: 9px;
height: 14px;
line-height: 14px;
position: absolute;
right: 10px;
text-align: center;
top: 11px;
width: 14px;
}
#header-navbar .profile-dropdown > a {
padding-top: 8px;
padding-bottom: 7px;
line-height: 35px;
}
#header-navbar .profile-dropdown > a > img {
border-radius: 50%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
float: left;
height: 35px;
margin-right: 5px;
width: 35px;
border: 2px solid #fff;
}
#header-navbar .profile-dropdown > a > span {
float: left;
display: block;
margin-right: 3px;
font-size: em;
}
#header-nav .form-control {
border-radius: 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
border: 0;
}
#header-navbar .navbar-left .navbar-nav {
margin-left: 0;
}
#header-navbar .nav > li > a {
font-size: 0.875em;
padding-left: 18px;
padding-right: 18px;
color: #484848;
border: none;
border-radius: 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
cursor: pointer;
}
#header-navbar .nav > li > a > i,
#sidebar-nav .nav > li > a > i {
font-size: 1.125em;
}
#sidebar-nav .nav > li > a:focus,
#sidebar-nav .nav .open > a,
#sidebar-nav .nav .open > a:focus {
background: inherit;
}
#sidebar-nav .nav > li > a:hover,
#sidebar-nav .nav .open > a:hover {
background: #253443;
color: #fff;
outline: none;
}
#header-navbar .nav > li > a:hover,
#header-navbar .nav > li > a:focus,
#header-navbar .nav .open > a,
#header-navbar .nav .open > a:hover,
#header-navbar .nav .open > a:focus,
.navbar-toggle:hover,
.navbar-toggle:focus,
.mobile-search.active > .btn {
background: #03a9f4;
color: #fff;
}
#header-navbar .nav > li > a:hover,
#header-navbar .nav > li > a:focus,
#header-navbar .nav .open > a,
#header-navbar .nav .open > a:hover,
#header-navbar .nav .open > a:focus {
background-color: #03a9f4;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
#sidebar-nav .nav-pills > li.active > a,
#sidebar-nav .nav-pills > li.active > a:hover,
#sidebar-nav .nav-pills > li.active > a:focus,
.nav-pills > li.open > a,
.nav-pills > li.open > a:hover,
.nav-pills > li.open > a:focus,
#sidebar-nav .nav-pills > li.open > a,
#sidebar-nav .nav-pills > li.open > a:hover,
#sidebar-nav .nav-pills > li.open > a:focus,
.nav-small #nav-col #sidebar-nav .nav-pills > li.open > a {
background-color: #253443;
color: #fff;
border-left-color: #03a9f4;
}
#header-navbar .nav > li .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}
#header-navbar .nav a:hover .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}
.drowdown-search {
background: #FFFFFF;
display: block;
left: 168px;
padding: 4px 0;
position: absolute;
top: 0;
transition: left 0.25s ease-out 0s, right 0.25s ease-out 0s;
width: 0;
z-index: 1;
overflow: hidden;
}
@media (max-width: 991px) {
.drowdown-search {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
display: block;
left: 0;
padding: 10px 0;
top: 50px;
width: 100%;
display: none;
transition: none;
}
}
.drowdown-search form .form-group {
position: relative;
margin: 0 15px;
}
.drowdown-search form .form-control {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: none !important;
color: #212121;
font-size: 1em;
font-weight: 400;
height: 42px;
line-height: 42px;
padding-left: 5px;
padding-right: 26px;
}
@media (max-width: 991px) {
.drowdown-search form .form-control {
font-size: 1.6em;
font-weight: 600;
}
}
.drowdown-search form .nav-search-icon {
color: #212121;
font-size: 1.2em;
position: absolute;
right: 5px;
top: 13px;
cursor: pointer;
}
@media (max-width: 991px) {
.drowdown-search form .nav-search-icon {
font-size: 1.8em;
right: 15px;
top: 8px;
}
}
.drowdown-search form .form-control::-webkit-input-placeholder {
/* WebKit browsers */
color: #212121;
}
.drowdown-search form .form-control:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #212121;
}
.drowdown-search form .form-control::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #212121;
}
.drowdown-search form .form-control:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #212121;
}
.mobile-search {
overflow: hidden;
}
@media (max-width: 991px) {
.mobile-search {
position: inherit !important;
overflow: visible;
}
}
.mobile-search > a.btn {
float: right;
}
.mobile-search.active {
width: 220px;
}
@media (max-width: 991px) {
.mobile-search.active {
width: auto;
}
}
.mobile-search.active .drowdown-search {
width: 220px;
left: 0;
}
@media (max-width: 991px) {
.mobile-search.active .drowdown-search {
display: block;
width: 100%;
left: 0;
}
}
.navbar-nav > li > .dropdown-menu.notifications-list {
min-width: 310px;
padding-bottom: 0;
padding-top: 0;
color: #707070;
}
.notifications-list .item-header {
font-size: 0.875em;
font-weight: bold;
line-height: 40px;
text-align: center;
}
.notifications-list .item {
border-top: 1px solid #f6f6f6;
line-height: 1.4;
padding-bottom: 0;
padding-top: 0;
clear: both;
}
.notifications-list .item > a > i {
color: #e84e40;
}
.notifications-list .item a {
clear: both;
white-space: normal;
padding-bottom: 8px;
padding-top: 8px;
}
.notifications-list .item a .time {
color: #03a9f4;
margin-left: 10px;
position: absolute;
right: 13px;
white-space: normal !important;
}
.notifications-list .item a .time i {
margin-right: 3px;
}
.notifications-list .item-footer {
background: #03a9f4;
padding-bottom: 0;
padding-top: 0;
border-radius: 0 0 3px 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.notifications-list .item-footer a {
padding: 8px 20px;
text-align: center;
transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
color: #fff;
}
.notifications-list .item-footer a:hover, .notifications-list .item-footer a:focus {
background-color: #0288d1;
color: #fff;
}
.notifications-list .pointer {
height: 12px;
margin: 0;
padding: 0;
position: absolute;
right: 21px;
top: -12px;
width: 12px;
display: none !important;
}
.notifications-list .pointer .pointer-inner {
position: relative;
}
.notifications-list .pointer .arrow {
border-color: transparent transparent #FFFFFF;
border-style: solid;
border-width: 6px;
cursor: pointer;
left: auto;
position: absolute;
right: 0;
top: 0;
z-index: 1002;
}
.notifications-list .pointer .arrow-border {
border-color: transparent transparent rgba(0, 0, 0, 0.15);
border-style: solid;
border-width: 7px;
cursor: pointer;
left: -1px;
position: absolute;
top: -2px;
z-index: 1001;
}
.messages-list .item.first-item {
border-top: 0 !important;
}
.messages-list .item > a {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 25px;
transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}
.messages-list .item > a > img {
position: absolute;
margin-top: 10px;
}
.messages-list .item > a > .content {
display: block;
padding-left: 50px;
padding-top: 5px;
}
.messages-list .item > a > .content .content-headline {
color: #605F5F;
display: block;
font-weight: 600;
}
.messages-list .item > a > .content .content-text {
display: block;
line-height: 1.4;
}
@media (max-width: 400px) {
#header-navbar .container {
padding: 0;
}
}
@media (max-width: 400px) {
.profile-dropdown .dropdown-toggle {
padding-left: 5px !important;
padding-right: 5px !important;
}
}
@media (max-width: 400px) {
#header-nav .nav {
margin-left: 0;
}
}
#col-left {
position: relative;
color: #003940;
height: 100%;
}
#col-left a {
color: #e1e1e1;
}
#col-left a:hover,
#col-left .nav-active a.nav-link,
#col-left a.active {
color: #fff;
}
#col-left * {
outline: none;
}
#nav-col {
padding: 0;
z-index: 100;
position: absolute;
background: #2c3e50;
width: 220px;
}
@media (max-width: 991px) {
#nav-col {
position: relative;
width: auto;
}
}
#sidebar-nav {
max-height: 100%;
padding-left: 0;
padding-right: 0;
}
#sidebar-nav .nav > li {
margin: 0;
/* font-size: 0.875em;
font-weight: 600; */
}
#sidebar-nav .nav > li.nav-header {
color: #8aa4be;
font-size: 0.8em;
padding: 12px 15px 6px 14px;
border-top: 2px solid #253443;
}
#sidebar-nav .nav > li.nav-header.nav-header-first {
padding-top: 4px;
border-top: 0;
}
#sidebar-nav .nav > li > a {
color: #fff;
height: 44px;
line-height: 28px;
transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
overflow: hidden;
padding: 8px 15px 8px 20px;
border-left: 0 solid transparent;
}
#sidebar-nav .nav > li > a:hover {
border-left-color: #03a9f4;
}
#sidebar-nav .nav > li > a > i {
position: absolute;
margin-top: 6px;
}
#sidebar-nav .nav > li > a > span {
margin-left: 35px;
font-size: 0.875em;
font-weight: 700;
}
#sidebar-nav .nav > li > a > span.label {
font-size: 0.75em;
margin: 5px 0 0 0;
padding: 4px 0.6em;
}
#sidebar-nav .nav > li > a > span.label.label-circle {
margin-right: 5px;
}
#sidebar-nav .nav > li.open > a {
border-bottom-color: #252525;
outline: none;
text-decoration: none;
}
#sidebar-nav .nav > li.active > .submenu > li.active > .submenu {
display: block;
}
#sidebar-nav .nav li a.dropdown-toggle > .drop-icon {
color: #868b98;
font-size: 12px;
margin-top: -6px;
position: absolute;
right: 25px;
top: 50%;
transition: transform 0.2s ease-in-out 0.1s;
}
#sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon, #sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon {
color: #fff;
transform: rotate(90deg);
}
#sidebar-nav .nav li .submenu {
display: none;
background: #253443;
padding: 5px 0;
margin: 0;
list-style: none;
}
#sidebar-nav .nav li .submenu > li {
position: relative;
}
#sidebar-nav .nav li .submenu > li > a {
display: block;
font-size: 0.875em;
line-height: 38px;
padding-left: 66px;
color: #fff;
outline: none;
text-decoration: none;
transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
}
#sidebar-nav .nav li .submenu > li:first-of-type > a {
border-top: 0;
}
#sidebar-nav .nav li .submenu > li > a:hover,
#sidebar-nav .nav li .submenu > li > a.active, #sidebar-nav .nav li .submenu > li.active > a, #sidebar-nav .nav li .submenu > li.open > a {
text-decoration: none;
color: #fff;
background-color: #1f2c39;
/* box-shadow: 0 -1px 0 0 #8bf2e6 inset; */
}
#sidebar-nav .nav li.active > .submenu {
display: block;
}
#sidebar-nav .nav > .open .submenu .submenu,
#sidebar-nav .nav > .active .submenu .submenu {
display: none;
}
#sidebar-nav .nav > .open .submenu > .open > a,
#sidebar-nav .nav > .open .submenu > .active > a,
#sidebar-nav .nav > .active .submenu > .open > a,
#sidebar-nav .nav > .active .submenu > .active > a {
background: inherit;
border-bottom-color: #1f2c39;
box-shadow: 0 -1px 0 #1f2c39 inset;
}
#sidebar-nav .nav > .open .submenu > li a,
#sidebar-nav .nav > .active .submenu > li a {
position: relative;
}
#sidebar-nav .nav > .open .submenu > li > a.dropdown-toggle > .drop-icon,
#sidebar-nav .nav > .active .submenu > li > a.dropdown-toggle > .drop-icon {
font-size: 10px;
margin-top: -5px;
}
#sidebar-nav .nav > .open .submenu > li > .submenu,
#sidebar-nav .nav > .active .submenu > li > .submenu {
background-color: #1f2c39;
}
#sidebar-nav .nav > .open .submenu > li > .submenu > li a:hover,
#sidebar-nav .nav > .open .submenu > li > .submenu > li a.active,
#sidebar-nav .nav > .active .submenu > li > .submenu > li a:hover,
#sidebar-nav .nav > .active .submenu > li > .submenu > li a.active {
/* background-color: #232323; */
color: #03a9f4;
}
#sidebar-nav .nav > .open .submenu > li > .submenu a,
#sidebar-nav .nav > .active .submenu > li > .submenu a {
border-bottom: 0 none;
border-top: 0 none;
padding-left: 85px;
}
#sidebar-nav .nav > .open .submenu > li > .submenu a:before,
#sidebar-nav .nav > .active .submenu > li > .submenu a:before {
content: "\f111";
display: inline;
font-family: FontAwesome;
font-size: 4px;
font-style: normal;
font-weight: normal;
margin-left: -10px;
margin-top: 1px;
position: absolute;
}
.navbar-nav .open .dropdown-menu {
background-color: #FFFFFF;
border: none;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
position: absolute;
}
#user-left-box {
padding: 20px 15px 20px 25px;
}
#user-left-box img {
border-radius: 18%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
border: 3px solid #fff;
float: left;
width: 70px;
}
#user-left-box .user-box {
color: #fff;
float: left;
padding-left: 15px;
padding-top: 18px;
}
#user-left-box .user-box > .name {
display: block;
font-size: 1em;
font-weight: 600;
line-height: 1.2;
}
#user-left-box .user-box > .name > a {
color: #fff;
}
#user-left-box .user-box > .name > a:hover, #user-left-box .user-box > .name > a:focus {
color: #E1E1E1;
text-decoration: none;
}
#user-left-box .user-box > .status {
display: block;
font-size: 0.75em;
padding-top: 3px;
}
#user-left-box .user-box > .status > i {
color: #8bc34a;
margin-right: 4px;
}
#user-left-box.dropdown .dropdown-menu {
top: 55px;
left: 30px;
}
#user-left-box.dropdown .dropdown-menu a {
color: #707070;
font-size: 0.875em;
}
#user-left-box.dropdown .dropdown-menu a:hover {
background-color: #f6f6f6;
color: #707070;
}
@media (min-width: 992px) {
.nav-small #nav-col {
width: 64px;
}
.nav-small #content-wrapper {
margin-left: 64px;
}
.nav-small #nav-col #user-left-box {
display: none;
}
.nav-small #nav-col #sidebar-nav .nav > li > a {
padding-left: 15px !important;
padding-right: 15px;
text-align: center;
}
.nav-small #nav-col #sidebar-nav .nav > li > a > i {
position: relative;
font-size: 1.25em;
}
.nav-small #nav-col #sidebar-nav .nav > li > a > span {
display: none;
}
.nav-small #nav-col #sidebar-nav .nav > li.nav-header {
display: none;
}
.nav-small #nav-col #sidebar-nav .nav li > a.dropdown-toggle > .drop-icon {
display: none;
}
.nav-small #nav-col #sidebar-nav .nav .submenu > li > a.dropdown-toggle > .drop-icon {
display: block;
}
.nav-small #nav-col #sidebar-nav .nav li .submenu {
left: 64px;
position: absolute;
top: 0;
width: 210px;
}
.nav-small #nav-col #sidebar-nav .nav li .submenu > li > a {
padding-left: 28px;
}
.nav-small #nav-col #sidebar-nav .nav > .open > .submenu > li > .submenu,
.nav-small #nav-col #sidebar-nav .nav > .active > .submenu > li > .submenu {
left: auto;
position: relative;
top: auto;
width: 100%;
}
.nav-small #nav-col #sidebar-nav .nav > .open > .submenu > li > .submenu a,
.nav-small #nav-col #sidebar-nav .nav > .active > .submenu > li > .submenu a {
padding-left: 48px;
}
.nav-small #sidebar-nav .nav li.active > .submenu {
display: none;
}
.nav-small #nav-col-submenu a.dropdown-toggle > .drop-icon {
color: #868b98;
font-size: 12px;
margin-top: -6px;
position: absolute;
right: 25px;
top: 50%;
transition: transform 0.2s ease-in-out 0.1s;
}
.nav-small #nav-col-submenu.open > a.dropdown-toggle > .drop-icon, .nav-small #nav-col-submenu.active > a.dropdown-toggle > .drop-icon {
color: #fff;
transform: rotate(90deg);
}
.nav-small #nav-col-submenu .submenu {
display: none;
background: #253443;
padding: 5px 0;
margin: 0;
list-style: none;
}
.nav-small #nav-col-submenu .submenu > li {
position: relative;
}
.nav-small #nav-col-submenu .submenu > li > a {
display: block;
font-size: 0.875em;
line-height: 38px;
padding-left: 66px;
color: #fff;
outline: none;
text-decoration: none;
transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
}
.nav-small #nav-col-submenu .submenu > li:first-of-type > a {
border-top: 0;
}
.nav-small #nav-col-submenu .submenu > li > a:hover,
.nav-small #nav-col-submenu .submenu > li > a.active, .nav-small #nav-col-submenu .submenu > li.active > a, .nav-small #nav-col-submenu .submenu > li.open > a {
text-decoration: none;
color: #fff;
background-color: #1f2c39;
/* box-shadow: 0 -1px 0 0 #8bf2e6 inset; */
}
.nav-small #nav-col-submenu .submenu .submenu {
display: none;
}
.nav-small #nav-col-submenu .submenu > .open > a,
.nav-small #nav-col-submenu .submenu > .active > a {
background: inherit;
border-bottom-color: #1f2c39;
box-shadow: 0 -1px 0 #1f2c39 inset;
}
.nav-small #nav-col-submenu .submenu > li a {
position: relative;
}
.nav-small #nav-col-submenu .submenu > li > a.dropdown-toggle > .drop-icon {
font-size: 10px;
margin-top: -5px;
}
.nav-small #nav-col-submenu .submenu > li > .submenu {
background-color: #1f2c39;
}
.nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,
.nav-small #nav-col-submenu .submenu > li > .submenu > li a.active {
/* background-color: #232323; */
color: #03a9f4;
}
.nav-small #nav-col-submenu .submenu > li > .submenu a {
border-bottom: 0 none;
border-top: 0 none;
padding-left: 85px;
}
.nav-small #nav-col-submenu .submenu > li > .submenu a:before {
content: "\f111";
display: inline;
font-family: FontAwesome;
font-size: 4px;
font-style: normal;
font-weight: normal;
margin-left: -10px;
margin-top: 1px;
position: absolute;
}
.nav-small #nav-col-submenu .submenu {
position: absolute;
top: 60px;
left: 64px;
width: 210px;
}
.nav-small #nav-col-submenu .submenu > li > a {
padding-left: 28px;
}
.nav-small #nav-col-submenu .submenu > li > a.dropdown-toggle > .drop-icon {
display: block;
}
.nav-small #nav-col-submenu > .submenu {
display: block !important;
}
.nav-small #nav-col-submenu .submenu > li > .submenu,
.nav-small #nav-col-submenu .submenu > li > .submenu {
left: auto;
position: relative;
top: auto;
width: 100%;
}
.nav-small #nav-col-submenu .submenu > li > .submenu a,
.nav-small #nav-col-submenu .submenu > li > .submenu a {
padding-left: 48px;
}
}
@media (max-width: 991px) {
.navbar-toggle {
display: block;
}
#sidebar-nav.navbar-collapse {
max-height: 336px;
}
}
#footer-bar {
background: #fff;
border-top: 1px solid #e7ebee;
bottom: 0;
font-size: 0.8em;
height: 37px;
line-height: 36px;
margin-left: -15px;
margin-right: -15px;
position: absolute;
width: 100%;
}
@media (max-width: 767px) {
#footer-bar {
margin-left: -8px;
margin-right: -8px;
}
}
@media (max-width: 419px) {
#footer-bar {
margin-left: -5px;
margin-right: -5px;
}
}
#footer-copyright {
text-align: center;
margin: 0;
}
/* FIXED ELEMENTS */
.fixed-header #header-navbar {
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 999;
}
.fixed-header #page-wrapper {
padding-top: 50px;
}
.fixed-footer #footer-bar {
bottom: 0;
left: 0;
margin: 0;
position: fixed;
right: 0;
width: 100%;
z-index: 999;
}
.fixed-footer #content-wrapper {
padding-bottom: 36px;
}
@media (min-width: 992px) {
.fixed-leftmenu #nav-col {
position: fixed;
height: 100%;
}
.fixed-leftmenu.fixed-footer #nav-col {
padding-bottom: 36px;
}
.fixed-leftmenu.fixed-header #nav-col {
padding-bottom: 50px;
}
.fixed-leftmenu.fixed-header.fixed-footer #nav-col {
padding-bottom: 86px;
}
}
@media (max-width: 991px) {
.fixed-header #nav-col {
position: fixed;
width: 100%;
}
}
.boxed-layout #theme-wrapper {
max-width: 1200px;
margin: 0 auto;
position: relative;
}
.boxed-layout #page-wrapper {
background-color: #2c3e50;
}
.boxed-layout.fixed-header #header-navbar, .boxed-layout.fixed-footer #footer-bar {
max-width: 1200px;
margin: 0 auto;
}
@media (max-width: 1200px) {
.boxed-layout #theme-wrapper,
.boxed-layout.fixed-header #header-navbar,
.boxed-layout.fixed-footer #footer-bar {
max-width: 1140px;
}
}
@media (max-width: 1199px) {
.boxed-layout #theme-wrapper,
.boxed-layout.fixed-header #header-navbar,
.boxed-layout.fixed-footer #footer-bar {
max-width: 1024px;
}
}
/* BACKGROUNDS */
.emerald-bg {
background-color: #03a9f4 !important;
}
.red-bg {
background-color: #e84e40 !important;
}
.yellow-bg {
background-color: #ffc107 !important;
}
.green-bg {
background-color: #8bc34a !important;
}
.purple-bg {
background-color: #9c27b0 !important;
}
.gray-bg {
background-color: #90a4ae !important;
}
.white-bg {
background-color: #ffffff !important;
}
/* COLORS */
.emerald {
color: #03a9f4 !important;
}
.red {
color: #e84e40 !important;
}
.yellow {
color: #ffc107 !important;
}
.green {
color: #8bc34a !important;
}
.purple {
color: #9c27b0 !important;
}
.gray {
color: #90a4ae !important;
}
/* STATUS AND TEXT COLORS */
.status-green {
color: #005826;
}
.status-red {
color: #9e0b0f;
}
.txt-white {
color: #fff !important;
}
.txt-white-hover:hover {
color: #fff !important;
}
/* MARGINS */
.mrg-b-xs {
margin-bottom: 3px;
}
.mrg-b-sm {
margin-bottom: 6px;
}
.mrg-b-md {
margin-bottom: 10px;
}
.mrg-b-lg {
margin-bottom: 20px;
}
.mrg-t-xs {
margin-top: 3px;
}
.mrg-t-sm {
margin-top: 6px;
}
.mrg-t-md {
margin-top: 10px;
}
.mrg-t-lg {
margin-top: 20px;
}
.mrg-r-xs {
margin-right: 3px;
}
.mrg-r-sm {
margin-right: 6px;
}
.mrg-r-md {
margin-right: 10px;
}
.mrg-r-lg {
margin-right: 20px;
}
.mrg-l-xs {
margin-left: 3px;
}
.mrg-l-sm {
margin-left: 6px;
}
.mrg-l-md {
margin-left: 10px;
}
.mrg-l-lg {
margin-left: 20px;
}
/* BUTTONS */
.btn {
border: none;
padding: 6px 12px;
border-bottom: 2px solid;
transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
outline: none;
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.btn-default,
.wizard-cancel,
.wizard-back {
background-color: #90a4ae;
border-color: #607d8b;
color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.wizard-cancel:hover,
.wizard-cancel:focus,
.wizard-cancel:active,
.wizard-cancel.active,
.wizard-back:hover,
.wizard-back:focus,
.wizard-back:active,
.wizard-back.active {
background-color: #949e9f;
border-color: #748182;
color: #fff;
}
.btn-default .caret {
border-top-color: #FFFFFF;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
background-color: #607d8b;
border-color: #5c6667;
}
.btn-info {
background-color: #01b9fe;
border-color: #0298d1;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-color: #0298d1;
border-color: #0178a5;
}
.btn-link {
border: none;
}
.btn-primary {
background-color: #03a9f4;
border-color: #2980b9;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-color: #2980b9;
border-color: #1c5c87;
}
.btn-success {
background-color: #8bc34a;
border-color: #689f38;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-color: #689f38;
}
.btn-danger {
background-color: #e84e40;
border-color: #dd191d;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-color: #dd191d;
}
.btn-warning {
background-color: #ffc107;
border-color: #ffa000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-color: #e0b50a;
border-color: #bd9804;
}
.btn-facebook {
background-color: #3b5998 !important;
border-color: #2f477b !important;
}
.btn-facebook:hover {
background-color: #2f477b !important;
border-color: #263963 !important;
}
.btn-twitter {
background-color: #00aced !important;
border-color: #0098d1 !important;
}
.btn-twitter:hover {
background-color: #0098d1 !important;
border-color: #0283b4 !important;
}
.icon-box {
margin-top: 5px;
}
.icon-box .btn {
border: 2px solid #e1e1e1;
margin-left: 3px;
margin-right: 0;
}
.icon-box .btn:hover {
background-color: #eee;
color: #03a9f4;
}
/* LABELS */
.label {
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
font-size: 0.875em;
font-weight: 600;
}
.label-default,
.fc-event.label-default {
background-color: #90a4ae;
}
.label-primary,
.fc-event.label-primary {
background-color: #03a9f4;
}
.label-success,
.fc-event.label-success {
background-color: #8bc34a;
}
.label-info,
.fc-event.label-info {
background-color: #9c27b0;
/*#2b9db6;*/
}
.label-warning,
.fc-event.label-warning {
background-color: #ffc107;
}
.label-danger,
.fc-event.label-danger {
background-color: #e84e40;
}
.label.label-large {
font-size: 1em;
padding: 0.4em 0.8em 0.5em;
}
.label.label-circle {
border-radius: 50%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
padding: 4px !important;
}
#calendar .fc-event,
.external-event {
border-left: 0 solid #2980b9;
border-radius: 2px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
font-weight: 700;
}
#calendar .fc-event.label-success,
.external-event.label-success {
border-left: 0 solid #689f38;
}
#calendar .fc-event.label-warning,
.external-event.label-warning {
border-left: 0 solid #ffa000;
}
#calendar .fc-event.label-danger,
.external-event.label-danger {
border-left: 0 solid #dd191d;
color: #fff;
}
#calendar .fc-event.label-info,
.external-event.label-info {
border-left: 0 solid #7b1fa2;
}
#calendar .fc-event.label-default,
.external-event.label-default {
border-left: 0 solid #607d8b;
}
@media only screen and (max-width: 440px) {
#calendar .fc-header-right,
#calendar .fc-button-today,
#calendar .fc-header-space {
display: none;
}
}
/* ALERTS */
.alert {
border-radius: 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
border-image: none;
border-style: none;
border-width: 0;
}
.alert-success {
border-color: #689f38;
color: #689f38;
}
.alert-warning {
border-color: #ffa000;
color: #ffa000;
}
.alert-danger {
border-color: #dd191d;
color: #dd191d;
}
.alert-info {
border-color: #2980b9;
color: #2980b9;
}
.alert-info .alert-link {
color: #2980b9;
}
/* PAGINATION */
.pagination {
margin: 5px 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a:active,
.pagination > li > span:active {
color: #03a9f4;
border-width: 2px;
margin-left: -2px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #03a9f4;
border-color: #03a9f4;
}
.pager li > a,
.pager li > span {
border-width: 2px;
}
/* ITEMS */
.list-group-item {
border-width: 2px;
margin-bottom: -2px;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
background-color: #03a9f4;
border-color: #03a9f4;
}
/* BADGES */
.badge.badge-danger {
background-color: #e84e40;
}
.badge.badge-success {
background-color: #8bc34a;
}
.badge.badge-warning {
background-color: #ffc107;
}
.badge.badge-primary {
background-color: #03a9f4;
}
.badge.badge-info {
background-color: #9c27b0;
}
/* TABS */
.nav-tabs {
background: #e7ebee;
border-color: transparent;
border-radius: 3px 3px 0 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.nav-tabs > li > a {
border-radius: 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
font-size: 1.125em;
font-weight: 300;
outline: none;
color: #555;
margin-right: 3px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
border-color: transparent;
border-radius: 3px 3px 0 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
color: #555;
border-bottom: 0;
background: rgba(219, 221, 223, 0.46);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
border-radius: 3px 3px 0 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
border-left: 0;
border-top: 2px solid #03a9f4;
border-right: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
border-color: #e7ebee;
}
.nav .caret {
border-bottom-color: #03a9f4;
border-top-color: #03a9f4;
}
.main-box .tabs-header {
min-height: 50px;
padding: 10px 20px;
}
.main-box .tab-content-body {
padding: 0 20px 20px 20px;
margin-bottom: 0;
}
.tabs-wrapper.tabs-no-header .tab-content {
padding: 0 20px 20px;
}
/* PANEL */
.panel-default > .panel-heading {
background-color: #03a9f4;
border-color: #03a9f4;
color: #FFFFFF;
border-radius: 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.panel-default > .panel-heading a:focus {
color: #fff;
}
.panel-group .panel {
border-radius: 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
border: 0 none;
}
.panel-collapse {
border: 2px solid #e1e1e1;
border-top: 0;
}
.accordion .panel-title > a {
display: block;
position: relative;
outline: none;
text-decoration: none;
color: #FFFFFF;
padding-right: 15px;
}
.accordion .panel-title > a:hover {
text-decoration: none;
color: #FFFFFF;
}
.accordion .panel-title > a:after {
content: "\f068";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
margin-top: -5px;
font-size: 0.75em;
position: absolute;
right: 0;
top: 50%;
}
.accordion .panel-title > a.accordion-toggle.collapsed:after {
content: "\f067";
}
.accordion .panel-title > a.accordion-toggle > i {
width: 24px;
text-align: center;
padding-right: 6px;
}
/* PROGRESS BAR */
.progress {
background-color: #eee;
border-radius: 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
height: 8px;
margin-bottom: 12px;
box-shadow: none;
}
.progress-bar {
background-color: #03a9f4;
box-shadow: none;
}
.progress-bar-success {
background-color: #8bc34a;
}
.progress-bar-info {
background-color: #9c27b0;
}
.progress-bar-warning {
background-color: #ffc107;
}
.progress-bar-danger {
background-color: #e84e40;
}
.progress.progress-2x {
height: 12px;
}
.progress.progress-3x {
height: 16px;
}
.progress.progress-4x {
height: 20px;
}
/* POPOVER */
.popover-content {
font-size: 0.875em;
}
/* MODAL */
.modal-header {
border-width: 2px;
}
.modal-content {
border-radius: 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.modal-footer {
border-width: 2px;
}
/* BLOCKQUOTE */
blockquote,
blockquote.pull-right {
border-color: #03a9f4;
padding: 10px 20px 10px 40px;
}
blockquote.pull-right {
padding-left: 20px;
padding-right: 40px;
}
blockquote p {
font-style: italic;
}
blockquote:before {
content: "\f10d";
color: #b0bec5;
display: inline;
font-family: FontAwesome;
font-size: 20px;
font-style: normal;
font-weight: normal;
height: auto;
line-height: normal;
margin-left: -28px;
margin-top: 0;
position: absolute;
width: auto;
}
blockquote.pull-right:before {
margin-left: 0;
right: 50px;
}
/* BREADCRUMBS */
.breadcrumb {
background: none;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
.breadcrumb > li {
text-transform: uppercase;
color: #616161;
margin-left: 8px;
font-size: 0.875em;
}
.breadcrumb > li span {
padding-left: 8px;
}
.breadcrumb > li a {
color: #616161;
}
.breadcrumb > li + li:before {
color: #616161;
font-family: FontAwesome;
content: "\f105";
}
.breadcrumb > .active {
font-weight: 600;
text-transform: none;
color: #616161;
}
.breadcrumb > li:first-child {
margin-left: 0;
}
/* DROPDOWN OPEN EFFECT */
.open > .dropdown-menu {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 1;
visibility: visible;
}
.dropdown-menu {
opacity: 0;
transform-origin: top;
animation-fill-mode: forwards;
transform: scale(1, 0);
transition: all 0.14s linear;
display: block;
visibility: hidden;
}
.datepicker.dropdown-menu,
.daterangepicker.dropdown-menu,
.bootstrap-timepicker-widget.dropdown-menu {
opacity: 1;
visibility: visible;
transform: none;
transition: none;
display: none;
}
.bootstrap-timepicker-widget.dropdown-menu {
display: none;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
display: block;
}
/* TABLES */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f8f8f8;
}
.table thead > tr > th {
border-bottom: 2px solid #e7ebee;
text-transform: uppercase;
font-size: 0.875em;
}
.table thead > tr > th > a span {
color: #212121;
}
.table tbody > tr > td {
font-size: 0.875em;
vertical-align: middle;
border-top: 1px solid #e7ebee;
padding: 12px 8px;
}
.table tbody > tr > td:first-child {
font-size: 1.125em;
font-weight: 300;
}
.table tbody > tr td .call-type {
display: block;
font-size: 0.75em;
text-align: center;
}
.table tbody > tr td .first-line {
line-height: 1.5;
font-weight: 400;
font-size: 1.125em;
}
.table tbody > tr td .first-line span {
font-size: 0.875em;
color: #969696;
font-weight: 300;
}
.table tbody > tr td .second-line {
font-size: 0.875em;
line-height: 1.2;
}
.table tbody > tr.table-line-fb > td {
background-color: #9daccb;
color: #262525;
}
.table tbody > tr.table-line-twitter > td {
background-color: #9fccff;
color: #262525;
}
.table tbody > tr.table-line-plus > td {
background-color: #eea59c;
color: #262525;
}
.table a.table-link {
margin: 0 5px;
font-size: 1.125em;
}
.table a.table-link:hover {
text-decoration: none;
color: #2980b9;
}
.table a.table-link.danger {
color: #e84e40;
}
.table a.table-link.danger:hover {
color: #dd191d;
}
.table.table-condensed tbody > tr > td {
padding: 8px 5px;
}
.dataTable thead th:hover {
color: #03a9f4;
}
.table thead > tr > th > a span:after,
.dataTable .sorting:after,
.dataTable .sorting_asc:after,
.dataTable .sorting_desc:after {
content: "\f0dc";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
margin-left: 5px;
font-size: 0.75em;
}
.table thead > tr > th > a:hover {
text-decoration: none;
}
.table thead > tr > th > a.asc span:after,
.dataTable .sorting_desc:after {
content: "\f0dd";
}
.table thead > tr > th > a.desc span:after,
.dataTable .sorting_asc:after {
content: "\f0de";
}
.table thead > tr > th > a:hover span {
text-decoration: none;
color: #03a9f4;
border-color: #03a9f4;
}
.table.table-hover tbody > tr > td {
transition: background-color 0.15s ease-in-out 0s;
}
.table-products tbody > tr > td {
background: none;
border: none;
border-bottom: 1px solid #ebebeb;
transition: background-color 0.15s ease-in-out 0s;
position: relative;
}
.table-products tbody > tr:hover > td {
text-decoration: none;
background-color: #f6f6f6;
}
.table-products .name {
display: block;
font-weight: 600;
padding-bottom: 7px;
}
.table-products .price {
display: block;
text-decoration: none;
width: 50%;
float: left;
font-size: 0.875em;
}
.table-products .price > i {
color: #8bc34a;
}
.table-products .warranty {
display: block;
text-decoration: none;
width: 50%;
float: left;
font-size: 0.875em;
}
.table-products .warranty > i {
color: #ffc107;
}
.table-stats .status-social-icon {
font-size: 1.9em;
vertical-align: bottom;
}
.table-stats .table-line-fb .status-social-icon {
color: #556484;
}
.table-stats .table-line-twitter .status-social-icon {
color: #5885b8;
}
.table-stats .table-line-plus .status-social-icon {
color: #a75d54;
}
.dataTables_length {
margin-top: 10px;
margin-bottom: 15px;
margin-right: 30px;
float: left;
}
@media (max-width: 767px) {
.dataTables_length {
display: none;
}
}
.dataTables_filter {
float: right;
margin-top: 10px;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.dataTables_filter {
display: none;
}
}
.dataTables_filter input {
margin-left: 10px;
}
@media (max-width: 767px) {
.DTTT {
display: none;
}
}
.DTTT.btn-group {
float: right;
margin-left: 10px;
margin-top: 10px;
}
.DTTT.btn-group a.btn {
height: 30px;
line-height: 16px;
}
/* USER LIST TABLE */
.user-list tbody td > img {
position: relative;
max-width: 50px;
float: left;
margin-right: 15px;
border-radius: 18%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.user-list tbody td .user-link {
display: block;
font-size: 1.25em;
padding-top: 3px;
margin-left: 60px;
}
.user-list tbody td .user-subhead {
font-size: 0.875em;
font-style: italic;
}
.map-stats {
padding-top: 20px;
}
.map-stats .table tbody > tr > td {
padding-top: 10px;
padding-bottom: 10px;
}
.map-stats .table tbody > tr > td:first-child {
font-size: 1em;
font-weight: 400;
}
.map-stats .table tbody > tr > td.status {
font-size: 1.2em;
font-weight: 600;
}
/* FORMS */
.form-group {
margin-bottom: 20px;
}
label {
font-weight: 400;
font-size: 0.875em;
}
.form-control {
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
border-color: #e7ebee;
border-width: 2px;
box-shadow: none;
font-size: 13px;
}
.form-control:focus {
border-color: rgba(52, 151, 219, 0.6);
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 152, 219, 0.6);
}
.form-inline-box {
background: none repeat scroll 0 0 #F6F6F6;
border: 2px solid #e7ebee;
padding: 7px;
}
.radio {
padding-left: 2px;
}
.radio label {
display: inline-block;
cursor: pointer;
position: relative;
padding-left: 30px;
padding-right: 10px;
padding-bottom: 5px;
}
input[type="radio"] {
line-height: normal;
box-sizing: border-box;
}
.radio input[type=radio],
.radio-inline input[type=radio] {
float: left;
margin-left: -20px;
}
.radio input[type=radio] {
display: none;
}
.radio label:before {
background: none repeat scroll 0 0 #ffffff;
border: 2px solid #e7ebee;
border-radius: 50%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
content: "";
display: inline-block;
height: 20px;
left: 0;
margin-right: 10px;
position: absolute;
width: 20px;
}
.radio label:after {
background-color: #03a9f4;
border: 1px solid #03a9f4;
border-radius: 50%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
content: "";
display: inline-block;
font-size: 13px;
height: 16px;
left: 2px;
position: absolute;
text-align: center;
top: 2px;
transform: scale(0);
width: 16px;
}
.radio input[type=radio]:checked + label:before,
.radio input[type=radio]:hover + label:before {
border-color: #03a9f4;
}
.radio input[type=radio]:checked + label:after {
line-height: 16px;
transform: scale(0.63);
transition: transform 0.1s 0s cubic-bezier(0.4, 0.02, 0.3, 1.2);
}
.has-success .form-control {
border-color: #8bc34a;
}
.has-success .help-block,
.has-success .control-label {
color: #689f38;
}
.has-success .form-control:focus {
border-color: #689f38;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #689f38;
}
.has-success .input-group-addon {
color: #8bc34a;
background-color: #dff0d8;
border-color: #8bc34a;
}
.has-warning .form-control {
border-color: #ffc107;
}
.has-warning .help-block,
.has-warning .control-label {
color: #ffa000;
}
.has-warning .form-control:focus {
border-color: #ffa000;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa000;
}
.has-warning .input-group-addon {
color: #ffc107;
background-color: #fcf8e3;
border-color: #ffc107;
}
.has-error .form-control {
border-color: #e84e40;
}
.has-error .help-block,
.has-error .control-label {
color: #dd191d;
}
.has-error .form-control:focus {
border-color: #dd191d;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dd191d;
}
.has-error .input-group-addon {
color: #e84e40;
background-color: #f2dede;
border-color: #e84e40;
}
.input-group > .form-control,
.input-group > .input-group-addon,
.input-group > .input-group-btn > .btn {
line-height: 1;
}
.input-group > .input-group-btn > .btn {
border: 0;
height: 34px;
}
.input-group-addon {
background: transparent;
border-color: #e7ebee;
border-width: 2px;
}
.dropdown-menu {
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.help-block {
font-size: 0.875em;
}
.checkbox-inline > input {
margin-top: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #03a9f4;
}
.bootstrap-timepicker-widget table td input {
border: 1px solid #ccc;
width: 30px !important;
height: 30px;
}
.form-group-select2 label {
display: block;
}
.select2-results .select2-result-label {
font-size: 0.875em;
}
.select2-container .select2-choice {
font-size: 0.875em;
border-width: 2px !important;
}
.select2-container.select2-container-multi .select2-choices .select2-search-field input {
font-size: 0.875em;
font-family: 'Open Sans', sans-serif;
background-color: #FFFFFF;
color: #555555 !important;
display: block;
font-size: 13px;
height: 34px;
padding: 6px 12px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
vertical-align: middle;
}
.select2-container.select2-container-multi .select2-choices {
border-color: #ccc;
border-width: 2px;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
border-width: 2px !important;
}
.select2-drop.select2-drop-above.select2-drop-active {
border-width: 2px;
}
.select2-container-multi .select2-choices {
background-image: none !important;
border-color: #e7ebee !important;
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.select2-container.select2-container-multi .select2-choices .select2-search-choice {
background: none repeat scroll 0 0 #03a9f4;
border: medium none;
border-radius: 4px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
box-shadow: none;
color: #fff;
font-size: 0.875em;
font-weight: 400;
line-height: 20px;
margin: 5px 0 5px 5px;
}
.select2-container.select2-container-multi .select2-search-choice-close {
top: 8px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
border-color: rgba(52, 151, 219, 0.6) !important;
border-radius: 3px 3px 0 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.select2-container .select2-choice {
border-radius: 3px !important;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
background: #fff !important;
border-color: #e7ebee !important;
height: 34px !important;
line-height: 34px !important;
}
.select2-container .select2-choice .select2-arrow {
border-radius: 0 !important;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
background: #eee !important;
border-color: #e7ebee !important;
width: 24px !important;
}
.select2-container .select2-choice .select2-arrow b {
background-position: 3px 4px !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
border-color: transparent rgba(52, 151, 219, 0.6) rgba(52, 151, 219, 0.6) !important;
border-radius: 0 0 3px 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.select2-drop.select2-drop-above.select2-drop-active {
border-top: 2px solid rgba(52, 151, 219, 0.6) !important;
}
.select2-drop-active {
border-color: rgba(52, 151, 219, 0.6) rgba(52, 151, 219, 0.6) !important;
}
.select2-container .select2-choice > .select2-chosen {
font-size: 13px;
}
.tt-query {
box-shadow: none !important;
}
.wysiwyg-editor {
max-height: 250px;
height: 250px;
background-color: #fff;
border-collapse: separate;
border: 1px solid #e7ebee;
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
padding: 10px;
box-sizing: content-box;
overflow: scroll;
outline: none;
}
.btn-toolbar.editor-toolbar {
margin-bottom: 7px;
}
.checkbox-nice {
position: relative;
padding-left: 15px;
}
.checkbox-nice input[type=checkbox] {
visibility: hidden;
}
.checkbox-nice label {
padding-top: 3px;
}
.checkbox-nice.checkbox-inline > label {
margin-left: 16px;
}
.checkbox-nice label:before {
cursor: pointer;
position: absolute;
width: 22px;
height: 22px;
left: 1px;
top: 1px;
background: #ffffff;
content: "";
border: 2px solid #e7ebee;
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.checkbox-nice label:after {
opacity: 0;
content: '';
position: absolute;
width: 12px;
height: 7px;
background: transparent;
top: 7px;
left: 6px;
border: 3px solid #03a9f4;
border-top: none;
border-right: none;
transform: rotate(-45deg);
}
.checkbox-nice label:hover::after {
opacity: 0.3;
}
.checkbox-nice input[type=checkbox]:checked + label:after {
opacity: 1;
}
/* FORM ON/OFF SWITCH */
.onoffswitch {
position: relative;
width: 90px;
box-sizing: content-box;
margin-right: 20px;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 1px solid #999999;
border-radius: 20px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.onoffswitch-inner {
width: 200%;
margin-left: -100%;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
float: left;
width: 50%;
height: 30px;
padding: 0;
line-height: 30px;
font-size: 14px;
color: white;
font-family: Trebuchet, Arial, sans-serif;
font-weight: bold;
}
.onoffswitch-inner:before {
content: "ON";
padding-left: 10px;
background-color: #03a9f4;
color: #FFFFFF;
}
.onoffswitch.onoffswitch-success .onoffswitch-inner:before {
background-color: #8bc34a;
}
.onoffswitch.onoffswitch-danger .onoffswitch-inner:before {
background-color: #e84e40;
}
.onoffswitch.onoffswitch-warning .onoffswitch-inner:before {
background-color: #ffc107;
}
.onoffswitch-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #EEEEEE;
color: #999999;
text-align: right;
}
.onoffswitch-switch {
width: 18px;
margin: 6px;
background: #FFFFFF;
border: 1px solid #999999;
border-radius: 20px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
position: absolute;
top: 0;
bottom: 0;
right: 56px;
box-sizing: content-box;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
/* AUTOCOMPLETE */
.typeahead,
.tt-query,
.tt-hint {
width: 400px;
}
@media only screen and (max-width: 480px) {
.typeahead,
.tt-query,
.tt-hint {
width: 100%;
}
}
.twitter-typeahead {
display: block !important;
}
.typeahead {
background-color: #fff;
}
.typeahead:focus {
border: 2px solid #0097cf;
}
.tt-query {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
color: #999;
padding-top: 5px;
padding-left: 11px;
}
.tt-dropdown-menu {
width: 422px;
margin-top: 12px;
padding: 0;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
@media only screen and (max-width: 480px) {
.tt-dropdown-menu {
width: 100%;
}
}
.tt-suggestion {
padding: 3px 20px;
font-size: 1em;
line-height: 20px;
}
.tt-suggestion.tt-is-under-cursor {
color: #fff;
background-color: #03a9f4;
}
.tt-suggestion p {
margin: 0;
}
.gist {
font-size: 12px;
}
.example-twitter-oss .tt-suggestion {
padding: 8px 20px;
}
.example-twitter-oss .tt-suggestion + .tt-suggestion {
border-top: 1px solid #ccc;
}
.example-twitter-oss .repo-language {
float: right;
font-style: italic;
font-size: 12px;
}
.example-twitter-oss .repo-name {
font-weight: bold;
}
.example-twitter-oss .repo-description {
font-size: 12px;
}
/* SLIDER */
.slider-vertical {
height: 200px;
float: left;
margin-right: 20px;
}
/* DATEPICKER */
.datepicker td,
.datepicker th,
.daterangepicker td,
.daterangepicker th {
text-transform: uppercase;
font-size: 0.875em;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
background: #03a9f4 !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
background: #03a9f4 !important;
}
.daterangepicker td.in-range {
background: #dceffc !important;
}
.daterangepicker .ranges li {
border-radius: 0 !important;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
color: #03a9f4 !important;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
background-color: #03a9f4 !important;
border-color: #03a9f4 !important;
color: #fff !important;
}
.daterangepicker .range_inputs button.applyBtn {
min-width: 74px;
margin-right: 7px;
}
.daterangepicker .range_inputs button.cancelBtn {
min-width: 74px;
}
/* GALLERY */
#gallery-photos-wrapper {
position: relative;
}
.gallery-photos {
list-style: none;
margin: 0;
padding: 0;
position: relative;
}
.gallery-photos li {
float: left;
display: block;
margin-top: 7px;
margin-bottom: 7px;
overflow: hidden;
position: relative;
}
.gallery-photos li .photo-box {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: #eee;
width: 100%;
height: 100%;
overflow: hidden;
min-width: 100px;
min-height: 100px;
padding-top: 98%;
display: block;
}
.gallery-photos li .photo-box.image-link {
padding-top: 68%;
}
.gallery-photos li:hover .photo-box:after {
background: rgba(0, 0, 0, 0.4);
position: absolute;
content: "";
top: 0;
right: 8px;
bottom: 0;
left: 8px;
}
.gallery-photos.gallery-photos-hover {
cursor: move;
}
.gallery-photos .remove-photo-link {
cursor: pointer;
display: none;
left: 50%;
margin-left: -18.5px;
position: absolute;
text-align: center;
top: 50%;
margin-top: -18.5px;
}
.gallery-photos .thumb-meta-time {
bottom: 10px;
color: #eee;
font-size: 0.75em;
left: 18px;
position: absolute;
}
.gallery-photos li .remove-photo-link .icon-stack {
font-size: 2em;
}
.gallery-photos.gallery-photos-hover li:hover .remove-photo-link {
display: block;
}
/* NESTABLE LIST */
.dd {
position: relative;
display: block;
list-style: none;
font-size: 13px;
line-height: 20px;
}
@media only screen and (min-width: 700px) {
.dd {
float: left;
width: 48%;
}
}
.dd-list {
display: block;
position: relative;
margin: 0;
padding: 0;
list-style: none;
}
.dd-list .dd-list {
padding-left: 30px;
}
.dd-collapsed .dd-list {
display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
display: block;
position: relative;
margin: 0;
padding: 0;
min-height: 20px;
font-size: 13px;
line-height: 20px;
}
.dd-handle-list {
position: absolute;
width: 30px;
height: 30px;
background: #E1E1E1;
top: 0;
left: 0;
z-index: 1;
font-size: 1em;
color: #000000;
text-align: center;
border: 1px solid #E1E1E1;
padding-top: 4px;
}
.dd-handle {
background: none repeat scroll 0 0 #F6F6F8;
border: 2px solid #e1e1e1;
border-radius: 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
color: #000000;
display: block;
font-size: 0.875em;
font-weight: 700;
height: 32px;
margin: 5px 0;
padding: 5px 10px;
text-decoration: none;
box-sizing: border-box;
}
.dd-handle:hover {
color: #03a9f4;
background: #fff;
}
.dd-handle .nested-links {
float: right;
}
.dd-handle .nested-links .nested-link {
margin: 0 2px;
}
.dd-handle .nested-links .nested-link:last-child {
margin-right: 0;
}
.dd-handle .nested-links .nested-link i {
font-size: 1.25em;
}
.dd-item-list .dd-handle {
padding-left: 40px;
}
.dd-item > button {
display: block;
position: relative;
cursor: pointer;
float: left;
width: 25px;
height: 20px;
margin: 5px 0;
padding: 0;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border: 0;
background: transparent;
font-size: 12px;
line-height: 1;
text-align: center;
font-weight: bold;
}
.dd-item > button:before {
content: '+';
display: block;
position: absolute;
width: 100%;
text-align: center;
text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
content: '-';
}
.dd-placeholder,
.dd-empty {
margin: 5px 0;
padding: 0;
min-height: 30px;
background: #f2fbff;
border: 1px dashed #b6bcbf;
box-sizing: border-box;
}
.dd-empty {
border: 1px dashed #bbb;
min-height: 100px;
background-color: #e5e5e5;
background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
background-size: 60px 60px;
background-position: 0 0, 30px 30px;
}
.dd-dragel {
position: absolute;
pointer-events: none;
z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
margin-top: 0;
}
.dd-dragel .dd-handle {
box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.nestable-lists {
display: block;
clear: both;
padding: 30px 0;
width: 100%;
}
.nestable-lists .dd-placeholder {
background: #E9FDFB;
border-color: #2980b9;
}
.dd-hover > .dd-handle {
background: #2ea8e5 !important;
}
@media only screen and (min-width: 700px) {
.dd + .dd {
margin-left: 2%;
}
}
/* LOGIN PAGE */
#login-page {
background-color: #e7ebee;
}
#login-page-full {
background-color: #e7ebee;
}
#login-box {
max-width: 350px;
min-width: 280px;
margin: 60px auto 20px;
overflow: hidden;
border-radius: 3px 3px 0 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
@media only screen and (max-width: 767px) {
#login-box {
margin-top: 20px;
}
}
#login-box #login-box-header {
height: 5px;
}
#login-box #login-box-header > div {
height: 100%;
width: 16.6667%;
float: left;
}
#login-box #login-box-header .login-box-header-red {
background: #e84e40;
}
#login-box #login-box-header .login-box-header-green {
background: #8bc34a;
}
#login-box #login-box-header .login-box-header-yellow {
background: #ffc107;
}
#login-box #login-box-header .login-box-header-purple {
background: #9c27b0;
}
#login-box #login-box-header .login-box-header-blue {
background: #03a9f4;
}
#login-box #login-box-header .login-box-header-gray {
background: #90a4ae;
}
#login-box-inner {
background: #fff;
border-radius: 0 0 3px 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
border: 1px solid #e1e1e1;
border-bottom-width: 5px;
padding: 40px 25px;
}
#login-box-inner.with-heading {
padding-top: 20px;
}
#login-box-inner h4 {
margin-top: 0;
margin-bottom: 10px;
}
#login-box-inner .reset-pass-input {
padding: 15px 0;
margin-bottom: 0;
}
#login-logo {
background: none repeat scroll 0 0 #34495e;
color: #fff;
display: block;
font-size: 2em;
font-weight: 400;
padding: 35px 0;
text-align: center;
text-transform: uppercase;
}
#login-logo > img {
display: block;
height: 40px;
margin: 0 auto;
}
#login-logo > span {
display: block;
font-size: 0.6em;
font-weight: 300;
text-transform: none;
}
#login-box .input-group {
margin-bottom: 10px;
}
#login-box .input-group input {
font-weight: 300;
}
#login-box .input-group .input-group-addon {
padding-left: 0;
padding-right: 0;
min-width: 50px;
}
#login-box .input-group .input-group-addon i {
color: #efefef;
}
#login-box #login-forget-link {
display: block;
font-size: 0.875em;
text-align: right;
margin-top: 3px;
}
#login-box #remember-me-wrapper {
padding: 10px 0;
}
#login-box .btn {
font-size: 1.125em;
font-weight: 600;
padding-bottom: 10px;
padding-top: 10px;
text-transform: uppercase;
margin-top: 8px;
}
#login-box .form-group {
margin-bottom: 7px;
}
#login-box .form-group .checkbox label {
padding-left: 7px;
}
#login-box .form-group .checkbox input {
margin-left: 0;
}
#login-box .btn-facebook,
#login-box .btn-twitter {
text-transform: none;
font-size: 1em;
margin-bottom: 10px;
}
#login-box .social-text {
margin: 0;
padding: 15px 0;
text-align: center;
font-size: 0.875em;
}
#login-box-inner .input-group > .form-control,
#login-box-inner .input-group > .input-group-addon {
height: 46px;
line-height: 42px;
padding-top: 0;
padding-bottom: 0;
}
#login-box-inner .input-group > .input-group-addon {
height: 44px;
}
#login-box-footer {
text-align: center;
font-size: 0.875em;
margin-top: 10px;
}
#login-full-wrapper #login-box-footer {
color: #fff;
}
#login-full-wrapper #login-box-footer a {
color: #fff;
text-decoration: underline;
}
#login-full-wrapper #login-box-footer a:hover {
text-decoration: none;
}
#login-page .login-create,
#login-page-full .login-create {
margin-bottom: 20px;
}
#login-full-wrapper {
background: url(../../img/login-img.jpg) no-repeat center center;
background-size: cover;
width: 100%;
height: 100%;
position: absolute;
}
@media (max-height: 605px) {
#login-full-wrapper {
position: relative;
}
}
@media (max-height: 621px) and (max-width: 767px) {
#login-full-wrapper {
position: relative;
}
}
#login-full-wrapper #login-box {
border: none;
}
#login-page-full .container {
max-width: 1440px;
margin: 0 auto;
}
#login-page-full .login-full-create {
margin-right: 20px;
line-height: 50px;
}
#login-full-left {
margin-top: 50px;
margin-bottom: 20px;
}
#login-full-left h1 {
text-align: center;
color: #363636;
font-weight: 600;
margin-bottom: 40px;
}
#login-full-left h2 {
text-align: center;
margin-top: 30px;
}
#login-full-left p.login-full-devices {
margin-top: 30px;
}
#login-full-left .login-full-features {
margin: 20px 0;
padding: 0;
list-style: none;
text-align: center;
}
#login-full-left .login-full-features > li {
display: inline-block;
margin: 0 8px;
}
#login-full-left .login-full-features > li > i {
display: block;
text-align: center;
font-size: 1.6em;
margin-bottom: 4px;
}
#login-full-left .login-full-features > li > span {
display: block;
text-align: center;
font-size: 0.845em;
line-height: 1.2;
}
@media (max-height: 605px) {
#login-full-wrapper.reset-password-wrapper {
position: absolute;
}
}
@media (max-height: 505px) {
#login-full-wrapper.reset-password-wrapper {
position: relative;
}
}
/* LOCK SCREEN */
#lock-screen-user img {
border-radius: 18%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
display: block;
height: 100px;
margin: 0 auto;
width: 100px;
}
#lock-screen-user .user-box .name {
display: block;
font-size: 1.3em;
padding: 10px 0 40px;
text-align: center;
}
/* PASSWORD METER */
#pwindicator {
margin-top: 15px;
margin-bottom: 5px;
width: 150px;
}
.pwdindicator .bar {
height: 4px;
}
.pwdindicator.pw-very-weak .bar {
background: #fb241f;
width: 30px;
}
.pwdindicator.pw-very-weak .pwdstrength-label {
color: #fb241f;
}
.pwdindicator.pw-weak .bar {
background: #e84e40;
width: 60px;
}
.pwdindicator.pw-weak .pwdstrength-label {
color: #e84e40;
}
.pwdindicator.pw-mediocre .bar {
background: #ffc107;
width: 90px;
}
.pwdindicator.pw-mediocre .pwdstrength-label {
color: #ffc107;
}
.pwdindicator.pw-strong .bar {
background: #f3b31a;
width: 120px;
}
.pwdindicator.pw-strong .pwdstrength-label {
color: #f3b31a;
}
.pwdindicator.pw-very-strong .bar {
background: #8bc34a;
width: 150px;
}
.pwdindicator.pw-very-strong .pwdstrength-label {
color: #8bc34a;
}
/* PRICING */
.pricing-package {
padding-top: 20px;
padding-bottom: 20px;
}
.pricing-package .pricing-package-inner {
color: #7d7d7d;
position: relative;
transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 2px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.pricing-package .pricing-star {
background: url(../../img/pricing-star.png) no-repeat;
position: absolute;
width: 39px;
height: 40px;
color: #fff;
font-size: 0.65em;
text-align: center;
line-height: 1.1;
padding-top: 9px;
right: -10px;
top: -20px;
}
.pricing-package .package-header {
background: #03a9f4;
border-radius: 2px 2px 0 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.pricing-package .package-header h3 {
line-height: 1;
text-align: center;
color: #fff;
margin: 0;
padding: 20px 0 0;
border: 0;
font-size: 1.2em;
text-transform: uppercase;
font-weight: 400;
}
.pricing-package .package-header .stars {
color: #fff;
text-align: center;
padding-top: 8px;
display: none;
}
.pricing-package .package-content {
padding: 0;
margin: 0;
border: 1px solid #e7ebee;
border-top-color: transparent;
border-radius: 0 0 2px 2px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.pricing-package .package-content .package-price {
font-weight: bold;
text-align: center;
height: 80px;
line-height: 75px;
background: #03a9f4;
color: #fff;
margin: -1px;
position: relative;
}
.pricing-package .package-content .package-price .package-month {
font-size: 1em;
font-weight: normal;
}
.pricing-package .package-content .package-price .price {
font-size: 4em;
font-weight: 400;
}
.pricing-package .package-content .package-price .currency {
font-size: 1.5em;
font-weight: 600;
}
.pricing-package .package-top-features {
list-style: none;
margin: 0;
padding: 0;
}
.pricing-package .package-top-features li {
border-bottom: 1px solid #e7ebee;
text-align: center;
font-size: 1.125em;
line-height: 1.5;
padding: 8px 0;
}
.pricing-package .package-top-features li:first-child {
border-top: 1px solid #e7ebee;
}
.pricing-package .package-features {
list-style: none;
margin: 0 18px;
padding: 15px 0;
position: relative;
}
.pricing-package .package-features li {
font-size: 0.875em;
padding: 6px 0;
line-height: 1.3;
color: #7d7d7d;
padding-left: 25px;
}
.pricing-package .package-features li.has-feature {
transition: color 0.1s ease-in-out 0s;
}
.pricing-package .package-features li.has-nofeature {
text-decoration: line-through;
}
.pricing-package .package-features li.has-feature:before {
content: "\f00c";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1.3em;
text-decoration: inherit;
color: #8bc34a;
margin-top: -2px;
position: absolute;
left: 0;
text-decoration: none;
}
.pricing-package .package-features li.has-nofeature:before {
content: "\f00d";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 1.3em;
text-decoration: inherit;
color: #e84e40;
margin-top: -2px;
position: absolute;
left: 0;
text-decoration: none;
}
.pricing-package .package-footer {
text-align: center;
padding: 10px 0 25px;
}
.pricing-package .package-footer .btn > span {
padding-right: 6px;
transition: color 0.1s ease-in-out 0s;
}
.pricing-package .package-footer .btn:hover > span {
color: #fff;
}
.pricing-package.simple .package-header h3 {
font-size: 1.3em;
padding: 0;
line-height: 42px;
height: 42px;
}
.pricing-package.simple .package-content .package-price {
font-size: 1.8em;
height: 60px;
line-height: 60px;
background: transparent;
color: inherit;
}
.pricing-package.simple .package-top-features li {
font-size: 0.875em;
}
.pricing-package.simple .package-top-features li:last-child {
border-bottom: 0;
}
.pricing-package:hover .pricing-package-inner {
background-color: #fcfcfc;
color: #212121;
}
.pricing-package:hover .package-features li.has-feature {
color: #212121;
}
/* INVOICE */
#invoice-companies {
border: 1px solid #e7ebee;
border-left: 0;
border-right: 0;
margin: 20px -20px;
}
@media (max-width: 419px) {
#invoice-companies {
margin-left: -10px;
margin-right: -10px;
}
}
#invoice-companies .invoice-box {
border-right: 1px solid #e7ebee;
padding: 25px 20px;
height: 100%;
min-height: 165px;
}
@media only screen and (max-width: 767px) {
#invoice-companies .invoice-box {
border-bottom: 1px solid #e7ebee;
border-right: 0;
border-left: 0;
}
}
#invoice-companies .invoice-box.invoice-box-dates {
border-right: 0;
}
@media only screen and (max-width: 767px) {
#invoice-companies .invoice-box.invoice-box-dates {
border-bottom: 0;
}
}
#invoice-companies .invoice-icon {
float: left;
margin-right: 20px;
margin-top: 20px;
color: #e7ebee;
text-align: center;
}
#invoice-companies .invoice-icon > i {
font-size: 2.4em;
display: block;
}
#invoice-companies .invoice-company {
float: left;
}
#invoice-companies .invoice-company h4 {
font-size: 1.4em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#invoice-companies .invoice-dates {
padding-top: 15px;
}
}
#invoice-companies .invoice-dates .invoice-date > strong {
text-transform: uppercase;
line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#invoice-companies .invoice-dates .invoice-date > strong {
font-size: 0.875em;
line-height: 22px;
}
}
#invoice-companies .invoice-dates .invoice-date > span {
font-size: 1.3em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#invoice-companies .invoice-dates .invoice-date > span {
font-size: 1.1em;
}
}
#invoice-companies .invoice-dates .invoice-date.invoice-due-date > span {
font-weight: bold;
}
#invoice-companies .invoice-dates .invoice-number > strong {
text-transform: uppercase;
line-height: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#invoice-companies .invoice-dates .invoice-number > strong {
font-size: 0.875em;
line-height: 33px;
}
}
#invoice-companies .invoice-dates .invoice-number > span {
color: #03a9f4;
font-size: 1.9em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#invoice-companies .invoice-dates .invoice-number > span {
font-size: 1.4em;
}
}
.invoice-box-total {
line-height: 1.8;
border: 1px solid #e7ebee;
border-right: 0;
border-left: 0;
padding: 20px 0;
}
.invoice-box-total .invoice-box-total-label {
font-size: 1.125em;
}
.invoice-box-total .invoice-box-total-value {
font-size: 1.125em;
}
.invoice-box-total .grand-total {
font-size: 1.25em;
text-transform: uppercase;
font-weight: bold;
}
.invoice-summary {
padding-top: 30px;
padding-bottom: 30px;
margin-left: -3px;
margin-right: -3px;
}
.invoice-summary > div {
padding-left: 3px;
padding-right: 3px;
}
.invoice-summary .invoice-summary-item {
background: #dceffc;
text-align: center;
padding: 10px 0;
margin-top: 3px;
margin-bottom: 3px;
}
.invoice-summary .invoice-summary-item > span {
font-size: 0.75em;
}
.invoice-summary .invoice-summary-item > div {
font-size: 1.125em;
}
/* USER PROFILE */
#user-profile h2 {
padding-right: 15px;
}
#user-profile .profile-status {
font-size: 0.75em;
margin-top: -10px;
padding-bottom: 10px;
color: #8bc34a;
}
#user-profile .profile-status.offline {
color: #e84e40;
}
#user-profile .profile-img {
border-radius: 50%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
margin-bottom: 15px;
}
#user-profile .profile-label {
text-align: center;
padding: 5px 0;
}
#user-profile .profile-label.label {
padding: 5px 15px;
font-size: 1em;
}
#user-profile .profile-stars {
color: #FABA03;
padding: 7px 0;
text-align: center;
}
#user-profile .profile-stars > i {
margin-left: -2px;
}
#user-profile .profile-since {
text-align: center;
margin-top: -5px;
}
#user-profile .profile-details {
padding: 15px 0;
border-top: 1px solid #e7ebee;
border-bottom: 1px solid #e7ebee;
margin: 15px 0;
}
#user-profile .profile-details ul {
padding: 0;
margin-top: 0;
margin-bottom: 0;
margin-left: 40px;
}
#user-profile .profile-details ul > li {
margin: 3px 0;
line-height: 1.5;
}
#user-profile .profile-details ul > li > i {
padding-top: 2px;
}
#user-profile .profile-details ul > li > span {
color: #03a9f4;
}
#user-profile .profile-header {
position: relative;
}
#user-profile .profile-header > h3 {
margin-top: 10px;
}
#user-profile .profile-header .edit-profile {
margin-top: -6px;
position: absolute;
right: 0;
top: 0;
}
@media only screen and (max-width: 419px) {
#user-profile .profile-header .edit-profile {
display: block;
position: relative;
margin-bottom: 15px;
}
}
#user-profile .profile-tabs {
/* margin-top: 30px; */
}
#user-profile .profile-user-info {
padding-bottom: 20px;
padding-top: 10px;
}
#user-profile .profile-user-info .profile-user-details {
position: relative;
padding: 4px 0;
}
#user-profile .profile-user-info .profile-user-details .profile-user-details-label {
width: 110px;
float: left;
bottom: 0;
font-weight: bold;
left: 0;
position: absolute;
text-align: right;
top: 0;
width: 110px;
padding-top: 4px;
}
@media only screen and (max-width: 767px) {
#user-profile .profile-user-info .profile-user-details .profile-user-details-label {
float: none;
position: relative;
text-align: left;
}
}
#user-profile .profile-user-info .profile-user-details .profile-user-details-value {
margin-left: 120px;
}
@media only screen and (max-width: 767px) {
#user-profile .profile-user-info .profile-user-details .profile-user-details-value {
margin-left: 0;
}
}
@media only screen and (max-width: 767px) {
#user-profile .profile-social {
margin-top: 20px;
}
}
#user-profile .profile-social li {
padding: 4px 0;
}
#user-profile .profile-social li > i {
padding-top: 6px;
}
@media only screen and (max-width: 419px) {
#user-profile .profile-message-btn .btn {
display: block;
}
}
#user-profile .table tbody tr td {
padding-bottom: 20px;
padding-top: 20px;
}
#user-profile .table tbody tr:first-child td {
border-top: none;
}
/* NEWSFEED */
#newsfeed .story {
padding: 40px 0;
margin: 0 20px;
border-bottom: 1px solid #e7ebee;
}
#newsfeed .story:last-child {
border-bottom: 0;
}
@media (max-width: 767px) {
#newsfeed .story {
padding: 20px 0;
margin: 0;
}
}
#newsfeed .story-user {
position: absolute;
}
#newsfeed .story-user a {
display: block;
}
#newsfeed .story-user a img {
display: block;
width: 70px;
height: 70px;
border-radius: 50%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
@media (max-width: 767px) {
#newsfeed .story-user a img {
width: 30px;
height: 30px;
}
}
#newsfeed .story-content {
padding-left: 100px;
position: relative;
}
@media (max-width: 767px) {
#newsfeed .story-content {
padding-left: 40px;
}
}
#newsfeed .story-content .story-header .story-author {
font-weight: 300;
}
#newsfeed .story-content .story-header .story-author a {
font-weight: 400;
}
#newsfeed .story-content .story-header .story-time {
color: #999;
font-size: 0.75em;
position: absolute;
right: 0px;
top: 0;
}
@media (max-width: 1170px) {
#newsfeed .story-content .story-header .story-time {
position: relative;
padding-top: 2px;
}
}
#newsfeed .story-content .story-inner-content {
color: #6c6f75;
font-size: 0.85em;
padding: 12px 0;
}
#newsfeed .story-content .story-footer {
font-size: 0.85em;
}
#newsfeed .story-content .story-footer .story-comments-link {
color: #212121;
margin-right: 10px;
}
#newsfeed .story-content .story-footer .story-comments-link:hover {
color: #161e1d;
text-decoration: none;
}
#newsfeed .story-content .story-footer .story-likes-link {
color: #e84e40;
}
#newsfeed .story-content .story-footer .story-likes-link:hover {
color: #dd191d;
text-decoration: none;
}
#newsfeed .map-content {
width: 100%;
height: 200px;
}
#newsfeed .story-images .story-image-link {
display: block;
width: 50%;
float: left;
padding-right: 2px;
}
@media (max-width: 767px) {
#newsfeed .story-images .story-image-link {
width: 50%;
}
}
#newsfeed .story-images .story-image-link-small {
width: 25%;
padding-bottom: 2px;
}
@media (max-width: 767px) {
#newsfeed .story-images .story-image-link-small {
width: 50%;
}
}
.widget-users {
padding: 0 20px;
}
@media (max-width: 767px) {
.widget-users {
padding: 0 10px;
}
}
.conversation-wrapper {
padding: 10px 20px;
}
@media (max-width: 767px) {
.conversation-wrapper {
padding: 10px 5px;
}
}
/* CONVERSATION */
.conversation-wrapper .conversation-inner {
padding: 0 0 5px 0;
margin-right: 10px;
}
.conversation-wrapper .conversation-user {
width: 50px;
height: 50px;
overflow: hidden;
float: left;
border-radius: 50%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
margin-top: 6px;
}
.conversation-wrapper .conversation-item {
padding: 5px 0;
position: relative;
}
.conversation-wrapper .conversation-item.item-right .conversation-body {
background: #dceffc;
}
.conversation-wrapper .conversation-item.item-right .conversation-body:before {
border-color: transparent transparent transparent #dceffc;
left: auto;
right: -12px;
}
.conversation-wrapper .conversation-item.item-right .conversation-user {
float: right;
}
.conversation-wrapper .conversation-item.item-right .conversation-body {
margin-left: 0;
margin-right: 60px;
}
.conversation-wrapper .conversation-body {
background: #f5f5f5;
font-size: 0.875em;
width: auto;
margin-left: 60px;
padding: 8px 10px;
position: relative;
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.conversation-wrapper .conversation-body:before {
border-color: transparent #f5f5f5 transparent transparent;
border-style: solid;
border-width: 6px;
content: "";
cursor: pointer;
left: -12px;
position: absolute;
top: 25px;
}
.conversation-wrapper .conversation-body > .name {
font-weight: 600;
font-size: 1.125em;
}
.conversation-wrapper .conversation-body > .time {
position: absolute;
font-size: 0.875em;
right: 10px;
top: 0;
margin-top: 10px;
color: #605f5f;
font-weight: 300;
}
.conversation-wrapper .conversation-body > .time:before {
content: "\f017";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
margin-top: 4px;
font-size: 0.875em;
}
.conversation-wrapper .conversation-body > .text {
padding-top: 6px;
}
.conversation-wrapper .conversation-new-message {
padding-top: 10px;
}
/* RECENT - USERS */
.widget-users {
list-style: none;
margin: 0;
padding: 0;
}
.widget-users li {
border-bottom: 2px solid #ebebeb;
padding: 15px 0;
height: 96px;
}
.widget-users li > .img {
float: left;
margin-top: 8px;
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 50%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.widget-users li > .details {
margin-left: 60px;
}
.widget-users li > .details > .name {
font-weight: 600;
}
.widget-users li > .details > .name > a {
color: #212121;
}
.widget-users li > .details > .name > a:hover {
color: #03a9f4;
}
.widget-users li > .details > .time {
color: #03a9f4;
font-size: 0.75em;
padding-bottom: 7px;
}
.widget-users li > .details > .time.online {
color: #8bc34a;
}
/* INFOGRAPHIC BOX */
.infographic-box {
padding: 20px;
}
.infographic-box i {
font-size: 2.4em;
display: block;
float: left;
margin-right: 15px;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border-radius: 50%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
color: #fff;
}
.infographic-box .headline {
display: block;
font-size: 1.2em;
font-weight: 300;
text-align: right;
}
.infographic-box .value {
font-size: 2.1em;
font-weight: 600;
margin-top: -5px;
display: block;
text-align: right;
}
.infographic-box.merged {
border-top: 2px solid #e7ebee;
border-right: 2px solid #e7ebee;
width: 50%;
}
@media (max-width: 767px) {
.infographic-box.merged {
width: 100%;
border-right: none;
}
}
.infographic-box.merged .headline {
text-align: left;
font-size: 0.8em;
margin-top: -2px;
text-transform: uppercase;
font-weight: 600;
}
.infographic-box.merged .value {
text-align: left;
font-size: 1.8em;
font-weight: 400;
margin-top: 2px;
}
.infographic-box.merged.merged-top {
border-top: none;
}
.infographic-box.merged.merged-right {
border-right: none;
}
@media (max-width: 767px) {
.infographic-box.merged.merged-top.merged-right {
border-top: 1px solid #e7ebee;
}
}
.infographic-box.colored {
color: #fff;
border: 0 !important;
}
.infographic-box.colored i {
font-size: 4.6em;
margin-left: 7px;
color: #fff;
}
.infographic-box.colored .headline {
font-size: 1em;
font-weight: 600;
margin-bottom: 4px;
}
/* RECENT - PRODUCTS */
.widget-products {
list-style: none;
margin: 0;
padding: 0;
}
.widget-products li {
border-bottom: 2px solid #ebebeb;
}
.widget-products li > a {
height: 88px;
display: block;
width: 100%;
color: #212121;
padding: 3px 10px;
position: relative;
transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}
@media only screen and (max-width: 440px) {
.widget-products li > a {
height: auto;
padding-bottom: 10px;
}
}
.widget-products li > a:hover {
color: #212121;
text-decoration: none;
background-color: #f6f6f6;
}
.widget-products li > a:after {
content: "\f138";
font-family: FontAwesome;
font-size: 0.875em;
font-style: normal;
font-weight: normal;
margin-top: 32px;
position: absolute;
right: 10px;
text-decoration: inherit;
top: 0;
color: #cccccc;
font-size: 1.3em;
}
@media only screen and (max-width: 440px) {
.widget-products li > a:after {
display: none;
}
}
.widget-products li .img {
display: block;
float: left;
text-align: center;
width: 70px;
height: 68px;
overflow: hidden;
margin-top: 7px;
}
.widget-products li .product {
display: block;
margin-left: 90px;
margin-top: 19px;
}
.widget-products li .product > .name {
display: block;
font-weight: 600;
padding-bottom: 7px;
}
.widget-products li .product > .price {
display: block;
text-decoration: none;
width: 50%;
float: left;
font-size: 0.875em;
}
@media only screen and (max-width: 440px) {
.widget-products li .product > .price {
width: 100%;
}
}
.widget-products li .product > .price > i {
color: #8bc34a;
}
.widget-products li .product > .warranty {
display: block;
text-decoration: none;
width: 50%;
float: left;
font-size: 0.875em;
}
@media only screen and (max-width: 440px) {
.widget-products li .product > .warranty {
clear: both;
width: 100%;
}
}
.widget-products li .product > .warranty > i {
color: #ffc107;
}
/* RECENT - TODO */
.widget-todo {
list-style: none;
margin: 0;
padding: 0;
}
.widget-todo > li {
border-bottom: 2px solid #ebebeb;
padding: 10px 5px;
}
.widget-todo > li:hover {
background-color: #f8f8f8;
}
.widget-todo > li input:checked + label {
text-decoration: line-through;
}
.widget-todo .name {
float: left;
}
.widget-todo .name span.label {
margin-left: 5px;
}
.widget-todo .actions {
float: right;
padding-right: 5px;
padding-top: 2px;
}
.widget-todo .actions > a {
margin: 0 2px;
color: #707070;
}
.widget-todo .actions > a.badge {
color: #fff;
}
.widget-todo .actions > a:hover {
text-decoration: none;
color: #03a9f4;
}
.widget-todo .actions > a.badge:hover {
background-color: #fff;
}
.widget-todo .actions > a > i {
font-size: 1.125em;
}
.xs-graph .graph-label {
font-size: 0.875em;
padding-bottom: 5px;
color: #616161;
}
.jqstooltip {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
border-radius: 3px;
border: 0 !important;
background: rgba(0, 0, 0, 0.7) !important;
opacity: 1;
}
#flot-tooltip {
position: absolute;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
border: 2px solid rgba(230, 230, 230, 0.8);
border-radius: 10px;
color: #666;
font-family: sans-serif;
font-size: 12px;
padding: 6px;
text-align: center;
}
#flot-tooltip span {
display: block;
}
#flot-tooltip b {
font-weight: bold;
margin: 0.25em 0;
color: #666;
font-family: sans-serif;
font-size: 12px;
text-align: center;
}
#flot-tooltip i {
margin: 0.1em 0;
white-space: nowrap;
color: #666;
font-family: sans-serif;
font-size: 12px;
text-align: center;
font-style: normal;
}
.legend .legendColorBox > div {
margin-right: 7px;
border: none !important;
}
.graph-stats {
list-style: none;
padding: 0;
margin: 0;
margin-top: 10px;
}
.graph-stats li {
padding: 0;
}
.graph-stats li .title {
color: #3b3b3b;
margin-top: 12px;
font-size: 0.875em;
}
.graph-stats li .value {
color: #3b3b3b;
font-size: 1.6em;
font-weight: 300;
}
.graph-stats li .value > .fa {
font-size: 0.6em;
}
.graph-stats li .value .tooltip {
font-weight: 400;
}
.graph-stats li .progress {
height: 5px;
}
/* GRAPH BOX */
.graph-box {
padding: 15px 15px;
border-radius: 3px 0 0 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.graph-box h2 {
color: #fff;
font-size: 1.6em;
font-weight: 300;
margin-bottom: 10px;
margin-left: 10px;
}
.graph-box .graph .morris-hover.morris-default-style {
background: #000;
background: rgba(0, 0, 0, 0.8);
border: none;
border-radius: 6px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
color: #999;
}
.graph-nice-legend {
padding-left: 15px;
padding-top: 65px;
}
@media (max-width: 1199px) {
.graph-nice-legend {
padding-left: 0;
}
}
@media (max-width: 991px) {
.graph-nice-legend {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0;
}
}
.graph-nice-legend .graph-legend-row {
padding-top: 10px;
padding-bottom: 10px;
}
.graph-nice-legend .graph-legend-name {
display: block;
font-size: 1.2em;
font-weight: 300;
}
.graph-nice-legend .graph-legend-value {
display: block;
font-size: 2.1em;
font-weight: 600;
/* color: $primary-color; */
}
@media (max-width: 991px) {
.graph-nice-legend .graph-legend-row-inner {
padding: 0 20px;
}
}
/* SMALL GRAPH BOX */
.small-graph-box {
padding: 20px;
color: #fff;
border: 0 !important;
}
.small-graph-box .headline {
display: block;
font-size: 0.875em;
font-weight: 400;
margin-top: -5px;
padding-bottom: 5px;
text-transform: uppercase;
}
.small-graph-box .value {
display: block;
font-size: 1.9em;
font-weight: 600;
margin-top: -5px;
}
.small-graph-box .progress {
background: rgba(0, 0, 0, 0.2);
height: 5px;
margin-bottom: 5px;
margin-top: 10px;
}
.small-graph-box .progress .progress-bar {
background-color: #fff;
}
.small-graph-box .subinfo {
display: block;
font-size: 0.8em;
padding-top: 5px;
}
.small-graph-box .subinfo i {
font-size: 1.2em;
}
/* CHART SMALL */
.dashboard-stats {
margin: 20px -20px -20px;
}
@media (max-width: 419px) {
.dashboard-stats {
margin-left: -10px;
margin-right: -10px;
margin-bottom: -12px;
}
}
.chart-small {
border-top: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
outline: none;
padding: 15px 0;
display: block;
text-decoration: none;
color: #212121;
transition: background-color 0.1s ease-in-out 0s;
}
.chart-small:last-child, .chart-small.last {
border-right: 0;
}
@media (max-width: 767px) {
.chart-small:nth-child(2) {
border-right: 0;
}
}
.chart-small:hover {
background-color: #f9f9f9;
text-decoration: none;
color: #212121;
}
.chart-small .headline {
font-weight: 600;
font-size: 0.75em;
padding: 0 20px;
margin-bottom: -5px;
}
.chart-small .value {
font-weight: 600;
font-size: 1.9em;
padding: 0 20px;
}
@media (max-width: 419px) {
.chart-small .value {
font-size: 1.6em;
}
}
.chart-small-content {
max-height: 100px;
height: 50px;
padding: 0px;
margin: 20px 20px 0;
position: relative;
}
/* SOCIAL BOX */
.social-box-wrapper {
box-shadow: 1px 1px 2px 0 #cccccc;
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
margin-bottom: 16px;
overflow: hidden;
}
.social-box {
color: #fff;
padding: 15px;
font-weight: 300;
transition: background-color 0.15s ease-in-out 0s;
}
.social-box .social-count {
float: left;
display: block;
font-size: 1.8em;
font-weight: 400;
}
.social-box .social-action {
float: left;
display: block;
font-size: 1.2em;
margin-left: 5px;
margin-top: 9px;
}
.social-box .social-name {
display: block;
font-size: 0.875em;
padding-top: 4px;
}
.social-box > i {
font-size: 3.4em;
text-align: right;
display: block;
}
.social-box.facebook {
background: #3b5998;
}
.social-box.facebook:hover {
background-color: #2f477b;
}
.social-box.twitter {
background: #55acee;
}
.social-box.twitter:hover {
background-color: #4091ce;
}
.social-box.google {
background: #dd4b39;
}
.social-box.google:hover {
background-color: #c43a2a;
}
/* PROFILE BOX */
.profile-box .main-box-body {
padding: 0;
}
.profile-box .profile-box-header {
padding: 30px 20px 20px;
background-repeat: no-repeat;
background-size: cover;
color: #fff;
text-align: center;
border-radius: 3px 3px 0 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.profile-box .profile-img {
border-radius: 18%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
width: 130px;
height: 130px;
border: 5px solid #fff;
}
.profile-box h2 {
padding: 10px 0 0;
margin: 0;
font-weight: 600;
}
.profile-box .job-position {
font-weight: 400;
color: #fff;
font-size: 0.875em;
}
.profile-box .profile-box-footer {
background: #03a9f4;
border-radius: 0 0 3px 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.profile-box .profile-box-footer a {
display: block;
background: #03a9f4;
width: 33%;
width: 33.33%;
float: left;
text-align: center;
padding: 15px 10px;
color: #fff;
}
.profile-box .profile-box-footer a:first-child {
border-radius: 0 0 0 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.profile-box .profile-box-footer a:last-child {
border-radius: 0 0 3px 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.profile-box .profile-box-footer a:hover {
text-decoration: none;
color: #fff;
}
.profile-box .profile-box-footer .value {
display: block;
font-size: 1.8em;
font-weight: 600;
}
.profile-box .profile-box-footer .label {
display: block;
font-size: 0.875em;
font-weight: 600;
}
.profile-box-menu .main-box-body {
padding: 0;
}
.profile-box-menu .profile-box-header {
padding: 30px 20px;
color: #fff;
border-radius: 3px 3px 0 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
background-repeat: no-repeat;
background-size: cover;
}
.profile-box-menu .profile-img {
border-radius: 18%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
width: 110px;
height: 110px;
float: left;
margin-right: 15px;
border: 5px solid #fff;
}
.profile-box-menu h2 {
padding: 20px 0 3px;
margin: 0;
display: inline-block;
font-weight: 600;
line-height: 1.1;
}
.profile-box-menu .job-position {
font-weight: 600;
font-size: 0.875em;
}
.profile-box-menu .profile-box-content .menu-items {
margin: 0;
padding: 0;
list-style: none;
}
.profile-box-menu .profile-box-content .menu-items li a {
display: block;
height: 40px;
line-height: 40px;
border-bottom: 2px solid #e7ebee;
padding: 0 20px;
font-size: 0.875em;
transition: background-color 0.15s ease-in-out 0s;
color: #212121;
}
.profile-box-menu .profile-box-content .menu-items li a:hover {
background-color: #e7ebee;
text-decoration: none;
}
.profile-box-menu .profile-box-content .menu-items li a i {
width: 24px;
}
.profile-box-menu .profile-box-content .menu-items li a span.label {
margin-top: 10px;
}
.profile-box-menu .profile-box-content .menu-items li:last-child a {
border-bottom: none;
}
.profile-box-stats .main-box-body {
padding: 0;
}
.profile-box-stats .profile-box-header {
border-radius: 3px 3px 0 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
padding: 30px 20px 70px;
color: #fff;
text-align: center;
position: relative;
background-repeat: no-repeat;
background-size: cover;
}
.profile-box-stats .profile-img {
border-radius: 18%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
border: 5px solid #fff;
bottom: -45px;
float: left;
height: 90px;
left: 50%;
margin-left: -45px;
position: absolute;
width: 90px;
}
.profile-box-stats h2 {
padding: 0 0 8px;
margin: 0;
display: inline-block;
font-weight: 600;
line-height: 1.1;
font-size: 1.5em;
}
.profile-box-stats .job-position {
font-weight: 600;
font-size: 0.875em;
}
.profile-box-stats .profile-box-footer {
padding-top: 50px;
padding-bottom: 15px;
}
.profile-box-stats .profile-box-footer a {
display: block;
width: 33%;
width: 33.33%;
float: left;
text-align: center;
padding: 15px 10px;
color: #212121;
}
.profile-box-stats .profile-box-footer a:hover {
text-decoration: none;
}
.profile-box-stats .profile-box-footer .value {
display: block;
font-size: 1.8em;
font-weight: 300;
}
.profile-box-stats .profile-box-footer .label {
display: block;
font-size: 1em;
font-weight: 300;
color: #212121;
}
.profile-box-contact .main-box-body {
padding: 0;
}
.profile-box-contact .profile-box-header {
padding: 30px 20px;
color: #fff;
border-radius: 3px 3px 0 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.profile-box-contact .profile-img {
border-radius: 18%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
width: 110px;
height: 110px;
float: left;
margin-right: 15px;
border: 5px solid #fff;
}
.profile-box-contact h2 {
padding: 8px 0 3px;
margin: 0;
display: inline-block;
font-weight: 400;
line-height: 1.1;
}
.profile-box-contact .job-position {
font-weight: 300;
font-size: 0.875em;
}
.profile-box-contact .profile-box-footer {
padding-top: 10px;
padding-bottom: 15px;
}
.profile-box-contact .profile-box-footer a {
display: block;
width: 33%;
width: 33.33%;
float: left;
text-align: center;
padding: 15px 10px;
color: #212121;
}
.profile-box-contact .profile-box-footer a:hover {
text-decoration: none;
}
.profile-box-contact .profile-box-footer .value {
display: block;
font-size: 1.8em;
font-weight: 300;
}
.profile-box-contact .profile-box-footer .label {
display: block;
font-size: 1em;
font-weight: 300;
color: #212121;
}
.profile-box-contact .contact-details {
padding: 4px 0 0;
margin: 0;
list-style: none;
font-size: 0.875em;
font-weight: 300;
}
.profile-box-contact .contact-details li i {
width: 12px;
text-align: center;
margin-right: 3px;
}
.weather-box .main-box-body {
padding: 0;
}
.weather-box .current {
text-align: center;
padding-bottom: 40px;
padding-top: 36px;
}
.weather-box .current .icon {
display: block;
float: left;
}
.weather-box .current .temp-wrapper {
float: left;
margin-left: 20px;
}
.weather-box .current .temp-wrapper .temperature {
font-size: 3.6em;
font-weight: 300;
margin-top: -5px;
text-align: left;
}
.weather-box .current .temp-wrapper .desc {
margin-top: -4px;
text-align: left;
}
.weather-box .next {
background: #03a9f4;
border-radius: 0 0 3px 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
color: #fff;
padding: 20px;
}
.weather-box .next ul {
list-style: none;
margin: 0;
padding: 0;
}
.weather-box .next ul li {
float: left;
width: 20%;
text-align: center;
}
.weather-box .next .day {
font-size: 1em;
text-transform: uppercase;
}
.weather-box .next .icon {
font-size: 2em;
}
.weather-box .next .temperature {
font-size: 1.4em;
}
.weather-box-large .main-box-body {
padding: 0;
}
.weather-box-large .current {
background: url(../../img/samples/new-york-sunset.jpg) no-repeat;
background-size: cover;
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
min-height: 340px;
color: #fff;
padding: 20px 30px;
}
.weather-box-large .current h4 {
margin-bottom: 30px;
}
.weather-box-large .current .place {
font-size: 1.2em;
text-transform: uppercase;
font-weight: 600;
}
.weather-box-large .current .place > i {
margin-right: 5px;
}
.weather-box-large .current .temp-out-wrapper {
margin-top: 20px;
}
.weather-box-large .current .icon {
display: block;
float: left;
font-size: 6em;
}
.weather-box-large .current .temp-wrapper {
float: left;
margin-left: 30px;
}
.weather-box-large .current .temp-wrapper .temperature {
font-size: 3.6em;
font-weight: 300;
margin-top: -5px;
text-align: left;
}
.weather-box-large .current .temp-wrapper .desc {
margin-top: -4px;
text-align: left;
font-weight: 600;
}
.feed ul {
list-style: none;
padding: 0;
margin: 0;
}
.feed li {
border-bottom: 2px solid #ebebeb;
padding: 15px 0;
font-size: 0.875em;
position: relative;
}
.feed li:last-child {
border-bottom: 0;
}
.feed li .img {
float: left;
margin-right: 10px;
}
.feed li .img img {
border-radius: 50%;
width: 50px;
height: 50px;
}
.feed li .title {
padding-right: 55px;
margin-left: 60px;
}
.feed li .title a {
font-weight: 600;
}
.feed li .post-time {
color: #878787;
padding-top: 4px;
margin-left: 60px;
}
.feed li .time-ago {
position: absolute;
top: 16px;
right: 0;
color: #878787;
font-size: 0.875em;
}
.feed li .photos {
margin-left: 60px;
margin-top: 10px;
}
.feed li .photos .item {
float: left;
margin-right: 2px;
}
.feed li .photos .item img {
width: 50px;
height: 50px;
}
/* PROJECT BOX */
.project-box .main-box-body {
padding: 0;
}
.project-box .project-box-header {
border-radius: 3px 3px 0 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.project-box .project-box-header .name a {
color: #fff;
display: block;
font-size: 1.4em;
font-weight: 300;
padding: 16px 15px;
border-radius: 3px 3px 0 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
transition: background-color 0.1s ease-in-out 0s;
}
.project-box .project-box-header .name a:hover {
text-decoration: none;
}
.project-box .project-box-header.green-bg .name a:hover {
background: #689f38;
}
.project-box .project-box-content {
padding: 30px 20px 5px;
text-align: center;
}
.project-box .project-box-content .chart {
position: relative;
text-align: center;
font-weight: 300;
font-size: 1em;
width: 130px;
height: 130px;
display: block;
margin: 0 auto;
padding-top: 37px;
}
.project-box .project-box-content .chart canvas {
position: absolute;
top: 0;
left: 0;
}
.project-box .project-box-content .chart .percent {
font-size: 2.1em;
font-weight: 600;
}
.project-box .project-box-content .chart .lbl {
display: block;
font-size: 0.875em;
margin-top: -7px;
}
.project-box .project-box-footer {
border-radius: 0 0 3px 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.project-box .project-box-footer a {
border-right: 1px solid #eee;
color: #212121;
display: block;
float: left;
margin: 20px 0;
padding: 5px 10px;
text-align: center;
width: 33.33%;
}
.project-box .project-box-footer a:last-child {
border: none;
}
.project-box .project-box-footer a:hover {
text-decoration: none;
}
.project-box .project-box-footer .value {
display: block;
font-size: 1.8em;
font-weight: 300;
}
.project-box .project-box-footer .label {
display: block;
font-size: 0.875em;
font-weight: 300;
color: #212121;
}
.project-box .project-box-ultrafooter {
background: #f7fafa;
border-top: 1px solid #e9eef0;
padding: 8px 15px;
border-radius: 0 0 3px 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.project-box .project-box-ultrafooter .project-img-owner {
border-radius: 50%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
display: block;
float: left;
height: 33px;
margin-right: 5px;
overflow: hidden;
width: 33px;
}
.project-box .project-box-ultrafooter .link {
margin-top: 6px;
color: #c1c5c6;
}
.project-box.emerald-box .project-box-footer a:hover {
color: #03a9f4;
}
.project-box.red-box .project-box-footer a:hover {
color: #e84e40;
}
.project-box.yellow-box .project-box-footer a:hover {
color: #ffc107;
}
.project-box.green-box .project-box-footer a:hover {
color: #8bc34a;
}
.project-box.purple-box .project-box-footer a:hover {
color: #9c27b0;
}
.project-box.gray-box .project-box-footer a:hover {
color: #90a4ae;
}
/* SEARCH */
#search-results {
padding: 0;
margin: 23px 0 0;
list-style: none;
}
#search-results li {
margin-bottom: 25px;
}
#search-results li h3.title {
border: 0 none;
font-weight: 600;
margin: 0 0 3px;
padding: 0;
font-size: 1.3em;
}
#search-results li .meta-info {
margin-left: 83px;
}
@media (max-width: 767px) {
#search-results li .meta-info {
margin-left: 0;
}
}
#search-results li .search-img {
margin-right: 8px;
margin-top: 4px;
float: left;
}
#search-results li .link-title {
color: #006611;
font-size: 0.875em;
overflow: hidden;
}
#search-results li .desc {
font-size: 0.875em;
margin-top: 3px;
max-width: 750px;
}
#search-form .input-group-btn button {
height: 46px;
font-size: 16px;
}
#search-form .input-group-btn button > i {
margin-right: 3px;
}
#search-form .input-group .form-control {
font-size: 16px;
}
/* TIMELINE GRID STYLE */
#timeline-grid {
position: relative;
}
#timeline-grid .item {
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
box-shadow: 1px 1px 2px 0 #CCCCCC;
overflow: hidden;
background: #fff;
}
#timeline-grid .item a {
text-decoration: none;
}
#timeline-grid .item a:hover {
text-decoration: underline;
}
#timeline-grid .item img {
width: 100%;
}
#timeline-grid .item .text {
display: block;
}
#timeline-grid .item .time,
#timeline-grid .tweet .user {
font-style: italic;
color: #666666;
}
#timeline-grid .tweet-wrapper {
padding: 10px;
line-height: 16px;
font-size: 0.875em;
line-height: 1.4;
}
/* ERROR PAGE */
#error-page {
background-color: #eeeeee;
}
#error-box {
min-width: 280px;
text-align: center;
margin: 40px auto 20px;
}
#error-box h1 {
margin-top: 40px;
color: #605f5f;
padding: 0;
}
#error-box p {
margin: 20px 0;
}
/* PACE PRELOADER */
.pace .pace-progress {
background: #03a9f4;
position: fixed;
z-index: 2000;
top: 0;
left: 0;
height: 2px;
transition: width 1s;
}
.pace-inactive {
display: none;
}
.daterange-filter {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #CCCCCC;
cursor: pointer;
padding: 5px 10px;
}
.main-box-header .daterange-filter {
margin-top: 7px;
margin-bottom: 7px;
}
.filter-block {
margin-top: 7px;
}
@media only screen and (max-width: 440px) {
.filter-block {
float: none !important;
clear: both;
}
}
.filter-block .form-group {
margin-right: 10px;
position: relative;
}
@media only screen and (max-width: 440px) {
.filter-block .form-group {
float: none !important;
margin-right: 0;
}
}
.filter-block .form-group .form-control {
height: 34px;
}
.filter-block .form-group .search-icon {
position: absolute;
color: #707070;
right: 8px;
top: 11px;
}
.filter-block .btn {
margin-left: 5px;
}
@media only screen and (max-width: 440px) {
.filter-block .btn {
display: block;
float: none !important;
margin-bottom: 15px;
margin-left: 0;
}
}
@media only screen and (max-width: 440px) {
#reportrange {
clear: both;
float: none !important;
margin-bottom: 15px;
}
}
.the-icons {
font-size: 0.875em;
line-height: 2;
}
.the-icons .glyphicon {
width: 30px;
text-align: center;
}
.tabs-wrapper .nav-tabs {
margin-bottom: 15px;
}
.tabs-wrapper .tab-content {
margin-bottom: 20px;
padding: 0 10px;
}
.dropdown-example ul.dropdown-menu {
display: block;
}
svg {
width: 100% !important;
}
.top-page-ui {
margin-top: -10px;
}
/* EMAILS */
#content-wrapper.email-inbox-wrapper {
background-color: #fff;
min-height: inherit;
padding: 0 15px;
}
@media (max-width: 767px) {
#content-wrapper.email-inbox-wrapper {
padding-left: 8px;
padding-right: 8px;
}
}
@media (max-width: 419px) {
#content-wrapper.email-inbox-wrapper {
padding-left: 5px;
padding-right: 5px;
}
}
#email-box {
background: #fff;
margin: 0 -15px;
padding: 15px 15px 0;
}
@media (max-width: 767px) {
#email-box {
margin-left: -8px;
margin-right: -8px;
padding-left: 8px;
padding-right: 8px;
}
}
@media (max-width: 419px) {
#email-box {
margin-left: -5px;
margin-right: -5px;
padding-left: 5px;
padding-right: 5px;
}
}
#email-box ul {
padding: 0;
margin: 0;
list-style: none;
}
#email-header {
padding-bottom: 10px;
}
#email-header-title {
font-size: 1.8em;
font-weight: 300;
position: absolute;
width: 200px;
}
#email-header-tools {
margin-left: 215px;
position: relative;
float: left;
}
@media (max-width: 991px) {
#email-header-tools {
margin-left: 0;
}
}
#email-header-pagination .pagination {
padding: 0;
margin: 0;
}
#email-header-pagination .num-items {
margin-right: 10px;
margin-top: 9px;
font-size: 0.875em;
}
#email-navigation {
width: 200px;
position: absolute;
}
#email-navigation .email-compose-btn {
display: block;
margin-bottom: 30px;
margin-top: 10px;
font-size: 0.875em;
font-weight: 600;
}
#email-navigation .email-compose-btn > i {
margin-right: 3px;
}
#email-nav-items {
margin: 15px 0 5px;
}
#email-nav-items li {
border-left: 3px solid #fff;
}
#email-nav-items li a {
color: #212121;
font-size: 0.875em;
display: block;
padding: 8px 5px 8px 0;
}
#email-nav-items li a i {
margin-right: 5px;
text-align: center;
width: 25px;
color: #212121;
}
#email-nav-items li a:hover {
color: #03a9f4;
text-decoration: none;
}
#email-nav-items li.active {
background: none repeat scroll 0 0 #e7ebee;
border-left-color: #03a9f4;
font-weight: 700;
}
#email-nav-items li.active a {
color: #03a9f4;
}
#email-nav-labels-wrapper {
padding: 20px 0 10px;
}
#email-nav-labels-wrapper .email-nav-headline {
color: #777;
font-size: 0.75em;
font-weight: 700;
text-transform: uppercase;
}
#email-nav-labels {
padding: 5px 0 0;
}
#email-nav-labels li a {
color: #212121;
font-size: 0.875em;
display: block;
padding: 8px 5px 8px 0;
}
#email-nav-labels li a:hover {
color: #03a9f4;
text-decoration: none;
}
#email-nav-labels li a i {
margin-right: 5px;
text-align: center;
width: 25px;
}
#email-content {
position: relative;
margin-left: 215px;
}
@media (max-width: 991px) {
#email-content {
margin-left: 0;
margin-bottom: 35px;
height: auto !important;
}
}
#email-list {
padding: 10px 0 1px;
}
#email-list li {
background-color: #f3f7fa;
height: 46px;
line-height: 46px;
overflow: hidden;
padding-left: 250px;
padding-right: 10px;
position: relative;
width: 100%;
border-bottom: 1px solid #e7ebee;
}
@media (max-width: 767px) {
#email-list li {
height: auto;
padding-left: 45px;
line-height: 1.5;
min-height: 46px;
}
}
#email-list li:first-child {
border-top: 1px solid #d3d9dd;
}
#email-list li.unread {
background-color: #fff;
}
#email-list li.unread .name,
#email-list li.unread .message .subject {
font-weight: 700;
}
#email-list li.unread .meta-info {
background-color: #fff;
}
#email-list li .chbox {
height: 24px;
left: 10px;
position: absolute;
top: 11px;
width: 24px;
}
@media (max-width: 767px) {
#email-list li .chbox {
top: 50%;
margin-top: -12px;
}
}
#email-list li .star {
left: 38px;
position: absolute;
top: 11px;
}
@media (max-width: 767px) {
#email-list li .star {
display: none;
}
}
#email-list li .star a:before {
color: #ffc107;
content: "\f006";
display: block;
font-family: FontAwesome;
font-size: 1.25em;
font-style: normal;
font-weight: normal;
height: 24px;
line-height: 24px;
text-align: center;
text-decoration: none;
width: 24px;
}
#email-list li .star a:hover {
text-decoration: none;
}
#email-list li .star a:hover:before {
color: #ffa000;
}
#email-list li .star a.starred:before {
content: "\f005";
}
#email-list li .name {
font-size: 0.875em;
left: 70px;
position: absolute;
width: 170px;
}
@media (max-width: 767px) {
#email-list li .name {
left: 45px;
line-height: 1.5;
padding-top: 8px;
}
}
#email-list li .message {
font-size: 0.875em;
}
@media (max-width: 767px) {
#email-list li .message {
margin-top: 24px;
padding-bottom: 8px;
}
}
#email-list li .message > .label {
margin-right: 2px;
}
@media (max-width: 767px) {
#email-list li .message > .label {
display: none;
}
}
#email-list li .message > .body {
color: #777;
font-weight: 400;
}
#email-list li .meta-info {
position: absolute;
right: 0;
top: 0;
padding-right: 10px;
padding-left: 10px;
background-color: #f3f7fa;
}
@media (max-width: 767px) {
#email-list li .meta-info {
padding-left: 5px;
padding-right: 5px;
}
}
#email-list li .meta-info .attachment {
color: #212121;
display: inline-block;
font-size: 1.125em;
margin-right: 5px;
}
@media (max-width: 767px) {
#email-list li .meta-info .attachment {
display: none;
}
}
#email-list li .meta-info .date {
display: inline-block;
font-size: 0.875em;
text-align: right;
width: 60px;
}
@media (max-width: 767px) {
#email-list li .meta-info .date {
width: 50px;
margin-top: 8px;
}
}
#email-list li:hover, #email-list li:hover .meta-info {
cursor: pointer;
background-color: #eff3f6;
}
#email-header-mobile {
height: 36px;
line-height: 36px;
margin-bottom: 10px;
}
#email-header-mobile #email-header-title-mobile {
font-size: 1.4em;
font-weight: 300;
}
#email-detail {
position: relative;
margin-left: 215px;
}
@media (max-width: 991px) {
#email-detail {
margin-left: 0;
margin-bottom: 35px;
}
}
#email-detail-subject,
#email-new-title {
border-bottom: 1px solid #e7ebee;
border-top: 1px solid #e7ebee;
font-weight: 300;
line-height: 1.5;
margin-top: 5px;
padding: 15px 0;
}
#email-new-title {
margin-bottom: 20px;
}
#email-detail-subject .subject,
#email-new-title .subject {
display: block;
float: left;
font-size: 1.5em;
margin-right: 10px;
}
#email-detail-subject .label {
display: inline-block;
float: left;
margin-top: 4px;
padding-bottom: 5px;
padding-top: 5px;
}
#email-detail-sender {
border-bottom: 1px solid #e7ebee;
height: 70px;
padding: 10px 0 10px 60px;
position: relative;
}
@media (max-width: 767px) {
#email-detail-sender {
padding-left: 0;
}
}
#email-detail-sender .picture {
left: 0;
position: absolute;
top: 10px;
}
#email-detail-sender .picture img {
border-radius: 50%;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
width: 50px;
}
#email-detail-sender .users {
padding-top: 6px;
}
#email-detail-sender .users .from .name {
float: left;
font-weight: 700;
margin-right: 5px;
}
#email-detail-sender .users .from .email {
float: left;
}
#email-detail-sender .users .to {
color: #777;
}
#email-detail-sender .tools {
margin-top: -18px;
position: absolute;
right: 0;
top: 50%;
}
#email-detail-sender .tools .date {
color: #777;
float: left;
font-size: 0.875em;
line-height: 36px;
margin-right: 10px;
}
#email-detail-sender .tools .btns {
float: right;
}
#email-detail-sender .tools .btns .dropdown-menu {
left: auto;
right: 0;
}
#email-body {
padding: 18px 30px 18px 0;
}
#email-body p {
margin: 0 0 10px;
}
#email-body p:last-child {
margin-bottom: 0;
}
#email-body ul,
#email-body ol {
list-style: inherit;
padding-left: 20px;
margin-bottom: 10px;
}
#email-body ul li,
#email-body ol li {
padding: 2px 0;
line-height: 1.4;
}
#email-body h1 {
padding-left: 0;
margin-bottom: 15px;
margin-top: 25px;
}
#email-body h2 {
margin-top: 20px;
padding: 0;
}
#email-body h3 {
border: none;
padding-left: 0;
margin-top: 15px;
}
#email-detail-attachments {
border-top: 1px solid #e7ebee;
padding: 18px 0;
}
#email-detail-attachments #email-attachments-header .headline {
float: left;
font-size: 0.875em;
}
#email-detail-attachments #email-attachments-header .headline > span {
font-weight: 600;
}
#email-detail-attachments #email-attachments-header .headline > b {
font-weight: 600;
}
#email-detail-attachments #email-attachments-header .tools {
float: left;
font-size: 0.875em;
margin-left: 3px;
}
#email-detail-attachments #email-attachments-content ul li {
background: none repeat scroll 0 0 #e7ebee;
border: 1px solid #e7ebee;
border-radius: 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
float: left;
font-size: 0.875em;
margin: 10px 10px 10px 0;
overflow: hidden;
padding: 0;
}
#email-detail-attachments #email-attachments-content ul li .img {
border-radius: 3px 3px 0 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
height: 87px;
overflow: hidden;
width: 130px;
text-align: center;
}
#email-detail-attachments #email-attachments-content ul li .img img {
width: 100%;
}
#email-detail-attachments #email-attachments-content ul li .img > i {
font-size: 5.7em;
padding: 10px 0;
}
#email-detail-attachments #email-attachments-content ul li .name {
display: block;
padding: 4px 6px;
}
#email-detail-attachments #email-attachments-content ul li > a {
display: block;
padding: 0 6px 5px;
}
#email-new {
position: relative;
margin-left: 215px;
}
@media (max-width: 991px) {
#email-new {
margin-left: 0;
margin-bottom: 55px;
}
}
#email-new-header .form-group label,
#email-new-body label {
font-weight: 600;
margin-bottom: 0;
margin-top: 9px;
text-align: right;
}
@media (max-width: 767px) {
#email-new-header .form-group label,
#email-new-body label {
padding-bottom: 4px;
}
}
#email-new-body label {
text-align: left;
padding-left: 5px;
}
#email-new-footer {
margin-top: 20px;
margin-bottom: 20px;
}
#email-new .form-control-s2 {
width: 100%;
}
#email-new .wysiwyg-editor {
max-height: 220px;
height: 220px;
}
#email-new .select2-container.select2-container-multi .select2-choices .select2-search-field input {
height: 32px;
}
/* CONFIG TOOLS */
#config-tool {
position: fixed;
right: 0;
top: 120px;
width: 200px;
z-index: 1000;
transition: all 0.2s ease-in-out 0s;
}
#config-tool #config-tool-cog {
background: #fff;
border-radius: 3px 0 0 3px;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
cursor: pointer;
left: -50px;
padding: 10px;
position: absolute;
text-align: center;
width: 50px;
transition: all 0.1s ease-in-out 0s;
top: 0;
}
#config-tool.closed #config-tool-cog i {
/* -webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); */
-webkit-animation: rotating 3s linear infinite;
-moz-animation: rotating 3s linear infinite;
-ms-animation: rotating 3s linear infinite;
-o-animation: rotating 3s linear infinite;
animation: rotating 3s linear infinite;
}
#config-tool.closed #config-tool-cog:hover {
background-color: #03a9f4;
color: #fff;
}
#config-tool #config-tool-cog i {
font-size: 2.2em;
/* -webkit-transition: -webkit-transform 1.1s ease-in-out 0.1s;
-moz-transition: -moz-transform 1.1s ease-in-out 0.1s;
transition: transform 1.1s ease-in-out 0.1s;
-webkit-animation: rotating 2s linear infinite; */
}
@-webkit-keyframes rotating {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@-moz-keyframes rotating {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@-ms-keyframes rotating {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@-o-keyframes rotating {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
#config-tool #config-tool-options {
background: #fff;
box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
padding: 15px;
}
#config-tool #config-tool-options h4 {
margin: 0;
font-size: 1.3em;
}
#config-tool #config-tool-options ul {
list-style: none;
padding: 15px 0 0;
margin: 0;
}
#config-tool #config-tool-options ul li {
padding: 4px 0;
}
#config-tool #config-tool-options ul li .checkbox {
margin: 0;
}
#config-tool.closed {
right: -200px;
}
#config-tool.opened {
right: 0;
}
#config-tool #skin-colors li {
display: block;
float: left;
padding: 3px !important;
}
#config-tool #skin-colors li a.skin-changer {
background: #03a9f4;
display: block;
height: 30px;
width: 30px;
cursor: pointer;
}
#config-tool #skin-colors li:nth-child(5) {
clear: left;
}
#config-tool #skin-colors li a.skin-changer.active {
border: 2px solid #ff0000;
}
/* RTL support */
.rtl #content-wrapper {
margin-left: 0;
margin-right: 220px;
}
.rtl .nav-small #content-wrapper {
margin-right: 64px;
}
.rtl .pull-left {
float: right !important;
}
.rtl .pull-right {
float: left !important;
}
.rtl .nav > li {
float: right;
}
.rtl #sidebar-nav .nav > li {
float: none;
}
.rtl #sidebar-nav .nav > li > a {
border-left: none;
padding-left: 15px;
padding-right: 20px;
}
.rtl #sidebar-nav .nav > li > a:hover {
border-left-color: transparent;
border-right-color: #03a9f4;
}
.rtl .nav-pills > li.active > a,
.rtl .nav-pills > li.active > a:hover,
.rtl .nav-pills > li.active > a:focus,
.rtl #sidebar-nav .nav-pills > li.active > a,
.rtl #sidebar-nav .nav-pills > li.active > a:hover,
.rtl #sidebar-nav .nav-pills > li.active > a:focus,
.rtl .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a {
border-left-color: transparent;
border-right-color: #03a9f4;
}
.rtl #sidebar-nav .nav > li > a > span {
margin-left: 0;
margin-right: 35px;
}
.rtl #sidebar-nav .nav > li > a > span.label {
margin-right: 0;
}
.rtl #sidebar-nav .nav li > a.dropdown-toggle > .drop-icon {
left: 25px;
right: auto;
}
.rtl #sidebar-nav .nav li .submenu > li > a {
padding-left: 0;
padding-right: 66px;
}
.rtl #sidebar-nav .nav > .open > .submenu > li > .submenu a:before {
margin-right: -10px;
margin-left: 0;
}
.rtl .navbar > .container .navbar-brand {
margin-right: -8px;
margin-left: 0;
}
.rtl #user-left-box img {
float: right;
}
.rtl #user-left-box .user-box {
padding-left: 0;
padding-right: 15px;
float: right;
}
.rtl .nav-small #nav-col #sidebar-nav .nav li .submenu {
right: 64px;
left: auto;
}
.rtl .messages-list .item > a > .content {
padding-left: 0;
padding-right: 50px;
}
.rtl .notifications-list .item a .time {
left: 13px;
right: auto;
}
.rtl .notifications-list .item a .time i {
margin-left: 3px;
margin-right: 0;
}
.rtl .dropdown-menu > li > a {
padding-right: 35px;
padding-left: 25px;
}
.rtl .dropdown-menu > li > a > i {
margin-right: -18px;
margin-left: 0;
}
.rtl .mobile-search > a.btn {
float: left;
}
.rtl .mobile-search.active .drowdown-search {
right: 0;
left: auto;
}
.rtl .drowdown-search {
right: 168px;
left: 0;
}
.rtl .navbar-nav {
margin-left: 0;
}
.rtl #logo.navbar-brand > img {
float: right;
padding-left: 4px;
padding-right: 0;
}
.rtl .infographic-box i {
float: right;
margin-right: 0;
margin-left: 15px;
}
.rtl .infographic-box .headline {
text-align: left;
}
.rtl .infographic-box .value {
text-align: left;
}
.rtl .social-box > i {
text-align: left;
}
.rtl .social-box .social-count {
float: right;
}
.rtl .social-box .social-action {
margin-left: 0;
margin-right: 5px;
float: right;
}
.rtl .breadcrumb > li + li:before {
display: none;
}
.rtl .breadcrumb > li + li:after {
color: #262626;
font-family: FontAwesome;
content: "\f104";
}
.rtl .breadcrumb > li {
margin-left: 0;
margin-right: 8px;
}
.rtl .breadcrumb > li span {
padding-left: 0;
padding-right: 8px;
}
.rtl .breadcrumb > li:first-child {
margin-right: 0;
}
.rtl h1 {
padding-left: 0;
padding-right: 14px;
}
.rtl .graph-box {
border-radius: 0 3px 3px 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
}
.rtl .filter-block .form-group {
margin-right: 0;
margin-left: 10px;
}
.rtl .filter-block .btn {
margin-right: 5px;
margin-left: 0;
}
.rtl .filter-block .form-group .search-icon {
left: 8px;
right: auto;
}
.rtl .widget-users li > .img,
.rtl .widget-products li .img,
.rtl .widget-todo .name {
float: right;
}
.rtl .widget-users li > .details {
margin-right: 60px;
margin-left: 0;
}
.rtl .widget-products li .product {
margin-right: 90px;
margin-left: 0;
}
.rtl .widget-products li > a:after {
left: 10px;
right: auto;
content: "\f137";
}
.rtl .widget-todo .actions {
float: left;
padding-right: 0;
padding-left: 5px;
}
.rtl .checkbox-nice {
padding-right: 15px;
padding-left: 0;
}
.rtl .checkbox-nice label:after {
right: 6px;
left: auto;
}
.rtl .checkbox-nice label:before {
right: 1px;
left: auto;
}
.rtl .conversation-user {
float: right;
}
.rtl .conversation-body:before {
right: -12px;
left: auto;
border-color: transparent transparent transparent #f5f5f5;
}
.rtl .conversation-body {
margin-left: 0;
margin-right: 60px;
}
.rtl .conversation-body > .time {
left: 10px;
right: auto;
}
.rtl .conversation-item.item-right .conversation-user {
float: left;
}
.rtl .conversation-item.item-right .conversation-body:before {
border-color: transparent #dceffc transparent transparent;
right: auto;
left: -12px;
}
.rtl .conversation-item.item-right .conversation-body {
margin-right: 0;
margin-left: 60px;
}
.rtl #config-tool {
left: 0;
right: auto;
}
.rtl #config-tool.closed {
left: -200px;
}
.rtl #config-tool #config-tool-cog {
left: auto;
right: -50px;
border-radius: 0 3px 3px 0;
background-clip: padding-box;
/* stops bg color from leaking outside the border: */
box-shadow: 3px 3px 3px -2px rgba(0, 0, 0, 0.1);
}
.rtl .user-list tbody td > img {
float: right;
margin-left: 15px;
margin-right: 0;
}
.rtl #email-content,
.rtl #email-detail,
.rtl #email-new {
margin-left: 0;
margin-right: 215px;
}
.rtl #email-header-tools {
margin-left: 0;
margin-right: 215px;
float: right;
}
.rtl #email-header-pagination .num-items {
margin-left: 10px;
margin-right: 0;
}
.rtl #email-list li {
padding-left: 10px;
padding-right: 250px;
}
.rtl #email-list li .chbox {
right: 10px;
left: auto;
}
.rtl #email-list li .star {
right: 38px;
left: auto;
}
.rtl #email-list li .name {
right: 70px;
left: auto;
}
.rtl #email-list li .meta-info {
left: 0;
right: auto;
}
.rtl #email-list li .meta-info .attachment {
margin-left: 5px;
margin-right: 0;
}
.rtl #email-nav-items li.active {
border-right-color: #03a9f4;
}
.rtl #email-nav-items li {
border-left-width: 0;
border-right: 3px solid #fff;
}
.rtl #email-nav-items li a,
.rtl #email-nav-labels li a {
padding-left: 5px;
padding-right: 0;
}
.rtl #email-nav-items li a i,
.rtl #email-nav-labels li a i {
margin-left: 5px;
margin-right: 0;
}
.rtl #email-detail-subject .subject,
.rtl #email-new-title .subject {
float: right;
margin-right: 0;
margin-left: 10px;
}
.rtl #email-detail-subject .label {
float: right;
}
.rtl #email-detail-sender .picture {
left: auto;
right: 0;
}
.rtl #email-detail-sender .tools {
left: 0;
right: auto;
}
.rtl #email-detail-sender .users .from .name,
.rtl #email-detail-sender .users .from .email {
float: right;
}
.rtl #email-detail-sender {
padding-right: 60px;
padding-left: 0;
}
.rtl #email-detail-attachments #email-attachments-header .headline {
float: right;
}
.rtl #email-detail-attachments #email-attachments-header .tools {
float: right;
margin-left: 0;
margin-right: 3px;
}
.rtl #email-detail-attachments #email-attachments-content ul li {
float: right;
margin-right: 0;
margin-left: 10px;
}
.rtl #email-body {
padding-right: 0;
padding-left: 30px;
}
.rtl #email-new-header .form-group label,
.rtl #email-new-body label {
text-align: left;
}
.rtl .select2-container.select2-container-multi .select2-choices .select2-search-choice {
margin-left: 0;
margin-right: 5px;
}
.rtl .select2-container-multi .select2-choices .select2-search-choice {
padding-left: 5px;
padding-right: 18px;
}
.rtl .select2-container-multi .select2-choices li {
float: right;
}
.rtl #email-navigation .email-compose-btn > i {
margin-left: 3px;
margin-right: 0;
}
.rtl .dygraph canvas {
right: 0;
}
.rtl .profile-box-menu .profile-img {
float: right;
margin-left: 15px;
margin-right: 0;
}
.rtl .mfp-image-holder .mfp-close,
.rtl .mfp-iframe-holder .mfp-close {
left: -6px;
padding-left: 6px;
text-align: left;
}
.rtl .mfp-counter {
left: 0;
right: auto;
}
.rtl .pricing-package .package-features li {
padding-right: 25px;
padding-left: 0;
}
.rtl .pricing-package .package-features li.has-feature:before,
.rtl .pricing-package .package-features li.has-nofeature:before {
right: 0;
left: auto;
}
.rtl .pricing-package .package-footer .btn > span {
padding-left: 6px;
padding-right: 0;
}
.rtl .project-box .project-box-ultrafooter .project-img-owner {
float: right;
margin-left: 5px;
margin-right: 0;
}
.rtl .profile-box-contact .profile-img {
margin-left: 15px;
margin-right: 0;
float: right;
}
.rtl .main-box {
box-shadow: -1px 1px 2px 0 #cccccc;
}
.rtl .nav-tabs > li > a {
margin-right: 0;
margin-left: 3px;
}
.rtl #newsfeed .story-content {
padding-left: 0;
padding-right: 100px;
}
.rtl #newsfeed .story-content .story-header .story-time {
left: 0;
right: auto;
}
.rtl #newsfeed .story-content .story-footer .story-comments-link {
margin-left: 10px;
margin-right: 0;
}
.rtl #user-profile h2 {
padding-right: 0;
padding-left: 15px;
}
.rtl #user-profile .profile-details ul {
margin-left: 0;
margin-right: 40px;
}
.rtl #user-profile .profile-details ul > li > i {
right: -2.14286em;
left: auto;
}
.rtl #search-results li .search-img {
margin-right: 0;
margin-left: 8px;
float: right;
}
.rtl #invoice-companies .invoice-box {
border-left: 1px solid #e7ebee;
border-right: 0;
}
.rtl #invoice-companies .invoice-box.invoice-box-dates {
border-left: 0;
}
.rtl #invoice-companies .invoice-icon {
margin-left: 20px;
margin-right: 0;
float: right;
}
.rtl #invoice-companies .invoice-company {
float: right;
}
.rtl .invoice-box-total .invoice-box-total-label,
.rtl .invoice-box-total .invoice-box-total-value {
text-align: left;
}
.rtl div.hopscotch-bubble {
direction: ltr;
}
.rtl #login-box #login-forget-link {
text-align: left;
}
.rtl .input-group-addon:first-child {
border-right-color: #e7ebee;
}
.rtl blockquote {
padding-left: 20px;
padding-right: 40px;
}
.rtl blockquote:before {
margin-left: 0;
margin-right: -28px;
}
.rtl .blockquote-reverse,
.rtl blockquote.pull-right {
border-left: 5px solid #03a9f4;
border-right: none;
padding-left: 40px;
padding-right: 20px;
}
.rtl blockquote.pull-right:before {
left: 50px;
right: auto;
margin-right: 0;
}
.rtl .alert {
border-width: 0 4px 0 0;
border-style: none solid none none;
}
.rtl .fa-ul {
margin-left: 0;
margin-right: 2.14286em;
padding-right: 0;
}
.rtl .fa-li {
right: -2.14286em;
left: auto;
}
.rtl .dd-list .dd-list {
padding-left: 0;
padding-right: 30px;
}
.rtl .dd-handle .nested-links {
float: left;
}
.rtl .dd-item > button {
float: right;
}
.rtl .dd-handle-list {
left: auto;
right: 0;
}
.rtl .dd-item-list .dd-handle {
padding-right: 40px;
padding-left: 10px;
}
.rtl .dataTables_filter input {
margin-right: 10px;
}
.rtl .dataTables_length {
float: right;
margin-right: 0;
margin-left: 30px;
}
.rtl .DTTT.btn-group {
float: left;
margin-right: 10px;
margin-left: 0;
}
.rtl .dataTables_filter {
float: left;
}
.rtl .wizard-modal-header.modal-header h3 {
padding-left: 0;
padding-right: 20px;
}
.rtl li.wizard-nav-item {
float: none;
}
.rtl .wizard-cancel {
margin-left: 0;
margin-right: 20px;
}
@media (max-width: 991px) {
.rtl #content-wrapper {
margin-right: 0 !important;
}
.rtl #email-content,
.rtl #email-header-tools,
.rtl #email-detail,
.rtl #email-new {
margin-right: 0;
}
}
@media (max-width: 767px) {
.rtl #email-list li .name {
right: 45px;
}
.rtl #email-list li {
padding-right: 45px;
}
.rtl #email-new-body label {
text-align: right;
padding-right: 5px;
}
}
.theme-blue #header-navbar {
background-color: #03a9f4;
}
.theme-blue .navbar > .container .navbar-brand {
background-color: #03a9f4;
}
.theme-blue #nav-col,
.theme-blue #page-wrapper {
background-color: #4c5763;
}
.theme-blue #sidebar-nav .nav > .open > .submenu > li > .submenu,
.theme-blue #sidebar-nav .nav > .active > .submenu > li > .submenu,
.theme-blue #sidebar-nav .nav li .submenu > li.open a,
.theme-blue #nav-col-submenu .submenu > li > .submenu,
.theme-blue #nav-col-submenu li .submenu > li.open > a {
background-color: #363e46;
}
.theme-blue #sidebar-nav .nav > .open > .submenu > .open > a,
.theme-blue #sidebar-nav .nav > .active > .submenu > .open > a,
.theme-blue #sidebar-nav .nav > .active > .submenu > .active > a,
.theme-blue #nav-col-submenu > .submenu > .open > a,
.theme-blue #nav-col-submenu > .submenu > .active > a {
border-bottom-color: transparent;
box-shadow: 0 -1px 0 transparent inset;
}
.theme-blue #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,
.theme-blue #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,
.theme-blue #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active {
color: #03a9f4;
}
.theme-blue .nav-pills > li.active > a,
.theme-blue .nav-pills > li.active > a:hover,
.theme-blue .nav-pills > li.active > a:focus,
.theme-blue #sidebar-nav .nav-pills > li.active > a,
.theme-blue #sidebar-nav .nav-pills > li.active > a:hover,
.theme-blue #sidebar-nav .nav-pills > li.active > a:focus,
.theme-blue .nav-pills > li.open > a,
.theme-blue .nav-pills > li.open > a:hover,
.theme-blue .nav-pills > li.open > a:focus,
.theme-blue #sidebar-nav .nav-pills > li.open > a,
.theme-blue #sidebar-nav .nav-pills > li.open > a:hover,
.theme-blue #sidebar-nav .nav-pills > li.open > a:focus,
.theme-blue .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,
.theme-blue .nav-small #nav-col-submenu .submenu > .open > a,
.theme-blue .nav-small #nav-col-submenu .submenu > .active > a,
.theme-blue .nav-small #nav-col-submenu .submenu > li > a:hover {
background-color: #414a55;
}
.theme-blue #sidebar-nav .nav > li > a:hover {
background-color: #414a55;
}
.theme-blue #header-navbar .nav > li > a {
color: #fff;
}
.theme-blue #header-navbar .nav > li > a:hover,
.theme-blue #header-navbar .nav > li > a:focus,
.theme-blue #header-navbar .nav .open > a,
.theme-blue #header-navbar .nav .open > a:hover,
.theme-blue #header-navbar .nav .open > a:focus {
background-color: #2980b9;
}
.theme-blue #sidebar-nav .nav li .submenu,
.theme-blue #nav-col-submenu .submenu {
background-color: #414a55;
}
.theme-blue #sidebar-nav .nav li .submenu > li > a:hover,
.theme-blue #sidebar-nav .nav li .submenu > li > a.active,
.theme-blue #sidebar-nav .nav li .submenu > li.active > a,
.theme-blue .nav-small #nav-col-submenu .submenu > .open > a,
.theme-blue .nav-small #nav-col-submenu .submenu > .active > a,
.theme-blue .nav-small #nav-col-submenu .submenu > li > a:hover,
.theme-blue .nav-small #nav-col-submenu .submenu > li > a.active,
.theme-blue .nav-small #nav-col-submenu .submenu > li.active > a {
background-color: #363e46;
}
.theme-blue #sidebar-nav .nav > li.nav-header {
border-top-color: #414a55;
color: #98a3b0;
}
.theme-blue .navbar > .container .navbar-brand {
color: #fff;
}
.theme-blue .navbar-toggle {
color: #fff;
}
.theme-blue .pace .pace-progress {
background-color: #fff;
}
@media (max-width: 991px) {
.theme-blue #logo.navbar-brand > img.normal-logo.logo-white {
display: block;
}
.theme-blue #logo.navbar-brand > img.normal-logo.logo-black {
display: none;
}
}
.theme-amethyst .navbar > .container .navbar-brand {
background-color: #9c27b0;
}
.theme-amethyst #nav-col,
.theme-amethyst #page-wrapper {
background-color: #4c5763;
}
.theme-amethyst #sidebar-nav .nav > .open > .submenu > li > .submenu,
.theme-amethyst #sidebar-nav .nav > .active > .submenu > li > .submenu,
.theme-amethyst #sidebar-nav .nav li .submenu > li.open a,
.theme-amethyst #nav-col-submenu .submenu > li > .submenu,
.theme-amethyst #nav-col-submenu li .submenu > li.open > a {
background-color: #2a3139;
}
.theme-amethyst #sidebar-nav .nav > .open > .submenu > .open > a,
.theme-amethyst #sidebar-nav .nav > .active > .submenu > .open > a,
.theme-amethyst #sidebar-nav .nav > .active > .submenu > .active > a,
.theme-amethyst #nav-col-submenu > .submenu > .open > a,
.theme-amethyst #nav-col-submenu > .submenu > .active > a {
border-bottom-color: transparent;
box-shadow: 0 -1px 0 transparent inset;
}
.theme-amethyst #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,
.theme-amethyst #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,
.theme-amethyst #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active,
.theme-amethyst .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,
.theme-amethyst .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active {
color: #9c27b0;
}
.theme-amethyst .nav-pills > li.active > a,
.theme-amethyst .nav-pills > li.active > a:hover,
.theme-amethyst .nav-pills > li.active > a:focus,
.theme-amethyst #sidebar-nav .nav-pills > li.active > a,
.theme-amethyst #sidebar-nav .nav-pills > li.active > a:hover,
.theme-amethyst #sidebar-nav .nav-pills > li.active > a:focus,
.theme-amethyst .nav-pills > li.open > a,
.theme-amethyst .nav-pills > li.open > a:hover,
.theme-amethyst .nav-pills > li.open > a:focus,
.theme-amethyst #sidebar-nav .nav-pills > li.open > a,
.theme-amethyst #sidebar-nav .nav-pills > li.open > a:hover,
.theme-amethyst #sidebar-nav .nav-pills > li.open > a:focus,
.theme-amethyst .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,
.theme-amethyst .nav-small #nav-col-submenu .submenu > .open > a,
.theme-amethyst .nav-small #nav-col-submenu .submenu > .active > a,
.theme-amethyst .nav-small #nav-col-submenu .submenu > li > a:hover {
background-color: #414a55;
}
.theme-amethyst #sidebar-nav .nav > li > a:hover {
background-color: #414a55;
}
.theme-amethyst #header-navbar .nav > li > a:hover,
.theme-amethyst #header-navbar .nav > li > a:focus,
.theme-amethyst #header-navbar .nav .open > a,
.theme-amethyst #header-navbar .nav .open > a:hover,
.theme-amethyst #header-navbar .nav .open > a:focus {
background-color: #7b1fa2;
}
.theme-amethyst #sidebar-nav .nav li .submenu,
.theme-amethyst #nav-col-submenu .submenu {
background-color: #414a55;
}
.theme-amethyst #sidebar-nav .nav li .submenu > li > a:hover,
.theme-amethyst #sidebar-nav .nav li .submenu > li > a.active,
.theme-amethyst #sidebar-nav .nav li .submenu > li.active > a,
.theme-amethyst .nav-small #nav-col-submenu .submenu > .open > a,
.theme-amethyst .nav-small #nav-col-submenu .submenu > .active > a,
.theme-amethyst .nav-small #nav-col-submenu .submenu > li > a:hover,
.theme-amethyst .nav-small #nav-col-submenu .submenu > li > a.active,
.theme-amethyst .nav-small #nav-col-submenu .submenu > li.active > a {
background-color: #2a3139;
}
.theme-amethyst #sidebar-nav .nav > li.nav-header {
border-top-color: #414a55;
color: #98a3b0;
}
.theme-amethyst a,
.theme-amethyst .fc-state-default,
.theme-amethyst .jvectormap-zoomin,
.theme-amethyst .jvectormap-zoomout,
.theme-amethyst #user-profile .profile-details ul > li > span {
color: #9c27b0;
}
.theme-amethyst a:hover,
.theme-amethyst a:focus,
.theme-amethyst .widget-users li > .details > .name > a:hover,
.theme-amethyst .widget-todo .actions > a:hover {
color: #9c27b0;
}
.theme-amethyst .table a.table-link:hover {
color: #7b1fa2;
}
.theme-amethyst .pagination > li > a,
.theme-amethyst .pagination > li > span,
.theme-amethyst .pagination > li > a:hover,
.theme-amethyst .pagination > li > span:hover,
.theme-amethyst .pagination > li > a:focus,
.theme-amethyst .pagination > li > span:focus,
.theme-amethyst .pagination > li > a:active,
.theme-amethyst .pagination > li > span:active {
color: #9c27b0;
}
.theme-amethyst .pagination > .active > a,
.theme-amethyst .pagination > .active > span,
.theme-amethyst .pagination > .active > a:hover,
.theme-amethyst .pagination > .active > span:hover,
.theme-amethyst .pagination > .active > a:focus,
.theme-amethyst .pagination > .active > span:focus {
background-color: #9c27b0;
border-color: #9c27b0;
color: #fff;
}
.theme-amethyst .graph-box {
background-color: #9c27b0 !important;
}
.theme-amethyst .btn-primary,
.theme-amethyst .btn-default,
.theme-amethyst .btn-info,
.theme-amethyst .btn-success,
.theme-amethyst .btn-warning,
.theme-amethyst .btn-danger,
.theme-amethyst .btn-primary:hover,
.theme-amethyst .btn-default:hover,
.theme-amethyst .btn-info:hover,
.theme-amethyst .btn-success:hover,
.theme-amethyst .btn-warning:hover,
.theme-amethyst .btn-danger:hover {
color: #fff;
}
.theme-amethyst .btn-primary {
background-color: #9c27b0;
border-color: #7b1fa2;
}
.theme-amethyst .btn-primary:hover {
background-color: #7b1fa2;
border-color: #6c2e86;
}
.theme-amethyst h1 {
color: #9c27b0;
}
.theme-amethyst .nav-tabs > li.active > a,
.theme-amethyst .nav-tabs > li.active > a:hover,
.theme-amethyst .nav-tabs > li.active > a:focus {
border-top-color: #9c27b0;
}
.theme-amethyst .widget-users li > .details > .time {
color: #9c27b0;
}
.theme-amethyst .conversation-item.item-right .conversation-body:before {
border-color: transparent transparent transparent #f7e9fd;
}
.theme-amethyst .conversation-item.item-right .conversation-body,
.theme-amethyst .invoice-summary .invoice-summary-item {
background-color: #f7e9fd;
}
.theme-amethyst blockquote,
.theme-amethyst blockquote.pull-right {
border-color: #9c27b0;
}
.theme-amethyst a.list-group-item.active,
.theme-amethyst a.list-group-item.active:hover,
.theme-amethyst a.list-group-item.active:focus {
background-color: #9c27b0;
border-color: #9c27b0;
}
.theme-amethyst .nav .caret {
border-bottom-color: #9c27b0;
border-top-color: #9c27b0;
}
.theme-amethyst .panel-default > .panel-heading,
.theme-amethyst .notifications-list .item-footer {
background-color: #9c27b0;
}
.theme-amethyst .notifications-list .item-footer a:hover {
background-color: #7b1fa2;
}
.theme-amethyst #invoice-companies .invoice-dates .invoice-number > span,
.theme-amethyst .notifications-list .item a .time {
color: #9c27b0;
}
.theme-amethyst #header-navbar .nav > li > a:hover,
.theme-amethyst #header-navbar .nav > li > a:focus,
.theme-amethyst #header-navbar .nav .open > a,
.theme-amethyst #header-navbar .nav .open > a:hover,
.theme-amethyst #header-navbar .nav .open > a:focus,
.theme-amethyst .navbar-toggle:hover,
.theme-amethyst .navbar-toggle:focus,
.theme-amethyst .mobile-search.active > .btn {
background-color: #9c27b0;
}
.theme-amethyst .table thead > tr > th > a:hover span {
color: #9c27b0;
border-color: #9c27b0;
}
.theme-amethyst #email-nav-items li.active {
border-left-color: #9c27b0;
border-right-color: #9c27b0;
}
.theme-amethyst #email-nav-items li.active a {
color: #9c27b0;
}
.theme-amethyst #email-nav-items li.active .label-primary {
background-color: #9c27b0;
}
.theme-amethyst #email-nav-items li a:hover {
color: #9c27b0;
}
.theme-amethyst .select2-container.select2-container-multi .select2-choices .select2-search-choice {
background-color: #9c27b0;
}
.theme-amethyst .cd-timeline-img {
background-color: #9c27b0;
box-shadow: 0 0 0 6px #dec0eb;
}
.theme-amethyst #cd-timeline::before {
background-color: #dec0eb;
}
.theme-amethyst .dataTable thead th:hover {
color: #9c27b0;
}
.theme-amethyst .pace .pace-progress {
background-color: #9c27b0;
}
.theme-amethyst #config-tool.closed #config-tool-cog:hover {
background-color: #9c27b0;
}
.theme-amethyst #sidebar-nav .nav > li.nav-header {
border-top-color: #414a55;
color: #98a3b0;
}
@media only screen and (min-width: 1170px) {
.theme-amethyst .cd-timeline-content .cd-date {
color: #9c27b0;
}
}
@media (max-width: 991px) {
.theme-amethyst #logo.navbar-brand > img.normal-logo.logo-white {
display: none;
}
.theme-amethyst #logo.navbar-brand > img.normal-logo.logo-black {
display: block;
}
.theme-amethyst .navbar > .container .navbar-brand {
background-color: #fff;
}
}
.theme-red #header-navbar {
background-color: #e84e40;
}
.theme-red .navbar > .container .navbar-brand {
background-color: #e84e40;
}
.theme-red #nav-col,
.theme-red #page-wrapper {
background-color: #272d33;
}
.theme-red #sidebar-nav .nav > .open > .submenu > li > .submenu,
.theme-red #sidebar-nav .nav > .active > .submenu > li > .submenu,
.theme-red #sidebar-nav .nav li .submenu > li.open a,
.theme-red #nav-col-submenu .submenu > li > .submenu,
.theme-red #nav-col-submenu li .submenu > li.open > a {
background-color: #121518;
}
.theme-red #sidebar-nav .nav > .open > .submenu > .open > a,
.theme-red #sidebar-nav .nav > .active > .submenu > .open > a,
.theme-red #sidebar-nav .nav > .active > .submenu > .active > a,
.theme-red #nav-col-submenu > .submenu > .open > a,
.theme-red #nav-col-submenu > .submenu > .active > a {
border-bottom-color: transparent;
box-shadow: 0 -1px 0 transparent inset;
}
.theme-red #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,
.theme-red #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,
.theme-red #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active,
.theme-red .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,
.theme-red .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active {
color: #e84e40;
}
.theme-red .nav-pills > li.active > a,
.theme-red .nav-pills > li.active > a:hover,
.theme-red .nav-pills > li.active > a:focus,
.theme-red #sidebar-nav .nav-pills > li.active > a,
.theme-red #sidebar-nav .nav-pills > li.active > a:hover,
.theme-red #sidebar-nav .nav-pills > li.active > a:focus,
.theme-red .nav-pills > li.open > a,
.theme-red .nav-pills > li.open > a:hover,
.theme-red .nav-pills > li.open > a:focus,
.theme-red #sidebar-nav .nav-pills > li.open > a,
.theme-red #sidebar-nav .nav-pills > li.open > a:hover,
.theme-red #sidebar-nav .nav-pills > li.open > a:focus,
.theme-red .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,
.theme-red .nav-small #nav-col-submenu .submenu > .open > a,
.theme-red .nav-small #nav-col-submenu .submenu > .active > a,
.theme-red .nav-small #nav-col-submenu .submenu > li > a:hover {
background-color: #161a1d;
}
.theme-red #sidebar-nav .nav > li > a:hover {
background-color: #161a1d;
}
.theme-red #header-navbar .nav > li > a {
color: #fff;
}
.theme-red #header-navbar .nav > li > a:hover,
.theme-red #header-navbar .nav > li > a:focus,
.theme-red #header-navbar .nav .open > a,
.theme-red #header-navbar .nav .open > a:hover,
.theme-red #header-navbar .nav .open > a:focus {
background-color: #dd191d;
}
.theme-red #sidebar-nav .nav li .submenu,
.theme-red #nav-col-submenu .submenu {
background-color: #161a1d;
}
.theme-red #sidebar-nav .nav li .submenu > li > a:hover,
.theme-red #sidebar-nav .nav li .submenu > li > a.active,
.theme-red #sidebar-nav .nav li .submenu > li.active > a,
.theme-red .nav-small #nav-col-submenu .submenu > .open > a,
.theme-red .nav-small #nav-col-submenu .submenu > .active > a,
.theme-red .nav-small #nav-col-submenu .submenu > li > a:hover,
.theme-red .nav-small #nav-col-submenu .submenu > li > a.active,
.theme-red .nav-small #nav-col-submenu .submenu > li.active > a {
background-color: #121518;
}
.theme-red #sidebar-nav .nav > li.nav-header {
border-top-color: #191d20;
color: #778998;
}
.theme-red .navbar > .container .navbar-brand {
color: #fff;
}
.theme-red .navbar-toggle {
color: #fff;
}
.theme-red .graph-box {
background-color: #e84e40 !important;
}
.theme-red a,
.theme-red .fc-state-default,
.theme-red .jvectormap-zoomin,
.theme-red .jvectormap-zoomout,
.theme-red #user-profile .profile-details ul > li > span {
color: #e84e40;
}
.theme-red a:hover,
.theme-red a:focus,
.theme-red .widget-users li > .details > .name > a:hover,
.theme-red .widget-todo .actions > a:hover {
color: #e84e40;
}
.theme-red .table a.table-link:hover {
color: #dd191d;
}
.theme-red .pagination > li > a,
.theme-red .pagination > li > span,
.theme-red .pagination > li > a:hover,
.theme-red .pagination > li > span:hover,
.theme-red .pagination > li > a:focus,
.theme-red .pagination > li > span:focus,
.theme-red .pagination > li > a:active,
.theme-red .pagination > li > span:active {
color: #e84e40;
}
.theme-red .pagination > .active > a,
.theme-red .pagination > .active > span,
.theme-red .pagination > .active > a:hover,
.theme-red .pagination > .active > span:hover,
.theme-red .pagination > .active > a:focus,
.theme-red .pagination > .active > span:focus {
background-color: #e84e40;
border-color: #e84e40;
color: #fff;
}
.theme-red .notifications-list .item-footer {
background-color: #272d33;
}
.theme-red .notifications-list .item-footer a:hover {
background-color: #0f1114;
}
.theme-red #header-navbar .nav > li > a > span.count {
background-color: #dd191d;
}
.theme-red .btn-primary,
.theme-red .btn-default,
.theme-red .btn-info,
.theme-red .btn-success,
.theme-red .btn-warning,
.theme-red .btn-danger,
.theme-red .btn-primary:hover,
.theme-red .btn-default:hover,
.theme-red .btn-info:hover,
.theme-red .btn-success:hover,
.theme-red .btn-warning:hover,
.theme-red .btn-danger:hover {
color: #fff;
}
.theme-red .btn-primary {
background-color: #e84e40;
border-color: #dd191d;
}
.theme-red .btn-primary:hover,
.theme-red .btn-primary:focus,
.theme-red .btn-primary:active,
.theme-red .btn-primary.active,
.theme-red .open .dropdown-toggle.btn-primary {
background-color: #dd191d;
border-color: #9e2b20;
}
.theme-red .btn-danger {
background-color: #03a9f4;
border-color: #2980b9;
}
.theme-red .btn-danger:hover,
.theme-red .btn-danger:focus,
.theme-red .btn-danger:active,
.theme-red .btn-danger.active,
.theme-red .open .dropdown-toggle.btn-danger {
background-color: #2980b9;
border-color: #1c5c87;
}
.theme-red h1 {
color: #e84e40;
}
.theme-red .nav-tabs > li.active > a,
.theme-red .nav-tabs > li.active > a:hover,
.theme-red .nav-tabs > li.active > a:focus {
border-top-color: #e84e40;
}
.theme-red .widget-users li > .details > .time {
color: #e84e40;
}
.theme-red .conversation-item.item-right .conversation-body:before {
border-color: transparent transparent transparent #fceeec;
}
.theme-red .conversation-item.item-right .conversation-body,
.theme-red .invoice-summary .invoice-summary-item {
background-color: #fceeec;
}
.theme-red blockquote,
.theme-red blockquote.pull-right {
border-color: #e84e40;
}
.theme-red a.list-group-item.active,
.theme-red a.list-group-item.active:hover,
.theme-red a.list-group-item.active:focus {
background-color: #e84e40;
border-color: #e84e40;
}
.theme-red .nav .caret {
border-bottom-color: #e84e40;
border-top-color: #e84e40;
}
.theme-red .panel-default > .panel-heading,
.theme-red .notifications-list .item-footer {
background-color: #e84e40;
}
.theme-red .notifications-list .item-footer a:hover {
background-color: #dd191d;
}
.theme-red #invoice-companies .invoice-dates .invoice-number > span,
.theme-red .notifications-list .item a .time {
color: #e84e40;
}
.theme-red #header-navbar .nav > li > a:hover,
.theme-red #header-navbar .nav > li > a:focus,
.theme-red #header-navbar .nav .open > a,
.theme-red #header-navbar .nav .open > a:hover,
.theme-red #header-navbar .nav .open > a:focus,
.theme-red .navbar-toggle:hover,
.theme-red .navbar-toggle:focus,
.theme-red .mobile-search.active > .btn {
background-color: #dd191d;
}
.theme-red .table thead > tr > th > a:hover span {
color: #dd191d;
border-color: #dd191d;
}
.theme-red #email-nav-items li.active {
border-left-color: #e84e40;
border-right-color: #e84e40;
}
.theme-red #email-nav-items li.active a {
color: #e84e40;
}
.theme-red #email-nav-items li.active .label-primary {
background-color: #e84e40;
}
.theme-red #email-nav-items li a:hover {
color: #e84e40;
}
.theme-red .select2-container.select2-container-multi .select2-choices .select2-search-choice {
background-color: #e84e40;
}
.theme-red .cd-timeline-img {
background-color: #e84e40;
box-shadow: 0 0 0 6px #ebc4c0;
}
.theme-red #cd-timeline::before {
background-color: #ebc4c0;
}
.theme-red .dataTable thead th:hover {
color: #e84e40;
}
.theme-red .pace .pace-progress {
background-color: #fff;
}
.theme-red #config-tool.closed #config-tool-cog:hover {
background-color: #e84e40;
}
@media only screen and (min-width: 1170px) {
.theme-red .cd-timeline-content .cd-date {
color: #e84e40;
}
}
@media (max-width: 991px) {
.theme-red #logo.navbar-brand > img.normal-logo.logo-white {
display: block;
}
.theme-red #logo.navbar-brand > img.normal-logo.logo-black {
display: none;
}
.theme-red .navbar > .container .navbar-brand {
background-color: #e84e40;
}
}
.theme-blue-gradient #header-navbar,
#config-tool #skin-colors li a.skin-changer.blue-gradient {
background: #03a9f4;
/* Old browsers */
background: -moz-linear-gradient(top, #03a9f4 0%, #2980b9 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03a9f4), color-stop(100%, #2980b9));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #03a9f4 0%, #2980b9 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #03a9f4 0%, #2980b9 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #03a9f4 0%, #2980b9 100%);
/* IE10+ */
background: linear-gradient(to bottom, #03a9f4 0%, #2980b9 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary-color', endColorstr='#2980b9',GradientType=0 );
/* IE6-9 */
}
.theme-blue-gradient .navbar > .container .navbar-brand {
background: transparent;
}
.theme-blue-gradient #header-navbar .nav > li > a {
color: #fff;
}
.theme-blue-gradient #header-navbar .nav > li > a:hover,
.theme-blue-gradient #header-navbar .nav > li > a:focus,
.theme-blue-gradient #header-navbar .nav .open > a,
.theme-blue-gradient #header-navbar .nav .open > a:hover,
.theme-blue-gradient #header-navbar .nav .open > a:focus {
background-color: #005486;
}
.theme-blue-gradient .navbar > .container .navbar-brand {
color: #fff;
}
.theme-blue-gradient .navbar-toggle {
color: #fff;
}
.theme-blue-gradient .red-bg {
background: #e84e40 !important;
/* Old browsers */
background: -moz-linear-gradient(top, #e84e40 0%, #dd191d 100%) !important;
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84e40), color-stop(100%, #dd191d)) !important;
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e84e40 0%, #dd191d 100%) !important;
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e84e40 0%, #dd191d 100%) !important;
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #e84e40 0%, #dd191d 100%) !important;
/* IE10+ */
background: linear-gradient(to bottom, #e84e40 0%, #dd191d 100%) !important;
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$red-color', endColorstr='$red-color-dark',GradientType=0 ) !important;
/* IE6-9 */
}
.theme-blue-gradient .emerald-bg {
background: #03a9f4 !important;
/* Old browsers */
background: -moz-linear-gradient(top, #03a9f4 0%, #2980b9 100%) !important;
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03a9f4), color-stop(100%, #2980b9)) !important;
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #03a9f4 0%, #2980b9 100%) !important;
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #03a9f4 0%, #2980b9 100%) !important;
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #03a9f4 0%, #2980b9 100%) !important;
/* IE10+ */
background: linear-gradient(to bottom, #03a9f4 0%, #2980b9 100%) !important;
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary-color', endColorstr='#2980b9',GradientType=0 ) !important;
/* IE6-9 */
}
.theme-blue-gradient .yellow-bg {
background: #ffc107 !important;
/* Old browsers */
background: -moz-linear-gradient(top, #ffc107 0%, #ffa000 100%) !important;
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc107), color-stop(100%, #ffa000)) !important;
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffc107 0%, #ffa000 100%) !important;
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffc107 0%, #ffa000 100%) !important;
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffc107 0%, #ffa000 100%) !important;
/* IE10+ */
background: linear-gradient(to bottom, #ffc107 0%, #ffa000 100%) !important;
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$yellow-color', endColorstr='$yellow-color-dark',GradientType=0 ) !important;
/* IE6-9 */
}
.theme-blue-gradient .green-bg {
background: #8bc34a !important;
/* Old browsers */
background: -moz-linear-gradient(top, #8bc34a 0%, #689f38 100%) !important;
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8bc34a), color-stop(100%, #689f38)) !important;
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8bc34a 0%, #689f38 100%) !important;
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8bc34a 0%, #689f38 100%) !important;
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #8bc34a 0%, #689f38 100%) !important;
/* IE10+ */
background: linear-gradient(to bottom, #8bc34a 0%, #689f38 100%) !important;
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$green-color', endColorstr='$green-color-dark',GradientType=0 ) !important;
/* IE6-9 */
}
.theme-blue-gradient .purple-bg {
background: #9c27b0 !important;
/* Old browsers */
background: -moz-linear-gradient(top, #9c27b0 0%, #7b1fa2 100%) !important;
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c27b0), color-stop(100%, #7b1fa2)) !important;
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #9c27b0 0%, #7b1fa2 100%) !important;
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #9c27b0 0%, #7b1fa2 100%) !important;
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #9c27b0 0%, #7b1fa2 100%) !important;
/* IE10+ */
background: linear-gradient(to bottom, #9c27b0 0%, #7b1fa2 100%) !important;
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$purple-color', endColorstr='$purple-color-dark',GradientType=0 ) !important;
/* IE6-9 */
}
.theme-blue-gradient .gray-bg {
background: #90a4ae !important;
/* Old browsers */
background: -moz-linear-gradient(top, #90a4ae 0%, #607d8b 100%) !important;
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #90a4ae), color-stop(100%, #607d8b)) !important;
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #90a4ae 0%, #607d8b 100%) !important;
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #90a4ae 0%, #607d8b 100%) !important;
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #90a4ae 0%, #607d8b 100%) !important;
/* IE10+ */
background: linear-gradient(to bottom, #90a4ae 0%, #607d8b 100%) !important;
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gray-color', endColorstr='$gray-color-dark',GradientType=0 ) !important;
/* IE6-9 */
}
.theme-blue-gradient .pace .pace-progress {
background-color: #fff;
}
.theme-blue-gradient #nav-col,
.theme-blue-gradient #page-wrapper {
background-color: #2c3e50;
}
@media (max-width: 991px) {
.theme-blue-gradient #logo.navbar-brand > img.normal-logo.logo-white {
display: block;
}
.theme-blue-gradient #logo.navbar-brand > img.normal-logo.logo-black {
display: none;
}
}
.theme-white #header-navbar {
background-color: #8bc34a;
}
.theme-white .navbar > .container .navbar-brand {
background-color: #8bc34a;
width: 221px;
}
.theme-white #nav-col,
.theme-white #page-wrapper {
background-color: #ffffff;
}
.theme-white #sidebar-nav .nav > li > a {
color: #484848;
/* border-bottom: 1px solid #e0e0e0; */
}
.theme-white #sidebar-nav .nav > .open > .submenu > li > .submenu,
.theme-white #sidebar-nav .nav > .active > .submenu > li > .submenu,
.theme-white #sidebar-nav .nav li .submenu > li.open a,
.theme-white #nav-col-submenu .submenu > li > .submenu,
.theme-white #nav-col-submenu li .submenu > li.open > a {
background-color: #ebebeb;
}
.theme-white #sidebar-nav .nav > .open > .submenu > .open > a,
.theme-white #sidebar-nav .nav > .active > .submenu > .open > a,
.theme-white #sidebar-nav .nav > .active > .submenu > .active > a,
.theme-white #nav-col-submenu .submenu > .open > a,
.theme-white #nav-col-submenu .submenu > .active > a {
border-bottom-color: transparent;
box-shadow: none;
}
.theme-white #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,
.theme-white #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,
.theme-white #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active,
.theme-white .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,
.theme-white .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active {
color: #8bc34a;
}
.theme-white .nav-pills > li.active > a,
.theme-white .nav-pills > li.active > a:hover,
.theme-white .nav-pills > li.active > a:focus,
.theme-white #sidebar-nav .nav-pills > li.active > a,
.theme-white #sidebar-nav .nav-pills > li.active > a:hover,
.theme-white #sidebar-nav .nav-pills > li.active > a:focus,
.theme-white .nav-pills > li.open > a,
.theme-white .nav-pills > li.open > a:hover,
.theme-white .nav-pills > li.open > a:focus,
.theme-white #sidebar-nav .nav-pills > li.open > a,
.theme-white #sidebar-nav .nav-pills > li.open > a:hover,
.theme-white #sidebar-nav .nav-pills > li.open > a:focus,
.theme-white .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,
.theme-white .nav-small #nav-col #sidebar-nav .nav-pills > li.active > a,
.theme-white .nav-small #nav-col-submenu .submenu > .open > a,
.theme-white .nav-small #nav-col-submenu .submenu > .active > a,
.theme-white .nav-small #nav-col-submenu .submenu > li > a:hover {
background-color: whitesmoke;
border-color: #8bc34a;
border-bottom-color: #e0e0e0;
color: #484848;
}
.theme-white #sidebar-nav .nav-pills > li.active > a > i {
color: #689f38;
}
.theme-white #sidebar-nav .nav > li > a:hover {
background-color: whitesmoke;
border-color: #8bc34a;
border-bottom-color: #e0e0e0;
color: #484848;
}
.theme-white #header-navbar .nav > li > a {
color: #fff;
}
.theme-white #header-navbar .nav > li > a:hover,
.theme-white #header-navbar .nav > li > a:focus,
.theme-white #header-navbar .nav .open > a,
.theme-white #header-navbar .nav .open > a:hover,
.theme-white #header-navbar .nav .open > a:focus {
background-color: #689f38;
}
.theme-white #sidebar-nav .nav li .submenu,
.theme-white #nav-col-submenu .submenu {
background-color: whitesmoke;
}
.theme-white #sidebar-nav .nav li .submenu > li > a,
.theme-white .nav-small #nav-col-submenu .submenu > li > a {
color: #16191c;
}
.theme-white #sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon,
.theme-white #sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon {
color: #16191c;
}
.theme-white #sidebar-nav .nav li .submenu > li > a:hover,
.theme-white #sidebar-nav .nav li .submenu > li > a.active,
.theme-white #sidebar-nav .nav li .submenu > li.active > a,
.theme-white .nav-small #nav-col-submenu .submenu > .open > a,
.theme-white .nav-small #nav-col-submenu .submenu > .active > a,
.theme-white .nav-small #nav-col-submenu .submenu > li > a:hover,
.theme-white .nav-small #nav-col-submenu .submenu > li > a.active,
.theme-white .nav-small #nav-col-submenu .submenu > li.active > a {
background-color: #ebebeb;
}
.theme-white .navbar > .container .navbar-brand {
color: #fff;
}
.theme-white .navbar-toggle {
color: #fff;
}
.theme-white .graph-box {
background-color: #8bc34a !important;
}
.theme-white #content-wrapper {
background-color: #f9f9f9;
border-left: 2px solid #e7ebee;
}
.theme-white #user-left-box .user-box,
.theme-white #user-left-box .user-box a {
color: #16191c;
}
.theme-white #user-left-box .user-box a:hover,
.theme-white #user-left-box .user-box a:focus {
color: black;
}
.theme-white #sidebar-nav .nav > li.nav-header {
border-top-color: #e7ebee;
color: #a6a6a6;
}
.theme-white .nav-tabs {
background-color: #f9f9f9;
}
.theme-white .nav-tabs > li.active > a,
.theme-white .nav-tabs > li.active > a:hover,
.theme-white .nav-tabs > li.active > a:focus {
border-top-color: #8bc34a;
}
.theme-white h1 {
color: #8bc34a;
}
.theme-white #header-navbar .nav > li > a:hover,
.theme-white #header-navbar .nav > li > a:focus,
.theme-white #header-navbar .nav .open > a,
.theme-white #header-navbar .nav .open > a:hover,
.theme-white #header-navbar .nav .open > a:focus,
.theme-white .navbar-toggle:hover,
.theme-white .navbar-toggle:focus,
.theme-white .mobile-search.active > .btn {
background-color: #689f38;
}
.theme-white .main-box {
border: 1px solid #e7ebee;
}
.theme-white a,
.theme-white .fc-state-default,
.theme-white .jvectormap-zoomin,
.theme-white .jvectormap-zoomout,
.theme-white #user-profile .profile-details ul > li > span {
color: #8bc34a;
}
.theme-white a:hover,
.theme-white a:focus,
.theme-white .widget-users li > .details > .name > a:hover,
.theme-white .widget-todo .actions > a:hover {
color: #8bc34a;
}
.theme-white .table a.table-link:hover {
color: #689f38;
}
.theme-white .pagination > li > a,
.theme-white .pagination > li > span,
.theme-white .pagination > li > a:hover,
.theme-white .pagination > li > span:hover,
.theme-white .pagination > li > a:focus,
.theme-white .pagination > li > span:focus,
.theme-white .pagination > li > a:active,
.theme-white .pagination > li > span:active {
color: #8bc34a;
}
.theme-white .pagination > .active > a,
.theme-white .pagination > .active > span,
.theme-white .pagination > .active > a:hover,
.theme-white .pagination > .active > span:hover,
.theme-white .pagination > .active > a:focus,
.theme-white .pagination > .active > span:focus {
background-color: #8bc34a;
border-color: #8bc34a;
color: #fff;
}
.theme-white .notifications-list .item-footer {
background-color: #272d33;
}
.theme-white .notifications-list .item-footer a:hover {
background-color: #0f1114;
}
.theme-white .btn-primary,
.theme-white .btn-default,
.theme-white .btn-info,
.theme-white .btn-success,
.theme-white .btn-warning,
.theme-white .btn-danger,
.theme-white .btn-primary:hover,
.theme-white .btn-default:hover,
.theme-white .btn-info:hover,
.theme-white .btn-success:hover,
.theme-white .btn-warning:hover,
.theme-white .btn-danger:hover {
color: #fff;
}
.theme-white .btn-primary {
background-color: #8bc34a;
border-color: #689f38;
}
.theme-white .btn-primary:hover,
.theme-white .btn-primary:focus,
.theme-white .btn-primary:active,
.theme-white .btn-primary.active,
.theme-white .open .dropdown-toggle.btn-primary {
background-color: #689f38;
border-color: #1a8849;
}
.theme-white .btn-success {
background-color: #03a9f4;
border-color: #2980b9;
}
.theme-white .btn-success:hover,
.theme-white .btn-success:focus,
.theme-white .btn-success:active,
.theme-white .btn-success.active,
.theme-white .open .dropdown-toggle.btn-success {
background-color: #2980b9;
border-color: #1c5c87;
}
.theme-white h1 {
color: #8bc34a;
}
.theme-white .widget-users li > .details > .time {
color: #8bc34a;
}
.theme-white .conversation-item.item-right .conversation-body:before {
border-color: transparent transparent transparent #e2fdee;
}
.theme-white .conversation-item.item-right .conversation-body,
.theme-white .invoice-summary .invoice-summary-item {
background-color: #e2fdee;
}
.theme-white blockquote,
.theme-white blockquote.pull-right {
border-color: #8bc34a;
}
.theme-white a.list-group-item.active,
.theme-white a.list-group-item.active:hover,
.theme-white a.list-group-item.active:focus {
background-color: #8bc34a;
border-color: #8bc34a;
}
.theme-white .nav .caret {
border-bottom-color: #8bc34a;
border-top-color: #8bc34a;
}
.theme-white .panel-default > .panel-heading,
.theme-white .notifications-list .item-footer {
background-color: #8bc34a;
}
.theme-white .notifications-list .item-footer a:hover {
background-color: #689f38;
}
.theme-white #invoice-companies .invoice-dates .invoice-number > span,
.theme-white .notifications-list .item a .time {
color: #8bc34a;
}
.theme-white .table thead > tr > th > a:hover span {
color: #8bc34a;
border-color: #8bc34a;
}
.theme-white #email-nav-items li.active {
border-left-color: #8bc34a;
border-right-color: #8bc34a;
}
.theme-white #email-nav-items li.active a {
color: #8bc34a;
}
.theme-white #email-nav-items li.active .label-primary {
background-color: #8bc34a;
}
.theme-white #email-nav-items li a:hover {
color: #8bc34a;
}
.theme-white .select2-container.select2-container-multi .select2-choices .select2-search-choice {
background-color: #8bc34a;
}
.theme-white .cd-timeline-img {
background-color: #8bc34a;
box-shadow: 0 0 0 6px #bce9cf;
}
.theme-white #cd-timeline::before {
background-color: #bce9cf;
}
.theme-white .dataTable thead th:hover {
color: #8bc34a;
}
.theme-white .pace .pace-progress {
background-color: #fff;
}
.theme-white #config-tool.closed #config-tool-cog:hover {
background-color: #8bc34a;
}
.rtl.theme-white #content-wrapper {
border-right: 2px solid #e7ebee;
border-left: 0;
}
@media only screen and (min-width: 1170px) {
.theme-white .cd-timeline-content .cd-date {
color: #8bc34a;
}
}
@media (max-width: 991px) {
.theme-white #logo.navbar-brand > img.normal-logo.logo-white {
display: block;
}
.theme-white #logo.navbar-brand > img.normal-logo.logo-black {
display: none;
}
.theme-white .navbar > .container .navbar-brand {
background-color: #8bc34a;
}
}
.theme-whbl #header-navbar {
background-color: #03a9f4;
}
.theme-whbl .navbar > .container .navbar-brand {
background-color: transparent;
width: 221px;
}
.theme-whbl #nav-col,
.theme-whbl #page-wrapper {
background-color: #ffffff;
}
.theme-whbl #sidebar-nav .nav > li > a {
color: #484848;
/* border-bottom: 1px solid #e7ebee; */
}
.theme-whbl #sidebar-nav .nav > .open > .submenu > li > .submenu,
.theme-whbl #sidebar-nav .nav > .active > .submenu > li > .submenu,
.theme-whbl #sidebar-nav .nav li .submenu > li.open a,
.theme-whbl #nav-col-submenu .submenu > li > .submenu,
.theme-whbl #nav-col-submenu li .submenu > li.open > a {
background-color: #ebebeb;
}
.theme-whbl .nav-pills > li.active > a,
.theme-whbl .nav-pills > li.active > a:hover,
.theme-whbl .nav-pills > li.active > a:focus,
.theme-whbl #sidebar-nav .nav-pills > li.active > a,
.theme-whbl #sidebar-nav .nav-pills > li.active > a:hover,
.theme-whbl #sidebar-nav .nav-pills > li.active > a:focus,
.theme-whbl .nav-pills > li.open > a,
.theme-whbl .nav-pills > li.open > a:hover,
.theme-whbl .nav-pills > li.open > a:focus,
.theme-whbl #sidebar-nav .nav-pills > li.open > a,
.theme-whbl #sidebar-nav .nav-pills > li.open > a:hover,
.theme-whbl #sidebar-nav .nav-pills > li.open > a:focus,
.theme-whbl .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,
.theme-whbl .nav-small #nav-col #sidebar-nav .nav-pills > li.active > a,
.theme-whbl .nav-small #nav-col-submenu .submenu > .open > a,
.theme-whbl .nav-small #nav-col-submenu .submenu > .active > a,
.theme-whbl .nav-small #nav-col-submenu .submenu > li > a:hover {
background-color: whitesmoke;
border-color: #03a9f4;
border-bottom-color: #e7ebee;
color: #484848;
}
.theme-whbl #sidebar-nav .nav-pills > li.active > a > i {
color: #2980b9;
}
.theme-whbl #sidebar-nav .nav > li > a:hover {
background-color: whitesmoke;
border-color: #03a9f4;
border-bottom-color: #e7ebee;
color: #484848;
}
.theme-whbl #header-navbar .nav > li > a {
color: #fff;
}
.theme-whbl #header-navbar .nav > li > a:hover,
.theme-whbl #header-navbar .nav > li > a:focus,
.theme-whbl #header-navbar .nav .open > a,
.theme-whbl #header-navbar .nav .open > a:hover,
.theme-whbl #header-navbar .nav .open > a:focus {
background-color: #2980b9;
}
.theme-whbl #sidebar-nav .nav li .submenu,
.theme-whbl #nav-col-submenu .submenu {
background-color: whitesmoke;
}
.theme-whbl #sidebar-nav .nav li .submenu > li > a,
.theme-whbl .nav-small #nav-col-submenu .submenu > li > a {
color: #16191c;
}
.theme-whbl #sidebar-nav .nav > .open > .submenu > .open > a,
.theme-whbl #sidebar-nav .nav > .active > .submenu > .open > a,
.theme-whbl #sidebar-nav .nav > .active > .submenu > .active > a,
.theme-whbl #nav-col-submenu .submenu > .open > a,
.theme-whbl #nav-col-submenu .submenu > .active > a {
border-bottom-color: transparent;
box-shadow: 0 -1px 0 transparent inset;
}
.theme-whbl #sidebar-nav .nav > .open > .submenu > .open > a {
border-bottom-color: #dcdfe6;
box-shadow: none;
}
.theme-whbl #sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon,
.theme-whbl #sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon {
color: #16191c;
}
.theme-whbl #sidebar-nav .nav li .submenu > li > a:hover,
.theme-whbl #sidebar-nav .nav li .submenu > li > a.active,
.theme-whbl #sidebar-nav .nav li .submenu > li.active > a,
.theme-whbl .nav-small #nav-col-submenu .submenu > .open > a,
.theme-whbl .nav-small #nav-col-submenu .submenu > .active > a,
.theme-whbl .nav-small #nav-col-submenu .submenu > li > a:hover,
.theme-whbl .nav-small #nav-col-submenu .submenu > li > a.active,
.theme-whbl .nav-small #nav-col-submenu .submenu > li.active > a {
background-color: #ebebeb;
}
.theme-whbl .navbar > .container .navbar-brand {
color: #fff;
}
.theme-whbl .navbar-toggle {
color: #fff;
}
.theme-whbl .graph-box {
background-color: #03a9f4 !important;
}
.theme-whbl #content-wrapper {
background-color: #f9f9f9;
border-left: 2px solid #e7ebee;
}
.theme-whbl #user-left-box .user-box,
.theme-whbl #user-left-box .user-box a {
color: #16191c;
}
.theme-whbl #user-left-box .user-box a:hover,
.theme-whbl #user-left-box .user-box a:focus {
color: black;
}
.theme-whbl #sidebar-nav .nav > li.nav-header {
border-top-color: #e7ebee;
color: #a6a6a6;
}
.theme-whbl .nav-tabs {
background-color: #f9f9f9;
}
.theme-whbl h1 {
color: #03a9f4;
}
.theme-whbl #header-navbar .nav > li > a:hover,
.theme-whbl #header-navbar .nav > li > a:focus,
.theme-whbl #header-navbar .nav .open > a,
.theme-whbl #header-navbar .nav .open > a:hover,
.theme-whbl #header-navbar .nav .open > a:focus,
.theme-whbl .navbar-toggle:hover,
.theme-whbl .navbar-toggle:focus,
.theme-whbl .mobile-search.active > .btn {
background-color: #2980b9;
}
.theme-whbl .main-box {
border: 1px solid #e7ebee;
}
.theme-whbl a,
.theme-whbl .fc-state-default,
.theme-whbl .jvectormap-zoomin,
.theme-whbl .jvectormap-zoomout,
.theme-whbl #user-profile .profile-details ul > li > span {
color: #03a9f4;
}
.theme-whbl a:hover,
.theme-whbl a:focus,
.theme-whbl .widget-users li > .details > .name > a:hover,
.theme-whbl .widget-todo .actions > a:hover {
color: #03a9f4;
}
.theme-whbl .table a.table-link:hover {
color: #2980b9;
}
.theme-whbl .pagination > li > a,
.theme-whbl .pagination > li > span,
.theme-whbl .pagination > li > a:hover,
.theme-whbl .pagination > li > span:hover,
.theme-whbl .pagination > li > a:focus,
.theme-whbl .pagination > li > span:focus,
.theme-whbl .pagination > li > a:active,
.theme-whbl .pagination > li > span:active {
color: #03a9f4;
}
.theme-whbl .pagination > .active > a,
.theme-whbl .pagination > .active > span,
.theme-whbl .pagination > .active > a:hover,
.theme-whbl .pagination > .active > span:hover,
.theme-whbl .pagination > .active > a:focus,
.theme-whbl .pagination > .active > span:focus {
background-color: #03a9f4;
border-color: #03a9f4;
color: #fff;
}
.theme-whbl .notifications-list .item-footer {
background-color: #272d33;
}
.theme-whbl .notifications-list .item-footer a:hover {
background-color: #0f1114;
}
.theme-whbl .btn-primary,
.theme-whbl .btn-default,
.theme-whbl .btn-info,
.theme-whbl .btn-success,
.theme-whbl .btn-warning,
.theme-whbl .btn-danger,
.theme-whbl .btn-primary:hover,
.theme-whbl .btn-default:hover,
.theme-whbl .btn-info:hover,
.theme-whbl .btn-success:hover,
.theme-whbl .btn-warning:hover,
.theme-whbl .btn-danger:hover {
color: #fff;
}
.theme-whbl .btn-primary {
background-color: #03a9f4;
border-color: #2980b9;
}
.theme-whbl .btn-primary:hover,
.theme-whbl .btn-primary:focus,
.theme-whbl .btn-primary:active,
.theme-whbl .btn-primary.active,
.theme-whbl .open .dropdown-toggle.btn-primary {
background-color: #2980b9;
border-color: #216897;
}
.theme-whbl .btn-success {
background-color: #03a9f4;
border-color: #2980b9;
}
.theme-whbl .btn-success:hover,
.theme-whbl .btn-success:focus,
.theme-whbl .btn-success:active,
.theme-whbl .btn-success.active,
.theme-whbl .open .dropdown-toggle.btn-success {
background-color: #2980b9;
border-color: #1c5c87;
}
.theme-whbl h1 {
color: #03a9f4;
}
.theme-whbl .widget-users li > .details > .time {
color: #03a9f4;
}
.theme-whbl blockquote,
.theme-whbl blockquote.pull-right {
border-color: #03a9f4;
}
.theme-whbl a.list-group-item.active,
.theme-whbl a.list-group-item.active:hover,
.theme-whbl a.list-group-item.active:focus {
background-color: #03a9f4;
border-color: #03a9f4;
}
.theme-whbl .nav .caret {
border-bottom-color: #03a9f4;
border-top-color: #03a9f4;
}
.theme-whbl .panel-default > .panel-heading,
.theme-whbl .notifications-list .item-footer {
background-color: #03a9f4;
}
.theme-whbl .notifications-list .item-footer a:hover {
background-color: #2980b9;
}
.theme-whbl #invoice-companies .invoice-dates .invoice-number > span,
.theme-whbl .notifications-list .item a .time {
color: #03a9f4;
}
.theme-whbl .table thead > tr > th > a:hover span {
color: #03a9f4;
border-color: #03a9f4;
}
.theme-whbl .pace .pace-progress {
background-color: #fff;
}
.rtl.theme-whbl #content-wrapper {
border-left: 0;
border-right: 2px solid #e7ebee;
}
@media (max-width: 991px) {
.theme-whbl #logo.navbar-brand > img.normal-logo.logo-white {
display: block;
}
.theme-whbl #logo.navbar-brand > img.normal-logo.logo-black {
display: none;
}
.theme-whbl .navbar > .container .navbar-brand {
background-color: #03a9f4;
}
}
.theme-turquoise #header-navbar {
background-color: #1abc9c;
}
.theme-turquoise .navbar > .container .navbar-brand {
background-color: transparent;
width: 221px;
}
.theme-turquoise #nav-col,
.theme-turquoise #page-wrapper {
background-color: #ffffff;
}
.theme-turquoise #sidebar-nav .nav > li > a {
color: #484848;
/* border-bottom: 1px solid #dce1e4; */
}
.theme-turquoise #sidebar-nav .nav > .open > .submenu > li > .submenu,
.theme-turquoise #sidebar-nav .nav > .active > .submenu > li > .submenu,
.theme-turquoise #sidebar-nav .nav li .submenu > li.open a,
.theme-turquoise #nav-col-submenu .submenu > li > .submenu,
.theme-turquoise #nav-col-submenu li .submenu > li.open > a {
background-color: #ebebeb;
}
.theme-turquoise .nav-pills > li.active > a,
.theme-turquoise .nav-pills > li.active > a:hover,
.theme-turquoise .nav-pills > li.active > a:focus,
.theme-turquoise #sidebar-nav .nav-pills > li.active > a,
.theme-turquoise #sidebar-nav .nav-pills > li.active > a:hover,
.theme-turquoise #sidebar-nav .nav-pills > li.active > a:focus,
.theme-turquoise .nav-pills > li.open > a,
.theme-turquoise .nav-pills > li.open > a:hover,
.theme-turquoise .nav-pills > li.open > a:focus,
.theme-turquoise #sidebar-nav .nav-pills > li.open > a,
.theme-turquoise #sidebar-nav .nav-pills > li.open > a:hover,
.theme-turquoise #sidebar-nav .nav-pills > li.open > a:focus,
.theme-turquoise .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a,
.theme-turquoise .nav-small #nav-col #sidebar-nav .nav-pills > li.active > a,
.theme-turquoise .nav-small #nav-col-submenu .submenu > .open > a,
.theme-turquoise .nav-small #nav-col-submenu .submenu > .active > a,
.theme-turquoise .nav-small #nav-col-submenu .submenu > li > a:hover {
background-color: whitesmoke;
border-color: #1abc9c;
border-bottom-color: #e0e0e0;
color: #484848;
}
.theme-turquoise #sidebar-nav .nav-pills > li.active > a > i {
color: #16a085;
}
.theme-turquoise #sidebar-nav .nav > li > a:hover {
background-color: whitesmoke;
border-color: #1abc9c;
border-bottom-color: #e0e0e0;
color: #484848;
}
.theme-turquoise #header-navbar .nav > li > a {
color: #fff;
}
.theme-turquoise #header-navbar .nav > li > a:hover,
.theme-turquoise #header-navbar .nav > li > a:focus,
.theme-turquoise #header-navbar .nav .open > a,
.theme-turquoise #header-navbar .nav .open > a:hover,
.theme-turquoise #header-navbar .nav .open > a:focus {
background-color: #16a085;
}
.theme-turquoise #sidebar-nav .nav li .submenu,
.theme-turquoise #nav-col-submenu .submenu {
background-color: whitesmoke;
}
.theme-turquoise #sidebar-nav .nav li .submenu > li > a,
.theme-turquoise .nav-small #nav-col-submenu .submenu > li > a {
color: #16191c;
}
.theme-turquoise #sidebar-nav .nav > .open > .submenu > .open > a,
.theme-turquoise #sidebar-nav .nav > .active > .submenu > .open > a,
.theme-turquoise #sidebar-nav .nav > .active > .submenu > .active > a,
.theme-turquoise #nav-col-submenu .submenu > .open > a,
.theme-turquoise #nav-col-submenu .submenu > .active > a {
border-bottom-color: transparent;
box-shadow: 0 -1px 0 transparent inset;
}
.theme-turquoise #sidebar-nav .nav > .open > .submenu > .open > a {
border-bottom-color: #dcdfe6;
box-shadow: none;
}
.theme-turquoise #sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon,
.theme-turquoise #sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon {
color: #16191c;
}
.theme-turquoise #sidebar-nav .nav li .submenu > li > a:hover,
.theme-turquoise #sidebar-nav .nav li .submenu > li > a.active,
.theme-turquoise #sidebar-nav .nav li .submenu > li.active > a,
.theme-turquoise .nav-small #nav-col-submenu .submenu > .open > a,
.theme-turquoise .nav-small #nav-col-submenu .submenu > .active > a,
.theme-turquoise .nav-small #nav-col-submenu .submenu > li > a:hover,
.theme-turquoise .nav-small #nav-col-submenu .submenu > li > a.active,
.theme-turquoise .nav-small #nav-col-submenu .submenu > li.active > a {
background-color: #ebebeb;
}
.theme-turquoise #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,
.theme-turquoise #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,
.theme-turquoise #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active,
.theme-turquoise .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover,
.theme-turquoise .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active {
color: #1abc9c;
}
.theme-turquoise .navbar > .container .navbar-brand {
color: #fff;
}
.theme-turquoise .navbar-toggle {
color: #fff;
}
.theme-turquoise .graph-box {
background-color: #1abc9c !important;
}
.theme-turquoise #content-wrapper {
background-color: #f9f9f9;
border-left: 2px solid #e7ebee;
}
.theme-turquoise #user-left-box .user-box,
.theme-turquoise #user-left-box .user-box a {
color: #16191c;
}
.theme-turquoise #user-left-box .user-box a:hover,
.theme-turquoise #user-left-box .user-box a:focus {
color: black;
}
.theme-turquoise #sidebar-nav .nav > li.nav-header {
border-top-color: #e7ebee;
color: #a6a6a6;
}
.theme-turquoise .nav-tabs {
background-color: #f9f9f9;
}
.theme-turquoise .nav-tabs > li.active > a,
.theme-turquoise .nav-tabs > li.active > a:hover,
.theme-turquoise .nav-tabs > li.active > a:focus {
border-top-color: #1abc9c;
}
.theme-turquoise h1 {
color: #1abc9c;
}
.theme-turquoise #header-navbar .nav > li > a:hover,
.theme-turquoise #header-navbar .nav > li > a:focus,
.theme-turquoise #header-navbar .nav .open > a,
.theme-turquoise #header-navbar .nav .open > a:hover,
.theme-turquoise #header-navbar .nav .open > a:focus,
.theme-turquoise .navbar-toggle:hover,
.theme-turquoise .navbar-toggle:focus,
.theme-turquoise .mobile-search.active > .btn {
background-color: #16a085;
}
.theme-turquoise .main-box {
border: 1px solid #e7ebee;
}
.theme-turquoise a,
.theme-turquoise .fc-state-default,
.theme-turquoise .jvectormap-zoomin,
.theme-turquoise .jvectormap-zoomout,
.theme-turquoise #user-profile .profile-details ul > li > span {
color: #1abc9c;
}
.theme-turquoise a:hover,
.theme-turquoise a:focus,
.theme-turquoise .widget-users li > .details > .name > a:hover,
.theme-turquoise .widget-todo .actions > a:hover {
color: #1abc9c;
}
.theme-turquoise .table a.table-link:hover {
color: #16a085;
}
.theme-turquoise .pagination > li > a,
.theme-turquoise .pagination > li > span,
.theme-turquoise .pagination > li > a:hover,
.theme-turquoise .pagination > li > span:hover,
.theme-turquoise .pagination > li > a:focus,
.theme-turquoise .pagination > li > span:focus,
.theme-turquoise .pagination > li > a:active,
.theme-turquoise .pagination > li > span:active {
color: #1abc9c;
}
.theme-turquoise .pagination > .active > a,
.theme-turquoise .pagination > .active > span,
.theme-turquoise .pagination > .active > a:hover,
.theme-turquoise .pagination > .active > span:hover,
.theme-turquoise .pagination > .active > a:focus,
.theme-turquoise .pagination > .active > span:focus {
background-color: #1abc9c;
border-color: #1abc9c;
color: #fff;
}
.theme-turquoise .notifications-list .item-footer {
background-color: #272d33;
}
.theme-turquoise .notifications-list .item-footer a:hover {
background-color: #0f1114;
}
.theme-turquoise .btn-primary,
.theme-turquoise .btn-default,
.theme-turquoise .btn-info,
.theme-turquoise .btn-success,
.theme-turquoise .btn-warning,
.theme-turquoise .btn-danger,
.theme-turquoise .btn-primary:hover,
.theme-turquoise .btn-default:hover,
.theme-turquoise .btn-info:hover,
.theme-turquoise .btn-success:hover,
.theme-turquoise .btn-warning:hover,
.theme-turquoise .btn-danger:hover {
color: #fff;
}
.theme-turquoise .btn-primary {
background-color: #1abc9c;
border-color: #16a085;
}
.theme-turquoise .btn-primary:hover,
.theme-turquoise .btn-primary:focus,
.theme-turquoise .btn-primary:active,
.theme-turquoise .btn-primary.active,
.theme-turquoise .open .dropdown-toggle.btn-primary {
background-color: #16a085;
border-color: #12816b;
}
.theme-turquoise h1 {
color: #1abc9c;
}
.theme-turquoise .widget-users li > .details > .time {
color: #1abc9c;
}
.theme-turquoise blockquote,
.theme-turquoise blockquote.pull-right {
border-color: #1abc9c;
}
.theme-turquoise a.list-group-item.active,
.theme-turquoise a.list-group-item.active:hover,
.theme-turquoise a.list-group-item.active:focus {
background-color: #1abc9c;
border-color: #1abc9c;
}
.theme-turquoise .nav .caret {
border-bottom-color: #1abc9c;
border-top-color: #1abc9c;
}
.theme-turquoise .panel-default > .panel-heading,
.theme-turquoise .notifications-list .item-footer {
background-color: #1abc9c;
}
.theme-turquoise .notifications-list .item-footer a:hover {
background-color: #16a085;
}
.theme-turquoise #invoice-companies .invoice-dates .invoice-number > span,
.theme-turquoise .notifications-list .item a .time {
color: #1abc9c;
}
.theme-turquoise .table thead > tr > th > a:hover span {
color: #1abc9c;
border-color: #1abc9c;
}
.theme-turquoise #email-nav-items li.active {
border-left-color: #1abc9c;
border-right-color: #1abc9c;
}
.theme-turquoise #email-nav-items li.active a {
color: #1abc9c;
}
.theme-turquoise #email-nav-items li.active .label-primary {
background-color: #1abc9c;
}
.theme-turquoise #email-nav-items li a:hover {
color: #1abc9c;
}
.theme-turquoise .select2-container.select2-container-multi .select2-choices .select2-search-choice {
background-color: #1abc9c;
}
.theme-turquoise .cd-timeline-img {
background-color: #1abc9c;
box-shadow: 0 0 0 6px #bdeae1;
}
.theme-turquoise #cd-timeline::before {
background-color: #bdeae1;
}
.theme-turquoise .dataTable thead th:hover {
color: #1abc9c;
}
.theme-turquoise .conversation-item.item-right .conversation-body:before {
border-color: transparent transparent transparent #e9fefa;
}
.theme-turquoise .conversation-item.item-right .conversation-body,
.theme-turquoise .invoice-summary .invoice-summary-item {
background-color: #e9fefa;
}
.theme-turquoise #config-tool.closed #config-tool-cog:hover {
background-color: #1abc9c;
}
.theme-turquoise .pace .pace-progress {
background-color: #fff;
}
.rtl.theme-turquoise #content-wrapper {
border-right: 2px solid #e7ebee;
border-left: 0;
}
@media only screen and (min-width: 1170px) {
.theme-turquoise .cd-timeline-content .cd-date {
color: #1abc9c;
}
}
@media (max-width: 991px) {
.theme-turquoise #logo.navbar-brand > img.normal-logo.logo-white {
display: block;
}
.theme-turquoise #logo.navbar-brand > img.normal-logo.logo-black {
display: none;
}
.theme-turquoise .navbar > .container .navbar-brand {
background-color: #1abc9c;
}
}
/*# sourceMappingURL=theme_styles.css.map */
|
aboutus.html | CodeHighlands/website | <!DOCTYPE html>
<html lang="en" id="top">
<!--
(C) Ali Malik 2014-2015
harrowimali.github.io/me
-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CodeHighlands Team</title>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/fonts.css" rel="stylesheet">
<link rel="stylesheet" href="css/aboutus.css">
<link rel="stylesheet" href="css/codehighlands.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
<style type="text/css">
.col-md-5across {
width: 20%;
position: relative;
float: left;
}
</style>
</head>
<body>
<div id="particles-js"></div>
<section class="everything animated bounceInRight" style="padding-bottom: 90px">
<section class="backtotop animated">
<a class="btn btn-backtotop" href="#top"><i class="fa fa-angle-double-up"></i></a>
</section>
<section class="backtomain animated">
<a class="btn btn-backtomain" linkto="index.html" onclick="anim.exittomain(this.id)" id="backtomain"><i class="fa fa-angle-double-left"></i></a>
</section>
<h1> <center>Hi there!</center></h1>
<h2><center>We're the CodeHighlands team</center></h2>
<section>
<div class="container">
<div class="people">
<div class="row">
<div class="col-md-4">
<img src="img/ali.jpg">
<p class="h3">Ali Malik</p>
<p class="h4">Director of CodeHighlands</p>
</div>
<div class="col-md-4">
<center><img src="img/elaine.jpg"></center>
<p class="h3">Elaine Zheng</p>
<p class="h4">Design</p>
</div>
<div class="col-md-4">
<center><img src="img/james.jpg"></center>
<p class="h3">James Harnett</p>
<p class="h4">Sponsorships</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<center><img src="img/justin.JPG"></center>
<p class="h3">Justin Soell</p>
<p class="h4">Sponsorship</p>
</div>
<div class="col-md-4">
<center><img src="img/steph.jpg"></center>
<p class="h3">Stephanie Reifman</p>
<p class="h4">Designer</p>
</div>
<div class="col-md-4">
<center><img src="img/neil.jpg"></center>
<p class="h3">Neil Varghese</p>
<p class="h4">Sponsorship</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<center><img src="img/zach.png"></center>
<p class="h3">Zach Levin</p>
<p class="h4">Sponsorship</p>
</div>
<div class="col-md-4">
<center><img src="img/emma.jpg"></center>
<p class="h3">Emma Strauch</p>
<p class="h4">Sponsorship</p>
</div>
<div class="col-md-4">
<center><img src="img/logan.jpg"></center>
<p class="h3">Logan Flynn</p>
<p class="h4">Sponsorship</p>
</div>
</div>
</div>
</div>
</section>
<center><h2> Special thanks to</h2></center>
<div class="container">
<div class="people">
<center><a href="http://github.com/villa7"><img src="https://avatars0.githubusercontent.com/u/1696813?v=3&s=460" alt="theo's github pic" /></a></center>
<p class="h3">Theodore Kluge</p>
<p class="h4">Helping <!-- continually fixing -->with the website</p>
<!--pls stop removing bits of javascript ali :p -->
</div>
</div>
<section>
</section>
<script src="js/codehighlands.js"></script>
<script src="js/particles.min.js"></script>
<script type='text/javascript'>
/* config dom id (optional) + config particles params */
particlesJS('particles-js', {
particles: {
color: '#fff',
color_random: false,
shape: 'circle', // "circle", "edge" or "triangle"
opacity: {
opacity: 1,
anim: {
enable: true,
speed: 1.5,
opacity_min: 0,
sync: false
}
},
size: 4,
size_random: true,
nb: 150,
line_linked: {
enable_auto: true,
distance: 100,
color: '#fff',
opacity: 1,
width: 1,
condensed_mode: {
enable: false,
rotateX: 600,
rotateY: 600
}
},
anim: {
enable: true,
speed: 1
}
},
interactivity: {
enable: true,
mouse: {
distance: 300
},
detect_on: 'canvas', // "canvas" or "window"
mode: 'grab', // "grab" of false
line_linked: {
opacity: .5
},
events: {
onclick: {
enable: true,
mode: 'push', // "push" or "remove"
nb: 4
},
onresize: {
enable: true,
mode: 'out', // "out" or "bounce"
density_auto: false,
density_area: 800 // nb_particles = particles.nb * (canvas width * canvas height / 1000) / density_area
}
}
},
/* Retina Display Support */
retina_detect: true
});
</script>
</body>
</html>
|
Spring/jars/spring-framework-5.1.18.RELEASE/docs/javadoc-api/org/springframework/web/class-use/HttpMediaTypeNotSupportedException.html | akhr/java | <!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_232) on Tue Sep 15 08:53:07 UTC 2020 -->
<title>Uses of Class org.springframework.web.HttpMediaTypeNotSupportedException (Spring Framework 5.1.18.RELEASE API)</title>
<meta name="date" content="2020-09-15">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.springframework.web.HttpMediaTypeNotSupportedException (Spring Framework 5.1.18.RELEASE API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/springframework/web/HttpMediaTypeNotSupportedException.html" title="class in org.springframework.web">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Spring Framework</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/springframework/web/class-use/HttpMediaTypeNotSupportedException.html" target="_top">Frames</a></li>
<li><a href="HttpMediaTypeNotSupportedException.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.springframework.web.HttpMediaTypeNotSupportedException" class="title">Uses of Class<br>org.springframework.web.HttpMediaTypeNotSupportedException</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../org/springframework/web/HttpMediaTypeNotSupportedException.html" title="class in org.springframework.web">HttpMediaTypeNotSupportedException</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.springframework.web.servlet.mvc.method.annotation">org.springframework.web.servlet.mvc.method.annotation</a></td>
<td class="colLast">
<div class="block">MVC infrastructure for annotation-based handler method processing, building on the
<code>org.springframework.web.method.annotation</code> package.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.springframework.web.servlet.mvc.support">org.springframework.web.servlet.mvc.support</a></td>
<td class="colLast">
<div class="block">Support package for MVC controllers.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.springframework.web.servlet.mvc.method.annotation">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/springframework/web/HttpMediaTypeNotSupportedException.html" title="class in org.springframework.web">HttpMediaTypeNotSupportedException</a> in <a href="../../../../org/springframework/web/servlet/mvc/method/annotation/package-summary.html">org.springframework.web.servlet.mvc.method.annotation</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/springframework/web/servlet/mvc/method/annotation/package-summary.html">org.springframework.web.servlet.mvc.method.annotation</a> with parameters of type <a href="../../../../org/springframework/web/HttpMediaTypeNotSupportedException.html" title="class in org.springframework.web">HttpMediaTypeNotSupportedException</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>protected <a href="../../../../org/springframework/http/ResponseEntity.html" title="class in org.springframework.http">ResponseEntity</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>></code></td>
<td class="colLast"><span class="typeNameLabel">ResponseEntityExceptionHandler.</span><code><span class="memberNameLink"><a href="../../../../org/springframework/web/servlet/mvc/method/annotation/ResponseEntityExceptionHandler.html#handleHttpMediaTypeNotSupported-org.springframework.web.HttpMediaTypeNotSupportedException-org.springframework.http.HttpHeaders-org.springframework.http.HttpStatus-org.springframework.web.context.request.WebRequest-">handleHttpMediaTypeNotSupported</a></span>(<a href="../../../../org/springframework/web/HttpMediaTypeNotSupportedException.html" title="class in org.springframework.web">HttpMediaTypeNotSupportedException</a> ex,
<a href="../../../../org/springframework/http/HttpHeaders.html" title="class in org.springframework.http">HttpHeaders</a> headers,
<a href="../../../../org/springframework/http/HttpStatus.html" title="enum in org.springframework.http">HttpStatus</a> status,
<a href="../../../../org/springframework/web/context/request/WebRequest.html" title="interface in org.springframework.web.context.request">WebRequest</a> request)</code>
<div class="block">Customize the response for HttpMediaTypeNotSupportedException.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/springframework/web/servlet/mvc/method/annotation/package-summary.html">org.springframework.web.servlet.mvc.method.annotation</a> that throw <a href="../../../../org/springframework/web/HttpMediaTypeNotSupportedException.html" title="class in org.springframework.web">HttpMediaTypeNotSupportedException</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>protected <T> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><span class="typeNameLabel">AbstractMessageConverterMethodArgumentResolver.</span><code><span class="memberNameLink"><a href="../../../../org/springframework/web/servlet/mvc/method/annotation/AbstractMessageConverterMethodArgumentResolver.html#readWithMessageConverters-org.springframework.http.HttpInputMessage-org.springframework.core.MethodParameter-java.lang.reflect.Type-">readWithMessageConverters</a></span>(<a href="../../../../org/springframework/http/HttpInputMessage.html" title="interface in org.springframework.http">HttpInputMessage</a> inputMessage,
<a href="../../../../org/springframework/core/MethodParameter.html" title="class in org.springframework.core">MethodParameter</a> parameter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a> targetType)</code>
<div class="block">Create the method argument value of the expected parameter type by reading
from the given HttpInputMessage.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <T> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><span class="typeNameLabel">RequestResponseBodyMethodProcessor.</span><code><span class="memberNameLink"><a href="../../../../org/springframework/web/servlet/mvc/method/annotation/RequestResponseBodyMethodProcessor.html#readWithMessageConverters-org.springframework.web.context.request.NativeWebRequest-org.springframework.core.MethodParameter-java.lang.reflect.Type-">readWithMessageConverters</a></span>(<a href="../../../../org/springframework/web/context/request/NativeWebRequest.html" title="interface in org.springframework.web.context.request">NativeWebRequest</a> webRequest,
<a href="../../../../org/springframework/core/MethodParameter.html" title="class in org.springframework.core">MethodParameter</a> parameter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a> paramType)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <T> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><span class="typeNameLabel">AbstractMessageConverterMethodArgumentResolver.</span><code><span class="memberNameLink"><a href="../../../../org/springframework/web/servlet/mvc/method/annotation/AbstractMessageConverterMethodArgumentResolver.html#readWithMessageConverters-org.springframework.web.context.request.NativeWebRequest-org.springframework.core.MethodParameter-java.lang.reflect.Type-">readWithMessageConverters</a></span>(<a href="../../../../org/springframework/web/context/request/NativeWebRequest.html" title="interface in org.springframework.web.context.request">NativeWebRequest</a> webRequest,
<a href="../../../../org/springframework/core/MethodParameter.html" title="class in org.springframework.core">MethodParameter</a> parameter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a> paramType)</code>
<div class="block">Create the method argument value of the expected parameter type by
reading from the given request.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><span class="typeNameLabel">HttpEntityMethodProcessor.</span><code><span class="memberNameLink"><a href="../../../../org/springframework/web/servlet/mvc/method/annotation/HttpEntityMethodProcessor.html#resolveArgument-org.springframework.core.MethodParameter-org.springframework.web.method.support.ModelAndViewContainer-org.springframework.web.context.request.NativeWebRequest-org.springframework.web.bind.support.WebDataBinderFactory-">resolveArgument</a></span>(<a href="../../../../org/springframework/core/MethodParameter.html" title="class in org.springframework.core">MethodParameter</a> parameter,
<a href="../../../../org/springframework/web/method/support/ModelAndViewContainer.html" title="class in org.springframework.web.method.support">ModelAndViewContainer</a> mavContainer,
<a href="../../../../org/springframework/web/context/request/NativeWebRequest.html" title="interface in org.springframework.web.context.request">NativeWebRequest</a> webRequest,
<a href="../../../../org/springframework/web/bind/support/WebDataBinderFactory.html" title="interface in org.springframework.web.bind.support">WebDataBinderFactory</a> binderFactory)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.springframework.web.servlet.mvc.support">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/springframework/web/HttpMediaTypeNotSupportedException.html" title="class in org.springframework.web">HttpMediaTypeNotSupportedException</a> in <a href="../../../../org/springframework/web/servlet/mvc/support/package-summary.html">org.springframework.web.servlet.mvc.support</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/springframework/web/servlet/mvc/support/package-summary.html">org.springframework.web.servlet.mvc.support</a> with parameters of type <a href="../../../../org/springframework/web/HttpMediaTypeNotSupportedException.html" title="class in org.springframework.web">HttpMediaTypeNotSupportedException</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>protected <a href="../../../../org/springframework/web/servlet/ModelAndView.html" title="class in org.springframework.web.servlet">ModelAndView</a></code></td>
<td class="colLast"><span class="typeNameLabel">DefaultHandlerExceptionResolver.</span><code><span class="memberNameLink"><a href="../../../../org/springframework/web/servlet/mvc/support/DefaultHandlerExceptionResolver.html#handleHttpMediaTypeNotSupported-org.springframework.web.HttpMediaTypeNotSupportedException-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-java.lang.Object-">handleHttpMediaTypeNotSupported</a></span>(<a href="../../../../org/springframework/web/HttpMediaTypeNotSupportedException.html" title="class in org.springframework.web">HttpMediaTypeNotSupportedException</a> ex,
<a href="https://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletRequest.html?is-external=true" title="class or interface in javax.servlet.http">HttpServletRequest</a> request,
<a href="https://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletResponse.html?is-external=true" title="class or interface in javax.servlet.http">HttpServletResponse</a> response,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> handler)</code>
<div class="block">Handle the case where no <a href="../../../../org/springframework/http/converter/HttpMessageConverter.html" title="interface in org.springframework.http.converter">message converters</a>
were found for the PUT or POSTed content.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/springframework/web/HttpMediaTypeNotSupportedException.html" title="class in org.springframework.web">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Spring Framework</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/springframework/web/class-use/HttpMediaTypeNotSupportedException.html" target="_top">Frames</a></li>
<li><a href="HttpMediaTypeNotSupportedException.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>
|
demo/model_one/templates/table.html | SureeLee/TestDjango | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<table>
<tr>
<td>名字:</td>
<td>密码:</td>
</tr>
{% for user in user_list%}
<tr>
<td>{{user.username}}</td>
<td>{{user.password}}</td>
</tr>
{% endfor%}
</table>
<form method="post" action="/hello/">
{% csrf_token %}
<input type="text" name="key" />
<input type="submit" value="提交" />
</form>
{% include 'sub.html' %}
</body>
</html> |
plugins/InspectionGadgets/src/inspectionDescriptions/StringBufferMustHaveInitialCapacity.html | jexp/idea2 | <html>
<body><table> <tr> <td valign="top" height="150">
<font face="verdana" size="-1">This inspection reports any attempt to instantiate a new <b><font color="#000080">StringBuffer</font></b> or
<b><font color="#000080">StringBuilder</font></b> object without specifying its initial capacity.
If no initial capacity is specified, a default capacity is used, which will rarely be optimal. Failing
to specify initial capacities for <b><font color="#000080">StringBuffer</font></b>s may result in performance issues, if space needs to be reallocated and
memory copied when capacity is exceeded
</font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectionGadgets </font> </td> </tr> </table> </body>
</html> |
v1.0.0/apidocs/jp/cafebabe/pochi/kunai/sink/class-use/WarFileDataSink.html | tamada/pochi | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ja">
<head>
<!-- Generated by javadoc (1.8.0_242) on Fri Aug 21 11:53:10 JST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>クラス jp.cafebabe.pochi.kunai.sink.WarFileDataSinkの使用 (pochi: extensible birthmark toolkit 1.0.0 API)</title>
<meta name="date" content="2020-08-21">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="\u30AF\u30E9\u30B9 jp.cafebabe.pochi.kunai.sink.WarFileDataSink\u306E\u4F7F\u7528 (pochi: extensible birthmark toolkit 1.0.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>ブラウザのJavaScriptが無効になっています。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="ナビゲーション・リンクをスキップ">ナビゲーション・リンクをスキップ</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="ナビゲーション">
<li><a href="../../../../../../overview-summary.html">概要</a></li>
<li><a href="../package-summary.html">パッケージ</a></li>
<li><a href="../../../../../../jp/cafebabe/pochi/kunai/sink/WarFileDataSink.html" title="jp.cafebabe.pochi.kunai.sink内のクラス">クラス</a></li>
<li class="navBarCell1Rev">使用</li>
<li><a href="../package-tree.html">階層ツリー</a></li>
<li><a href="../../../../../../deprecated-list.html">非推奨</a></li>
<li><a href="../../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../../help-doc.html">ヘルプ</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>前</li>
<li>次</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?jp/cafebabe/pochi/kunai/sink/class-use/WarFileDataSink.html" target="_top">フレーム</a></li>
<li><a href="WarFileDataSink.html" target="_top">フレームなし</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">すべてのクラス</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="クラスの使用 jp.cafebabe.pochi.kunai.sink.WarFileDataSink" class="title">クラスの使用<br>jp.cafebabe.pochi.kunai.sink.WarFileDataSink</h2>
</div>
<div class="classUseContainer">jp.cafebabe.pochi.kunai.sink.WarFileDataSinkはどこからも使用されていません</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="ナビゲーション・リンクをスキップ">ナビゲーション・リンクをスキップ</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="ナビゲーション">
<li><a href="../../../../../../overview-summary.html">概要</a></li>
<li><a href="../package-summary.html">パッケージ</a></li>
<li><a href="../../../../../../jp/cafebabe/pochi/kunai/sink/WarFileDataSink.html" title="jp.cafebabe.pochi.kunai.sink内のクラス">クラス</a></li>
<li class="navBarCell1Rev">使用</li>
<li><a href="../package-tree.html">階層ツリー</a></li>
<li><a href="../../../../../../deprecated-list.html">非推奨</a></li>
<li><a href="../../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../../help-doc.html">ヘルプ</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>前</li>
<li>次</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?jp/cafebabe/pochi/kunai/sink/class-use/WarFileDataSink.html" target="_top">フレーム</a></li>
<li><a href="WarFileDataSink.html" target="_top">フレームなし</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">すべてのクラス</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>Copyright © 2020. All rights reserved.</small></p>
</body>
</html>
|
demo/src/main/resources/static/app.css | shekhargulati/image-resolver | .examples li {
list-style: none;
display: inline;
padding: 0;
margin: 0 1ex 0 0;
}
.examples li:first-child {
display: block;
}
.examples,
p {
padding: 0;
margin: 1em 0 0 0;
font-size: 14px;
} |
main/templates/index.html | mosbasik/blog_app | {% extends "base.html" %}
{% load staticfiles %}
{% block content %}
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header class="intro-header" style="background-image: url('{% static "img/home-bg.jpg" %}')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading">
<h1>Clean Blog</h1>
<hr class="small">
<span class="subheading">A Clean Blog Theme by Start Bootstrap</span>
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div id="post-previews"></div>
<!-- Pager -->
<ul class="pager">
<li class="next">
<a href="#" id="older-posts">Older Posts →</a>
</li>
</ul>
</div>
</div>
</div>
<hr>
{% endblock content %}
|
www/2017/esv-2017-wordpress/wp-content/themes/generatepress/inc/css/style.css | goeckeler/esv | .js .generate-metabox.postbox .hndle {
cursor: inherit;
}
.generate-metabox .clear {
padding-top: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #DDD;
}
.generate-metabox .clear:after {
content: "";
display: table;
clear: both;
}
.customize-button a.button,
.customize-button a.button:visited {
font-size: 25px;
padding: 10px 20px;
line-height: normal;
height: auto;
width: 100%;
text-align: center;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.customize-button {
margin-bottom: 40px;
}
.addon-container:before,
.addon-container:after {
content: ".";
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0;
}
.addon-container:after {
clear: both;
}
.premium-addons .gp-clear {
margin: 0 !important;
border: 0;
padding: 0 !important;
}
.premium-addons .add-on.gp-clear {
padding: 15px !important;
margin: 0 !important;
-moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}
.premium-addons .add-on:last-child {
border: 0 !important;
}
.addon-action {
float: right;
clear: right;
}
.addon-name {
float: left;
}
.addon-name a {
text-decoration: none;
font-weight: bold;
}
/* New admin */
.clearfix:after,
.clearfix:before {
content: ".";
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0;
}
.clearfix:after {
clear: both;
}
.gp-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.gp-container a {
text-decoration: none;
}
.appearance_page_generate-options #wpcontent,
.appearance_page_generate-options #wpbody-content .metabox-holder {
padding: 0;
}
.appearance_page_generate-options .wrap {
margin-top: 0;
margin-left: 0;
margin-right: 0;
}
.gp-masthead {
background-color: #fff;
text-align: center;
box-shadow: 0 1px 0 rgba(200,215,225,0.5), 0 1px 2px #DDD;
margin-bottom: 40px;
padding: 20px;
}
.gp-container .postbox {
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #DDD;
border: 0;
min-width: initial;
margin-bottom: 40px;
}
.gp-masthead .gp-title {
float: left;
}
.gp-masthead .gp-title a {
font-size: 20px;
color: #000;
font-weight: 500;
}
.gp-masthead .gp-masthead-links {
float: right;
}
.gp-masthead-links a {
display: inline-block;
margin: 0 10px;
}
.gp-masthead .gp-version {
display: inline-block;
background: #EFEFEF;
padding: 1px 3px;
border-radius: 2px;
font-size: 11px;
vertical-align: top;
margin-left: 5px;
}
.gp-options-footer {
text-align: center;
}
.appearance_page_generate-options .notice {
max-width: 100%;
margin: 0;
}
.popular-articles ul {
list-style-type: disc;
margin-left: 20px;
margin-bottom: 0;
}
.popular-articles .hndle a {
float:right;
font-size:13px;
}
@media (min-width: 768px) {
.hide-on-desktop {
display: none;
}
.grid-70 {
float: left;
width: 70%;
box-sizing: border-box;
padding-right: 20px;
}
.grid-30 {
float: left;
width: 30%;
box-sizing: border-box;
padding-left: 20px;
}
.grid-parent {
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 767px) {
.hide-on-mobile {
display: none;
}
.gp-masthead .gp-masthead-links,
.gp-masthead .gp-title {
float: none;
text-align: center;
}
.gp-masthead .gp-title {
margin-bottom: 20px;
}
} |
Html5Application/WebContent/ch02_tags/03_section.html | itsmeyjc/html5app-kame | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>section</title>
</head>
<body>
<section>
<h1>HTML5</h1>
<p>HTML5는 HTML의 5번째 버전이다.</p>
</section>
<section>
<h1>웹 페이지의 구성 요소 설명</h1>
<section>
<h2>HTML</h2>
<p>HTML의 태그는 문서의 컨텐트를 구성한다.</p>
</section>
<section>
<h2>CSS</h2>
<p>CSS는 태그의 스타일을 규정한다.</p>
</section>
</section>
</body>
</html> |
_layouts/default.html | konstructs/konstructs.github.io | <!DOCTYPE html>
<html>
{% include head.html %}
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
{% include nav.html %}
{% include header.html %}
{% include about.html %}
{% include download.html %}
{% include news.html %}
{% include footer.html %}
{% include js.html %}
</body>
</html>
|
dist/assets/templates/preferences.html | DavisDevelopment/pman |
<div class="row">
<div class="row">
<h3>PMan Preferences</h3>
</div>
<div class="row form">
<!--
<div class="columns small-8">
<label class="middle">AutoPlay <input id="autoPlay" type="checkbox"/></label>
</br>
<label class="middle">AutoRestore <input id="autoRestore" type="checkbox"/></label>
</br>
<label class="middle">Direct Rendering <input id="directRender" type="checkbox"/></label>
</br>
<label class="middle">Show Album Art <input id="showAlbumArt" type="checkbox"/></label>
</br>
<label class="middle">Show Snapshot <input id="showSnapshot" type="checkbox"/></label>
</br>
</div>
-->
<!--<div class="columns small-4 wrap listview switches">-->
<ul class="listview switches">
<!--ListItem Template-->
<li class="bool-switch listitem">
<div class="bool-switch switch large" title="::shortDescription::">
<label class="switch-label" for="::id::">::title::</label>
<input id="::id::" type="checkbox"/>
<label class="switch-paddle" for="::id::"></label>
</div>
</li>
</ul>
<!--</div>-->
<!--<div class="columns small-4">-->
<!--</div>-->
</div>
<div class="row">
<div class="columns small-6">
<button id="cancel" class="button expanded">Cancel</button>
</div>
<div class="columns small-6">
<button id="save" class="button expanded">Save</button>
</div>
</div>
</div>
|
_site/jobs/framework-dev-2015/index.html | philmerrell/ionic-site | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS.">
<meta name="keywords" content="html5,javascript,mobile,drifty,ionic,hybrid,phonegap,cordova,native,ios,android,angularjs">
<meta name="author" content="Drifty">
<meta property="og:image" content="http://ionicframework.com/img/ionic-logo-blog.png"/>
<title>Ionic Framework Developer - Ionic Framework</title>
<link href="/css/site.css" rel="stylesheet">
<link href="/css/job.css" rel="stylesheet">
<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-44023830-1', 'ionicframework.com');
ga('send', 'pageview');
</script>
</head>
<body class="">
<nav class="navbar navbar-default horizontal-gradient" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle button ionic" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<i class="icon ion-navicon"></i>
</button>
<a class="navbar-brand" href="/">
<img src="/img/ionic-logo-white.svg" width="123" height="43" alt="Ionic Framework">
</a>
<a href="http://blog.ionic.io/announcing-ionic-1-0/" target="_blank">
<img src="/img/ionic1-tag.png" alt="Ionic 1.0 is out!" width="28" height="32" style="margin-left: 140px; margin-top:22px; display:block">
</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a class="getting-started-nav nav-link" href="/getting-started/">Getting Started</a></li>
<li><a class="docs-nav nav-link" href="/docs/">Docs</a></li>
<li><a class="nav-link" href="http://ionic.io/support">Support</a></li>
<li><a class="blog-nav nav-link" href="http://blog.ionic.io/">Blog <span id="blog-badge">1</span></a></li>
<li><a class="nav-link" href="http://forum.ionicframework.com/">Forum</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle nav-link " data-toggle="dropdown" role="button" aria-expanded="false">More <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<div class="arrow-up"></div>
<li><a class="products-nav nav-link" href="http://ionic.io/">Ionic Platform</a></li>
<li><a class="examples-nav nav-link" href="http://showcase.ionicframework.com/">Showcase</a></li>
<li><a class="nav-link" href="http://jobs.ionic.io/">Job Board</a></li>
<li><a class="nav-link" href="http://market.ionic.io/">Market</a></li>
<li><a class="nav-link" href="http://ionicworldwide.herokuapp.com/">Ionic Worldwide</a></li>
<li><a class="nav-link" href="http://play.ionic.io/">Playground</a></li>
<li><a class="nav-link" href="http://creator.ionic.io/">Creator</a></li>
<li><a class="nav-link" href="http://shop.ionic.io/">Shop</a></li>
<!--<li><a class="nav-link" href="http://ngcordova.com/">ngCordova</a></li>-->
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div id="job" class="container content-container">
<div class="row">
<div class="col-sm-7">
<a href="/jobs">« All Jobs</a>
<h1>Ionic Framework Developer</h1>
<h4>Madison, WI or remote</h4>
<p>The Ionic team is looking for a solid frontend engineer to help make the Ionic Open Source Framework<br />
the preferred development platform around the world.</p>
<p>As a developer on the Ionic Framework team, you’ll be responsible for updating and fixing the core framework, managing the<br />
GitHub repo, and working on our testing and build systems.</p>
<p>Since launching at the end of November 2013, the Ionic community is creating over 1500 new apps per day, in <br />
countries all around the world, and we need a great developer to help manage the open source project itself.</p>
<p><strong>Responsibilities</strong></p>
<ul>
<li>Be a lead developer on the Ionic Framework Open Source Project</li>
<li>Manage community contributions, triage issues, and create tests</li>
<li>Build new core features for the Framework, and improve existing ones</li>
</ul>
<p><strong>Requirements</strong></p>
<ul>
<li>Strong Javascript experience</li>
<li>Experience with AngularJS a plus</li>
<li>Advanced HTML and CSS skills</li>
</ul>
<p><strong>Perks and benefits</strong></p>
<ul>
<li>Competitive salary and equity</li>
<li>Full health, vision, and dental benefits</li>
<li>Your choice of computer and equipment setup</li>
</ul>
<h3>About Us</h3>
<p>
<a href="http://drifty.com/">Drifty</a> is a <a href="http://techcrunch.com/2014/03/10/drifty-makers-of-the-ionic-mobile-framework-raise-1-million/">well-funded</a>, Madison-based (with workers around the US) developer of the fast growing <a href="http://ionicframework.com/">Ionic Framework</a>, a suite of cross-platform mobile developer tools that is changing the way mobile apps get built.
</p>
<p>
Ionic is one of the top 50 most popular open source projects in the world, with over hundreds of thousand of developers. We are looking for more great developers to help us take over the world of mobile development!
</p>
<p id="job-apply">
<b>To apply for this position</b>, send us an email with your background, resume, or anything you want to show us: <a href="mailto:jobs@drifty.com">jobs@drifty.com</a>. Thanks!
</p>
</div>
<div class="col-sm-offset-1 col-sm-4" id="office-sidebar">
<div id="office-shots">
<div class="row">
<div class="col-sm-6">
<img src="/img/office/1.jpg">
</div>
<div class="col-sm-6">
<img src="/img/office/2.jpg">
</div>
</div>
<div class="row">
<div class="col-sm-6">
<img src="/img/office/3.jpg">
</div>
<div class="col-sm-6">
<img src="/img/office/4.jpg">
</div>
</div>
<div class="row">
<div class="col-sm-6">
<img src="/img/office/5.jpg">
</div>
<div class="col-sm-6">
<img src="/img/office/6.jpg">
</div>
</div>
<div class="row">
<div class="col-sm-6">
<img src="/img/office/7.jpg">
</div>
<div class="col-sm-6">
<img src="/img/office/8.jpg">
</div>
</div>
</div>
<h3>Madison Office</h3>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2914.44036312108!2d-89.38101189999999!3d43.0742365!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8806533fb7eb51df%3A0xbd41d9318d6e8a4d!2s121+S+Pinckney+St%2C+Madison%2C+WI+53703!5e0!3m2!1sen!2sus!4v1420481275451" width="100%" height="300" frameborder="0" style="border:0"></iframe>
</div>
</div>
</div>
</div>
<footer class="footer">
<nav class="base-links">
<dl>
<dt>Docs</dt>
<dd><a href="http://ionicframework.com/docs/">Documentation</a></dd>
<dd><a href="http://ionicframework.com/getting-started/">Getting Started</a></dd>
<dd><a href="http://ionicframework.com/docs/overview/">Overview</a></dd>
<dd><a href="http://ionicframework.com/docs/components/">Components</a></dd>
<dd><a href="http://ionicframework.com/docs/api/">JavaScript</a></dd>
<dd><a href="http://ionicframework.com/submit-issue/">Submit Issue</a></dd>
</dl>
<dl>
<dt>Resources</dt>
<dd><a href="http://learn.ionicframework.com/">Learn Ionic</a></dd>
<dd><a href="http://ngcordova.com/">ngCordova</a></dd>
<dd><a href="http://ionicons.com/">Ionicons</a></dd>
<dd><a href="http://creator.ionic.io/">Creator</a></dd>
<dd><a href="http://showcase.ionicframework.com/">Showcase</a></dd>
<dd><a href="http://manning.com/wilken/?a_aid=ionicinactionben&a_bid=1f0a0e1d">The Ionic Book</a></dd>
</dl>
<dl>
<dt>Contribute</dt>
<dd><a href="http://forum.ionicframework.com/">Community Forum</a></dd>
<dd><a href="http://webchat.freenode.net/?randomnick=1&channels=%23ionic&uio=d4">Ionic IRC</a></dd>
<dd><a href="http://ionicframework.com/present-ionic/">Present Ionic</a></dd>
<dd><a href="http://ionicframework.com/contribute/">Contribute</a></dd>
<dd><a href="https://github.com/driftyco/ionic-learn/issues/new">Write for us</a></dd>
<dd><a href="http://shop.ionic.io/">Ionic Shop</a></dd>
</dl>
<dl class="small-break">
<dt>About</dt>
<dd><a href="http://blog.ionic.io/">Blog</a></dd>
<dd><a href="http://ionic.io">Services</a></dd>
<dd><a href="http://drifty.com">Company</a></dd>
<dd><a href="https://s3.amazonaws.com/ionicframework.com/logo-pack.zip">Logo Pack</a></dd>
<dd><a href="mailto:hi@ionicframework.com">Contact</a></dd>
<dd><a href="http://ionicframework.com/jobs/">Jobs</a></dd>
</dl>
<dl>
<dt>Connect</dt>
<dd><a href="https://twitter.com/IonicFramework">Twitter</a></dd>
<dd><a href="https://github.com/driftyco/ionic">GitHub</a></dd>
<dd><a href="https://www.facebook.com/ionicframework">Facebook</a></dd>
<dd><a href="https://plus.google.com/b/112280728135675018538/+Ionicframework/posts">Google+</a></dd>
<dd><a href="https://www.youtube.com/channel/UChYheBnVeCfhCmqZfCUdJQw">YouTube</a></dd>
<dd><a href="https://twitter.com/ionitron">Ionitron</a></dd>
</dl>
</nav>
<div class="newsletter row">
<div class="newsletter-container">
<div class="col-sm-7">
<div class="newsletter-text">Stay in the loop</div>
<div class="sign-up">Sign up to receive emails for the latest updates, features, and news on the framework.</div>
</div>
<form action="http://codiqa.createsend.com/t/t/s/jytylh/" method="post" class="input-group col-sm-5">
<input id="fieldEmail" name="cm-jytylh-jytylh" class="form-control" type="email" placeholder="Email" required />
<span class="input-group-btn">
<button class="btn btn-default" type="submit">Subscribe</button>
</span>
</form>
</div>
</div>
<div class="copy">
<div class="copy-container">
<p class="authors">
Code licensed under <a href="/docs/#license">MIT</a>.
Docs under <a href="https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache 2</a>
<span>|</span>
© 2013-2015 <a href="http://drifty.com/">Drifty Co</a>
</p>
</div>
</div>
</footer>
<script type="text/javascript">
var _sf_async_config = { uid: 54141, domain: 'ionicframework.com', useCanonical: true };
(function() {
function loadChartbeat() {
window._sf_endpt = (new Date()).getTime();
var e = document.createElement('script');
e.setAttribute('language', 'javascript');
e.setAttribute('type', 'text/javascript');
e.setAttribute('src','//static.chartbeat.com/js/chartbeat.js');
document.body.appendChild(e);
};
var oldonload = window.onload;
window.onload = (typeof window.onload != 'function') ?
loadChartbeat : function() { oldonload(); loadChartbeat(); };
})();
</script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<script src="/js/site.js?1"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Cookies.js/0.4.0/cookies.min.js"></script>
<script>
$('.navbar .dropdown').on('show.bs.dropdown', function(e){
//$(this).find('.dropdown-menu').addClass('animated fadeInDown');
});
// ADD SLIDEUP ANIMATION TO DROPDOWN //
$('.navbar .dropdown').on('hide.bs.dropdown', function(e){
//$(this).find('.dropdown-menu').first().stop(true, true).slideUp(200);
//$(this).find('.dropdown-menu').removeClass('animated fadeInDown');
});
try {
var d = new Date('2015-03-20 05:00:00 -0500');
var ts = d.getTime();
var cd = Cookies.get('_iondj');
if(cd) {
cd = JSON.parse(atob(cd));
if(parseInt(cd.lp) < ts) {
var bt = document.getElementById('blog-badge');
bt.style.display = 'block';
}
cd.lp = ts;
} else {
var bt = document.getElementById('blog-badge');
bt.style.display = 'block';
cd = {
lp: ts
}
}
Cookies.set('_iondj', btoa(JSON.stringify(cd)));
} catch(e) {
}
</script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>
|
src/main/java/com/canoo/webtest/interfaces/package.html | lukecampbell/webtest | <body>
All the interfaces that serve as contractors between packages.
</body> |
docs/cpp/classoperations__research_1_1_ebert_graph_base.html | google/or-tools | <!-- HTML header for doxygen 1.8.18-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.9.2"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: EbertGraphBase< NodeIndexType, ArcIndexType, DerivedGraph ></title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="orLogo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OR-Tools
 <span id="projectnumber">9.2</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function(){initNavTree('classoperations__research_1_1_ebert_graph_base.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-attribs">Static Public Attributes</a> |
<a href="#pro-methods">Protected Member Functions</a> |
<a href="#pro-attribs">Protected Attributes</a> |
<a href="classoperations__research_1_1_ebert_graph_base-members.html">List of all members</a> </div>
<div class="headertitle"><div class="title">EbertGraphBase< NodeIndexType, ArcIndexType, DerivedGraph ></div></div>
</div><!--header-->
<div class="contents">
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><div class="compoundTemplParams">template<typename NodeIndexType, typename ArcIndexType, typename DerivedGraph><br />
class operations_research::EbertGraphBase< NodeIndexType, ArcIndexType, DerivedGraph ></div>
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00949">949</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="nested-classes" name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base_1_1_cycle_handler_for_annotated_arcs.html">CycleHandlerForAnnotatedArcs</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a63560dd4eca6ee672701a59d42c67cbd"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a63560dd4eca6ee672701a59d42c67cbd">Reserve</a> (NodeIndexType new_max_num_nodes, ArcIndexType new_max_num_arcs)</td></tr>
<tr class="separator:a63560dd4eca6ee672701a59d42c67cbd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7b505ba4a01bce342d049f5a8674da72"><td class="memItemLeft" align="right" valign="top">ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a7b505ba4a01bce342d049f5a8674da72">AddArc</a> (NodeIndexType <a class="el" href="routing__search_8cc.html#aff39d864a6594bc5f4a5e365282e00fe">tail</a>, NodeIndexType <a class="el" href="routing__search_8cc.html#a20358970b1abaf992eb85e071e454653">head</a>)</td></tr>
<tr class="separator:a7b505ba4a01bce342d049f5a8674da72"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa90da96a03365b61ef1bbb6167b49837"><td class="memTemplParams" colspan="2">template<typename ArcIndexTypeStrictWeakOrderingFunctor > </td></tr>
<tr class="memitem:aa90da96a03365b61ef1bbb6167b49837"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#aa90da96a03365b61ef1bbb6167b49837">GroupForwardArcsByFunctor</a> (const ArcIndexTypeStrictWeakOrderingFunctor &compare, <a class="el" href="classoperations__research_1_1_permutation_cycle_handler.html">PermutationCycleHandler</a>< ArcIndexType > *annotation_handler)</td></tr>
<tr class="separator:aa90da96a03365b61ef1bbb6167b49837"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8b9175b7d6fd63f5ae764a7ea44d13e0"><td class="memItemLeft" align="right" valign="top">ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a8b9175b7d6fd63f5ae764a7ea44d13e0">end_arc_index</a> () const</td></tr>
<tr class="separator:a8b9175b7d6fd63f5ae764a7ea44d13e0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2b88b717e42d7137a884c36e35052191"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a2b88b717e42d7137a884c36e35052191">IsNodeValid</a> (NodeIndexType node) const</td></tr>
<tr class="separator:a2b88b717e42d7137a884c36e35052191"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6a2df5042167b234f6dc3aed4acfa6c9"><td class="memItemLeft" align="right" valign="top">NodeIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a6a2df5042167b234f6dc3aed4acfa6c9">num_nodes</a> () const</td></tr>
<tr class="separator:a6a2df5042167b234f6dc3aed4acfa6c9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4d3fc55a2fe209a908470199437cec9a"><td class="memItemLeft" align="right" valign="top">ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a4d3fc55a2fe209a908470199437cec9a">num_arcs</a> () const</td></tr>
<tr class="separator:a4d3fc55a2fe209a908470199437cec9a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abe63d4d83bcc1da204931b4687494460"><td class="memItemLeft" align="right" valign="top">NodeIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#abe63d4d83bcc1da204931b4687494460">end_node_index</a> () const</td></tr>
<tr class="separator:abe63d4d83bcc1da204931b4687494460"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a29774a2f068745000e90eaf549543144"><td class="memItemLeft" align="right" valign="top">NodeIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a29774a2f068745000e90eaf549543144">max_num_nodes</a> () const</td></tr>
<tr class="separator:a29774a2f068745000e90eaf549543144"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6dea64dce5de0432befc47f85176ab19"><td class="memItemLeft" align="right" valign="top">ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a6dea64dce5de0432befc47f85176ab19">max_num_arcs</a> () const</td></tr>
<tr class="separator:a6dea64dce5de0432befc47f85176ab19"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adb3250cf217e042d99de43a4e22a9360"><td class="memItemLeft" align="right" valign="top">NodeIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#adb3250cf217e042d99de43a4e22a9360">max_end_node_index</a> () const</td></tr>
<tr class="separator:adb3250cf217e042d99de43a4e22a9360"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aad16076f9d10c90b9b9e0ccfddf878ed"><td class="memItemLeft" align="right" valign="top">ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#aad16076f9d10c90b9b9e0ccfddf878ed">max_end_arc_index</a> () const</td></tr>
<tr class="separator:aad16076f9d10c90b9b9e0ccfddf878ed"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afd99777b09af9bfb951f88dbb93e11e7"><td class="memItemLeft" align="right" valign="top">ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#afd99777b09af9bfb951f88dbb93e11e7">LookUpArc</a> (const NodeIndexType <a class="el" href="routing__search_8cc.html#aff39d864a6594bc5f4a5e365282e00fe">tail</a>, const NodeIndexType <a class="el" href="routing__search_8cc.html#a20358970b1abaf992eb85e071e454653">head</a>) const</td></tr>
<tr class="separator:afd99777b09af9bfb951f88dbb93e11e7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5237cfbb86ec8f305e498e873e5c4e95"><td class="memItemLeft" align="right" valign="top">NodeIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a5237cfbb86ec8f305e498e873e5c4e95">Head</a> (const ArcIndexType arc) const</td></tr>
<tr class="separator:a5237cfbb86ec8f305e498e873e5c4e95"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a74cc112e18e1496d720c48f6082d2671"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a74cc112e18e1496d720c48f6082d2671">NodeDebugString</a> (const NodeIndexType node) const</td></tr>
<tr class="separator:a74cc112e18e1496d720c48f6082d2671"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a58d0c72004cf773e707cb9d43dafc308"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a58d0c72004cf773e707cb9d43dafc308">ArcDebugString</a> (const ArcIndexType arc) const</td></tr>
<tr class="separator:a58d0c72004cf773e707cb9d43dafc308"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-static-attribs" name="pub-static-attribs"></a>
Static Public Attributes</h2></td></tr>
<tr class="memitem:a3caf77fe23c752e7cf9c97116ee9d34a"><td class="memItemLeft" align="right" valign="top">static const ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a3caf77fe23c752e7cf9c97116ee9d34a">kFirstArc</a></td></tr>
<tr class="separator:a3caf77fe23c752e7cf9c97116ee9d34a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acaaf3f4354888c162f6c562f0bd2ae2b"><td class="memItemLeft" align="right" valign="top">static const NodeIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#acaaf3f4354888c162f6c562f0bd2ae2b">kFirstNode</a></td></tr>
<tr class="separator:acaaf3f4354888c162f6c562f0bd2ae2b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5d6f4ad584d8fae3c29633c75138b177"><td class="memItemLeft" align="right" valign="top">static const ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a5d6f4ad584d8fae3c29633c75138b177">kMaxNumArcs</a></td></tr>
<tr class="separator:a5d6f4ad584d8fae3c29633c75138b177"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aad916b80da8f95078f693e604c8985ac"><td class="memItemLeft" align="right" valign="top">static const NodeIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#aad916b80da8f95078f693e604c8985ac">kMaxNumNodes</a></td></tr>
<tr class="separator:aad916b80da8f95078f693e604c8985ac"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aab3a7c235c6a6000a25a5a79d680f1ba"><td class="memItemLeft" align="right" valign="top">static const ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#aab3a7c235c6a6000a25a5a79d680f1ba">kNilArc</a></td></tr>
<tr class="separator:aab3a7c235c6a6000a25a5a79d680f1ba"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0da78a7e517acf1b646ae28ad16216ed"><td class="memItemLeft" align="right" valign="top">static const NodeIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a0da78a7e517acf1b646ae28ad16216ed">kNilNode</a></td></tr>
<tr class="separator:a0da78a7e517acf1b646ae28ad16216ed"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pro-methods" name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr class="memitem:a04c9ae002dae9ce9a47d37156a6d0c88"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a04c9ae002dae9ce9a47d37156a6d0c88">EbertGraphBase</a> ()</td></tr>
<tr class="separator:a04c9ae002dae9ce9a47d37156a6d0c88"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a29986e86c1ff5503dd5f162787ae2958"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a29986e86c1ff5503dd5f162787ae2958">~EbertGraphBase</a> ()</td></tr>
<tr class="separator:a29986e86c1ff5503dd5f162787ae2958"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a91ea251fe7caa0122a01f738892dd03b"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a91ea251fe7caa0122a01f738892dd03b">Initialize</a> (NodeIndexType <a class="el" href="classoperations__research_1_1_star_graph_base.html#a29774a2f068745000e90eaf549543144">max_num_nodes</a>, ArcIndexType <a class="el" href="classoperations__research_1_1_star_graph_base.html#a6dea64dce5de0432befc47f85176ab19">max_num_arcs</a>)</td></tr>
<tr class="separator:a91ea251fe7caa0122a01f738892dd03b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa7eb01c1d6e53fc3eb906761eb69734a"><td class="memItemLeft" align="right" valign="top">ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#aa7eb01c1d6e53fc3eb906761eb69734a">FirstOutgoingOrOppositeIncomingArc</a> (const NodeIndexType node) const</td></tr>
<tr class="separator:aa7eb01c1d6e53fc3eb906761eb69734a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae4bf065dd416af2bc622a829172e43a9"><td class="memItemLeft" align="right" valign="top">ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#ae4bf065dd416af2bc622a829172e43a9">NextAdjacentArc</a> (const ArcIndexType arc) const</td></tr>
<tr class="separator:ae4bf065dd416af2bc622a829172e43a9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4e27d3270223638ed3a6b9448a71475b"><td class="memItemLeft" align="right" valign="top">ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a4e27d3270223638ed3a6b9448a71475b">NextOutgoingArc</a> (const NodeIndexType unused_node, const ArcIndexType arc) const</td></tr>
<tr class="separator:a4e27d3270223638ed3a6b9448a71475b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abfdc255fd93491a9a8ac563a412f57e3"><td class="memItemLeft" align="right" valign="top">NodeIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#abfdc255fd93491a9a8ac563a412f57e3">StartNode</a> (NodeIndexType node) const</td></tr>
<tr class="separator:abfdc255fd93491a9a8ac563a412f57e3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afc2f0055a1b672fbd6102d0d9a3b8c28"><td class="memItemLeft" align="right" valign="top">ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#afc2f0055a1b672fbd6102d0d9a3b8c28">StartArc</a> (ArcIndexType arc) const</td></tr>
<tr class="separator:afc2f0055a1b672fbd6102d0d9a3b8c28"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae7eaa58346f9d7415c11776d7a9dd2ed"><td class="memItemLeft" align="right" valign="top">NodeIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#ae7eaa58346f9d7415c11776d7a9dd2ed">NextNode</a> (const NodeIndexType node) const</td></tr>
<tr class="separator:ae7eaa58346f9d7415c11776d7a9dd2ed"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a110289c48d7a56f42f2ff83123a2ec85"><td class="memItemLeft" align="right" valign="top">ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#a110289c48d7a56f42f2ff83123a2ec85">NextArc</a> (const ArcIndexType arc) const</td></tr>
<tr class="separator:a110289c48d7a56f42f2ff83123a2ec85"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac16ad50a1e5ffab13d1022bcc7fe75d8"><td class="memItemLeft" align="right" valign="top">ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_star_graph_base.html#ac16ad50a1e5ffab13d1022bcc7fe75d8">FirstOutgoingArc</a> (const NodeIndexType node) const</td></tr>
<tr class="separator:ac16ad50a1e5ffab13d1022bcc7fe75d8"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pro-attribs" name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr class="memitem:a1dbcd0459821908cb2e7719a6e7e32bf"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classoperations__research_1_1_z_vector.html">ZVector</a>< ArcIndexType > </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a1dbcd0459821908cb2e7719a6e7e32bf">next_adjacent_arc_</a></td></tr>
<tr class="separator:a1dbcd0459821908cb2e7719a6e7e32bf"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7844e39f2b6fad9b6a59468d63b6b503"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a7844e39f2b6fad9b6a59468d63b6b503">representation_clean_</a></td></tr>
<tr class="separator:a7844e39f2b6fad9b6a59468d63b6b503"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a58b521f62562f51a79f9c95f1902804a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classoperations__research_1_1_z_vector.html">ZVector</a>< ArcIndexType > </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a58b521f62562f51a79f9c95f1902804a">first_incident_arc_</a></td></tr>
<tr class="separator:a58b521f62562f51a79f9c95f1902804a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a881fc80aead9398df4fbcb6e40903c9a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classoperations__research_1_1_z_vector.html">ZVector</a>< NodeIndexType > </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a881fc80aead9398df4fbcb6e40903c9a">head_</a></td></tr>
<tr class="separator:a881fc80aead9398df4fbcb6e40903c9a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3a725c1fd4db4e67a7f13b36652e0fa8"><td class="memItemLeft" align="right" valign="top">ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a3a725c1fd4db4e67a7f13b36652e0fa8">max_num_arcs_</a></td></tr>
<tr class="separator:a3a725c1fd4db4e67a7f13b36652e0fa8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab059bfdc4854ebf3ffa22cc778a436c3"><td class="memItemLeft" align="right" valign="top">NodeIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#ab059bfdc4854ebf3ffa22cc778a436c3">max_num_nodes_</a></td></tr>
<tr class="separator:ab059bfdc4854ebf3ffa22cc778a436c3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afa0c44b50a5e9459e3339ec50082e635"><td class="memItemLeft" align="right" valign="top">ArcIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#afa0c44b50a5e9459e3339ec50082e635">num_arcs_</a></td></tr>
<tr class="separator:afa0c44b50a5e9459e3339ec50082e635"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9e04004960ec7ac63f9ce9b97aa0bcfa"><td class="memItemLeft" align="right" valign="top">NodeIndexType </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a9e04004960ec7ac63f9ce9b97aa0bcfa">num_nodes_</a></td></tr>
<tr class="separator:a9e04004960ec7ac63f9ce9b97aa0bcfa"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a id="a04c9ae002dae9ce9a47d37156a6d0c88" name="a04c9ae002dae9ce9a47d37156a6d0c88"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a04c9ae002dae9ce9a47d37156a6d0c88">◆ </a></span>EbertGraphBase()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html">EbertGraphBase</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l01109">1109</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a29986e86c1ff5503dd5f162787ae2958" name="a29986e86c1ff5503dd5f162787ae2958"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a29986e86c1ff5503dd5f162787ae2958">◆ </a></span>~EbertGraphBase()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">~<a class="el" href="classoperations__research_1_1_ebert_graph_base.html">EbertGraphBase</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l01111">1111</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a7b505ba4a01bce342d049f5a8674da72" name="a7b505ba4a01bce342d049f5a8674da72"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7b505ba4a01bce342d049f5a8674da72">◆ </a></span>AddArc()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ArcIndexType AddArc </td>
<td>(</td>
<td class="paramtype">NodeIndexType </td>
<td class="paramname"><em>tail</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">NodeIndexType </td>
<td class="paramname"><em>head</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l01002">1002</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a58d0c72004cf773e707cb9d43dafc308" name="a58d0c72004cf773e707cb9d43dafc308"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a58d0c72004cf773e707cb9d43dafc308">◆ </a></span>ArcDebugString()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">std::string ArcDebugString </td>
<td>(</td>
<td class="paramtype">const ArcIndexType </td>
<td class="paramname"><em>arc</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00311">311</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a8b9175b7d6fd63f5ae764a7ea44d13e0" name="a8b9175b7d6fd63f5ae764a7ea44d13e0"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8b9175b7d6fd63f5ae764a7ea44d13e0">◆ </a></span>end_arc_index()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ArcIndexType end_arc_index </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00253">253</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="abe63d4d83bcc1da204931b4687494460" name="abe63d4d83bcc1da204931b4687494460"></a>
<h2 class="memtitle"><span class="permalink"><a href="#abe63d4d83bcc1da204931b4687494460">◆ </a></span>end_node_index()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">NodeIndexType end_node_index </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00248">248</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="ac16ad50a1e5ffab13d1022bcc7fe75d8" name="ac16ad50a1e5ffab13d1022bcc7fe75d8"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac16ad50a1e5ffab13d1022bcc7fe75d8">◆ </a></span>FirstOutgoingArc()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ArcIndexType FirstOutgoingArc </td>
<td>(</td>
<td class="paramtype">const NodeIndexType </td>
<td class="paramname"><em>node</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00480">480</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="aa7eb01c1d6e53fc3eb906761eb69734a" name="aa7eb01c1d6e53fc3eb906761eb69734a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa7eb01c1d6e53fc3eb906761eb69734a">◆ </a></span>FirstOutgoingOrOppositeIncomingArc()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ArcIndexType FirstOutgoingOrOppositeIncomingArc </td>
<td>(</td>
<td class="paramtype">const NodeIndexType </td>
<td class="paramname"><em>node</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l01124">1124</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="aa90da96a03365b61ef1bbb6167b49837" name="aa90da96a03365b61ef1bbb6167b49837"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa90da96a03365b61ef1bbb6167b49837">◆ </a></span>GroupForwardArcsByFunctor()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void GroupForwardArcsByFunctor </td>
<td>(</td>
<td class="paramtype">const ArcIndexTypeStrictWeakOrderingFunctor & </td>
<td class="paramname"><em>compare</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classoperations__research_1_1_permutation_cycle_handler.html">PermutationCycleHandler</a>< ArcIndexType > * </td>
<td class="paramname"><em>annotation_handler</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l01023">1023</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a5237cfbb86ec8f305e498e873e5c4e95" name="a5237cfbb86ec8f305e498e873e5c4e95"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5237cfbb86ec8f305e498e873e5c4e95">◆ </a></span>Head()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">NodeIndexType Head </td>
<td>(</td>
<td class="paramtype">const ArcIndexType </td>
<td class="paramname"><em>arc</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00298">298</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a91ea251fe7caa0122a01f738892dd03b" name="a91ea251fe7caa0122a01f738892dd03b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a91ea251fe7caa0122a01f738892dd03b">◆ </a></span>Initialize()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void Initialize </td>
<td>(</td>
<td class="paramtype">NodeIndexType </td>
<td class="paramname"><em>max_num_nodes</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ArcIndexType </td>
<td class="paramname"><em>max_num_arcs</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l01113">1113</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a2b88b717e42d7137a884c36e35052191" name="a2b88b717e42d7137a884c36e35052191"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2b88b717e42d7137a884c36e35052191">◆ </a></span>IsNodeValid()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">bool IsNodeValid </td>
<td>(</td>
<td class="paramtype">NodeIndexType </td>
<td class="paramname"><em>node</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00280">280</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="afd99777b09af9bfb951f88dbb93e11e7" name="afd99777b09af9bfb951f88dbb93e11e7"></a>
<h2 class="memtitle"><span class="permalink"><a href="#afd99777b09af9bfb951f88dbb93e11e7">◆ </a></span>LookUpArc()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ArcIndexType LookUpArc </td>
<td>(</td>
<td class="paramtype">const NodeIndexType </td>
<td class="paramname"><em>tail</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const NodeIndexType </td>
<td class="paramname"><em>head</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00286">286</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="aad16076f9d10c90b9b9e0ccfddf878ed" name="aad16076f9d10c90b9b9e0ccfddf878ed"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aad16076f9d10c90b9b9e0ccfddf878ed">◆ </a></span>max_end_arc_index()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ArcIndexType max_end_arc_index </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00272">272</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="adb3250cf217e042d99de43a4e22a9360" name="adb3250cf217e042d99de43a4e22a9360"></a>
<h2 class="memtitle"><span class="permalink"><a href="#adb3250cf217e042d99de43a4e22a9360">◆ </a></span>max_end_node_index()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">NodeIndexType max_end_node_index </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00265">265</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a6dea64dce5de0432befc47f85176ab19" name="a6dea64dce5de0432befc47f85176ab19"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6dea64dce5de0432befc47f85176ab19">◆ </a></span>max_num_arcs()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ArcIndexType max_num_arcs </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00260">260</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a29774a2f068745000e90eaf549543144" name="a29774a2f068745000e90eaf549543144"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a29774a2f068745000e90eaf549543144">◆ </a></span>max_num_nodes()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">NodeIndexType max_num_nodes </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00256">256</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="ae4bf065dd416af2bc622a829172e43a9" name="ae4bf065dd416af2bc622a829172e43a9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae4bf065dd416af2bc622a829172e43a9">◆ </a></span>NextAdjacentArc()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ArcIndexType NextAdjacentArc </td>
<td>(</td>
<td class="paramtype">const ArcIndexType </td>
<td class="paramname"><em>arc</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l01132">1132</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a110289c48d7a56f42f2ff83123a2ec85" name="a110289c48d7a56f42f2ff83123a2ec85"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a110289c48d7a56f42f2ff83123a2ec85">◆ </a></span>NextArc()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ArcIndexType NextArc </td>
<td>(</td>
<td class="paramtype">const ArcIndexType </td>
<td class="paramname"><em>arc</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00473">473</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="ae7eaa58346f9d7415c11776d7a9dd2ed" name="ae7eaa58346f9d7415c11776d7a9dd2ed"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae7eaa58346f9d7415c11776d7a9dd2ed">◆ </a></span>NextNode()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">NodeIndexType NextNode </td>
<td>(</td>
<td class="paramtype">const NodeIndexType </td>
<td class="paramname"><em>node</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00459">459</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a4e27d3270223638ed3a6b9448a71475b" name="a4e27d3270223638ed3a6b9448a71475b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4e27d3270223638ed3a6b9448a71475b">◆ </a></span>NextOutgoingArc()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ArcIndexType NextOutgoingArc </td>
<td>(</td>
<td class="paramtype">const NodeIndexType </td>
<td class="paramname"><em>unused_node</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const ArcIndexType </td>
<td class="paramname"><em>arc</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l01139">1139</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a74cc112e18e1496d720c48f6082d2671" name="a74cc112e18e1496d720c48f6082d2671"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a74cc112e18e1496d720c48f6082d2671">◆ </a></span>NodeDebugString()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">std::string NodeDebugString </td>
<td>(</td>
<td class="paramtype">const NodeIndexType </td>
<td class="paramname"><em>node</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00303">303</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a4d3fc55a2fe209a908470199437cec9a" name="a4d3fc55a2fe209a908470199437cec9a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4d3fc55a2fe209a908470199437cec9a">◆ </a></span>num_arcs()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ArcIndexType num_arcs </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00242">242</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a6a2df5042167b234f6dc3aed4acfa6c9" name="a6a2df5042167b234f6dc3aed4acfa6c9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6a2df5042167b234f6dc3aed4acfa6c9">◆ </a></span>num_nodes()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">NodeIndexType num_nodes </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00238">238</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a63560dd4eca6ee672701a59d42c67cbd" name="a63560dd4eca6ee672701a59d42c67cbd"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a63560dd4eca6ee672701a59d42c67cbd">◆ </a></span>Reserve()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">bool Reserve </td>
<td>(</td>
<td class="paramtype">NodeIndexType </td>
<td class="paramname"><em>new_max_num_nodes</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">ArcIndexType </td>
<td class="paramname"><em>new_max_num_arcs</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00979">979</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="afc2f0055a1b672fbd6102d0d9a3b8c28" name="afc2f0055a1b672fbd6102d0d9a3b8c28"></a>
<h2 class="memtitle"><span class="permalink"><a href="#afc2f0055a1b672fbd6102d0d9a3b8c28">◆ </a></span>StartArc()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ArcIndexType StartArc </td>
<td>(</td>
<td class="paramtype">ArcIndexType </td>
<td class="paramname"><em>arc</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00446">446</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="abfdc255fd93491a9a8ac563a412f57e3" name="abfdc255fd93491a9a8ac563a412f57e3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#abfdc255fd93491a9a8ac563a412f57e3">◆ </a></span>StartNode()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">NodeIndexType StartNode </td>
<td>(</td>
<td class="paramtype">NodeIndexType </td>
<td class="paramname"><em>node</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span><span class="mlabel">inherited</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00440">440</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a id="a58b521f62562f51a79f9c95f1902804a" name="a58b521f62562f51a79f9c95f1902804a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a58b521f62562f51a79f9c95f1902804a">◆ </a></span>first_incident_arc_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classoperations__research_1_1_z_vector.html">ZVector</a><ArcIndexType> first_incident_arc_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00503">503</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a881fc80aead9398df4fbcb6e40903c9a" name="a881fc80aead9398df4fbcb6e40903c9a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a881fc80aead9398df4fbcb6e40903c9a">◆ </a></span>head_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classoperations__research_1_1_z_vector.html">ZVector</a><NodeIndexType> head_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00499">499</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a3caf77fe23c752e7cf9c97116ee9d34a" name="a3caf77fe23c752e7cf9c97116ee9d34a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3caf77fe23c752e7cf9c97116ee9d34a">◆ </a></span>kFirstArc</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">const ArcIndexType kFirstArc</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00226">226</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="acaaf3f4354888c162f6c562f0bd2ae2b" name="acaaf3f4354888c162f6c562f0bd2ae2b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#acaaf3f4354888c162f6c562f0bd2ae2b">◆ </a></span>kFirstNode</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">const NodeIndexType kFirstNode</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00223">223</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a5d6f4ad584d8fae3c29633c75138b177" name="a5d6f4ad584d8fae3c29633c75138b177"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5d6f4ad584d8fae3c29633c75138b177">◆ </a></span>kMaxNumArcs</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">const ArcIndexType kMaxNumArcs</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00236">236</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="aad916b80da8f95078f693e604c8985ac" name="aad916b80da8f95078f693e604c8985ac"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aad916b80da8f95078f693e604c8985ac">◆ </a></span>kMaxNumNodes</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">const NodeIndexType kMaxNumNodes</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00231">231</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="aab3a7c235c6a6000a25a5a79d680f1ba" name="aab3a7c235c6a6000a25a5a79d680f1ba"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aab3a7c235c6a6000a25a5a79d680f1ba">◆ </a></span>kNilArc</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">const ArcIndexType kNilArc</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00220">220</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a0da78a7e517acf1b646ae28ad16216ed" name="a0da78a7e517acf1b646ae28ad16216ed"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0da78a7e517acf1b646ae28ad16216ed">◆ </a></span>kNilNode</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">const NodeIndexType kNilNode</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00217">217</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a3a725c1fd4db4e67a7f13b36652e0fa8" name="a3a725c1fd4db4e67a7f13b36652e0fa8"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3a725c1fd4db4e67a7f13b36652e0fa8">◆ </a></span>max_num_arcs_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ArcIndexType max_num_arcs_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00490">490</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="ab059bfdc4854ebf3ffa22cc778a436c3" name="ab059bfdc4854ebf3ffa22cc778a436c3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab059bfdc4854ebf3ffa22cc778a436c3">◆ </a></span>max_num_nodes_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">NodeIndexType max_num_nodes_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00487">487</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a1dbcd0459821908cb2e7719a6e7e32bf" name="a1dbcd0459821908cb2e7719a6e7e32bf"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1dbcd0459821908cb2e7719a6e7e32bf">◆ </a></span>next_adjacent_arc_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classoperations__research_1_1_z_vector.html">ZVector</a><ArcIndexType> next_adjacent_arc_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l01148">1148</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="afa0c44b50a5e9459e3339ec50082e635" name="afa0c44b50a5e9459e3339ec50082e635"></a>
<h2 class="memtitle"><span class="permalink"><a href="#afa0c44b50a5e9459e3339ec50082e635">◆ </a></span>num_arcs_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ArcIndexType num_arcs_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00496">496</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a9e04004960ec7ac63f9ce9b97aa0bcfa" name="a9e04004960ec7ac63f9ce9b97aa0bcfa"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9e04004960ec7ac63f9ce9b97aa0bcfa">◆ </a></span>num_nodes_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">NodeIndexType num_nodes_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l00493">493</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<a id="a7844e39f2b6fad9b6a59468d63b6b503" name="a7844e39f2b6fad9b6a59468d63b6b503"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7844e39f2b6fad9b6a59468d63b6b503">◆ </a></span>representation_clean_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">bool representation_clean_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="ebert__graph_8h_source.html#l01153">1153</a> of file <a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="ebert__graph_8h_source.html">ebert_graph.h</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.18-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespaceoperations__research.html">operations_research</a></li><li class="navelem"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html">EbertGraphBase</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.2 </li>
</ul>
</div>
</body>
</html>
|
resource/beg-crypto-examples/doc/chapter9/package-frame.html | danielmelogpi/experimentos-certificados | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pt">
<head>
<!-- Generated by javadoc (1.8.0_25) on Sat Jan 24 20:49:39 BRST 2015 -->
<title>chapter9 (Beginning Cryptography with Java Examples)</title>
<meta name="date" content="2015-01-24">
<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="../chapter9/package-summary.html" target="classFrame">chapter9</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="CMSProcessableFile.html" title="class in chapter9" target="classFrame">CMSProcessableFile</a></li>
<li><a href="CompressedDataExample.html" title="class in chapter9" target="classFrame">CompressedDataExample</a></li>
<li><a href="CompressedMailExample.html" title="class in chapter9" target="classFrame">CompressedMailExample</a></li>
<li><a href="EncapsulatedSignedDataExample.html" title="class in chapter9" target="classFrame">EncapsulatedSignedDataExample</a></li>
<li><a href="EnvelopedMailExample.html" title="class in chapter9" target="classFrame">EnvelopedMailExample</a></li>
<li><a href="EnvelopedSignedMailExample.html" title="class in chapter9" target="classFrame">EnvelopedSignedMailExample</a></li>
<li><a href="KEKEnvelopedDataExample.html" title="class in chapter9" target="classFrame">KEKEnvelopedDataExample</a></li>
<li><a href="KeyTransEnvelopedDataExample.html" title="class in chapter9" target="classFrame">KeyTransEnvelopedDataExample</a></li>
<li><a href="KeyTransEnvelopedDataWithCertMatchExample.html" title="class in chapter9" target="classFrame">KeyTransEnvelopedDataWithCertMatchExample</a></li>
<li><a href="SignedDataExample.html" title="class in chapter9" target="classFrame">SignedDataExample</a></li>
<li><a href="SignedDataProcessor.html" title="class in chapter9" target="classFrame">SignedDataProcessor</a></li>
<li><a href="SignedMailExample.html" title="class in chapter9" target="classFrame">SignedMailExample</a></li>
<li><a href="SignedMultiPartMailExample.html" title="class in chapter9" target="classFrame">SignedMultiPartMailExample</a></li>
<li><a href="Utils.html" title="class in chapter9" target="classFrame">Utils</a></li>
</ul>
</div>
</body>
</html>
|
public/css/chat.css | labibfarag/demo |
.chat_box {
display:inline-block;
width:600px;
margin-left: 0px;
height : 820px;
}
.main_chat2{
display:none;
}
.user_box {
display:block;
bottom:0;
background: #5ba0d0 none repeat scroll 0 0;
color: #FFF;
padding: 10px;
cursor: pointer;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.user_box:hover {
cursor:pointer;
}
.left {
float:left;
}
.right {
float:right;
}
.clear {
clear:both;
}
.message_post {
border-top:1px solid #EFEFEF;
display:block;
padding:5px 3px;
}
.message_text {
margin-left:5px;
}
.message_content {
border:1px solid #ddd;
height:700px;
/*overflow-y:scroll;*/
text-align:left;
}
.box_reply {
border:1px solid #ddd;
}
.text_reply {
display:block;
width:99%;
}
.user_img {
}
.hide_wrap_box {
height:22px;
bottom:0;
}
.name {
display: block;
width: 80%;
font-weight:bold;
font-family: arial;
}
.index_reload {
border: 0px solid #ddd;
position: fixed;
bottom: 1px;
right: 1px;
width: 100%;
}
#chat_area {
float:right;
background :azure;
}
.buttonClass
{
background: royalblue;
width: 125px;
height: 35px;
border-radius: 15px;
}
.imgClass
{
height: 120px;
} |
public/css/style.css | dpansan/eoibd | @charset "UTF-8";
body, .base--input,
.base--STYLED input:not([type]), .base--color-input,
.base--STYLED input[type="color"], .base--date-input,
.base--STYLED input[type="date"], .base--datetime-local-input,
.base--STYLED input[type="datetime-local"], .base--email-input,
.base--STYLED input[type="email"], .base--file-input,
.base--STYLED input[type="file"], .base--hidden-input,
.base--STYLED input[type="hidden"], .base--month-input,
.base--STYLED input[type="month"], .base--number-input,
.base--STYLED input[type="number"], .base--password-input,
.base--STYLED input[type="password"], .base--range-input,
.base--STYLED input[type="range"], .base--search-input,
.base--STYLED input[type="search"], .base--tel-input,
.base--STYLED input[type="tel"], .base--text-input,
.base--STYLED input[type="text"], .base--time-input,
.base--STYLED input[type="time"], .base--url-input,
.base--STYLED input[type="url"], .base--week-input,
.base--STYLED input[type="week"], .base--select,
.base--STYLED select, .base--textarea,
.base--STYLED textarea {
font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "Lucida Grande", "Roboto", sans-serif; }
.base--code,
.base--STYLED code, .base--pre,
.base--STYLED pre, pre[class^="language-"],
pre[class*=" language-"], .base--pre code,
pre[class^="language-"] code,
pre[class*=" language-"] code,
.base--pre .base--code,
.base--STYLED pre .base--code, pre[class^="language-"] .base--code,
pre[class*=" language-"] .base--code {
font-family: "Courier New", "Lucida Console", monospace; }
.icon {
vertical-align: middle;
display: inline; }
.base--div:before,
.base--STYLED div:before,
div:before,
.base--article:before,
.base--STYLED article:before,
article:before,
.base--div:after,
.base--STYLED div:after,
div:after, .base--article:after,
.base--STYLED article:after,
article:after {
content: '';
display: table;
clear: both; }
.base--div,
.base--STYLED div,
div, .base--article,
.base--STYLED article,
article {
box-sizing: border-box; }
.base--div:before,
.base--STYLED div:before,
div:before,
.base--article:before,
.base--STYLED article:before,
article:before,
.base--div:after,
.base--STYLED div:after,
div:after, .base--article:after,
.base--STYLED article:after,
article:after {
box-sizing: border-box; }
@font-face {
font-family: "icons";
src: url("../fonts/icon-fonts/icons.eot");
src: url("../fonts/icon-fonts/icons.eot?#iefix") format("eot"), url("../fonts/icon-fonts/icons.woff") format("woff"), url("../fonts/icon-fonts/icons.ttf") format("truetype"), url("../fonts/icon-fonts/icons.svg#icons") format("svg"); }
.icon:before {
font-family: "icons";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: normal;
/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
text-decoration: none;
text-transform: none; }
.icon-analyze:before {
content: "\E001"; }
.icon-avatar-watson:before {
content: "\E002"; }
.icon-avatar-you:before {
content: "\E003"; }
.icon-back:before {
content: "\E004"; }
.icon-back2top:before {
content: "\E005"; }
.icon-dialog:before {
content: "\E006"; }
.icon-link:before {
content: "\E007"; }
.icon-reset:before {
content: "\E008"; }
.icon {
vertical-align: middle;
display: inline; }
/*! Reset/normalize hybrid with major contributions from normalize.css, html5doctor.com Reset Stylesheet, and http://html5reset.org/
* Sam Richard - http://snugug.com/
* Nicholas Gallagher, Jonathan Neal - http://necolas.github.io/normalize.css/
* Richard Clark - http://richclarkdesign.com
* Tim Murtaugh - http://monkeydo.biz/
*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
main,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
background: transparent;
border: 0;
font-size: 100%;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline; }
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
line-height: 1; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline; }
a:active,
a:hover {
outline: 0; }
abbr[title],
dfn[title] {
border-bottom: 1px dotted;
cursor: help; }
ins {
text-decoration: none; }
del {
text-decoration: line-through; }
blockquote,
q {
quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none; }
ul {
list-style: none; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
pre {
overflow: auto;
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
word-wrap: break-word; }
code,
kbd,
pre,
samp {
font-size: 1em;
font-family: monospace, sans-serif; }
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid;
margin: 1em 0;
padding: 0; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button,
input[type="button"] {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"], input[type="file"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
input,
select {
vertical-align: middle; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
html {
-moz-box-sizing: border-box;
box-sizing: border-box; }
*, *:before, *:after {
box-sizing: inherit; }
embed,
img,
object,
video {
max-width: 100%;
height: auto; }
body {
line-height: 1.5; }
body {
margin: 0; }
body * + * {
margin-top: 1rem; }
body {
background: #fff;
color: #121212; }
.base--h1,
.base--STYLED h1 {
font-size: 2.44141em;
font-weight: 700;
color: #325c80; }
@media (min-width: 500px) {
.base--h1,
.base--STYLED h1 {
font-size: 4.20873em; } }
.base--h2,
.base--STYLED h2 {
font-size: 1.95312em;
font-weight: 700;
color: #d74108; }
.base--h3,
.base--STYLED h3 {
font-size: 1.5625em;
font-weight: 400;
color: #323232; }
.base--h4,
.base--STYLED h4 {
font-size: 1.25em;
font-weight: 400;
color: #323232; }
@media (min-width: 500px) {
.base--h4,
.base--STYLED h4 {
font-size: 1.333em; } }
.base--h5,
.base--STYLED h5 {
font-size: 1em;
font-weight: 700;
color: #5a5a5a; }
.base--h6,
.base--STYLED h6 {
font-size: 1.25em;
font-weight: 500;
color: #121212; }
.base--input,
.base--STYLED input:not([type]), .base--color-input,
.base--STYLED input[type="color"], .base--date-input,
.base--STYLED input[type="date"], .base--datetime-local-input,
.base--STYLED input[type="datetime-local"], .base--email-input,
.base--STYLED input[type="email"], .base--file-input,
.base--STYLED input[type="file"], .base--hidden-input,
.base--STYLED input[type="hidden"], .base--month-input,
.base--STYLED input[type="month"], .base--number-input,
.base--STYLED input[type="number"], .base--password-input,
.base--STYLED input[type="password"], .base--range-input,
.base--STYLED input[type="range"], .base--search-input,
.base--STYLED input[type="search"], .base--tel-input,
.base--STYLED input[type="tel"], .base--text-input,
.base--STYLED input[type="text"], .base--time-input,
.base--STYLED input[type="time"], .base--url-input,
.base--STYLED input[type="url"], .base--week-input,
.base--STYLED input[type="week"], .base--select,
.base--STYLED select {
width: 100%;
padding: 0.6em 1em;
font-size: 1em;
font-weight: 300;
border: 1px solid #325c80;
background-color: #fff; }
.base--input:focus,
.base--STYLED input:focus:not([type]), .base--color-input:focus,
.base--STYLED input[type="color"]:focus, .base--date-input:focus,
.base--STYLED input[type="date"]:focus, .base--datetime-local-input:focus,
.base--STYLED input[type="datetime-local"]:focus, .base--email-input:focus,
.base--STYLED input[type="email"]:focus, .base--file-input:focus,
.base--STYLED input[type="file"]:focus, .base--hidden-input:focus,
.base--STYLED input[type="hidden"]:focus, .base--month-input:focus,
.base--STYLED input[type="month"]:focus, .base--number-input:focus,
.base--STYLED input[type="number"]:focus, .base--password-input:focus,
.base--STYLED input[type="password"]:focus, .base--range-input:focus,
.base--STYLED input[type="range"]:focus, .base--search-input:focus,
.base--STYLED input[type="search"]:focus, .base--tel-input:focus,
.base--STYLED input[type="tel"]:focus, .base--text-input:focus,
.base--STYLED input[type="text"]:focus, .base--time-input:focus,
.base--STYLED input[type="time"]:focus, .base--url-input:focus,
.base--STYLED input[type="url"]:focus, .base--week-input:focus,
.base--STYLED input[type="week"]:focus, .base--select:focus,
.base--STYLED select:focus {
outline: 2px solid #325c80;
border-color: #325c80; }
.base--input:disabled,
.base--STYLED input:disabled:not([type]), .base--color-input:disabled,
.base--STYLED input[type="color"]:disabled, .base--date-input:disabled,
.base--STYLED input[type="date"]:disabled, .base--datetime-local-input:disabled,
.base--STYLED input[type="datetime-local"]:disabled, .base--email-input:disabled,
.base--STYLED input[type="email"]:disabled, .base--file-input:disabled,
.base--STYLED input[type="file"]:disabled, .base--hidden-input:disabled,
.base--STYLED input[type="hidden"]:disabled, .base--month-input:disabled,
.base--STYLED input[type="month"]:disabled, .base--number-input:disabled,
.base--STYLED input[type="number"]:disabled, .base--password-input:disabled,
.base--STYLED input[type="password"]:disabled, .base--range-input:disabled,
.base--STYLED input[type="range"]:disabled, .base--search-input:disabled,
.base--STYLED input[type="search"]:disabled, .base--tel-input:disabled,
.base--STYLED input[type="tel"]:disabled, .base--text-input:disabled,
.base--STYLED input[type="text"]:disabled, .base--time-input:disabled,
.base--STYLED input[type="time"]:disabled, .base--url-input:disabled,
.base--STYLED input[type="url"]:disabled, .base--week-input:disabled,
.base--STYLED input[type="week"]:disabled, .base--select:disabled,
.base--STYLED select:disabled {
background-color: #ececec; }
.base--block-label {
display: block;
margin: 1.25em 0 0.25em; }
.base--inline-label,
.base--STYLED label {
display: inline; }
.base--radio,
.base--STYLED input[type="radio"] {
display: none; }
.base--radio + label,
.base--STYLED input[type="radio"] + label {
position: relative; }
.base--radio + label:before,
.base--STYLED input[type="radio"] + label:before {
display: inline-block;
width: 1em;
height: 1em;
margin-right: 1rem;
vertical-align: middle;
border: 1px solid #aeaeae;
border-radius: 50%;
content: '';
transform: translateY(-0.125em); }
.base--radio:checked + label:before,
.base--STYLED input[type="radio"]:checked + label:before {
background: radial-gradient(#323232 40%, transparent 40%); }
.base--radio:disabled + label,
.base--STYLED input[type="radio"]:disabled + label {
opacity: 0.25; }
.base--color-input,
.base--STYLED input[type="color"] {
height: 3em;
padding: .25em;
background: #fff; }
.base--range-input,
.base--STYLED input[type="range"] {
height: 0.5em;
padding: 0;
background-color: #fff;
border-radius: 0.5em;
box-shadow: inset 0 0 0 0.125em #325c80; }
.base--range-input:focus,
.base--STYLED input[type="range"]:focus {
outline: 0;
box-shadow: inset 0 0 0 0.125em #325c80; }
.base--range-input:disabled,
.base--STYLED input[type="range"]:disabled {
opacity: .5; }
.base--range-input::-moz-range-track,
.base--STYLED input[type="range"]::-moz-range-track {
height: 0.5em;
padding: 0;
background-color: #fff;
border-radius: 0.5em;
box-shadow: inset 0 0 0 0.125em #325c80; }
.base--range-input::-webkit-slider-thumb,
.base--STYLED input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
width: 1.5em;
height: 1.5em;
background: #fff;
border-radius: 1.5em;
box-shadow: inset 0 0 0 0.1875em #325c80;
transition-duration: .5s; }
.base--range-input:active::-webkit-slider-thumb,
.base--STYLED input[type="range"]:active::-webkit-slider-thumb {
box-shadow: inset 0 0 0 1.25em #325c80;
width: 1.875em;
height: 1.875em; }
.base--range-input::-moz-range-thumb,
.base--STYLED input[type="range"]::-moz-range-thumb {
-moz-appearance: none;
width: 1.5em;
height: 1.5em;
background: #fff;
border-radius: 1.5em;
box-shadow: inset 0 0 0 0.1875em #325c80;
transition-duration: .5s; }
.base--range-input:active::-moz-range-thumb,
.base--STYLED input[type="range"]:active::-moz-range-thumb {
box-shadow: inset 0 0 0 1.25em #325c80;
width: 1.875em;
height: 1.875em; }
.base--textarea,
.base--STYLED textarea {
width: 100%;
padding: 0.6em 1em;
font-size: 1em;
font-weight: 300;
border: 2px solid #ececec;
background-color: #fff; }
.base--textarea:focus,
.base--STYLED textarea:focus {
outline: #3B99FC auto 5px;
border-color: #ececec; }
.base--textarea:disabled,
.base--STYLED textarea:disabled {
background-color: #ececec; }
.base--checkbox,
.base--STYLED input[type="checkbox"] {
display: none; }
.base--checkbox + label,
.base--STYLED input[type="checkbox"] + label {
position: relative; }
.base--checkbox + label:before,
.base--STYLED input[type="checkbox"] + label:before {
display: inline-block;
width: 1em;
height: 1em;
margin-right: 1rem;
vertical-align: middle;
border: 1px solid #aeaeae;
content: '';
transform: translateY(-0.125em); }
.base--checkbox:checked + label:before,
.base--STYLED input[type="checkbox"]:checked + label:before {
background: #323232;
box-shadow: inset 0 0 0 0.66667px #fff; }
.base--select,
.base--STYLED select {
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20viewbox%3D%220%200%2014%2014%20true%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23325c80%22%20points%3D%220%2C0%206%2E825%2C14%2014%2C0%20%22%2F%3E%3C%2Fsvg%3E");
background-size: 1em 1em;
background-repeat: no-repeat;
background-position: calc(100% - .3em) 1em; }
.base--button,
.base--STYLED button {
padding: 0.5em 1em;
color: #a53725;
font-weight: bold;
background-color: transparent;
border: 2px solid #d74108;
display: inline-block; }
.base--button:hover,
.base--STYLED button:hover,
.base--button:focus,
.base--STYLED button:focus {
color: #fff;
background-color: #d74108; }
.base--button[type='submit']:hover,
.base--STYLED button[type='submit']:hover {
background-color: #d74108;
color: #fff; }
.base--button[type='reset'],
.base--STYLED button[type='reset'] {
background-color: #fff;
border: 3px solid #aeaeae;
color: #5a5a5a; }
.base--button[type='reset']:hover,
.base--STYLED button[type='reset']:hover {
background-color: #5a5a5a;
border: 3px solid #5a5a5a;
color: #fff; }
.base--article,
.base--STYLED article,
article {
overflow: auto; }
.base--a,
.base--STYLED a {
color: #a53725; }
.base--a:hover,
.base--STYLED a:hover,
.base--a:focus,
.base--STYLED a:focus {
color: #aeaeae; }
.base--em,
.base--STYLED em {
font-style: italic; }
.base--strong,
.base--STYLED strong {
font-weight: 700; }
.base--p,
.base--STYLED p {
font-size: 1em;
color: #5a5a5a;
margin-top: 0; }
.base--code,
.base--STYLED code {
padding: 0.2em 0.5em;
font-size: .8em;
color: #d74108;
outline: 1px solid rgba(119, 118, 119, 0.25); }
.base--pre,
.base--STYLED pre, pre[class^="language-"],
pre[class*=" language-"], .base--pre code,
.base--STYLED pre code,
pre[class^="language-"] code,
pre[class*=" language-"] code,
.base--pre .base--code,
.base--STYLED pre .base--code, pre[class^="language-"] .base--code,
pre[class*=" language-"] .base--code {
display: block;
hyphens: none;
word-spacing: normal;
text-align: left;
word-break: normal;
white-space: pre;
word-wrap: normal;
direction: ltr;
tab-size: 2;
overflow-y: overlay; }
.base--pre,
.base--STYLED pre, pre[class^="language-"],
pre[class*=" language-"] {
margin: .5em 0;
overflow: auto;
border: 1px solid rgba(119, 118, 119, 0.25); }
.base--pre code,
.base--STYLED pre code,
pre[class^="language-"] code,
pre[class*=" language-"] code,
.base--pre .base--code,
.base--STYLED pre .base--code, pre[class^="language-"] .base--code,
pre[class*=" language-"] .base--code {
padding: 1em;
font-size: 1em;
outline: 0; }
.base--ul,
.base--STYLED ul, .base--ol,
.base--STYLED ol {
display: table;
padding-left: 0;
margin-left: 0;
list-style: none; }
.base--ul li,
.base--STYLED ul li, .base--ol li,
.base--STYLED ol li, .base--ul .base--li,
.base--STYLED ul .base--li, .base--ol .base--li,
.base--STYLED ol .base--li {
display: table-row;
counter-increment: table-ol; }
.base--ul li:before,
.base--STYLED ul li:before, .base--ol li:before,
.base--STYLED ol li:before, .base--ul .base--li:before,
.base--STYLED ul .base--li:before, .base--ol .base--li:before,
.base--STYLED ol .base--li:before {
display: table-cell;
padding-right: .4em;
text-align: right; }
.base--ul li:before,
.base--STYLED ul li:before,
.base--ul .base--li:before,
.base--STYLED ul .base--li:before {
content: "•"; }
.base--ol li:before,
.base--STYLED ol li:before,
.base--ol .base--li:before,
.base--STYLED ol .base--li:before {
content: counter(table-ol) "."; }
.base--blockquote,
.base--STYLED blockquote {
padding: 0em 1.5em;
margin-right: 1em;
margin-left: 1em;
font-style: italic;
color: #5a5a5a;
border-left: 0.25em solid #6d120f; }
.base--table,
.base--STYLED table {
width: 100%; }
.base--thead,
.base--STYLED thead {
font-weight: bold;
color: #fff;
background-color: #325c80; }
.base--td,
.base--STYLED td {
padding: 1em; }
.base--tr:nth-of-type(even),
.base--STYLED tr:nth-of-type(even) {
background-color: #ececec; }
.loader {
width: 100%; }
.smil .loader--fallback {
display: none; }
.no-smil .loader--fallback,
.no-svg .loader--fallback {
display: block; }
.no-svg .loader--svg,
.no-smil .loader--svg {
display: none; }
.radiogroup {
list-style: none; }
.radiogroup--item {
margin-bottom: .5em; }
pre[class^="language-"],
pre[class*=" language-"] {
background: #323232; }
pre[class^="language-"] > code[class^="language-"],
pre[class^="language-"] > code[class*=" language-"],
pre[class*=" language-"] > code[class^="language-"],
pre[class*=" language-"] > code[class*=" language-"] {
color: #e0e0e0; }
.token.prolog,
.token.doctype,
.token.cdata,
.token.punctuation {
color: #fff; }
.token.comment {
color: #aeaeae; }
.token.tag,
.token.constant,
.token.symbol,
.token.deleted,
.token.keyword {
color: #ff71d4; }
.token.boolean,
.token.number {
color: #d7aaff; }
.token.selector,
.token.attr-name,
.token.char,
.token.builtin,
.token.inserted,
.token.function {
color: #b4e051; }
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
color: #e0e0e0; }
.token.atrule,
.token.string,
.token.attr-value {
color: #fde876; }
.token.property {
color: #7cc7ff; }
.token.regex,
.token.important {
color: #ffa573; }
.token.important,
.token.bold {
font-weight: bold; }
.token.italic {
font-style: italic; }
.token.entity {
cursor: help; }
.wordmark {
cursor: pointer;
margin-top: 1rem;
margin-left: 1rem;
margin-bottom: 0.5rem;
display: inline-block;
font-size: 1.062em;
text-decoration: none; }
.wordmark--left {
color: #fdfdfd;
font-weight: 300; }
.wordmark--right {
color: #ffffff;
font-weight: 500; }
@media (min-width: 700px) {
.wordmark {
margin-bottom: 1rem;
float: left; } }
@media (min-width: 768px) {
.wordmark {
margin-left: 0; } }
.heading-nav {
margin-right: 0.5rem;
margin-top: 0; }
@media (min-width: 700px) {
.heading-nav {
float: right; } }
@media (min-width: 768px) {
.heading-nav {
margin-right: 0; } }
.heading-nav--item {
color: #c7c7c7;
text-decoration: none;
cursor: pointer;
display: block;
margin-top: 1rem;
padding-left: 0.75em;
border-left: 0.25em solid #404041; }
.heading-nav--item:focus,
.heading-nav--item:hover {
border-left: 0.25em solid #5596E6;
color: #ffffff; }
@media (min-width: 700px) {
.heading-nav--item {
display: inline-block;
margin-top: 1rem;
padding-bottom: 1rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
border-left: 0;
border-bottom: 0.25em solid #404041; }
.heading-nav--item:focus,
.heading-nav--item:hover {
border-left: 0;
border-bottom: 0.25em solid #5596E6; } }
.icon-hyperlink {
float: right; }
.icon-hyperlink button[type="reset"] {
background-color: transparent;
border: none;
text-decoration: underline;
padding: 0rem;
margin: 0rem;
color: #a53725; }
.icon-hyperlink button[type="reset"]:hover,
.icon-hyperlink button[type="reset"]:focus {
color: #aeaeae; }
.icon-hyperlink .icon {
color: #a53725; }
.icon-hyperlink .icon-reset {
font-size: 1.5em; }
.banner--service-icon {
vertical-align: middle;
margin-top: 0.5rem; }
@media (min-width: 500px) {
.banner--service-icon {
width: 6.25em; } }
@media (min-width: 700px) {
.banner--service-icon {
width: 8.125em; } }
.banner--service-icon_INLINE {
vertical-align: middle;
display: inline;
height: 1.25em;
margin-top: -0.275em; }
@media (min-width: 500px) {
.banner--service-icon_INLINE {
display: none; } }
.banner--service-icon-container {
display: none;
width: 100%;
clear: right;
float: right;
margin-right: 0; }
@media (min-width: 500px) {
.banner--service-icon-container {
display: block;
margin-top: 1rem; } }
@media (min-width: 700px) {
.banner--service-icon-container {
width: 16.66667%;
clear: right;
float: left;
padding-right: 1rem;
display: inline-block; } }
@media (min-width: 700px) {
.banner--service-info {
width: 83.33333%;
clear: right;
float: left;
margin-left: 0;
margin-right: 0%;
display: inline-block; } }
.banner--service-title {
width: 100%;
clear: right;
float: right;
margin-right: 0; }
.banner--service-links {
margin-left: 1rem;
margin-left: 1.35rem; }
.banner--service-link-item {
display: block;
margin-top: 0; }
@media (min-width: 700px) {
.banner--service-link-item {
display: inline-block;
margin-right: 1rem; } }
.tab-panels {
background-color: #f4f4f4;
border: 2px solid #ececec;
padding: 0 1rem 1rem;
margin-top: 2rem;
min-height: 20rem; }
.tab-panels--tab-list {
border-bottom: 2px solid #ececec; }
.tab-panels--tab-list-item {
display: inline-block; }
.tab-panels--tab {
display: block;
text-decoration: none;
padding: 0 1rem 1rem; }
.tab-panels--tab:focus,
.tab-panels--tab:hover {
border-bottom: 6px solid #6d120f;
color: #6d120f; }
.tab-panels--tab.active {
font-weight: 700;
border-bottom: 6px solid #a53725; }
.tab-panels--tab-content .base--textarea {
min-height: 19.2rem;
margin-top: 0rem; }
.tab-panels--tab-pane {
display: none;
margin-top: 0rem; }
.tab-panels--tab-pane.active {
display: block; }
#json-panel .base--textarea {
font-family: 'courier', monospace; }
.separate-line {
border-bottom: 2px solid #ececec;
margin-bottom: 2rem; }
.chat-window {
position: relative; }
.chat-window--message-input {
padding-top: 1.5rem;
padding-bottom: 1.5rem; }
.chat-box {
position: relative;
height: 20rem; }
.chat-box--pane {
position: absolute;
bottom: 0px;
width: 100%;
overflow-y: scroll;
height: 100%; }
.chat-box--item {
transition: 0.4s;
opacity: 1;
visibility: visible;
display: table;
width: 100%; }
.chat-box--item_WATSON {
background-color: #ececec; }
.chat-box--item_WATSON > * {
float: left; }
.chat-box--item_YOU {
background-color: #f4f4f4; }
.chat-box--item_YOU > * {
float: right; }
.chat-box--item_HIDDEN {
visibility: hidden;
opacity: 0;
transform: translateY(-40px); }
.chat-box--container {
display: table-row; }
.chat-box--avatar {
display: table-cell;
vertical-align: middle;
height: 5rem;
width: 5rem; }
.chat-box--avatar_WATSON {
background-color: #FFFFFF; }
.chat-box--avatar_YOU {
background-color: #00B2EF; }
.chat-box--avatar-img {
width: 100%;
height: auto; }
.chat-box--message {
display: table-cell;
vertical-align: middle;
width: calc(100% - 80px);
min-height: 5rem;
margin-top: 0rem;
padding: 1rem; }
.chat-box--item_WATSON .chat-box--message {
background-color: #ececec; }
.chat-box--item_YOU .chat-box--message {
background-color: #f4f4f4;
text-align: right; }
.chat-box--message-vertical {
vertical-align: middle;
width: 100%; }
.chat-box--item_YOU .chat-box--message-text {
padding: 0.65rem 0rem; }
.radio-group--label {
display: block;
color: #325c80;
margin-right: 2rem; }
@media (min-width: 700px) {
.radio-group--label {
display: inline-block; } }
.base--radio:checked + label:before, .base--STYLED input[type="radio"]:checked + label:before {
background: radial-gradient(#325c80 40%, transparent 40%); }
.data--information {
margin-top: 0.2em; }
.data--variable {
margin-top: 0; }
.data--variable-title {
color: #464646;
font-weight: 400; }
.data--variable-value {
color: #464646;
font-weight: 600; }
.data--profile {
margin-top: 0.2em; }
.loader {
text-align: center; }
@media (min-width: 768px) {
._demo--container {
width: 760px;
margin: 0rem auto; } }
@media (min-width: 1200px) {
._demo--container {
width: 992px;
margin: 0rem auto; } }
._demo--heading {
background-color: #404041;
margin-top: 0;
padding-bottom: 1rem; }
@media (min-width: 700px) {
._demo--heading {
padding-bottom: 0; } }
._demo--banner {
margin-top: 0;
padding: 0 1rem 2rem;
background-color: #f4f4f4;
border-bottom: 2px solid #ececec; }
._demo--content {
padding: 2rem 1rem; }
@media (min-width: 768px) {
._demo--content {
padding: 2rem 0rem; } }
._content--dialog {
margin-top: 2rem; }
@media (min-width: 768px) {
._content--dialog {
width: 50%;
clear: right;
float: left;
padding-right: 2rem; } }
._content--data {
margin-top: 0; }
@media (min-width: 768px) {
._content--data {
width: 50%;
clear: right;
float: left;
margin-left: 0;
margin-right: 0%; } }
|
2018.5.0/apidocs/org/wildfly/swarm/config/undertow/servlet_container/class-use/JSPSetting.html | wildfly-swarm/wildfly-swarm-javadocs | <!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_151) on Wed May 02 00:35:13 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.undertow.servlet_container.JSPSetting (BOM: * : All 2018.5.0 API)</title>
<meta name="date" content="2018-05-02">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.wildfly.swarm.config.undertow.servlet_container.JSPSetting (BOM: * : All 2018.5.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2018.5.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/undertow/servlet_container/class-use/JSPSetting.html" target="_top">Frames</a></li>
<li><a href="JSPSetting.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.wildfly.swarm.config.undertow.servlet_container.JSPSetting" class="title">Uses of Class<br>org.wildfly.swarm.config.undertow.servlet_container.JSPSetting</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">JSPSetting</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.wildfly.swarm.config.undertow">org.wildfly.swarm.config.undertow</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.undertow.servlet_container">org.wildfly.swarm.config.undertow.servlet_container</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.undertow">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">JSPSetting</a> in <a href="../../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> that return <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">JSPSetting</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><a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">JSPSetting</a></code></td>
<td class="colLast"><span class="typeNameLabel">ServletContainer.ServletContainerResources.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/ServletContainer.ServletContainerResources.html#jspSetting--">jspSetting</a></span>()</code>
<div class="block">JSP container configuration.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">JSPSetting</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><a href="../../../../../../../org/wildfly/swarm/config/undertow/ServletContainer.html" title="type parameter in ServletContainer">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">ServletContainer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/ServletContainer.html#jspSetting-org.wildfly.swarm.config.undertow.servlet_container.JSPSetting-">jspSetting</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">JSPSetting</a> value)</code>
<div class="block">JSP container configuration.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.undertow.servlet_container">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">JSPSetting</a> in <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/package-summary.html">org.wildfly.swarm.config.undertow.servlet_container</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/package-summary.html">org.wildfly.swarm.config.undertow.servlet_container</a> with type parameters of type <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">JSPSetting</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">JSPSetting</a><T extends <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">JSPSetting</a><T>></span></code>
<div class="block">JSP container configuration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container">JSPSettingConsumer</a><T extends <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">JSPSetting</a><T>></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSettingSupplier.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container">JSPSettingSupplier</a><T extends <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">JSPSetting</a>></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/package-summary.html">org.wildfly.swarm.config.undertow.servlet_container</a> that return <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">JSPSetting</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><a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">JSPSetting</a></code></td>
<td class="colLast"><span class="typeNameLabel">JSPSettingSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSettingSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of JSPSetting resource</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/JSPSetting.html" title="class in org.wildfly.swarm.config.undertow.servlet_container">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2018.5.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/undertow/servlet_container/class-use/JSPSetting.html" target="_top">Frames</a></li>
<li><a href="JSPSetting.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>Copyright © 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
doc/org/openflow/protocol/OFError.OFHelloFailedCode.html | fbotelho-university-code/poseidon | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_51) on Tue Aug 27 20:57:02 WEST 2013 -->
<TITLE>
OFError.OFHelloFailedCode
</TITLE>
<META NAME="date" CONTENT="2013-08-27">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="OFError.OFHelloFailedCode";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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/OFError.OFHelloFailedCode.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-files/index-1.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/openflow/protocol/OFError.OFFlowModFailedCode.html" title="enum in org.openflow.protocol"><B>PREV CLASS</B></A>
<A HREF="../../../org/openflow/protocol/OFError.OFPortModFailedCode.html" title="enum in org.openflow.protocol"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/openflow/protocol/OFError.OFHelloFailedCode.html" target="_top"><B>FRAMES</B></A>
<A HREF="OFError.OFHelloFailedCode.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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#enum_constant_summary">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.openflow.protocol</FONT>
<BR>
Enum OFError.OFHelloFailedCode</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum<<A HREF="../../../org/openflow/protocol/OFError.OFHelloFailedCode.html" title="enum in org.openflow.protocol">OFError.OFHelloFailedCode</A>>
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.openflow.protocol.OFError.OFHelloFailedCode</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable<<A HREF="../../../org/openflow/protocol/OFError.OFHelloFailedCode.html" title="enum in org.openflow.protocol">OFError.OFHelloFailedCode</A>></DD>
</DL>
<DL>
<DT><B>Enclosing class:</B><DD><A HREF="../../../org/openflow/protocol/OFError.html" title="class in org.openflow.protocol">OFError</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public static enum <B>OFError.OFHelloFailedCode</B><DT>extends java.lang.Enum<<A HREF="../../../org/openflow/protocol/OFError.OFHelloFailedCode.html" title="enum in org.openflow.protocol">OFError.OFHelloFailedCode</A>></DL>
</PRE>
<P>
<HR>
<P>
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<A NAME="enum_constant_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Enum Constant Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/openflow/protocol/OFError.OFHelloFailedCode.html#OFPHFC_EPERM">OFPHFC_EPERM</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/openflow/protocol/OFError.OFHelloFailedCode.html#OFPHFC_INCOMPATIBLE">OFPHFC_INCOMPATIBLE</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/openflow/protocol/OFError.OFHelloFailedCode.html" title="enum in org.openflow.protocol">OFError.OFHelloFailedCode</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/openflow/protocol/OFError.OFHelloFailedCode.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String name)</CODE>
<BR>
Returns the enum constant of this type with the specified name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/openflow/protocol/OFError.OFHelloFailedCode.html" title="enum in org.openflow.protocol">OFError.OFHelloFailedCode</A>[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/openflow/protocol/OFError.OFHelloFailedCode.html#values()">values</A></B>()</CODE>
<BR>
Returns an array containing the constants of this enum type, in
the order they are declared.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ ENUM CONSTANT DETAIL =========== -->
<A NAME="enum_constant_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Enum Constant Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="OFPHFC_INCOMPATIBLE"><!-- --></A><H3>
OFPHFC_INCOMPATIBLE</H3>
<PRE>
public static final <A HREF="../../../org/openflow/protocol/OFError.OFHelloFailedCode.html" title="enum in org.openflow.protocol">OFError.OFHelloFailedCode</A> <B>OFPHFC_INCOMPATIBLE</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="OFPHFC_EPERM"><!-- --></A><H3>
OFPHFC_EPERM</H3>
<PRE>
public static final <A HREF="../../../org/openflow/protocol/OFError.OFHelloFailedCode.html" title="enum in org.openflow.protocol">OFError.OFHelloFailedCode</A> <B>OFPHFC_EPERM</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="values()"><!-- --></A><H3>
values</H3>
<PRE>
public static <A HREF="../../../org/openflow/protocol/OFError.OFHelloFailedCode.html" title="enum in org.openflow.protocol">OFError.OFHelloFailedCode</A>[] <B>values</B>()</PRE>
<DL>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (OFError.OFHelloFailedCode c : OFError.OFHelloFailedCode.values())
System.out.println(c);
</pre>
<P>
<DD><DL>
<DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
the order they are declared</DL>
</DD>
</DL>
<HR>
<A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
valueOf</H3>
<PRE>
public static <A HREF="../../../org/openflow/protocol/OFError.OFHelloFailedCode.html" title="enum in org.openflow.protocol">OFError.OFHelloFailedCode</A> <B>valueOf</B>(java.lang.String name)</PRE>
<DL>
<DD>Returns the enum constant of this type with the specified name.
The string must match <I>exactly</I> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
<DT><B>Returns:</B><DD>the enum constant with the specified name
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
with the specified name
<DD><CODE>java.lang.NullPointerException</CODE> - if the argument is null</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </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/OFError.OFHelloFailedCode.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-files/index-1.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/openflow/protocol/OFError.OFFlowModFailedCode.html" title="enum in org.openflow.protocol"><B>PREV CLASS</B></A>
<A HREF="../../../org/openflow/protocol/OFError.OFPortModFailedCode.html" title="enum in org.openflow.protocol"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/openflow/protocol/OFError.OFHelloFailedCode.html" target="_top"><B>FRAMES</B></A>
<A HREF="OFError.OFHelloFailedCode.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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#enum_constant_summary">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
Kinetic Horizons/www/dev/10/27.html | kinetichorizons/Devotions | <html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=Generator content="Microsoft Word 15 (filtered)">
<title>October 27</title>
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:"Century Gothic";
panose-1:2 11 5 2 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin-top:0in;
margin-right:0in;
margin-bottom:11.9pt;
margin-left:.5pt;
text-indent:-.5pt;
line-height:107%;
font-size:12.0pt;
font-family:"Century Gothic",sans-serif;
color:black;}
h1
{mso-style-link:"Heading 1 Char";
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:1.25pt;
margin-bottom:.0001pt;
text-align:center;font-size:10.0pt;
line-height:107%;
page-break-after:avoid;
font-size:26.0pt;
font-family:"Century Gothic",sans-serif;
color:black;
font-weight:normal;}
span.Heading1Char
{mso-style-name:"Heading 1 Char";
mso-style-link:"Heading 1";
font-family:"Century Gothic",sans-serif;
color:black;}
.MsoChpDefault
{font-family:"Calibri",sans-serif;}
.MsoPapDefault
{margin-bottom:8.0pt;
line-height:107%;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 73.25pt 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->
</style>
</head>
<body lang=EN-US>
<div class=WordSection1>
<p class=MsoNormal style='margin-top:0in;margin-right:0in;margin-bottom:26.8pt;
margin-left:-.25pt'>October 27</p>
<h1>Don't Depend on Guesswork </h1>
<p class=MsoNormal align=center style='margin-top:0in;margin-right:12.4pt;
margin-bottom:13.0pt;margin-left:28.25pt;text-align:center;font-size:10.0pt;text-indent:-14.7pt;
line-height:99%'>Call unto me, and I will answer thee, and show you great and
mighty things, which you know not. Jeremiah 33:3</p>
<p class=MsoNormal style='margin-left:-.25pt'>Who do you turn to when you need
help, when you need an important answer to an important question? Do you ask
God first? So many believers fail to do that. They'll stand around wringing
their hands and talking to each other all day. They'll inquire of their pastor.
They'll inquire of their friends. They'll inquire of their husbands or wives.
But do they inquire of God? No. Don't make that mistake.</p>
<p class=MsoNormal style='margin-left:-.25pt'>Instead, follow the example of
King David. In 1 Chronicles 14, the Bible tells us he was about to face a
battle with the very powerful Philistines who had ALL come out against him. The
Philistine nation had been an enemy of Israel for years. David probably could
have guessed that God would tell him to go to battle against them. But he
didn't guess! He went to God and inquired, saying, "Shall I go up against
the Philistines? And wilt thou deliver them into mine hand? And the Lord said
unto him, Go up; for I will deliver them into thine hand."</p>
<p class=MsoNormal style='margin-left:-.25pt'>Don't depend on guesswork. When
you encounter a problem, seek the Lord through the Word and in prayer and ask
Him what the solution is. No matter how much scripture you learn, no matter how
fully you perceive who you are in Christ Jesus, you'll never outgrow your need
to do that.</p>
<p class=MsoNormal style='margin-left:-.25pt'>Go to the Lord and find out
exactly what He wants you to do. Don't decide your course of action and then
ask God to bless your plans. Go to Him and say, "Lord, what are Your
plans?" His plans are already blessed. If you follow them, your victory is
guaranteed.</p>
<p class=MsoNormal style='margin-top:0in;margin-right:0in;margin-bottom:10.75pt;
margin-left:0in;text-indent:0in;line-height:107%'><b>Scripture Reading:</b> <b>1
Chronicles 14:8-17</b></p>
<p class=MsoNormal style='margin:0in;margin-bottom:.0001pt;text-indent:0in;
line-height:107%'></p>
</div>
</body>
</html>
|
src/main/javadoc/com/blockhaus2000/util/StringUtil.html | thexbasic/InternalPluginManager | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.6.0_30) on Tue Mar 18 18:19:04 CET 2014 -->
<title>StringUtil</title>
<meta name="date" content="2014-03-18">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="StringUtil";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/StringUtil.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/blockhaus2000/util/StackUtil.html" title="class in com.blockhaus2000.util"><span class="strong">PREV CLASS</span></a></li>
<li><a href="../../../com/blockhaus2000/util/Tag.html" title="class in com.blockhaus2000.util"><span class="strong">NEXT CLASS</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/blockhaus2000/util/StringUtil.html" target="_top">FRAMES</a></li>
<li><a href="StringUtil.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>SUMMARY: </li>
<li>NESTED | </li>
<li>FIELD | </li>
<li><a href="#constructor_summary">CONSTR</a> | </li>
<li><a href="#method_summary">METHOD</a></li>
</ul>
<ul class="subNavList">
<li>DETAIL: </li>
<li>FIELD | </li>
<li><a href="#constructor_detail">CONSTR</a> | </li>
<li><a href="#method_detail">METHOD</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<p class="subTitle">com.blockhaus2000.util</p>
<h2 title="Class StringUtil" class="title">Class StringUtil</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.blockhaus2000.util.StringUtil</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <strong>StringUtil</strong>
extends java.lang.Object</pre>
<div class="block">This class represents a util class for <code>String</code>s. You can use the
static methods in this class for basic <code>String</code> operations that are not
implemented in the Java SE, such as joinString or something else.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Blockhaus2000</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../com/blockhaus2000/util/StringUtil.html#StringUtil()">StringUtil</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/blockhaus2000/util/StringUtil.html#escape(java.lang.String)">escape</a></strong>(java.lang.String str)</code>
<div class="block">This method will escape all chars of the given <code>String</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)">joinString</a></strong>(int i,
java.lang.String delimiter,
java.util.List<java.lang.String> list)</code>
<div class="block">Joins the give <code>List</code> to a <code>String</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.lang.String...)">joinString</a></strong>(int i,
java.lang.String delimiter,
java.lang.String... array)</code>
<div class="block">Joins the given <code>String</code>[] (implemented with var args) to a
<code>String</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(java.lang.String, java.util.List)">joinString</a></strong>(java.lang.String delimiter,
java.util.List<java.lang.String> list)</code>
<div class="block">Joins the given <code>List</code> to a <code>String</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(java.lang.String, java.lang.String...)">joinString</a></strong>(java.lang.String delimiter,
java.lang.String... array)</code>
<div class="block">Joins the given <code>String</code>[] (implemented with var args) to a
<code>String</code>.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="StringUtil()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>StringUtil</h4>
<pre>public StringUtil()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="joinString(int, java.lang.String, java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>joinString</h4>
<pre>public static java.lang.String joinString(int i,
java.lang.String delimiter,
java.util.List<java.lang.String> list)</pre>
<div class="block">Joins the give <code>List</code> to a <code>String</code>. The given delemiter will
be placed between the entrys of the given <code>List</code>. The index is the
index of the elemt of the given <code>List</code>, where the join algorithm
has to start.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>i</code> - The "join-start" index. Cannot be smaller than 0 or bigger or
equals the size of the given <code>List</code>.</dd><dd><code>delimiter</code> - The delmiter that has to be placed between the elements of the
given <code>List</code>.</dd><dd><code>list</code> - The <code>List</code> that has to be joined to a <code>String</code>. If
it is <code>null</code> or empty, This method returns an empty
<code>String</code>.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The joined <code>String</code> or, in the case that the given
<code>List</code> is <code>null</code> or empty, an empty
<code>String</code>.</dd></dl>
</li>
</ul>
<a name="joinString(int, java.lang.String, java.lang.String...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>joinString</h4>
<pre>public static java.lang.String joinString(int i,
java.lang.String delimiter,
java.lang.String... array)</pre>
<div class="block">Joins the given <code>String</code>[] (implemented with var args) to a
<code>String</code>. Will call
<a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, String, List)</code></a>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>i</code> - The "join-start" index. Will be given to
<a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, String, List)</code></a>.</dd><dd><code>delimiter</code> - The delimiter that has to be placed between the elements of
the given <code>List</code>. Will be given to
<a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, String, List)</code></a>.</dd><dd><code>array</code> - The <code>String</code>[] that has to be joined to a <code>String</code>
. Will be given to
<a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, String, List)</code></a>.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The return of <a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, String, List)</code></a>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, java.lang.String,
java.util.List)</code></a></dd></dl>
</li>
</ul>
<a name="joinString(java.lang.String, java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>joinString</h4>
<pre>public static java.lang.String joinString(java.lang.String delimiter,
java.util.List<java.lang.String> list)</pre>
<div class="block">Joins the given <code>List</code> to a <code>String</code>. Will call
<a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, String, List)</code></a> with <code>i = 0</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>delimiter</code> - The delimiter that has to be placed between the elements of
the given <code>List</code>. Will be given to
<a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, String, List)</code></a>.</dd><dd><code>list</code> - The <code>List</code> that has to be joined to a <code>String</code> .
Will be given to
<a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, String, List)</code></a>.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The return of <a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, String, List)</code></a>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, java.lang.String,
java.util.List)</code></a></dd></dl>
</li>
</ul>
<a name="joinString(java.lang.String, java.lang.String...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>joinString</h4>
<pre>public static java.lang.String joinString(java.lang.String delimiter,
java.lang.String... array)</pre>
<div class="block">Joins the given <code>String</code>[] (implemented with var args) to a
<code>String</code>. Will call
<a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, String, List)</code></a> with <code>i = 0</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>delimiter</code> - The delimiter that has to be placed between the elements of
the given <code>List</code>. Will be given to
<a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, String, List)</code></a>.</dd><dd><code>array</code> - The <code>String</code>[] that has to be joined to a <code>String</code>
. Will be given to
<a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, String, List)</code></a>.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The return of <a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, String, List)</code></a>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../com/blockhaus2000/util/StringUtil.html#joinString(int, java.lang.String, java.util.List)"><code>joinString(int, java.lang.String,
java.util.List)</code></a></dd></dl>
</li>
</ul>
<a name="escape(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>escape</h4>
<pre>public static java.lang.String escape(java.lang.String str)</pre>
<div class="block">This method will escape all chars of the given <code>String</code>. That means
that "abcdfg" will be escaped to "\\a\\b\\c\\d\\e\\f\\g".</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>str</code> - The <code>String</code> that has to be escaped.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The escaped <code>String</code>.</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/StringUtil.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/blockhaus2000/util/StackUtil.html" title="class in com.blockhaus2000.util"><span class="strong">PREV CLASS</span></a></li>
<li><a href="../../../com/blockhaus2000/util/Tag.html" title="class in com.blockhaus2000.util"><span class="strong">NEXT CLASS</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/blockhaus2000/util/StringUtil.html" target="_top">FRAMES</a></li>
<li><a href="StringUtil.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>SUMMARY: </li>
<li>NESTED | </li>
<li>FIELD | </li>
<li><a href="#constructor_summary">CONSTR</a> | </li>
<li><a href="#method_summary">METHOD</a></li>
</ul>
<ul class="subNavList">
<li>DETAIL: </li>
<li>FIELD | </li>
<li><a href="#constructor_detail">CONSTR</a> | </li>
<li><a href="#method_detail">METHOD</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
DATASTAX_CASSANDRA-3.5.0/javadoc/org/apache/cassandra/cql3/statements/class-use/ListRolesStatement.html | elisska/cloudera-cassandra | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_40) on Wed Apr 13 18:09:41 UTC 2016 -->
<title>Uses of Class org.apache.cassandra.cql3.statements.ListRolesStatement (apache-cassandra API)</title>
<meta name="date" content="2016-04-13">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.cassandra.cql3.statements.ListRolesStatement (apache-cassandra API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/cassandra/cql3/statements/ListRolesStatement.html" title="class in org.apache.cassandra.cql3.statements">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/cassandra/cql3/statements/class-use/ListRolesStatement.html" target="_top">Frames</a></li>
<li><a href="ListRolesStatement.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.cassandra.cql3.statements.ListRolesStatement" class="title">Uses of Class<br>org.apache.cassandra.cql3.statements.ListRolesStatement</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/cassandra/cql3/statements/ListRolesStatement.html" title="class in org.apache.cassandra.cql3.statements">ListRolesStatement</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.cassandra.cql3.statements">org.apache.cassandra.cql3.statements</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.cassandra.cql3.statements">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/cassandra/cql3/statements/ListRolesStatement.html" title="class in org.apache.cassandra.cql3.statements">ListRolesStatement</a> in <a href="../../../../../../org/apache/cassandra/cql3/statements/package-summary.html">org.apache.cassandra.cql3.statements</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/cassandra/cql3/statements/ListRolesStatement.html" title="class in org.apache.cassandra.cql3.statements">ListRolesStatement</a> in <a href="../../../../../../org/apache/cassandra/cql3/statements/package-summary.html">org.apache.cassandra.cql3.statements</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/cql3/statements/ListUsersStatement.html" title="class in org.apache.cassandra.cql3.statements">ListUsersStatement</a></span></code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/cassandra/cql3/statements/ListRolesStatement.html" title="class in org.apache.cassandra.cql3.statements">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/cassandra/cql3/statements/class-use/ListRolesStatement.html" target="_top">Frames</a></li>
<li><a href="ListRolesStatement.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>Copyright © 2016 The Apache Software Foundation</small></p>
</body>
</html>
|
target_dir/documentation/movie/movieaudio.html | PureBasicCN/PureBasicPreference | <html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>MovieAudio</title></head>
<body bgcolor="#EFF1F0" link="#3A3966" vlink="#000000" alink="#000000">
<font face="Verdana, sans-serif" size="2"><p align="center"><b><font size="4">MovieAudio()</font></b></p>
<p><b>语法</b></p><blockquote>
<font color="#3A3966"><b>MovieAudio</b></font>(#Movie, Volume, Balance)</blockquote>
</blockquote>
<b>概要</b><br><blockquote>
Control the audio stream of a movie. Volume and balance can be modified during playback.
Changes occur immediately.
</blockquote><p><b>参数</b></p><blockquote>
<style type="text/css">
table.parameters { border-spacing: 0px; border-style: none; border-collapse: collapse; }
table.parameters td { border-width: 1px; padding: 6px; border-style: solid; border-color: gray; vertical-align: top; font-family:Arial; font-size:10pt; }
</style>
<table width="90%" class="parameters">
<tr><td width="10%"><i>#Movie</i></td>
<td width="90%">
The movie to use.
</td></tr>
<tr><td><i>Volume</i></td>
<td>
The volume for the movie. This value can be between 0 and 100 (100 being the loudest).
</td></tr>
<tr><td><i>Balance</i></td>
<td>
The balance for the movie. This value can be between -100 and 100
(-100 is full left, 0 is middle (normal mode) and 100 is full right).
</td></tr>
</table>
</blockquote><p><b>返回值</b></p><blockquote>
无.
</blockquote><p><b>参阅</b></p><blockquote>
<a href="playmovie.html">PlayMovie()</a>
</Blockquote><p><b>已支持操作系统 </b><Blockquote>Windows, MacOS X</Blockquote></p><center><- <a href=loadmovie.html>LoadMovie()</a> - <a href="index.html">Movie Index</a> - <a href="movieheight.html">MovieHeight()</a> -><br><br>
</body></html> |
jfic-web/_drafts/competition_info/2019/2019-08-11-world-cup-2018-asia.html | jfic-japan/jfic-jekyll | ---
layout: competition_post
title: "2019 UCI サイクルサッカーワールドカップ アジアラウンド"
term: ""
site: ""
tags: competition_info 2019
categories: competition_info 2019
---
<div class="row">
<div class="container">
<div class="col-sm-6">
<h3>開催情報</h3>
<dl>
<dt>日時</dt>
<dd>未定</dd>
<dt>試合会場</dt>
<dd>未定</dd>
</dl>
</div>
<div class="col-sm-6">
</div>
</div>
<!-- /.container -->
</div>
<!-- /.row -->
|
docs/pics/0139.html | lkesteloot/alice | <html><body>
<a href="originals/0139.jpg"><img src="0139.jpg"></a>
</body></html>
|
target/apidocs/epic/sir/class-use/IndividualStateType.html | EPICScotland/BroadwickExamples | <!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_25) on Mon Jun 16 16:43:08 BST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class epic.sir.IndividualStateType (BroadwickExamples 1.0-SNAPSHOT API)</title>
<meta name="date" content="2014-06-16">
<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 epic.sir.IndividualStateType (BroadwickExamples 1.0-SNAPSHOT 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="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?epic/sir/class-use/IndividualStateType.html" target="_top">Frames</a></li>
<li><a href="IndividualStateType.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 epic.sir.IndividualStateType" class="title">Uses of Class<br>epic.sir.IndividualStateType</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="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</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="#epic.network">epic.network</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#epic.sir">epic.sir</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="epic.network">
<!-- -->
</a>
<h3>Uses of <a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> in <a href="../../../epic/network/package-summary.html">epic.network</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../epic/network/package-summary.html">epic.network</a> with parameters of type <a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</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><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../epic/agents/Agent.html" title="interface in epic.agents">Agent</a>></code></td>
<td class="colLast"><span class="strong">NetworkOfIndividualsModel.</span><code><strong><a href="../../../epic/network/NetworkOfIndividualsModel.html#getIncomingNeighboursWithState(epic.network.IndividualNetworkAgent, epic.sir.IndividualStateType)">getIncomingNeighboursWithState</a></strong>(<a href="../../../epic/network/IndividualNetworkAgent.html" title="class in epic.network">IndividualNetworkAgent</a> node,
<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> stateType)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../epic/agents/Agent.html" title="interface in epic.agents">Agent</a>></code></td>
<td class="colLast"><span class="strong">NetworkOfIndividualsModel.</span><code><strong><a href="../../../epic/network/NetworkOfIndividualsModel.html#getOutgoingNeighboursWithState(epic.network.IndividualNetworkAgent, epic.sir.IndividualStateType)">getOutgoingNeighboursWithState</a></strong>(<a href="../../../epic/network/IndividualNetworkAgent.html" title="class in epic.network">IndividualNetworkAgent</a> node,
<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> stateType)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="epic.sir">
<!-- -->
</a>
<h3>Uses of <a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> in <a href="../../../epic/sir/package-summary.html">epic.sir</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../epic/sir/package-summary.html">epic.sir</a> that return <a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</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><a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a></code></td>
<td class="colLast"><span class="strong">IndividualAgent.</span><code><strong><a href="../../../epic/sir/IndividualAgent.html#getAgentState()">getAgentState</a></strong>()</code>
<div class="block">gets the Individual Agent's state as an enumerated state</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a></code></td>
<td class="colLast"><span class="strong">SIREventWithRate.</span><code><strong><a href="../../../epic/sir/SIREventWithRate.html#getFromAgentState()">getFromAgentState</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a></code></td>
<td class="colLast"><span class="strong">SIRRates.</span><code><strong><a href="../../../epic/sir/SIRRates.html#getLastState()">getLastState</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a></code></td>
<td class="colLast"><span class="strong">SIRRates.</span><code><strong><a href="../../../epic/sir/SIRRates.html#getNextAllowedState(epic.sir.IndividualStateType)">getNextAllowedState</a></strong>(<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> s1)</code>
<div class="block">returns the next state in the sequence,
e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a></code></td>
<td class="colLast"><span class="strong">IndividualSimulationState.</span><code><strong><a href="../../../epic/sir/IndividualSimulationState.html#getStateType()">getStateType</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a></code></td>
<td class="colLast"><span class="strong">SIREventWithRate.</span><code><strong><a href="../../../epic/sir/SIREventWithRate.html#getToAgentState()">getToAgentState</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a></code></td>
<td class="colLast"><span class="strong">IndividualStateType.</span><code><strong><a href="../../../epic/sir/IndividualStateType.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a>[]</code></td>
<td class="colLast"><span class="strong">IndividualStateType.</span><code><strong><a href="../../../epic/sir/IndividualStateType.html#values()">values</a></strong>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a></code></td>
<td class="colLast"><span class="strong">SIRRates.</span><code><strong><a href="../../../epic/sir/SIRRates.html#whoTheInfectedInfect()">whoTheInfectedInfect</a></strong>()</code> </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="../../../epic/sir/package-summary.html">epic.sir</a> that return types with arguments of type <a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</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><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a>></code></td>
<td class="colLast"><span class="strong">SIRRates.</span><code><strong><a href="../../../epic/sir/SIRRates.html#getAllowedStates()">getAllowedStates</a></strong>()</code> </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="../../../epic/sir/package-summary.html">epic.sir</a> with parameters of type <a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</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><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../epic/agents/Agent.html" title="interface in epic.agents">Agent</a>></code></td>
<td class="colLast"><span class="strong">IndividualBasedModel.</span><code><strong><a href="../../../epic/sir/IndividualBasedModel.html#getAgentsInState(epic.sir.IndividualStateType)">getAgentsInState</a></strong>(<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> state)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../epic/agents/Agent.html" title="interface in epic.agents">Agent</a></code></td>
<td class="colLast"><span class="strong">IndividualBasedModel.</span><code><strong><a href="../../../epic/sir/IndividualBasedModel.html#getAgentWithState(epic.sir.IndividualStateType)">getAgentWithState</a></strong>(<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> state)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../epic/sir/SIREventType.html" title="enum in epic.sir">SIREventType</a></code></td>
<td class="colLast"><span class="strong">SIRRates.</span><code><strong><a href="../../../epic/sir/SIRRates.html#getEventType(epic.sir.IndividualStateType, epic.sir.IndividualStateType)">getEventType</a></strong>(<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> s1,
<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> s2)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a></code></td>
<td class="colLast"><span class="strong">SIRRates.</span><code><strong><a href="../../../epic/sir/SIRRates.html#getNextAllowedState(epic.sir.IndividualStateType)">getNextAllowedState</a></strong>(<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> s1)</code>
<div class="block">returns the next state in the sequence,
e.g.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="strong">IndividualBasedModel.</span><code><strong><a href="../../../epic/sir/IndividualBasedModel.html#getNumberOfAgentsInState(epic.sir.IndividualStateType)">getNumberOfAgentsInState</a></strong>(<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> state)</code>
<div class="block">returns the number of agents in the state, but if the model doesnt have this state then it returns 0</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><span class="strong">SIRRates.</span><code><strong><a href="../../../epic/sir/SIRRates.html#getRate(epic.sir.IndividualStateType, epic.sir.IndividualStateType)">getRate</a></strong>(<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> s1,
<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> s2)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">IndividualAgent.</span><code><strong><a href="../../../epic/sir/IndividualAgent.html#setAgentState(epic.sir.IndividualStateType)">setAgentState</a></strong>(<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> state)</code>
<div class="block">sets the Individual Agent's state using the allowed enumerated states</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">SIRRates.</span><code><strong><a href="../../../epic/sir/SIRRates.html#setRate(epic.sir.IndividualStateType, epic.sir.IndividualStateType, double)">setRate</a></strong>(<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> s1,
<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> s2,
double rr)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">IndividualBasedModel.</span><code><strong><a href="../../../epic/sir/IndividualBasedModel.html#updateAgent(epic.agents.Agent, epic.sir.IndividualStateType, epic.sir.IndividualStateType)">updateAgent</a></strong>(<a href="../../../epic/agents/Agent.html" title="interface in epic.agents">Agent</a> agent,
<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> fromState,
<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> toState)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../epic/sir/package-summary.html">epic.sir</a> with parameters of type <a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../epic/sir/IndividualSimulationState.html#IndividualSimulationState(epic.agents.Agent, epic.sir.IndividualStateType)">IndividualSimulationState</a></strong>(<a href="../../../epic/agents/Agent.html" title="interface in epic.agents">Agent</a> iagent,
<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> desiredState)</code>
<div class="block">use this constructor to request that agent updates its state to the desired state (the toState)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../epic/sir/IndividualSimulationState.html#IndividualSimulationState(epic.sir.IndividualStateType)">IndividualSimulationState</a></strong>(<a href="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">IndividualStateType</a> desiredState)</code>
<div class="block">use this constructor to set the desired state for an unnamed individual (the toState)</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="../../../epic/sir/IndividualStateType.html" title="enum in epic.sir">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?epic/sir/class-use/IndividualStateType.html" target="_top">Frames</a></li>
<li><a href="IndividualStateType.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>Copyright © 2014. All rights reserved.</small></p>
</body>
</html>
|
sources/csharp/csharp-web/sources/front/app/components/DependentEvents/styles.css | xunilrj/sandbox | .dependentEvents { /* stylelint-disable */
}
|
sbt-compiler-maven-plugin/1.0.0-beta9/sbt-compilers/sbt-compiler-sbt013/apidocs/com/google/code/sbt/compiler/sbt013/class-use/SBT013Logger.html | sbt-compiler-maven-plugin/sbt-compiler-maven-plugin.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.google.code.sbt.compiler.sbt013.SBT013Logger (SBT Compiler for SBT 0.13.x 1.0.0-beta9 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.google.code.sbt.compiler.sbt013.SBT013Logger (SBT Compiler for SBT 0.13.x 1.0.0-beta9 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../com/google/code/sbt/compiler/sbt013/package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/google/code/sbt/compiler/sbt013/SBT013Logger.html" title="class in com.google.code.sbt.compiler.sbt013">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/google/code/sbt/compiler/sbt013/class-use/SBT013Logger.html" target="_top">Frames</a></li>
<li><a href="SBT013Logger.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 com.google.code.sbt.compiler.sbt013.SBT013Logger" class="title">Uses of Class<br>com.google.code.sbt.compiler.sbt013.SBT013Logger</h2>
</div>
<div class="classUseContainer">No usage of com.google.code.sbt.compiler.sbt013.SBT013Logger</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../com/google/code/sbt/compiler/sbt013/package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/google/code/sbt/compiler/sbt013/SBT013Logger.html" title="class in com.google.code.sbt.compiler.sbt013">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/google/code/sbt/compiler/sbt013/class-use/SBT013Logger.html" target="_top">Frames</a></li>
<li><a href="SBT013Logger.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>Copyright © 2013–2016. All rights reserved.</small></p>
</body>
</html>
|
pages/buttons.html | azimjs/chartswell-admin | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>SB Admin 2 - Bootstrap Admin Theme</title>
<!-- Bootstrap Core CSS -->
<link href="../bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- MetisMenu CSS -->
<link href="../bower_components/metisMenu/dist/metisMenu.min.css" rel="stylesheet">
<!-- Social Buttons CSS -->
<link href="../bower_components/bootstrap-social/bootstrap-social.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="../dist/css/sb-admin-2.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="../bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.php">SB Admin v2.0</a>
</div>
<!-- /.navbar-header -->
<ul class="nav navbar-top-links navbar-right">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-envelope fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-messages">
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>Read All Messages</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-messages -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-tasks fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-tasks">
<li>
<a href="#">
<div>
<p>
<strong>Task 1</strong>
<span class="pull-right text-muted">40% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 2</strong>
<span class="pull-right text-muted">20% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
<span class="sr-only">20% Complete</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 3</strong>
<span class="pull-right text-muted">60% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
<span class="sr-only">60% Complete (warning)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 4</strong>
<span class="pull-right text-muted">80% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="sr-only">80% Complete (danger)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>See All Tasks</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-tasks -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-bell fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-alerts">
<li>
<a href="#">
<div>
<i class="fa fa-comment fa-fw"></i> New Comment
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-twitter fa-fw"></i> 3 New Followers
<span class="pull-right text-muted small">12 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-envelope fa-fw"></i> Message Sent
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-tasks fa-fw"></i> New Task
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-upload fa-fw"></i> Server Rebooted
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>See All Alerts</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-alerts -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-user fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#"><i class="fa fa-user fa-fw"></i> User Profile</a>
</li>
<li><a href="#"><i class="fa fa-gear fa-fw"></i> Settings</a>
</li>
<li class="divider"></li>
<li><a href="login.php"><i class="fa fa-sign-out fa-fw"></i> Logout</a>
</li>
</ul>
<!-- /.dropdown-user -->
</li>
<!-- /.dropdown -->
</ul>
<!-- /.navbar-top-links -->
<div class="navbar-default sidebar" role="navigation">
<div class="sidebar-nav navbar-collapse">
<ul class="nav" id="side-menu">
<li class="sidebar-search">
<div class="input-group custom-search-form">
<input type="text" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button class="btn btn-default" type="button">
<i class="fa fa-search"></i>
</button>
</span>
</div>
<!-- /input-group -->
</li>
<li>
<a href="index.php"><i class="fa fa-dashboard fa-fw"></i> Dashboard</a>
</li>
<li>
<a href="#"><i class="fa fa-bar-chart-o fa-fw"></i> Charts<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="flot.html">Flot Charts</a>
</li>
<li>
<a href="morris.html">Morris.js Charts</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="tables.html"><i class="fa fa-table fa-fw"></i> Tables</a>
</li>
<li>
<a href="forms.html"><i class="fa fa-edit fa-fw"></i> Forms</a>
</li>
<li>
<a href="#"><i class="fa fa-wrench fa-fw"></i> UI Elements<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="panels-wells.html">Panels and Wells</a>
</li>
<li>
<a href="buttons.html">Buttons</a>
</li>
<li>
<a href="notifications.html">Notifications</a>
</li>
<li>
<a href="typography.html">Typography</a>
</li>
<li>
<a href="icons.html"> Icons</a>
</li>
<li>
<a href="grid.html">Grid</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"><i class="fa fa-sitemap fa-fw"></i> Multi-Level Dropdown<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="#">Second Level Item</a>
</li>
<li>
<a href="#">Second Level Item</a>
</li>
<li>
<a href="#">Third Level <span class="fa arrow"></span></a>
<ul class="nav nav-third-level">
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
</ul>
<!-- /.nav-third-level -->
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"><i class="fa fa-files-o fa-fw"></i> Sample Pages<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="blank.html">Blank Page</a>
</li>
<li>
<a href="login.php">Login Page</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
</ul>
</div>
<!-- /.sidebar-collapse -->
</div>
<!-- /.navbar-static-side -->
</nav>
<!-- Page Content -->
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Buttons</h1>
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Default Buttons
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<h4>Normal Buttons</h4>
<p>
<button type="button" class="btn btn-default">Default</button>
<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-info">Info</button>
<button type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-danger">Danger</button>
<button type="button" class="btn btn-link">Link</button>
</p>
<br>
<h4>Disabled Buttons</h4>
<p>
<button type="button" class="btn btn-default disabled">Default</button>
<button type="button" class="btn btn-primary disabled">Primary</button>
<button type="button" class="btn btn-success disabled">Success</button>
<button type="button" class="btn btn-info disabled">Info</button>
<button type="button" class="btn btn-warning disabled">Warning</button>
<button type="button" class="btn btn-danger disabled">Danger</button>
<button type="button" class="btn btn-link disabled">Link</button>
</p>
<br>
<h4>Button Sizes</h4>
<p>
<button type="button" class="btn btn-primary btn-lg">Large button</button>
<button type="button" class="btn btn-primary">Default button</button>
<button type="button" class="btn btn-primary btn-sm">Small button</button>
<button type="button" class="btn btn-primary btn-xs">Mini button</button>
<br>
<br>
<button type="button" class="btn btn-primary btn-lg btn-block">Block level button</button>
</p>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
<div class="panel panel-default">
<div class="panel-heading">
Circle Icon Buttons with Font Awesome Icons
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<h4>Normal Circle Buttons</h4>
<button type="button" class="btn btn-default btn-circle"><i class="fa fa-check"></i>
</button>
<button type="button" class="btn btn-primary btn-circle"><i class="fa fa-list"></i>
</button>
<button type="button" class="btn btn-success btn-circle"><i class="fa fa-link"></i>
</button>
<button type="button" class="btn btn-info btn-circle"><i class="fa fa-check"></i>
</button>
<button type="button" class="btn btn-warning btn-circle"><i class="fa fa-times"></i>
</button>
<button type="button" class="btn btn-danger btn-circle"><i class="fa fa-heart"></i>
</button>
<br>
<br>
<h4>Large Circle Buttons</h4>
<button type="button" class="btn btn-default btn-circle btn-lg"><i class="fa fa-check"></i>
</button>
<button type="button" class="btn btn-primary btn-circle btn-lg"><i class="fa fa-list"></i>
</button>
<button type="button" class="btn btn-success btn-circle btn-lg"><i class="fa fa-link"></i>
</button>
<button type="button" class="btn btn-info btn-circle btn-lg"><i class="fa fa-check"></i>
</button>
<button type="button" class="btn btn-warning btn-circle btn-lg"><i class="fa fa-times"></i>
</button>
<button type="button" class="btn btn-danger btn-circle btn-lg"><i class="fa fa-heart"></i>
</button>
<br>
<br>
<h4>Extra Large Circle Buttons</h4>
<button type="button" class="btn btn-default btn-circle btn-xl"><i class="fa fa-check"></i>
</button>
<button type="button" class="btn btn-primary btn-circle btn-xl"><i class="fa fa-list"></i>
</button>
<button type="button" class="btn btn-success btn-circle btn-xl"><i class="fa fa-link"></i>
</button>
<button type="button" class="btn btn-info btn-circle btn-xl"><i class="fa fa-check"></i>
</button>
<button type="button" class="btn btn-warning btn-circle btn-xl"><i class="fa fa-times"></i>
</button>
<button type="button" class="btn btn-danger btn-circle btn-xl"><i class="fa fa-heart"></i>
</button>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Outline Buttons with Smooth Transition
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<h4>Outline Buttons</h4>
<p>
<button type="button" class="btn btn-outline btn-default">Default</button>
<button type="button" class="btn btn-outline btn-primary">Primary</button>
<button type="button" class="btn btn-outline btn-success">Success</button>
<button type="button" class="btn btn-outline btn-info">Info</button>
<button type="button" class="btn btn-outline btn-warning">Warning</button>
<button type="button" class="btn btn-outline btn-danger">Danger</button>
<button type="button" class="btn btn-outline btn-link">Link</button>
</p>
<br>
<h4>Outline Button Sizes</h4>
<p>
<button type="button" class="btn btn-outline btn-primary btn-lg">Large button</button>
<button type="button" class="btn btn-outline btn-primary">Default button</button>
<button type="button" class="btn btn-outline btn-primary btn-sm">Small button</button>
<button type="button" class="btn btn-outline btn-primary btn-xs">Mini button</button>
<br>
<br>
<button type="button" class="btn btn-outline btn-primary btn-lg btn-block">Block level button</button>
</p>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
<div class="panel panel-default">
<div class="panel-heading">
Social Buttons with Font Awesome Icons
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<h4>Social Buttons</h4>
<a class="btn btn-block btn-social btn-bitbucket">
<i class="fa fa-bitbucket"></i> Sign in with Bitbucket
</a>
<a class="btn btn-block btn-social btn-dropbox">
<i class="fa fa-dropbox"></i> Sign in with Dropbox
</a>
<a class="btn btn-block btn-social btn-facebook">
<i class="fa fa-facebook"></i> Sign in with Facebook
</a>
<a class="btn btn-block btn-social btn-flickr">
<i class="fa fa-flickr"></i> Sign in with Flickr
</a>
<a class="btn btn-block btn-social btn-github">
<i class="fa fa-github"></i> Sign in with GitHub
</a>
<a class="btn btn-block btn-social btn-google-plus">
<i class="fa fa-google-plus"></i> Sign in with Google
</a>
<a class="btn btn-block btn-social btn-instagram">
<i class="fa fa-instagram"></i> Sign in with Instagram
</a>
<a class="btn btn-block btn-social btn-linkedin">
<i class="fa fa-linkedin"></i> Sign in with LinkedIn
</a>
<a class="btn btn-block btn-social btn-pinterest">
<i class="fa fa-pinterest"></i> Sign in with Pinterest
</a>
<a class="btn btn-block btn-social btn-tumblr">
<i class="fa fa-tumblr"></i> Sign in with Tumblr
</a>
<a class="btn btn-block btn-social btn-twitter">
<i class="fa fa-twitter"></i> Sign in with Twitter
</a>
<a class="btn btn-block btn-social btn-vk">
<i class="fa fa-vk"></i> Sign in with VK
</a>
<hr>
<div class="text-center">
<a class="btn btn-social-icon btn-bitbucket"><i class="fa fa-bitbucket"></i></a>
<a class="btn btn-social-icon btn-dropbox"><i class="fa fa-dropbox"></i></a>
<a class="btn btn-social-icon btn-facebook"><i class="fa fa-facebook"></i></a>
<a class="btn btn-social-icon btn-flickr"><i class="fa fa-flickr"></i></a>
<a class="btn btn-social-icon btn-github"><i class="fa fa-github"></i></a>
<a class="btn btn-social-icon btn-google-plus"><i class="fa fa-google-plus"></i></a>
<a class="btn btn-social-icon btn-instagram"><i class="fa fa-instagram"></i></a>
<a class="btn btn-social-icon btn-linkedin"><i class="fa fa-linkedin"></i></a>
<a class="btn btn-social-icon btn-pinterest"><i class="fa fa-pinterest"></i></a>
<a class="btn btn-social-icon btn-tumblr"><i class="fa fa-tumblr"></i></a>
<a class="btn btn-social-icon btn-twitter"><i class="fa fa-twitter"></i></a>
<a class="btn btn-social-icon btn-vk"><i class="fa fa-vk"></i></a>
</div>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
</div>
<!-- /.row -->
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
<!-- jQuery -->
<script src="../bower_components/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Metis Menu Plugin JavaScript -->
<script src="../bower_components/metisMenu/dist/metisMenu.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="../dist/js/sb-admin-2.js"></script>
</body>
</html>
|
_site/docs/angularjs/views/header/index.html | qintengfei/ionic-site | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS.">
<meta name="keywords" content="html5,javascript,mobile,drifty,ionic,hybrid,phonegap,cordova,native,ios,android,angularjs">
<meta name="author" content="Drifty">
<meta property="og:image" content="http://ionicframework.com/img/ionic-logo-blog.png"/>
<!-- version should not be indexed -->
<meta name="robots" content="noindex">
<title>Headers - Headers - Ionic Framework</title>
<link href="/css/site.css?12" rel="stylesheet">
<!--<script src="//cdn.optimizely.com/js/595530035.js"></script>-->
<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44023830-1', 'ionicframework.com');
ga('send', 'pageview');
</script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
</head>
<body class="docs docs-page docs-api">
<nav class="navbar navbar-default horizontal-gradient" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle button ionic" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<i class="icon ion-navicon"></i>
</button>
<a class="navbar-brand" href="/">
<img src="/img/ionic-logo-white.svg" width="123" height="43" alt="Ionic Framework">
</a>
<a href="http://blog.ionic.io/announcing-ionic-1-0/" target="_blank">
<img src="/img/ionic1-tag.png" alt="Ionic 1.0 is out!" width="28" height="32" style="margin-left: 140px; margin-top:22px; display:block">
</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a class="getting-started-nav nav-link" href="/getting-started/">Getting Started</a></li>
<li><a class="docs-nav nav-link" href="/docs/">Docs</a></li>
<li><a class="nav-link" href="http://ionic.io/support">Support</a></li>
<li><a class="blog-nav nav-link" href="http://blog.ionic.io/">Blog <span id="blog-badge">1</span></a></li>
<li><a class="nav-link" href="http://forum.ionicframework.com/">Forum</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle nav-link " data-toggle="dropdown" role="button" aria-expanded="false">More <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<div class="arrow-up"></div>
<li><a class="products-nav nav-link" href="http://ionic.io/">Ionic.io</a></li>
<li><a class="examples-nav nav-link" href="http://showcase.ionicframework.com/">Showcase</a></li>
<li><a class="nav-link" href="http://jobs.ionic.io/">Job Board</a></li>
<li><a class="nav-link" href="http://market.ionic.io/">Market</a></li>
<li><a class="nav-link" href="http://ionicworldwide.herokuapp.com/">Ionic Worldwide</a></li>
<li><a class="nav-link" href="http://play.ionic.io/">Playground</a></li>
<li><a class="nav-link" href="http://creator.ionic.io/">Creator</a></li>
<li><a class="nav-link" href="http://shop.ionic.io/">Shop</a></li>
<!--<li><a class="nav-link" href="http://ngcordova.com/">ngCordova</a></li>-->
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="header horizontal-gradient">
<div class="container">
<h3>Headers</h3>
<h4>Headers</h4>
</div>
<div class="news">
<div class="container">
<div class="row">
<div class="col-sm-8 news-col">
<div class="picker">
<select onchange="window.location.href=this.options[this.selectedIndex].value">
<option
value="/docs/nightly/docs/angularjs/views/header/index.md"
>
nightly
</option>
<option
value="/docs/docs/angularjs/views/header/index.md"
>
1.1.0 (latest)
</option>
<option
value="/docs/1.0.1/docs/angularjs/views/header/index.md"
>
1.0.1
</option>
<option
value="/docs/1.0.0/docs/angularjs/views/header/index.md"
>
1.0.0
</option>
<option
value="/docs/1.0.0-rc.5/docs/angularjs/views/header/index.md"
>
1.0.0-rc.5
</option>
<option
value="/docs/1.0.0-rc.4/docs/angularjs/views/header/index.md"
>
1.0.0-rc.4
</option>
<option
value="/docs/1.0.0-rc.3/docs/angularjs/views/header/index.md"
>
1.0.0-rc.3
</option>
<option
value="/docs/1.0.0-rc.2/docs/angularjs/views/header/index.md"
>
1.0.0-rc.2
</option>
<option
value="/docs/1.0.0-rc.1/docs/angularjs/views/header/index.md"
>
1.0.0-rc.1
</option>
<option
value="/docs/1.0.0-rc.0/docs/angularjs/views/header/index.md"
>
1.0.0-rc.0
</option>
<option
value="/docs/1.0.0-beta.14/docs/angularjs/views/header/index.md"
>
1.0.0-beta.14
</option>
<option
value="/docs/1.0.0-beta.13/docs/angularjs/views/header/index.md"
>
1.0.0-beta.13
</option>
<option
value="/docs/1.0.0-beta.12/docs/angularjs/views/header/index.md"
>
1.0.0-beta.12
</option>
<option
value="/docs/1.0.0-beta.11/docs/angularjs/views/header/index.md"
>
1.0.0-beta.11
</option>
<option
value="/docs/1.0.0-beta.10/docs/angularjs/views/header/index.md"
>
1.0.0-beta.10
</option>
</select>
</div>
</div>
<div class="col-sm-4 search-col">
<div class="search-bar">
<span class="search-icon ionic"><i class="ion-ios7-search-strong"></i></span>
<input type="search" id="search-input" value="Search">
</div>
</div>
</div>
</div>
</div>
</div>
<div id="search-results" class="search-results" style="display:none">
<div class="container">
<div class="search-section search-api">
<h4>JavaScript</h4>
<ul id="results-api"></ul>
</div>
<div class="search-section search-css">
<h4>CSS</h4>
<ul id="results-css"></ul>
</div>
<div class="search-section search-content">
<h4>Resources</h4>
<ul id="results-content"></ul>
</div>
</div>
</div>
<div class="container content-container">
<div class="row">
<div class="col-md-2 col-sm-3 aside-menu">
<div>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/overview/">Overview</a>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/components/">CSS</a>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/platform-customization/">Platform Customization</a>
</li>
</ul>
<!-- Docs: JavaScript -->
<ul class="nav left-menu active-menu">
<li class="menu-title">
<a href="}/docs/nightly/api/">
JavaScript
</a>
</li>
<!-- Action Sheet -->
<li class="menu-section">
<a href="/api/service/$ionicActionSheet/" class="api-section">
Action Sheet
</a>
<ul>
<li>
<a href="/api/service/$ionicActionSheet/">
$ionicActionSheet
</a>
</li>
</ul>
</li>
<!-- Backdrop -->
<li class="menu-section">
<a href="/api/service/$ionicBackdrop/" class="api-section">
Backdrop
</a>
<ul>
<li>
<a href="/api/service/$ionicBackdrop/">
$ionicBackdrop
</a>
</li>
</ul>
</li>
<!-- Content -->
<li class="menu-section">
<a href="/api/directive/ionContent/" class="api-section">
Content
</a>
<ul>
<li>
<a href="/api/directive/ionContent/">
ion-content
</a>
</li>
<li>
<a href="/api/directive/ionRefresher/">
ion-refresher
</a>
</li>
<li>
<a href="/api/directive/ionPane/">
ion-pane
</a>
</li>
</ul>
</li>
<!-- Form Inputs -->
<li class="menu-section">
<a href="/api/directive/ionCheckbox/" class="api-section">
Form Inputs
</a>
<ul>
<li>
<a href="/api/directive/ionCheckbox/">
ion-checkbox
</a>
</li>
<li>
<a href="/api/directive/ionRadio/">
ion-radio
</a>
</li>
<li>
<a href="/api/directive/ionToggle/">
ion-toggle
</a>
</li>
</ul>
</li>
<!-- Gesture and Events -->
<li class="menu-section">
<a href="/api/directive/onHold/" class="api-section">
Gestures and Events
</a>
<ul>
<li>
<a href="/api/directive/onHold/">
on-hold
</a>
</li>
<li>
<a href="/api/directive/onTap/">
on-tap
</a>
</li>
<li>
<a href="/api/directive/onDoubleTap/">
on-double-tap
</a>
</li>
<li>
<a href="/api/directive/onTouch/">
on-touch
</a>
</li>
<li>
<a href="/api/directive/onRelease/">
on-release
</a>
</li>
<li>
<a href="/api/directive/onDrag/">
on-drag
</a>
</li>
<li>
<a href="/api/directive/onDragUp/">
on-drag-up
</a>
</li>
<li>
<a href="/api/directive/onDragRight/">
on-drag-right
</a>
</li>
<li>
<a href="/api/directive/onDragDown/">
on-drag-down
</a>
</li>
<li>
<a href="/api/directive/onDragLeft/">
on-drag-left
</a>
</li>
<li>
<a href="/api/directive/onSwipe/">
on-swipe
</a>
</li>
<li>
<a href="/api/directive/onSwipeUp/">
on-swipe-up
</a>
</li>
<li>
<a href="/api/directive/onSwipeRight/">
on-swipe-right
</a>
</li>
<li>
<a href="/api/directive/onSwipeDown/">
on-swipe-down
</a>
</li>
<li>
<a href="/api/directive/onSwipeLeft/">
on-swipe-left
</a>
</li>
<li>
<a href="/api/service/$ionicGesture/">
$ionicGesture
</a>
</li>
</ul>
</li>
<!-- Headers/Footers -->
<li class="menu-section">
<a href="/api/directive/ionHeaderBar/" class="api-section">
Headers/Footers
</a>
<ul>
<li>
<a href="/api/directive/ionHeaderBar/">
ion-header-bar
</a>
</li>
<li>
<a href="/api/directive/ionFooterBar/">
ion-footer-bar
</a>
</li>
</ul>
</li>
<!-- Keyboard -->
<li class="menu-section">
<a href="/api/page/keyboard/" class="api-section">
Keyboard
</a>
<ul>
<li>
<a href="/api/page/keyboard/">
Keyboard
</a>
</li>
<li>
<a href="/api/directive/keyboardAttach/">
keyboard-attach
</a>
</li>
</ul>
</li>
<!-- Lists -->
<li class="menu-section">
<a href="/api/directive/ionList/" class="api-section">
Lists
</a>
<ul>
<li>
<a href="/api/directive/ionList/">
ion-list
</a>
</li>
<li>
<a href="/api/directive/ionItem/">
ion-item
</a>
</li>
<li>
<a href="/api/directive/ionDeleteButton/">
ion-delete-button
</a>
</li>
<li>
<a href="/api/directive/ionReorderButton/">
ion-reorder-button
</a>
</li>
<li>
<a href="/api/directive/ionOptionButton/">
ion-option-button
</a>
</li>
<li>
<a href="/api/directive/collectionRepeat/">
collection-repeat
</a>
</li>
<li>
<a href="/api/service/$ionicListDelegate/">
$ionicListDelegate
</a>
</li>
</ul>
</li>
<!-- Loading -->
<li class="menu-section">
<a href="/api/service/$ionicLoading/" class="api-section">
Loading
</a>
<ul>
<li>
<a href="/api/service/$ionicLoading/">
$ionicLoading
</a>
</li>
</ul>
<ul>
<li>
<a href="/api/object/$ionicLoadingConfig/">
$ionicLoadingConfig
</a>
</li>
</ul>
</li>
<!-- Modal -->
<li class="menu-section">
<a href="/api/service/$ionicModal/" class="api-section">
Modal
</a>
<ul>
<li>
<a href="/api/service/$ionicModal/">
$ionicModal
</a>
</li>
<li>
<a href="/api/controller/ionicModal/">
ionicModal
</a>
</li>
</ul>
</li>
<!-- Navigation -->
<li class="menu-section">
<a href="/api/directive/ionNavView/" class="api-section">
Navigation
</a>
<ul>
<li>
<a href="/api/directive/ionNavView/">
ion-nav-view
</a>
</li>
<li>
<a href="/api/directive/ionView/">
ion-view
</a>
</li>
<li>
<a href="/api/directive/ionNavBar/">
ion-nav-bar
</a>
</li>
<li>
<a href="/api/directive/ionNavBackButton/">
ion-nav-back-button
</a>
</li>
<li>
<a href="/api/directive/ionNavButtons/">
ion-nav-buttons
</a>
</li>
<li>
<a href="/api/directive/ionNavTitle/">
ion-nav-title
</a>
</li>
<li>
<a href="/api/directive/navTransition/">
nav-transition
</a>
</li>
<li>
<a href="/api/directive/navDirection/">
nav-direction
</a>
</li>
<li>
<a href="/api/service/$ionicNavBarDelegate/">
$ionicNavBarDelegate
</a>
</li>
<li>
<a href="/api/service/$ionicHistory/">
$ionicHistory
</a>
</li>
</ul>
</li>
<!-- Platform -->
<li class="menu-section">
<a href="/api/service/$ionicPlatform/" class="api-section">
Platform
</a>
<ul>
<li>
<a href="/api/service/$ionicPlatform/">
$ionicPlatform
</a>
</li>
</ul>
</li>
<!-- Popover -->
<li class="menu-section">
<a href="/api/service/$ionicPopover/" class="api-section">
Popover
</a>
<ul>
<li>
<a href="/api/service/$ionicPopover/">
$ionicPopover
</a>
</li>
<li>
<a href="/api/controller/ionicPopover/">
ionicPopover
</a>
</li>
</ul>
</li>
<!-- Popup -->
<li class="menu-section">
<a href="/api/service/$ionicPopup/" class="api-section">
Popup
</a>
<ul>
<li>
<a href="/api/service/$ionicPopup/">
$ionicPopup
</a>
</li>
</ul>
</li>
<!-- Scroll -->
<li class="menu-section">
<a href="/api/directive/ionScroll/" class="api-section">
Scroll
</a>
<ul>
<li>
<a href="/api/directive/ionScroll/">
ion-scroll
</a>
</li>
<li>
<a href="/api/directive/ionInfiniteScroll/">
ion-infinite-scroll
</a>
</li>
<li>
<a href="/api/service/$ionicScrollDelegate/">
$ionicScrollDelegate
</a>
</li>
</ul>
</li>
<!-- Side Menus -->
<li class="menu-section">
<a href="/api/directive/ionSideMenus/" class="api-section">
Side Menus
</a>
<ul>
<li>
<a href="/api/directive/ionSideMenus/">
ion-side-menus
</a>
</li>
<li>
<a href="/api/directive/ionSideMenuContent/">
ion-side-menu-content
</a>
</li>
<li>
<a href="/api/directive/ionSideMenu/">
ion-side-menu
</a>
</li>
<li>
<a href="/api/directive/exposeAsideWhen/">
expose-aside-when
</a>
</li>
<li>
<a href="/api/directive/menuToggle/">
menu-toggle
</a>
</li>
<li>
<a href="/api/directive/menuClose/">
menu-close
</a>
</li>
<li>
<a href="/api/service/$ionicSideMenuDelegate/">
$ionicSideMenuDelegate
</a>
</li>
</ul>
</li>
<!-- Slide Box -->
<li class="menu-section">
<a href="/api/directive/ionSlideBox/" class="api-section">
Slide Box
</a>
<ul>
<li>
<a href="/api/directive/ionSlideBox/">
ion-slide-box
</a>
</li>
<li>
<a href="/api/directive/ionSlidePager/">
ion-slide-pager
</a>
</li>
<li>
<a href="/api/directive/ionSlide/">
ion-slide
</a>
</li>
<li>
<a href="/api/service/$ionicSlideBoxDelegate/">
$ionicSlideBoxDelegate
</a>
</li>
</ul>
</li>
<!-- Spinner -->
<li class="menu-section">
<a href="/api/directive/ionSpinner/" class="api-section">
Spinner
</a>
<ul>
<li>
<a href="/api/directive/ionSpinner/">
ion-spinner
</a>
</li>
</ul>
</li>
<!-- Tabs -->
<li class="menu-section">
<a href="/api/directive/ionTabs/" class="api-section">
Tabs
</a>
<ul>
<li>
<a href="/api/directive/ionTabs/">
ion-tabs
</a>
</li>
<li>
<a href="/api/directive/ionTab/">
ion-tab
</a>
</li>
<li>
<a href="/api/service/$ionicTabsDelegate/">
$ionicTabsDelegate
</a>
</li>
</ul>
</li>
<!-- Tap -->
<li class="menu-section">
<a href="/api/page/tap/" class="api-section">
Tap & Click
</a>
</li>
<!-- Utility -->
<li class="menu-section">
<a href="#" class="api-section">
Utility
</a>
<ul>
<li>
<a href="/api/provider/$ionicConfigProvider/">
$ionicConfigProvider
</a>
</li>
<li>
<a href="/api/utility/ionic.Platform/">
ionic.Platform
</a>
</li>
<li>
<a href="/api/utility/ionic.DomUtil/">
ionic.DomUtil
</a>
</li>
<li>
<a href="/api/utility/ionic.EventController/">
ionic.EventController
</a>
</li>
<li>
<a href="/api/service/$ionicPosition/">
$ionicPosition
</a>
</li>
</ul>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/cli/">CLI</a>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="http://learn.ionicframework.com/">Learn Ionic</a>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/guide/">Guide</a>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/ionic-cli-faq/">FAQ</a>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/getting-help/">Getting Help</a>
</li>
</ul>
<ul class="nav left-menu">
<li class="menu-title">
<a href="/docs/concepts/">Ionic Concepts</a>
</li>
</ul>
</div>
</div>
<div class="col-md-10 col-sm-9 main-content">
<p>Available in:
<div class="label label-danger">Ionic-Angular 0.9.x</div></p>
<h1>Headers</h1>
<p>While Ionic provides <a href="/docs/components/#header">simple Header and Footer</a> bars that can be created through HTML and CSS alone, Header bars specifically can be extended in order to provide dynamic layout features such as auto-title centering and animation. They are also used by the <a href="../../controllers/view-state/">Views and Navigation Controller</a> to animate a title on navigation and toggle a back button.</p>
<p>As of Ionic 0.9.0, the only available header bar feature provide is auto title centering. In this situation, the title text will center itself until either the left or right button content is too wide for the label to center. In that case, it will slide left or right until it can fit. You can also align the title left for a more Android-friendly header.</p>
<p>Using two-way data binding, the header bar will automatically readjust the heading title alignment when the title or buttons change.</p>
<h2>Ionic-Angular Usage</h2>
<p>To use the dynamic header bar behavior in Ionic-Angular, use the <code><ion-header-bar></code> directive:</p>
<div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><ion-header-bar</span>
<span class="na">title=</span><span class="s">"headerTitle"</span>
<span class="na">left-buttons=</span><span class="s">"leftButtons"</span>
<span class="na">right-buttons=</span><span class="s">"rightButtons"</span>
<span class="na">type=</span><span class="s">"bar-positive"</span>
<span class="na">align-title=</span><span class="s">"center"</span><span class="nt">></span>
<span class="nt"></ion-header-bar></span>
</code></pre></div>
<p>Where <code>headerTitle</code>, <code>leftButtons</code>, and <code>rightButtons</code> are angular expressions. Pass in <code>left</code> for the <code>align-title</code> attribute to align the title to the left for more Android-friendly layouts.</p>
<p>For example, to specify left buttons, you can set <code>$scope.leftButtons</code> to be:</p>
<div class="highlight"><pre><code class="language-javascript" data-lang="javascript"><span class="nx">$scope</span><span class="p">.</span><span class="nx">leftButtons</span> <span class="o">=</span> <span class="p">[</span>
<span class="p">{</span>
<span class="nx">type</span><span class="o">:</span> <span class="s1">'button-positive'</span><span class="p">,</span>
<span class="nx">content</span><span class="o">:</span> <span class="s1">'<i class="icon ion-navicon"></i>'</span><span class="p">,</span>
<span class="nx">tap</span><span class="o">:</span> <span class="kd">function</span><span class="p">(</span><span class="nx">e</span><span class="p">)</span> <span class="p">{</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="p">]</span>
</code></pre></div>
<p>Which will create a left-side button with the <code>ion-navicon</code> icon. You can do the same for the right side.</p>
</div>
</div>
</div>
<div class="pre-footer">
<div class="row ionic">
<div class="col-sm-6 col-a">
<h4>
<a href="/getting-started/">Getting started <span class="icon ion-arrow-right-c"></span></a>
</h4>
<p>
Learn more about how Ionic was built, why you should use it, and what's included. We'll cover
the basics and help you get started from the ground up.
</p>
</div>
<div class="col-sm-6 col-b">
<h4>
<a href="/docs/">Documentation <span class="icon ion-arrow-right-c"></span></a>
</h4>
<p>
What are you waiting for? Take a look and get coding! Our documentation covers all you need to know
to get an app up and running in minutes.
</p>
</div>
</div>
</div>
<footer class="footer">
<nav class="base-links">
<dl>
<dt>Docs</dt>
<dd><a href="http://ionicframework.com/docs/">Documentation</a></dd>
<dd><a href="http://ionicframework.com/getting-started/">Getting Started</a></dd>
<dd><a href="http://ionicframework.com/docs/overview/">Overview</a></dd>
<dd><a href="http://ionicframework.com/docs/components/">Components</a></dd>
<dd><a href="http://ionicframework.com/docs/api/">JavaScript</a></dd>
<dd><a href="http://ionicframework.com/submit-issue/">Submit Issue</a></dd>
</dl>
<dl>
<dt>Resources</dt>
<dd><a href="http://learn.ionicframework.com/">Learn Ionic</a></dd>
<dd><a href="http://ngcordova.com/">ngCordova</a></dd>
<dd><a href="http://ionicons.com/">Ionicons</a></dd>
<dd><a href="http://creator.ionic.io/">Creator</a></dd>
<dd><a href="http://showcase.ionicframework.com/">Showcase</a></dd>
<dd><a href="http://manning.com/wilken/?a_aid=ionicinactionben&a_bid=1f0a0e1d">The Ionic Book</a></dd>
</dl>
<dl>
<dt>Contribute</dt>
<dd><a href="http://forum.ionicframework.com/">Community Forum</a></dd>
<dd><a href="http://webchat.freenode.net/?randomnick=1&channels=%23ionic&uio=d4">Ionic IRC</a></dd>
<dd><a href="http://ionicframework.com/present-ionic/">Present Ionic</a></dd>
<dd><a href="http://ionicframework.com/contribute/">Contribute</a></dd>
<dd><a href="https://github.com/driftyco/ionic-learn/issues/new">Write for us</a></dd>
<dd><a href="http://shop.ionic.io/">Ionic Shop</a></dd>
</dl>
<dl class="small-break">
<dt>About</dt>
<dd><a href="http://blog.ionic.io/">Blog</a></dd>
<dd><a href="http://ionic.io">Services</a></dd>
<dd><a href="http://drifty.com">Company</a></dd>
<dd><a href="https://s3.amazonaws.com/ionicframework.com/logo-pack.zip">Logo Pack</a></dd>
<dd><a href="mailto:hi@ionicframework.com">Contact</a></dd>
<dd><a href="http://ionicframework.com/jobs/">Jobs</a></dd>
</dl>
<dl>
<dt>Connect</dt>
<dd><a href="https://twitter.com/IonicFramework">Twitter</a></dd>
<dd><a href="https://github.com/driftyco/ionic">GitHub</a></dd>
<dd><a href="https://www.facebook.com/ionicframework">Facebook</a></dd>
<dd><a href="https://plus.google.com/b/112280728135675018538/+Ionicframework/posts">Google+</a></dd>
<dd><a href="https://www.youtube.com/channel/UChYheBnVeCfhCmqZfCUdJQw">YouTube</a></dd>
<dd><a href="https://twitter.com/ionitron">Ionitron</a></dd>
</dl>
</nav>
<div class="newsletter row">
<div class="newsletter-container">
<div class="col-sm-7">
<div class="newsletter-text">Stay in the loop</div>
<div class="sign-up">Sign up to receive emails for the latest updates, features, and news on the framework.</div>
</div>
<form action="http://codiqa.createsend.com/t/t/s/jytylh/" method="post" class="input-group col-sm-5">
<input id="fieldEmail" name="cm-jytylh-jytylh" class="form-control" type="email" placeholder="Email" required />
<span class="input-group-btn">
<button class="btn btn-default" type="submit">Subscribe</button>
</span>
</form>
</div>
</div>
<div class="copy">
<div class="copy-container">
<p class="authors">
Code licensed under <a href="/docs/#license">MIT</a>.
Docs under <a href="https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache 2</a>
<span>|</span>
© 2013-2015 <a href="http://drifty.com/">Drifty Co</a>
</p>
</div>
</div>
</footer>
<script type="text/javascript">
var _sf_async_config = { uid: 54141, domain: 'ionicframework.com', useCanonical: true };
(function() {
function loadChartbeat() {
window._sf_endpt = (new Date()).getTime();
var e = document.createElement('script');
e.setAttribute('language', 'javascript');
e.setAttribute('type', 'text/javascript');
e.setAttribute('src','//static.chartbeat.com/js/chartbeat.js');
document.body.appendChild(e);
};
var oldonload = window.onload;
window.onload = (typeof window.onload != 'function') ?
loadChartbeat : function() { oldonload(); loadChartbeat(); };
})();
</script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<script src="/js/site.js?1"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Cookies.js/0.4.0/cookies.min.js"></script>
<script>
$('.navbar .dropdown').on('show.bs.dropdown', function(e){
//$(this).find('.dropdown-menu').addClass('animated fadeInDown');
});
// ADD SLIDEUP ANIMATION TO DROPDOWN //
$('.navbar .dropdown').on('hide.bs.dropdown', function(e){
//$(this).find('.dropdown-menu').first().stop(true, true).slideUp(200);
//$(this).find('.dropdown-menu').removeClass('animated fadeInDown');
});
try {
var d = new Date('2015-03-20 05:00:00 -0500');
var ts = d.getTime();
var cd = Cookies.get('_iondj');
if(cd) {
cd = JSON.parse(atob(cd));
if(parseInt(cd.lp) < ts) {
var bt = document.getElementById('blog-badge');
bt.style.display = 'block';
}
cd.lp = ts;
} else {
var bt = document.getElementById('blog-badge');
bt.style.display = 'block';
cd = {
lp: ts
}
}
Cookies.set('_iondj', btoa(JSON.stringify(cd)));
} catch(e) {
}
</script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>
|
2016.8.1/apidocs/org/wildfly/swarm/config/messaging/activemq/server/class-use/InVMAcceptorConsumer.html | wildfly-swarm/wildfly-swarm-javadocs | <!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_60-ea) on Tue Aug 16 17:15:34 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.messaging.activemq.server.InVMAcceptorConsumer (Public javadocs 2016.8.1 API)</title>
<meta name="date" content="2016-08-16">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.wildfly.swarm.config.messaging.activemq.server.InVMAcceptorConsumer (Public javadocs 2016.8.1 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2016.8.1</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/InVMAcceptorConsumer.html" target="_top">Frames</a></li>
<li><a href="InVMAcceptorConsumer.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 Interface org.wildfly.swarm.config.messaging.activemq.server.InVMAcceptorConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.messaging.activemq.server.InVMAcceptorConsumer</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">InVMAcceptorConsumer</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.wildfly.swarm.config.messaging.activemq">org.wildfly.swarm.config.messaging.activemq</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.messaging.activemq.server">org.wildfly.swarm.config.messaging.activemq.server</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.messaging.activemq">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">InVMAcceptorConsumer</a> in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">InVMAcceptorConsumer</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><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html" title="type parameter in Server">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Server.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html#inVmAcceptor-java.lang.String-org.wildfly.swarm.config.messaging.activemq.server.InVMAcceptorConsumer-">inVmAcceptor</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> childKey,
<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">InVMAcceptorConsumer</a> consumer)</code>
<div class="block">Create and configure a InVMAcceptor object to the list of subresources</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.messaging.activemq.server">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">InVMAcceptorConsumer</a> in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">InVMAcceptorConsumer</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>default <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">InVMAcceptorConsumer</a><<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="type parameter in InVMAcceptorConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">InVMAcceptorConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html#andThen-org.wildfly.swarm.config.messaging.activemq.server.InVMAcceptorConsumer-">andThen</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">InVMAcceptorConsumer</a><<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="type parameter in InVMAcceptorConsumer">T</a>> after)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/package-summary.html">org.wildfly.swarm.config.messaging.activemq.server</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">InVMAcceptorConsumer</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>default <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">InVMAcceptorConsumer</a><<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="type parameter in InVMAcceptorConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">InVMAcceptorConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html#andThen-org.wildfly.swarm.config.messaging.activemq.server.InVMAcceptorConsumer-">andThen</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">InVMAcceptorConsumer</a><<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="type parameter in InVMAcceptorConsumer">T</a>> after)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/InVMAcceptorConsumer.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2016.8.1</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/InVMAcceptorConsumer.html" target="_top">Frames</a></li>
<li><a href="InVMAcceptorConsumer.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>Copyright © 2016 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
2.3.0.Final/apidocs/org/wildfly/swarm/mvc/detect/package-tree.html | wildfly-swarm/wildfly-swarm-javadocs | <!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_151) on Wed Jan 16 11:48:23 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.mvc.detect Class Hierarchy (BOM: * : All 2.3.0.Final API)</title>
<meta name="date" content="2019-01-16">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.wildfly.swarm.mvc.detect Class Hierarchy (BOM: * : All 2.3.0.Final API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.3.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/mvc/package-tree.html">Prev</a></li>
<li><a href="../../../../../org/wildfly/swarm/naming/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/mvc/detect/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package org.wildfly.swarm.mvc.detect</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
<ul>
<li type="circle">PackageFractionDetector
<ul>
<li type="circle">org.wildfly.swarm.mvc.detect.<a href="../../../../../org/wildfly/swarm/mvc/detect/MvcPackageDetector.html" title="class in org.wildfly.swarm.mvc.detect"><span class="typeNameLink">MvcPackageDetector</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.3.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/mvc/package-tree.html">Prev</a></li>
<li><a href="../../../../../org/wildfly/swarm/naming/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/mvc/detect/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
src/main/javadoc/overview.html | chrisgleissner/jdot | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>JDot - Java Domain Object Templater</title>
</head>
<body>
Java Domain Object Templater (JDot) is a code generator which keeps domain classes concise like a dot.
The generation is driven by annotations on your domain classes or interfaces and uses the compile-time Java 6 Annotation Processor.
Generated code:
<ul>
<li>Data Transfer Objects (DTOs) with Java Bean getters and setters
<li>Builders for immutable domain objects
<li>Mappers between domain and DTO classes
<li>Standard java.lang.Object methods hashCode and equals for configurable fields
</ul>
The code generation may be driven by:
<ul>
<li>Interface implemented by domain class and DTO
<li>Abstract domain class
</ul>
</body> |
Hibernate-source/源代码及重要说明/Hibernate相关资料/hibernate-3.2.0.ga/hibernate-3.2/doc/api/org/hibernate/property/package-frame.html | renmeng8875/projects | <!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.4.2_11) on Sun Oct 15 22:02:31 CDT 2006 -->
<TITLE>
org.hibernate.property (Hibernate API Documentation)
</TITLE>
<META NAME="keywords" CONTENT="org.hibernate.property package">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../jdstyle.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../org/hibernate/property/package-summary.html" target="classFrame">org.hibernate.property</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Interfaces</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="Getter.html" title="interface in org.hibernate.property" target="classFrame"><I>Getter</I></A>
<BR>
<A HREF="PropertyAccessor.html" title="interface in org.hibernate.property" target="classFrame"><I>PropertyAccessor</I></A>
<BR>
<A HREF="Setter.html" title="interface in org.hibernate.property" target="classFrame"><I>Setter</I></A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="BackrefPropertyAccessor.html" title="class in org.hibernate.property" target="classFrame">BackrefPropertyAccessor</A>
<BR>
<A HREF="BackrefPropertyAccessor.BackrefSetter.html" title="class in org.hibernate.property" target="classFrame">BackrefPropertyAccessor.BackrefSetter</A>
<BR>
<A HREF="BasicPropertyAccessor.html" title="class in org.hibernate.property" target="classFrame">BasicPropertyAccessor</A>
<BR>
<A HREF="BasicPropertyAccessor.BasicGetter.html" title="class in org.hibernate.property" target="classFrame">BasicPropertyAccessor.BasicGetter</A>
<BR>
<A HREF="BasicPropertyAccessor.BasicSetter.html" title="class in org.hibernate.property" target="classFrame">BasicPropertyAccessor.BasicSetter</A>
<BR>
<A HREF="ChainedPropertyAccessor.html" title="class in org.hibernate.property" target="classFrame">ChainedPropertyAccessor</A>
<BR>
<A HREF="DirectPropertyAccessor.html" title="class in org.hibernate.property" target="classFrame">DirectPropertyAccessor</A>
<BR>
<A HREF="DirectPropertyAccessor.DirectGetter.html" title="class in org.hibernate.property" target="classFrame">DirectPropertyAccessor.DirectGetter</A>
<BR>
<A HREF="DirectPropertyAccessor.DirectSetter.html" title="class in org.hibernate.property" target="classFrame">DirectPropertyAccessor.DirectSetter</A>
<BR>
<A HREF="Dom4jAccessor.html" title="class in org.hibernate.property" target="classFrame">Dom4jAccessor</A>
<BR>
<A HREF="Dom4jAccessor.AttributeGetter.html" title="class in org.hibernate.property" target="classFrame">Dom4jAccessor.AttributeGetter</A>
<BR>
<A HREF="Dom4jAccessor.AttributeSetter.html" title="class in org.hibernate.property" target="classFrame">Dom4jAccessor.AttributeSetter</A>
<BR>
<A HREF="Dom4jAccessor.Dom4jGetter.html" title="class in org.hibernate.property" target="classFrame">Dom4jAccessor.Dom4jGetter</A>
<BR>
<A HREF="Dom4jAccessor.Dom4jSetter.html" title="class in org.hibernate.property" target="classFrame">Dom4jAccessor.Dom4jSetter</A>
<BR>
<A HREF="Dom4jAccessor.ElementAttributeGetter.html" title="class in org.hibernate.property" target="classFrame">Dom4jAccessor.ElementAttributeGetter</A>
<BR>
<A HREF="Dom4jAccessor.ElementAttributeSetter.html" title="class in org.hibernate.property" target="classFrame">Dom4jAccessor.ElementAttributeSetter</A>
<BR>
<A HREF="Dom4jAccessor.ElementGetter.html" title="class in org.hibernate.property" target="classFrame">Dom4jAccessor.ElementGetter</A>
<BR>
<A HREF="Dom4jAccessor.ElementSetter.html" title="class in org.hibernate.property" target="classFrame">Dom4jAccessor.ElementSetter</A>
<BR>
<A HREF="Dom4jAccessor.TextGetter.html" title="class in org.hibernate.property" target="classFrame">Dom4jAccessor.TextGetter</A>
<BR>
<A HREF="Dom4jAccessor.TextSetter.html" title="class in org.hibernate.property" target="classFrame">Dom4jAccessor.TextSetter</A>
<BR>
<A HREF="EmbeddedPropertyAccessor.html" title="class in org.hibernate.property" target="classFrame">EmbeddedPropertyAccessor</A>
<BR>
<A HREF="EmbeddedPropertyAccessor.EmbeddedGetter.html" title="class in org.hibernate.property" target="classFrame">EmbeddedPropertyAccessor.EmbeddedGetter</A>
<BR>
<A HREF="EmbeddedPropertyAccessor.EmbeddedSetter.html" title="class in org.hibernate.property" target="classFrame">EmbeddedPropertyAccessor.EmbeddedSetter</A>
<BR>
<A HREF="IndexPropertyAccessor.html" title="class in org.hibernate.property" target="classFrame">IndexPropertyAccessor</A>
<BR>
<A HREF="IndexPropertyAccessor.IndexSetter.html" title="class in org.hibernate.property" target="classFrame">IndexPropertyAccessor.IndexSetter</A>
<BR>
<A HREF="MapAccessor.html" title="class in org.hibernate.property" target="classFrame">MapAccessor</A>
<BR>
<A HREF="MapAccessor.MapGetter.html" title="class in org.hibernate.property" target="classFrame">MapAccessor.MapGetter</A>
<BR>
<A HREF="MapAccessor.MapSetter.html" title="class in org.hibernate.property" target="classFrame">MapAccessor.MapSetter</A>
<BR>
<A HREF="NoopAccessor.html" title="class in org.hibernate.property" target="classFrame">NoopAccessor</A>
<BR>
<A HREF="PropertyAccessorFactory.html" title="class in org.hibernate.property" target="classFrame">PropertyAccessorFactory</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
bonfire/_functions/testfailtosetillegaloption.html | inputx/code-ref-doc | <!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: testfailtosetillegaloption()</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 Thu Oct 23 18:57:41 2014 -->
<!-- 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('testfailtosetillegaloption');
// -->
</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#testfailtosetillegaloption">testfailtosetillegaloption()</a></h2>
<b>Defined at:</b><ul>
<li><a href="../tests/simpletest/test/tag_test.php.html#testfailtosetillegaloption">/tests/simpletest/test/tag_test.php</a> -> <a onClick="logFunction('testfailtosetillegaloption', '/tests/simpletest/test/tag_test.php.source.html#l289')" href="../tests/simpletest/test/tag_test.php.source.html#l289"> line 289</a></li>
</ul>
<b>No references found.</b><br><br>
</ul>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Thu Oct 23 18:57:41 2014</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>
|
htmlFixed.html | machdmach/machdmach.github.io | abcc
|
solr-5.3.0/docs/solr-dataimporthandler/org/apache/solr/handler/dataimport/class-use/DIHCacheSupport.html | changwu/mqa | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Mon Aug 17 17:11:50 IST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.solr.handler.dataimport.DIHCacheSupport (Solr 5.3.0 API)</title>
<meta name="date" content="2015-08-17">
<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.solr.handler.dataimport.DIHCacheSupport (Solr 5.3.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/solr/handler/dataimport/DIHCacheSupport.html" title="class in org.apache.solr.handler.dataimport">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/solr/handler/dataimport/class-use/DIHCacheSupport.html" target="_top">Frames</a></li>
<li><a href="DIHCacheSupport.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.solr.handler.dataimport.DIHCacheSupport" class="title">Uses of Class<br>org.apache.solr.handler.dataimport.DIHCacheSupport</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/solr/handler/dataimport/DIHCacheSupport.html" title="class in org.apache.solr.handler.dataimport">DIHCacheSupport</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.solr.handler.dataimport">org.apache.solr.handler.dataimport</a></td>
<td class="colLast">
<div class="block"><a href="../../../../../../org/apache/solr/handler/dataimport/DataImportHandler.html" title="class in org.apache.solr.handler.dataimport"><code>DataImportHandler</code></a> and related code.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.solr.handler.dataimport">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/solr/handler/dataimport/DIHCacheSupport.html" title="class in org.apache.solr.handler.dataimport">DIHCacheSupport</a> in <a href="../../../../../../org/apache/solr/handler/dataimport/package-summary.html">org.apache.solr.handler.dataimport</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/solr/handler/dataimport/package-summary.html">org.apache.solr.handler.dataimport</a> declared as <a href="../../../../../../org/apache/solr/handler/dataimport/DIHCacheSupport.html" title="class in org.apache.solr.handler.dataimport">DIHCacheSupport</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/solr/handler/dataimport/DIHCacheSupport.html" title="class in org.apache.solr.handler.dataimport">DIHCacheSupport</a></code></td>
<td class="colLast"><span class="strong">EntityProcessorBase.</span><code><strong><a href="../../../../../../org/apache/solr/handler/dataimport/EntityProcessorBase.html#cacheSupport">cacheSupport</a></strong></code> </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/solr/handler/dataimport/DIHCacheSupport.html" title="class in org.apache.solr.handler.dataimport">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/solr/handler/dataimport/class-use/DIHCacheSupport.html" target="_top">Frames</a></li>
<li><a href="DIHCacheSupport.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>
|
docs/devapidocs/org/apache/hadoop/hbase/TableDescriptors.html | devansh2015/hbase-0.98.8 | <!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 Fri Nov 14 18:19:11 PST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>TableDescriptors (HBase 0.98.8-hadoop2 API)</title>
<meta name="date" content="2014-11-14">
<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="TableDescriptors (HBase 0.98.8-hadoop2 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/TableDescriptors.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="../../../../org/apache/hadoop/hbase/Stoppable.html" title="interface in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/hadoop/hbase/TableExistsException.html" title="class in org.apache.hadoop.hbase"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/hadoop/hbase/TableDescriptors.html" target="_top">Frames</a></li>
<li><a href="TableDescriptors.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.hadoop.hbase</div>
<h2 title="Interface TableDescriptors" class="title">Interface TableDescriptors</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../org/apache/hadoop/hbase/util/FSTableDescriptors.html" title="class in org.apache.hadoop.hbase.util">FSTableDescriptors</a></dd>
</dl>
<hr>
<br>
<pre><a href="../../../../org/apache/hadoop/hbase/classification/InterfaceAudience.Private.html" title="annotation in org.apache.hadoop.hbase.classification">@InterfaceAudience.Private</a>
public interface <span class="strong">TableDescriptors</span></pre>
<div class="block">Get, remove and modify table descriptors.
Used by servers to host descriptors.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TableDescriptors.html#add(org.apache.hadoop.hbase.HTableDescriptor)">add</a></strong>(<a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> htd)</code>
<div class="block">Add or update descriptor</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TableDescriptors.html#get(org.apache.hadoop.hbase.TableName)">get</a></strong>(<a href="../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TableDescriptors.html#getAll()">getAll</a></strong>()</code>
<div class="block">Get Map of all HTableDescriptors.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TableDescriptors.html#getByNamespace(java.lang.String)">getByNamespace</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code>
<div class="block">Get Map of all NamespaceDescriptors for a given namespace.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TableDescriptors.html#remove(org.apache.hadoop.hbase.TableName)">remove</a></strong>(<a href="../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tablename)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TableDescriptors.html#setCacheOff()">setCacheOff</a></strong>()</code>
<div class="block">Disables the tabledescriptor cache</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/hadoop/hbase/TableDescriptors.html#setCacheOn()">setCacheOn</a></strong>()</code>
<div class="block">Enables the tabledescriptor cache</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="get(org.apache.hadoop.hbase.TableName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
<pre><a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> get(<a href="../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tableName)
throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tableName</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd>HTableDescriptor for tablename</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<a name="getByNamespace(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getByNamespace</h4>
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a>> getByNamespace(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)
throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Get Map of all NamespaceDescriptors for a given namespace.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>Map of all descriptors.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<a name="getAll()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAll</h4>
<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a>> getAll()
throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Get Map of all HTableDescriptors. Populates the descriptor cache as a
side effect.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>Map of all descriptors.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<a name="add(org.apache.hadoop.hbase.HTableDescriptor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>add</h4>
<pre>void add(<a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> htd)
throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Add or update descriptor</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>htd</code> - Descriptor to set into TableDescriptors</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<a name="remove(org.apache.hadoop.hbase.TableName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>remove</h4>
<pre><a href="../../../../org/apache/hadoop/hbase/HTableDescriptor.html" title="class in org.apache.hadoop.hbase">HTableDescriptor</a> remove(<a href="../../../../org/apache/hadoop/hbase/TableName.html" title="class in org.apache.hadoop.hbase">TableName</a> tablename)
throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>tablename</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd>Instance of table descriptor or null if none found.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<a name="setCacheOn()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCacheOn</h4>
<pre>void setCacheOn()
throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Enables the tabledescriptor cache</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<a name="setCacheOff()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setCacheOff</h4>
<pre>void setCacheOff()
throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Disables the tabledescriptor cache</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/TableDescriptors.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="../../../../org/apache/hadoop/hbase/Stoppable.html" title="interface in org.apache.hadoop.hbase"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/hadoop/hbase/TableExistsException.html" title="class in org.apache.hadoop.hbase"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/hadoop/hbase/TableDescriptors.html" target="_top">Frames</a></li>
<li><a href="TableDescriptors.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
|
archives/2018/08/index.html | 10045125/10045125.github.io | <!DOCTYPE html>
<html class="theme-next gemini use-motion" lang="">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=" rel="stylesheet" type="text/css" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png?v=">
<link rel="mask-icon" href="/images/logo.svg?v=" color="#222">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Gemini',
version: '',
sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false},
fancybox: false,
fastclick: false,
lazyload: false,
tabs: true,
motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<meta name="keywords" content="Hexo, NexT" />
<meta name="description" content="珍惜在生命中遇到的每一个人">
<meta property="og:type" content="website">
<meta property="og:title" content="伍中联(Vanda)的博客">
<meta property="og:url" content="http://yoursite.com/archives/2018/08/index.html">
<meta property="og:site_name" content="伍中联(Vanda)的博客">
<meta property="og:description" content="珍惜在生命中遇到的每一个人">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="伍中联(Vanda)的博客">
<meta name="twitter:description" content="珍惜在生命中遇到的每一个人">
<link rel="canonical" href="http://yoursite.com/archives/2018/08/"/>
<script type="text/javascript" id="page.configurations">
CONFIG.page = {
sidebar: "",
};
</script>
<title>Archive | 伍中联(Vanda)的博客</title>
<noscript>
<style type="text/css">
.use-motion .motion-element,
.use-motion .brand,
.use-motion .menu-item,
.sidebar-inner,
.use-motion .post-block,
.use-motion .pagination,
.use-motion .comments,
.use-motion .post-header,
.use-motion .post-body,
.use-motion .collection-title { opacity: initial; }
.use-motion .logo,
.use-motion .site-title,
.use-motion .site-subtitle {
opacity: initial;
top: initial;
}
.use-motion {
.logo-line-before i { left: initial; }
.logo-line-after i { right: initial; }
}
</style>
</noscript>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="">
<div class="container sidebar-position-left page-archive">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"> <div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">伍中联(Vanda)的博客</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">当一切理所当然就没有你什么事了 当你说:“这个好麻烦,那么不要犹豫,主动出击”</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />Home</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about/" rel="section">
<i class="menu-item-icon fa fa-fw fa-user"></i> <br />About</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />Archives<span class="badge">45</span>
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div class="post-block archive">
<div id="posts" class="posts-collapse">
<span class="archive-move-on"></span>
<span class="archive-page-counter">
OK! 45 posts in total. Keep on posting.
</span>
<div class="collection-title">
<h1 class="archive-year" id="archive-year-2018">2018</h1>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2018/08/26/QuarkDownloader-读写分离设置原型/" itemprop="url">
<span itemprop="name">QuarkDownloader 读写分离原型</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2018-08-26T17:07:16+08:00"
content="2018-08-26" >
08-26
</time>
</div>
</header>
</article>
</div>
</div>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview-wrap sidebar-panel sidebar-panel-active">
<div class="site-overview">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/images/avatar.png"
alt="伍中联" />
<p class="site-author-name" itemprop="name">伍中联</p>
<p class="site-description motion-element" itemprop="description">珍惜在生命中遇到的每一个人</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">45</span>
<span class="site-state-item-name">posts</span>
</a>
</div>
</nav>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright">© <span itemprop="copyrightYear">2021</span>
<span class="with-love">
<i class="fa fa-user"></i>
</span>
<span class="author" itemprop="copyrightHolder">伍中联</span>
</div>
<div class="powered-by">Powered by <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div>
<span class="post-meta-divider">|</span>
<div class="theme-info">Theme — <a class="theme-link" target="_blank" href="https://github.com/theme-next/hexo-theme-next">NexT.Gemini</a> v</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/js/src/utils.js?v="></script>
<script type="text/javascript" src="/js/src/motion.js?v="></script>
<script type="text/javascript" src="/js/src/affix.js?v="></script>
<script type="text/javascript" src="/js/src/schemes/pisces.js?v="></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v="></script>
</body>
</html>
|
_libs/yui-3.18.1/api/classes/Histogram.html | mabetle/mps | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Histogram - YUI 3</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/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.9.1/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.18.1</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/AttributeObservable.html">AttributeObservable</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/AxisBase.html">AxisBase</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/BaseObservable.html">BaseObservable</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/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/CandlestickSeries.html">CandlestickSeries</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/CategoryAxisBase.html">CategoryAxisBase</a></li>
<li><a href="../classes/CategoryImpl.html">CategoryImpl</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/Color.html">Color</a></li>
<li><a href="../classes/Color.Harmony.html">Color.Harmony</a></li>
<li><a href="../classes/Color.HSL.html">Color.HSL</a></li>
<li><a href="../classes/Color.HSV.html">Color.HSV</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/ContentEditable.html">ContentEditable</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.BodyView.Formatters.html">DataTable.BodyView.Formatters</a></li>
<li><a href="../classes/DataTable.Column.html">DataTable.Column</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.Highlight.html">DataTable.Highlight</a></li>
<li><a href="../classes/DataTable.KeyNav.html">DataTable.KeyNav</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.Paginator.html">DataTable.Paginator</a></li>
<li><a href="../classes/DataTable.Paginator.Model.html">DataTable.Paginator.Model</a></li>
<li><a href="../classes/DataTable.Paginator.View.html">DataTable.Paginator.View</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/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/InlineEditor.html">InlineEditor</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.Local.html">ModelSync.Local</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/NumericAxisBase.html">NumericAxisBase</a></li>
<li><a href="../classes/NumericImpl.html">NumericImpl</a></li>
<li><a href="../classes/Object.html">Object</a></li>
<li><a href="../classes/OHLCSeries.html">OHLCSeries</a></li>
<li><a href="../classes/Overlay.html">Overlay</a></li>
<li><a href="../classes/Paginator.html">Paginator</a></li>
<li><a href="../classes/Paginator.Core.html">Paginator.Core</a></li>
<li><a href="../classes/Paginator.Url.html">Paginator.Url</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.Button.html">Plugin.Button</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.ExecCommand.COMMANDS.html">Plugin.ExecCommand.COMMANDS</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.Tree.Lazy.html">Plugin.Tree.Lazy</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/Promise.html">Promise</a></li>
<li><a href="../classes/Promise.Resolver.html">Promise.Resolver</a></li>
<li><a href="../classes/QueryString.html">QueryString</a></li>
<li><a href="../classes/Queue.html">Queue</a></li>
<li><a href="../classes/RangeSeries.html">RangeSeries</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/SeriesBase.html">SeriesBase</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/StackedAxisBase.html">StackedAxisBase</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/StackedImpl.html">StackedImpl</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/Template.html">Template</a></li>
<li><a href="../classes/Template.Micro.html">Template.Micro</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/TimeAxisBase.html">TimeAxisBase</a></li>
<li><a href="../classes/TimeImpl.html">TimeImpl</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/Tree.html">Tree</a></li>
<li><a href="../classes/Tree.Labelable.html">Tree.Labelable</a></li>
<li><a href="../classes/Tree.Node.html">Tree.Node</a></li>
<li><a href="../classes/Tree.Node.Labelable.html">Tree.Node.Labelable</a></li>
<li><a href="../classes/Tree.Node.Openable.html">Tree.Node.Openable</a></li>
<li><a href="../classes/Tree.Node.Selectable.html">Tree.Node.Selectable</a></li>
<li><a href="../classes/Tree.Node.Sortable.html">Tree.Node.Sortable</a></li>
<li><a href="../classes/Tree.Openable.html">Tree.Openable</a></li>
<li><a href="../classes/Tree.Selectable.html">Tree.Selectable</a></li>
<li><a href="../classes/Tree.Sortable.html">Tree.Sortable</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-extras.html">attribute-extras</a></li>
<li><a href="../modules/attribute-observable.html">attribute-observable</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/axis.html">axis</a></li>
<li><a href="../modules/axis-base.html">axis-base</a></li>
<li><a href="../modules/axis-category.html">axis-category</a></li>
<li><a href="../modules/axis-category-base.html">axis-category-base</a></li>
<li><a href="../modules/axis-numeric.html">axis-numeric</a></li>
<li><a href="../modules/axis-numeric-base.html">axis-numeric-base</a></li>
<li><a href="../modules/axis-stacked.html">axis-stacked</a></li>
<li><a href="../modules/axis-stacked-base.html">axis-stacked-base</a></li>
<li><a href="../modules/axis-time.html">axis-time</a></li>
<li><a href="../modules/axis-time-base.html">axis-time-base</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-observable.html">base-observable</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/color.html">color</a></li>
<li><a href="../modules/color-base.html">color-base</a></li>
<li><a href="../modules/color-harmony.html">color-harmony</a></li>
<li><a href="../modules/color-hsl.html">color-hsl</a></li>
<li><a href="../modules/color-hsv.html">color-hsv</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/content-editable.html">content-editable</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-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-foot.html">datatable-foot</a></li>
<li><a href="../modules/datatable-formatters.html">datatable-formatters</a></li>
<li><a href="../modules/datatable-head.html">datatable-head</a></li>
<li><a href="../modules/datatable-highlight.html">datatable-highlight</a></li>
<li><a href="../modules/datatable-keynav.html">datatable-keynav</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-paginator.html">datatable-paginator</a></li>
<li><a href="../modules/datatable-scroll.html">datatable-scroll</a></li>
<li><a href="../modules/datatable-sort.html">datatable-sort</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-inline.html">editor-inline</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/graphics-group.html">graphics-group</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/loader-yui3.html">loader-yui3</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-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/paginator.html">paginator</a></li>
<li><a href="../modules/paginator-core.html">paginator-core</a></li>
<li><a href="../modules/paginator-url.html">paginator-url</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/promise.html">promise</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/series-area.html">series-area</a></li>
<li><a href="../modules/series-area-stacked.html">series-area-stacked</a></li>
<li><a href="../modules/series-areaspline.html">series-areaspline</a></li>
<li><a href="../modules/series-areaspline-stacked.html">series-areaspline-stacked</a></li>
<li><a href="../modules/series-bar.html">series-bar</a></li>
<li><a href="../modules/series-bar-stacked.html">series-bar-stacked</a></li>
<li><a href="../modules/series-base.html">series-base</a></li>
<li><a href="../modules/series-candlestick.html">series-candlestick</a></li>
<li><a href="../modules/series-cartesian.html">series-cartesian</a></li>
<li><a href="../modules/series-column.html">series-column</a></li>
<li><a href="../modules/series-column-stacked.html">series-column-stacked</a></li>
<li><a href="../modules/series-combo.html">series-combo</a></li>
<li><a href="../modules/series-combo-stacked.html">series-combo-stacked</a></li>
<li><a href="../modules/series-combospline.html">series-combospline</a></li>
<li><a href="../modules/series-combospline-stacked.html">series-combospline-stacked</a></li>
<li><a href="../modules/series-curve-util.html">series-curve-util</a></li>
<li><a href="../modules/series-fill-util.html">series-fill-util</a></li>
<li><a href="../modules/series-histogram.html">series-histogram</a></li>
<li><a href="../modules/series-line.html">series-line</a></li>
<li><a href="../modules/series-line-stacked.html">series-line-stacked</a></li>
<li><a href="../modules/series-line-util.html">series-line-util</a></li>
<li><a href="../modules/series-marker.html">series-marker</a></li>
<li><a href="../modules/series-marker-stacked.html">series-marker-stacked</a></li>
<li><a href="../modules/series-ohlc.html">series-ohlc</a></li>
<li><a href="../modules/series-pie.html">series-pie</a></li>
<li><a href="../modules/series-plot-util.html">series-plot-util</a></li>
<li><a href="../modules/series-range.html">series-range</a></li>
<li><a href="../modules/series-spline.html">series-spline</a></li>
<li><a href="../modules/series-spline-stacked.html">series-spline-stacked</a></li>
<li><a href="../modules/series-stacked.html">series-stacked</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/template.html">template</a></li>
<li><a href="../modules/template-base.html">template-base</a></li>
<li><a href="../modules/template-micro.html">template-micro</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/timers.html">timers</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/tree.html">tree</a></li>
<li><a href="../modules/tree-labelable.html">tree-labelable</a></li>
<li><a href="../modules/tree-lazy.html">tree-lazy</a></li>
<li><a href="../modules/tree-node.html">tree-node</a></li>
<li><a href="../modules/tree-openable.html">tree-openable</a></li>
<li><a href="../modules/tree-selectable.html">tree-selectable</a></li>
<li><a href="../modules/tree-sortable.html">tree-sortable</a></li>
<li><a href="../modules/uploader.html">uploader</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-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-jsonp.html">yql-jsonp</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>
</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>Histogram Class</h1>
<div class="box meta">
<div class="foundat">
Defined in: <a href="../files/charts_js_Histogram.js.html#l9"><code>charts/js/Histogram.js:9</code></a>
</div>
Module: <a href="../modules/series-histogram.html">series-histogram</a><br>
Parent Module: <a href="../modules/charts.html">charts</a>
</div>
<div class="box intro">
<p>Histogram is the base class for Column and Bar series.</p>
</div>
<div class="constructor">
<h2>Constructor</h2>
<div id="method_Histogram" class="method item">
<h3 class="name"><code>Histogram</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>config</code>
</li>
</ul><span class="paren">)</span>
</div>
<div class="meta">
<p>
Defined in
<a href="../files/charts_js_Histogram.js.html#l9"><code>charts/js/Histogram.js:9</code></a>
</p>
</div>
<div class="description">
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">config</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>
<div class="param-description">
<p>(optional) Configuration parameters.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<div id="classdocs" class="tabview">
<ul class="api-class-tabs">
<li class="api-class-tab index"><a href="#index">Index</a></li>
<li class="api-class-tab methods"><a href="#methods">Methods</a></li>
<li class="api-class-tab properties"><a href="#properties">Properties</a></li>
</ul>
<div>
<div id="index" class="api-class-tabpanel index">
<h2 class="off-left">Item Index</h2>
<div class="index-section methods">
<h3>Methods</h3>
<ul class="index-list methods">
<li class="index-item method private">
<a href="#method__getPlotDefaults">_getPlotDefaults</a>
</li>
<li class="index-item method protected">
<a href="#method_drawSeries">drawSeries</a>
</li>
</ul>
</div>
<div class="index-section properties">
<h3>Properties</h3>
<ul class="index-list properties">
<li class="index-item property protected">
<a href="#property__defaultFillColors">_defaultFillColors</a>
</li>
</ul>
</div>
</div>
<div id="methods" class="api-class-tabpanel">
<h2 class="off-left">Methods</h2>
<div id="method__getPlotDefaults" class="method item private">
<h3 class="name"><code>_getPlotDefaults</code></h3>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"></span>
</span>
<span class="flag private">private</span>
<div class="meta">
<p>
Defined in
<a href="../files/charts_js_Histogram.js.html#l202"><code>charts/js/Histogram.js:202</code></a>
</p>
</div>
<div class="description">
<p>Gets the default style values for the markers.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<p>Object</p>
</div>
</div>
</div>
<div id="method_drawSeries" class="method item protected">
<h3 class="name"><code>drawSeries</code></h3>
<span class="paren">()</span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../files/charts_js_Histogram.js.html#l20"><code>charts/js/Histogram.js:20</code></a>
</p>
</div>
<div class="description">
<p>Draws the series.</p>
</div>
</div>
</div>
<div id="properties" class="api-class-tabpanel">
<h2 class="off-left">Properties</h2>
<div id="property__defaultFillColors" class="property item protected">
<h3 class="name"><code>_defaultFillColors</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>
<span class="flag protected">protected</span>
<div class="meta">
<p>
Defined in
<a href="../files/charts_js_Histogram.js.html#l193"><code>charts/js/Histogram.js:193</code></a>
</p>
</div>
<div class="description">
<p>Collection of default colors used for marker fills in a series when not specified by user.</p>
</div>
</div>
</div>
</div>
</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>
|
lib/lucene-6.0.1/docs/expressions/overview-tree.html | YorkUIRLab/irlab | <!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_77) on Mon May 23 19:37:11 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Class Hierarchy (Lucene 6.0.1 API)</title>
<meta name="date" content="2016-05-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Class Hierarchy (Lucene 6.0.1 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>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="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="org/apache/lucene/expressions/package-tree.html">org.apache.lucene.expressions</a>, </li>
<li><a href="org/apache/lucene/expressions/js/package-tree.html">org.apache.lucene.expressions.js</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
<ul>
<li type="circle">org.apache.lucene.expressions.<a href="org/apache/lucene/expressions/Bindings.html" title="class in org.apache.lucene.expressions"><span class="typeNameLink">Bindings</span></a>
<ul>
<li type="circle">org.apache.lucene.expressions.<a href="org/apache/lucene/expressions/SimpleBindings.html" title="class in org.apache.lucene.expressions"><span class="typeNameLink">SimpleBindings</span></a></li>
</ul>
</li>
<li type="circle">org.apache.lucene.expressions.<a href="org/apache/lucene/expressions/Expression.html" title="class in org.apache.lucene.expressions"><span class="typeNameLink">Expression</span></a></li>
<li type="circle">org.apache.lucene.expressions.js.<a href="org/apache/lucene/expressions/js/JavascriptCompiler.html" title="class in org.apache.lucene.expressions.js"><span class="typeNameLink">JavascriptCompiler</span></a></li>
<li type="circle">org.apache.lucene.expressions.js.<a href="org/apache/lucene/expressions/js/VariableContext.html" title="class in org.apache.lucene.expressions.js"><span class="typeNameLink">VariableContext</span></a></li>
</ul>
</li>
</ul>
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
<ul>
<li type="circle">java.lang.<a href="http://download.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Enum</span></a><E> (implements java.lang.<a href="http://download.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>, java.io.<a href="http://download.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
<ul>
<li type="circle">org.apache.lucene.expressions.js.<a href="org/apache/lucene/expressions/js/VariableContext.Type.html" title="enum in org.apache.lucene.expressions.js"><span class="typeNameLink">VariableContext.Type</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>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 ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2016 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>
|
docs/javadoc/2.0/com/fasterxml/jackson/annotation/class-use/JsonIgnore.html | FasterXML/jackson-annotations | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Mon Mar 26 18:49:11 PDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class com.fasterxml.jackson.annotation.JsonIgnore (Jackson-annotations 2.0.0 API)
</TITLE>
<META NAME="date" CONTENT="2012-03-26">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.fasterxml.jackson.annotation.JsonIgnore (Jackson-annotations 2.0.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/fasterxml/jackson/annotation/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/fasterxml/jackson/annotation/JsonIgnore.html" title="annotation in com.fasterxml.jackson.annotation"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/fasterxml/jackson/annotation//class-useJsonIgnore.html" target="_top"><B>FRAMES</B></A>
<A HREF="JsonIgnore.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 ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>com.fasterxml.jackson.annotation.JsonIgnore</B></H2>
</CENTER>
No usage of com.fasterxml.jackson.annotation.JsonIgnore
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/fasterxml/jackson/annotation/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/fasterxml/jackson/annotation/JsonIgnore.html" title="annotation in com.fasterxml.jackson.annotation"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/fasterxml/jackson/annotation//class-useJsonIgnore.html" target="_top"><B>FRAMES</B></A>
<A HREF="JsonIgnore.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 ======= -->
<HR>
Copyright © 2012 <a href="http://fasterxml.com">fasterxml.com</a>. All Rights Reserved.
</BODY>
</HTML>
|
about.html | nicksrandall/nicksrandall.github.io | ---
layout: page
title: "About"
description: "This is what I do."
header-img: "img/about-bg.jpg"
---
Coming Soon.
|
docs/javadoc/opensaml3/1.0/se/litsec/eidas/opensaml/ext/attributes/address/impl/class-use/LocatorNameBuilder.html | litsec/eidas-opensaml | <!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_102) on Mon Sep 26 16:12:59 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class se.litsec.eidas.opensaml.ext.attributes.address.impl.LocatorNameBuilder (eIDAS extension for OpenSAML 3.x - 1.0)</title>
<meta name="date" content="2016-09-26">
<link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class se.litsec.eidas.opensaml.ext.attributes.address.impl.LocatorNameBuilder (eIDAS extension for OpenSAML 3.x - 1.0)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../../se/litsec/eidas/opensaml/ext/attributes/address/impl/LocatorNameBuilder.html" title="class in se.litsec.eidas.opensaml.ext.attributes.address.impl">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../index.html?se/litsec/eidas/opensaml/ext/attributes/address/impl/class-use/LocatorNameBuilder.html" target="_top">Frames</a></li>
<li><a href="LocatorNameBuilder.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 se.litsec.eidas.opensaml.ext.attributes.address.impl.LocatorNameBuilder" class="title">Uses of Class<br>se.litsec.eidas.opensaml.ext.attributes.address.impl.LocatorNameBuilder</h2>
</div>
<div class="classUseContainer">No usage of se.litsec.eidas.opensaml.ext.attributes.address.impl.LocatorNameBuilder</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../../se/litsec/eidas/opensaml/ext/attributes/address/impl/LocatorNameBuilder.html" title="class in se.litsec.eidas.opensaml.ext.attributes.address.impl">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../index.html?se/litsec/eidas/opensaml/ext/attributes/address/impl/class-use/LocatorNameBuilder.html" target="_top">Frames</a></li>
<li><a href="LocatorNameBuilder.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>Copyright © 2016. All rights reserved.</small></p>
</body>
</html>
|
openstack_dashboard/templates/auth/registration/_form_fields.html | ging/horizon | {# NOTE(garcianavalon): Override of the default horizon/common/_form_fields.html to add a different template for the reCAPTCHA widget. I decided to do it here to avoid overriding horizon/common/_form_field.html to add an if for the reCAPTCHA field because this field is only used in the registration process. If the reCAPTCHA widget wants to be used in more places maybe is best to take a different aproach, for example use a custom widget instead of a template to render it or override horizon/common/_form_field.html #}
{% include 'horizon/common/_form_errors.html' with form=form %}
{% for field in form.visible_fields %}
{%if field.name == 'captcha' %}
{% include "auth/registration/_recaptcha.html" with field=field %}
{% elif field.name == 'use_gravatar' %}
<div class="form-group{% if field.errors %} has-error{% endif %} {{ field.css_classes }}">
<div id="gravatar-checkbox">
<div class="checkbox">
{% if field.auto_id %}
<label>
{{ field }}
<span>{{ field.label }}</span>
</label>
{% endif %}
{% for error in field.errors %}
<span class="help-block alert alert-danger {{ form.error_css_class }}">{{ error }}</span>
{% endfor %}
</div>
</div>
</div>
{% else %}
{% include 'horizon/common/_form_field.html' with field=field %}
{% endif %}
{% endfor %}
|
projects/WebsitePortfolio/Website_v1/myportfoliosite.html | GAT-X303/GAT-X303.github.io | <!doctype html>
<!--
Material Design Lite
Copyright 2015 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://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 lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A front-end template that helps you build fast, modern mobile web apps.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>My Portfolio Site</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/android-desktop.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
<link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="shortcut icon" href="images/favicon.png">
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.cyan-light_blue.min.css">
<link rel="stylesheet" href="styles.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
</head>
<body>
<div class="demo-layout mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--fixed-header">
<header class="demo-header mdl-layout__header mdl-color--grey-100 mdl-color-text--grey-600">
<div class="mdl-layout__header-row">
<span class="mdl-layout-title">My Portfolio Site</span>
<div class="mdl-layout-spacer"></div>
</div>
</header>
<div class="demo-drawer mdl-layout__drawer mdl-color--blue-grey-900 mdl-color-text--blue-grey-50">
<header class="demo-drawer-header">
<img src="images/profile.png" class="d-avatar">
<div class="demo-avatar-dropdown">
<div class="mdl-layout-spacer"></div>
<div class="mdl-layout-spacer"></div>
<div class="mdl-layout-spacer"></div>
<span>Allan Hieng</span>
<div class="mdl-layout-spacer"></div>
</div>
</header>
<nav class="demo-navigation mdl-navigation mdl-color--blue-grey-800">
<a class="mdl-navigation__link" href="index.html"><i class="mdl-color-text--blue-grey-400 material-icons" role="presentation">home</i>Home</a>
<a class="mdl-navigation__link" href="about.html"><i class="mdl-color-text--blue-grey-400 material-icons" role="presentation">people</i>About</a>
<a class="mdl-navigation__link" href="projects.html"><i class="mdl-color-text--blue-grey-400 material-icons" role="presentation">flag</i>Projects</a>
<a class="mdl-navigation__link" href="disclaimer.html"><i class="mdl-color-text--blue-grey-400 material-icons" role="presentation">help_outline</i>Disclaimer</a>
<div class="mdl-layout-spacer"></div>
</nav>
</div>
<main class="mdl-layout__content mdl-color--grey-100">
<div class="mdl-grid demo-content">
<div class="mdl-card mdl-cell mdl-cell--12-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
<div class="mdl-card__supporting-text">
<h1>Overview</h1>
<p>
The objective of this project was to use my knowledge of HTML/CSS and web design to create an online portfolio where I could store other projects while showcasing mine. At the same time, I could further develop my skills in those areas while having a
feel for creating a 'full' website that would still benefit me in the long run. It was also fun to see some of the learning I've been doing come to life.
</p>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--12-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
<div class="mdl-card__supporting-text">
<p>
<h1>Skills Applied</h1>
<ul>
<li>HTML/CSS</li>
<p>
This site was constructed using Googles material design library. HTML and CSS were used to tweak and adjust the site to suit my taste.
</p>
<li>Version Control via GitHub</li>
<p>
The website is hosted by Github and had to stored there. This also allowed for the use of version control, in the case anything went wrong.
</p>
<li>Web Design</li>
<p>
Quite literally, my first ‘full’ website. Designed using what I that was user friendly and easy to navigate. Inspiration pulled from using other sites and my attempt at ‘Material Design Language’.
</p>
</ul>
</p>
<p>
March/2016 - May/2016
</p>
<p>
<a href="https://github.com/GAT-X303/GAT-X303.github.io">GitHub Source</a>
</p>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--12-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
<div class="mdl-card__supporting-text">
<h1>Conclusion</h1>
<p>
Admittedly, I did not make this site from scratch and as a result I would say it was not rather hard setup this website. I did learn to read HTML/CSS of people much better than myself and this site was my first experience at GitHub. Notably, I still achieved my goal of setting up a portfolio site while learning and applying HTML/CSS. In the future, I do plan on creating on a site from scratch but for the time I will likely focus on sharpening my programming skills and focusing on my studies.
</p>
</div>
</div>
</div>
</main>
</div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" style="position: fixed; left: -1000px; height: -1000px;">
<defs>
<mask id="piemask" maskContentUnits="objectBoundingBox">
<circle cx=0.5 cy=0.5 r=0.49 fill="white" />
<circle cx=0.5 cy=0.5 r=0.40 fill="black" />
</mask>
<g id="piechart">
<circle cx=0.5 cy=0.5 r=0.5 />
<path d="M 0.5 0.5 0.5 0 A 0.5 0.5 0 0 1 0.95 0.28 z" stroke="none" fill="rgba(255, 255, 255, 0.75)" />
</g>
</defs>
</svg>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 500 250" style="position: fixed; left: -1000px; height: -1000px;">
<defs>
<g id="chart">
<g id="Gridlines">
<line fill="#888888" stroke="#888888" stroke-miterlimit="10" x1="0" y1="27.3" x2="468.3" y2="27.3" />
<line fill="#888888" stroke="#888888" stroke-miterlimit="10" x1="0" y1="66.7" x2="468.3" y2="66.7" />
<line fill="#888888" stroke="#888888" stroke-miterlimit="10" x1="0" y1="105.3" x2="468.3" y2="105.3" />
<line fill="#888888" stroke="#888888" stroke-miterlimit="10" x1="0" y1="144.7" x2="468.3" y2="144.7" />
<line fill="#888888" stroke="#888888" stroke-miterlimit="10" x1="0" y1="184.3" x2="468.3" y2="184.3" />
</g>
<g id="Numbers">
<text transform="matrix(1 0 0 1 485 29.3333)" fill="#888888" font-family="'Roboto'" font-size="9">500</text>
<text transform="matrix(1 0 0 1 485 69)" fill="#888888" font-family="'Roboto'" font-size="9">400</text>
<text transform="matrix(1 0 0 1 485 109.3333)" fill="#888888" font-family="'Roboto'" font-size="9">300</text>
<text transform="matrix(1 0 0 1 485 149)" fill="#888888" font-family="'Roboto'" font-size="9">200</text>
<text transform="matrix(1 0 0 1 485 188.3333)" fill="#888888" font-family="'Roboto'" font-size="9">100</text>
<text transform="matrix(1 0 0 1 0 249.0003)" fill="#888888" font-family="'Roboto'" font-size="9">1</text>
<text transform="matrix(1 0 0 1 78 249.0003)" fill="#888888" font-family="'Roboto'" font-size="9">2</text>
<text transform="matrix(1 0 0 1 154.6667 249.0003)" fill="#888888" font-family="'Roboto'" font-size="9">3</text>
<text transform="matrix(1 0 0 1 232.1667 249.0003)" fill="#888888" font-family="'Roboto'" font-size="9">4</text>
<text transform="matrix(1 0 0 1 309 249.0003)" fill="#888888" font-family="'Roboto'" font-size="9">5</text>
<text transform="matrix(1 0 0 1 386.6667 249.0003)" fill="#888888" font-family="'Roboto'" font-size="9">6</text>
<text transform="matrix(1 0 0 1 464.3333 249.0003)" fill="#888888" font-family="'Roboto'" font-size="9">7</text>
</g>
<g id="Layer_5">
<polygon opacity="0.36" stroke-miterlimit="10" points="0,223.3 48,138.5 154.7,169 211,88.5
294.5,80.5 380,165.2 437,75.5 469.5,223.3 "/>
</g>
<g id="Layer_4">
<polygon stroke-miterlimit="10" points="469.3,222.7 1,222.7 48.7,166.7 155.7,188.3 212,132.7
296.7,128 380.7,184.3 436.7,125 "/>
</g>
</g>
</defs>
</svg>
<!--<a href="https://github.com/google/material-design-lite/blob/mdl-1.x/templates/dashboard/" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--colored mdl-color-text--white">View Source</a>-->
<script src="https://code.getmdl.io/1.3.0/material.min.js"></script>
</body>
</html>
|
documentation/javadoc/com/amazonaws/services/lambda/model/PublishVersionResult.html | TomNong/Project2-Intel-Edison | <!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_80) on Thu Oct 15 19:27:45 UTC 2015 -->
<title>PublishVersionResult (AWS SDK for Java - 1.10.27)</title>
<meta name="date" content="2015-10-15">
<link rel="stylesheet" type="text/css" href="../../../../../JavaDoc.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PublishVersionResult (AWS SDK for Java - 1.10.27)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>
<!-- Scripts for Syntax Highlighter START-->
<script id="syntaxhighlight_script_core" type="text/javascript" src = "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/resources/syntaxhighlight/scripts/shCore.js">
</script>
<script id="syntaxhighlight_script_java" type="text/javascript" src = "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/resources/syntaxhighlight/scripts/shBrushJava.js">
</script>
<link id="syntaxhighlight_css_core" rel="stylesheet" type="text/css" href = "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/resources/syntaxhighlight/styles/shCoreDefault.css"/>
<link id="syntaxhighlight_css_theme" rel="stylesheet" type="text/css" href = "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/resources/syntaxhighlight/styles/shThemeDefault.css"/>
<!-- Scripts for Syntax Highlighter END-->
<div>
<!-- BEGIN-SECTION -->
<div id="divsearch" style="float:left;">
<span id="lblsearch" for="searchQuery">
<label>Search</label>
</span>
<form id="nav-search-form" target="_parent" method="get" action="http://docs.aws.amazon.com/search/doc-search.html#facet_doc_guide=API+Reference&facet_doc_product=AWS+SDK+for+Java">
<div id="nav-searchfield-outer" class="nav-sprite">
<div class="nav-searchfield-inner nav-sprite">
<div id="nav-searchfield-width">
<input id="nav-searchfield" name="searchQuery">
</div>
</div>
</div>
<div id="nav-search-button" class="nav-sprite">
<input alt="" id="nav-search-button-inner" type="image">
</div>
<input name="searchPath" type="hidden" value="documentation-guide" />
<input name="this_doc_product" type="hidden" value="AWS SDK for Java" />
<input name="this_doc_guide" type="hidden" value="API Reference" />
<input name="doc_locale" type="hidden" value="en_us" />
</form>
</div>
<!-- END-SECTION -->
<!-- BEGIN-FEEDBACK-SECTION -->
<div id="feedback-section">
<h3>Did this page help you?</h3>
<div id="feedback-link-sectioin">
<a id="feedback_yes" target="_blank" style="display:inline;">Yes</a>
<a id="feedback_no" target="_blank" style="display:inline;">No</a>
<a id="go_cti" target="_blank" style="display:inline;">Tell us about it...</a>
</div>
</div>
<script type="text/javascript">
window.onload = function(){
/* Dynamically add feedback links */
var javadoc_root_name = "/javadoc/";
var javadoc_path = location.href.substring(0, location.href.lastIndexOf(javadoc_root_name) + javadoc_root_name.length);
var file_path = location.href.substring(location.href.lastIndexOf(javadoc_root_name) + javadoc_root_name.length);
var feedback_yes_url = javadoc_path + "javadoc-resources/feedbackyes.html?topic_id=";
var feedback_no_url = javadoc_path + "javadoc-resources/feedbackno.html?topic_id=";
var feedback_tellmore_url = "https://aws-portal.amazon.com/gp/aws/html-forms-controller/documentation/aws_doc_feedback_04?service_name=Java-Ref&file_name=";
if(file_path != "overview-frame.html") {
var file_name = file_path.replace(/[/.]/g, '_');
document.getElementById("feedback_yes").setAttribute("href", feedback_yes_url + file_name);
document.getElementById("feedback_no").setAttribute("href", feedback_no_url + file_name);
document.getElementById("go_cti").setAttribute("href", feedback_tellmore_url + file_name);
} else {
// hide the search box and the feeback links in overview-frame page,
// show "AWS SDK for Java" instead.
document.getElementById("feedback-section").outerHTML = "AWS SDK for Java";
document.getElementById("divsearch").outerHTML = "";
}
};
</script>
<!-- END-FEEDBACK-SECTION -->
</div>
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionRequest.html" title="class in com.amazonaws.services.lambda.model"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../com/amazonaws/services/lambda/model/RemovePermissionRequest.html" title="class in com.amazonaws.services.lambda.model"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/amazonaws/services/lambda/model/PublishVersionResult.html" target="_top">Frames</a></li>
<li><a href="PublishVersionResult.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.amazonaws.services.lambda.model</div>
<h2 title="Class PublishVersionResult" class="title">Class PublishVersionResult</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.amazonaws.services.lambda.model.PublishVersionResult</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Cloneable</dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">PublishVersionResult</span>
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable</pre>
<div class="block"><p>
A complex type that describes function metadata.
</p></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#com.amazonaws.services.lambda.model.PublishVersionResult">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#PublishVersionResult()">PublishVersionResult</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#clone()">clone</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object obj)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#getCodeSha256()">getCodeSha256</a></strong>()</code>
<div class="block">It is the SHA256 hash of your function deployment package.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Long</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#getCodeSize()">getCodeSize</a></strong>()</code>
<div class="block">The size, in bytes, of the function .zip file you uploaded.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#getDescription()">getDescription</a></strong>()</code>
<div class="block">The user-provided description.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#getFunctionArn()">getFunctionArn</a></strong>()</code>
<div class="block">The Amazon Resource Name (ARN) assigned to the function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#getFunctionName()">getFunctionName</a></strong>()</code>
<div class="block">The name of the function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#getHandler()">getHandler</a></strong>()</code>
<div class="block">The function Lambda calls to begin executing your function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#getLastModified()">getLastModified</a></strong>()</code>
<div class="block">The timestamp of the last time you updated the function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Integer</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#getMemorySize()">getMemorySize</a></strong>()</code>
<div class="block">The memory size, in MB, you configured for the function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#getRole()">getRole</a></strong>()</code>
<div class="block">The Amazon Resource Name (ARN) of the IAM role that Lambda assumes
when it executes your function to access any other Amazon Web Services
(AWS) resources.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#getRuntime()">getRuntime</a></strong>()</code>
<div class="block">The runtime environment for the Lambda function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Integer</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#getTimeout()">getTimeout</a></strong>()</code>
<div class="block">The function execution time at which Lambda should terminate the
function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#getVersion()">getVersion</a></strong>()</code>
<div class="block">The version of the Lambda function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#hashCode()">hashCode</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#setCodeSha256(java.lang.String)">setCodeSha256</a></strong>(java.lang.String codeSha256)</code>
<div class="block">It is the SHA256 hash of your function deployment package.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#setCodeSize(java.lang.Long)">setCodeSize</a></strong>(java.lang.Long codeSize)</code>
<div class="block">The size, in bytes, of the function .zip file you uploaded.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#setDescription(java.lang.String)">setDescription</a></strong>(java.lang.String description)</code>
<div class="block">The user-provided description.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#setFunctionArn(java.lang.String)">setFunctionArn</a></strong>(java.lang.String functionArn)</code>
<div class="block">The Amazon Resource Name (ARN) assigned to the function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#setFunctionName(java.lang.String)">setFunctionName</a></strong>(java.lang.String functionName)</code>
<div class="block">The name of the function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#setHandler(java.lang.String)">setHandler</a></strong>(java.lang.String handler)</code>
<div class="block">The function Lambda calls to begin executing your function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#setLastModified(java.lang.String)">setLastModified</a></strong>(java.lang.String lastModified)</code>
<div class="block">The timestamp of the last time you updated the function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#setMemorySize(java.lang.Integer)">setMemorySize</a></strong>(java.lang.Integer memorySize)</code>
<div class="block">The memory size, in MB, you configured for the function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#setRole(java.lang.String)">setRole</a></strong>(java.lang.String role)</code>
<div class="block">The Amazon Resource Name (ARN) of the IAM role that Lambda assumes
when it executes your function to access any other Amazon Web Services
(AWS) resources.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#setRuntime(com.amazonaws.services.lambda.model.Runtime)">setRuntime</a></strong>(<a href="../../../../../com/amazonaws/services/lambda/model/Runtime.html" title="enum in com.amazonaws.services.lambda.model">Runtime</a> runtime)</code>
<div class="block">The runtime environment for the Lambda function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#setRuntime(java.lang.String)">setRuntime</a></strong>(java.lang.String runtime)</code>
<div class="block">The runtime environment for the Lambda function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#setTimeout(java.lang.Integer)">setTimeout</a></strong>(java.lang.Integer timeout)</code>
<div class="block">The function execution time at which Lambda should terminate the
function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#setVersion(java.lang.String)">setVersion</a></strong>(java.lang.String version)</code>
<div class="block">The version of the Lambda function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#toString()">toString</a></strong>()</code>
<div class="block">Returns a string representation of this object; useful for testing and
debugging.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#withCodeSha256(java.lang.String)">withCodeSha256</a></strong>(java.lang.String codeSha256)</code>
<div class="block">It is the SHA256 hash of your function deployment package.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#withCodeSize(java.lang.Long)">withCodeSize</a></strong>(java.lang.Long codeSize)</code>
<div class="block">The size, in bytes, of the function .zip file you uploaded.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#withDescription(java.lang.String)">withDescription</a></strong>(java.lang.String description)</code>
<div class="block">The user-provided description.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#withFunctionArn(java.lang.String)">withFunctionArn</a></strong>(java.lang.String functionArn)</code>
<div class="block">The Amazon Resource Name (ARN) assigned to the function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#withFunctionName(java.lang.String)">withFunctionName</a></strong>(java.lang.String functionName)</code>
<div class="block">The name of the function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#withHandler(java.lang.String)">withHandler</a></strong>(java.lang.String handler)</code>
<div class="block">The function Lambda calls to begin executing your function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#withLastModified(java.lang.String)">withLastModified</a></strong>(java.lang.String lastModified)</code>
<div class="block">The timestamp of the last time you updated the function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#withMemorySize(java.lang.Integer)">withMemorySize</a></strong>(java.lang.Integer memorySize)</code>
<div class="block">The memory size, in MB, you configured for the function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#withRole(java.lang.String)">withRole</a></strong>(java.lang.String role)</code>
<div class="block">The Amazon Resource Name (ARN) of the IAM role that Lambda assumes
when it executes your function to access any other Amazon Web Services
(AWS) resources.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#withRuntime(com.amazonaws.services.lambda.model.Runtime)">withRuntime</a></strong>(<a href="../../../../../com/amazonaws/services/lambda/model/Runtime.html" title="enum in com.amazonaws.services.lambda.model">Runtime</a> runtime)</code>
<div class="block">The runtime environment for the Lambda function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#withRuntime(java.lang.String)">withRuntime</a></strong>(java.lang.String runtime)</code>
<div class="block">The runtime environment for the Lambda function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#withTimeout(java.lang.Integer)">withTimeout</a></strong>(java.lang.Integer timeout)</code>
<div class="block">The function execution time at which Lambda should terminate the
function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html#withVersion(java.lang.String)">withVersion</a></strong>(java.lang.String version)</code>
<div class="block">The version of the Lambda function.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PublishVersionResult()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PublishVersionResult</h4>
<pre>public PublishVersionResult()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getFunctionName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFunctionName</h4>
<pre>public java.lang.String getFunctionName()</pre>
<div class="block">The name of the function.
<p>
<b>Constraints:</b><br/>
<b>Length: </b>1 - 140<br/>
<b>Pattern: </b>(arn:aws:lambda:)?([a-z]{2}-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?<br/></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The name of the function.</dd></dl>
</li>
</ul>
<a name="setFunctionName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFunctionName</h4>
<pre>public void setFunctionName(java.lang.String functionName)</pre>
<div class="block">The name of the function.
<p>
<b>Constraints:</b><br/>
<b>Length: </b>1 - 140<br/>
<b>Pattern: </b>(arn:aws:lambda:)?([a-z]{2}-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>functionName</code> - The name of the function.</dd></dl>
</li>
</ul>
<a name="withFunctionName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withFunctionName</h4>
<pre>public <a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a> withFunctionName(java.lang.String functionName)</pre>
<div class="block">The name of the function.
<p>
Returns a reference to this object so that method calls can be chained together.
<p>
<b>Constraints:</b><br/>
<b>Length: </b>1 - 140<br/>
<b>Pattern: </b>(arn:aws:lambda:)?([a-z]{2}-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>functionName</code> - The name of the function.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getFunctionArn()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFunctionArn</h4>
<pre>public java.lang.String getFunctionArn()</pre>
<div class="block">The Amazon Resource Name (ARN) assigned to the function.
<p>
<b>Constraints:</b><br/>
<b>Pattern: </b>arn:aws:lambda:[a-z]{2}-[a-z]+-\d{1}:\d{12}:function:[a-zA-Z0-9-_]+(:(\$LATEST|[a-zA-Z0-9-_]+))?<br/></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The Amazon Resource Name (ARN) assigned to the function.</dd></dl>
</li>
</ul>
<a name="setFunctionArn(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFunctionArn</h4>
<pre>public void setFunctionArn(java.lang.String functionArn)</pre>
<div class="block">The Amazon Resource Name (ARN) assigned to the function.
<p>
<b>Constraints:</b><br/>
<b>Pattern: </b>arn:aws:lambda:[a-z]{2}-[a-z]+-\d{1}:\d{12}:function:[a-zA-Z0-9-_]+(:(\$LATEST|[a-zA-Z0-9-_]+))?<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>functionArn</code> - The Amazon Resource Name (ARN) assigned to the function.</dd></dl>
</li>
</ul>
<a name="withFunctionArn(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withFunctionArn</h4>
<pre>public <a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a> withFunctionArn(java.lang.String functionArn)</pre>
<div class="block">The Amazon Resource Name (ARN) assigned to the function.
<p>
Returns a reference to this object so that method calls can be chained together.
<p>
<b>Constraints:</b><br/>
<b>Pattern: </b>arn:aws:lambda:[a-z]{2}-[a-z]+-\d{1}:\d{12}:function:[a-zA-Z0-9-_]+(:(\$LATEST|[a-zA-Z0-9-_]+))?<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>functionArn</code> - The Amazon Resource Name (ARN) assigned to the function.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getRuntime()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRuntime</h4>
<pre>public java.lang.String getRuntime()</pre>
<div class="block">The runtime environment for the Lambda function.
<p>
<b>Constraints:</b><br/>
<b>Allowed Values: </b>nodejs, java8, python2.7</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The runtime environment for the Lambda function.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../com/amazonaws/services/lambda/model/Runtime.html" title="enum in com.amazonaws.services.lambda.model"><code>Runtime</code></a></dd></dl>
</li>
</ul>
<a name="setRuntime(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRuntime</h4>
<pre>public void setRuntime(java.lang.String runtime)</pre>
<div class="block">The runtime environment for the Lambda function.
<p>
<b>Constraints:</b><br/>
<b>Allowed Values: </b>nodejs, java8, python2.7</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>runtime</code> - The runtime environment for the Lambda function.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../com/amazonaws/services/lambda/model/Runtime.html" title="enum in com.amazonaws.services.lambda.model"><code>Runtime</code></a></dd></dl>
</li>
</ul>
<a name="withRuntime(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withRuntime</h4>
<pre>public <a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a> withRuntime(java.lang.String runtime)</pre>
<div class="block">The runtime environment for the Lambda function.
<p>
Returns a reference to this object so that method calls can be chained together.
<p>
<b>Constraints:</b><br/>
<b>Allowed Values: </b>nodejs, java8, python2.7</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>runtime</code> - The runtime environment for the Lambda function.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../com/amazonaws/services/lambda/model/Runtime.html" title="enum in com.amazonaws.services.lambda.model"><code>Runtime</code></a></dd></dl>
</li>
</ul>
<a name="setRuntime(com.amazonaws.services.lambda.model.Runtime)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRuntime</h4>
<pre>public void setRuntime(<a href="../../../../../com/amazonaws/services/lambda/model/Runtime.html" title="enum in com.amazonaws.services.lambda.model">Runtime</a> runtime)</pre>
<div class="block">The runtime environment for the Lambda function.
<p>
<b>Constraints:</b><br/>
<b>Allowed Values: </b>nodejs, java8, python2.7</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>runtime</code> - The runtime environment for the Lambda function.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../com/amazonaws/services/lambda/model/Runtime.html" title="enum in com.amazonaws.services.lambda.model"><code>Runtime</code></a></dd></dl>
</li>
</ul>
<a name="withRuntime(com.amazonaws.services.lambda.model.Runtime)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withRuntime</h4>
<pre>public <a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a> withRuntime(<a href="../../../../../com/amazonaws/services/lambda/model/Runtime.html" title="enum in com.amazonaws.services.lambda.model">Runtime</a> runtime)</pre>
<div class="block">The runtime environment for the Lambda function.
<p>
Returns a reference to this object so that method calls can be chained together.
<p>
<b>Constraints:</b><br/>
<b>Allowed Values: </b>nodejs, java8, python2.7</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>runtime</code> - The runtime environment for the Lambda function.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../com/amazonaws/services/lambda/model/Runtime.html" title="enum in com.amazonaws.services.lambda.model"><code>Runtime</code></a></dd></dl>
</li>
</ul>
<a name="getRole()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRole</h4>
<pre>public java.lang.String getRole()</pre>
<div class="block">The Amazon Resource Name (ARN) of the IAM role that Lambda assumes
when it executes your function to access any other Amazon Web Services
(AWS) resources.
<p>
<b>Constraints:</b><br/>
<b>Pattern: </b>arn:aws:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+<br/></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The Amazon Resource Name (ARN) of the IAM role that Lambda assumes
when it executes your function to access any other Amazon Web Services
(AWS) resources.</dd></dl>
</li>
</ul>
<a name="setRole(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRole</h4>
<pre>public void setRole(java.lang.String role)</pre>
<div class="block">The Amazon Resource Name (ARN) of the IAM role that Lambda assumes
when it executes your function to access any other Amazon Web Services
(AWS) resources.
<p>
<b>Constraints:</b><br/>
<b>Pattern: </b>arn:aws:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>role</code> - The Amazon Resource Name (ARN) of the IAM role that Lambda assumes
when it executes your function to access any other Amazon Web Services
(AWS) resources.</dd></dl>
</li>
</ul>
<a name="withRole(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withRole</h4>
<pre>public <a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a> withRole(java.lang.String role)</pre>
<div class="block">The Amazon Resource Name (ARN) of the IAM role that Lambda assumes
when it executes your function to access any other Amazon Web Services
(AWS) resources.
<p>
Returns a reference to this object so that method calls can be chained together.
<p>
<b>Constraints:</b><br/>
<b>Pattern: </b>arn:aws:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>role</code> - The Amazon Resource Name (ARN) of the IAM role that Lambda assumes
when it executes your function to access any other Amazon Web Services
(AWS) resources.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getHandler()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHandler</h4>
<pre>public java.lang.String getHandler()</pre>
<div class="block">The function Lambda calls to begin executing your function.
<p>
<b>Constraints:</b><br/>
<b>Length: </b>0 - 128<br/>
<b>Pattern: </b>[^\s]+<br/></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The function Lambda calls to begin executing your function.</dd></dl>
</li>
</ul>
<a name="setHandler(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setHandler</h4>
<pre>public void setHandler(java.lang.String handler)</pre>
<div class="block">The function Lambda calls to begin executing your function.
<p>
<b>Constraints:</b><br/>
<b>Length: </b>0 - 128<br/>
<b>Pattern: </b>[^\s]+<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>handler</code> - The function Lambda calls to begin executing your function.</dd></dl>
</li>
</ul>
<a name="withHandler(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withHandler</h4>
<pre>public <a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a> withHandler(java.lang.String handler)</pre>
<div class="block">The function Lambda calls to begin executing your function.
<p>
Returns a reference to this object so that method calls can be chained together.
<p>
<b>Constraints:</b><br/>
<b>Length: </b>0 - 128<br/>
<b>Pattern: </b>[^\s]+<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>handler</code> - The function Lambda calls to begin executing your function.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getCodeSize()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCodeSize</h4>
<pre>public java.lang.Long getCodeSize()</pre>
<div class="block">The size, in bytes, of the function .zip file you uploaded.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The size, in bytes, of the function .zip file you uploaded.</dd></dl>
</li>
</ul>
<a name="setCodeSize(java.lang.Long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCodeSize</h4>
<pre>public void setCodeSize(java.lang.Long codeSize)</pre>
<div class="block">The size, in bytes, of the function .zip file you uploaded.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>codeSize</code> - The size, in bytes, of the function .zip file you uploaded.</dd></dl>
</li>
</ul>
<a name="withCodeSize(java.lang.Long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withCodeSize</h4>
<pre>public <a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a> withCodeSize(java.lang.Long codeSize)</pre>
<div class="block">The size, in bytes, of the function .zip file you uploaded.
<p>
Returns a reference to this object so that method calls can be chained together.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>codeSize</code> - The size, in bytes, of the function .zip file you uploaded.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getDescription()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDescription</h4>
<pre>public java.lang.String getDescription()</pre>
<div class="block">The user-provided description.
<p>
<b>Constraints:</b><br/>
<b>Length: </b>0 - 256<br/></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The user-provided description.</dd></dl>
</li>
</ul>
<a name="setDescription(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDescription</h4>
<pre>public void setDescription(java.lang.String description)</pre>
<div class="block">The user-provided description.
<p>
<b>Constraints:</b><br/>
<b>Length: </b>0 - 256<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>description</code> - The user-provided description.</dd></dl>
</li>
</ul>
<a name="withDescription(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withDescription</h4>
<pre>public <a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a> withDescription(java.lang.String description)</pre>
<div class="block">The user-provided description.
<p>
Returns a reference to this object so that method calls can be chained together.
<p>
<b>Constraints:</b><br/>
<b>Length: </b>0 - 256<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>description</code> - The user-provided description.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getTimeout()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTimeout</h4>
<pre>public java.lang.Integer getTimeout()</pre>
<div class="block">The function execution time at which Lambda should terminate the
function. Because the execution time has cost implications, we
recommend you set this value based on your expected execution time.
The default is 3 seconds.
<p>
<b>Constraints:</b><br/>
<b>Range: </b>1 - <br/></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The function execution time at which Lambda should terminate the
function. Because the execution time has cost implications, we
recommend you set this value based on your expected execution time.
The default is 3 seconds.</dd></dl>
</li>
</ul>
<a name="setTimeout(java.lang.Integer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTimeout</h4>
<pre>public void setTimeout(java.lang.Integer timeout)</pre>
<div class="block">The function execution time at which Lambda should terminate the
function. Because the execution time has cost implications, we
recommend you set this value based on your expected execution time.
The default is 3 seconds.
<p>
<b>Constraints:</b><br/>
<b>Range: </b>1 - <br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>timeout</code> - The function execution time at which Lambda should terminate the
function. Because the execution time has cost implications, we
recommend you set this value based on your expected execution time.
The default is 3 seconds.</dd></dl>
</li>
</ul>
<a name="withTimeout(java.lang.Integer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withTimeout</h4>
<pre>public <a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a> withTimeout(java.lang.Integer timeout)</pre>
<div class="block">The function execution time at which Lambda should terminate the
function. Because the execution time has cost implications, we
recommend you set this value based on your expected execution time.
The default is 3 seconds.
<p>
Returns a reference to this object so that method calls can be chained together.
<p>
<b>Constraints:</b><br/>
<b>Range: </b>1 - <br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>timeout</code> - The function execution time at which Lambda should terminate the
function. Because the execution time has cost implications, we
recommend you set this value based on your expected execution time.
The default is 3 seconds.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getMemorySize()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMemorySize</h4>
<pre>public java.lang.Integer getMemorySize()</pre>
<div class="block">The memory size, in MB, you configured for the function. Must be a
multiple of 64 MB.
<p>
<b>Constraints:</b><br/>
<b>Range: </b>128 - 1536<br/></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The memory size, in MB, you configured for the function. Must be a
multiple of 64 MB.</dd></dl>
</li>
</ul>
<a name="setMemorySize(java.lang.Integer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMemorySize</h4>
<pre>public void setMemorySize(java.lang.Integer memorySize)</pre>
<div class="block">The memory size, in MB, you configured for the function. Must be a
multiple of 64 MB.
<p>
<b>Constraints:</b><br/>
<b>Range: </b>128 - 1536<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>memorySize</code> - The memory size, in MB, you configured for the function. Must be a
multiple of 64 MB.</dd></dl>
</li>
</ul>
<a name="withMemorySize(java.lang.Integer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withMemorySize</h4>
<pre>public <a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a> withMemorySize(java.lang.Integer memorySize)</pre>
<div class="block">The memory size, in MB, you configured for the function. Must be a
multiple of 64 MB.
<p>
Returns a reference to this object so that method calls can be chained together.
<p>
<b>Constraints:</b><br/>
<b>Range: </b>128 - 1536<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>memorySize</code> - The memory size, in MB, you configured for the function. Must be a
multiple of 64 MB.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getLastModified()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLastModified</h4>
<pre>public java.lang.String getLastModified()</pre>
<div class="block">The timestamp of the last time you updated the function.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The timestamp of the last time you updated the function.</dd></dl>
</li>
</ul>
<a name="setLastModified(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLastModified</h4>
<pre>public void setLastModified(java.lang.String lastModified)</pre>
<div class="block">The timestamp of the last time you updated the function.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lastModified</code> - The timestamp of the last time you updated the function.</dd></dl>
</li>
</ul>
<a name="withLastModified(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withLastModified</h4>
<pre>public <a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a> withLastModified(java.lang.String lastModified)</pre>
<div class="block">The timestamp of the last time you updated the function.
<p>
Returns a reference to this object so that method calls can be chained together.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lastModified</code> - The timestamp of the last time you updated the function.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getCodeSha256()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCodeSha256</h4>
<pre>public java.lang.String getCodeSha256()</pre>
<div class="block">It is the SHA256 hash of your function deployment package.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>It is the SHA256 hash of your function deployment package.</dd></dl>
</li>
</ul>
<a name="setCodeSha256(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCodeSha256</h4>
<pre>public void setCodeSha256(java.lang.String codeSha256)</pre>
<div class="block">It is the SHA256 hash of your function deployment package.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>codeSha256</code> - It is the SHA256 hash of your function deployment package.</dd></dl>
</li>
</ul>
<a name="withCodeSha256(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withCodeSha256</h4>
<pre>public <a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a> withCodeSha256(java.lang.String codeSha256)</pre>
<div class="block">It is the SHA256 hash of your function deployment package.
<p>
Returns a reference to this object so that method calls can be chained together.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>codeSha256</code> - It is the SHA256 hash of your function deployment package.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="getVersion()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVersion</h4>
<pre>public java.lang.String getVersion()</pre>
<div class="block">The version of the Lambda function.
<p>
<b>Constraints:</b><br/>
<b>Length: </b>1 - 1024<br/>
<b>Pattern: </b>(\$LATEST|[0-9]+)<br/></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The version of the Lambda function.</dd></dl>
</li>
</ul>
<a name="setVersion(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setVersion</h4>
<pre>public void setVersion(java.lang.String version)</pre>
<div class="block">The version of the Lambda function.
<p>
<b>Constraints:</b><br/>
<b>Length: </b>1 - 1024<br/>
<b>Pattern: </b>(\$LATEST|[0-9]+)<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>version</code> - The version of the Lambda function.</dd></dl>
</li>
</ul>
<a name="withVersion(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withVersion</h4>
<pre>public <a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a> withVersion(java.lang.String version)</pre>
<div class="block">The version of the Lambda function.
<p>
Returns a reference to this object so that method calls can be chained together.
<p>
<b>Constraints:</b><br/>
<b>Length: </b>1 - 1024<br/>
<b>Pattern: </b>(\$LATEST|[0-9]+)<br/></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>version</code> - The version of the Lambda function.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to this updated object so that method calls can be chained
together.</dd></dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<div class="block">Returns a string representation of this object; useful for testing and
debugging.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>A string representation of this object.</dd><dt><span class="strong">See Also:</span></dt><dd><code>Object.toString()</code></dd></dl>
</li>
</ul>
<a name="hashCode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(java.lang.Object obj)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>equals</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="clone()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>clone</h4>
<pre>public <a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionResult.html" title="class in com.amazonaws.services.lambda.model">PublishVersionResult</a> clone()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>clone</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>
<div>
<!-- Script for Syntax Highlighter START -->
<script type="text/javascript">
SyntaxHighlighter.all()
</script>
<!-- Script for Syntax Highlighter END -->
</div>
<script src="http://a0.awsstatic.com/chrome/js/1.0.46/jquery.1.9.js" type="text/javascript"></script>
<script>jQuery.noConflict();</script>
<script>
jQuery(function ($) {
$("div.header").prepend('<!--REGION_DISCLAIMER_DO_NOT_REMOVE-->');
});
</script>
<!-- BEGIN-URCHIN-TRACKER -->
<script src="http://l0.awsstatic.com/js/urchin.js" type="text/javascript"></script>
<script type="text/javascript">urchinTracker();</script>
<!-- END-URCHIN-TRACKER -->
<!-- SiteCatalyst code version: H.25.2. Copyright 1996-2012 Adobe, Inc. All Rights Reserved.
More info available at http://www.omniture.com -->
<script language="JavaScript" type="text/javascript" src="https://media.amazonwebservices.com/js/sitecatalyst/s_code.min.js (view-source:https://media.amazonwebservices.com/js/sitecatalyst/s_code.min.js)" />
<script language="JavaScript" type="text/javascript">
<!--
// Documentation Service Name
s.prop66='AWS SDK for Java';
s.eVar66='D=c66';
// Documentation Guide Name
s.prop65='API Reference';
s.eVar65='D=c65';
var s_code=s.t();if(s_code)document.write(s_code)
//-->
</script>
<script language="JavaScript" type="text/javascript">
<!--if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//-->
</script>
<noscript>
<img src="http://amazonwebservices.d2.sc.omtrdc.net/b/ss/awsamazondev/1/H.25.2--NS/0" height="1" width="1" border="0" alt="" />
</noscript>
<!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.25.2. -->
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/amazonaws/services/lambda/model/PublishVersionRequest.html" title="class in com.amazonaws.services.lambda.model"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../com/amazonaws/services/lambda/model/RemovePermissionRequest.html" title="class in com.amazonaws.services.lambda.model"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/amazonaws/services/lambda/model/PublishVersionResult.html" target="_top">Frames</a></li>
<li><a href="PublishVersionResult.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.
</small></p>
</body>
</html>
|
Application/Home/View/Public/footer.html | bj-wangjia/rdfz |
<!-- 底部
================================================== -->
<footer class="footer">
<div class="container">
<p> 本站由 <strong><a href="http://www.onethink.cn" target="_blank">OneThink</a></strong> 强力驱动</p>
</div>
</footer>
<include file="Public/var"/>
<block name="script"></block>
<block name="js">
</block> <!-- 用于加载js代码 -->
<!-- 页面footer钩子,一般用于加载插件JS文件和JS代码 -->
{:hook('pageFooter', 'widget')}
<div class="hidden"><!-- 用于加载统计代码等隐藏元素 -->
<block name="hidden"></block>
<block name="js">
</block>
</div>
|
docs/webgl/tutorial_triangle.html | google/filament | <!DOCTYPE html>
<html lang="en"><head>
<link href="https://google.github.io/filament/favicon.png" rel="icon" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Tangerine:700|Inconsolata" rel="stylesheet">
<link href="main.css" rel="stylesheet" type="text/css">
</head>
<body class="verbiage">
<div class="demo_frame"><iframe src="demo_triangle.html"></iframe><a href="demo_triangle.html">🔗</a></div>
<h2>Literate programming</h2>
<p>The markdown source for this tutorial is not only used to generate this
web page, it's also used to generate the JavaScript for the above demo.
We use a small Python script for weaving (generating HTML) and tangling
(generating JS). In the code samples, you'll often see
<code>// TODO: <some task></code>. These are special markers that get replaced by
subsequent code blocks.</p>
<h2>Start your project</h2>
<p>First, create a text file called <code>triangle.html</code> and fill it with the following HTML. This creates
a mobile-friendly page with a full-screen canvas.</p>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><span style="color: #BC7A00"><!DOCTYPE html></span>
<<span style="color: #008000; font-weight: bold">html</span> <span style="color: #7D9029">lang</span><span style="color: #666666">=</span><span style="color: #BA2121">"en"</span>>
<<span style="color: #008000; font-weight: bold">head</span>>
<<span style="color: #008000; font-weight: bold">title</span>>Filament Tutorial</<span style="color: #008000; font-weight: bold">title</span>>
<<span style="color: #008000; font-weight: bold">meta</span> <span style="color: #7D9029">charset</span><span style="color: #666666">=</span><span style="color: #BA2121">"utf-8"</span>>
<<span style="color: #008000; font-weight: bold">meta</span> <span style="color: #7D9029">name</span><span style="color: #666666">=</span><span style="color: #BA2121">"viewport"</span> <span style="color: #7D9029">content</span><span style="color: #666666">=</span><span style="color: #BA2121">"width=device-width,user-scalable=no,initial-scale=1"</span>>
<<span style="color: #008000; font-weight: bold">style</span>>
<span style="color: #008000; font-weight: bold">body</span> { <span style="color: #008000; font-weight: bold">margin</span>: <span style="color: #666666">0</span>; <span style="color: #008000; font-weight: bold">overflow</span>: <span style="color: #008000; font-weight: bold">hidden</span>; }
<span style="color: #008000; font-weight: bold">canvas</span> { touch-action: <span style="color: #008000; font-weight: bold">none</span>; <span style="color: #008000; font-weight: bold">width</span>: <span style="color: #666666">100</span><span style="color: #B00040">%</span>; <span style="color: #008000; font-weight: bold">height</span>: <span style="color: #666666">100</span><span style="color: #B00040">%</span>; }
</<span style="color: #008000; font-weight: bold">style</span>>
</<span style="color: #008000; font-weight: bold">head</span>>
<<span style="color: #008000; font-weight: bold">body</span>>
<<span style="color: #008000; font-weight: bold">canvas</span>></<span style="color: #008000; font-weight: bold">canvas</span>>
<<span style="color: #008000; font-weight: bold">script</span> <span style="color: #7D9029">src</span><span style="color: #666666">=</span><span style="color: #BA2121">"//unpkg.com/filament@1.15.0/filament.js"</span>></<span style="color: #008000; font-weight: bold">script</span>>
<<span style="color: #008000; font-weight: bold">script</span> <span style="color: #7D9029">src</span><span style="color: #666666">=</span><span style="color: #BA2121">"//unpkg.com/gl-matrix@2.8.1"</span>></<span style="color: #008000; font-weight: bold">script</span>>
<<span style="color: #008000; font-weight: bold">script</span> <span style="color: #7D9029">src</span><span style="color: #666666">=</span><span style="color: #BA2121">"triangle.js"</span>></<span style="color: #008000; font-weight: bold">script</span>>
</<span style="color: #008000; font-weight: bold">body</span>>
</<span style="color: #008000; font-weight: bold">html</span>>
</pre></div>
<p>The above HTML loads three JavaScript files:</p>
<ul>
<li><code>filament.js</code> does a couple things:
<ul>
<li>Downloads assets and compiles the Filament WASM module.</li>
<li>Contains high-level utilities, e.g. to simplify loading KTX textures from JavaScript.</li>
</ul>
</li>
<li><code>gl-matrix-min.js</code> is a small library that provides vector math functionality.</li>
<li><code>triangle.js</code> will contain your application code.</li>
</ul>
<p>Go ahead and create <code>triangle.js</code> with the following content.</p>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><span style="color: #008000; font-weight: bold">class</span> App {
<span style="color: #008000; font-weight: bold">constructor</span>() {
<span style="color: #408080; font-style: italic">// TODO: create entities</span>
<span style="color: #008000; font-weight: bold">this</span>.render <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">this</span>.render.bind(<span style="color: #008000; font-weight: bold">this</span>);
<span style="color: #008000; font-weight: bold">this</span>.resize <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">this</span>.resize.bind(<span style="color: #008000; font-weight: bold">this</span>);
<span style="color: #008000">window</span>.addEventListener(<span style="color: #BA2121">'resize'</span>, <span style="color: #008000; font-weight: bold">this</span>.resize);
<span style="color: #008000">window</span>.requestAnimationFrame(<span style="color: #008000; font-weight: bold">this</span>.render);
}
render() {
<span style="color: #408080; font-style: italic">// TODO: render scene</span>
<span style="color: #008000">window</span>.requestAnimationFrame(<span style="color: #008000; font-weight: bold">this</span>.render);
}
resize() {
<span style="color: #408080; font-style: italic">// TODO: adjust viewport and canvas</span>
}
}
Filament.init([<span style="color: #BA2121">'triangle.filamat'</span>], () => { <span style="color: #008000">window</span>.app <span style="color: #666666">=</span> <span style="color: #AA22FF; font-weight: bold">new</span> App() } );
</pre></div>
<p>The two calls to <code>bind()</code> allow us to pass instance methods as callbacks for animation and resize
events.</p>
<p><code>Filament.init()</code> consumes two things: a list of asset URLs and a callback.</p>
<p>The callback will be triggered only after all assets finish downloading and the Filament module has
become ready. In our callback, we simply instantiated the <code>App</code> object, since we'll do most of the
work in its constructor. We also set the app instance into a <code>Window</code> property to make it accessible
from the developer console.</p>
<p>Go ahead and download <a href="triangle.filamat">triangle.filamat</a> and place it in your project folder.
This is a <em>material package</em>, which is a binary file that contains shaders and other bits of data
that define a PBR material. We'll learn more about material packages in the next tutorial.</p>
<h2>Spawn a local server</h2>
<p>Because of CORS restrictions, your web app cannot fetch the material package directly from the
file system. One way around this is to create a temporary server using Python or node:</p>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span>python3 -m http.server <span style="color: #408080; font-style: italic"># Python 3</span>
python -m SimpleHTTPServer <span style="color: #408080; font-style: italic"># Python 2.7</span>
npx http-server -p <span style="color: #666666">8000</span> <span style="color: #408080; font-style: italic"># nodejs</span>
</pre></div>
<p>To see if this works, navigate to <a href="http://localhost:8000">http://localhost:8000</a> and check if you
can load the page without any errors appearing in the developer console.</p>
<p>Take care not to use Python's simple server in production since it does not serve WebAssembly files
with the correct MIME type.</p>
<h2>Create the Engine and Scene</h2>
<p>We now have a basic skeleton that can respond to paint and resize events. Let's start adding
Filament objects to the app. Insert the following code into the top of the app constructor.</p>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><span style="color: #008000; font-weight: bold">this</span>.canvas <span style="color: #666666">=</span> <span style="color: #008000">document</span>.getElementsByTagName(<span style="color: #BA2121">'canvas'</span>)[<span style="color: #666666">0</span>];
<span style="color: #008000; font-weight: bold">const</span> engine <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">this</span>.engine <span style="color: #666666">=</span> Filament.Engine.create(<span style="color: #008000; font-weight: bold">this</span>.canvas);
</pre></div>
<p>The above snippet creates the <code>Engine</code> by passing it a canvas DOM object. The engine needs the
canvas in order to create a WebGL 2.0 context in its contructor.</p>
<p>The engine is a factory for many Filament entities, including <code>Scene</code>, which is a flat container of
entities. Let's go ahead and create a scene, then add a blank entity called <code>triangle</code> into the
scene.</p>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><span style="color: #008000; font-weight: bold">this</span>.scene <span style="color: #666666">=</span> engine.createScene();
<span style="color: #008000; font-weight: bold">this</span>.triangle <span style="color: #666666">=</span> Filament.EntityManager.get().create();
<span style="color: #008000; font-weight: bold">this</span>.scene.addEntity(<span style="color: #008000; font-weight: bold">this</span>.triangle);
</pre></div>
<p>Filament uses an <a href="//en.wikipedia.org/wiki/Entity-component-system">Entity-Component System</a>.
The triangle entity in the above snippet does not yet have an associated component. Later in the
tutorial we will make it into a <em>renderable</em>. Renderables are entities that have associated draw
calls.</p>
<h2>Construct typed arrays</h2>
<p>Next we'll create two typed arrays: a positions array with XY coordinates for each vertex, and a
colors array with a 32-bit word for each vertex.</p>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><span style="color: #008000; font-weight: bold">const</span> TRIANGLE_POSITIONS <span style="color: #666666">=</span> <span style="color: #AA22FF; font-weight: bold">new</span> <span style="color: #008000">Float32Array</span>([
<span style="color: #666666">1</span>, <span style="color: #666666">0</span>,
<span style="color: #008000">Math</span>.cos(<span style="color: #008000">Math</span>.PI <span style="color: #666666">*</span> <span style="color: #666666">2</span> <span style="color: #666666">/</span> <span style="color: #666666">3</span>), <span style="color: #008000">Math</span>.sin(<span style="color: #008000">Math</span>.PI <span style="color: #666666">*</span> <span style="color: #666666">2</span> <span style="color: #666666">/</span> <span style="color: #666666">3</span>),
<span style="color: #008000">Math</span>.cos(<span style="color: #008000">Math</span>.PI <span style="color: #666666">*</span> <span style="color: #666666">4</span> <span style="color: #666666">/</span> <span style="color: #666666">3</span>), <span style="color: #008000">Math</span>.sin(<span style="color: #008000">Math</span>.PI <span style="color: #666666">*</span> <span style="color: #666666">4</span> <span style="color: #666666">/</span> <span style="color: #666666">3</span>),
]);
<span style="color: #008000; font-weight: bold">const</span> TRIANGLE_COLORS <span style="color: #666666">=</span> <span style="color: #AA22FF; font-weight: bold">new</span> <span style="color: #008000">Uint32Array</span>([<span style="color: #666666">0xffff0000</span>, <span style="color: #666666">0xff00ff00</span>, <span style="color: #666666">0xff0000ff</span>]);
</pre></div>
<p>Next we'll use the positions and colors buffers to create a single <code>VertexBuffer</code> object.</p>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><span style="color: #008000; font-weight: bold">const</span> VertexAttribute <span style="color: #666666">=</span> Filament.VertexAttribute;
<span style="color: #008000; font-weight: bold">const</span> AttributeType <span style="color: #666666">=</span> Filament.VertexBuffer$AttributeType;
<span style="color: #008000; font-weight: bold">this</span>.vb <span style="color: #666666">=</span> Filament.VertexBuffer.Builder()
.vertexCount(<span style="color: #666666">3</span>)
.bufferCount(<span style="color: #666666">2</span>)
.attribute(VertexAttribute.POSITION, <span style="color: #666666">0</span>, AttributeType.FLOAT2, <span style="color: #666666">0</span>, <span style="color: #666666">8</span>)
.attribute(VertexAttribute.COLOR, <span style="color: #666666">1</span>, AttributeType.UBYTE4, <span style="color: #666666">0</span>, <span style="color: #666666">4</span>)
.normalized(VertexAttribute.COLOR)
.build(engine);
<span style="color: #008000; font-weight: bold">this</span>.vb.setBufferAt(engine, <span style="color: #666666">0</span>, TRIANGLE_POSITIONS);
<span style="color: #008000; font-weight: bold">this</span>.vb.setBufferAt(engine, <span style="color: #666666">1</span>, TRIANGLE_COLORS);
</pre></div>
<p>The above snippet first creates aliases for two enum types, then constructs the vertex buffer using
its <code>Builder</code> method. After that, it pushes two buffer objects into the appropriate slots using
<code>setBufferAt</code>.</p>
<p>In the Filament API, the above builder pattern is often used for constructing objects in lieu of
long argument lists. The daisy chain of function calls allows the client code to be somewhat
self-documenting.</p>
<p>Our app sets up two buffer slots in the vertex buffer, and each slot is associated with a single
attribute. Alternatively, we could have interleaved or concatenated these attributes into a single
buffer slot.</p>
<p>Next we'll construct an index buffer. The index buffer for our triangle is trivial: it simply holds
the integers 0,1,2.</p>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><span style="color: #008000; font-weight: bold">this</span>.ib <span style="color: #666666">=</span> Filament.IndexBuffer.Builder()
.indexCount(<span style="color: #666666">3</span>)
.bufferType(Filament.IndexBuffer$IndexType.USHORT)
.build(engine);
<span style="color: #008000; font-weight: bold">this</span>.ib.setBuffer(engine, <span style="color: #AA22FF; font-weight: bold">new</span> <span style="color: #008000">Uint16Array</span>([<span style="color: #666666">0</span>, <span style="color: #666666">1</span>, <span style="color: #666666">2</span>]));
</pre></div>
<p>Note that constructing an index buffer is similar to constructing a vertex buffer, but it only has
one buffer slot, and it can only contain two types of data (USHORT or UINT).</p>
<h2>Finish up initialization</h2>
<p>Next let's construct an actual <code>Material</code> from the material package that was downloaded (the
material is an object; the package is just a binary blob), then extract the default
<code>MaterialInstance</code> from the material object. Material instances have concrete values for their
parameters, and they can be bound to renderables. We'll learn more about material instances in the
next tutorial.</p>
<p>After extracting the material instance, we can finally create a renderable component for the
triangle by setting up a bounding box and passing in the vertex and index buffers.</p>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><span style="color: #008000; font-weight: bold">const</span> mat <span style="color: #666666">=</span> engine.createMaterial(<span style="color: #BA2121">'triangle.filamat'</span>);
<span style="color: #008000; font-weight: bold">const</span> matinst <span style="color: #666666">=</span> mat.getDefaultInstance();
Filament.RenderableManager.Builder(<span style="color: #666666">1</span>)
.boundingBox({ center<span style="color: #666666">:</span> [<span style="color: #666666">-1</span>, <span style="color: #666666">-1</span>, <span style="color: #666666">-1</span>], halfExtent<span style="color: #666666">:</span> [<span style="color: #666666">1</span>, <span style="color: #666666">1</span>, <span style="color: #666666">1</span>] })
.material(<span style="color: #666666">0</span>, matinst)
.geometry(<span style="color: #666666">0</span>, Filament.RenderableManager$PrimitiveType.TRIANGLES, <span style="color: #008000; font-weight: bold">this</span>.vb, <span style="color: #008000; font-weight: bold">this</span>.ib)
.build(engine, <span style="color: #008000; font-weight: bold">this</span>.triangle);
</pre></div>
<p>Next let's wrap up the initialization routine by creating the swap chain, renderer, camera, and
view.</p>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><span style="color: #008000; font-weight: bold">this</span>.swapChain <span style="color: #666666">=</span> engine.createSwapChain();
<span style="color: #008000; font-weight: bold">this</span>.renderer <span style="color: #666666">=</span> engine.createRenderer();
<span style="color: #008000; font-weight: bold">this</span>.camera <span style="color: #666666">=</span> engine.createCamera(Filament.EntityManager.get().create());
<span style="color: #008000; font-weight: bold">this</span>.view <span style="color: #666666">=</span> engine.createView();
<span style="color: #008000; font-weight: bold">this</span>.view.setCamera(<span style="color: #008000; font-weight: bold">this</span>.camera);
<span style="color: #008000; font-weight: bold">this</span>.view.setScene(<span style="color: #008000; font-weight: bold">this</span>.scene);
<span style="color: #408080; font-style: italic">// Set up a blue-green background:</span>
<span style="color: #008000; font-weight: bold">this</span>.renderer.setClearOptions({clearColor<span style="color: #666666">:</span> [<span style="color: #666666">0.0</span>, <span style="color: #666666">0.1</span>, <span style="color: #666666">0.2</span>, <span style="color: #666666">1.0</span>], clear<span style="color: #666666">:</span> <span style="color: #008000; font-weight: bold">true</span>});
<span style="color: #408080; font-style: italic">// Adjust the initial viewport:</span>
<span style="color: #008000; font-weight: bold">this</span>.resize();
</pre></div>
<p>At this point, we're done creating all Filament entities, and the code should run without errors.
However the canvas is still blank!</p>
<h2>Render and resize handlers</h2>
<p>Recall that our App class has a skeletal render method, which the browser calls every time it needs
to repaint. Often this is 60 times a second.</p>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span>render() {
<span style="color: #408080; font-style: italic">// TODO: render scene</span>
<span style="color: #008000">window</span>.requestAnimationFrame(<span style="color: #008000; font-weight: bold">this</span>.render);
}
</pre></div>
<p>Let's flesh this out by rotating the triangle and invoking the Filament renderer. Add the following
code to the top of the render method.</p>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><span style="color: #408080; font-style: italic">// Rotate the triangle.</span>
<span style="color: #008000; font-weight: bold">const</span> radians <span style="color: #666666">=</span> <span style="color: #008000">Date</span>.now() <span style="color: #666666">/</span> <span style="color: #666666">1000</span>;
<span style="color: #008000; font-weight: bold">const</span> transform <span style="color: #666666">=</span> mat4.fromRotation(mat4.create(), radians, [<span style="color: #666666">0</span>, <span style="color: #666666">0</span>, <span style="color: #666666">1</span>]);
<span style="color: #008000; font-weight: bold">const</span> tcm <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">this</span>.engine.getTransformManager();
<span style="color: #008000; font-weight: bold">const</span> inst <span style="color: #666666">=</span> tcm.getInstance(<span style="color: #008000; font-weight: bold">this</span>.triangle);
tcm.setTransform(inst, transform);
inst.<span style="color: #AA22FF; font-weight: bold">delete</span>();
<span style="color: #408080; font-style: italic">// Render the frame.</span>
<span style="color: #008000; font-weight: bold">this</span>.renderer.render(<span style="color: #008000; font-weight: bold">this</span>.swapChain, <span style="color: #008000; font-weight: bold">this</span>.view);
</pre></div>
<p>The first half of our render method obtains the transform component of the triangle entity and uses
gl-matrix to generate a rotation matrix.</p>
<p>The second half of our render method invokes the Filament renderer on the view, and tells the
Filament engine to execute its internal command buffer. The Filament renderer can tell the app
that it wants to skip a frame, hence the <code>if</code> statement.</p>
<p>One last step. Add the following code to the resize method. This adjusts the resolution of the
rendering surface when the window size changes, taking <code>devicePixelRatio</code> into account for high-DPI
displays. It also adjusts the camera frustum accordingly.</p>
<div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%;"><span></span><span style="color: #008000; font-weight: bold">const</span> dpr <span style="color: #666666">=</span> <span style="color: #008000">window</span>.devicePixelRatio;
<span style="color: #008000; font-weight: bold">const</span> width <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">this</span>.canvas.width <span style="color: #666666">=</span> <span style="color: #008000">window</span>.innerWidth <span style="color: #666666">*</span> dpr;
<span style="color: #008000; font-weight: bold">const</span> height <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">this</span>.canvas.height <span style="color: #666666">=</span> <span style="color: #008000">window</span>.innerHeight <span style="color: #666666">*</span> dpr;
<span style="color: #008000; font-weight: bold">this</span>.view.setViewport([<span style="color: #666666">0</span>, <span style="color: #666666">0</span>, width, height]);
<span style="color: #008000; font-weight: bold">const</span> aspect <span style="color: #666666">=</span> width <span style="color: #666666">/</span> height;
<span style="color: #008000; font-weight: bold">const</span> Projection <span style="color: #666666">=</span> Filament.Camera$Projection;
<span style="color: #008000; font-weight: bold">this</span>.camera.setProjection(Projection.ORTHO, <span style="color: #666666">-</span>aspect, aspect, <span style="color: #666666">-1</span>, <span style="color: #666666">1</span>, <span style="color: #666666">0</span>, <span style="color: #666666">1</span>);
</pre></div>
<p>You should now have a spinning triangle! The completed JavaScript is available
<a href="tutorial_triangle.js">here</a>.</p>
<p>In the <a href="tutorial_redball.html">next tutorial</a>, we'll take a closer look at Filament materials and 3D rendering.</p>
</body>
</html>
|
_includes/nav.html | ynhera/ynhera.github.io | <nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Hera</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<!-- <li>
<a class="page-scroll" href="#services">Services</a>
</li>
<li>
<a class="page-scroll" href="#portfolio">Portfolio</a>
</li> -->
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
|
2.6.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/package-tree.html | wildfly-swarm/wildfly-swarm-javadocs | <!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_151) on Wed Jun 10 10:20:10 MST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm Class Hierarchy (BOM: * : All 2.6.1.Final-SNAPSHOT API)</title>
<meta name="date" content="2020-06-10">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.wildfly.swarm Class Hierarchy (BOM: * : All 2.6.1.Final-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.6.1.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li><a href="../../../org/wildfly/swarm/archaius/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/wildfly/swarm/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package org.wildfly.swarm</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
<ul>
<li type="circle">org.wildfly.swarm.<a href="../../../org/wildfly/swarm/DebugUtils.html" title="class in org.wildfly.swarm"><span class="typeNameLink">DebugUtils</span></a></li>
<li type="circle">org.wildfly.swarm.<a href="../../../org/wildfly/swarm/Swarm.html" title="class in org.wildfly.swarm"><span class="typeNameLink">Swarm</span></a></li>
<li type="circle">org.wildfly.swarm.<a href="../../../org/wildfly/swarm/SwarmInfo.html" title="class in org.wildfly.swarm"><span class="typeNameLink">SwarmInfo</span></a></li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.6.1.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li><a href="../../../org/wildfly/swarm/archaius/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/wildfly/swarm/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2020 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
hadoop-common-project/hadoop-common/target/org/apache/hadoop/ipc/protobuf/class-use/TestRpcServiceProtos.TestProtobufRpc2Proto.html | jsrudani/HadoopHDFSProject | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Fri Mar 06 22:11:41 CST 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto (Apache Hadoop Common 2.3.0 API)
</TITLE>
<META NAME="date" CONTENT="2015-03-06">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto (Apache Hadoop Common 2.3.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/ipc/protobuf//class-useTestRpcServiceProtos.TestProtobufRpc2Proto.html" target="_top"><B>FRAMES</B></A>
<A HREF="TestRpcServiceProtos.TestProtobufRpc2Proto.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 ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.ipc.protobuf"><B>org.apache.hadoop.ipc.protobuf</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.ipc.protobuf"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</A> in <A HREF="../../../../../../org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../../org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto</A> in <A HREF="../../../../../../org/apache/hadoop/ipc/protobuf/package-summary.html">org.apache.hadoop.ipc.protobuf</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.Stub.html" title="class in org.apache.hadoop.ipc.protobuf">TestRpcServiceProtos.TestProtobufRpc2Proto.Stub</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/ipc/protobuf/TestRpcServiceProtos.TestProtobufRpc2Proto.html" title="class in org.apache.hadoop.ipc.protobuf"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/ipc/protobuf//class-useTestRpcServiceProtos.TestProtobufRpc2Proto.html" target="_top"><B>FRAMES</B></A>
<A HREF="TestRpcServiceProtos.TestProtobufRpc2Proto.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 ======= -->
<HR>
Copyright © 2015 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
|
images/slickmap/index.html | hammadalinaqvi/bookstoregenie | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Index of /ammon/images/slickmap</title>
<meta charset="UTF-8"></head>
<body>
<h1>Index of /ammon/images/slickmap</h1>
<ul><li><a href="../index.html"> Parent Directory</a></li>
<li><a href="./L1-center.png"> L1-center.png</a></li>
<li><a href="./L1-left.png"> L1-left.png</a></li>
<li><a href="./L1-right.png"> L1-right.png</a></li>
<li><a href="./L3-bottom.png"> L3-bottom.png</a></li>
<li><a href="./L3-center.png"> L3-center.png</a></li>
<li><a href="./L3-li-top.png"> L3-li-top.png</a></li>
<li><a href="./L3-ul-top.png"> L3-ul-top.png</a></li>
<li><a href="./vertical-line.png"> vertical-line.png</a></li>
<li><a href="./white-highlight.png"> white-highlight.png</a></li>
</ul>
</body></html>
|
index.html | wncc/wncc.github.com | <!DOCTYPE html>
<html>
<head>
<title>WnCC ♥ Open Source</title>
<link rel="stylesheet" type="text/css" href="assets/reset.css">
<link rel="stylesheet" type="text/css" href="assets/grid.css">
<link rel="stylesheet" type="text/css" href="assets/style.css">
<script type="text/javascript" src="assets/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="assets/strftime.js"></script>
<script type="text/javascript">
(function ($, undefined) {
// Put custom repo URL's in this object, keyed by repo name.
var repoUrls = {
"bootstrap": "http://twitter.github.com/bootstrap/",
"finagle": "http://twitter.github.com/finagle/",
"hogan.js": "http://twitter.github.com/hogan.js/"
};
function repoUrl(repo) {
return repoUrls[repo.name] || repo.html_url;
}
// Put custom repo descriptions in this object, keyed by repo name.
var repoDescriptions = {
"bootstrap": "An HTML, CSS, and JS toolkit designed to kickstart development of webapps and sites",
"naggati2": "A protocol builder for Netty using Scala 2.8"
};
function repoDescription(repo) {
return repoDescriptions[repo.name] || repo.description;
}
function addRecentlyUpdatedRepo(repo) {
var $item = $("<li>");
var $name = $("<a>").attr("href", repo.html_url).text(repo.name);
$item.append($("<span>").addClass("name").append($name));
var $time = $("<a>").attr("href", repo.html_url + "/commits").text(strftime("%h %e, %Y", repo.pushed_at));
$item.append($("<span>").addClass("time").append($time));
$item.append('<span class="bullet">⋅</span>');
var $watchers = $("<a>").attr("href", repo.html_url + "/watchers").text(repo.watchers + " watchers");
$item.append($("<span>").addClass("watchers").append($watchers));
$item.append('<span class="bullet">⋅</span>');
var $forks = $("<a>").attr("href", repo.html_url + "/network").text(repo.forks + " forks");
$item.append($("<span>").addClass("forks").append($forks));
$item.appendTo("#recently-updated-repos");
}
function addRepo(repo) {
var $item = $("<li>").addClass("repo grid-1 " + (repo.language || '').toLowerCase());
var $link = $("<a>").attr("href", repoUrl(repo)).appendTo($item);
$link.append($("<h2>").text(repo.name));
$link.append($("<h3>").text(repo.language));
$link.append($("<p>").text(repoDescription(repo)));
$item.appendTo("#repos");
}
$.getJSON("https://api.github.com/orgs/wncc/repos?callback=?", function (result) {
var repos = result.data;
$(function () {
$("#num-repos").text(repos.length);
// Convert pushed_at to Date.
$.each(repos, function (i, repo) {
repo.pushed_at = new Date(repo.pushed_at);
var weekHalfLife = 1.146 * Math.pow(10, -9);
var pushDelta = (new Date) - Date.parse(repo.pushed_at);
var createdDelta = (new Date) - Date.parse(repo.created_at);
var weightForPush = 1;
var weightForWatchers = 1.314 * Math.pow(10, 7);
repo.hotness = weightForPush * Math.pow(Math.E, -1 * weekHalfLife * pushDelta);
repo.hotness += weightForWatchers * repo.watchers / createdDelta;
});
// Sort by highest # of watchers.
repos.sort(function (a, b) {
if (a.hotness < b.hotness) return 1;
if (b.hotness < a.hotness) return -1;
return 0;
});
$.each(repos, function (i, repo) {
addRepo(repo);
});
// Sort by most-recently pushed to.
repos.sort(function (a, b) {
if (a.pushed_at < b.pushed_at) return 1;
if (b.pushed_at < a.pushed_at) return -1;
return 0;
});
$.each(repos.slice(0, 3), function (i, repo) {
addRecentlyUpdatedRepo(repo);
});
});
});
$.getJSON("https://api.github.com/orgs/wncc/members?callback=?", function (result) {
var members = result.data;
$(function () {
$("#num-members").text(members.length);
});
});
function randomItem(array) {
return array[Math.floor(Math.random() * array.length)];
}
var $flyzone;
function flyzone() {
if (!$flyzone) {
$flyzone = $("<div>").attr("id", "flyzone").prependTo(document.body);
}
return $flyzone;
}
var sizes = ["smaller", "small", "medium", "large", "fat"];
var sizeDimensions = {
"smaller": 50,
"small": 80,
"medium": 130,
"large": 200,
"fat": 300
};
function randomOpacity(threshold) {
var opacity = Math.random();
while (opacity < threshold) {
opacity = Math.random();
}
return opacity;
}
function makeLarry(sizeName, speed) {
var size = sizeDimensions[sizeName];
var top = Math.floor((flyzone().height() - size) * Math.random());
var $img = $("<img>")
.addClass("larry size-" + sizeName)
.attr("src", "assets/larry.png")
.attr("width", size)
.attr("height", size)
.css({
position: "absolute",
opacity: randomOpacity(0.4),
top: top,
left: -size
});
$img.prependTo(flyzone());
var left = flyzone().width() + size;
$img.animate({left: left}, speed, function () {
$img.remove();
makeRandomLarry();
});
return $img;
}
function makeRandomLarry() {
var size = randomItem(sizes);
var speed = Math.floor(Math.random() * 20000) + 15000;
return makeLarry(size, speed);
}
$(function () {
$("#logo").click(function () {
makeRandomLarry();
});
});
var match = (/\blarry(=(\d+))?\b/i).exec(window.location.search);
if (match) {
var n = parseInt(match[2]) || 20;
$(function () {
for (var i = 0; i < n; ++i) {
setTimeout(makeRandomLarry, Math.random() * n * 500);
}
});
}
})(jQuery);
</script>
</head>
<body>
<div id="wrapper" class="grid clearfix">
<div id="main" class="grid-1">
<div id="logo"><h1>Web n Coding Club</h1></div>
<p>Web and Coding Club is the biggest student club of IIT Bombay with over 1000 members.</p>
</div>
<div class="grid grid-3">
<div id="statistics" class="grid-1 alpha header">
<h1>Statistics</h1>
<p>
<a href="https://github.com/wncc/repositories"><span id="num-repos"> </span> public repos</a>
<br>
<a href="https://github.com/wncc"><span id="num-members"> </span> members</a>
</p>
<p class="email">Mail to Manager : <a href="mailto:admin@anilshanbhag.in">admin@anilshanbhag.in</a></p>
</div>
<div id="recently-updated" class="grid-2 omega header">
<h1>Recently updated <a href="https://github.com/wncc/repositories">View All on GitHub</a></h1>
<ol id="recently-updated-repos"></ol>
</div>
</div>
<ol id="repos"></ol>
</div>
</body>
</html>
|
java-analysis-impl/src/main/resources/inspectionDescriptions/JUnit3StyleTestMethodInJUnit4Class.html | consulo/consulo-java | <html>
<body>
Reports JUnit 3 style test methods which are located inside a class
which does not extend the abstract JUnit 3 class <b>TestCase</b> and contains JUnit 4 <b>@Test</b> annotated methods.
In addition to being confusing such test methods will not be run.
<!-- tooltip end -->
<p>
<small>New in 12, Powered by InspectionGadgets</small>
</body>
</html> |
ui.apps/src/main/content/jcr_root/apps/gathercontent/components/content/item-list/clientlibs/css/main.css | axamit/gathercontent-aem-integration | /*
* Axamit, gc.support@axamit.com
*/
.gc-import-hide-children-import-path {
visibility: hidden;
}
th.select-checkbox {
text-align: center;
}
.full-width {
width: 100% !important;
}
#import-table {
margin-top: 15px;
position: relative;
}
label.description {
display: inline-table;
width: 180px;
}
.margin-top-5 {
margin-top: 5px;
}
.margin-top-15 {
margin-top: 15px;
}
.filter-select {
width: 250px;
height: 21px;
}
.property-label {
display: block;
float: left;
width: 100px;
padding: 3px;
padding-left: 0;
clear: left;
z-index: 2;
position: relative;
color: #000000;
}
.property-description {
color: #8F8F8F;
font-size: 11px;
margin-top: 5px;
margin-bottom: 8px;
padding-right: 5%;
}
#review-table-wrapper .property-description, #confirmation-table-wrapper .property-description {
font-size: 12px;
color: #666666;
}
.dataTables_length {
margin-bottom: 5px;
margin-top: 5px;
}
.error-validation {
color: red;
}
#import-table-wrapper {
margin-bottom: 40px;
}
#review-table-wrapper {
display: none;
margin-bottom: 40px;
}
#confirmation-table-wrapper {
display: none;
margin-bottom: 40px;
}
.coloredspan {
display: inline-block;
width: 15px;
height: 15px;
position: relative;
border-radius: 50px;
}
.child-import-path {
max-width: 296px;
}
|
Application/Home/View/Common/layout.html | gh-huang/SHOP-ThinkPHP | <!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">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title><?php echo $_page_title; ?></title>
<meta name="keywords" content="<?php echo $_page_keywords; ?>" />
<meta name="description" content="<?php echo $_page_description; ?>" />
<!-- 引入公共的CSS -->
<link rel="stylesheet" href="__PUBLIC__/Home/style/base.css" type="text/css">
<link rel="stylesheet" href="__PUBLIC__/Home/style/global.css" type="text/css">
<link rel="stylesheet" href="__PUBLIC__/Home/style/header.css" type="text/css">
<link rel="stylesheet" href="__PUBLIC__/Home/style/bottomnav.css" type="text/css">
<link rel="stylesheet" href="__PUBLIC__/Home/style/footer.css" type="text/css">
<!-- 引入公共的JS -->
<script type="text/javascript" src="__PUBLIC__/Home/js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="__PUBLIC__/Home/js/header.js"></script>
</head>
<body>
<!-- 顶部导航 start -->
<div class="topnav">
<div class="topnav_bd w990 bc">
<div class="topnav_left">
</div>
<div class="topnav_right fr">
<ul>
<li id="logInfo"></li>
<li class="line">|</li>
<li><a href="<?php echo U('My/order'); ?>">我的订单</a></li>
<li class="line">|</li>
<li>客户服务</li>
<li class="line">|</li>
<li><a href="<?php echo U('Admin/Login/login'); ?>">神秘入口</a></li>
</ul>
</div>
</div>
</div>
<!-- 顶部导航 end -->
<div style="clear:both;"></div>
{__CONTENT__}
<div style="clear:both;"></div>
<!-- 底部版权 start -->
<div class="footer w1210 bc mt15">
<p class="links">
<a href="">关于我们</a> |
<a href="">联系我们</a> |
<a href="">人才招聘</a> |
<a href="">商家入驻</a> |
<a href="">千寻网</a> |
<a href="">奢侈品网</a> |
<a href="">广告服务</a> |
<a href="">移动终端</a> |
<a href="">友情链接</a> |
<a href="">销售联盟</a> |
<a href="">京西论坛</a>
</p>
<p class="copyright">
© 2005-2013 京东网上商城 版权所有,并保留所有权利。 ICP备案证书号:京ICP证070359号
</p>
<p class="auth">
<a href=""><img src="__PUBLIC__/Home/images/xin.png" alt="" /></a>
<a href=""><img src="__PUBLIC__/Home/images/kexin.jpg" alt="" /></a>
<a href=""><img src="__PUBLIC__/Home/images/police.jpg" alt="" /></a>
<a href=""><img src="__PUBLIC__/Home/images/beian.gif" alt="" /></a>
</p>
</div>
<!-- 底部版权 end -->
</body>
</html>
<script type="text/javascript">
//判断登录状态
$.ajax({
type : "GET",
url : "<?php echo U('Member/ajaxChkLogin'); ?>",
dataType : "json",
success : function(data){
if (data.login == 1) {
var li = '你好, ' +data.username+ '[<a href="<?php echo U('Member/logout'); ?>">登出</a>]';
} else {
var li = '您好,欢迎来到京西![<a href="<?php echo U('Member/login'); ?>">登录</a>] [<a href="<?php echo U('Member/regist'); ?>">免费注册</a>]';
}
$("#logInfo").html(li);
}
});
</script>
|
webapp/templates/form.html | Alexander-Minyushkin/aistreamer | {% extends "boilerplate.html" %}
{% block body %}
<div id="container">
<div class="pagetitle">
<h1>Submit a form</h1>
</div>
<div id="main">
<form method="post" action="{{ url_for('submitted_form') }}">
<label for="name">Name:</label>
<input type="text" name="name"><br />
<label for="email">Email address:</label>
<input type="email" name="email"><br />
<label for="site_url">Website URL:</label>
<input type="url" name="site_url"><br />
<label for="comments">Comments:</label>
<textarea name="comments"></textarea><br />
<input type="submit">
</form>
</div>
</div>
{% endblock %}
|
Application/Modules/Wap/Tpl/default/Member/wallet_notice.html | JustGrin/yixiuge | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="telephone=no" name="format-detection" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable = no"/>
<title>我的钱包</title>
<script src="__PUBLIC__/wap/js/flexible.js"></script>
<link rel="stylesheet" type="text/css" href="__PUBLIC__/wap/css/icons.css">
<link rel="stylesheet" type="text/css" href="__PUBLIC__/wap/css/base.css" />
<link rel="stylesheet" type="text/css" href="__PUBLIC__/wap/css/member.css" />
</head>
<body class="wallet" ontouchstart="" onmouseover="">
<div class="head">
<a href="javascript:history.go(-1);" class="md-close back">
<i class="iconfont"></i>
</a>
<h2>我的钱包</h2>
</div>
<div class="page">
<div class="type newbox">
<ul >
<li class="<if condition="$_GET['type'] neq 1">curr
</if>
" data="0">
<a href="javascript:void(0);">
<span class="icon"><i class="iconfont"></i></span> 钱包
</a>
</li>
<li class="<if condition="$_GET['type'] eq 1">curr
</if>
" data="1">
<a href="javascript:void(0);">
<span class="icon"><i class="iconfont"></i></span> 积分
</a>
</li>
</ul>
<div class="clearfix">
</div>
<div class="banner">
<div class="common-wrapper">
<div class="userdiv clearfix fm-userdiv money_type_0"
<if condition="!empty($_GET['type'])">style="display:none"</if>
>
<div class="totalwallet" >
<span>钱包总额:</span><span class="num green floatRgt" >¥{$data.balance_all}<span class="font40">元</span></span>
</div>
</div>
<div class="userdiv clearfix fm-userdiv money_type_1"
<if condition="empty($_GET['type'])">style="display:none"</if>
>
<div class="totalwallet" >
<span>积分总额:</span><span class="num green floatRgt">{$data.points|floor}<span class="font40">分</span></span>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="type_order newbox2 col5">
<ul class="floatLft ">
<li class="order_all on " data="all">
<a href="javascript:void(0);">
<span class="icon"><i class="iconfont"></i></span> 全部
</a>
</li>
<li data="store" class="order_store ">
<a href="javascript:void(0);">
<span class="icon"><i class="iconfont"></i></span> 店铺
</a>
</li>
<li data="goods">
<a href="javascript:void(0);">
<span class="icon"><i class="iconfont"></i></span> 商品
</a>
</li>
<li data="lottery" class="money_type_0 "
<if condition="$_GET['type'] eq 1 "> style='display:none'</if>
>
<a href="javascript:void(0);">
<span class="icon"><i class="iconfont"></i></span> 抽奖
</a>
</li>
<li data="cashapply" class="money_type_0 "
<if condition="$_GET['type'] eq 1 "> style='display:none'</if>
>
<a href="javascript:void(0);">
<span class="icon"><i class="iconfont"></i></span> 提现
</a>
</li>
<li data="refund" class="money_type_1 " <if condition="$_GET['type'] neq 1"> style='display:none'</if>>
<a href="javascript:void(0);">
<span class="icon"><i class="iconfont"></i></span> 退款
</a>
</li>
<li data="other" class="money_type_1 "
<if condition="$_GET['type'] neq 1"> style='display:none'</if>
>
<a href="javascript:void(0);">
<span class="icon"><i class="iconfont"></i></span> 其他
</a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div id="fm-mizhi" class="newbox" >
<ul class="more_html" id="more_html">
<volist name="list" id="vo">
<li class="{$vo.type_order}">
<div class="title"> {$vo.typename}
<div class="pirce floatRgt num green font40"> {$vo.status}{$vo.money} </div>
</div>
<div class="time num"> {$vo.des}。{$vo.add_time} </div>
</li>
</volist>
</ul>
</div>
<div class="loading">
<div class="fm-footer-copyright get_more">
<if condition="$count gt 10 && count($list) eq 10"> 加载更多
<else/>
无更多数据 </if>
</div>
</div>
</div>
<!--end top-->
<include file="Public/footer_new" />
<include file="Public/wap_javascript"/>
<script type="text/javascript">
var binding_is_check = 0;// 重复再次弹出 1是 0否
var binding_page = 'member_wallet';// //当前页面名称 不可重复
</script>
<!--绑定-->
<include file="Public/binding_phone"/>
<!--绑定-->
<!--end top-->
<input type="hidden" name="p" value="2" />
<input type="hidden" name="type" value="{$_GET.type}" />
<input type="hidden" name="type_order" value="">
<!--微信分享-->
<include file="Public/share_weixin" />
<script type="text/javascript">
var type=$("input[name='type']").val();
$(function(){
$(".get_more").click(function(){
get_more();
});
$(".type li").click(function(){
var __this=$(this);
$('.type li').removeClass('curr');
__this.addClass('curr');
var type=__this.attr('data');
$("input[name='p']").val(1);
$("input[name='type']").val(type);
if(type==1){
$('.money_type_0').hide();
$('.money_type_1').show();
$('.order_all').click();
}else{
$('.money_type_1').hide();
$('.money_type_0').show();
$('.order_all').click();
}
});
//type_order 点击显隐
$('.type_order li').click(function () {
var type_order=$(this).attr('data');
$('.type_order li').removeClass('on');
$(this).addClass('on');
/* if(type_order == 'all'){
$('.more_html li').show();
}else {
$('.more_html li').hide();
$('.more_html').find('.'+type_order).show();
}*/
$("input[name='type_order']").val(type_order);
$("input[name='p']").val(1);
$('.get_more').show();
get_more();
/* if(content){
$('#fm-mizhi').show();
}else {
$('#fm-mizhi').hide();
}*/
});
});
function get_more(){
var p=$("input[name='p']").val();
var type=$("input[name='type']").val();
var type_order=$("input[name='type_order']").val();
if(p==1){
$('.more_html').html("");
}
$.ajax({
url: "{:U('wap/member/wallet_notice')}",
type:'get',
data: {p:p,type:type,type_order:type_order},
dataType: 'json',
success: function(data){
//console.log(data);
var con=1;
var option='';
if(data){
$.each(data, function(i, value) {
//this指向当前元素
//i表示Array当前下标
//value表示Array当前元素
option=option+'<li class="'+value.type_order+'">'
+' <div class="title">'+value.typename+'<div class="pirce floatRgt num green font40">'+value.status+value.money+'</div></div>'
+' '
+' <div class="time num">'+value.des+'。'+value.add_time+'</div>'
+' </li>';
con++;
});
}
if(p==1){
$('#more_html').html(option);
}else{
$('#more_html').append(option);
}
$("input[name='p']").val(parseInt(p)+1);
if(con<10){
$('.get_more').html('无更多数据');
$('.get_more').fadeOut(3000);
}
var content=$('.more_html').children('li').length;
if(content == 0){
$('#fm-mizhi').hide();
}else {
$('#fm-mizhi').show();
}
}
});
}
</script>
</body>
</html> |
docs-pdf/docs-pdf/api/Dacs7.Dacs7NotConnectedException.html | proemmer/dacs7 | <!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/default.css">
<link rel="stylesheet" href="../styles/main.css">
</head>
<body>
<article>
<h1 id="Dacs7_Dacs7NotConnectedException" data-uid="Dacs7.Dacs7NotConnectedException" class="text-break">Class Dacs7NotConnectedException
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">System.Exception</span></div>
<div class="level2"><span class="xref">Dacs7NotConnectedException</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.Runtime.Serialization.ISerializable</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Exception.GetBaseException()</span>
</div>
<div>
<span class="xref">System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)</span>
</div>
<div>
<span class="xref">System.Exception.GetType()</span>
</div>
<div>
<span class="xref">System.Exception.ToString()</span>
</div>
<div>
<span class="xref">System.Exception.Data</span>
</div>
<div>
<span class="xref">System.Exception.HelpLink</span>
</div>
<div>
<span class="xref">System.Exception.HResult</span>
</div>
<div>
<span class="xref">System.Exception.InnerException</span>
</div>
<div>
<span class="xref">System.Exception.Message</span>
</div>
<div>
<span class="xref">System.Exception.Source</span>
</div>
<div>
<span class="xref">System.Exception.StackTrace</span>
</div>
<div>
<span class="xref">System.Exception.TargetSite</span>
</div>
<div>
<span class="xref">System.Exception.SerializeObjectState</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dacs7.html">Dacs7</a></h6>
<h6><strong>Assembly</strong>: Dacs7.dll</h6>
<h5 id="Dacs7_Dacs7NotConnectedException_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class Dacs7NotConnectedException : Exception, ISerializable</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<a id="Dacs7_Dacs7NotConnectedException__ctor_" data-uid="Dacs7.Dacs7NotConnectedException.#ctor*"></a>
<h4 id="Dacs7_Dacs7NotConnectedException__ctor" data-uid="Dacs7.Dacs7NotConnectedException.#ctor">Dacs7NotConnectedException()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Dacs7NotConnectedException()</code></pre>
</div>
<a id="Dacs7_Dacs7NotConnectedException__ctor_" data-uid="Dacs7.Dacs7NotConnectedException.#ctor*"></a>
<h4 id="Dacs7_Dacs7NotConnectedException__ctor_System_Exception_" data-uid="Dacs7.Dacs7NotConnectedException.#ctor(System.Exception)">Dacs7NotConnectedException(Exception)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Dacs7NotConnectedException(Exception ex)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Exception</span></td>
<td><span class="parametername">ex</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Dacs7_Dacs7NotConnectedException__ctor_" data-uid="Dacs7.Dacs7NotConnectedException.#ctor*"></a>
<h4 id="Dacs7_Dacs7NotConnectedException__ctor_System_String_" data-uid="Dacs7.Dacs7NotConnectedException.#ctor(System.String)">Dacs7NotConnectedException(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Dacs7NotConnectedException(string message)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">message</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Dacs7_Dacs7NotConnectedException__ctor_" data-uid="Dacs7.Dacs7NotConnectedException.#ctor*"></a>
<h4 id="Dacs7_Dacs7NotConnectedException__ctor_System_String_System_Exception_" data-uid="Dacs7.Dacs7NotConnectedException.#ctor(System.String,System.Exception)">Dacs7NotConnectedException(String, Exception)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Dacs7NotConnectedException(string message, Exception innerException)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">message</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Exception</span></td>
<td><span class="parametername">innerException</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.Runtime.Serialization.ISerializable</span>
</div>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="Dacs7.Helper.Converter.html#Dacs7_Helper_Converter_SetSwap__1___0_System_IFormatProvider_">Converter.SetSwap<T>(T, IFormatProvider)</a>
</div>
<div>
<a class="xref" href="Dacs7.Helper.Converter.html#Dacs7_Helper_Converter_SetNoSwap__1___0_">Converter.SetNoSwap<T>(T)</a>
</div>
<div>
<a class="xref" href="Dacs7.Helper.Converter.html#Dacs7_Helper_Converter_ToByteArray__1___0_System_Int32_">Converter.ToByteArray<T>(T, Int32)</a>
</div>
</article>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>
|
xinteyao/新特药电商平台_Server端_UE终版xxx_V1/files/p2-2-3-1____/styles.css | yicold/axure-case | body {
margin:0px;
background-image:none;
position:relative;
left:-0px;
width:1025px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u2711_div {
position:absolute;
left:0px;
top:0px;
width:1024px;
height:149px;
background:inherit;
background-color:rgba(204, 204, 204, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(204, 204, 204, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2711 {
position:absolute;
left:0px;
top:110px;
width:1024px;
height:149px;
}
#u2712 {
position:absolute;
left:2px;
top:66px;
width:1020px;
visibility:hidden;
word-wrap:break-word;
}
#u2713_div {
position:absolute;
left:0px;
top:0px;
width:182px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(188, 188, 188, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2713 {
position:absolute;
left:82px;
top:131px;
width:182px;
height:36px;
}
#u2714 {
position:absolute;
left:2px;
top:10px;
width:178px;
visibility:hidden;
word-wrap:break-word;
}
#u2715 {
position:absolute;
left:84px;
top:132px;
width:178px;
height:34px;
}
#u2715_input {
position:absolute;
left:0px;
top:0px;
width:178px;
height:34px;
font-family:'Arial Normal', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:left;
border-color:transparent;
outline-style:none;
}
#u2716_div {
position:absolute;
left:0px;
top:0px;
width:57px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2716 {
position:absolute;
left:8px;
top:141px;
width:57px;
height:16px;
}
#u2717 {
position:absolute;
left:0px;
top:0px;
width:57px;
white-space:nowrap;
}
#u2718_div {
position:absolute;
left:0px;
top:0px;
width:96px;
height:36px;
background:inherit;
background-color:rgba(70, 140, 200, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(201, 201, 201, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
color:#666666;
}
#u2718 {
position:absolute;
left:905px;
top:195px;
width:96px;
height:36px;
font-size:14px;
color:#666666;
}
#u2719 {
position:absolute;
left:2px;
top:10px;
width:92px;
word-wrap:break-word;
}
#u2720_div {
position:absolute;
left:0px;
top:0px;
width:96px;
height:36px;
background:inherit;
background-color:rgba(70, 140, 200, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(201, 201, 201, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
color:#666666;
}
#u2720 {
position:absolute;
left:905px;
top:131px;
width:96px;
height:36px;
font-size:14px;
color:#666666;
}
#u2721 {
position:absolute;
left:2px;
top:10px;
width:92px;
word-wrap:break-word;
}
#u2722_div {
position:absolute;
left:0px;
top:0px;
width:1025px;
height:171px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(204, 204, 204, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2722 {
position:absolute;
left:0px;
top:270px;
width:1025px;
height:171px;
}
#u2723 {
position:absolute;
left:2px;
top:78px;
width:1021px;
visibility:hidden;
word-wrap:break-word;
}
#u2724_div {
position:absolute;
left:0px;
top:0px;
width:9px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u2724 {
position:absolute;
left:81px;
top:291px;
width:9px;
height:16px;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u2725 {
position:absolute;
left:0px;
top:0px;
width:9px;
white-space:nowrap;
}
#u2726_div {
position:absolute;
left:0px;
top:0px;
width:72px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u2726 {
position:absolute;
left:153px;
top:291px;
width:72px;
height:16px;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u2727 {
position:absolute;
left:0px;
top:0px;
width:72px;
word-wrap:break-word;
}
#u2728_img {
position:absolute;
left:-1px;
top:-1px;
width:992px;
height:5px;
}
#u2728 {
position:absolute;
left:16px;
top:317px;
width:989px;
height:2px;
}
#u2729 {
position:absolute;
left:2px;
top:-7px;
width:985px;
visibility:hidden;
word-wrap:break-word;
}
#u2730_div {
position:absolute;
left:0px;
top:0px;
width:9px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2730 {
position:absolute;
left:81px;
top:333px;
width:9px;
height:16px;
}
#u2731 {
position:absolute;
left:0px;
top:0px;
width:9px;
white-space:nowrap;
}
#u2732_div {
position:absolute;
left:0px;
top:0px;
width:9px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2732 {
position:absolute;
left:81px;
top:370px;
width:9px;
height:16px;
}
#u2733 {
position:absolute;
left:0px;
top:0px;
width:9px;
white-space:nowrap;
}
#u2734_div {
position:absolute;
left:0px;
top:0px;
width:9px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2734 {
position:absolute;
left:81px;
top:408px;
width:9px;
height:16px;
}
#u2735 {
position:absolute;
left:0px;
top:0px;
width:9px;
white-space:nowrap;
}
#u2736_img {
position:absolute;
left:0px;
top:0px;
width:990px;
height:2px;
}
#u2736 {
position:absolute;
left:16px;
top:360px;
width:989px;
height:1px;
}
#u2737 {
position:absolute;
left:2px;
top:-8px;
width:985px;
visibility:hidden;
word-wrap:break-word;
}
#u2738_img {
position:absolute;
left:0px;
top:0px;
width:990px;
height:2px;
}
#u2738 {
position:absolute;
left:16px;
top:397px;
width:989px;
height:1px;
}
#u2739 {
position:absolute;
left:2px;
top:-8px;
width:985px;
visibility:hidden;
word-wrap:break-word;
}
#u2740 {
position:absolute;
left:16px;
top:291px;
width:52px;
height:16px;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u2741 {
position:absolute;
left:16px;
top:0px;
width:34px;
word-wrap:break-word;
}
#u2740_input {
position:absolute;
left:-3px;
top:-2px;
}
#u2742 {
position:absolute;
left:16px;
top:333px;
width:39px;
height:16px;
}
#u2743 {
position:absolute;
left:16px;
top:0px;
width:21px;
visibility:hidden;
word-wrap:break-word;
}
#u2742_input {
position:absolute;
left:-3px;
top:-2px;
}
#u2744 {
position:absolute;
left:16px;
top:370px;
width:39px;
height:16px;
}
#u2745 {
position:absolute;
left:16px;
top:0px;
width:21px;
visibility:hidden;
word-wrap:break-word;
}
#u2744_input {
position:absolute;
left:-3px;
top:-2px;
}
#u2746 {
position:absolute;
left:16px;
top:408px;
width:39px;
height:16px;
}
#u2747 {
position:absolute;
left:16px;
top:0px;
width:21px;
visibility:hidden;
word-wrap:break-word;
}
#u2746_input {
position:absolute;
left:-3px;
top:-2px;
}
#u2748_div {
position:absolute;
left:0px;
top:0px;
width:115px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2748 {
position:absolute;
left:153px;
top:333px;
width:115px;
height:16px;
}
#u2749 {
position:absolute;
left:0px;
top:0px;
width:115px;
word-wrap:break-word;
}
#u2750_div {
position:absolute;
left:0px;
top:0px;
width:115px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2750 {
position:absolute;
left:153px;
top:370px;
width:115px;
height:16px;
}
#u2751 {
position:absolute;
left:0px;
top:0px;
width:115px;
word-wrap:break-word;
}
#u2752_div {
position:absolute;
left:0px;
top:0px;
width:71px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2752 {
position:absolute;
left:153px;
top:408px;
width:71px;
height:16px;
}
#u2753 {
position:absolute;
left:0px;
top:0px;
width:71px;
word-wrap:break-word;
}
#u2754 {
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2755_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-right:0px;
border-radius:5px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2755 {
position:absolute;
left:491px;
top:493px;
width:40px;
height:36px;
}
#u2756 {
position:absolute;
left:2px;
top:10px;
width:36px;
visibility:hidden;
word-wrap:break-word;
}
#u2757_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2757 {
position:absolute;
left:649px;
top:493px;
width:40px;
height:36px;
}
#u2758 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u2759_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-left:0px;
border-radius:5px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2759 {
position:absolute;
left:920px;
top:493px;
width:40px;
height:36px;
}
#u2760 {
position:absolute;
left:2px;
top:10px;
width:36px;
visibility:hidden;
word-wrap:break-word;
}
#u2761_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2761 {
position:absolute;
left:571px;
top:493px;
width:40px;
height:36px;
}
#u2762 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u2763_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2763 {
position:absolute;
left:610px;
top:493px;
width:40px;
height:36px;
}
#u2764 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u2765_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2765 {
position:absolute;
left:688px;
top:493px;
width:40px;
height:36px;
}
#u2766 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u2767_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2767 {
position:absolute;
left:724px;
top:493px;
width:40px;
height:36px;
}
#u2768 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u2769_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2769 {
position:absolute;
left:763px;
top:493px;
width:40px;
height:36px;
}
#u2770 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u2771_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2771 {
position:absolute;
left:802px;
top:493px;
width:40px;
height:36px;
}
#u2772 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u2773_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2773 {
position:absolute;
left:841px;
top:493px;
width:40px;
height:36px;
}
#u2774 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u2775_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2775 {
position:absolute;
left:532px;
top:493px;
width:40px;
height:36px;
}
#u2776 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u2777_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2777 {
position:absolute;
left:880px;
top:493px;
width:40px;
height:36px;
}
#u2778 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u2779_img {
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u2779 {
position:absolute;
left:925px;
top:496px;
width:30px;
height:30px;
font-family:'IOS8-Icons Regular', 'IOS8-Icons';
font-weight:400;
font-style:normal;
font-size:28px;
}
#u2780 {
position:absolute;
left:0px;
top:7px;
width:30px;
visibility:hidden;
word-wrap:break-word;
}
#u2781_img {
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u2781 {
position:absolute;
left:496px;
top:496px;
width:30px;
height:30px;
font-family:'IOS8-Icons Regular', 'IOS8-Icons';
font-weight:400;
font-style:normal;
font-size:28px;
}
#u2782 {
position:absolute;
left:0px;
top:7px;
width:30px;
visibility:hidden;
word-wrap:break-word;
}
#u2783_div {
position:absolute;
left:0px;
top:0px;
width:96px;
height:36px;
background:inherit;
background-color:rgba(70, 140, 200, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(201, 201, 201, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
color:#666666;
}
#u2783 {
position:absolute;
left:8px;
top:493px;
width:96px;
height:36px;
font-size:14px;
color:#666666;
}
#u2784 {
position:absolute;
left:2px;
top:10px;
width:92px;
word-wrap:break-word;
}
#u2785_div {
position:absolute;
left:0px;
top:0px;
width:96px;
height:36px;
background:inherit;
background-color:rgba(70, 140, 200, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(201, 201, 201, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
color:#666666;
}
#u2785 {
position:absolute;
left:129px;
top:493px;
width:96px;
height:36px;
font-size:14px;
color:#666666;
}
#u2786 {
position:absolute;
left:2px;
top:10px;
width:92px;
word-wrap:break-word;
}
#u2787_div {
position:absolute;
left:0px;
top:0px;
width:72px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u2787 {
position:absolute;
left:335px;
top:291px;
width:72px;
height:16px;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u2788 {
position:absolute;
left:0px;
top:0px;
width:72px;
word-wrap:break-word;
}
#u2789_div {
position:absolute;
left:0px;
top:0px;
width:140px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2789 {
position:absolute;
left:335px;
top:333px;
width:140px;
height:16px;
}
#u2790 {
position:absolute;
left:0px;
top:0px;
width:140px;
word-wrap:break-word;
}
#u2791_div {
position:absolute;
left:0px;
top:0px;
width:140px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2791 {
position:absolute;
left:335px;
top:370px;
width:140px;
height:16px;
}
#u2792 {
position:absolute;
left:0px;
top:0px;
width:140px;
word-wrap:break-word;
}
#u2793_div {
position:absolute;
left:0px;
top:0px;
width:140px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2793 {
position:absolute;
left:335px;
top:408px;
width:140px;
height:16px;
}
#u2794 {
position:absolute;
left:0px;
top:0px;
width:140px;
word-wrap:break-word;
}
#u2795_div {
position:absolute;
left:0px;
top:0px;
width:29px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2795 {
position:absolute;
left:8px;
top:205px;
width:29px;
height:16px;
}
#u2796 {
position:absolute;
left:0px;
top:0px;
width:29px;
white-space:nowrap;
}
#u2797_div {
position:absolute;
left:0px;
top:0px;
width:180px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(188, 188, 188, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2797 {
position:absolute;
left:83px;
top:195px;
width:180px;
height:36px;
}
#u2798 {
position:absolute;
left:2px;
top:10px;
width:176px;
visibility:hidden;
word-wrap:break-word;
}
#u2799 {
position:absolute;
left:84px;
top:196px;
width:177px;
height:34px;
}
#u2799_input {
position:absolute;
left:0px;
top:0px;
width:177px;
height:34px;
font-family:'Arial Normal', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
border-color:transparent;
outline-style:none;
}
#u2800_img {
position:absolute;
left:0px;
top:0px;
width:12px;
height:8px;
}
#u2800 {
position:absolute;
left:242px;
top:209px;
width:12px;
height:8px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
color:#000000;
}
#u2801 {
position:absolute;
left:2px;
top:-4px;
width:8px;
visibility:hidden;
word-wrap:break-word;
}
#u2802_div {
position:absolute;
left:0px;
top:0px;
width:96px;
height:36px;
background:inherit;
background-color:rgba(70, 140, 200, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(201, 201, 201, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
color:#666666;
}
#u2802 {
position:absolute;
left:260px;
top:493px;
width:96px;
height:36px;
font-size:14px;
color:#666666;
}
#u2803 {
position:absolute;
left:2px;
top:10px;
width:92px;
word-wrap:break-word;
}
#u2804_div {
position:absolute;
left:0px;
top:0px;
width:180px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(188, 188, 188, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2804 {
position:absolute;
left:281px;
top:195px;
width:180px;
height:36px;
}
#u2805 {
position:absolute;
left:2px;
top:10px;
width:176px;
visibility:hidden;
word-wrap:break-word;
}
#u2806 {
position:absolute;
left:282px;
top:196px;
width:177px;
height:34px;
}
#u2806_input {
position:absolute;
left:0px;
top:0px;
width:177px;
height:34px;
font-family:'Arial Normal', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
border-color:transparent;
outline-style:none;
}
#u2807_img {
position:absolute;
left:0px;
top:0px;
width:12px;
height:8px;
}
#u2807 {
position:absolute;
left:440px;
top:209px;
width:12px;
height:8px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
color:#000000;
}
#u2808 {
position:absolute;
left:2px;
top:-4px;
width:8px;
visibility:hidden;
word-wrap:break-word;
}
#u2809_div {
position:absolute;
left:0px;
top:0px;
width:180px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(188, 188, 188, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2809 {
position:absolute;
left:480px;
top:195px;
width:180px;
height:36px;
}
#u2810 {
position:absolute;
left:2px;
top:10px;
width:176px;
visibility:hidden;
word-wrap:break-word;
}
#u2811 {
position:absolute;
left:481px;
top:196px;
width:177px;
height:34px;
}
#u2811_input {
position:absolute;
left:0px;
top:0px;
width:177px;
height:34px;
font-family:'Arial Normal', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
border-color:transparent;
outline-style:none;
}
#u2812_img {
position:absolute;
left:0px;
top:0px;
width:12px;
height:8px;
}
#u2812 {
position:absolute;
left:639px;
top:209px;
width:12px;
height:8px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
color:#000000;
}
#u2813 {
position:absolute;
left:2px;
top:-4px;
width:8px;
visibility:hidden;
word-wrap:break-word;
}
|
backup/tags/magnetic-analysis/index.html | laszewski/laszewski.github.io |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Source Themes Academic 3.1.1">
<meta name="generator" content="Hugo 0.55.6" />
<meta name="author" content="Gregor von Laszewski">
<meta name="description" content="Home page of Gregor von Laszewski">
<link rel="alternate" hreflang="en-us" href="http://laszewski.github.io/tags/magnetic-analysis/">
<meta name="theme-color" content="#3f51b5">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha256-eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" integrity="sha256-ygkqlh3CYSUri3LhQxzdcm0n1EQvH2Y+U5S2idbLtxs=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,400italic,700|Roboto+Mono">
<link rel="stylesheet" href="/styles.css">
<link rel="alternate" href="http://laszewski.github.io/tags/magnetic-analysis/index.xml" type="application/rss+xml" title="Gregor von Laszewski">
<link rel="feed" href="http://laszewski.github.io/tags/magnetic-analysis/index.xml" type="application/rss+xml" title="Gregor von Laszewski">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/png" href="/img/icon.png">
<link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png">
<link rel="canonical" href="http://laszewski.github.io/tags/magnetic-analysis/">
<meta property="twitter:card" content="summary_large_image">
<meta property="og:site_name" content="Gregor von Laszewski">
<meta property="og:url" content="http://laszewski.github.io/tags/magnetic-analysis/">
<meta property="og:title" content="Magnetic analysis | Gregor von Laszewski">
<meta property="og:description" content="Home page of Gregor von Laszewski">
<meta property="og:image" content="http://laszewski.github.io/img/icon-192.png">
<meta property="og:locale" content="en-us">
<meta property="og:updated_time" content="2007-01-01T00:00:00+00:00">
<title>Magnetic analysis | Gregor von Laszewski</title>
</head>
<body id="top" data-spy="scroll" data-target="#TableOfContents" data-offset="71" >
<aside class="search-results" id="search">
<div class="container">
<section class="search-header fixed-top">
<div class="row no-gutters justify-content-between mb-3">
<div class="col-6">
<h1>Search</h1>
</div>
<div class="col-6 col-search-close">
<a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a>
</div>
</div>
<div id="search-box">
<input name="q" id="search-query" placeholder="Search..." autocapitalize="off"
autocomplete="off" autocorrect="off" role="textbox" spellcheck="false" type="search">
</div>
</section>
<section class="section-search-results">
<div id="search-hits">
</div>
</section>
</div>
</aside>
<nav class="navbar navbar-light fixed-top navbar-expand-lg py-0" id="navbar-main">
<div class="container">
<a class="navbar-brand" href="/">Gregor von Laszewski</a>
<button type="button" class="navbar-toggler" data-toggle="collapse"
data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fas fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/#about">
<span>Home</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/publication">
<span>Publications</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#projects">
<span>Projects</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#books">
<span>Books</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#proceedings">
<span>Proceedings</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#history">
<span>History</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/post/shuttle">
<span>Free Shuttle</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#contact">
<span>Contact</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link js-search" href="#"><i class="fas fa-search" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<div class="universal-wrapper pt-3">
<h1 itemprop="name">Magnetic analysis</h1>
</div>
<div class="universal-wrapper">
<div>
<h2><a href="/publication/las-swift-07/">Swift: Fast, Reliable, Loosely Coupled Parallel Computation</a></h2>
<div class="article-style">
</div>
</div>
</div>
<div class="container">
<footer class="site-footer">
<p class="powered-by">
© Gregor von Laszewski, 2018-2020 ·
<span class="float-right" aria-hidden="true">
<a href="#" id="back_to_top">
<span class="button_icon">
<i class="fas fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</footer>
</div>
<div id="modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Cite</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre><code class="tex hljs"></code></pre>
</div>
<div class="modal-footer">
<a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank">
<i class="fas fa-copy"></i> Copy
</a>
<a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank">
<i class="fas fa-download"></i> Download
</a>
<div id="modal-error"></div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha512-+NqPlbbtM1QqiK8ZAo4Yrj2c4lNQoGv8P79DPtKzj++l5jnN39rHA/xsqn8zE9l0uSoxaCdrOgFs6yjyfbBxSg==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.3/imagesloaded.pkgd.min.js" integrity="sha512-umsR78NN0D23AzgoZ11K7raBD+R6hqKojyBZs1w8WvYlsI+QuKRGBx3LFCwhatzBunCjDuJpDHwxD13sLMbpRA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha256-VsEqElsCHSGmnmHXGQzvoWjWwoznFSZc6hs7ARLRacQ=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.4/isotope.pkgd.min.js" integrity="sha512-VDBOIlDbuC4VWxGJNmuFRQ0Li0SKkDpmGyuhAG5LTDLd/dJ/S0WMVxriR2Y+CyPL5gzjpN4f/6iqWVBJlht0tQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js" integrity="sha256-X5PoE3KU5l+JcX+w09p/wHl9AzK333C4hJ2I9S5mD4M=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" integrity="sha256-/BfiIkHlHoVihZdc6TFuj7MmJ0TWcWsMXkeDFwhi0zw=" crossorigin="anonymous"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
const search_index_filename = "/index.json";
const i18n = {
'placeholder': "Search...",
'results': "results found",
'no_results': "No results found"
};
const content_type = {
'post': "Posts",
'project': "Projects",
'publication' : "Publications",
'talk' : "Talks"
};
</script>
<script id="search-hit-fuse-template" type="text/x-template">
<div class="search-hit" id="summary-{{key}}">
<div class="search-hit-content">
<div class="search-hit-name">
<a href="{{relpermalink}}">{{title}}</a>
<div class="article-metadata search-hit-type">{{type}}</div>
<p class="search-hit-description">{{snippet}}</p>
</div>
</div>
</div>
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script>
<script src="/js/academic.min.14cafafda844d960749b7551524d1c3a.js"></script>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.