path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
public_html/week6/html5validation3.html | BrianKolowitz/infsci2560_samples | <!DOCTYPE html>
<!-- source http://www.sitepoint.com/html5-form-validation/ -->
<html>
<head>
<title>TODO supply a title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/validation.css">
</head>
<body>
<form action="" method="post">
<fieldset>
<legend>Booking Details</legend>
<div>
<label for="name">Name:</label>
<input id="name" name="name" value="" required pattern="[A-Za-z-0-9]+\s[A-Za-z-'0-9]+" title="firstname lastname" aria-required="true" aria-describedby="name-format">
<span id="name-format" class="help">Format: firstname lastname</span>
</div>
<div>
<label for="email">Email:</label>
<input type="email" id="email" name="email" value="" required aria-required="true">
</div>
<div>
<label for="website">Website:</label>
<input type="url" id="website" name="website" value="">
</div>
<div>
<label for="numTickets"><abbr title="Number">No.</abbr> of Tickets:</label>
<input type="number" id="numTickets" name="numTickets" value="" required aria-required="true" min="1" max="4">
</div>
<div class="submit">
<input type="submit" value="Submit">
</div>
</fieldset>
</form>
</body>
</html>
|
themes/pan-bootstrap-1.4.x/css/identity.css | alexsegura/pan | /* identity.tpl */
p#security_informations {
font-size: 0.85em;
margin: 0 3em
} |
src/main/resources/org/jenkinsci/plugins/codesonar/CodeSonarPublisher/help-protocol.html | jenkinsci/codesonar-plugin | <div>Choose http or https</div> |
demo/www/templates/tabs.html | 1fabiopereira/tabNavBar | <!--
Create tabs with an icon and label, using the tabs-positive style.
Each tab's child <ion-nav-view> directive will have its own
navigation history that also transitions its views in and out.
-->
<ion-tabs class="tabs-icon-top tabs-color-active-positive">
<!-- Dashboard Tab -->
<ion-tab title="Tab1" icon-off="ion-ios-pulse" icon-on="ion-ios-pulse-strong" ng-click="goTo1()">
<ion-nav-view name="tab-dash"></ion-nav-view>
</ion-tab>
<!-- Dashboard2 Tab -->
<ion-tab title="Tab2" icon-off="ion-ios-pulse" icon-on="ion-ios-pulse-strong" ng-click="goTo2()">
<ion-nav-view name="tab-dash2"></ion-nav-view>
</ion-tab>
</ion-tabs>
|
app/templates/post.html | yyt030/flasky-zhihu | {% extends "base.html" %}
{% import "bootstrap/wtf.html" as wtf %}
{% import "_macros.html" as macros %}
{% block title %}八斗 - 问题详情{% endblock %}
{% block page_content %}
{% include '_posts.html' %}
<h4 id="comments">{{ posts[0].comments.count() }}个回答</h4>
{% include '_comments.html' %}
{% if current_user.can(Permission.WRITE_ARTICLES) %}
<div class="col-xs-12 col-mb-9 main">
<form class="form form-group-lg" method="post" action="/">>
<div class="form-group">
<label for="name">回复:</label>
{% include '_editor.html' %}
</div>
<div class="form-actions">
<button name="action_save" type="submit" class="btn btn-primary">提交回复</button>
</div>
</form>
</div>
{% endif %}
{% if pagination %}
<div class="pagination">
{{ macros.pagination_widget(pagination, '.post', fragment='#comments', id=posts[0].id) }}
</div>
{% endif %}
{% endblock %}
{% if current_user.can(Permission.WRITE_ARTICLES) %}
{% block scripts %}
{{ super() }}
<script src="/static/js/bootstrap-wysiwyg.js" type="text/javascript"></script>
<script src="/static/js/external/jquery.hotkeys.js" type="text/javascript"></script>
<script>
$(function () {
function initToolbarBootstrapBindings() {
var fonts = ['Serif', 'Sans', 'Arial', 'Arial Black', 'Courier',
'Courier New', 'Comic Sans MS', 'Helvetica', 'Impact', 'Lucida Grande', 'Lucida Sans', 'Tahoma', 'Times',
'Times New Roman', 'Verdana'],
fontTarget = $('[title=Font]').siblings('.dropdown-menu');
$.each(fonts, function (idx, fontName) {
fontTarget.append($('<li><a data-edit="fontName ' + fontName + '" style="font-family:\'' + fontName + '\'">' + fontName + '</a></li>'));
});
$('a[title]').tooltip({container: 'body'});
$('.dropdown-menu input').click(function () {
return false;
})
.change(function () {
$(this).parent('.dropdown-menu').siblings('.dropdown-toggle').dropdown('toggle');
})
.keydown('esc', function () {
this.value = '';
$(this).change();
});
$('[data-role=magic-overlay]').each(function () {
var overlay = $(this), target = $(overlay.data('target'));
overlay.css('opacity', 0).css('position', 'absolute').offset(target.offset()).width(target.outerWidth()).height(target.outerHeight());
});
if ("onwebkitspeechchange" in document.createElement("input")) {
var editorOffset = $('#editor').offset();
$('#voiceBtn').css('position', 'absolute').offset({
top: editorOffset.top,
left: editorOffset.left + $('#editor').innerWidth() - 35
});
} else {
$('#voiceBtn').hide();
}
};
function showErrorAlert(reason, detail) {
var msg = '';
if (reason === 'unsupported-file-type') {
msg = "Unsupported format " + detail;
}
else {
console.log("error uploading file", reason, detail);
}
$('<div class="alert"> <button type="button" class="close" data-dismiss="alert">×</button>' +
'<strong>File upload error</strong> ' + msg + ' </div>').prependTo('#alerts');
};
initToolbarBootstrapBindings();
$('#editor').wysiwyg({fileUploadError: showErrorAlert});
});
</script>
{% endblock %}
{% endif %}
|
deps/boost_1_77_0/doc/html/boost/algorithm/replace_tail_copy.html | davehorton/drachtio-server | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Function replace_tail_copy</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../string_algo/reference.html#header.boost.algorithm.string.replace_hpp" title="Header <boost/algorithm/string/replace.hpp>">
<link rel="prev" href="replace_head.html" title="Function template replace_head">
<link rel="next" href="replace_tail.html" title="Function template replace_tail">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
<td align="center"><a href="../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="replace_head.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../string_algo/reference.html#header.boost.algorithm.string.replace_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="replace_tail.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.algorithm.replace_tail_copy"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Function replace_tail_copy</span></h2>
<p>boost::algorithm::replace_tail_copy — Replace tail algorithm. </p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../string_algo/reference.html#header.boost.algorithm.string.replace_hpp" title="Header <boost/algorithm/string/replace.hpp>">boost/algorithm/string/replace.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> OutputIteratorT<span class="special">,</span> <span class="keyword">typename</span> Range1T<span class="special">,</span> <span class="keyword">typename</span> Range2T<span class="special">></span>
<span class="identifier">OutputIteratorT</span>
<span class="identifier">replace_tail_copy</span><span class="special">(</span><span class="identifier">OutputIteratorT</span> Output<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">Range1T</span> <span class="special">&</span> Input<span class="special">,</span> <span class="keyword">int</span> N<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">Range2T</span> <span class="special">&</span> Format<span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> SequenceT<span class="special">,</span> <span class="keyword">typename</span> RangeT<span class="special">></span>
<span class="identifier">SequenceT</span> <span class="identifier">replace_tail_copy</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">SequenceT</span> <span class="special">&</span> Input<span class="special">,</span> <span class="keyword">int</span> N<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">RangeT</span> <span class="special">&</span> Format<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="id-1.3.3.9.19.24.4"></a><h2>Description</h2>
<p>Replace the tail of the input with the given format string. The tail is a suffix of a string of given size. If the sequence is shorter then required, whole string is considered to be the tail. The result is a modified copy of the input. It is returned as a sequence or copied to the output iterator.</p>
<p>
</p>
<div class="note"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../doc/src/images/note.png"></td>
<th align="left">Note</th>
</tr>
<tr><td align="left" valign="top"><p>The second variant of this function provides the strong exception-safety guarantee </p></td></tr>
</table></div>
<p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term">Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="computeroutput">Format</code></span></p></td>
<td><p>A substitute string </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">Input</code></span></p></td>
<td><p>An input string </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">N</code></span></p></td>
<td><p>Length of the tail. For N>=0, at most N characters are extracted. For N<0, size(Input)-|N| characters are extracted. </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">Output</code></span></p></td>
<td><p>An output iterator to which the result will be copied </p></td>
</tr>
</tbody>
</table></div></td>
</tr>
<tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>An output iterator pointing just after the last inserted character or a modified copy of the input</p></td>
</tr>
</tbody>
</table></div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2002-2004 Pavol Droba<p>Use, modification and distribution is subject to the Boost
Software License, Version 1.0. (See accompanying file
<code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="replace_head.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../string_algo/reference.html#header.boost.algorithm.string.replace_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="replace_tail.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
static/style/session/create.css | dionyziz/endofcodes | @import url(http://weloveiconfonts.com/api/?family=fontawesome);
[class*="fontawesome-"]:before {
font-family: 'FontAwesome', sans-serif;
}
#login {
margin: 50px auto;
width: 300px;
}
#title {
margin-bottom: 35px;
font-size: 24px;
}
#forgot {
font-size: 16px;
float: right;
}
#check {
margin-top: 18px;
font-size: 16px;
}
.uppercase {
text-transform: uppercase;
}
#login-form input[type="checkbox"] {
float: left;
}
#login-form input[type="submit"] {
margin-top: 15px;
margin-bottom: 30px;
height: 43px;
width: 300px;
}
#login-form input[type="text"], #login-form input[type="password"] {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
height: 43px;
padding: 0px 10px;
width: 300px;
}
#login-form input[type="password"] {
margin-bottom: 5px;
}
.round {
background-color: #5a5656;
border-radius: 50%;
color: #f4f4f4;
display: block;
font-size: 12px;
height: 50px;
line-height: 50px;
margin: 30px 125px;
text-align: center;
}
.google-before {
background-color: #DF3131;
color: #f4f4f4;
display: block;
float: left;
height: 43px;
line-height: 43px;
text-align: center;
width: 50px;
}
.google {
background-color: #dd4b39;
color: #f4f4f4;
height: 43px;
width: 250px;
}
.google:hover, .google:active, .google:focus {
background-color: rgb(197, 44, 44);
}
.github:hover, .github:active, .github:focus {
background-color: rgb(80, 81, 88);
}
.github:hover, .github:active, .github:focus,
.google:hover, .google:active, .google:focus {
outline: none;
box-shadow: none;
}
.rounded {
border: none;
border-radius: 3px 0px 0px 3px;
}
.rounded-left {
border: none;
border-radius: 0px 3px 3px 0px;
}
.github-before {
background-color: #34343F;
color: #f4f4f1;
display: block;
float: left;
height: 43px;
line-height: 43px;
text-align: center;
width: 50px;
}
.github {
background-color: #444;
color: #f4f4f4;
height: 43px;
width: 250px;
}
#remember {
margin-left: 5px;
}
|
rawdata/utf8_lawstat/version2/01563/0156355053100.html | czchen/laweasyread-data | <html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01563/0156355053100.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:13:14 GMT -->
<head><title>法編號:01563 版本:055053100</title>
<link rel="stylesheet" type="text/css" href="../../version.css" >
</HEAD>
<body><left>
<table><tr><td><FONT COLOR=blue SIZE=5>中華民國五十六年度愛國公債發行條例(01563)</font>
<table><tr><td> </td><td>
<table><tr><td> </td><td>
<table><tr><td> </td>
<tr><td align=left valign=top>
<a href=0156355053100.html target=law01563><nobr><font size=2>中華民國 55 年 5 月 31 日</font></nobr></a>
</td>
<td valign=top><font size=2>制定12條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 55 年 6 月 9 日公布</font></nobr></td>
</table></table></table></table>
<p><table><tr><td><font color=blue size=4>民國55年5月31日</font></td>
</table>
<table><tr><td> </td><td><font color=8000ff>第一條</font>
<font size=2>(辦理依據)</font>
<table><tr><td> </td>
<td>
中華民國五十六年度愛國公債之發行,依本條例之規定辦理。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第二條</font>
<font size=2>(發行日期之訂定)</font>
<table><tr><td> </td>
<td>
本公債定額為新臺幣五億元,於五十六會計年度內照票面十足發行;其發行日期,由行政院定之。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第三條</font>
<font size=2>(票面種類)</font>
<table><tr><td> </td>
<td>
本公債票面分新臺幣五百元、壹千元、五千元、壹萬元、五萬元五種,均為無記名式。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第四條</font>
<font size=2>(利率)</font>
<table><tr><td> </td>
<td>
本公債利率為年息百分之四。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第五條</font>
<font size=2>(償還期限)</font>
<table><tr><td> </td>
<td>
本公債償還期限,定為一十二年,前兩年祗付利息,自發行之日起每六個月付息一次,以後十年每六個月平均攤還本息一次,分二十次全部還清。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第六條</font>
<font size=2>(債票遺失,被盜或滅失者,不得掛失止付)</font>
<table><tr><td> </td>
<td>
本公債債票遺失,被盜或滅失者,不得掛失止付,並不適用民法第七百二十條第一項但書、第七百二十五條及第七百二十七條之規定。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第七條</font>
<font size=2>(基金儲存備付)</font>
<table><tr><td> </td>
<td>
本公債還本付息基金,按年列入國家總預算,預期撥交經理銀行儲存備付。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第八條</font>
<font size=2>(公債之募銷及還本付息)</font>
<table><tr><td> </td>
<td>
本公債之募銷及還本付息,由中央銀行經理之。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第九條</font>
<font size=2>(自由買賣、質押及充公務上之保證)</font>
<table><tr><td> </td>
<td>
本公債得自由買賣、質押及充公務上之保證,並得為金融業之保證準備金。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十條</font>
<font size=2>(利息免稅)</font>
<table><tr><td> </td>
<td>
本公債利息,免納所得稅。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十一條</font>
<font size=2>(派募辦法)</font>
<table><tr><td> </td>
<td>
本公債派募辦法另定之。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十二條</font>
<font size=2>(施行日)</font>
<table><tr><td> </td>
<td>
本條例自公布日施行。<br>
</td>
</table>
</table>
</table>
</left>
</body>
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01563/0156355053100.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:13:14 GMT -->
</html>
|
hadoop-2.2.0/share/doc/hadoop/api/org/apache/hadoop/metrics2/class-use/MetricsSource.html | ashish-17/playback | <!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_26) on Mon Oct 07 06:41:30 UTC 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface org.apache.hadoop.metrics2.MetricsSource (Apache Hadoop Main 2.2.0 API)
</TITLE>
<META NAME="date" CONTENT="2013-10-07">
<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 Interface org.apache.hadoop.metrics2.MetricsSource (Apache Hadoop Main 2.2.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/metrics2/MetricsSource.html" title="interface in org.apache.hadoop.metrics2"><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/metrics2//class-useMetricsSource.html" target="_top"><B>FRAMES</B></A>
<A HREF="MetricsSource.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 Interface<br>org.apache.hadoop.metrics2.MetricsSource</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/metrics2/MetricsSource.html" title="interface in org.apache.hadoop.metrics2">MetricsSource</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.metrics2"><B>org.apache.hadoop.metrics2</B></A></TD>
<TD>Metrics 2.0 </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.metrics2"><!-- --></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/metrics2/MetricsSource.html" title="interface in org.apache.hadoop.metrics2">MetricsSource</A> in <A HREF="../../../../../org/apache/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</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/hadoop/metrics2/package-summary.html">org.apache.hadoop.metrics2</A> that return <A HREF="../../../../../org/apache/hadoop/metrics2/MetricsSource.html" title="interface in org.apache.hadoop.metrics2">MetricsSource</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>abstract <A HREF="../../../../../org/apache/hadoop/metrics2/MetricsSource.html" title="interface in org.apache.hadoop.metrics2">MetricsSource</A></CODE></FONT></TD>
<TD><CODE><B>MetricsSystem.</B><B><A HREF="../../../../../org/apache/hadoop/metrics2/MetricsSystem.html#getSource(java.lang.String)">getSource</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> name)</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/metrics2/MetricsSource.html" title="interface in org.apache.hadoop.metrics2"><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/metrics2//class-useMetricsSource.html" target="_top"><B>FRAMES</B></A>
<A HREF="MetricsSource.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 © 2013 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
|
rawdata/utf8_lawstat/version2/01539/0153936122200.html | czchen/laweasyread-data | <html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01539/0153936122200.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:12:54 GMT -->
<head><title>法編號:01539 版本:036122200</title>
<link rel="stylesheet" type="text/css" href="../../version.css" >
</HEAD>
<body><left>
<table><tr><td><FONT COLOR=blue SIZE=5>省銀行條例(01539)</font>
<table><tr><td> </td><td>
<table><tr><td> </td><td>
<table><tr><td> </td>
<tr><td align=left valign=top>
<a href=0153934061600.html target=law01539><nobr><font size=2>中華民國 34 年 6 月 16 日</font></nobr></a>
</td>
<td valign=top><font size=2>制定17條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 34 年 7 月 3 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=0153936041500.html target=law01539><nobr><font size=2>中華民國 36 年 4 月 15 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正全文16條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 36 年 4 月 29 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=0153936122200.html target=law01539><nobr><font size=2>中華民國 36 年 12 月 22 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正第2, 4, 5, 10, 14條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 37 年 1 月 8 日公布</font></nobr></td>
<tr><td align=left valign=top>
<nobr><font size=2>中華民國 82 年 7 月 9 日</font></nobr>
</td>
<td valign=top><font size=2>廢止16條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 82 年 7 月 30 日公布</font></nobr></td>
</table></table></table></table>
<p><table><tr><td><font color=blue size=4>民國36年12月22日(非現行條文)</font></td>
</table>
<table><tr><td> </td><td><font color=8000ff>第一條</font>
</font>
<table><tr><td> </td>
<td>
省銀行以調劑本省金融、扶助本省經濟建設、開發本省生產事業為宗旨,定名為某某省銀行。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第二條</font>
</font>
<table><tr><td> </td>
<td>
省銀行隸屬於省政府,以一省一行為限,省立之其他銀行應予裁併。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第三條</font>
</font>
<table><tr><td> </td>
<td>
省銀行除首都所在地或因其他特殊原因,經財政部特准外,不得在省外設立分支機構。其已呈准設立之省外辦事處,僅以辦理本省匯兌為限,所有存款放款儲蓄及投資等業務,一概不得經營。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第四條</font>
</font>
<table><tr><td> </td>
<td>
省銀行之資本,由省庫撥給,並得由縣市公庫參加公股。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第五條</font>
</font>
<table><tr><td> </td>
<td>
省銀行之業務如左:<br>
一、代理省庫。<br>
二、經理省公債。<br>
三、存款。<br>
四、放款。<br>
五、貼現及押匯。<br>
六、匯兌。<br>
七、儲蓄業務。<br>
八、信託業務。<br>
九、其他財政部許可之合法銀行業務。<br>
十、代理政府或自治團體之其他委託事項。<br>
前項第四款之放款,以貸予省內農、林、漁、牧、工、礦等生產事業及公用事業為主。<br>
第一項第七款第八款之業務,應呈經財政部核准。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第六條</font>
</font>
<table><tr><td> </td>
<td>
省銀行得受中央、中國、交通、農民四行委託,代辦各項業務。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第七條</font>
</font>
<table><tr><td> </td>
<td>
省銀行不得經營左列各項業務:<br>
一、無確實擔保之放款透支及保證。<br>
二、買賣或承受非營業用不動產。<br>
三、直接經營各種事業。<br>
四、法令禁止經營之其他銀行業務。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第八條</font>
</font>
<table><tr><td> </td>
<td>
省銀行設董事十五人,分配如左:<br>
一、財政廳長、建設廳長。<br>
二、省政府聘請省內富有經濟、財政、金融學識經驗之專家三人。<br>
三、縣市參議會各推定候選人一人,報由省參議會就候選人中選出十人,省參議員不得當選。<br>
前項第二款第三款董事,均任期三年。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第九條</font>
</font>
<table><tr><td> </td>
<td>
省銀行設監察人五人,分配如左:<br>
一、審計處長、會計長。<br>
二、省參議會推選三人。<br>
前項第二款監察人任期一年。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十條</font>
</font>
<table><tr><td> </td>
<td>
省銀行設常務董事三人至五人,由董事互選之,並由常務董事中互推一人為董事長,主持董事會事務。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十一條</font>
</font>
<table><tr><td> </td>
<td>
省銀行置總經理一人,副總經理一人或二人,均為專任職,由董事會遴聘之。<br>
總經理綜理全行事務,並對外代表本行,副總經理輔助總經理辦理行務。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十二條</font>
</font>
<table><tr><td> </td>
<td>
董事會之職掌如左:<br>
一、資本增減之審定。<br>
二、分支行處設立或廢止之審定。<br>
三、業務計劃之審定。<br>
四、預算決算之審定。<br>
五、盈餘分配之審定。<br>
六、對外重要契約及委託受託事項之審定。<br>
七、抵押品及擔保品處分之審定。<br>
八、主任以上重要職員任免之審定。<br>
九、各項規章之審定。<br>
十、總經理提議事項之審定。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十三條</font>
</font>
<table><tr><td> </td>
<td>
監察人之職權如左:<br>
一、稽核帳目。<br>
二、檢查庫款。<br>
三、審核預算決算。<br>
四、監察本銀行職員及業務。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十四條</font>
</font>
<table><tr><td> </td>
<td>
省銀行每年決算兩次,以六月終為半年決算期,十二月終為全年決算期,每全年決算應造具左列各項表冊,經董事會議決,監察人審核後,呈報省政府查核備案并公布之:<br>
一、營業報告書。<br>
二、資產負債表。<br>
三、財產目錄。<br>
四、損益表。<br>
五、盈虧撥補表。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十五條</font>
</font>
<table><tr><td> </td>
<td>
各省銀行年度決算有盈餘時,除依法納所得稅利得稅外,所有盈餘,如歷年有積虧時。應先填補,再提百分之十法定公積金,百分之二十特別公積金,次按約定利率撥付公息,再有餘額照左列百分比例分配之:<br>
一、員工獎勵及董事監察人酬勞百分之二十,分配數員工佔百分之十八,董事監察人佔百分之二。但員工獎勵不得超過各員工全年薪給四分之一,照最高額分配有餘時,應轉入特別公積金。<br>
二、福利基金百分之十。<br>
三、股份紅利百分之四十。股份紅利按股份比例分配之。<br>
四、地方公益事業經費基金百分之三十。<br>
前項法定公積金累計數,如已達資本總額時,得減低所提成數,特別公積金以提至累計數達到資本總額二分之一時為止。<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第十六條</font>
</font>
<table><tr><td> </td>
<td>
本條例自公布日施行。<br>
</td>
</table>
</table>
</table>
</left>
</body>
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01539/0153936122200.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:12:54 GMT -->
</html>
|
oatos_project/oatos-server/doc/后台接口API大全/com/conlect/oatos/dto/autobean/INetworkFoldersDTO.html | allanfish/facetime-demo | <!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_25-ea) on Mon May 13 11:19:40 CST 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
INetworkFoldersDTO
</TITLE>
<META NAME="date" CONTENT="2013-05-13">
<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="INetworkFoldersDTO";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>类</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/INetworkFoldersDTO.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</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="../../../../../com/conlect/oatos/dto/autobean/INetworkFolderDTO.html" title="com.conlect.oatos.dto.autobean 中的接口"><B>上一个类</B></A>
<A HREF="../../../../../com/conlect/oatos/dto/autobean/INonceDTO.html" title="com.conlect.oatos.dto.autobean 中的接口"><B>下一个类</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/conlect/oatos/dto/autobean/INetworkFoldersDTO.html" target="_top"><B>框架</B></A>
<A HREF="INetworkFoldersDTO.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
摘要: 嵌套 | 字段 | 构造方法 | <A HREF="#method_summary">方法</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
详细信息: 字段 | 构造方法 | <A HREF="#method_detail">方法</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.conlect.oatos.dto.autobean</FONT>
<BR>
接口 INetworkFoldersDTO</H2>
<DL>
<DT><B>所有超级接口:</B> <DD>java.io.Serializable</DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>INetworkFoldersDTO</B><DT>extends java.io.Serializable</DL>
</PRE>
<P>
网络文件夹接口
<P>
<P>
<DL>
<DT><B>作者:</B></DT>
<DD>yang</DD>
</DL>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>方法摘要</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../com/conlect/oatos/dto/autobean/INetworkFolderDTO.html" title="com.conlect.oatos.dto.autobean 中的接口">INetworkFolderDTO</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/conlect/oatos/dto/autobean/INetworkFoldersDTO.html#getNetworkFolderDTOList()">getNetworkFolderDTOList</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/conlect/oatos/dto/autobean/INetworkFoldersDTO.html#setNetworkFolderDTOList(java.util.List)">setNetworkFolderDTOList</A></B>(java.util.List<<A HREF="../../../../../com/conlect/oatos/dto/autobean/INetworkFolderDTO.html" title="com.conlect.oatos.dto.autobean 中的接口">INetworkFolderDTO</A>> networkFolderDTOList)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>方法详细信息</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getNetworkFolderDTOList()"><!-- --></A><H3>
getNetworkFolderDTOList</H3>
<PRE>
java.util.List<<A HREF="../../../../../com/conlect/oatos/dto/autobean/INetworkFolderDTO.html" title="com.conlect.oatos.dto.autobean 中的接口">INetworkFolderDTO</A>> <B>getNetworkFolderDTOList</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setNetworkFolderDTOList(java.util.List)"><!-- --></A><H3>
setNetworkFolderDTOList</H3>
<PRE>
void <B>setNetworkFolderDTOList</B>(java.util.List<<A HREF="../../../../../com/conlect/oatos/dto/autobean/INetworkFolderDTO.html" title="com.conlect.oatos.dto.autobean 中的接口">INetworkFolderDTO</A>> networkFolderDTOList)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>类</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/INetworkFoldersDTO.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</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="../../../../../com/conlect/oatos/dto/autobean/INetworkFolderDTO.html" title="com.conlect.oatos.dto.autobean 中的接口"><B>上一个类</B></A>
<A HREF="../../../../../com/conlect/oatos/dto/autobean/INonceDTO.html" title="com.conlect.oatos.dto.autobean 中的接口"><B>下一个类</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/conlect/oatos/dto/autobean/INetworkFoldersDTO.html" target="_top"><B>框架</B></A>
<A HREF="INetworkFoldersDTO.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
摘要: 嵌套 | 字段 | 构造方法 | <A HREF="#method_summary">方法</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
详细信息: 字段 | 构造方法 | <A HREF="#method_detail">方法</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
Homeworks/06. JavaScript-Fundamentals/08. JS Strings/Strings - UI Input/Styles/styles.css | marianamn/Telerik-Academy-Activities | body{
align-items:center;
font-family:Arial;
line-height:24px;
color:#333;
}
#container{
width:60%;
float:left;
position:absolute;
}
.taskTitle{
font-weight:bold;
font-size:1.5em;
margin-top:40px;
}
.taskBody{
list-style:disc;
color:#333946;
}
.examples{
font-style:italic;
margin-left:40px;
}
table, td, th{
border:1px solid #bab6b6;
border-collapse:collapse;
margin-left:40px;
margin-bottom:40px;
}
td, th {
width:auto;
text-align:left;
padding:5px 10px 5px 10px;
}
tr:nth-child(2n+2){
background:#F8F8F8;
}
label{
margin-top:10px;
padding:10px;
color:#b10b0b;
font-weight:bold;
}
button{
padding:5px;
margin:5px;
color:darkblue;
font-weight:bold;
border-radius:5px;
font-family:Arial;
font-size:17px;
background: rgb(247,251,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(247,251,252,1) 0%, rgba(217,237,242,1) 40%, rgba(173,217,228,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,251,252,1)), color-stop(40%,rgba(217,237,242,1)), color-stop(100%,rgba(173,217,228,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4',GradientType=0 ); /* IE6-9 */
}
#clear-console{
color:darkblue;
font-weight:bold;
border-radius:5px;
float:right;
position:fixed;
left:75%;
top:79%;
}
#clear-console .js-console {
display:block;
}
input{
width:20%;
}
#problem3-a{
width:80%;
}
.input-data{
background:rgba(217,237,242,1);
padding-top:3px;
padding-bottom:3px;
}
.input-data .comment{
color:gray;
font-size:0.8em;
font-style:italic;
}
a{
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
.bold-text{
font-weight:bold;
} |
Mall03/project/app/web/static/css/lib/bootstrap.css | MR03/Project-Mountain | @charset "UTF-8";
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline; }
audio:not([controls]) {
display: none;
height: 0; }
[hidden],
template {
display: none; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
.navbar {
display: none; }
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important; }
.label {
border: 1px solid #000; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important; } }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent; }
body {
font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 1.618;
color: #333333;
background-color: #fff; }
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
a {
color: #337ab7;
text-decoration: none;
cursor: pointer;
transition: all .1s; }
a:hover, a:focus {
color: #23527c;
text-decoration: none; }
a:focus {
outline: thin dotted;
outline: 2px auto -webkit-focus-ring-color;
outline-offset: -2px; }
figure {
margin: 0; }
img {
vertical-align: middle; }
.img-responsive {
display: block;
max-width: 100%;
height: auto; }
.img-rounded {
border-radius: 3px; }
.img-thumbnail {
padding: 4px;
line-height: 1.618;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 2px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto; }
.img-circle {
border-radius: 50%; }
hr {
margin-top: 19px;
margin-bottom: 19px;
border: 0;
border-top: 1px solid #eeeeee; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
[role="button"] {
cursor: pointer; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777; }
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 9.5px;
margin-bottom: 9.5px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%; }
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 9.5px;
margin-bottom: 9.5px; }
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
font-size: 75%; }
h1, .h1 {
font-size: 31px; }
h2, .h2 {
font-size: 25px; }
h3, .h3 {
font-size: 21px; }
h4, .h4 {
font-size: 15px; }
h5, .h5 {
font-size: 12px; }
h6, .h6 {
font-size: 11px; }
p {
margin: 0 0 9.5px; }
.lead {
margin-bottom: 19px;
font-size: 13px;
font-weight: 300;
line-height: 1.4; }
@media (min-width: 768px) {
.lead {
font-size: 18px; } }
small,
.small {
font-size: 91%; }
mark,
.mark {
background-color: #fcf8e3;
padding: .2em; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.text-justify {
text-align: justify; }
.text-nowrap {
white-space: nowrap; }
.text-lowercase {
text-transform: lowercase; }
.text-uppercase, .initialism {
text-transform: uppercase; }
.text-capitalize {
text-transform: capitalize; }
.text-muted {
color: #777777; }
.text-primary {
color: #337ab7; }
a.text-primary:hover,
a.text-primary:focus {
color: #286090; }
.text-success {
color: #3c763d; }
a.text-success:hover,
a.text-success:focus {
color: #2b542c; }
.text-info {
color: #31708f; }
a.text-info:hover,
a.text-info:focus {
color: #245269; }
.text-warning {
color: #8a6d3b; }
a.text-warning:hover,
a.text-warning:focus {
color: #66512c; }
.text-danger {
color: #a94442; }
a.text-danger:hover,
a.text-danger:focus {
color: #843534; }
.bg-primary {
color: #fff; }
.bg-primary {
background-color: #337ab7; }
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090; }
.bg-success {
background-color: #dff0d8; }
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3; }
.bg-info {
background-color: #d9edf7; }
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee; }
.bg-warning {
background-color: #fcf8e3; }
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5; }
.bg-danger {
background-color: #f2dede; }
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9; }
.page-header {
padding-bottom: 8.5px;
margin: 38px 0 19px;
border-bottom: 1px solid #eeeeee; }
ul,
ol {
margin-top: 0;
margin-bottom: 9.5px; }
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0; }
.list-unstyled {
padding-left: 0;
list-style: none; }
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px; }
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px; }
dl {
margin-top: 0;
margin-bottom: 19px; }
dt,
dd {
line-height: 1.618; }
dt {
font-weight: bold; }
dd {
margin-left: 0; }
.dl-horizontal dd:before, .dl-horizontal dd:after {
content: " ";
display: table; }
.dl-horizontal dd:after {
clear: both; }
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.dl-horizontal dd {
margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777; }
.initialism {
font-size: 90%; }
blockquote {
padding: 9.5px 19px;
margin: 0 0 19px;
font-size: 15px;
border-left: 5px solid #eeeeee; }
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0; }
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.618;
color: #777777; }
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0'; }
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right; }
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: ''; }
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014'; }
address {
margin-bottom: 19px;
font-style: normal;
line-height: 1.618; }
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 2px; }
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 1px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none; }
pre {
display: block;
padding: 9px;
margin: 0 0 9.5px;
font-size: 11px;
line-height: 1.618;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 2px; }
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0; }
.pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
.container {
margin-right: auto;
margin-left: auto; }
.container:before, .container:after {
content: " ";
display: table; }
.container:after {
clear: both; }
@media (min-width: 768px) {
.container {
width: 750px; } }
@media (min-width: 992px) {
.container {
width: 970px; } }
@media (min-width: 1200px) {
.container {
width: 1170px; } }
.container-fluid {
margin-right: auto;
margin-left: auto; }
.container-fluid:before, .container-fluid:after {
content: " ";
display: table; }
.container-fluid:after {
clear: both; }
.row:before, .row:after {
content: " ";
display: table; }
.row:after {
clear: both; }
.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 {
position: relative;
min-height: 1px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left; }
.col-xs-1 {
width: 8.33333%; }
.col-xs-2 {
width: 16.66667%; }
.col-xs-3 {
width: 25%; }
.col-xs-4 {
width: 33.33333%; }
.col-xs-5 {
width: 41.66667%; }
.col-xs-6 {
width: 50%; }
.col-xs-7 {
width: 58.33333%; }
.col-xs-8 {
width: 66.66667%; }
.col-xs-9 {
width: 75%; }
.col-xs-10 {
width: 83.33333%; }
.col-xs-11 {
width: 91.66667%; }
.col-xs-12 {
width: 100%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-pull-1 {
right: 8.33333%; }
.col-xs-pull-2 {
right: 16.66667%; }
.col-xs-pull-3 {
right: 25%; }
.col-xs-pull-4 {
right: 33.33333%; }
.col-xs-pull-5 {
right: 41.66667%; }
.col-xs-pull-6 {
right: 50%; }
.col-xs-pull-7 {
right: 58.33333%; }
.col-xs-pull-8 {
right: 66.66667%; }
.col-xs-pull-9 {
right: 75%; }
.col-xs-pull-10 {
right: 83.33333%; }
.col-xs-pull-11 {
right: 91.66667%; }
.col-xs-pull-12 {
right: 100%; }
.col-xs-push-0 {
left: auto; }
.col-xs-push-1 {
left: 8.33333%; }
.col-xs-push-2 {
left: 16.66667%; }
.col-xs-push-3 {
left: 25%; }
.col-xs-push-4 {
left: 33.33333%; }
.col-xs-push-5 {
left: 41.66667%; }
.col-xs-push-6 {
left: 50%; }
.col-xs-push-7 {
left: 58.33333%; }
.col-xs-push-8 {
left: 66.66667%; }
.col-xs-push-9 {
left: 75%; }
.col-xs-push-10 {
left: 83.33333%; }
.col-xs-push-11 {
left: 91.66667%; }
.col-xs-push-12 {
left: 100%; }
.col-xs-offset-0 {
margin-left: 0%; }
.col-xs-offset-1 {
margin-left: 8.33333%; }
.col-xs-offset-2 {
margin-left: 16.66667%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-4 {
margin-left: 33.33333%; }
.col-xs-offset-5 {
margin-left: 41.66667%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-7 {
margin-left: 58.33333%; }
.col-xs-offset-8 {
margin-left: 66.66667%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-10 {
margin-left: 83.33333%; }
.col-xs-offset-11 {
margin-left: 91.66667%; }
.col-xs-offset-12 {
margin-left: 100%; }
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left; }
.col-sm-1 {
width: 8.33333%; }
.col-sm-2 {
width: 16.66667%; }
.col-sm-3 {
width: 25%; }
.col-sm-4 {
width: 33.33333%; }
.col-sm-5 {
width: 41.66667%; }
.col-sm-6 {
width: 50%; }
.col-sm-7 {
width: 58.33333%; }
.col-sm-8 {
width: 66.66667%; }
.col-sm-9 {
width: 75%; }
.col-sm-10 {
width: 83.33333%; }
.col-sm-11 {
width: 91.66667%; }
.col-sm-12 {
width: 100%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-pull-1 {
right: 8.33333%; }
.col-sm-pull-2 {
right: 16.66667%; }
.col-sm-pull-3 {
right: 25%; }
.col-sm-pull-4 {
right: 33.33333%; }
.col-sm-pull-5 {
right: 41.66667%; }
.col-sm-pull-6 {
right: 50%; }
.col-sm-pull-7 {
right: 58.33333%; }
.col-sm-pull-8 {
right: 66.66667%; }
.col-sm-pull-9 {
right: 75%; }
.col-sm-pull-10 {
right: 83.33333%; }
.col-sm-pull-11 {
right: 91.66667%; }
.col-sm-pull-12 {
right: 100%; }
.col-sm-push-0 {
left: auto; }
.col-sm-push-1 {
left: 8.33333%; }
.col-sm-push-2 {
left: 16.66667%; }
.col-sm-push-3 {
left: 25%; }
.col-sm-push-4 {
left: 33.33333%; }
.col-sm-push-5 {
left: 41.66667%; }
.col-sm-push-6 {
left: 50%; }
.col-sm-push-7 {
left: 58.33333%; }
.col-sm-push-8 {
left: 66.66667%; }
.col-sm-push-9 {
left: 75%; }
.col-sm-push-10 {
left: 83.33333%; }
.col-sm-push-11 {
left: 91.66667%; }
.col-sm-push-12 {
left: 100%; }
.col-sm-offset-0 {
margin-left: 0%; }
.col-sm-offset-1 {
margin-left: 8.33333%; }
.col-sm-offset-2 {
margin-left: 16.66667%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-4 {
margin-left: 33.33333%; }
.col-sm-offset-5 {
margin-left: 41.66667%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-7 {
margin-left: 58.33333%; }
.col-sm-offset-8 {
margin-left: 66.66667%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-10 {
margin-left: 83.33333%; }
.col-sm-offset-11 {
margin-left: 91.66667%; }
.col-sm-offset-12 {
margin-left: 100%; } }
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left; }
.col-md-1 {
width: 8.33333%; }
.col-md-2 {
width: 16.66667%; }
.col-md-3 {
width: 25%; }
.col-md-4 {
width: 33.33333%; }
.col-md-5 {
width: 41.66667%; }
.col-md-6 {
width: 50%; }
.col-md-7 {
width: 58.33333%; }
.col-md-8 {
width: 66.66667%; }
.col-md-9 {
width: 75%; }
.col-md-10 {
width: 83.33333%; }
.col-md-11 {
width: 91.66667%; }
.col-md-12 {
width: 100%; }
.col-md-pull-0 {
right: auto; }
.col-md-pull-1 {
right: 8.33333%; }
.col-md-pull-2 {
right: 16.66667%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-4 {
right: 33.33333%; }
.col-md-pull-5 {
right: 41.66667%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-7 {
right: 58.33333%; }
.col-md-pull-8 {
right: 66.66667%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-10 {
right: 83.33333%; }
.col-md-pull-11 {
right: 91.66667%; }
.col-md-pull-12 {
right: 100%; }
.col-md-push-0 {
left: auto; }
.col-md-push-1 {
left: 8.33333%; }
.col-md-push-2 {
left: 16.66667%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-4 {
left: 33.33333%; }
.col-md-push-5 {
left: 41.66667%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-7 {
left: 58.33333%; }
.col-md-push-8 {
left: 66.66667%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-10 {
left: 83.33333%; }
.col-md-push-11 {
left: 91.66667%; }
.col-md-push-12 {
left: 100%; }
.col-md-offset-0 {
margin-left: 0%; }
.col-md-offset-1 {
margin-left: 8.33333%; }
.col-md-offset-2 {
margin-left: 16.66667%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-4 {
margin-left: 33.33333%; }
.col-md-offset-5 {
margin-left: 41.66667%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-7 {
margin-left: 58.33333%; }
.col-md-offset-8 {
margin-left: 66.66667%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-10 {
margin-left: 83.33333%; }
.col-md-offset-11 {
margin-left: 91.66667%; }
.col-md-offset-12 {
margin-left: 100%; } }
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left; }
.col-lg-1 {
width: 8.33333%; }
.col-lg-2 {
width: 16.66667%; }
.col-lg-3 {
width: 25%; }
.col-lg-4 {
width: 33.33333%; }
.col-lg-5 {
width: 41.66667%; }
.col-lg-6 {
width: 50%; }
.col-lg-7 {
width: 58.33333%; }
.col-lg-8 {
width: 66.66667%; }
.col-lg-9 {
width: 75%; }
.col-lg-10 {
width: 83.33333%; }
.col-lg-11 {
width: 91.66667%; }
.col-lg-12 {
width: 100%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-pull-1 {
right: 8.33333%; }
.col-lg-pull-2 {
right: 16.66667%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-4 {
right: 33.33333%; }
.col-lg-pull-5 {
right: 41.66667%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-7 {
right: 58.33333%; }
.col-lg-pull-8 {
right: 66.66667%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-10 {
right: 83.33333%; }
.col-lg-pull-11 {
right: 91.66667%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-push-0 {
left: auto; }
.col-lg-push-1 {
left: 8.33333%; }
.col-lg-push-2 {
left: 16.66667%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-4 {
left: 33.33333%; }
.col-lg-push-5 {
left: 41.66667%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-7 {
left: 58.33333%; }
.col-lg-push-8 {
left: 66.66667%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-10 {
left: 83.33333%; }
.col-lg-push-11 {
left: 91.66667%; }
.col-lg-push-12 {
left: 100%; }
.col-lg-offset-0 {
margin-left: 0%; }
.col-lg-offset-1 {
margin-left: 8.33333%; }
.col-lg-offset-2 {
margin-left: 16.66667%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-4 {
margin-left: 33.33333%; }
.col-lg-offset-5 {
margin-left: 41.66667%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-7 {
margin-left: 58.33333%; }
.col-lg-offset-8 {
margin-left: 66.66667%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-10 {
margin-left: 83.33333%; }
.col-lg-offset-11 {
margin-left: 91.66667%; }
.col-lg-offset-12 {
margin-left: 100%; } }
table {
background-color: transparent; }
caption {
padding-top: 10px;
padding-bottom: 10px;
color: #777777;
text-align: left; }
th {
text-align: center; }
.table {
width: 100%;
max-width: 100%;
margin-bottom: 19px; }
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 10px;
line-height: 1.618;
vertical-align: middle;
border-top: 1px solid #ddd;
text-align: center; }
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0; }
.table > tbody + tbody {
border-top: 2px solid #ddd; }
.table .table {
background-color: #fff; }
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px; }
.table-bordered {
border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px; }
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9; }
.table-hover > tbody > tr:hover {
background-color: #f5f5f5; }
table col[class*="col-"] {
position: static;
float: none;
display: table-column; }
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell; }
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5; }
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8; }
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8; }
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6; }
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7; }
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3; }
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3; }
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc; }
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede; }
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc; }
.table-responsive {
overflow-x: auto;
min-height: 0.01%; }
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 14.25px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd; }
.table-responsive > .table {
margin-bottom: 0; }
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap; }
.table-responsive > .table-bordered {
border: 0; }
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0; } }
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0; }
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 19px;
font-size: 18px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5; }
label {
display: inline-block;
max-width: 100%;
font-weight: bold; }
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
input[type="radio"],
input[type="checkbox"] {
margin-top: 1px \9;
line-height: normal; }
input[type="file"] {
display: block; }
input[type="range"] {
display: block;
width: 100%; }
select[multiple],
select[size] {
height: auto; }
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 2px auto -webkit-focus-ring-color;
outline-offset: -2px; }
output {
display: block;
padding-top: 7px;
font-size: 12px;
line-height: 1.618;
color: #555555; }
.form-control {
display: block;
width: 100%;
height: 33px;
padding: 6px 12px;
font-size: 12px;
line-height: 1.618;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder {
color: #999;
opacity: 1; }
.form-control:-ms-input-placeholder {
color: #999; }
.form-control::-webkit-input-placeholder {
color: #999; }
.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1; }
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed; }
textarea.form-control {
height: auto; }
input[type="search"] {
-webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 33px; }
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
.input-group-sm input[type="date"],
input[type="time"].input-sm,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
.input-group-sm
input[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
.input-group-sm
input[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn,
.input-group-sm
input[type="month"] {
line-height: 28px; }
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
.input-group-lg input[type="date"],
input[type="time"].input-lg,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
.input-group-lg
input[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
.input-group-lg
input[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn,
.input-group-lg
input[type="month"] {
line-height: 42px; } }
.form-group {
margin-bottom: 15px; }
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px; }
.radio label,
.checkbox label {
min-height: 19px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer; }
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9; }
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px; }
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer; }
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px; }
input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed; }
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
cursor: not-allowed; }
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
cursor: not-allowed; }
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 31px; }
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
padding-left: 0;
padding-right: 0; }
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 28px;
padding: 5px 10px;
font-size: 11px;
line-height: 1.5;
border-radius: 1px; }
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
height: 28px;
line-height: 28px; }
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
height: auto; }
.form-group-sm .form-control {
height: 28px;
padding: 5px 10px;
font-size: 11px;
line-height: 1.5;
border-radius: 1px; }
.form-group-sm select.form-control {
height: 28px;
line-height: 28px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto; }
.form-group-sm .form-control-static {
height: 28px;
min-height: 30px;
padding: 6px 10px;
font-size: 11px;
line-height: 1.5; }
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 42px;
padding: 10px 16px;
font-size: 15px;
line-height: 1.33333;
border-radius: 3px; }
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
height: 42px;
line-height: 42px; }
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
height: auto; }
.form-group-lg .form-control {
height: 42px;
padding: 10px 16px;
font-size: 15px;
line-height: 1.33333;
border-radius: 3px; }
.form-group-lg select.form-control {
height: 42px;
line-height: 42px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto; }
.form-group-lg .form-control-static {
height: 42px;
min-height: 34px;
padding: 11px 16px;
font-size: 15px;
line-height: 1.33333; }
.has-feedback {
position: relative; }
.has-feedback .form-control {
padding-right: 41.25px; }
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 33px;
height: 33px;
line-height: 33px;
text-align: center;
pointer-events: none; }
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 42px;
height: 42px;
line-height: 42px; }
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 28px;
height: 28px;
line-height: 28px; }
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d; }
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8; }
.has-success .form-control-feedback {
color: #3c763d; }
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b; }
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3; }
.has-warning .form-control-feedback {
color: #8a6d3b; }
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442; }
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede; }
.has-error .form-control-feedback {
color: #a94442; }
.has-feedback label ~ .form-control-feedback {
top: 24px; }
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0; }
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373; }
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 10px;
vertical-align: middle; }
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.form-inline .form-control-static {
display: inline-block; }
.form-inline .input-group {
display: inline-table;
vertical-align: middle; }
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto; }
.form-inline .input-group > .form-control {
width: 100%; }
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle; }
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle; }
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0; }
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0; }
.form-inline .has-feedback .form-control-feedback {
top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 26px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
content: " ";
display: table; }
.form-horizontal .form-group:after {
clear: both; }
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
right: 15px; }
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.33333px;
font-size: 15px; } }
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 11px; } }
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 12px;
line-height: 1.618;
border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
outline: thin dotted;
outline: 2px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus {
color: #333;
text-decoration: none; }
.btn:active, .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none; }
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none; }
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc; }
.btn-default:focus, .btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c; }
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
border-color: #adadad; }
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc; }
.btn-default .badge {
color: #fff;
background-color: #333; }
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4; }
.btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40; }
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #286090;
border-color: #204d74; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4; }
.btn-primary .badge {
color: #337ab7;
background-color: #fff; }
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c; }
.btn-success:focus, .btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625; }
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #398439; }
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #398439;
border-color: #255625; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c; }
.btn-success .badge {
color: #5cb85c;
background-color: #fff; }
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da; }
.btn-info:focus, .btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85; }
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #269abc; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da; }
.btn-info .badge {
color: #5bc0de;
background-color: #fff; }
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236; }
.btn-warning:focus, .btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d; }
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512; }
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236; }
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff; }
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a; }
.btn-danger:focus, .btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19; }
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925; }
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #ac2925; }
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19; }
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a; }
.btn-danger .badge {
color: #d9534f;
background-color: #fff; }
.btn-link {
color: #337ab7;
font-weight: normal;
border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent; }
.btn-link:hover, .btn-link:focus {
color: #23527c;
text-decoration: none;
background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none; }
.btn-lg, .btn-group-lg > .btn {
padding: 10px 16px;
font-size: 15px;
line-height: 1.33333;
border-radius: 3px; }
.btn-sm, .btn-group-sm > .btn {
padding: 5px 10px;
font-size: 11px;
line-height: 1.5;
border-radius: 1px; }
.btn-xs, .btn-group-xs > .btn {
padding: 1px 5px;
font-size: 11px;
line-height: 1.5;
border-radius: 1px; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 5px; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
.fade.in {
opacity: 1; }
.collapse {
display: none; }
.collapse.in {
display: block; }
tr.collapse.in {
display: table-row; }
tbody.collapse.in {
display: table-row-group; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease; }
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent; }
.dropup,
.dropdown {
position: relative; }
.dropdown-toggle:focus {
outline: 0; }
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 5000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 12px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 2px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box; }
.dropdown-menu.pull-right {
right: 0;
left: auto; }
.dropdown-menu .divider {
height: 1px;
margin: 8.5px 0;
overflow: hidden;
background-color: #e5e5e5; }
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.618;
color: #333333;
white-space: nowrap; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #337ab7; }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed; }
.open > .dropdown-menu {
display: block; }
.open > a {
outline: 0; }
.dropdown-menu-right {
left: auto;
right: 0; }
.dropdown-menu-left {
left: 0;
right: auto; }
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 11px;
line-height: 1.618;
color: #777777;
white-space: nowrap; }
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 4990; }
.pull-right > .dropdown-menu {
right: 0;
left: auto; }
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px; }
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto; }
.navbar-right .dropdown-menu-left {
left: 0;
right: auto; } }
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left; }
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2; }
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px; }
.btn-toolbar {
margin-left: -5px; }
.btn-toolbar:before, .btn-toolbar:after {
content: " ";
display: table; }
.btn-toolbar:after {
clear: both; }
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left; }
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px; }
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0; }
.btn-group > .btn:first-child {
margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.btn-group > .btn-group {
float: left; }
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0; }
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0; }
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px; }
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px; }
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none; }
.btn .caret {
margin-left: 0; }
.btn-lg .caret, .btn-group-lg > .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0; }
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
border-width: 0 5px 5px; }
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
content: " ";
display: table; }
.btn-group-vertical > .btn-group:after {
clear: both; }
.btn-group-vertical > .btn-group > .btn {
float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0; }
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 2px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 2px;
border-top-right-radius: 0;
border-top-left-radius: 0; }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0; }
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; }
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate; }
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%; }
.btn-group-justified > .btn-group .btn {
width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu {
left: auto; }
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none; }
.input-group {
position: relative;
display: table;
border-collapse: separate; }
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0; }
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0; }
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0; }
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle; }
.input-group-addon {
padding: 6px 12px;
font-size: 12px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #ccc;
border-radius: 2px; }
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 5px 10px;
font-size: 11px;
border-radius: 1px; }
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 10px 16px;
font-size: 15px;
border-radius: 3px; }
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0; }
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.input-group-addon:first-child {
border-right: 0; }
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
.input-group-addon:last-child {
border-left: 0; }
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap; }
.input-group-btn > .btn {
position: relative; }
.input-group-btn > .btn + .btn {
margin-left: -1px; }
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
z-index: 2; }
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px; }
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px; }
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none; }
.nav:before, .nav:after {
content: " ";
display: table; }
.nav:after {
clear: both; }
.nav > li {
position: relative;
display: block; }
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee; }
.nav > li.disabled > a {
color: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #eeeeee;
border-color: #337ab7; }
.nav .nav-divider {
height: 1px;
margin: 8.5px 0;
overflow: hidden;
background-color: #e5e5e5; }
.nav > li > a > img {
max-width: none; }
.nav-tabs {
border-bottom: 1px solid #ddd; }
.nav-tabs > li {
float: left;
margin-bottom: -1px; }
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.618;
border: 1px solid transparent;
border-radius: 2px 2px 0 0; }
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default; }
.nav-pills > li {
float: left; }
.nav-pills > li > a {
border-radius: 2px; }
.nav-pills > li + li {
margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7; }
.nav-stacked > li {
float: none; }
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0; }
.nav-justified, .nav-tabs.nav-justified {
width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto; }
@media (min-width: 768px) {
.nav-justified > li, .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 2px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd; }
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 2px 2px 0 0; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff; } }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0; }
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 19px;
border: 1px solid transparent; }
.navbar:before, .navbar:after {
content: " ";
display: table; }
.navbar:after {
clear: both; }
@media (min-width: 768px) {
.navbar {
border-radius: 2px; } }
.navbar-header:before, .navbar-header:after {
content: " ";
display: table; }
.navbar-header:after {
clear: both; }
@media (min-width: 768px) {
.navbar-header {
float: left; } }
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after {
content: " ";
display: table; }
.navbar-collapse:after {
clear: both; }
.navbar-collapse.in {
overflow-y: auto; }
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none; }
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important; }
.navbar-collapse.in {
overflow-y: visible; }
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px; } }
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px; }
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0; } }
.navbar-static-top {
z-index: 5000;
border-width: 0 0 1px; }
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 5030; }
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0; } }
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px; }
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0; }
.navbar-brand {
float: left;
padding: 15.5px 15px;
font-size: 15px;
line-height: 19px;
height: 50px; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
.navbar-brand > img {
display: block; }
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px; } }
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 2px; }
.navbar-toggle:focus {
outline: 0; }
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px; }
@media (min-width: 768px) {
.navbar-toggle {
display: none; } }
.navbar-nav {
margin: 7.75px -15px; }
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 19px; }
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none; }
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px; }
.navbar-nav .open .dropdown-menu > li > a {
line-height: 19px; }
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none; } }
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0; }
.navbar-nav > li {
float: left; }
.navbar-nav > li > a {
padding-top: 15.5px;
padding-bottom: 15.5px; } }
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8.5px;
margin-bottom: 8.5px; }
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 10px;
vertical-align: middle; }
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.navbar-form .form-control-static {
display: inline-block; }
.navbar-form .input-group {
display: inline-table;
vertical-align: middle; }
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto; }
.navbar-form .input-group > .form-control {
width: 100%; }
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle; }
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0; }
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0; }
.navbar-form .has-feedback .form-control-feedback {
top: 0; } }
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px; }
.navbar-form .form-group:last-child {
margin-bottom: 0; } }
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0; }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 2px;
border-top-left-radius: 2px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.navbar-btn {
margin-top: 8.5px;
margin-bottom: 8.5px; }
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
margin-top: 11px;
margin-bottom: 11px; }
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
margin-top: 14px;
margin-bottom: 14px; }
.navbar-text {
margin-top: 15.5px;
margin-bottom: 15.5px; }
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px; } }
@media (min-width: 768px) {
.navbar-left {
float: left !important; }
.navbar-right {
float: right !important; }
.navbar-right ~ .navbar-right {
margin-right: 0; } }
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7; }
.navbar-default .navbar-brand {
color: #777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent; }
.navbar-default .navbar-text {
color: #777; }
.navbar-default .navbar-nav > li > a {
color: #777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent; }
.navbar-default .navbar-toggle {
border-color: #ddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar {
background-color: #888; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555; }
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent; }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7; }
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent; } }
.navbar-default .navbar-link {
color: #777; }
.navbar-default .navbar-link:hover {
color: #333; }
.navbar-default .btn-link {
color: #777; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
color: #333; }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc; }
.navbar-inverse {
background-color: #222;
border-color: #090909; }
.navbar-inverse .navbar-brand {
color: #9d9d9d; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-text {
color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent; }
.navbar-inverse .navbar-toggle {
border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff; }
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent; } }
.navbar-inverse .navbar-link {
color: #9d9d9d; }
.navbar-inverse .navbar-link:hover {
color: #fff; }
.navbar-inverse .btn-link {
color: #9d9d9d; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444; }
.breadcrumb {
padding: 15px 15px;
margin-bottom: 19px;
list-style: none;
background-color: #f5f5f5;
border-radius: 2px; }
.breadcrumb > li {
display: inline-block; }
.breadcrumb > li + li:before {
content: "/ ";
padding: 0 5px;
color: #ccc; }
.breadcrumb > .active {
color: #777777; }
.pagination {
display: inline-block;
padding-left: 0;
margin: 19px 0;
border-radius: 2px; }
.pagination > li {
display: inline; }
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.618;
text-decoration: none;
color: #337ab7;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 2px;
border-top-left-radius: 2px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
z-index: 3;
color: #23527c;
background-color: #eeeeee;
border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default; }
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed; }
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 15px;
line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; }
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 11px;
line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 1px;
border-top-left-radius: 1px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 1px;
border-top-right-radius: 1px; }
.pager {
padding-left: 0;
margin: 19px 0;
list-style: none;
text-align: center; }
.pager:before, .pager:after {
content: " ";
display: table; }
.pager:after {
clear: both; }
.pager li {
display: inline; }
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px; }
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee; }
.pager .next > a,
.pager .next > span {
float: right; }
.pager .previous > a,
.pager .previous > span {
float: left; }
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #fff;
cursor: not-allowed; }
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em; }
.label:empty {
display: none; }
.btn .label {
position: relative;
top: -1px; }
a.label:hover, a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer; }
.label-default {
background-color: #777777; }
.label-default[href]:hover, .label-default[href]:focus {
background-color: #5e5e5e; }
.label-primary {
background-color: #337ab7; }
.label-primary[href]:hover, .label-primary[href]:focus {
background-color: #286090; }
.label-success {
background-color: #5cb85c; }
.label-success[href]:hover, .label-success[href]:focus {
background-color: #449d44; }
.label-info {
background-color: #5bc0de; }
.label-info[href]:hover, .label-info[href]:focus {
background-color: #31b0d5; }
.label-warning {
background-color: #f0ad4e; }
.label-warning[href]:hover, .label-warning[href]:focus {
background-color: #ec971f; }
.label-danger {
background-color: #d9534f; }
.label-danger[href]:hover, .label-danger[href]:focus {
background-color: #c9302c; }
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 11px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px; }
.badge:empty {
display: none; }
.btn .badge {
position: relative;
top: -1px; }
.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px; }
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff; }
.list-group-item > .badge {
float: right; }
.list-group-item > .badge + .badge {
margin-right: 5px; }
.nav-pills > li > a > .badge {
margin-left: 3px; }
a.badge:hover, a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer; }
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee; }
.jumbotron h1,
.jumbotron .h1 {
color: inherit; }
.jumbotron p {
margin-bottom: 15px;
font-size: 18px;
font-weight: 200; }
.jumbotron > hr {
border-top-color: #d5d5d5; }
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 3px; }
.jumbotron .container {
max-width: 100%; }
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px; }
.container .jumbotron,
.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px; }
.jumbotron h1,
.jumbotron .h1 {
font-size: 54px; } }
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 19px;
line-height: 1.618;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 2px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out; }
.thumbnail > img,
.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto; }
.thumbnail .caption {
padding: 9px;
color: #333333; }
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7; }
.alert {
padding: 15px;
margin-bottom: 19px;
border: 1px solid transparent;
border-radius: 2px; }
.alert h4 {
margin-top: 0;
color: inherit; }
.alert .alert-link {
font-weight: bold; }
.alert > p,
.alert > ul {
margin-bottom: 0; }
.alert > p + p {
margin-top: 5px; }
.alert-dismissable,
.alert-dismissible {
padding-right: 35px; }
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit; }
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d; }
.alert-success hr {
border-top-color: #c9e2b3; }
.alert-success .alert-link {
color: #2b542c; }
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f; }
.alert-info hr {
border-top-color: #a6e1ec; }
.alert-info .alert-link {
color: #245269; }
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b; }
.alert-warning hr {
border-top-color: #f7e1b5; }
.alert-warning .alert-link {
color: #66512c; }
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442; }
.alert-danger hr {
border-top-color: #e4b9c0; }
.alert-danger .alert-link {
color: #843534; }
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0; }
to {
background-position: 0 0; } }
@keyframes progress-bar-stripes {
from {
background-position: 40px 0; }
to {
background-position: 0 0; } }
.progress {
overflow: hidden;
height: 19px;
margin-bottom: 19px;
background-color: #f5f5f5;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 11px;
line-height: 19px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease; }
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px; }
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite; }
.progress-bar-success {
background-color: #5cb85c; }
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-info {
background-color: #5bc0de; }
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-warning {
background-color: #f0ad4e; }
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.progress-bar-danger {
background-color: #d9534f; }
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
.media {
margin-top: 15px; }
.media:first-child {
margin-top: 0; }
.media,
.media-body {
zoom: 1;
overflow: hidden; }
.media-body {
width: 10000px; }
.media-object {
display: block; }
.media-object.img-thumbnail {
max-width: none; }
.media-right,
.media > .pull-right {
padding-left: 10px; }
.media-left,
.media > .pull-left {
padding-right: 10px; }
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top; }
.media-middle {
vertical-align: middle; }
.media-bottom {
vertical-align: bottom; }
.media-heading {
margin-top: 0;
margin-bottom: 5px; }
.media-list {
padding-left: 0;
list-style: none; }
.list-group {
margin-bottom: 20px;
padding-left: 0; }
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd; }
.list-group-item:first-child {
border-top-right-radius: 2px;
border-top-left-radius: 2px; }
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px; }
a.list-group-item,
button.list-group-item {
color: #555; }
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333; }
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5; }
button.list-group-item {
width: 100%;
text-align: left; }
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
cursor: not-allowed; }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
color: inherit; }
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7; }
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit; }
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
color: #c7ddef; }
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8; }
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d; }
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit; }
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6; }
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d; }
.list-group-item-info {
color: #31708f;
background-color: #d9edf7; }
a.list-group-item-info,
button.list-group-item-info {
color: #31708f; }
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit; }
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3; }
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f; }
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3; }
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b; }
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit; }
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc; }
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b; }
.list-group-item-danger {
color: #a94442;
background-color: #f2dede; }
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442; }
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit; }
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc; }
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442; }
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px; }
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3; }
.panel {
margin-bottom: 19px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 2px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body {
padding: 15px; }
.panel-body:before, .panel-body:after {
content: " ";
display: table; }
.panel-body:after {
clear: both; }
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 1px;
border-top-left-radius: 1px; }
.panel-heading > .dropdown .dropdown-toggle {
color: inherit; }
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 14px;
color: inherit; }
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
color: inherit; }
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px; }
.panel > .list-group,
.panel > .panel-collapse > .list-group {
margin-bottom: 0; }
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 1px;
border-top-left-radius: 1px; }
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; }
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0; }
.list-group + .panel-footer {
border-top-width: 0; }
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0; }
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 1px;
border-top-left-radius: 1px; }
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 1px;
border-top-right-radius: 1px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 1px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 1px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px; }
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 1px;
border-bottom-right-radius: 1px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 1px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 1px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0; }
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0; }
.panel > .table-responsive {
border: 0;
margin-bottom: 0; }
.panel-group {
margin-bottom: 19px; }
.panel-group .panel {
margin-bottom: 0;
border-radius: 2px; }
.panel-group .panel + .panel {
margin-top: 5px; }
.panel-group .panel-heading {
border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid #ddd; }
.panel-group .panel-footer {
border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd; }
.panel-default {
border-color: #ddd; }
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd; }
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd; }
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333; }
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd; }
.panel-primary {
border-color: #337ab7; }
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7; }
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7; }
.panel-success {
border-color: #d6e9c6; }
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6; }
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6; }
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d; }
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6; }
.panel-info {
border-color: #bce8f1; }
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1; }
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1; }
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f; }
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1; }
.panel-warning {
border-color: #faebcc; }
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc; }
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc; }
.panel-danger {
border-color: #ebccd1; }
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1; }
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1; }
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0; }
.embed-responsive-16by9 {
padding-bottom: 56.25%; }
.embed-responsive-4by3 {
padding-bottom: 75%; }
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15); }
.well-lg {
padding: 24px;
border-radius: 3px; }
.well-sm {
padding: 9px;
border-radius: 1px; }
.close {
float: right;
font-size: 18px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20); }
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50); }
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none; }
.modal-open {
overflow: hidden; }
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 5050;
-webkit-overflow-scrolling: touch;
outline: 0; }
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out; }
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0); }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal-dialog {
position: relative;
width: auto;
margin: 10px; }
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0; }
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 5040;
background-color: #000; }
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0); }
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50); }
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.618px; }
.modal-header .close {
margin-top: -2px; }
.modal-title {
margin: 0;
line-height: 1.618; }
.modal-body {
position: relative;
padding: 15px; }
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5; }
.modal-footer:before, .modal-footer:after {
content: " ";
display: table; }
.modal-footer:after {
clear: both; }
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn {
margin-left: -1px; }
.modal-footer .btn-block + .btn-block {
margin-left: 0; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto; }
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
.modal-sm {
width: 300px; } }
@media (min-width: 992px) {
.modal-lg {
width: 900px; } }
.tooltip {
position: absolute;
z-index: 5070;
display: block;
font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.618;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 11px;
opacity: 0;
filter: alpha(opacity=0); }
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90); }
.tooltip.top {
margin-top: -3px;
padding: 5px 0; }
.tooltip.right {
margin-left: 3px;
padding: 0 5px; }
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0; }
.tooltip.left {
margin-left: -3px;
padding: 0 5px; }
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 2px; }
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000; }
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000; }
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000; }
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 5060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.618;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
.popover.top {
margin-top: -10px; }
.popover.right {
margin-left: 10px; }
.popover.bottom {
margin-top: 10px; }
.popover.left {
margin-left: -10px; }
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 12px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 2px 2px 0 0; }
.popover-content {
padding: 9px 14px; }
.popover > .arrow, .popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.popover > .arrow {
border-width: 11px; }
.popover > .arrow:after {
border-width: 10px;
content: ""; }
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px; }
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff; }
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25); }
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff; }
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px; }
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff; }
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25); }
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px; }
.carousel {
position: relative; }
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%; }
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-moz-transition: -moz-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px; }
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0; }
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0; }
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block; }
.carousel-inner > .active {
left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%; }
.carousel-inner > .next {
left: 100%; }
.carousel-inner > .prev {
left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0; }
.carousel-inner > .active.left {
left: -100%; }
.carousel-inner > .active.right {
left: 100%; }
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
.carousel-control:hover, .carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90); }
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block; }
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px; }
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px; }
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif; }
.carousel-control .icon-prev:before {
content: '\2039'; }
.carousel-control .icon-next:before {
content: '\203a'; }
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center; }
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: transparent; }
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff; }
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn {
text-shadow: none; }
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px; }
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px; }
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px; }
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px; }
.carousel-indicators {
bottom: 20px; } }
.clearfix:before, .clearfix:after {
content: " ";
display: table; }
.clearfix:after {
clear: both; }
.center-block {
display: block;
margin-left: auto;
margin-right: auto; }
.pull-right {
float: right !important; }
.pull-left {
float: left !important; }
.hide {
display: none !important; }
.show {
display: block !important; }
.invisible {
visibility: hidden; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.hidden {
display: none !important; }
.affix {
position: fixed; }
@-ms-viewport {
width: device-width; }
.visible-xs {
display: none !important; }
.visible-sm {
display: none !important; }
.visible-md {
display: none !important; }
.visible-lg {
display: none !important; }
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important; }
@media (max-width: 767px) {
.visible-xs {
display: block !important; }
table.visible-xs {
display: table !important; }
tr.visible-xs {
display: table-row !important; }
th.visible-xs,
td.visible-xs {
display: table-cell !important; } }
@media (max-width: 767px) {
.visible-xs-block {
display: block !important; } }
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important; } }
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important; }
table.visible-sm {
display: table !important; }
tr.visible-sm {
display: table-row !important; }
th.visible-sm,
td.visible-sm {
display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important; }
table.visible-md {
display: table !important; }
tr.visible-md {
display: table-row !important; }
th.visible-md,
td.visible-md {
display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important; } }
@media (min-width: 1200px) {
.visible-lg {
display: block !important; }
table.visible-lg {
display: table !important; }
tr.visible-lg {
display: table-row !important; }
th.visible-lg,
td.visible-lg {
display: table-cell !important; } }
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important; } }
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important; } }
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important; } }
@media (max-width: 767px) {
.hidden-xs {
display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important; } }
@media (min-width: 1200px) {
.hidden-lg {
display: none !important; } }
.visible-print {
display: none !important; }
@media print {
.visible-print {
display: block !important; }
table.visible-print {
display: table !important; }
tr.visible-print {
display: table-row !important; }
th.visible-print,
td.visible-print {
display: table-cell !important; } }
.visible-print-block {
display: none !important; }
@media print {
.visible-print-block {
display: block !important; } }
.visible-print-inline {
display: none !important; }
@media print {
.visible-print-inline {
display: inline !important; } }
.visible-print-inline-block {
display: none !important; }
@media print {
.visible-print-inline-block {
display: inline-block !important; } }
@media print {
.hidden-print {
display: none !important; } }
|
RefactoringEssentials/CodeAnalyzers.CSharp.html | Rpinski/RefactoringEssentials | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html []>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<!--
This is used for documentation / public Web sites
alphabetic ordering by class name
Format: <description text> (<class name>)
-->
<h2>Supported Code Analyzers</h2>
<p>119 code analyzers for C#</p>
<ul>
<li>Suggests using the class declaring a static function when calling it (AccessToStaticMemberViaDerivedTypeAnalyzer)</li>
<li>When initializing explicitly typed local variable or array type, array creation expression can be replaced with array initializer. (ArrayCreationCanBeReplacedWithArrayInitializerAnalyzer)</li>
<li>Asynchronous methods should return a Task instead of void (AvoidAsyncVoidAnalyzer)</li>
<li>Base parameter has 'params' modifier, but missing in overrider (BaseMemberHasParamsAnalyzer)</li>
<li>Call to base member with implicit default parameters (BaseMethodCallWithDefaultParameterAnalyzer)</li>
<li>Parameter name differs in base declaration (BaseMethodParameterNameMismatchAnalyzer)</li>
<li>Bitwise operation on enum which has no [Flags] attribute (BitwiseOperatorOnEnumWithoutFlagsAnalyzer)</li>
<li>Finds potentially erroneous calls to Object.Equals (CallToObjectEqualsViaBaseAnalyzer)</li>
<li>Possible compare of value type with 'null' (CompareNonConstrainedGenericWithNullAnalyzer)</li>
<li>Comparison of floating point numbers with equality operator (CompareOfFloatsByEqualityOperatorAnalyzer)</li>
<li>'?:' expression has identical true and false branches (ConditionalTernaryEqualBranchAnalyzer)</li>
<li>Expression is always 'true' or always 'false' (ConditionIsAlwaysTrueOrFalseAnalyzer)</li>
<li>Condition is always 'true' or always 'false' (ConstantConditionAnalyzer)</li>
<li>Finds redundant null coalescing expressions such as expr ?? expr (ConstantNullCoalescingConditionAnalyzer)</li>
<li>Convert anonymous method to method group (ConvertClosureToMethodGroupAnalyzer)</li>
<li>'?:' expression can be converted to '??' expression (ConvertConditionalTernaryToNullCoalescingAnalyzer)</li>
<li>Convert 'if-do-while' to 'while' statement (ConvertIfDoToWhileAnalyzer)</li>
<li>'if' statement can be re-written as 'switch' statement (ConvertIfStatementToSwitchStatementAnalyzer)</li>
<li>Convert 'if' to '&&' expression (ConvertIfToAndExpressionAnalyzer)</li>
<li>Convert 'if' to '||' expression (ConvertIfToOrExpressionAnalyzer)</li>
<li>Convert 'Nullable<T>' to the short form 'T?' (ConvertNullableToShortFormAnalyzer)</li>
<li>If all fields, properties and methods members are static, the class can be made static. (ConvertToStaticTypeAnalyzer)</li>
<li>Delegate subtraction has unpredictable result (DelegateSubtractionAnalyzer)</li>
<li>Warns about calls to virtual member functions occuring in the constructor (DoNotCallOverridableMethodsInConstructorAnalyzer)</li>
<li>Double negation is redundant (DoubleNegationOperatorAnalyzer)</li>
<li>An empty public constructor without paramaters is redundant. (EmptyConstructorAnalyzer)</li>
<li>Empty destructor is redundant (EmptyDestructorAnalyzer)</li>
<li>Empty control statement body (EmptyEmbeddedStatementAnalyzer)</li>
<li>A catch clause that catches System.Exception and has an empty body (EmptyGeneralCatchClauseAnalyzer)</li>
<li>Empty namespace declaration is redundant (EmptyNamespaceAnalyzer)</li>
<li>Empty statement is redundant (EmptyStatementAnalyzer)</li>
<li>The default underlying type of enums is int, so defining it explicitly is redundant. (EnumUnderlyingTypeIsIntAnalyzer)</li>
<li>Comparing equal expression for equality is usually useless (EqualExpressionComparisonAnalyzer)</li>
<li>Event unsubscription via anonymous delegate is useless (EventUnsubscriptionViaAnonymousDelegateAnalyzer)</li>
<li>Convert field to readonly (FieldCanBeMadeReadOnlyAnalyzer)</li>
<li>'for' loop control variable is never modified (ForControlVariableIsNeverModifiedAnalyzer)</li>
<li>Finds issues with format strings (FormatStringProblemAnalyzer)</li>
<li>'true' is redundant as for statement condition (ForStatementConditionIsTrueAnalyzer)</li>
<li>Function does not reach its end or a 'return' statement by any of possible execution paths (FunctionNeverReturnsAnalyzer)</li>
<li>If an extension method is called as static method convert it to method syntax (InvokeAsExtensionMethodAnalyzer)</li>
<li>Local variable has the same name as a member and hides it (LocalVariableHidesMemberAnalyzer)</li>
<li>Local variable is never used (LocalVariableNotUsedAnalyzer)</li>
<li>Lowercase 'l' is often confused with '1' (LongLiteralEndingLowerLAnalyzer)</li>
<li>Member hides static member from outer class (MemberHidesStaticFromOuterClassAnalyzer)</li>
<li>Method with optional parameter is hidden by overload (MethodOverloadWithOptionalParameterAnalyzer)</li>
<li>Suggest the usage of the nameof operator (NameOfSuggestionAnalyzer)</li>
<li>Non public methods are not found by NUnit (NonPublicMethodWithTestAttributeAnalyzer)</li>
<li>Shows NotImplementedException throws in the quick task bar (NotImplementedExceptionAnalyzer)</li>
<li>Cannot resolve symbol in text argument (NotResolvedInTextAnalyzer)</li>
<li>Possible unassigned object created by 'new' (ObjectCreationAsStatementAnalyzer)</li>
<li>Operator Is can be used instead of comparing object GetType() and instances of System.Type object (OperatorIsCanBeUsedAnalyzer)</li>
<li>C# doesn't support optional 'ref' or 'out' parameters (OptionalParameterRefOutAnalyzer)</li>
<li>Parameter has the same name as a member and hides it (ParameterHidesMemberAnalyzer)</li>
<li>Parameter is assigned but its value is never used (ParameterOnlyAssignedAnalyzer)</li>
<li>Parameter name differs in partial method definition (PartialMethodParameterNameMismatchAnalyzer)</li>
<li>Class is declared partial but has only one part (PartialTypeWithSinglePartAnalyzer)</li>
<li>Possible mistaken call to 'object.GetType()' (PossibleMistakenCallToGetTypeAnalyzer)</li>
<li>Constructor in abstract class should not be public (PublicConstructorInAbstractClassAnalyzer)</li>
<li>Redundant explicit property name (RedundantAnonymousTypePropertyNameAnalyzer)</li>
<li>Redundant explicit argument name specification (RedundantArgumentNameAnalyzer)</li>
<li>Parentheses are redundant if attribute has no arguments (RedundantAttributeParenthesesAnalyzer)</li>
<li>This is generated by the compiler and can be safely removed (RedundantBaseConstructorCallAnalyzer)</li>
<li>'base.' is redundant and can safely be removed (RedundantBaseQualifierAnalyzer)</li>
<li>Redundant case label (RedundantCaseLabelAnalyzer)</li>
<li>Check for inequality before assignment is redundant if (x != value) x = value; (RedundantCheckBeforeAssignmentAnalyzer)</li>
<li>Redundant comma in array initializer (RedundantCommaInArrayInitializerAnalyzer)</li>
<li>Initializing field with default value is redundant (RedundantDefaultFieldInitializerAnalyzer)</li>
<li>Explicit delegate creation expression is redundant (RedundantDelegateCreationAnalyzer)</li>
<li>Redundant empty 'default' switch branch (RedundantEmptyDefaultSwitchBranchAnalyzer)</li>
<li>Redundant empty finally block (RedundantEmptyFinallyBlockAnalyzer)</li>
<li>Redundant explicit size in array creation (RedundantExplicitArraySizeAnalyzer)</li>
<li>Value types are implicitly convertible to nullables (RedundantExplicitNullableCreationAnalyzer)</li>
<li>Redundant 'else' keyword (RedundantIfElseBlockAnalyzer)</li>
<li>Removes 'internal' modifiers that are not required (RedundantInternalAnalyzer)</li>
<li>When object creation uses object or collection initializer, empty argument list is redundant (RedundantObjectCreationArgumentListAnalyzer)</li>
<li>Removes 'private' modifiers that are not required (RedundantPrivateAnalyzer)</li>
<li>Redundant 'string.ToCharArray()' call (RedundantStringToCharArrayCallAnalyzer)</li>
<li>Redundant conditional expression (RedundantTernaryExpressionAnalyzer)</li>
<li>RedundantToStringCallAnalyzer</li>
<li>Unsafe modifier in redundant in unsafe context or when no unsafe constructs are used (RedundantUnsafeContextAnalyzer)</li>
<li>Remove redundant statement (RemoveRedundantOrStatementAnalyzer)</li>
<li>Replace with call to FirstOrDefault<T>() (ReplaceWithFirstOrDefaultAnalyzer)</li>
<li>Replace with call to LastOrDefault<T>() (ReplaceWithLastOrDefaultAnalyzer)</li>
<li>Replace with call to OfType<T> (ReplaceWithOfTypeAnalyzer)</li>
<li>Replace with call to OfType<T>().Any() (ReplaceWithOfTypeAnyAnalyzer)</li>
<li>Replace with call to OfType<T>().Count() (ReplaceWithOfTypeCountAnalyzer)</li>
<li>Replace with call to OfType<T>().First() (ReplaceWithOfTypeFirstAnalyzer)</li>
<li>Replace with call to OfType<T>().FirstOrDefault() (ReplaceWithOfTypeFirstOrDefaultAnalyzer)</li>
<li>Replace with call to OfType<T>().Last() (ReplaceWithOfTypeLastAnalyzer)</li>
<li>Replace with call to OfType<T>().LastOrDefault() (ReplaceWithOfTypeLastOrDefaultAnalyzer)</li>
<li>Replace with call to OfType<T>().LongCount() (ReplaceWithOfTypeLongCountAnalyzer)</li>
<li>Replace with call to OfType<T>().Single() (ReplaceWithOfTypeSingleAnalyzer)</li>
<li>Replace with call to OfType<T>().SingleOrDefault() (ReplaceWithOfTypeSingleOrDefaultAnalyzer)</li>
<li>Replace with call to OfType<T>().Where() (ReplaceWithOfTypeWhereAnalyzer)</li>
<li>Replace with simple assignment (ReplaceWithSimpleAssignmentAnalyzer)</li>
<li>Redundant Where() call with predicate followed by Any() (ReplaceWithSingleCallToAnyAnalyzer)</li>
<li>Redundant Where() call with predicate followed by Count() (ReplaceWithSingleCallToCountAnalyzer)</li>
<li>Redundant Where() call with predicate followed by First() (ReplaceWithSingleCallToFirstAnalyzer)</li>
<li>Redundant Where() call with predicate followed by FirstOrDefault() (ReplaceWithSingleCallToFirstOrDefaultAnalyzer)</li>
<li>Redundant Where() call with predicate followed by Last() (ReplaceWithSingleCallToLastAnalyzer)</li>
<li>Redundant Where() call with predicate followed by LastOrDefault() (ReplaceWithSingleCallToLastOrDefaultAnalyzer)</li>
<li>Redundant Where() call with predicate followed by LongCount() (ReplaceWithSingleCallToLongCountAnalyzer)</li>
<li>Redundant Where() call with predicate followed by Single() (ReplaceWithSingleCallToSingleAnalyzer)</li>
<li>Redundant Where() call with predicate followed by SingleOrDefault() (ReplaceWithSingleCallToSingleOrDefaultAnalyzer)</li>
<li>Uses shorter string.IsNullOrEmpty call instead of a longer condition (ReplaceWithStringIsNullOrEmptyAnalyzer)</li>
<li>Unallowed usage of Roslyn features in this context. (RoslynUsageAnalyzer)</li>
<li>'sealed' modifier is redundant in sealed classes (SealedMemberInSealedClassAnalyzer)</li>
<li>Conditional expression can be simplified (SimplifyConditionalTernaryExpressionAnalyzer)</li>
<li>Warns about static fields in generic types (StaticFieldOrAutoPropertyInGenericTypeAnalyzer)</li>
<li>Warns when a culture-aware 'string.CompareTo' call is used by default (StringCompareToIsCultureSpecificAnalyzer)</li>
<li>Warns when a culture-aware 'EndsWith' call is used by default. (StringEndsWithIsCultureSpecificAnalyzer)</li>
<li>Warns when a culture-aware 'IndexOf' call is used by default. (StringIndexOfIsCultureSpecificAnalyzer)</li>
<li>Warns when a culture-aware 'LastIndexOf' call is used by default. (StringLastIndexOfIsCultureSpecificAnalyzer)</li>
<li>Warns when a culture-aware 'StartsWith' call is used by default. (StringStartsWithIsCultureSpecificAnalyzer)</li>
<li>Use 'var' keyword when possible (SuggestUseVarKeywordEvidentAnalyzer)</li>
<li>[ThreadStatic] doesn't work with instance fields (ThreadStaticAtInstanceFieldAnalyzer)</li>
<li>Type parameter is never used (UnusedTypeParameterAnalyzer)</li>
<li>Warns about property or indexer setters and event adders or removers that do not use the value parameter (ValueParameterNotUsedAnalyzer)</li>
<li>Validate Xml docs (XmlDocAnalyzer)</li>
</ul>
</body>
</html> |
tests/AmdSpecRunner.html | erikringsmuth/requirejs-router | <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Jasmine Spec Runner v2.0.0</title>
<link rel="shortcut icon" type="image/png" href="lib/jasmine-2.0.0/jasmine_favicon.png">
<link rel="stylesheet" type="text/css" href="lib/jasmine-2.0.0/jasmine.css">
<!-- require.js is the ONLY script that should be loaded here! It will look at data-main and load amdSpecRunner.js. amdSpecRunner.js loads jasmine, all of the specs, and runs the environment. -->
<script type="text/javascript" data-main="lib/jasmine-2.0.0/amd/amdSpecRunner" src="../node_modules/requirejs/require.js"></script>
</head>
<body>
</body>
</html>
|
app/views/sprint_3_edit_test/job_edit.html | dwpdigitaltech/ejs-prototype | {% extends "layout.html" %}
{% block page_title %}
GOV.UK prototyping kit
{% endblock %}
{% block propositionHeader %}
{% include "includes/propositional_navigation.html" %}
{% endblock %}
{% block content %}
<main id="content" role="main">
<div class="grid-row">
<div class="column-quarter grid-col" style="padding-bottom:90px; padding-top:30px; margin-left:-40px">
<ul class="main-nav">
<li id="nav-home"><a href="login">Home</a></li>
<li id="nav-job" class="selected"><a href="job">Jobcentre</a></li>
<li id="nav-benefit"><a href="benefit">Benefit centre</a></li>
<li id="nav-admin"><a href="#">Admin</a></li>
<li id="nav-stats"><a href="#">Stats</a></li>
</ul>
</div>
<!-- Start three quarters container for main content columns -->
<div class="column-three-quarters">
<p class="font-xsmall bread"><a href="login">Home</a> > <a href="job">Jobcentre</a> > Edit record</p>
<h1 class="heading-large"> Edit claim #310 - John Smith</h1>
<!-- <h2 class="bold-medium">If you have not done so already, below is a list of things we would like you to do before your jobseeker interview to improve your chances of finding work quickly.</h2> -->
<ul class="tabs">
<li><a href="job">Basic search</a></li>
<li><a href="job_advanced">Advanced search</a></li>
<li><a href="job_new">New record</a></li>
<!-- <li><a href="benefit_edit">Edit record</a></li>
<li><a href="maintenance">Maintenance</a></li>
<li><a href="payment">Payment</a></li>
<li><a href="closure">Closure</a></li> -->
</ul>
<div class="column">
<br>
<!-- 3rd level nav buttons -->
<div id="id-claimant-actions" class="grid-wrapper gutter-half-top">
<div class="grid grid-1-5">
<div class="inner-block left">
<a id="view_record" href="job_record_confirm" class="menu-item action">
<strong>View record</strong>
</a>
</div>
</div>
<div class="grid grid-1-5">
<div class="inner-block left">
<a id="edit_record" href="job_edit" class="menu-item action selected">
<strong>Edit record</strong>
</a>
</div>
</div>
<!-- <div class="grid grid-1-5">
<div class="inner-block left">
<a id="interview" href="job_interview" class="menu-item">
<strong>Interview</strong>
</a>
</div>
</div> -->
<div class="grid grid-1-5">
<div class="inner-block left">
<a id="appointments" href="job_next" class="menu-item action">
<strong>Appointments</strong>
</a>
</div>
</div>
<div class="grid grid-1-5">
<div class="inner-block left">
<a id="closure" href="job_closure" class="menu-item">
<strong>Closure</strong>
</a>
</div>
</div>
</div>
</div>
<div class="column-half">
<h3 class="heading-small">Edit record</h3>
<br>
<form method="post" class="group" id="form" data-parsley-validate>
<div class="form-group title">
<label class="form-label" for="title">Benefit type</label>
<select class="select form-control">
<option value="Bambury">JSA</option>
<option value="Bradford">ESA</option>
<option value="Derby">IS</option>
</select>
</div>
<div class="form-group">
<label class="form-hint" for="idoc">Initial date of contact (read-only)</label>
<input class="form-control" id="idoc" type="text" value="14/04/2015" readonly>
</div>
<div class="form-group">
<label class="form-label" for="title">Jobcentre</label>
<!-- <span class="form-hint">Enter claimant postcode, eg LS11 3PH</span>
<input class="form-control" id="inital" type="text">
<a href="service_confirm" class="button button-get-started postcode-finder" value="Submit">Find address</a> -->
<select class="select form-control">
<option value="Bambury">Bambury</option>
<option value="Southampton">Southampton</option>
<option value="Bradford">Bradford</option>
<option value="Derby">Derby</option>
<option value="Liverpool">Liverpool</option>
<option value="Manchester">Manchester</option>
<option value="Portsmouth">Portsmouth</option>
<option value="Southampton">Southampton</option>
<option value="Wolverhampton">Wolverhampton</option>
</select>
</div>
<div class="form-group title">
<label class="form-label" for="title">Title</label>
<select class="form-control" id="title">
<option value="Mr">Mr</option>
<option value="Mrs">Mrs</option>
<option value="Miss">Miss</option>
<option value="Ms">Ms</option>
<option value="Dr">Dr</option>
</select>
</div>
<div class="form-group initial">
<label class="form-label" for="inital">Initial</label>
<input class="form-control" id="inital" type="text" value="J">
</div>
<div class="form-group">
<label class="form-label" for="Surname">Surname</label>
<input class="form-control" id="Surname" type="text" value="Smith">
</div>
<div class="form-group">
<input id="welsh" type="checkbox" class="inline">
<label class="form-label" for="welsh"> Needs Welsh speaker at Jobcentre</label>
</div>
</div>
<!-- End col -->
<!-- Start col -->
<div class="column-half">
<br>
<br>
<br>
<div class="form-group">
<label class="form-label" for="Gender">Gender</label>
<select class="select form-control" id="Gender">
<option value="Male">Male</option>
<option value="Female">Female</option>
</select>
</div>
<div class="form-group">
<div class="form-date">
<fieldset class="inline">
<legend class="form-label">Age</legend>
<div class="form-group form-group-month">
<!-- <label class="form-label">Month:</label> -->
<select class="select form-control" name="dob_day" id="dob_day">
<option selected>Sep</option>
<option value="01">Jan</option>
<option value="02">Feb</option>
<option value="03">Mar</option>
<option value="04">Apr</option>
<option value="05">May</option>
<option value="06">Jun</option>
<option value="07">Jul</option>
<option value="08">Aug</option>
<option value="09">Sep</option>
<option value="10">Oct</option>
<option value="11">Nov</option>
<option value="12">Dec</option>
</select>
</div>
<div class="form-group form-group-year">
<!-- <label class="form-label">Year:</label> -->
<select class="select form-control" name="dob_year" id="dob_year">
<option selected>1981</option>
<option value="1999">1999</option>
<option value="1998">1998</option>
<option value="1997">1997</option>
<option value="1996">1996</option>
<option value="1995">1995</option>
<option value="1994">1994</option>
<option value="1993">1993</option>
<option value="1992">1992</option>
<option value="1991">1991</option>
<option value="1990">1990</option>
<option value="1989">1989</option>
<option value="1988">1988</option>
<option value="1987">1987</option>
<option value="1986">1986</option>
<option value="1985">1985</option>
<option value="1984">1984</option>
<option value="1983">1983</option>
<option value="1982">1982</option>
<option value="1981">1981</option>
<option value="1980">1980</option>
<option value="1979">1979</option>
<option value="1978">1978</option>
<option value="1977">1977</option>
<option value="1976">1976</option>
<option value="1975">1975</option>
<option value="1974">1974</option>
<option value="1973">1973</option>
<option value="1972">1972</option>
<option value="1971">1971</option>
<option value="1970">1970</option>
<option value="1969">1969</option>
<option value="1968">1968</option>
<option value="1967">1967</option>
<option value="1966">1966</option>
<option value="1965">1965</option>
<option value="1964">1964</option>
<option value="1963">1963</option>
<option value="1962">1962</option>
<option value="1961">1961</option>
<option value="1960">1960</option>
<option value="1959">1959</option>
<option value="1958">1958</option>
<option value="1957">1957</option>
<option value="1956">1956</option>
<option value="1955">1955</option>
<option value="1954">1954</option>
<option value="1953">1953</option>
<option value="1952">1952</option>
<option value="1951">1951</option>
<option value="1950">1950</option>
<option value="1949">1949</option>
<option value="1948">1948</option>
<option value="1947">1947</option>
<option value="1946">1946</option>
<option value="1945">1945</option>
<option value="1944">1944</option>
<option value="1943">1943</option>
<option value="1942">1942</option>
<option value="1941">1941</option>
<option value="1940">1940</option>
<option value="1939">1939</option>
<option value="1938">1938</option>
<option value="1937">1937</option>
<option value="1936">1936</option>
<option value="1935">1935</option>
<option value="1934">1934</option>
<option value="1933">1933</option>
<option value="1932">1932</option>
<option value="1931">1931</option>
<option value="1930">1930</option>
<option value="1929">1929</option>
<option value="1928">1928</option>
<option value="1927">1927</option>
<option value="1926">1926</option>
<option value="1925">1925</option>
<option value="1924">1924</option>
<option value="1923">1923</option>
<option value="1922">1922</option>
<option value="1921">1921</option>
<option value="1920">1920</option>
<option value="1919">1919</option>
<option value="1918">1918</option>
<option value="1917">1917</option>
<option value="1916">1916</option>
<option value="1915">1915</option>
<option value="1914">1914</option>
<option value="1913">1913</option>
<option value="1912">1912</option>
<option value="1911">1911</option>
<option value="1910">1910</option>
<option value="1909">1909</option>
<option value="1908">1908</option>
<option value="1907">1907</option>
<option value="1906">1906</option>
<option value="1905">1905</option>
<option value="1904">1904</option>
<option value="1903">1903</option>
<option value="1902">1902</option>
<option value="1901">1901</option>
<option value="1900">1900</option>
<option value="1899">1899</option>
<option value="1898">1898</option>
<option value="1897">1897</option>
<option value="1896">1896</option>
<option value="1895">1895</option>
<option value="1894">1894</option>
<option value="1893">1893</option>
<option value="1892">1892</option>
<option value="1891">1891</option>
<option value="1890">1890</option>
<option value="1889">1889</option>
<option value="1888">1888</option>
<option value="1887">1887</option>
<option value="1886">1886</option>
<option value="1885">1885</option>
</select>
</div>
</fieldset>
</div>
</div>
<div class="form-group">
<label class="form-label" for="title">Nationality</label>
<select class="form-control" id="title">
<option value="UK" >United Kingdom</option>
<option value="AF" >Afghanistan</option>
<option value="AL" >Albania</option>
<option value="DZ" >Algeria</option>
<option value="AS" >American Samoa</option>
<option value="AD" >Andorra</option>
<option value="AO" >Angola</option>
<option value="AI" >Anguilla</option>
<option value="AG" >Antigua and Barbuda</option>
<option value="AR" >Argentina</option>
<option value="AM" >Armenia</option>
<option value="AW" >Aruba</option>
<option value="AU" >Australia</option>
<option value="AT" >Austria</option>
<option value="AZ" >Azerbaijan</option>
<option value="BS" >Bahamas</option>
<option value="BH" >Bahrain</option>
<option value="BD" >Bangladesh</option>
<option value="BB" >Barbados</option>
<option value="BY" >Belarus</option>
<option value="BE" >Belgium</option>
<option value="BZ" >Belize</option>
<option value="BJ" >Benin</option>
<option value="BM" >Bermuda</option>
<option value="BT" >Bhutan</option>
<option value="BO" >Bolivia</option>
<option value="BA" >Bosnia and Herzegovina</option>
<option value="BW" >Botswana</option>
<option value="BV" >Bouvet Island</option>
<option value="IO" >British Indian Ocean Territory</option>
<option value="BN" >Brunei Darussalam</option>
<option value="BG" >Bulgaria</option>
<option value="BF" >Burkina Faso</option>
<option value="BI" >Burundi</option>
<option value="KH" >Cambodia</option>
<option value="CM" >Cameroon</option>
<option value="CA" >Canada</option>
<option value="CV" >Cape Verde</option>
<option value="KY" >Cayman Islands</option>
<option value="CF" >Central African Republic</option>
<option value="TD" >Chad</option>
<option value="CL" >Chile</option>
<option value="CX" >Christmas Island</option>
<option value="CC" >Cocos (Keeling) Islands</option>
<option value="CO" >Colombia</option>
<option value="KM" >Comoros</option>
<option value="CG" >Congo</option>
<option value="CD" >Congo, the Democratic Republic of the</option>
<option value="CK" >Cook Islands</option>
<option value="CR" >Costa Rica</option>
<option value="HR" >Croatia</option>
<option value="CU" >Cuba</option>
<option value="CY" >Cyprus</option>
<option value="CZ" >Czech Republic</option>
<option value="DK" >Denmark</option>
<option value="DJ" >Djibouti</option>
<option value="DM" >Dominica</option>
<option value="DO" >Dominican Republic</option>
<option value="EC" >Ecuador</option>
<option value="EG" >Egypt</option>
<option value="SV" >El Salvador</option>
<option value="GQ" >Equatorial Guinea</option>
<option value="ER" >Eritrea</option>
<option value="EE" >Estonia</option>
<option value="ET" >Ethiopia</option>
<option value="FK" >Falkland Islands (Malvinas)</option>
<option value="FO" >Faroe Islands</option>
<option value="FJ" >Fiji</option>
<option value="FI" >Finland</option>
<option value="FR" >France</option>
<option value="GF" >French Guyana</option>
<option value="PF" >French Polynesia</option>
<option value="TF" >French Southern Territories</option>
<option value="GA" >Gabon</option>
<option value="GM" >Gambia</option>
<option value="GE" >Georgia</option>
<option value="DE" >Germany</option>
<option value="GH" >Ghana</option>
<option value="GI" >Gibraltar</option>
<option value="GR" >Greece</option>
<option value="GL" >Greenland</option>
<option value="GD" >Grenada</option>
<option value="GP" >Guadeloupe</option>
<option value="GU" >Guam</option>
<option value="GT" >Guatemala</option>
<option value="GG" >Guernsey</option>
<option value="GN" >Guinea</option>
<option value="GW" >Guinea-Bissau</option>
<option value="GY" >Guyana</option>
<option value="HT" >Haiti</option>
<option value="HM" >Heard Island and McDonald Islands</option>
<option value="VA" >Holy See (Vatican City State)</option>
<option value="HN" >Honduras</option>
<option value="HU" >Hungary</option>
<option value="IS" >Iceland</option>
<option value="IN" >India</option>
<option value="ID" >Indonesia</option>
<option value="IR" >Iran, Islamic Republic of</option>
<option value="IQ" >Iraq</option>
<option value="IE" >Ireland (Rep. of)</option>
<option value="IM" >Isle of Man</option>
<option value="IL" >Israel</option>
<option value="IT" >Italy</option>
<option value="CI" >Ivory Coast</option>
<option value="JM" >Jamaica</option>
<option value="JP" >Japan</option>
<option value="JE" >Jersey</option>
<option value="JO" >Jordan</option>
<option value="KZ" >Kazakhstan</option>
<option value="KE" >Kenya</option>
<option value="KI" >Kiribati</option>
<option value="KR" >Korea (South)</option>
<option value="KW" >Kuwait</option>
<option value="KG" >Kyrgyzstan</option>
<option value="LA" >Laos</option>
<option value="LV" >Latvia</option>
<option value="LB" >Lebanon</option>
<option value="LS" >Lesotho</option>
<option value="LR" >Liberia</option>
<option value="LY" >Libyan Arab Jamahiriya</option>
<option value="LI" >Liechtenstein</option>
<option value="LT" >Lithuania</option>
<option value="LU" >Luxembourg</option>
<option value="MO" >Macao</option>
<option value="MG" >Madagascar</option>
<option value="MW" >Malawi</option>
<option value="MY" >Malaysia</option>
<option value="MV" >Maldives</option>
<option value="ML" >Mali</option>
<option value="MT" >Malta</option>
<option value="MH" >Marshall Islands</option>
<option value="MQ" >Martinique</option>
<option value="MR" >Mauritania</option>
<option value="MU" >Mauritius</option>
<option value="YT" >Mayotte</option>
<option value="MX" >Mexico</option>
<option value="FM" >Micronesia</option>
<option value="MD" >Moldova</option>
<option value="MC" >Monaco</option>
<option value="MN" >Mongolia</option>
<option value="ME" >Montenegro</option>
<option value="MS" >Montserrat</option>
<option value="MA" >Morocco</option>
<option value="MZ" >Mozambique</option>
<option value="MM" >Myanmar</option>
<option value="NA" >Namibia</option>
<option value="NR" >Nauru</option>
<option value="NP" >Nepal</option>
<option value="AN" >Netherlands Antilles</option>
<option value="NL" >Netherlands</option>
<option value="NZ" >New Zealand</option>
<option value="NI" >Nicaragua</option>
<option value="NE" >Niger</option>
<option value="NG" >Nigeria</option>
<option value="NU" >Niue</option>
<option value="NF" >Norfolk Island</option>
<option value="MP" >Northern Mariana Islands</option>
<option value="NO" >Norway</option>
<option value="OM" >Oman</option>
<option value="PK" >Pakistan</option>
<option value="PW" >Palau</option>
<option value="PS" >Palestinian Territory</option>
<option value="PA" >Panama</option>
<option value="PG" >Papua New Guinea</option>
<option value="PY" >Paraguay</option>
<option value="PE" >Peru</option>
<option value="PH" >Philippines</option>
<option value="PN" >Pitcairn</option>
<option value="PL" >Poland</option>
<option value="PT" >Portugal</option>
<option value="PR" >Puerto Rico</option>
<option value="QA" >Qatar</option>
<option value="MK" >Republic of Macedonia</option>
<option value="RO" >Romania</option>
<option value="RU" >Russia</option>
<option value="RW" >Rwanda</option>
<option value="RE" >Réunion</option>
<option value="BL" >Saint Barthélemy</option>
<option value="SH" >Saint Helena</option>
<option value="MF" >Saint Martin (Frenchpart)</option>
<option value="PM" >Saint Pierre and Miquelon</option>
<option value="WS" >Samoa</option>
<option value="SM" >San Marino</option>
<option value="ST" >Sao Tome E Principe</option>
<option value="SA" >Saudi Arabia</option>
<option value="SN" >Senegal</option>
<option value="RS" >Serbia</option>
<option value="SC" >Seychelles</option>
<option value="SL" >Sierra Leone</option>
<option value="SK" >Slovakia</option>
<option value="SI" >Slovenia</option>
<option value="SB" >Solomon Islands</option>
<option value="SO" >Somalia</option>
<option value="ZA" >South Africa</option>
<option value="GS" >South Georgia</option>
<option value="ES" >Spain</option>
<option value="LK" >Sri Lanka</option>
<option value="KN" >St. Kitts and Nevis</option>
<option value="LC" >St. Lucia</option>
<option value="VC" >St. Vincent and the Grenadines</option>
<option value="SD" >Sudan</option>
<option value="SR" >Suriname</option>
<option value="SJ" >Svalbard and Jan Mayen</option>
<option value="SZ" >Swaziland</option>
<option value="SE" >Sweden</option>
<option value="CH" >Switzerland</option>
<option value="SY" >Syrian Arab Republic</option>
<option value="TW" >Taiwan, Province of China</option>
<option value="TJ" >Tajikistan</option>
<option value="TZ" >Tanzania, United Republic of</option>
<option value="TH" >Thailand</option>
<option value="TL" >Timor-Leste</option>
<option value="TG" >Togo</option>
<option value="TK" >Tokelau</option>
<option value="TO" >Tonga</option>
<option value="TT" >Trinidad and Tobago</option>
<option value="TA" >Tristan da Cunha</option>
<option value="TN" >Tunisia</option>
<option value="TR" >Turkey</option>
<option value="TM" >Turkmenistan</option>
<option value="TC" >Turks and Caicos Islands</option>
<option value="TV" >Tuvalu</option>
<option value="UG" >Uganda</option>
<option value="UA" >Ukraine</option>
<option value="AE" >United Arab Emirates</option>
<option value="UK" >United Kingdom</option>
<option value="UM" >United States Minor Outlying Islands</option>
<option value="UY" >Uruguay</option>
<option value="UZ" >Uzbekistan</option>
<option value="VU" >Vanuatu</option>
<option value="VE" >Venezuela</option>
<option value="VN" >Vietnam</option>
<option value="VG" >Virgin Islands, British</option>
<option value="WF" >Wallis and Futuna</option>
<option value="EH" >Western Sahara</option>
<option value="WE" >Western Samoa</option>
<option value="YE" >Yemen</option>
<option value="YU" >Yugoslavia</option>
<option value="ZM" >Zambia</option>
<option value="ZW" >Zimbabwe</option>
<option value="AX" >Åland Islands</option>
</select>
</div>
<div class="form-group">
<label class="form-hint" for="nino">NINO (read-only)</label>
<input class="form-control" id="nino" type="text" value="JC 45 85 96 X" readonly>
</div>
<div class="form-group">
<label class="form-label" for="mobile">Mobile number</label>
<input class="form-control" id="mobile" type="text">
</div>
<div class="form-group">
<label class="form-label" for="other">Other number (optional)</label>
<input class="form-control" id="other" type="text">
</div>
<div class="form-group">
<input id="none" type="checkbox" class="inline">
<label class="form-label" for="none"> No contact number</label>
</div>
<!-- End column-->
</div>
<div class="column">
<div class="form-group" id="get-started">
<br>
<a href="job_edit_confirm" class="button button-get-started" value="Submit">Submit</a>
</div>
</div>
</form>
<!-- End three quarters column-->
</div>
<!-- End row-->
</div>
</main>
{% endblock %}
|
docs/Phaser.Component.InWorld.html | gulkodmitriy/gulkodmitriy.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Class: InWorld</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div>
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser API</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
<li class="class-depth-0">
<a href="PIXI.html">PIXI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="EarCut.html">EarCut</a>
</li>
<li class="class-depth-0">
<a href="Event.html">Event</a>
</li>
<li class="class-depth-0">
<a href="EventTarget.html">EventTarget</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArraySet.html">ArraySet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayUtils.html">ArrayUtils</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AudioSprite.html">AudioSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Bullet.html">Bullet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.CanvasPool.html">CanvasPool</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Angle.html">Angle</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Animation.html">Animation</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.AutoCull.html">AutoCull</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Bounds.html">Bounds</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.BringToTop.html">BringToTop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Core.html">Core</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Crop.html">Crop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Delta.html">Delta</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Destroy.html">Destroy</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Health.html">Health</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InCamera.html">InCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InputEnabled.html">InputEnabled</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InWorld.html">InWorld</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LifeSpan.html">LifeSpan</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LoadTexture.html">LoadTexture</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Overlap.html">Overlap</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Reset.html">Reset</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Smoothed.html">Smoothed</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Create.html">Create</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Creature.html">Creature</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DeviceButton.html">DeviceButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DOM.html">DOM</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexGrid.html">FlexGrid</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexLayer.html">FlexLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Hermite.html">Hermite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ImageCollection.html">ImageCollection</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.KeyCode.html">KeyCode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Matrix.html">Matrix</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Particles.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Path.html">Path</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PathFollower.html">PathFollower</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PathPoint.html">PathPoint</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.PathManager.html">PathManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PointerMode.html">PointerMode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RoundedRectangle.html">RoundedRectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenData.html">TweenData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Video.html">Video</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Weapon.html">Weapon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
<li class="class-depth-1">
<a href="PIXI.BaseTexture.html">BaseTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasBuffer.html">CanvasBuffer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasGraphics.html">CanvasGraphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasRenderer.html">CanvasRenderer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasTinter.html">CanvasTinter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObject.html">DisplayObject</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.FilterTexture.html">FilterTexture</a>
</li>
<li class="class-depth-2">
<a href="PIXI.Phaser.GraphicsData.html">Phaser.GraphicsData</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PIXI.html">PIXI</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiFastShader.html">PixiFastShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiShader.html">PixiShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PrimitiveShader.html">PrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.StripShader.html">StripShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Texture.html">Texture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLRenderer.html">WebGLRenderer</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="global.html#ANGLE_DOWN">ANGLE_DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_LEFT">ANGLE_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_NORTH_EAST">ANGLE_NORTH_EAST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_NORTH_WEST">ANGLE_NORTH_WEST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_RIGHT">ANGLE_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_SOUTH_EAST">ANGLE_SOUTH_EAST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_SOUTH_WEST">ANGLE_SOUTH_WEST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_UP">ANGLE_UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#arc">arc</a>
</li>
<li class="class-depth-0">
<a href="global.html#AUTO">AUTO</a>
</li>
<li class="class-depth-0">
<a href="global.html#beginFill">beginFill</a>
</li>
<li class="class-depth-0">
<a href="global.html#bezierCurveTo">bezierCurveTo</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPDATA">BITMAPDATA</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPTEXT">BITMAPTEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#blendModes">blendModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_CENTER">BOTTOM_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_LEFT">BOTTOM_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_RIGHT">BOTTOM_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#BUTTON">BUTTON</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS">CANVAS</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CENTER">CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CIRCLE">CIRCLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#clear">clear</a>
</li>
<li class="class-depth-0">
<a href="global.html#CREATURE">CREATURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#destroyCachedSprite">destroyCachedSprite</a>
</li>
<li class="class-depth-0">
<a href="global.html#displayList">displayList</a>
</li>
<li class="class-depth-0">
<a href="global.html#DOWN">DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawCircle">drawCircle</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawEllipse">drawEllipse</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawPolygon">drawPolygon</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawRect">drawRect</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawRoundedRect">drawRoundedRect</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawShape">drawShape</a>
</li>
<li class="class-depth-0">
<a href="global.html#ELLIPSE">ELLIPSE</a>
</li>
<li class="class-depth-0">
<a href="global.html#emit">emit</a>
</li>
<li class="class-depth-0">
<a href="global.html#EMITTER">EMITTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#endFill">endFill</a>
</li>
<li class="class-depth-0">
<a href="global.html#GAMES">GAMES</a>
</li>
<li class="class-depth-0">
<a href="global.html#generateTexture">generateTexture</a>
</li>
<li class="class-depth-0">
<a href="global.html#getBounds">getBounds</a>
</li>
<li class="class-depth-0">
<a href="global.html#getLocalBounds">getLocalBounds</a>
</li>
<li class="class-depth-0">
<a href="global.html#GRAPHICS">GRAPHICS</a>
</li>
<li class="class-depth-0">
<a href="global.html#GROUP">GROUP</a>
</li>
<li class="class-depth-0">
<a href="global.html#HEADLESS">HEADLESS</a>
</li>
<li class="class-depth-0">
<a href="global.html#HORIZONTAL">HORIZONTAL</a>
</li>
<li class="class-depth-0">
<a href="global.html#IMAGE">IMAGE</a>
</li>
<li class="class-depth-0">
<a href="global.html#LANDSCAPE">LANDSCAPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT">LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_BOTTOM">LEFT_BOTTOM</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_CENTER">LEFT_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_TOP">LEFT_TOP</a>
</li>
<li class="class-depth-0">
<a href="global.html#LINE">LINE</a>
</li>
<li class="class-depth-0">
<a href="global.html#lineStyle">lineStyle</a>
</li>
<li class="class-depth-0">
<a href="global.html#lineTo">lineTo</a>
</li>
<li class="class-depth-0">
<a href="global.html#listeners">listeners</a>
</li>
<li class="class-depth-0">
<a href="global.html#MATRIX">MATRIX</a>
</li>
<li class="class-depth-0">
<a href="global.html#mixin">mixin</a>
</li>
<li class="class-depth-0">
<a href="global.html#moveTo">moveTo</a>
</li>
<li class="class-depth-0">
<a href="global.html#NONE">NONE</a>
</li>
<li class="class-depth-0">
<a href="global.html#off">off</a>
</li>
<li class="class-depth-0">
<a href="global.html#on">on</a>
</li>
<li class="class-depth-0">
<a href="global.html#once">once</a>
</li>
<li class="class-depth-0">
<a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a>
</li>
<li class="class-depth-2">
<a href="global.html#Phaser.Path#numPointsreturn%257Bnumber%257DThetotalnumberofPathPointsinthisPath.">Phaser.Path#numPoints
return {number} The total number of PathPoints in this Path.</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINT">POINT</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINTER">POINTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#POLYGON">POLYGON</a>
</li>
<li class="class-depth-0">
<a href="global.html#PORTRAIT">PORTRAIT</a>
</li>
<li class="class-depth-0">
<a href="global.html#quadraticCurveTo">quadraticCurveTo</a>
</li>
<li class="class-depth-0">
<a href="global.html#RECTANGLE">RECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#removeAllListeners">removeAllListeners</a>
</li>
<li class="class-depth-0">
<a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RETROFONT">RETROFONT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT">RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_BOTTOM">RIGHT_BOTTOM</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_CENTER">RIGHT_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_TOP">RIGHT_TOP</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROPE">ROPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#scaleModes">scaleModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITE">SPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITEBATCH">SPRITEBATCH</a>
</li>
<li class="class-depth-0">
<a href="global.html#stopImmediatePropagation">stopImmediatePropagation</a>
</li>
<li class="class-depth-0">
<a href="global.html#stopPropagation">stopPropagation</a>
</li>
<li class="class-depth-0">
<a href="global.html#TEXT">TEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAP">TILEMAP</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILESPRITE">TILESPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_CENTER">TOP_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_LEFT">TOP_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_RIGHT">TOP_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#UP">UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#updateLocalBounds">updateLocalBounds</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERSION">VERSION</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERTICAL">VERTICAL</a>
</li>
<li class="class-depth-0">
<a href="global.html#VIDEO">VIDEO</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL">WEBGL</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL_MULTI">WEBGL_MULTI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li>
<li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li>
<li class="class-depth-1"><a href="Phaser.World.html">World</a></li>
<li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li>
<li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li>
<li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li>
<li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li>
<li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li>
<li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li>
<li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li>
<li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li>
<li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li>
<li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li>
<li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li>
<li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li>
<li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li>
<li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li>
<li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li>
<li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li>
<li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li>
<li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li>
<li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li>
<li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li>
<li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li>
<li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li>
<li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li>
<li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li>
<li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li>
<li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li>
<li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li>
<li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li>
<li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li>
<li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li>
<li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li>
<li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li>
<li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li>
<li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li>
<li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li>
<li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li>
<li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li>
<li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li>
<li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li>
<li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li>
<li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li>
<li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li>
<li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li>
<li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<div id="main">
<!--<h1 class="page-title">Class: InWorld</h1>-->
<section>
<header>
<h2>
<span class="ancestors"><a href="Phaser.html">Phaser</a><a href="Phaser.html#.Component">.Component</a>.</span>
InWorld
</h2>
</header>
<article>
<div class="container-overview">
<dt>
<h4 class="name "
id="InWorld"><span class="type-signature"></span>new InWorld<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>The InWorld component checks if a Game Object is within the Game World Bounds.<br>An object is considered as being "in bounds" so long as its own bounds intersects at any point with the World bounds.<br>If the AutoCull component is enabled on the Game Object then it will check the Game Object against the Camera bounds as well.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_gameobjects_components_InWorld.js.html">gameobjects/components/InWorld.js</a>, <a href="src_gameobjects_components_InWorld.js.html#sunlight-1-line-14">line 14</a>
</dt>
</dl>
</dd>
</div>
<h3 class="subsection-title">Members</h3>
<dl>
<dt>
<h4 class="name "
id="checkWorldBounds"><span class="type-signature"></span>checkWorldBounds<span class="type-signature"> :boolean</span></h4>
</dt>
<dd>
<div class="description">
<p>If this is set to <code>true</code> the Game Object checks if it is within the World bounds each frame. </p>
<p>When it is no longer intersecting the world bounds it dispatches the <code>onOutOfBounds</code> event.</p>
<p>If it was <em>previously</em> out of bounds but is now intersecting the world bounds again it dispatches the <code>onEnterBounds</code> event.</p>
<p>It also optionally kills the Game Object if <code>outOfBoundsKill</code> is <code>true</code>.</p>
<p>When <code>checkWorldBounds</code> is enabled it forces the Game Object to calculate its full bounds every frame.</p>
<p>This is a relatively expensive operation, especially if enabled on hundreds of Game Objects. So enable it only if you know it's required,<br>or you have tested performance and find it acceptable.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_gameobjects_components_InWorld.js.html">gameobjects/components/InWorld.js</a>, <a href="src_gameobjects_components_InWorld.js.html#sunlight-1-line-98">line 98</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="inWorld"><span class="type-signature"><readonly> </span>inWorld<span class="type-signature"> :boolean</span></h4>
</dt>
<dd>
<div class="description">
<p>Checks if the Game Objects bounds are within, or intersect at any point with the Game World bounds.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_gameobjects_components_InWorld.js.html">gameobjects/components/InWorld.js</a>, <a href="src_gameobjects_components_InWorld.js.html#sunlight-1-line-129">line 129</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="outOfBoundsKill"><span class="type-signature"></span>outOfBoundsKill<span class="type-signature"> :boolean</span></h4>
</dt>
<dd>
<div class="description">
<p>If this and the <code>checkWorldBounds</code> property are both set to <code>true</code> then the <code>kill</code> method is called as soon as <code>inWorld</code> returns false.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_gameobjects_components_InWorld.js.html">gameobjects/components/InWorld.js</a>, <a href="src_gameobjects_components_InWorld.js.html#sunlight-1-line-106">line 106</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="outOfCameraBoundsKill"><span class="type-signature"></span>outOfCameraBoundsKill<span class="type-signature"> :boolean</span></h4>
</dt>
<dd>
<div class="description">
<p>If this and the <code>autoCull</code> property are both set to <code>true</code>, then the <code>kill</code> method<br>is called as soon as the Game Object leaves the camera bounds.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_gameobjects_components_InWorld.js.html">gameobjects/components/InWorld.js</a>, <a href="src_gameobjects_components_InWorld.js.html#sunlight-1-line-115">line 115</a>
</dt>
</dl>
</dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<h4 class="name "
id=".preUpdate"><span class="type-signature"><static> </span>preUpdate<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>The InWorld component preUpdate handler.<br>Called automatically by the Game Object.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_gameobjects_components_InWorld.js.html">gameobjects/components/InWorld.js</a>, <a href="src_gameobjects_components_InWorld.js.html#sunlight-1-line-22">line 22</a>
</dt>
</dl>
</dd>
</dl>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2016 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
on Thu Mar 23 2017 14:18:07 GMT+0000 (GMT Standard Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<div class="span3">
<div id="toc"></div>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html> |
blog/svg-icons-social-media/index.html | jorgeatgu/web | <!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SVG ICONS SOCIAL MEDIA</title>
<meta name="description" content="Un blog sobre SVG · CSS3 · HTML5">
<meta name="generator" content="Jekyll v3.8.5">
<link rel="stylesheet" href="/blog/css/styles.css">
<link rel="canonical" href="http://jorgeatgu.com/blog/svg-icons-social-media/">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Serif:400,500|Rubik:400,500" rel="stylesheet">
</head>
<body>
<header class="header">
<nav class="header-nav">
<div class="header-elements">
<a class="header-links header-links-bold" href="http://jorgeatgu.com/index">WEB</a>
<a class="header-links header-links-bold" href="http://jorgeatgu.com/blog">BLOG</a>
<a class="header-links header-links-bold" href="/blog/archivo/">CATEGORIAS</a>
<a class="header-links header-links-bold" href="http://feedpress.me/scalable">RSS</a>
</div>
<div class="header-elements">
<a class="header-links" href="http://github.com/jorgeatgu">GitHub</a>
<a class="header-links" href="http://twitter.com/jorgeatgu">Twitter</a>
<a class="header-links" href="https://jorgeatgu.carto.com/me">Carto</a>
<a class="header-links" href="http://codepen.io/jorgeatgu">CodePen</a>
</div>
</nav>
</header>
<section class="container-boira">
<article>
<main>
<article class="categoria-titulo">
<h1>SVG ICONS SOCIAL MEDIA</h1>
<p class="articulo-fecha">
<time datetime="2014-08-01 00:00:00 +0200">
El
1 de
agosto
de
2014
</time>
</p>
<span class="archivado">Archivado en:
<a class="archivado-texto" href="/blog/archivo/#iconos">iconos</a>
<a class="archivado-texto" href="/blog/archivo/#svg">SVG</a>
</span>
<!-- Categorías: -->
</article>
<article class="post-contenido">
<p><img src="http://jorgeatgu.com/blog/img/2014/01/iconos2014.png" alt="iconos redes sociales svg" /></p>
<p>Otra actualización del pack de iconos de redes sociales en formato SVG.</p>
<!--more-->
<p>A continuación los cambios:</p>
<p>Añadido uno de los namespaces que borre en su día.
Añadida la etiqueta <code class="highlighter-rouge">aria-labelledby="title"</code> y <code class="highlighter-rouge">title id="title</code>
Añadida version rectangular y rectangular con bordes redondeados.</p>
<p>He modificado y añadido tantas cosas que seguramente a algún color le falte alguna version, si encontráis cualquier cosa podéis hacer un pull request al repositorio, abrir una issue o comentármelo por twitter.</p>
<p>He subido todo a GitHub así que si queréis descargarlo tendréis que hacerlo desde allí.</p>
<p><button class="boton-centrar">
<a target="_blank" class="btn" href="https://github.com/jorgeatgu/SVG-ICONS-KEYWORDS">GitHub!</a>
</button></p>
<p>La demo para ver como quedan los colores en los iconos por ahora solo está en formato circular.</p>
<p><button class="boton-centrar">
<a target="_blank" class="btn" href="http://jorgeatgu.github.io/demo">DEMO!</a>
</button></p>
<a href="https://leanpub.com/scalable/" class="scalable-leanpub">SCALABLE, un libro sobre SVG<span>A lo largo de 15 capítulos, 120 páginas y más de 70 ejemplos vamos a ver todo lo que podemos hacer con SVG.</span>
<span>Tu pones el precio, disponible desde 0$ para descargar desde LeanPub(PDF, ePUB y MOBI).</span>
</a>
</article>
</main>
<article class="paginacion post-contenido">
<a class="btn-posterior" href="/blog/svg-css-layout-properties-en-webkit-nightly/">Artículo posterior</a>
<a class="btn-anterior" href="/blog/libro-publicado/">Artículo anterior</a>
</article>
<article id="disqus_thread"></article>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'jorgeatgu'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</article>
<footer class="panel-poison post-contenido">
<h3 class="panel-poison-left"><a class="footer-l" href="https://github.com/jorgeatgu/boira">Boira</a> por <a class="footer-l" href="http://jorgeatgu.com">Jorge Aznar</a></h3>
<h3 class="panel-poison-right"><a href="http://github.com/jorgeatgu" class="footer-l">GitHub</a> <strong>·</strong> <a href="https://jorgeatgu.carto.com/me" class="footer-l">Carto</a> <strong>·</strong> <a href="http://twitter.com/jorgeatgu" class="footer-l">Twitter</a> <strong>·</strong> <a href="http://codepen.io/jorgeatgu" class="footer-l">CodePen</a></h3>
</footer>
</section>
</body>
</html>
|
public/partials/survey.html | swengmatt/sumosurvey | <div ng-controller="SurveyController as surveyVm" class="main-view panel panel-primary">
<div ng-show="surveyVm.currentQuestion">
<div class="panel-heading">
<h3 class="panel-title">{{surveyVm.currentQuestion.question_text}}</h3>
</div>
<div class="panel-body">
<div class="" ng-repeat="option in surveyVm.currentQuestion.Options">
<label>
<input type="radio" ng-model="surveyVm.selectedOption" ng-value="option" /> {{option.text}}
</label>
</div>
</div>
<div class="panel-footer">
<button class="btn btn-primary" ng-click="surveyVm.submitAnswer(surveyVm.currentQuestion, surveyVm.selectedOption)">Submit</button>
</div>
</div>
<div ng-show="!surveyVm.currentQuestion">
<div class="panel-body">
<h2>There are no more questions at this time.<br/>Please check back again later to answer more!</h2>
<h6>If you are the Admin, create more questions by logging in <a href="/admin/list">here</a></h6>
</div>
</div>
</div>
|
out/documentation/tutorials/index.html | joackobengochea/haxeflixel.com | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>Tutorials | HaxeFlixel 2D Game Framework</title>
<meta name="description" content="HaxeFlixel is a 2D Game framework that lets you create cross-platform games easier with free, open source technology!"/>
<meta name="keywords" content="gamedev, game development, cross-platform, haxe, flixel"/>
<meta name="author" content=""/>
<meta name="viewport" content="width=device-width"/>
<link rel="shortcut icon" href="/images/favicon.ico">
<!--[if lt IE 9]>
<script async src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="/styles/style.css" />
</head>
<body>
<header>
<nav>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/" class="navbar-brand"><img src="/images/haxeflixel-header.png" alt="HaxeFlixel" /></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li >
<a href="/demos">Demos</a>
</li>
<li class="dropdown" >
<a href="/showcase" class="dropdown-toggle" data-toggle="dropdown">Showcase <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="/showcase/games">Games</a>
</li>
<li>
<a href="/showcase/jams">Jams</a>
</li>
</ul>
</li>
<li >
<a href="/blog">Blog</a>
</li>
<li class='active'>
<a href="/documentation">Docs</a>
</li>
<li>
<a href="http://api.haxeflixel.com">API</a>
</li>
<li >
<a href="/forum">Forum</a>
</li>
</ul>
<form class="navbar-form search-form" role="search" action="http://google.com/search" method="get">
<div class="form-group">
<input type="search" name="q" class="form-control" placeholder="Search">
<input type="hidden" name="q" value="site:http://haxeflixel.com">
</div>
</form>
</div>
</div>
</div>
</nav>
</header>
<div class="container container-main">
<div class="row">
<div class="col-md-3">
<div class="doc-nav affix">
<ul class="nav">
<li>
<h4><a href="/documentation/getting-started">Getting Started</a><h4>
</li>
<li>
<h4><a href="/documentation/community">Community</a><h4>
</li>
<li>
<h4><a href="/documentation/haxeflixel-handbook">HaxeFlixel Handbook</a><h4>
</li>
<li>
<h4><a href="/documentation/resources">Resources</a><h4>
</li>
<li>
<h4><a href="/documentation/tutorials">Tutorials</a><h4>
</li>
<li class=active about="/documentation/tutorials">
<a href="/documentation/tutorials"> Tutorials </a>
</li>
<li class= about="/documentation/the-power-of-haxeflixel">
<a href="/documentation/the-power-of-haxeflixel"> The Power of HaxeFlixel </a>
</li>
<li class= about="/documentation/part-i-setup">
<a href="/documentation/part-i-setup"> Part I: Setup </a>
</li>
<li class= about="/documentation/part-ii-testing">
<a href="/documentation/part-ii-testing"> Part II: Testing wit ... </a>
</li>
<li class= about="/documentation/part-iii-groundwork">
<a href="/documentation/part-iii-groundwork"> Part III: Groundwork </a>
</li>
<li class= about="/documentation/part-iv-sprites-and-animation">
<a href="/documentation/part-iv-sprites-and-animation"> Part IV: Sprites and ... </a>
</li>
<li class= about="/documentation/part-v-tiles-maps-and-collisions">
<a href="/documentation/part-v-tiles-maps-and-collisions"> Part V: Tiles, Maps, ... </a>
</li>
<li class= about="/documentation/part-vi-zoom-and-cameras">
<a href="/documentation/part-vi-zoom-and-cameras"> Part VI: Zoom and Cameras </a>
</li>
<li class= about="/documentation/part-vii-pickups">
<a href="/documentation/part-vii-pickups"> Part VII: Pickups </a>
</li>
<li class= about="/documentation/part-viii-enemies-and-basic-ai">
<a href="/documentation/part-viii-enemies-and-basic-ai"> Part VIII: Enemies a ... </a>
</li>
<li class= about="/documentation/part-ix-ui-and-combat">
<a href="/documentation/part-ix-ui-and-combat"> Part IX: UI and Combat </a>
</li>
<li class= about="/documentation/part-x-winning-and-losing-and-menus">
<a href="/documentation/part-x-winning-and-losing-and-menus"> Part X: Winning and ... </a>
</li>
<li class= about="/documentation/part-xi-sound-and-music">
<a href="/documentation/part-xi-sound-and-music"> Part XI: Sound and Music </a>
</li>
<li class= about="/documentation/part-xii-multiple-platforms">
<a href="/documentation/part-xii-multiple-platforms"> Part XII: Multiple Platforms </a>
</li>
<li class= about="/documentation/part-xiii-polish-finishing-up-and-juice">
<a href="/documentation/part-xiii-polish-finishing-up-and-juice"> Part XIII: Polish, f ... </a>
</li>
<li class= about="/documentation/conclusion">
<a href="/documentation/conclusion"> Conclusion </a>
</li>
</ul>
</div>
</div>
<div class="col-md-9 doc-content" role="main">
<h1 class="title">Tutorials</h1>
<a href="https://github.com/HaxeFlixel/flixel-docs/blob/master/documentation/04_tutorials/00-tutorials.html.md" class="btn btn-sm btn-edit" target="_blank"><span class="glyphicon glyphicon-pencil"></span> Edit </a>
<p>Welcome to HaxeFlixel! You are on your way to using the best Game Development Framework (at least, in my opinion)!
In this series of tutorials, I will walk you through making a complete game in HaxeFlixel from start to finish, and
then some. I’ve broken down each step into smaller chunks to help you get through even the most complicated and
daunting steps.</p>
<p>I will gear these tutorials towards building on Flash, Windows, and Android (since those are the platforms I have access
to). We will work primarily with Flash most of the time.</p>
<p>We are going to be building a small dungeon crawler. You can see the finished product here:</p>
<object width="640" height="480">
<param name="movie" value="http://haxeflixel.com/demos/swf/TurnBasedRPG.swf">
<embed src="http://haxeflixel.com/demos/swf/TurnBasedRPG.swf" width="640" height="480">
</embed>
</object>
<p>If you have any questions, or get stuck during this tutorial, you can post on our
<a href="http://haxeflixel.com/forum/">community forums</a>, or in the #haxeflixel IRC channel on freenode.</p>
<p>This tutorial was written using HaxeFlixel version 3.3.0.</p>
<p>So let's go ahead and get started!</p>
<br>
<hr>
<ul class="pager">
<li class="next">
<a href="/documentation/the-power-of-haxeflixel">The Power of HaxeFlixel ></a>
</li>
</ul>
</div>
</div>
</div>
<footer>
<div class="footer-main">
<div class=" container">
<div class="footer-social">
<iframe width="120px" scrolling="0" height="20px" frameborder="0"
allowtransparency="true"
src="http://ghbtns.com/github-btn.html?user=HaxeFlixel&repo=flixel&type=watch&count=true&size=small"></iframe>
<a href="https://twitter.com/haxeflixel" class="twitter-follow-button" data-show-count="true"
data-lang="en" data-size="small">Follow @haxeflixel</a>
<script>!function (d, s, id)
{
var js, fjs = d.getElementsByTagName (s)[0];
if (!d.getElementById (id))
{
js = d.createElement (s);
js.id = id;
js.src = "//platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore (js, fjs);
}
} (document, "script", "twitter-wjs");</script>
</div>
<div class="footer-powered-by">
<p>HaxeFlixel is powered by</p>
<a href="http://haxe.org"><img src="/images/haxe.svg" alt="Haxe" title="Haxe"></a>
+
<a href="http://openfl.org"><img class="openfl-footer-logo" src="/images/openfl.svg" alt="OpenFL" title="OpenFL"></a>
+
<a href="http://flixel.org"><img class="flixel-footer-logo" src="/images/flixel.svg" alt="Flixel" title="Flixel"></a>
</div>
</div>
</div>
</footer>
<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-35511281-1');
ga('send', 'pageview');</script><script defer="defer" src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script><script defer="defer" src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script><script defer="defer" src="/vendor/twitter-bootstrap-3/js/dropdown.js"></script><script defer="defer" src="/vendor/twitter-bootstrap-3/js/transition.js"></script><script defer="defer" src="/vendor/twitter-bootstrap-3/js/collapse.js"></script>
</body>
</html>
|
assets/front/assets/css/video-bg.css | reeganaga/SI-lelang | #section-video {
position: relative;
overflow: hidden;
}
#section-video:before {
position: absolute;
z-index: 10;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
-webkit-transition: background-color .5s;
transition: background-color .5s;
background-color: black;
}
.onload-class#section-video:before {
background-color: transparent;
}
#section-video video {
display: none;
}
#section-video.onload-class video {
display: block;
}
#section-video .text-video-bg {
z-index: 20;
visibility: hidden;
color: white !important;
}
#section-video.onload-class .text-video-bg {
visibility: visible;
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: .6s;
animation-delay: .6s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.display-none {
display: none !important;
}
video {
position: absolute;
z-index: 9;
top: 0;
right: 0;
left: 0;
display: block;
min-width: 100%;
min-height: 100%;
background: url('../video/ocean.jpg') #000 no-repeat center center;
background-size: cover;
}
@media (max-width: 767px) {
#section-video {
background: url('../video/ocean.jpg') #000 no-repeat center center;
}
#section-video video {
display: none !important;
}
}
@media (min-width: 768px) {
#section-video .text-video-bg {
margin-top: 50px;
}
}
/* Preloader
================================================== */
.wrapper-preloader {
position: absolute;
z-index: 11;
top: 50%;
right: 0;
left: 0;
margin-top: -41px;
}
#preloader {
font-size: 24px;
position: relative;
overflow: hidden;
width: 1em;
height: 1em;
margin: .8em auto;
-webkit-animation: load6 1.7s infinite ease;
animation: load6 1.7s infinite ease;
text-indent: -9999em;
border-radius: 50%;
}
/* Animations
================================================== */
@-webkit-keyframes load6 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff;
}
5%,
95% {
box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff;
}
30% {
box-shadow: -.11em -.83em 0 -.4em #fff, -.51em -.66em 0 -.42em #fff, -.75em -.36em 0 -.44em #fff, -.83em -.03em 0 -.46em #fff, -.81em .21em 0 -.477em #fff;
}
55% {
box-shadow: -.11em -.83em 0 -.4em #fff, -.29em -.78em 0 -.42em #fff, -.43em -.72em 0 -.44em #fff, -.52em -.65em 0 -.46em #fff, -.57em -.61em 0 -.477em #fff;
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff;
}
}
@keyframes load6 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff;
}
5%,
95% {
box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff;
}
30% {
box-shadow: -.11em -.83em 0 -.4em #fff, -.51em -.66em 0 -.42em #fff, -.75em -.36em 0 -.44em #fff, -.83em -.03em 0 -.46em #fff, -.81em .21em 0 -.477em #fff;
}
55% {
box-shadow: -.11em -.83em 0 -.4em #fff, -.29em -.78em 0 -.42em #fff, -.43em -.72em 0 -.44em #fff, -.52em -.65em 0 -.46em #fff, -.57em -.61em 0 -.477em #fff;
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff;
}
}
@-webkit-keyframes fadeInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes fadeInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
|
html_template/淡色/index.html | allanfish/facetime-demo | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link rel="stylesheet" href="css/common.css" type="text/css" />
<title>ͨÓúǫ́¹ÜÀíϵͳ</title>
</head>
<frameset rows="50,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="topframe.html" name="topFrame" frameborder="no" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset name="myFrame" cols="199,7,*" frameborder="no" border="0" framespacing="0">
<frame src="leftframe.html" name="leftFrame" frameborder="no" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="switchframe.html" name="midFrame" frameborder="no" scrolling="No" noresize="noresize" id="midFrame" title="midFrame" />
<frameset rows="59,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="mainframe.html" name="mainFrame" frameborder="no" scrolling="No" noresize="noresize" id="mainFrame" title="mainFrame" />
<frame src="manframe.html" name="manFrame" frameborder="no" id="manFrame" title="manFrame" />
</frameset>
</frameset>
</frameset>
<noframes><body>
</body>
</noframes>
</html>
|
core/src/components/select/test/multiple-value/index.html | TillaTheHun0/ionic | <!DOCTYPE html>
<html dir="ltr">
<head>
<meta charset="UTF-8">
<title>Select - Multiple Value</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
</head>
<body>
<ion-app>
<ion-header>
<ion-toolbar>
<ion-title>Select Item: Multiple Value</ion-title>
</ion-toolbar>
</ion-header>
<ion-content class="outer-content test-content">
<ion-item>
<ion-label>Toppings</ion-label>
<ion-select id="toppings" multiple="true" cancel-text="Nah" ok-text="Okay!">
<ion-select-option value="bacon">Bacon</ion-select-option>
<ion-select-option value="olives">Black Olives</ion-select-option>
<ion-select-option value="xcheese">Extra Cheese</ion-select-option>
<ion-select-option value="peppers">Green Peppers</ion-select-option>
<ion-select-option value="mushrooms">Mushrooms</ion-select-option>
<ion-select-option value="onions">Onions</ion-select-option>
<ion-select-option value="pepperoni">Pepperoni</ion-select-option>
<ion-select-option value="pineapple">Pineapple</ion-select-option>
<ion-select-option value="sausage">Sausage</ion-select-option>
<ion-select-option value="Spinach">Spinach</ion-select-option>
</ion-select>
</ion-item>
<ion-item>
<ion-label>Car Features</ion-label>
<ion-select id="carFeatures" multiple="true">
<ion-select-option value="backupcamera">Backup Camera</ion-select-option>
<ion-select-option value="heatedseats">Headted Seats</ion-select-option>
<ion-select-option value="keyless">Keyless Entry</ion-select-option>
<ion-select-option value="navigation">Navigation</ion-select-option>
<ion-select-option value="parkingassist">Parking Assist</ion-select-option>
<ion-select-option value="sunroof">Sun Roof</ion-select-option>
</ion-select>
</ion-item>
<ion-item>
<ion-label>Pets</ion-label>
<ion-select id="pets" multiple>
<ion-select-option value="cat">Cat</ion-select-option>
<ion-select-option value="dog">Dog</ion-select-option>
<ion-select-option value="turtle">Turtle</ion-select-option>
<ion-select-option value="fish">Fish</ion-select-option>
</ion-select>
</ion-item>
<ion-item>
<ion-label>Disabled</ion-label>
<ion-select id="disabled" multiple disabled>
<ion-select-option selected="true">Selected Text</ion-select-option>
</ion-select>
</ion-item>
<ion-item>
<ion-label>Statuses</ion-label>
<ion-select id="status" multiple>
<ion-select-option value="selected" selected="true">Selected</ion-select-option>
<ion-select-option value="default">Default</ion-select-option>
<ion-select-option value="disabled" disabled="true">Disabled</ion-select-option>
</ion-select>
</ion-item>
<p aria-hidden="true" padding>
<code>toppings: <span id="toppingsResult"></span></code><br>
<code>carFeatures: <span id="carFeaturesResult"></span></code><br>
<code>pets: <span id="petsResult"></span></code><br>
</p>
<form>
<ion-list padding-vertical>
<ion-item>
<ion-input type="text"></ion-input>
</ion-item>
<ion-item>
<ion-label>Select</ion-label>
<ion-select multiple="true">
<ion-select-option selected>1</ion-select-option>
<ion-select-option>2</ion-select-option>
<ion-select-option selected>3</ion-select-option>
</ion-select>
</ion-item>
<ion-button expand="block" type="submit">Submit</ion-button>
</ion-list>
</form>
<ion-item>
<ion-label position="floating">Floating label</ion-label>
<ion-select multiple="true">
<ion-select-option value="bacon">Bacon</ion-select-option>
<ion-select-option value="olives">Black Olives</ion-select-option>
<ion-select-option value="xcheese">Extra Cheese</ion-select-option>
<ion-select-option value="peppers">Green Peppers</ion-select-option>
<ion-select-option value="mushrooms">Mushrooms</ion-select-option>
<ion-select-option value="onions">Onions</ion-select-option>
<ion-select-option value="pepperoni">Pepperoni</ion-select-option>
<ion-select-option value="pineapple">Pineapple</ion-select-option>
<ion-select-option value="sausage">Sausage</ion-select-option>
<ion-select-option value="Spinach">Spinach</ion-select-option>
</ion-select>
</ion-item>
</ion-content>
<script>
var toppings = document.getElementById('toppings');
toppings.value = ['bacon', 'xcheese'];
var carFeatures = document.getElementById('carFeatures');
var pets = document.getElementById('pets');
pets.value = ['cat', 'dog'];
setResults(toppings);
setResults(carFeatures);
setResults(pets);
toppings.addEventListener('ionChange', function(ev) {
setResults(toppings);
});
carFeatures.addEventListener('ionChange', function(ev) {
setResults(carFeatures);
});
pets.addEventListener('ionChange', function(ev) {
setResults(pets);
});
function setResults(select) {
if (select.id) {
var resultsEl = document.getElementById(select.id + 'Result');
if (resultsEl) {
resultsEl.innerHTML = select.value;
}
}
}
</script>
</ion-app>
</body>
</html>
|
docs/source/API/API/Alchemy/Zippy/Adapter/BSDTar/TarGzBSDTarAdapter.html | bburnichon/Zippy | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Alchemy\Zippy\Adapter\BSDTar\TarGzBSDTarAdapter | Zippy API</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../../classes.html">Classes</a></li>
<li><a href="../../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../../doc-index.html">Index</a></li>
</ul>
<div id="title">Zippy API</div>
<div class="type">Class</div>
<h1><a href="../../../../Alchemy/Zippy/Adapter/BSDTar.html">Alchemy\Zippy\Adapter\BSDTar</a>\TarGzBSDTarAdapter</h1>
</div>
<div class="content">
<p>class <strong>TarGzBSDTarAdapter</strong> extends <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a></p>
<h2>Methods</h2>
<table>
<tr>
<td class="type">
static
</td>
<td class="last">
<a href="#method_getName">getName</a>()
<p></p>
</td>
<td><small>from <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a></small></td>
</tr>
<tr>
<td class="type">
static
</td>
<td class="last">
<a href="#method_getDefaultDeflatorBinaryName">getDefaultDeflatorBinaryName</a>()
<p></p>
</td>
<td><small>from <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getDefaultDeflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a></small></td>
</tr>
<tr>
<td class="type">
static
</td>
<td class="last">
<a href="#method_getDefaultInflatorBinaryName">getDefaultInflatorBinaryName</a>()
<p></p>
</td>
<td><small>from <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getDefaultInflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a></small></td>
</tr>
</table>
<h2>Details</h2>
<h3 id="method_getName">
<div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a> at line 25</div>
<code> static public
<strong>getName</strong>()</code>
</h3>
<div class="details">
<p></p>
<p></p>
<div class="tags">
</div>
</div>
<h3 id="method_getDefaultDeflatorBinaryName">
<div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getDefaultDeflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a> at line 33</div>
<code> static public
<strong>getDefaultDeflatorBinaryName</strong>()</code>
</h3>
<div class="details">
<p></p>
<p></p>
<div class="tags">
</div>
</div>
<h3 id="method_getDefaultInflatorBinaryName">
<div class="location">in <a href="../../../../Alchemy/Zippy/Adapter/BSDTar/TarBSDTarAdapter.html#method_getDefaultInflatorBinaryName"><abbr title="Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter">TarBSDTarAdapter</abbr></a> at line 41</div>
<code> static public
<strong>getDefaultInflatorBinaryName</strong>()</code>
</h3>
<div class="details">
<p></p>
<p></p>
<div class="tags">
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
|
2017/HTML+CSS/伪类.css | wangyongtan/H5 | a:link{color:red;}/*a链接的默认状态*/
a:visited{color:blue;}/*a标签被点击后的颜色*/
a:hover{color:green;}
a:active{color: black} |
docs/website/public/css/hovernav.css | webmechanicx/stripe-api-php | /*
Navbar "hovernav" dropdown menu - this works only for screen sizes larger than phones.
The Bootstrap CSS is unchanged. If you don't want this, delete this segment of the CSS
and delete the corresponding segment of bst.js
*/
@media (min-width: 768px) {
.navbar-nav .caret {
display: none;
}
.navbar-nav .open ul {
display: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background: none;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #969696;
background: none;
}
.navbar-default .navbar-nav > .hovernav > a {
color: #555;
}
.navbar-inverse .navbar-nav > .hovernav > a {
color: #969696;
}
.navbar-default .navbar-nav > .hovernav:hover > a,
.navbar-default .navbar-nav > .hovernav:hover > a:hover,
.navbar-default .navbar-nav > .hovernav:hover > a:focus {
color: #333;
background: transparent;
}
.navbar-inverse .navbar-nav > .hovernav:hover > a,
.navbar-inverse .navbar-nav > .hovernav:hover > a:hover,
.navbar-inverse .navbar-nav > .hovernav:hover > a:focus {
color: #fff;
background: transparent;
}
.navbar-default .navbar-nav > li:hover {
background: #e7e7e7;
}
.navbar-inverse .navbar-nav > li:hover {
background: #080808;
}
.navbar-nav .hovernav:hover > .dropdown-menu {
display: block;
}
} |
root/assets/css/default/full.src.css | daifu/MobileWebForCSDepartment | /* default-webkit-main
*
* Description:
*
* -Header
* -Menus
* -Buttons
* -Content
*
*
*/
.only-webkit, .only-full { display: block; }
.not-webkit, .not-full { display: none; }
/********************************************************
* MENUS
*******************************************************/
/*-------------------------------------------------
Headings
------------------------------------------------*/
.menu-full > h1 {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
background: -moz-linear-gradient(#fff, #e5e5e5);
background: -o-linear-gradient(top, #fff, #e5e5e5);
background: linear-gradient(#fff, #e5e5e5);
}
.menu-full > h1.light {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
background: -moz-linear-gradient(#fff, #e5e5e5);
background: -o-linear-gradient(top, #fff, #e5e5e5);
background: linear-gradient(#fff, #e5e5e5);
}
.menu-full > h1.blue {
background: -webkit-gradient(linear, left top, left bottom, from(#809FE2), to(#637CB0));
background: -moz-linear-gradient(#809FE2, #637CB0);
background: -o-linear-gradient(top, #809FE2, #637CB0);
background: linear-gradient(#809FE2, #637CB0);
}
.menu-padded {
border-radius: .5em;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
}
.menu-padded > :first-child:last-child li:first-child,
.menu-padded > :first-child,
.menu-padded .menu-first {
-moz-border-radius-topleft: .5em;
-moz-border-radius-topright: .5em;
-webkit-border-top-left-radius: .5em;
-webkit-border-top-right-radius: .5em;
}
.menu-padded li:last-child,
.menu-padded .menu-last {
-webkit-border-bottom-left-radius: .5em;
-webkit-border-bottom-right-radius: .5em;
-moz-border-radius-bottomleft: .5em;
-moz-border-radius-bottomright: .5em;
}
.menu-padded > :first-child:last-child li:first-child a:hover,
.menu-padded > :first-child:last-child li:first-child a:focus,
.menu-padded > :first-child:last-child li:first-child a:active,
.menu-padded > :first-child li:first-child a:hover,
.menu-padded > :first-child li:first-child a:focus,
.menu-padded > :first-child li:first-child a:active,
.menu-padded .menu-first a:hover,
.menu-padded .menu-first a:focus,
.menu-padded .menu-first a:active {
-moz-border-radius-topleft: .5em;
-moz-border-radius-topright: .5em;
-webkit-border-top-left-radius: .5em;
-webkit-border-top-right-radius: .5em;
}
.menu-padded li:last-child a:hover,
.menu-padded li:last-child a:focus,
.menu-padded li:last-child a:active,
.menu-padded .menu-last a:hover,
.menu-padded .menu-last a:focus,
.menu-padded .menu-last a:active {
-webkit-border-bottom-left-radius: .5em;
-webkit-border-bottom-right-radius: .5em;
-moz-border-radius-bottomleft: .5em;
-moz-border-radius-bottomright: .5em;
}
/********************************************************
* BUTTONS
*******************************************************/
.button-padded {
border-radius: .5em;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
}
a.button-full,
div.button-full a {
background: -webkit-gradient(linear, left top, left bottom, from(#6883bc), to(#536895));
background: -moz-linear-gradient(#6883bc, #536895);
background: -o-linear-gradient(top, #6883bc, #536895);
background: linear-gradient(#6883bc, #536895);
}
a#button-top {
background: -webkit-gradient(linear, left top, left bottom, from(#95aee8), to(#788ebe));
background: -moz-linear-gradient(#95aee8, #788ebe);
background: -o-linear-gradient(top, #95aee8, #788ebe);
background: linear-gradient(#95aee8, #788ebe);
}
a#button-top:hover,
a#button-top:active,
a#button-top:focus{
background: -webkit-gradient(linear, left top, left bottom, from(#8296c0), to(#576c9c));
background: -moz-linear-gradient(#8296c0, #576c9c);
background: -o-linear-gradient(top, #8296c0, #576c9c);
background: linear-gradient(#8296c0, #576c9c);
}
a#button-top,
a.button-full.button-padded,
div.button-full.button-padded a.button-first,
div.button-full.button-padded a:first-child {
-webkit-border-top-left-radius: .5em;
-webkit-border-bottom-left-radius: .5em;
-moz-border-radius-topleft: .5em;
-moz-border-radius-bottomleft: .5em;
}
a#button-top,
a.button-full.button-padded,
div.button-full.button-padded a.button-last,
div.button-full.button-padded a:last-child {
-webkit-border-top-right-radius: .5em;
-webkit-border-bottom-right-radius: .5em;
-moz-border-radius-topright: .5em;
-moz-border-radius-bottomright: .5em;
}
a.button-full.button-light,
div.button-full a.button-light,
div.button-full.button-light a {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
background: -moz-linear-gradient(#fff, #e5e5e5);
background: -o-linear-gradient(top, #fff, #e5e5e5);
background: linear-gradient(#fff, #e5e5e5);
color: #555 !important;
}
a.button-full:hover,
a.button-full:focus,
a.button-full:active,
div.button-full a:hover,
div.button-full a:focus,
div.button-full a:active,
a.button-full.button-light:hover,
a.button-full.button-light:focus,
a.button-full.button-light:active,
div.button-full a.button-light:hover,
div.button-full a.button-light:focus,
div.button-full a.button-light:active{
background: -webkit-gradient(linear, left top, left bottom, from(#ffc847), to(#ffb300));
background: -moz-linear-gradient(#ffc847, #ffb300);
background: -o-linear-gradient(top, #ffc847, #ffb300);
background: linear-gradient(#ffc847, #ffb300);
}
/********************************************************
* CONTENT
*******************************************************/
.content-padded {
border-radius: .5em;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
}
.content-elements > h1, .content-full > h1 {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
background: -moz-linear-gradient(#fff, #e5e5e5);
background: -o-linear-gradient(top, #fff, #e5e5e5);
background: linear-gradient(#fff, #e5e5e5);
}
.content-elements > h1.light, .content-full > h1.light {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
background: -moz-linear-gradient(#fff, #e5e5e5);
background: -o-linear-gradient(top, #fff, #e5e5e5);
background: linear-gradient(#fff, #e5e5e5);
}
.content-elements > h1.blue, .content-full > h1.blue {
background: -webkit-gradient(linear, left top, left bottom, from(#809FE2), to(#637CB0));
background: -moz-linear-gradient(#809FE2, #637CB0);
background: -o-linear-gradient(top, #809FE2, #637CB0);
background: linear-gradient(#809FE2, #637CB0);
}
.content-padded > *:first-child {
-webkit-border-top-left-radius: .5em;
-webkit-border-top-right-radius: .5em;
-moz-border-radius-topleft: .5em;
-moz-border-radius-topright: .5em;
}
.content-padded .content-first {
-webkit-border-top-left-radius: .5em;
-webkit-border-top-right-radius: .5em;
-moz-border-radius-topleft: .5em;
-moz-border-radius-topright: .5em;
}
.content-padded > *:last-child {
-webkit-border-bottom-left-radius: .5em;
-webkit-border-bottom-right-radius: .5em;
-moz-border-radius-bottomleft: .5em;
-moz-border-radius-bottomright: .5em;
}
.content-padded .content-last {
-webkit-border-bottom-left-radius: .5em;
-webkit-border-bottom-right-radius: .5em;
-moz-border-radius-bottomleft: .5em;
-moz-border-radius-bottomright: .5em;
}
/********************************************************
* FORM
*******************************************************/
form.form-padded > *:last-child,
form.form-padded > .form-last {
margin-bottom: 6px;
}
form.form-full > h1 {
background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ccc));
background: -moz-linear-gradient(#efefef, #ccc);
background: -o-linear-gradient(top, #efefef, #ccc);
background: linear-gradient(#fff, #e5e5e5);
}
form.form-full > h1.light {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
background: -moz-linear-gradient(#fff, #e5e5e5);
background: -o-linear-gradient(top, #fff, #e5e5e5);
background: linear-gradient(#fff, #e5e5e5);
}
form.form-full > h1.blue {
background: -webkit-gradient(linear, left top, left bottom, from(#809FE2), to(#637CB0));
background: -moz-linear-gradient(#809FE2, #637CB0);
background: -o-linear-gradient(top, #809FE2, #637CB0);
background: linear-gradient(#809FE2, #637CB0);
}
form.form-full > input,
form.form-full > select,
form.form-full > textarea {
-webkit-border-top-left-radius: .5em;
-webkit-border-top-right-radius: .5em;
-webkit-border-bottom-left-radius: .5em;
-webkit-border-bottom-right-radius: .5em;
-webkit-box-shadow:inset 0 0 3px #bbb;
-webkit-appearance: none;
}
form.form-full > select {
background: #fff url(img/select-options-bg.png) right no-repeat;
}
form.form-padded,
form.form-padded > h1.form-first,
form.form-padded > p.form-first,
form.form-padded > div.form-first {
-webkit-border-top-left-radius: .5em;
-webkit-border-top-right-radius: .5em;
}
form.form-padded,
form.form-padded > h1.form-last,
form.form-padded > p.form-last,
form.form-padded > div.form-last {
-webkit-border-bottom-left-radius: .5em;
-webkit-border-bottom-right-radius: .5em;
}
form.form-full > input[type=submit],
form.form-full > input[type=reset] {
-webkit-box-shadow:none;
background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#f1f1f1), color-stop(0.8, #f1f1f1));
background: -moz-linear-gradient(#e5e5e5, #f1f1f1);
background: -o-linear-gradient(top, #e5e5e5, #f1f1f1);
background: linear-gradient(#e5e5e5, #f1f1f1);
}
form.form-full > input[type=submit]:active,
form.form-full > input[type=reset]:active,
form.form-full > input[type=submit]:focus,
form.form-full > input[type=reset]:focus,
form.form-full > input[type=submit]:hover,
form.form-full > input[type=reset]:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1), color-stop(0.8, #f1f1f1));
background: -moz-linear-gradient(#f9f9f9, #f1f1f1);
background: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
background: linear-gradient(#f9f9f9, #f1f1f1);
}
/* default-webkit-transitions
*
* Description:
*
* -Setup
* -Properties
* -Active
* -Inactive
* -Utilities
*
*
*/
/** TRANSITION SETUP **/
.webkit-transition-fade .webkit-transition-element,
.webkit-transition-flipY .webkit-transition-element,
.webkit-transition-slideX .webkit-transition-element,
.webkit-transition-slideY .webkit-transition-element,
.webkit-transition-slideXZ .webkit-transition-element {
-webkit-transition-duration: 1000ms;
overflow: hidden;
}
.webkit-transition-fade .webkit-transition-element,
.webkit-transition-slideX .webkit-transition-element,
.webkit-transition-slideY .webkit-transition-element,
.webkit-transition-slideXZ .webkit-transition-element {
float: left;
}
.webkit-transition-fade .webkit-transition-element,
.webkit-transition-slideX .webkit-transition-element,
.webkit-transition-slideY .webkit-transition-element,
.webkit-transition-slideXZ .webkit-transition-element {
opacity: 0;
}
/** TRANSITION PROPERTIES **/
.webkit-transition-flipY .webkit-transition-element,
.webkit-transition-slideX .webkit-transition-element,
.webkit-transition-slideY .webkit-transition-element,
.webkit-transition-slideXZ .webkit-transition-element {
-webkit-transition-property: webkit-transform;
}
.webkit-transition-slideXZ .webkit-transition-element {
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: 1;
-webkit-transform-style: preserve-3d;
}
.webkit-transition-fade .webkit-transition-element {
-webkit-transform-property: opacity;
}
/** TRANSITION ACTIVE **/
.webkit-transition-fade .active,
.webkit-transition-flipY .active,
.webkit-transition-slideX .active,
.webkit-transition-slideY .active,
.webkit-transition-slideXZ .active{
position: relative;
opacity: 1;
}
.webkit-transition-slideX .active,
.webkit-transition-slideY .active{
-webkit-transform: translate(0,0);
}
.webkit-transition-flipY .active,
.webkit-transition-slideXZ .active{
-webkit-transform: rotateX(0deg);
}
/** TRANSITION INACTIVE **/
.webkit-transition-fade .inactive-prev,
.webkit-transition-fade .inactive-next,
.webkit-transition-flipY .inactive-prev,
.webkit-transition-flipY .inactive-next,
.webkit-transition-slideX .inactive-prev,
.webkit-transition-slideX .inactive-next,
.webkit-transition-slideY .inactive-prev,
.webkit-transition-slideY .inactive-next,
.webkit-transition-slideXZ .inactive-prev,
.webkit-transition-slideXZ .inactive-next{
position: absolute;
opacity: 0 !important;
}
.webkit-transition-fade .inactive-prev,
.webkit-transition-fade .inactive-next,
.webkit-transition-slideX .inactive-prev,
.webkit-transition-slideX .inactive-next,
.webkit-transition-slideY .inactive-prev,
.webkit-transition-slideY .inactive-next,
.webkit-transition-slideXZ .inactive-prev,
.webkit-transition-slideXZ .inactive-next{
opacity: 0 !important;
}
.webkit-transition-slideXZ .inactive-prev,
.webkit-transition-slideXZ .inactive-next{
position: absolute !important;
}
.webkit-transition-fade .inactive-prev {
z-index: -400;
}
.webkit-transition-fade .inactive-next {
z-index: -400;
}
.webkit-transition-flipY .inactive-prev{
-webkit-transform: rotateX(-180deg);
z-index: -400;
}
.webkit-transition-flipY .inactive-next{
-webkit-transform: rotateX(180deg);
z-index: -400;
}
.webkit-transition-slideX .inactive-prev {
-webkit-transform: translateX(-100%);
}
.webkit-transition-slideX .inactive-next {
-webkit-transform: translateX(100%);
}
.webkit-transition-slideY .inactive-prev {
-webkit-transform: translateY(-100%);
}
.webkit-transition-slideY .inactive-next {
-webkit-transform: translateY(100%);
}
.webkit-transition-slideXZ .inactive-prev{
-webkit-transform: rotateX(-90deg) scale3d(.835,.835,.835) translateX(-30%);
}
.webkit-transition-slideXZ .inactive-next{
-webkit-transform: rotateX(90deg) scale3d(.835,.835,.835) translateX(30%);
}
/** TRANSITION UTILITIES **/
.clear {
clear: both;
width: 100%;
height: 1px;
} |
about.html | LexKnape/smartinsightsfromdata.github.io | ---
title: About
---
<!-- <div class="container"> -->
<!-- <div class="container"> -->
<div class="row">
<div class="user-card">
<div class="row">
<div class="card col-md-3">
<img src="{{ site.baseurl }}/images/IMG.JPG">
</div>
<div class="col-md-9">
<h1>{{site.author}}</h1>
<p><i class="fa fa-map-marker"></i> {{site.location}}</p>
<p><i class="fa fa-envelope-o"></i> <a href='{{site.basurl}}/contacts.html'>Contact me</a> </p>
<hr />
</div>
</div>
<div class="row">
<div class="col-md-12 letter">
<br>My aim is to make my clients more competitive and more forward looking, with a better understanding of the present and future of their business. <br>
With over 20 years experience in the field of data, analytics, SQL / NoSQL technologies and GIS I use my expertise and enthusiasm to implement leading-edge solutions. <br> <br>
I love to work on projects with a strong component of advanced visualization and graphics using the latest libraries available.<br>
While I have a lot of experience in "traditional", pay-for tools and methodologies, I'm a champion of Open Source and Open Data to come up with cost-effective solutions for making sense of (any) amount of data, big and small.
<br> <br> And when I'm not mining data, building a new R library or participating to a Data Dive (with datakind.org.uk), you might find me cooking a mean pasta for my three hungry teens, skippering the seas or walking our boisterous sheepdog Sasha. <a href="http://martoglio.com"></a></p>
</div>
</div>
</div>
<!-- </div> -->
<!-- </div> -->
|
third_party_tools/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/coding/class-use/MissingCtorCheck.html | kiwiwin/git-sniffer | <!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_07) on Tue Sep 18 21:25:59 EST 2012 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck (checkstyle 5.6 API)</title>
<meta name="date" content="2012-09-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="Uses of Class com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck (checkstyle 5.6 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/puppycrawl/tools/checkstyle/checks/coding/MissingCtorCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">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/puppycrawl/tools/checkstyle/checks/coding/class-use/MissingCtorCheck.html" target="_top">Frames</a></li>
<li><a href="MissingCtorCheck.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.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck" class="title">Uses of Class<br>com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck</h2>
</div>
<div class="classUseContainer">No usage of com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck</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/puppycrawl/tools/checkstyle/checks/coding/MissingCtorCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">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/puppycrawl/tools/checkstyle/checks/coding/class-use/MissingCtorCheck.html" target="_top">Frames</a></li>
<li><a href="MissingCtorCheck.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 © 2001-2012. All Rights Reserved.</small></p>
</body>
</html>
|
SvgWeb/SvgWeb/obj/Debug/Package/PackageTmp/mxgraph/examples/template.html | Dada7357/SwiftEvent | <!--
$Id: template.html,v 1.12 2012-07-17 08:22:19 gaudenz Exp $
Copyright (c) 2006-2010, JGraph Ltd
Template example for mxGraph. This is used as a template HTML file by the
backends to demonstrate the deployment of the client with a graph embedded
in the page as XML data (see graph variable in the onload-handler).
*** THIS FILE MUST BE DEPLOYED BY ONE OF THE BACKENDS! ***
-->
<html>
<head>
<title>Hello, World!</title>
<!-- Sets the basepath for the library if not in same directory -->
<script type="text/javascript">
mxBasePath = '/mxgraph/javascript/src';
</script>
<!-- Loads and initializes the library -->
<script type="text/javascript" src="/mxgraph/javascript/src/js/mxClient.js"></script>
<!-- Example code -->
<script type="text/javascript">
// Program starts here. Creates a sample graph in the
// DOM node with the specified ID. This function is invoked
// from the onLoad event handler of the document (see below).
function main(container, xml)
{
// Checks if the browser is supported
if (!mxClient.isBrowserSupported())
{
// Displays an error message if the browser is not supported.
mxUtils.error('Browser is not supported!', 200, false);
}
else
{
// Creates the graph inside the given container
var graph = new mxGraph(container);
// Adds rubberband selection to the graph
new mxRubberband(graph);
var doc = mxUtils.parseXml(xml);
var codec = new mxCodec(doc);
codec.decode(doc.documentElement, graph.getModel());
}
};
</script>
</head>
<!-- Page passes the container for the graph to the program -->
<body onload="main(document.getElementById('graphContainer'), '%graph%');">
<!-- Creates a container for the graph with a grid wallpaper -->
<div id="graphContainer" style="overflow:hidden;width:321px;height:241px;background:url('/mxgraph/javascript/examples/editors/images/grid.gif')">
</div>
</body>
</html>
|
eclipse/poi-3.12/docs/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFTableCell.html | misuqian/ExcelTool | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>Uses of Class org.apache.poi.xslf.usermodel.XSLFTableCell (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.xslf.usermodel.XSLFTableCell (POI API Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/poi/xslf/usermodel/class-use/XSLFTableCell.html" target="_top">Frames</a></li>
<li><a href="XSLFTableCell.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.poi.xslf.usermodel.XSLFTableCell" class="title">Uses of Class<br>org.apache.poi.xslf.usermodel.XSLFTableCell</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</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.poi.xslf.usermodel">org.apache.poi.xslf.usermodel</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.poi.xslf.usermodel">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a> in <a href="../../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a> that return <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</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/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a></code></td>
<td class="colLast"><span class="strong">XSLFTableRow.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTableRow.html#addCell()">addCell</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="../../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a> that return types with arguments of type <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</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>java.util.List<<a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a>></code></td>
<td class="colLast"><span class="strong">XSLFTableRow.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTableRow.html#getCells()">getCells</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Iterator<<a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">XSLFTableCell</a>></code></td>
<td class="colLast"><span class="strong">XSLFTableRow.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFTableRow.html#iterator()">iterator</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/poi/xslf/usermodel/XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/poi/xslf/usermodel/class-use/XSLFTableCell.html" target="_top">Frames</a></li>
<li><a href="XSLFTableCell.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 2015 The Apache Software Foundation or
its licensors, as applicable.</i>
</small></p>
</body>
</html>
|
oatos_project/oatos-server/doc/后台接口API大全/com/conlect/oatos/dto/autobean/pay/class-use/IServiceTypeDTO.html | allanfish/facetime-demo | <!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_25-ea) on Mon May 13 11:19:43 CST 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
接口 com.conlect.oatos.dto.autobean.pay.IServiceTypeDTO 的使用
</TITLE>
<META NAME="date" CONTENT="2013-05-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="接口 com.conlect.oatos.dto.autobean.pay.IServiceTypeDTO 的使用";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</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">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?com/conlect/oatos/dto/autobean/pay/\class-useIServiceTypeDTO.html" target="_top"><B>框架</B></A>
<A HREF="IServiceTypeDTO.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>接口 com.conlect.oatos.dto.autobean.pay.IServiceTypeDTO<br>的使用</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">
使用 <A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口">IServiceTypeDTO</A> 的软件包</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.conlect.oatos.dto.autobean"><B>com.conlect.oatos.dto.autobean</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.conlect.oatos.dto.autobean.pay"><B>com.conlect.oatos.dto.autobean.pay</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="com.conlect.oatos.dto.autobean"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../../../../com/conlect/oatos/dto/autobean/package-summary.html">com.conlect.oatos.dto.autobean</A> 中 <A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口">IServiceTypeDTO</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">返回 <A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口">IServiceTypeDTO</A> 的 <A HREF="../../../../../../../com/conlect/oatos/dto/autobean/package-summary.html">com.conlect.oatos.dto.autobean</A> 中的方法</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口">IServiceTypeDTO</A></CODE></FONT></TD>
<TD><CODE><B>DTOBeanUtil.</B><B><A HREF="../../../../../../../com/conlect/oatos/dto/autobean/DTOBeanUtil.html#createServiceType()">createServiceType</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">返回变量类型为 <A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口">IServiceTypeDTO</A> 的类型的 <A HREF="../../../../../../../com/conlect/oatos/dto/autobean/package-summary.html">com.conlect.oatos.dto.autobean</A> 中的方法</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> com.google.web.bindery.autobean.shared.AutoBean<<A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口">IServiceTypeDTO</A>></CODE></FONT></TD>
<TD><CODE><B>DTOFactory.</B><B><A HREF="../../../../../../../com/conlect/oatos/dto/autobean/DTOFactory.html#createServiceType()">createServiceType</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.conlect.oatos.dto.autobean.pay"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/package-summary.html">com.conlect.oatos.dto.autobean.pay</A> 中 <A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口">IServiceTypeDTO</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">返回变量类型为 <A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口">IServiceTypeDTO</A> 的类型的 <A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/package-summary.html">com.conlect.oatos.dto.autobean.pay</A> 中的方法</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口">IServiceTypeDTO</A>></CODE></FONT></TD>
<TD><CODE><B>IServiceTypeListDTO.</B><B><A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeListDTO.html#getList()">getList</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口">IServiceTypeDTO</A>></CODE></FONT></TD>
<TD><CODE><B>IEntPayDTO.</B><B><A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IEntPayDTO.html#getServiceTypes()">getServiceTypes</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">类型变量类型为 <A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口">IServiceTypeDTO</A> 的 <A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/package-summary.html">com.conlect.oatos.dto.autobean.pay</A> 中的方法参数</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>IServiceTypeListDTO.</B><B><A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeListDTO.html#setList(java.util.List)">setList</A></B>(java.util.List<<A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口">IServiceTypeDTO</A>> list)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>IEntPayDTO.</B><B><A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IEntPayDTO.html#setServiceTypes(java.util.List)">setServiceTypes</A></B>(java.util.List<<A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口">IServiceTypeDTO</A>> serviceTypes)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/conlect/oatos/dto/autobean/pay/IServiceTypeDTO.html" title="com.conlect.oatos.dto.autobean.pay 中的接口"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</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">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?com/conlect/oatos/dto/autobean/pay/\class-useIServiceTypeDTO.html" target="_top"><B>框架</B></A>
<A HREF="IServiceTypeDTO.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
kissy-1.4.9/docs/index-template.html | tedyhy/SCI | <!DOCTYPE html>
<html>
<head>
<title>KISSY 1.4 Docs</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="fragment" content="!">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<link rel="stylesheet" href="resources/css/app-4689d2a5522dcd3c9e9923ca59c33f27.css" type="text/css" />
<link rel="stylesheet" href="styles-3ef4480e9104cda57f5137ff17372317.css" type="text/css" />
</head>
<body style="background: #fff; min-width: 0;">
<div id="north-region" style="padding: 1px 0 11px 11px">
<div id="header-content">KISSY 1.4 Docs</div>
</div>
<div id="center-container" class="class-overview" style="padding: 20px">
<div class="x-panel-body">
<h1>API Documentation</h1> <div id='categories-content' style=''>
<div class='section'>
<h1>KISSY</h1>
<div class='left-column'>
<h3>Anim</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.Anim" rel="KISSY.Anim" class="docClass">KISSY.Anim</a></li>
<li><a href="#!/api/KISSY.Anim.Easing" rel="KISSY.Anim.Easing" class="docClass">KISSY.Anim.Easing</a></li>
</ul>
<h3>ComboBox</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.ComboBox" rel="KISSY.ComboBox" class="docClass">KISSY.ComboBox</a></li>
<li><a href="#!/api/KISSY.ComboBox.FilterSelect" rel="KISSY.ComboBox.FilterSelect" class="docClass">KISSY.ComboBox.FilterSelect</a></li>
<li><a href="#!/api/KISSY.ComboBox.LocalDataSource" rel="KISSY.ComboBox.LocalDataSource" class="docClass">KISSY.ComboBox.LocalDataSource</a></li>
<li><a href="#!/api/KISSY.ComboBox.MultiValueComboBox" rel="KISSY.ComboBox.MultiValueComboBox" class="docClass">KISSY.ComboBox.MultiValueComboBox</a></li>
<li><a href="#!/api/KISSY.ComboBox.RemoteDataSource" rel="KISSY.ComboBox.RemoteDataSource" class="docClass">KISSY.ComboBox.RemoteDataSource</a></li>
</ul>
<h3>Component</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.Component" rel="KISSY.Component" class="docClass">KISSY.Component</a></li>
<li><a href="#!/api/KISSY.Component.Container" rel="KISSY.Component.Container" class="docClass">KISSY.Component.Container</a></li>
<li><a href="#!/api/KISSY.Component.Control" rel="KISSY.Component.Control" class="docClass">KISSY.Component.Control</a></li>
<li><a href="#!/api/KISSY.Component.Extension.Align" rel="KISSY.Component.Extension.Align" class="docClass">KISSY.Component.Extension.Align</a></li>
<li><a href="#!/api/KISSY.Component.Extension.ContentRender" rel="KISSY.Component.Extension.ContentRender" class="docClass">KISSY.Component.Extension.ContentRender</a></li>
<li><a href="#!/api/KISSY.Component.Extension.DelegateChildren" rel="KISSY.Component.Extension.DelegateChildren" class="docClass">KISSY.Component.Extension.DelegateChildren</a></li>
<li><a href="#!/api/KISSY.Component.Extension.Shim" rel="KISSY.Component.Extension.Shim" class="docClass">KISSY.Component.Extension.Shim</a></li>
<li><a href="#!/api/KISSY.Component.Manager" rel="KISSY.Component.Manager" class="docClass">KISSY.Component.Manager</a></li>
<li><a href="#!/api/KISSY.Component.Plugin.Drag" rel="KISSY.Component.Plugin.Drag" class="docClass">KISSY.Component.Plugin.Drag</a></li>
<li><a href="#!/api/KISSY.Component.Plugin.Resize" rel="KISSY.Component.Plugin.Resize" class="docClass">KISSY.Component.Plugin.Resize</a></li>
<li><a href="#!/api/KISSY.Component.Process" rel="KISSY.Component.Process" class="docClass">KISSY.Component.Process</a></li>
</ul>
<h3>DD</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.DD.Draggable" rel="KISSY.DD.Draggable" class="docClass">KISSY.DD.Draggable</a></li>
<li><a href="#!/api/KISSY.DD.Draggable.DropMode" rel="KISSY.DD.Draggable.DropMode" class="docClass">KISSY.DD.Draggable.DropMode</a></li>
<li><a href="#!/api/KISSY.DD.DraggableDelegate" rel="KISSY.DD.DraggableDelegate" class="docClass">KISSY.DD.DraggableDelegate</a></li>
<li><a href="#!/api/KISSY.DD.Droppable" rel="KISSY.DD.Droppable" class="docClass">KISSY.DD.Droppable</a></li>
<li><a href="#!/api/KISSY.DD.DroppableDelegate" rel="KISSY.DD.DroppableDelegate" class="docClass">KISSY.DD.DroppableDelegate</a></li>
<li><a href="#!/api/KISSY.DD.Plugin.Constrain" rel="KISSY.DD.Plugin.Constrain" class="docClass">KISSY.DD.Plugin.Constrain</a></li>
<li><a href="#!/api/KISSY.DD.Plugin.Proxy" rel="KISSY.DD.Plugin.Proxy" class="docClass">KISSY.DD.Plugin.Proxy</a></li>
<li><a href="#!/api/KISSY.DD.Plugin.Scroll" rel="KISSY.DD.Plugin.Scroll" class="docClass">KISSY.DD.Plugin.Scroll</a></li>
</ul>
<h3>DOM</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.DOM" rel="KISSY.DOM" class="docClass">KISSY.DOM</a></li>
<li><a href="#!/api/KISSY.DOM.NodeType" rel="KISSY.DOM.NodeType" class="docClass">KISSY.DOM.NodeType</a></li>
</ul>
<h3>Date</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.Date.Formatter" rel="KISSY.Date.Formatter" class="docClass">KISSY.Date.Formatter</a></li>
<li><a href="#!/api/KISSY.Date.Formatter.Style" rel="KISSY.Date.Formatter.Style" class="docClass">KISSY.Date.Formatter.Style</a></li>
<li><a href="#!/api/KISSY.Date.Gregorian" rel="KISSY.Date.Gregorian" class="docClass">KISSY.Date.Gregorian</a></li>
<li><a href="#!/api/KISSY.Date.Picker" rel="KISSY.Date.Picker" class="docClass">KISSY.Date.Picker</a></li>
<li><a href="#!/api/KISSY.Date.PopupPicker" rel="KISSY.Date.PopupPicker" class="docClass">KISSY.Date.PopupPicker</a></li>
</ul>
<h3>Editor</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.Editor" rel="KISSY.Editor" class="docClass">KISSY.Editor</a></li>
<li><a href="#!/api/KISSY.Editor.ElementPath" rel="KISSY.Editor.ElementPath" class="docClass">KISSY.Editor.ElementPath</a></li>
<li><a href="#!/api/KISSY.Editor.PositionType" rel="KISSY.Editor.PositionType" class="docClass">KISSY.Editor.PositionType</a></li>
<li><a href="#!/api/KISSY.Editor.Range" rel="KISSY.Editor.Range" class="docClass">KISSY.Editor.Range</a></li>
<li><a href="#!/api/KISSY.Editor.RangeType" rel="KISSY.Editor.RangeType" class="docClass">KISSY.Editor.RangeType</a></li>
<li><a href="#!/api/KISSY.Editor.Selection" rel="KISSY.Editor.Selection" class="docClass">KISSY.Editor.Selection</a></li>
<li><a href="#!/api/KISSY.Editor.SelectionType" rel="KISSY.Editor.SelectionType" class="docClass">KISSY.Editor.SelectionType</a></li>
<li><a href="#!/api/KISSY.Editor.Style" rel="KISSY.Editor.Style" class="docClass">KISSY.Editor.Style</a></li>
<li><a href="#!/api/KISSY.Editor.StyleType" rel="KISSY.Editor.StyleType" class="docClass">KISSY.Editor.StyleType</a></li>
<li><a href="#!/api/KISSY.Editor.Utils" rel="KISSY.Editor.Utils" class="docClass">KISSY.Editor.Utils</a></li>
<li><a href="#!/api/KISSY.Editor.Walker" rel="KISSY.Editor.Walker" class="docClass">KISSY.Editor.Walker</a></li>
<li><a href="#!/api/KISSY.Editor.ZIndexManager" rel="KISSY.Editor.ZIndexManager" class="docClass">KISSY.Editor.ZIndexManager</a></li>
</ul>
</div>
<div class='middle-column'>
<h3>Event</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.Event" rel="KISSY.Event" class="docClass">KISSY.Event</a></li>
<li><a href="#!/api/KISSY.Event.CustomEvent" rel="KISSY.Event.CustomEvent" class="docClass">KISSY.Event.CustomEvent</a></li>
<li><a href="#!/api/KISSY.Event.CustomEvent.Target" rel="KISSY.Event.CustomEvent.Target" class="docClass">KISSY.Event.CustomEvent.Target</a></li>
<li><a href="#!/api/KISSY.Event.DomEvent.Gesture" rel="KISSY.Event.DomEvent.Gesture" class="docClass">KISSY.Event.DomEvent.Gesture</a></li>
<li><a href="#!/api/KISSY.Event.DomEvent.KeyCode" rel="KISSY.Event.DomEvent.KeyCode" class="docClass">KISSY.Event.DomEvent.KeyCode</a></li>
</ul>
<h3>HtmlParser</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.HtmlParser.BasicWriter" rel="KISSY.HtmlParser.BasicWriter" class="docClass">KISSY.HtmlParser.BasicWriter</a></li>
<li><a href="#!/api/KISSY.HtmlParser.Dtd" rel="KISSY.HtmlParser.Dtd" class="docClass">KISSY.HtmlParser.Dtd</a></li>
<li><a href="#!/api/KISSY.HtmlParser.Filter" rel="KISSY.HtmlParser.Filter" class="docClass">KISSY.HtmlParser.Filter</a></li>
<li><a href="#!/api/KISSY.HtmlParser.Lexer" rel="KISSY.HtmlParser.Lexer" class="docClass">KISSY.HtmlParser.Lexer</a></li>
<li><a href="#!/api/KISSY.HtmlParser.MinifyWriter" rel="KISSY.HtmlParser.MinifyWriter" class="docClass">KISSY.HtmlParser.MinifyWriter</a></li>
<li><a href="#!/api/KISSY.HtmlParser.Parser" rel="KISSY.HtmlParser.Parser" class="docClass">KISSY.HtmlParser.Parser</a></li>
<li><a href="#!/api/KISSY.HtmlParser.Tag" rel="KISSY.HtmlParser.Tag" class="docClass">KISSY.HtmlParser.Tag</a></li>
</ul>
<h3>Kison</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.Kison.Grammar" rel="KISSY.Kison.Grammar" class="docClass">KISSY.Kison.Grammar</a></li>
<li><a href="#!/api/KISSY.Kison.Item" rel="KISSY.Kison.Item" class="docClass">KISSY.Kison.Item</a></li>
<li><a href="#!/api/KISSY.Kison.ItemSet" rel="KISSY.Kison.ItemSet" class="docClass">KISSY.Kison.ItemSet</a></li>
<li><a href="#!/api/KISSY.Kison.Lexer" rel="KISSY.Kison.Lexer" class="docClass">KISSY.Kison.Lexer</a></li>
<li><a href="#!/api/KISSY.Kison.NonTerminal" rel="KISSY.Kison.NonTerminal" class="docClass">KISSY.Kison.NonTerminal</a></li>
<li><a href="#!/api/KISSY.Kison.Production" rel="KISSY.Kison.Production" class="docClass">KISSY.Kison.Production</a></li>
<li><a href="#!/api/KISSY.Kison.Utils" rel="KISSY.Kison.Utils" class="docClass">KISSY.Kison.Utils</a></li>
</ul>
<h3>MVC</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.MVC" rel="KISSY.MVC" class="docClass">KISSY.MVC</a></li>
<li><a href="#!/api/KISSY.MVC.Collection" rel="KISSY.MVC.Collection" class="docClass">KISSY.MVC.Collection</a></li>
<li><a href="#!/api/KISSY.MVC.Model" rel="KISSY.MVC.Model" class="docClass">KISSY.MVC.Model</a></li>
<li><a href="#!/api/KISSY.MVC.Router" rel="KISSY.MVC.Router" class="docClass">KISSY.MVC.Router</a></li>
<li><a href="#!/api/KISSY.MVC.View" rel="KISSY.MVC.View" class="docClass">KISSY.MVC.View</a></li>
</ul>
<h3>Menu</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.Menu" rel="KISSY.Menu" class="docClass">KISSY.Menu</a></li>
<li><a href="#!/api/KISSY.Menu.CheckItem" rel="KISSY.Menu.CheckItem" class="docClass">KISSY.Menu.CheckItem</a></li>
<li><a href="#!/api/KISSY.Menu.Item" rel="KISSY.Menu.Item" class="docClass">KISSY.Menu.Item</a></li>
<li><a href="#!/api/KISSY.Menu.PopupMenu" rel="KISSY.Menu.PopupMenu" class="docClass">KISSY.Menu.PopupMenu</a></li>
<li><a href="#!/api/KISSY.Menu.SubMenu" rel="KISSY.Menu.SubMenu" class="docClass">KISSY.Menu.SubMenu</a></li>
</ul>
<h3>MenuButton</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.MenuButton" rel="KISSY.MenuButton" class="docClass">KISSY.MenuButton</a></li>
<li><a href="#!/api/KISSY.MenuButton.Option" rel="KISSY.MenuButton.Option" class="docClass">KISSY.MenuButton.Option</a></li>
<li><a href="#!/api/KISSY.MenuButton.Select" rel="KISSY.MenuButton.Select" class="docClass">KISSY.MenuButton.Select</a></li>
</ul>
<h3>Overlay</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.Overlay" rel="KISSY.Overlay" class="docClass">KISSY.Overlay</a></li>
<li><a href="#!/api/KISSY.Overlay.Dialog" rel="KISSY.Overlay.Dialog" class="docClass">KISSY.Overlay.Dialog</a></li>
<li><a href="#!/api/KISSY.Overlay.Extension.Effect" rel="KISSY.Overlay.Extension.Effect" class="docClass">KISSY.Overlay.Extension.Effect</a></li>
<li><a href="#!/api/KISSY.Overlay.Extension.Loading" rel="KISSY.Overlay.Extension.Loading" class="docClass">KISSY.Overlay.Extension.Loading</a></li>
<li><a href="#!/api/KISSY.Overlay.Extension.Mask" rel="KISSY.Overlay.Extension.Mask" class="docClass">KISSY.Overlay.Extension.Mask</a></li>
<li><a href="#!/api/KISSY.Overlay.Popup" rel="KISSY.Overlay.Popup" class="docClass">KISSY.Overlay.Popup</a></li>
</ul>
<h3>Resizable</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.Resizable" rel="KISSY.Resizable" class="docClass">KISSY.Resizable</a></li>
<li><a href="#!/api/KISSY.Resizable.Handler" rel="KISSY.Resizable.Handler" class="docClass">KISSY.Resizable.Handler</a></li>
<li><a href="#!/api/KISSY.Resizable.Plugin.Proxy" rel="KISSY.Resizable.Plugin.Proxy" class="docClass">KISSY.Resizable.Plugin.Proxy</a></li>
</ul>
</div>
<div class='right-column'>
<h3>SWF</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.SWF" rel="KISSY.SWF" class="docClass">KISSY.SWF</a></li>
<li><a href="#!/api/KISSY.SWF.HtmlMode" rel="KISSY.SWF.HtmlMode" class="docClass">KISSY.SWF.HtmlMode</a></li>
<li><a href="#!/api/KISSY.SWF.Status" rel="KISSY.SWF.Status" class="docClass">KISSY.SWF.Status</a></li>
</ul>
<h3>ScrollView</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.ScrollView.Base" rel="KISSY.ScrollView.Base" class="docClass">KISSY.ScrollView.Base</a></li>
<li><a href="#!/api/KISSY.ScrollView.Drag" rel="KISSY.ScrollView.Drag" class="docClass">KISSY.ScrollView.Drag</a></li>
<li><a href="#!/api/KISSY.ScrollView.Plugin.PullToRefresh" rel="KISSY.ScrollView.Plugin.PullToRefresh" class="docClass">KISSY.ScrollView.Plugin.PullToRefresh</a></li>
<li><a href="#!/api/KISSY.ScrollView.Plugin.ScrollBar" rel="KISSY.ScrollView.Plugin.ScrollBar" class="docClass">KISSY.ScrollView.Plugin.ScrollBar</a></li>
</ul>
<h3>Tabs</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.Tabs" rel="KISSY.Tabs" class="docClass">KISSY.Tabs</a></li>
<li><a href="#!/api/KISSY.Tabs.Bar" rel="KISSY.Tabs.Bar" class="docClass">KISSY.Tabs.Bar</a></li>
<li><a href="#!/api/KISSY.Tabs.Body" rel="KISSY.Tabs.Body" class="docClass">KISSY.Tabs.Body</a></li>
<li><a href="#!/api/KISSY.Tabs.ChangeType" rel="KISSY.Tabs.ChangeType" class="docClass">KISSY.Tabs.ChangeType</a></li>
<li><a href="#!/api/KISSY.Tabs.Orientation" rel="KISSY.Tabs.Orientation" class="docClass">KISSY.Tabs.Orientation</a></li>
<li><a href="#!/api/KISSY.Tabs.Panel" rel="KISSY.Tabs.Panel" class="docClass">KISSY.Tabs.Panel</a></li>
<li><a href="#!/api/KISSY.Tabs.Tab" rel="KISSY.Tabs.Tab" class="docClass">KISSY.Tabs.Tab</a></li>
</ul>
<h3>Tree</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.Tree" rel="KISSY.Tree" class="docClass">KISSY.Tree</a></li>
<li><a href="#!/api/KISSY.Tree.CheckNode" rel="KISSY.Tree.CheckNode" class="docClass">KISSY.Tree.CheckNode</a></li>
<li><a href="#!/api/KISSY.Tree.CheckNode.CheckState" rel="KISSY.Tree.CheckNode.CheckState" class="docClass">KISSY.Tree.CheckNode.CheckState</a></li>
<li><a href="#!/api/KISSY.Tree.CheckTree" rel="KISSY.Tree.CheckTree" class="docClass">KISSY.Tree.CheckTree</a></li>
<li><a href="#!/api/KISSY.Tree.Manager" rel="KISSY.Tree.Manager" class="docClass">KISSY.Tree.Manager</a></li>
<li><a href="#!/api/KISSY.Tree.Node" rel="KISSY.Tree.Node" class="docClass">KISSY.Tree.Node</a></li>
</ul>
<h3>Uri</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.Uri" rel="KISSY.Uri" class="docClass">KISSY.Uri</a></li>
<li><a href="#!/api/KISSY.Uri.Query" rel="KISSY.Uri.Query" class="docClass">KISSY.Uri.Query</a></li>
</ul>
<h3>XTemplate</h3>
<ul class='links'>
<li><a href="#!/api/KISSY.XTemplate" rel="KISSY.XTemplate" class="docClass">KISSY.XTemplate</a></li>
<li><a href="#!/api/KISSY.XTemplate.Nodejs" rel="KISSY.XTemplate.Nodejs" class="docClass">KISSY.XTemplate.Nodejs</a></li>
<li><a href="#!/api/KISSY.XTemplate.Runtime" rel="KISSY.XTemplate.Runtime" class="docClass">KISSY.XTemplate.Runtime</a></li>
<li><a href="#!/api/KISSY.XTemplate.compiler" rel="KISSY.XTemplate.compiler" class="docClass">KISSY.XTemplate.compiler</a></li>
</ul>
<h3>Others...</h3>
<ul class='links'>
<li><a href="#!/api/KISSY" rel="KISSY" class="docClass">KISSY</a></li>
<li><a href="#!/api/KISSY.Base" rel="KISSY.Base" class="docClass">KISSY.Base</a></li>
<li><a href="#!/api/KISSY.Button" rel="KISSY.Button" class="docClass">KISSY.Button</a></li>
<li><a href="#!/api/KISSY.Color" rel="KISSY.Color" class="docClass">KISSY.Color</a></li>
<li><a href="#!/api/KISSY.Cookie" rel="KISSY.Cookie" class="docClass">KISSY.Cookie</a></li>
<li><a href="#!/api/KISSY.Defer" rel="KISSY.Defer" class="docClass">KISSY.Defer</a></li>
<li><a href="#!/api/KISSY.FilterMenu" rel="KISSY.FilterMenu" class="docClass">KISSY.FilterMenu</a></li>
<li><a href="#!/api/KISSY.HtmlParse.Node" rel="KISSY.HtmlParse.Node" class="docClass">KISSY.HtmlParse.Node</a></li>
<li><a href="#!/api/KISSY.IO" rel="KISSY.IO" class="docClass">KISSY.IO</a></li>
<li><a href="#!/api/KISSY.JSON" rel="KISSY.JSON" class="docClass">KISSY.JSON</a></li>
<li><a href="#!/api/KISSY.Loader.Status" rel="KISSY.Loader.Status" class="docClass">KISSY.Loader.Status</a></li>
<li><a href="#!/api/KISSY.Logger.Level" rel="KISSY.Logger.Level" class="docClass">KISSY.Logger.Level</a></li>
<li><a href="#!/api/KISSY.NodeList" rel="KISSY.NodeList" class="docClass">KISSY.NodeList</a></li>
<li><a href="#!/api/KISSY.Path" rel="KISSY.Path" class="docClass">KISSY.Path</a></li>
<li><a href="#!/api/KISSY.Promise" rel="KISSY.Promise" class="docClass">KISSY.Promise</a></li>
<li><a href="#!/api/KISSY.Separator" rel="KISSY.Separator" class="docClass">KISSY.Separator</a></li>
<li><a href="#!/api/KISSY.SplitButton" rel="KISSY.SplitButton" class="docClass">KISSY.SplitButton</a></li>
<li><a href="#!/api/KISSY.StyleSheet" rel="KISSY.StyleSheet" class="docClass">KISSY.StyleSheet</a></li>
<li><a href="#!/api/KISSY.Toolbar" rel="KISSY.Toolbar" class="docClass">KISSY.Toolbar</a></li>
<li><a href="#!/api/KISSY.UA" rel="KISSY.UA" class="docClass">KISSY.UA</a></li>
</ul>
</div>
<div style='clear:both'></div>
</div>
<div class='section'>
<h1>Others...</h1>
<div class='left-column'>
<h3>Others...</h3>
<ul class='links'>
<li><a href="#!/api/Array" rel="Array" class="docClass">Array</a></li>
<li><a href="#!/api/Boolean" rel="Boolean" class="docClass">Boolean</a></li>
<li><a href="#!/api/Date" rel="Date" class="docClass">Date</a></li>
<li><a href="#!/api/Function" rel="Function" class="docClass">Function</a></li>
<li><a href="#!/api/Number" rel="Number" class="docClass">Number</a></li>
<li><a href="#!/api/Object" rel="Object" class="docClass">Object</a></li>
<li><a href="#!/api/RegExp" rel="RegExp" class="docClass">RegExp</a></li>
<li><a href="#!/api/String" rel="String" class="docClass">String</a></li>
</ul>
</div>
<div class='middle-column'>
</div>
<div class='right-column'>
</div>
<div style='clear:both'></div>
</div>
</div>
<h1>Guides</h1>
</div>
</div>
<script type="text/javascript">
(function(){
var protocol = (document.location.protocol === "https:") ? "https:" : "http:";
document.write("<link href='"+protocol+"//fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css' />");
})();
</script>
</body>
</html>
|
open_connect/connectmessages/templates/connectmessages/message_form.html | lpatmo/actionify_the_news | {% extends "base.html" %} {% load static %} {% block bodyclass %} {% if not thread %}compose{% else %}reply{% endif %}{% endblock %} {% block title %}Create A Message{% endblock %} {% block page_title %} {% if not thread %}Create A Message {% else %}Reply to {{ thread.subject }} {% endif %} {% endblock page_title %} {% block page_content %}
<div class="col-md-12">{% include "connectmessages/message_form_include.html" %}</div>
{% endblock %}
{% block js_default %}
{{ block.super }}
<script>
$(document).ready(function() {
var tokenvalue = $("[name='csrfmiddlewaretoken']").attr("value");
function handle_image_upload_response(image, json) {
message_form.append("<input type='hidden' name='images' value='" + json.id + "' />");
}
$("#id_text").redactor({
minHeight: 200,
buttons: ["bold", "italic", "|", "link", "image"],
allowedTags: ["br", "a", "em", "strong", "img", "b", "i"],
allowedAttr: [
["a", ["class", "href", "title", "target", "data-embed"]],
["img", ["class", "href", "src", "target", "id"]]
],
linebreaks: true,
plugins: ["oembed"],
imageUpload: CONNECT.services.upload,
imageUploadCallback: handle_image_upload_response,
uploadImageFields: {
"csrfmiddlewaretoken": tokenvalue
},
convertImageLinks: true,
convertVideoLinks: true
});
var message_form = $("#message_form");
$('#message_form').submit(function() {
var type = $(this).data("message-type");
var to;
if (type !== "new-message") {
to = $(this).data("group") == undefined ? $(this).data('recipient') : $(this).data("group");
} else {
to = $(this).find("id_group").val();
}
ga('send', 'event', 'Compose Action', 'Message sent', type + ', ' + to);
});
});
</script>
{% endblock %}
|
docs/kolektivi/Tracis-1.html | klavs/db-lv | <!doctype html>
<html lang="lv">
<head
prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# profile: http://ogp.me/ns/profile#"
itemscope itemtype="http://schema.org/WebSite"
>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KSXCLLZ');</script>
<!-- End Google Tag Manager -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="fb:app_id" content="1236171016488428" />
<meta property="og:type" content="profile" />
<meta property="og:url" content="https://lvdb.lv/kolektivi/43f099b4-81c7-69fe-656f-e9dcfeac20ff" />
<meta property="og:title" content="Tracis" />
<meta property="og:description" content="Zilupes novada Zilupes tautas nama jauniešu deju kolektīvs "Tracis"" />
<meta name="description" content="Zilupes novada Zilupes tautas nama jauniešu deju kolektīvs "Tracis"">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@lvdb_lv" />
<meta name="msvalidate.01" content="CD405DAD5EA4CF65237EAB3E933C6C74" />
<title>Tracis</title>
<meta itemprop='name' content="lvdb.lv">
<link rel="canonical" href="https://lvdb.lv" itemprop="url">
<link rel="alternate" hreflang="lv-LV" href="https://lvdb.lv">
<meta name="theme-color" content="#f4c671">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css" />
<link rel="stylesheet" href="/static/style.css" />
<link rel="icon" href="images/favicon.png">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KSXCLLZ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '1236171016488428',
cookie : true,
xfbml : true,
version : 'v2.8'
});
FB.AppEvents.logPageView();
};
(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/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="background">
<div class="header-background"></div>
</div>
<div class="main-section" itemscope itemtype="http://schema.org/DanceGroup">
<!-- <header>
<div class="header__hero"></div>
<div class="header__main-info-holder">
<div class="header__main-info">
<div class="image"></div>
<span class="name-row">
<span class="quality-group">C</span>
<h1 class="group-name" itemprop="name">Tracis</h1>
</span>
</div>
</div>
</header> -->
<main>
<span class="name-row">
<h1 class="group-name" itemprop="name">Tracis</h1>
<span class="quality-group">C</span>
</span>
<p itemprop="description">Zilupes novada Zilupes tautas nama jauniešu deju kolektīvs "Tracis"</p>
<section>
<h2>Vadītāji</h2>
<ul class="property-list">
<li class="property" itemprop="employee" itemscope itemtype="http://schema.org/Person">
<a itemprop="url" href="/vaditaji/Snezana-Veiksane"><span itemprop="name">Snežana Veikšāne<span></a>
</li>
</ul>
</section>
<section>
<h2>Skates</h2>
<table class="data-table collapse-768">
<thead>
<tr>
<th>Nosaukums</th>
<th>Rezultāts</th>
<th>Iegūtā pakāpe</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<div class="table-cell-label">Nosaukums</div>
<a href="/">
XXVI Vispārējo latviešu Dziesmu un XVI deju svētku lieluzveduma "Māras zeme" repertuāra apguves skate 2017. gadā
</a>
</td>
<td>
<div class="table-cell-label">Rezultāts</div>
31,2 punkti
</td>
<td>
<div class="table-cell-label">Iegūtā pakāpe</div>
III pakāpe
</td>
</tr>
</tbody>
</table>
</section>
</main>
</div>
</body>
</html> |
public/admin/v2/lib/select2-3.5.2/select2-bootstrap3.css | restlio/restlio | /**
* Select2 Bootstrap 3 CSS v1.4.1
* Tested with Bootstrap v3.2.0 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, master
* in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
* MIT License
*/
/**
* Reset Bootstrap 3 .form-control styles which - if applied to the
* original <select>-element the Select2-plugin may be run against -
* are copied to the .select2-container.
*
* 1. Overwrite .select2-container's original display:inline-block
* with Bootstrap 3's default for .form-control, display:block;
* courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
*/
.select2-container.form-control {
background: transparent;
border: none;
display: block;
/* 1 */
margin: 0;
padding: 0;
}
/**
* Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
*/
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
background: none;
padding: 0;
border-color: #cccccc;
border-radius: 4px;
color: #555555;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: white;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-search input {
border-color: #cccccc;
border-radius: 4px;
color: #555555;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: white;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choices .select2-search-field input {
-webkit-box-shadow: none;
box-shadow: none;
}
/**
* Adjust Select2 input heights to match the Bootstrap default.
*/
.select2-container .select2-choice {
height: 34px;
line-height: 1.42857;
}
/**
* Address Multi Select2's height which - depending on how many elements have been selected -
* may grown higher than their initial size.
*/
.select2-container.select2-container-multi.form-control {
height: auto;
}
/**
* Address Bootstrap 3 control sizing classes
* @see http://getbootstrap.com/css/#forms-control-sizes
*/
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
height: 30px;
line-height: 1.5;
border-radius: 3px;
}
.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
height: 46px;
line-height: 1.33;
border-radius: 6px;
}
.select2-container-multi .select2-choices .select2-search-field input {
height: 32px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
height: 28px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
height: 44px;
}
/**
* Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
*
* 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
*/
.select2-container-multi .select2-choices .select2-search-field input {
margin: 0;
}
.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
padding: 6px 12px;
}
.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
padding: 5px 10px;
}
.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
padding: 10px 16px;
}
.select2-container-multi .select2-choices .select2-search-choice {
margin-top: 5px;
margin-bottom: 3px;
}
.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
margin-top: 3px;
margin-bottom: 2px;
}
.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
line-height: 24px;
}
/**
* Adjust the single Select2's dropdown arrow button appearance.
*
* 1. For Select2 v.3.3.2.
*/
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
border-left: 1px solid #cccccc;
background: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
border-left-color: transparent;
background: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/**
* Adjust the dropdown arrow button icon position for the single-select Select2 elements
* to make it line up vertically now that we increased the height of .select2-container.
*
* 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
*/
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
background-position: 0 3px;
}
.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
background-position: -18px 3px;
}
.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
background-position: 0 1px;
}
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
background-position: -18px 1px;
}
.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
background-position: 0 9px;
}
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
background-position: -18px 9px;
}
/**
* Address Bootstrap's validation states and change Select2's border colors and focus states.
* Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
*/
.has-warning .select2-choice,
.has-warning .select2-choices {
border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning.select2-drop-active {
border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
border-top-color: #66512c;
}
.has-error .select2-choice,
.has-error .select2-choices {
border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error.select2-drop-active {
border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
border-top-color: #843534;
}
.has-success .select2-choice,
.has-success .select2-choices {
border-color: #3c763d;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success.select2-drop-active {
border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
border-top-color: #2b542c;
}
/**
* Make Select2's active-styles - applied to .select2-container when the widget receives focus -
* fit Bootstrap 3's .form-element:focus appearance.
*/
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
border-color: #66afe9;
outline: none;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-drop-active {
border-color: #66afe9;
}
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
border-top-color: #66afe9;
}
/**
* Select2 widgets in Bootstrap Input Groups
*
* When Select2 widgets are combined with other elements using Bootstrap 3's
* "Input Group" component, we don't want specific edges of the Select2 container
* to have a border-radius.
*
* In Bootstrap 2, input groups required a markup where these style adjustments
* could be bound to a CSS-class identifying if the additional elements are appended,
* prepended or both.
*
* Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
* Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
* to let the contained Select2 widget know which edges should not be rounded as they are
* directly followed by another element.
*
* @see http://getbootstrap.com/components/#input-groups
*/
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append [class^="select2-choice"] {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.select2-dropdown-open [class^="select2-choice"] {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-top-right-radius: 0 !important;
border-top-left-radius: 0 !important;
border-bottom-right-radius: 4px !important;
border-bottom-left-radius: 4px !important;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-right-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-left-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
border-bottom-left-radius: 6px !important;
}
/**
* Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
*/
.select2-results .select2-highlighted {
color: white;
background-color: #428bca;
}
/**
* Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
* Multi Select2's height which - depending on how many elements have been selected -
* may grown higher than their initial size.
*/
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
vertical-align: top;
}
/**
* Make Multi Select2's choices match Bootstrap 3's default button styles.
*/
.select2-container-multi .select2-choices .select2-search-choice {
color: #555555;
background: white;
border-color: #cccccc;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-webkit-box-shadow: none;
box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
background: #ebebeb;
border-color: #adadad;
color: #333333;
-webkit-box-shadow: none;
box-shadow: none;
}
/**
* Address Multi Select2's choice close-button vertical alignment.
*/
.select2-search-choice-close {
margin-top: -7px;
top: 50%;
}
/**
* Adjust the single Select2's clear button position (used to reset the select box
* back to the placeholder value and visible once a selection is made
* activated by Select2's "allowClear" option).
*/
.select2-container .select2-choice abbr {
top: 50%;
}
/**
* Adjust "no results" and "selection limit" messages to make use
* of Bootstrap 3's default "Alert" style.
*
* @see http://getbootstrap.com/components/#alerts-default
*/
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
background-color: #fcf8e3;
color: #8a6d3b;
}
/**
* Address disabled Select2 styles.
*
* 1. For Select2 v.3.3.2.
* 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
* from jumping when switching from disabled to enabled state and vice versa.
*/
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
cursor: not-allowed;
background-color: #eeeeee;
border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
background-color: transparent;
border-left: 1px solid transparent;
/* 2 */
}
/**
* Address Select2's loading indicator position - which should not stick
* to the right edge of Select2's search input.
*
* 1. in .select2-search input
* 2. in Multi Select2's .select2-search-field input
* 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
*
* These styles alter Select2's default background-position of 100%
* and supply the new background-position syntax to browsers which support it:
*
* 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
* 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
*
* @see http://www.w3.org/TR/css3-background/#background-position
*
* @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
* we could use the :after-pseudo-element to display the loading indicator.
* Alternatively, we could supply an altered loading indicator image which already
* contains an offset to the right.
*/
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
background-position: 99%;
/* 4 */
background-position: right 4px center;
/* 5 */
}
/**
* To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
* ensure that .select2-offscreen width, height and position can not be overwritten.
*
* This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
* in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
* the following rules - allow Bootstrap to overwrite the latter, which results in
* the original <select> element Select2 is replacing not be properly being hidden
* when used in a "Bootstrap Input Group with Addon".
**/
.select2-offscreen,
.select2-offscreen:focus {
width: 1px !important;
height: 1px !important;
position: absolute !important;
} |
deps/boost_1_77_0/doc/html/boost_asio/reference/get_associated_allocator/overload1.html | davehorton/drachtio-server | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>get_associated_allocator (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../get_associated_allocator.html" title="get_associated_allocator">
<link rel="prev" href="../get_associated_allocator.html" title="get_associated_allocator">
<link rel="next" href="overload2.html" title="get_associated_allocator (2 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../get_associated_allocator.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../get_associated_allocator.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.get_associated_allocator.overload1"></a><a class="link" href="overload1.html" title="get_associated_allocator (1 of 2 overloads)">get_associated_allocator
(1 of 2 overloads)</a>
</h4></div></div></div>
<p>
Helper function to obtain an object's associated allocator.
</p>
<pre class="programlisting">template<
typename T>
associated_allocator< T >::type get_associated_allocator(
const T & t);
</pre>
<h6>
<a name="boost_asio.reference.get_associated_allocator.overload1.h0"></a>
<span class="phrase"><a name="boost_asio.reference.get_associated_allocator.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.get_associated_allocator.overload1.return_value">Return
Value</a>
</h6>
<p>
<code class="computeroutput">associated_allocator<T>::get(t)</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2021 Christopher
M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../get_associated_allocator.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../get_associated_allocator.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
eclipse/poi-3.12/docs/apidocs/org/apache/poi/ss/formula/functions/class-use/DGet.html | misuqian/ExcelTool | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>Uses of Class org.apache.poi.ss.formula.functions.DGet (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.ss.formula.functions.DGet (POI API Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/apache/poi/ss/formula/functions/DGet.html" title="class in org.apache.poi.ss.formula.functions">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/poi/ss/formula/functions/class-use/DGet.html" target="_top">Frames</a></li>
<li><a href="DGet.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.poi.ss.formula.functions.DGet" class="title">Uses of Class<br>org.apache.poi.ss.formula.functions.DGet</h2>
</div>
<div class="classUseContainer">No usage of org.apache.poi.ss.formula.functions.DGet</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/apache/poi/ss/formula/functions/DGet.html" title="class in org.apache.poi.ss.formula.functions">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/poi/ss/formula/functions/class-use/DGet.html" target="_top">Frames</a></li>
<li><a href="DGet.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 2015 The Apache Software Foundation or
its licensors, as applicable.</i>
</small></p>
</body>
</html>
|
app/fonts/permian-serif-fontfacekit/web fonts/permianserif_regular_macroman/stylesheet.css | arsalan/angular-company-site | @font-face {
font-family: 'permianseriftypefaceregular';
src: url('PermianSerifTypeface-webfont.eot');
src: url('PermianSerifTypeface-webfont.eot?#iefix') format('embedded-opentype'),
url('PermianSerifTypeface-webfont.woff') format('woff'),
url('PermianSerifTypeface-webfont.ttf') format('truetype'),
url('PermianSerifTypeface-webfont.svg#permianseriftypefaceregular') format('svg');
font-weight: normal;
font-style: normal;
}
|
src/main/resources/public/views/docker.html | GruppoPBDMNG-2/ShrinkYoUrl |
<span>
<img src="img/docker-machine.png">
<br>
<button class="btn btn-primary" ng-click="docker_machine()">Use docker-machine</button>
</span>
<span >
<img src="img/boot2docker.png">
<br>
<button class="btn btn-primary" ng-click="boot2docker()")>Use boot2docker</button>
</span>
|
deps/boost_1_77_0/doc/html/boost_asio/reference/execution__blocking_t/polymorphic_query_result_type.html | davehorton/drachtio-server | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>execution::blocking_t::polymorphic_query_result_type</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../execution__blocking_t.html" title="execution::blocking_t">
<link rel="prev" href="operator_eq__eq_.html" title="execution::blocking_t::operator==">
<link rel="next" href="possibly.html" title="execution::blocking_t::possibly">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../execution__blocking_t.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="possibly.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.execution__blocking_t.polymorphic_query_result_type"></a><a class="link" href="polymorphic_query_result_type.html" title="execution::blocking_t::polymorphic_query_result_type">execution::blocking_t::polymorphic_query_result_type</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="boost_asio.indexterm.execution__blocking_t.polymorphic_query_result_type"></a>
The
type returned by queries against an <code class="computeroutput">any_executor</code>.
</p>
<pre class="programlisting">typedef blocking_t polymorphic_query_result_type;
</pre>
<h6>
<a name="boost_asio.reference.execution__blocking_t.polymorphic_query_result_type.h0"></a>
<span class="phrase"><a name="boost_asio.reference.execution__blocking_t.polymorphic_query_result_type.requirements"></a></span><a class="link" href="polymorphic_query_result_type.html#boost_asio.reference.execution__blocking_t.polymorphic_query_result_type.requirements">Requirements</a>
</h6>
<p>
<span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/execution/blocking.hpp</code>
</p>
<p>
<span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/execution.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2021 Christopher
M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../execution__blocking_t.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="possibly.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
Apprasial-App/1073/1073-reconciliation.html | tokugawa/Appraisal-App | <html>
<div class="content-block">
<div class="list-block">
<div class="content-block-title">
<b>Reconciliation</b>
</div>
<ul>
<li>
<div class="item-content">
<div class="item-inner">
<div>Indicated Value by:</div>
</div>
</div>
</li>
<li>
<div class="item-content">
<div class="item-inner">
<div style="width:49%">
<div>Sales Comparison Approach $</div>
<div>
<input type="text" class="text-number" id="sales-comparison-approach" data-bind="value:reconSalesCompApproach" placeholder="$$$" />
</div>
</div>
<div style="width:49%">
<div>Income Approach (if developed)$</div>
<div>
<input type="text" class="text-number" data-bind="value:reconIncomeApproach" id="income-comparison-approach" placeholder="$$$" />
</div>
</div>
</div>
</div>
</li>
<li>
<div class="item-content">
<div class="item-inner">
<div style="width:100%">
<div>This appraisal is made</div>
<div id="appraisal-status-radio-group" class="inputCheck">
<label class="label-checkbox item-content">
<input type="radio" name="appraisal-status-radio" value="App1" data-bind="checked:reconApprasialStatusChecked" />
<div class="item-media">
<i class="icon icon-form-checkbox"></i>
</div>
<div class="item-inner" style="border:none;">
<div>"as is",</div>
</div>
</label>
<label class="label-checkbox item-content">
<input type="radio" name="appraisal-status-radio" value="App2" data-bind="checked:reconApprasialStatusChecked"/>
<div class="item-media">
<i class="icon icon-form-checkbox"></i>
</div>
<div class="item-inner" style="border:none;">
<div>
subject to completion per plans and specifications on the basis of a hypothetical
condition that the improvements have been completed,
</div>
</div>
</label>
<label class="label-checkbox item-content">
<input type="radio" name="appraisal-status-radio" value="App3" data-bind="checked:reconApprasialStatusChecked"/>
<div class="item-media">
<i class="icon icon-form-checkbox"></i>
</div>
<div class="item-inner" style="border:none;">
<div>
subject to the following repairs or alterations on the basis of a hypothetical condition
that the repairs or alterations have been completed,
</div>
</div>
</label>
<label class="label-checkbox item-content">
<input type="radio" name="appraisal-status-radio" value="App4" data-bind="checked:reconApprasialStatusChecked"/>
<div class="item-media">
<i class="icon icon-form-checkbox"></i>
</div>
<div class="item-inner" style="border:none;">
<div>
subject to the following required inspection based on the extraordinary assumption
that the condition or deficiency does not require alteration or repair
</div>
</div>
</label>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="item-content">
<div class="item-inner">
<div>
<b>Based on a complete visual inspection of the interior and exterior areas of the subject
property, defined scope of work, statement of assumptions and limiting conditions,
and appraiser's certification, my (our) opinion of the market value, as defined,
of the real property that is the subject of this report is:</b>
</div>
</div>
</div>
</li>
<li>
<div class="item-content">
<div class="item-inner">
<div style="width:100%">
<div>Market value in $</div>
<div>
<input type="text" class="text-number" id="market-value" data-bind="value:reconMarketValue" placeholder="Market value" />
</div>
</div>
</div>
</div>
</li>
<li>
<div class="item-content">
<div class="item-inner">
<div style="width:49%">
<div>Date of Inspection/Effective Date</div>
<div>
<input type="date" class="date" id="date-of-inspection" data-bind="value:reconDateOfInspection"/>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</html> |
themes/classic/assets/css/main.css | aramboyajyan/yii-kickstart |
/**
* @file
* Main stylesheet file.
*
* Created by: Topsitemakers
* http://www.topsitemakers.com/
*/
/*****************************************************************************
* Main elements
****************************************************************************/
body {
font-family: "Trebuchet MS";
font-size: 14px;
}
::selection,
::-moz-selection,
::-webkit-selection {
background: #555;
color: #FFF;
}
/* Main elements end */
/*****************************************************************************
* Various other styles
****************************************************************************/
/* Various other styles end */
|
lib/lwjgl-docs-2.9.1/javadoc/org/lwjgl/opengl/ARBDebugOutputCallback.Handler.html | RobbertJongeling/ld29 | <!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_17) on Mon Dec 02 20:32:56 CET 2013 -->
<title>ARBDebugOutputCallback.Handler (LWJGL API)</title>
<meta name="date" content="2013-12-02">
<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="ARBDebugOutputCallback.Handler (LWJGL 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/ARBDebugOutputCallback.Handler.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/lwjgl/opengl/ARBDebugOutputCallback.html" title="class in org.lwjgl.opengl"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/lwjgl/opengl/ARBDepthBufferFloat.html" title="class in org.lwjgl.opengl"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/lwjgl/opengl/ARBDebugOutputCallback.Handler.html" target="_top">Frames</a></li>
<li><a href="ARBDebugOutputCallback.Handler.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.lwjgl.opengl</div>
<h2 title="Interface ARBDebugOutputCallback.Handler" class="title">Interface ARBDebugOutputCallback.Handler</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../org/lwjgl/opengl/ARBDebugOutputCallback.html" title="class in org.lwjgl.opengl">ARBDebugOutputCallback</a></dd>
</dl>
<hr>
<br>
<pre>public static interface <span class="strong">ARBDebugOutputCallback.Handler</span></pre>
<div class="block">Implementations of this interface can be used to receive ARB_debug_output notifications.</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/lwjgl/opengl/ARBDebugOutputCallback.Handler.html#handleMessage(int, int, int, int, java.lang.String)">handleMessage</a></strong>(int source,
int type,
int id,
int severity,
java.lang.String message)</code>
<div class="block">This method will be called when an ARB_debug_output message is generated.</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="handleMessage(int, int, int, int, java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>handleMessage</h4>
<pre>void handleMessage(int source,
int type,
int id,
int severity,
java.lang.String message)</pre>
<div class="block">This method will be called when an ARB_debug_output message is generated.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>source</code> - the message source</dd><dd><code>type</code> - the message type</dd><dd><code>id</code> - the message ID</dd><dd><code>severity</code> - the message severity</dd><dd><code>message</code> - the string representation of the message.</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/ARBDebugOutputCallback.Handler.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/lwjgl/opengl/ARBDebugOutputCallback.html" title="class in org.lwjgl.opengl"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/lwjgl/opengl/ARBDepthBufferFloat.html" title="class in org.lwjgl.opengl"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/lwjgl/opengl/ARBDebugOutputCallback.Handler.html" target="_top">Frames</a></li>
<li><a href="ARBDebugOutputCallback.Handler.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><i>Copyright © 2002-2009 lwjgl.org. All Rights Reserved.</i></small></p>
</body>
</html>
|
press_releases/templates/icekit_press_releases/pressrelease/layouts/default.html | ic-labs/icekit-press-releases | {% extends "base.html" %}
{% load fluent_contents_tags %}
{% block title %}{{ page.title }}{% endblock %}
{% block content %}
{% if page.category %}{{ page.category }}{% endif %}
<h1>{{ page.title }}</h1>
{% if page.released %}
Released: {{ page.released|date:"F d, Y" }}
{% endif %}
{% if page.released and page.modified %}·{% endif %}
{% if page.modified %}
Last updated: {{ page.modified|date:"F d, Y" }}
{% endif %}
{% if page.print_version %}
·
<a href="{{ page.print_version.url }}">
Download
({{ page.print_version.size|filesizeformat }}
{{ page.download_extension|upper }})
</a>
{% endif %}
{% page_placeholder "main" role="main" %}
{% endblock %}
|
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/qgraphicstransform-members.html | stephaneAG/PengPod700 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qgraphicstransform.cpp -->
<title>Qt 4.8: List of All Members for QGraphicsTransform</title>
<link rel="stylesheet" type="text/css" href="style/style.css" />
<script src="scripts/jquery.js" type="text/javascript"></script>
<script src="scripts/functions.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="style/superfish.css" />
<link rel="stylesheet" type="text/css" href="style/narrow.css" />
<!--[if IE]>
<meta name="MSSmartTagsPreventParsing" content="true">
<meta http-equiv="imagetoolbar" content="no">
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="style/style_ie6.css">
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="style/style_ie7.css">
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="style/style_ie8.css">
<![endif]-->
<script src="scripts/superfish.js" type="text/javascript"></script>
<script src="scripts/narrow.js" type="text/javascript"></script>
</head>
<body class="" onload="CheckEmptyAndLoadList();">
<div class="header" id="qtdocheader">
<div class="content">
<div id="nav-logo">
<a href="index.html">Home</a></div>
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
<div id="narrowsearch"></div>
<div id="nav-topright">
<ul>
<li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li>
<li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li>
<li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/">
DOC</a></li>
<li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li>
</ul>
</div>
<div id="shortCut">
<ul>
<li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li>
<li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li>
</ul>
</div>
<ul class="sf-menu" id="narrowmenu">
<li><a href="#">API Lookup</a>
<ul>
<li><a href="classes.html">Class index</a></li>
<li><a href="functions.html">Function index</a></li>
<li><a href="modules.html">Modules</a></li>
<li><a href="namespaces.html">Namespaces</a></li>
<li><a href="qtglobal.html">Global Declarations</a></li>
<li><a href="qdeclarativeelements.html">QML elements</a></li>
</ul>
</li>
<li><a href="#">Qt Topics</a>
<ul>
<li><a href="qt-basic-concepts.html">Programming with Qt</a></li>
<li><a href="qtquick.html">Device UIs & Qt Quick</a></li>
<li><a href="qt-gui-concepts.html">UI Design with Qt</a></li>
<li><a href="supported-platforms.html">Supported Platforms</a></li>
<li><a href="technology-apis.html">Qt and Key Technologies</a></li>
<li><a href="best-practices.html">How-To's and Best Practices</a></li>
</ul>
</li>
<li><a href="#">Examples</a>
<ul>
<li><a href="all-examples.html">Examples</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="demos.html">Demos</a></li>
<li><a href="qdeclarativeexamples.html">QML Examples</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="wrapper">
<div class="hd">
<span></span>
</div>
<div class="bd group">
<div class="sidebar">
<div class="searchlabel">
Search index:</div>
<div class="search" id="sidebarsearch">
<form id="qtdocsearch" action="" onsubmit="return false;">
<fieldset>
<input type="text" name="searchstring" id="pageType" value="" />
<div id="resultdialog">
<a href="#" id="resultclose">Close</a>
<p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p>
<p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span> results:</p>
<ul id="resultlist" class="all">
</ul>
</div>
</fieldset>
</form>
</div>
<div class="box first bottombar" id="lookup">
<h2 title="API Lookup"><span></span>
API Lookup</h2>
<div id="list001" class="list">
<ul id="ul001" >
<li class="defaultLink"><a href="classes.html">Class index</a></li>
<li class="defaultLink"><a href="functions.html">Function index</a></li>
<li class="defaultLink"><a href="modules.html">Modules</a></li>
<li class="defaultLink"><a href="namespaces.html">Namespaces</a></li>
<li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li>
<li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li>
</ul>
</div>
</div>
<div class="box bottombar" id="topics">
<h2 title="Qt Topics"><span></span>
Qt Topics</h2>
<div id="list002" class="list">
<ul id="ul002" >
<li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li>
<li class="defaultLink"><a href="qtquick.html">Device UIs & Qt Quick</a></li>
<li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li>
<li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li>
<li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li>
<li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li>
</ul>
</div>
</div>
<div class="box" id="examples">
<h2 title="Examples"><span></span>
Examples</h2>
<div id="list003" class="list">
<ul id="ul003">
<li class="defaultLink"><a href="all-examples.html">Examples</a></li>
<li class="defaultLink"><a href="tutorials.html">Tutorials</a></li>
<li class="defaultLink"><a href="demos.html">Demos</a></li>
<li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li>
</ul>
</div>
</div>
</div>
<div class="wrap">
<div class="toolbar">
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
<li><a href="modules.html">Modules</a></li>
<li><a href="qtgui.html">QtGui</a></li>
<li>QGraphicsTransform</li>
</ul>
</div>
<div class="toolbuttons toolblock">
<ul>
<li id="smallA" class="t_button">A</li>
<li id="medA" class="t_button active">A</li>
<li id="bigA" class="t_button">A</li>
<li id="print" class="t_button"><a href="javascript:this.print();">
<span>Print</span></a></li>
</ul>
</div>
</div>
<div class="content mainContent">
<h1 class="title">List of All Members for QGraphicsTransform</h1>
<p>This is the complete list of members for <a href="qgraphicstransform.html">QGraphicsTransform</a>, including inherited members.</p>
<table class="propsummary">
<tr><td class="topAlign"><ul>
<li class="fn"><span class="name"><b><a href="qgraphicstransform.html#QGraphicsTransform">QGraphicsTransform</a></b></span> ( QObject * )</li>
<li class="fn"><span class="name"><b><a href="qgraphicstransform.html#dtor.QGraphicsTransform">~QGraphicsTransform</a></b></span> ()</li>
<li class="fn"><span class="name"><b><a href="qgraphicstransform.html#applyTo">applyTo</a></b></span> ( QMatrix4x4 * ) const</li>
<li class="fn"><span class="name"><b><a href="qobject.html#blockSignals">blockSignals</a></b></span> ( bool ) : bool</li>
<li class="fn"><span class="name"><b><a href="qobject.html#childEvent">childEvent</a></b></span> ( QChildEvent * )</li>
<li class="fn"><span class="name"><b><a href="qobject.html#children">children</a></b></span> () const : const QObjectList &</li>
<li class="fn"><span class="name"><b><a href="qobject.html#connect">connect</a></b></span> ( const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType ) : bool</li>
<li class="fn"><span class="name"><b><a href="qobject.html#connect-2">connect</a></b></span> ( const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod &, Qt::ConnectionType ) : bool</li>
<li class="fn"><span class="name"><b><a href="qobject.html#connect-3">connect</a></b></span> ( const QObject *, const char *, const char *, Qt::ConnectionType ) const : bool</li>
<li class="fn"><span class="name"><b><a href="qobject.html#connectNotify">connectNotify</a></b></span> ( const char * )</li>
<li class="fn"><span class="name"><b><a href="qobject.html#customEvent">customEvent</a></b></span> ( QEvent * )</li>
<li class="fn"><span class="name"><b><a href="qobject.html#d_ptr-var">d_ptr</a></b></span> : QScopedPointer<QObjectData></li>
<li class="fn"><span class="name"><b><a href="qobject.html#deleteLater">deleteLater</a></b></span> ()</li>
<li class="fn"><span class="name"><b><a href="qobject.html#destroyed">destroyed</a></b></span> ( QObject * )</li>
<li class="fn"><span class="name"><b><a href="qobject.html#disconnect">disconnect</a></b></span> ( const QObject *, const char *, const QObject *, const char * ) : bool</li>
<li class="fn"><span class="name"><b><a href="qobject.html#disconnect-2">disconnect</a></b></span> ( const QObject *, const QMetaMethod &, const QObject *, const QMetaMethod & ) : bool</li>
<li class="fn"><span class="name"><b><a href="qobject.html#disconnect-3">disconnect</a></b></span> ( const char *, const QObject *, const char * ) : bool</li>
<li class="fn"><span class="name"><b><a href="qobject.html#disconnect-4">disconnect</a></b></span> ( const QObject *, const char * ) : bool</li>
<li class="fn"><span class="name"><b><a href="qobject.html#disconnectNotify">disconnectNotify</a></b></span> ( const char * )</li>
<li class="fn"><span class="name"><b><a href="qobject.html#dumpObjectInfo">dumpObjectInfo</a></b></span> ()</li>
<li class="fn"><span class="name"><b><a href="qobject.html#dumpObjectTree">dumpObjectTree</a></b></span> ()</li>
<li class="fn"><span class="name"><b><a href="qobject.html#dynamicPropertyNames">dynamicPropertyNames</a></b></span> () const : QList<QByteArray></li>
<li class="fn"><span class="name"><b><a href="qobject.html#event">event</a></b></span> ( QEvent * ) : bool</li>
<li class="fn"><span class="name"><b><a href="qobject.html#eventFilter">eventFilter</a></b></span> ( QObject *, QEvent * ) : bool</li>
<li class="fn"><span class="name"><b><a href="qobject.html#findChild">findChild</a></b></span> ( const QString & ) const : T</li>
<li class="fn"><span class="name"><b><a href="qobject.html#findChildren">findChildren</a></b></span> ( const QString & ) const : QList<T></li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><span class="name"><b><a href="qobject.html#findChildren-2">findChildren</a></b></span> ( const QRegExp & ) const : QList<T></li>
<li class="fn"><span class="name"><b><a href="qobject.html#inherits">inherits</a></b></span> ( const char * ) const : bool</li>
<li class="fn"><span class="name"><b><a href="qobject.html#installEventFilter">installEventFilter</a></b></span> ( QObject * )</li>
<li class="fn"><span class="name"><b><a href="qobject.html#isWidgetType">isWidgetType</a></b></span> () const : bool</li>
<li class="fn"><span class="name"><b><a href="qobject.html#killTimer">killTimer</a></b></span> ( int )</li>
<li class="fn"><span class="name"><b><a href="qobject.html#metaObject">metaObject</a></b></span> () const : const QMetaObject *</li>
<li class="fn"><span class="name"><b><a href="qobject.html#moveToThread">moveToThread</a></b></span> ( QThread * )</li>
<li class="fn"><span class="name"><b><a href="qobject.html#objectName-prop">objectName</a></b></span> () const : QString</li>
<li class="fn"><span class="name"><b><a href="qobject.html#parent">parent</a></b></span> () const : QObject *</li>
<li class="fn"><span class="name"><b><a href="qobject.html#property">property</a></b></span> ( const char * ) const : QVariant</li>
<li class="fn"><span class="name"><b><a href="qobject.html#receivers">receivers</a></b></span> ( const char * ) const : int</li>
<li class="fn"><span class="name"><b><a href="qobject.html#removeEventFilter">removeEventFilter</a></b></span> ( QObject * )</li>
<li class="fn"><span class="name"><b><a href="qobject.html#sender">sender</a></b></span> () const : QObject *</li>
<li class="fn"><span class="name"><b><a href="qobject.html#senderSignalIndex">senderSignalIndex</a></b></span> () const : int</li>
<li class="fn"><span class="name"><b><a href="qobject.html#objectName-prop">setObjectName</a></b></span> ( const QString & )</li>
<li class="fn"><span class="name"><b><a href="qobject.html#setParent">setParent</a></b></span> ( QObject * )</li>
<li class="fn"><span class="name"><b><a href="qobject.html#setProperty">setProperty</a></b></span> ( const char *, const QVariant & ) : bool</li>
<li class="fn"><span class="name"><b><a href="qobject.html#signalsBlocked">signalsBlocked</a></b></span> () const : bool</li>
<li class="fn"><span class="name"><b><a href="qobject.html#startTimer">startTimer</a></b></span> ( int ) : int</li>
<li class="fn"><span class="name"><b><a href="qobject.html#staticMetaObject-var">staticMetaObject</a></b></span> : const QMetaObject</li>
<li class="fn"><span class="name"><b><a href="qobject.html#staticQtMetaObject-var">staticQtMetaObject</a></b></span> : const QMetaObject</li>
<li class="fn"><span class="name"><b><a href="qobject.html#thread">thread</a></b></span> () const : QThread *</li>
<li class="fn"><span class="name"><b><a href="qobject.html#timerEvent">timerEvent</a></b></span> ( QTimerEvent * )</li>
<li class="fn"><span class="name"><b><a href="qobject.html#tr">tr</a></b></span> ( const char *, const char *, int ) : QString</li>
<li class="fn"><span class="name"><b><a href="qobject.html#trUtf8">trUtf8</a></b></span> ( const char *, const char *, int ) : QString</li>
<li class="fn"><span class="name"><b><a href="qgraphicstransform.html#update">update</a></b></span> ()</li>
</ul>
</td></tr>
</table>
</div>
</div>
</div>
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2013 Digia Plc and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.</p>
<br />
<p>
The documentation provided herein is licensed under the terms of the
<a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
License version 1.3</a> as published by the Free Software Foundation.</p>
<p>
Documentation sources may be obtained from <a href="http://www.qt-project.org">
www.qt-project.org</a>.</p>
<br />
<p>
Digia, Qt and their respective logos are trademarks of Digia Plc
in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. <a title="Privacy Policy"
href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
<script src="scripts/functions.js" type="text/javascript"></script>
</body>
</html>
|
reference/android/net/wifi/p2p/WifiP2pManager.GroupInfoListener.html | AzureZhao/android-developer-cn | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" type="image/x-icon" href="../../../../../favicon.ico" />
<title>WifiP2pManager.GroupInfoListener - Android SDK | Android Developers</title>
<!-- STYLESHEETS -->
<link rel="stylesheet"
href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto">
<link href="../../../../../assets/css/default.css" rel="stylesheet" type="text/css">
<!-- FULLSCREEN STYLESHEET -->
<link href="../../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen"
type="text/css">
<!-- JAVASCRIPT -->
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script src="../../../../../assets/js/android_3p-bundle.js" type="text/javascript"></script>
<script type="text/javascript">
var toRoot = "../../../../../";
var devsite = false;
</script>
<script src="../../../../../assets/js/docs.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5831155-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="gc-documentation
develop" itemscope itemtype="http://schema.org/Article">
<div id="doc-api-level" class="14" style="display:none"></div>
<a name="top"></a>
<a name="top"></a>
<!-- Header -->
<div id="header">
<div class="wrap" id="header-wrap">
<div class="col-3 logo">
<a href="../../../../../index.html">
<img src="../../../../../assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" />
</a>
<div class="btn-quicknav" id="btn-quicknav">
<a href="#" class="arrow-inactive">Quicknav</a>
<a href="#" class="arrow-active">Quicknav</a>
</div>
</div>
<ul class="nav-x col-9">
<li class="design">
<a href="../../../../../design/index.html"
zh-tw-lang="設計"
zh-cn-lang="设计"
ru-lang="Проектирование"
ko-lang="디자인"
ja-lang="設計"
es-lang="Diseñar"
>Design</a></li>
<li class="develop"><a href="../../../../../develop/index.html"
zh-tw-lang="開發"
zh-cn-lang="开发"
ru-lang="Разработка"
ko-lang="개발"
ja-lang="開発"
es-lang="Desarrollar"
>Develop</a></li>
<li class="distribute last"><a href="../../../../../distribute/index.html"
zh-tw-lang="發佈"
zh-cn-lang="分发"
ru-lang="Распространение"
ko-lang="배포"
ja-lang="配布"
es-lang="Distribuir"
>Distribute</a></li>
</ul>
<!-- New Search -->
<div class="menu-container">
<div class="moremenu">
<div id="more-btn"></div>
</div>
<div class="morehover" id="moremenu">
<div class="top"></div>
<div class="mid">
<div class="header">Links</div>
<ul>
<li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
<li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
<li><a href="../../../../../about/index.html">About Android</a></li>
</ul>
<div class="header">Android Sites</div>
<ul>
<li><a href="http://www.android.com">Android.com</a></li>
<li class="active"><a>Android Developers</a></li>
<li><a href="http://source.android.com">Android Open Source Project</a></li>
</ul>
<br class="clearfix" />
</div>
<div class="bottom"></div>
</div>
<div class="search" id="search-container">
<div class="search-inner">
<div id="search-btn"></div>
<div class="left"></div>
<form onsubmit="return submit_search()">
<input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
onkeydown="return search_changed(event, true, '../../../../../')"
onkeyup="return search_changed(event, false, '../../../../../')" />
</form>
<div class="right"></div>
<a class="close hide">close</a>
<div class="left"></div>
<div class="right"></div>
</div>
</div>
<div class="search_filtered_wrapper reference">
<div class="suggest-card reference no-display">
<ul class="search_filtered">
</ul>
</div>
</div>
<div class="search_filtered_wrapper docs">
<div class="suggest-card dummy no-display"> </div>
<div class="suggest-card develop no-display">
<ul class="search_filtered">
</ul>
<div class="child-card guides no-display">
</div>
<div class="child-card training no-display">
</div>
</div>
<div class="suggest-card design no-display">
<ul class="search_filtered">
</ul>
</div>
<div class="suggest-card distribute no-display">
<ul class="search_filtered">
</ul>
</div>
</div>
</div>
<!-- /New Search>
<!-- Expanded quicknav -->
<div id="quicknav" class="col-9">
<ul>
<li class="design">
<ul>
<li><a href="../../../../../design/index.html">Get Started</a></li>
<li><a href="../../../../../design/style/index.html">Style</a></li>
<li><a href="../../../../../design/patterns/index.html">Patterns</a></li>
<li><a href="../../../../../design/building-blocks/index.html">Building Blocks</a></li>
<li><a href="../../../../../design/downloads/index.html">Downloads</a></li>
<li><a href="../../../../../design/videos/index.html">Videos</a></li>
</ul>
</li>
<li class="develop">
<ul>
<li><a href="../../../../../training/index.html"
zh-tw-lang="訓練課程"
zh-cn-lang="培训"
ru-lang="Курсы"
ko-lang="교육"
ja-lang="トレーニング"
es-lang="Capacitación"
>Training</a></li>
<li><a href="../../../../../guide/components/index.html"
zh-tw-lang="API 指南"
zh-cn-lang="API 指南"
ru-lang="Руководства по API"
ko-lang="API 가이드"
ja-lang="API ガイド"
es-lang="Guías de la API"
>API Guides</a></li>
<li><a href="../../../../../reference/packages.html"
zh-tw-lang="參考資源"
zh-cn-lang="参考"
ru-lang="Справочник"
ko-lang="참조문서"
ja-lang="リファレンス"
es-lang="Referencia"
>Reference</a></li>
<li><a href="../../../../../tools/index.html"
zh-tw-lang="相關工具"
zh-cn-lang="工具"
ru-lang="Инструменты"
ko-lang="도구"
ja-lang="ツール"
es-lang="Herramientas"
>Tools</a>
<ul><li><a href="../../../../../sdk/index.html">Get the SDK</a></li></ul>
</li>
<li><a href="../../../../../google/index.html">Google Services</a>
</li>
</ul>
</li>
<li class="distribute last">
<ul>
<li><a href="../../../../../distribute/index.html">Google Play</a></li>
<li><a href="../../../../../distribute/googleplay/publish/index.html">Publishing</a></li>
<li><a href="../../../../../distribute/googleplay/promote/index.html">Promoting</a></li>
<li><a href="../../../../../distribute/googleplay/quality/index.html">App Quality</a></li>
<li><a href="../../../../../distribute/googleplay/spotlight/index.html">Spotlight</a></li>
<li><a href="../../../../../distribute/open.html">Open Distribution</a></li>
</ul>
</li>
</ul>
</div>
<!-- /Expanded quicknav -->
</div>
</div>
<!-- /Header -->
<div id="searchResults" class="wrap" style="display:none;">
<h2 id="searchTitle">Results</h2>
<div id="leftSearchControl" class="search-control">Loading...</div>
</div>
<!-- Secondary x-nav -->
<div id="nav-x">
<div class="wrap">
<ul class="nav-x col-9 develop" style="width:100%">
<li class="training"><a href="../../../../../training/index.html"
zh-tw-lang="訓練課程"
zh-cn-lang="培训"
ru-lang="Курсы"
ko-lang="교육"
ja-lang="トレーニング"
es-lang="Capacitación"
>Training</a></li>
<li class="guide"><a href="../../../../../guide/components/index.html"
zh-tw-lang="API 指南"
zh-cn-lang="API 指南"
ru-lang="Руководства по API"
ko-lang="API 가이드"
ja-lang="API ガイド"
es-lang="Guías de la API"
>API Guides</a></li>
<li class="reference"><a href="../../../../../reference/packages.html"
zh-tw-lang="參考資源"
zh-cn-lang="参考"
ru-lang="Справочник"
ko-lang="참조문서"
ja-lang="リファレンス"
es-lang="Referencia"
>Reference</a></li>
<li class="tools"><a href="../../../../../tools/index.html"
zh-tw-lang="相關工具"
zh-cn-lang="工具"
ru-lang="Инструменты"
ko-lang="도구"
ja-lang="ツール"
es-lang="Herramientas"
>Tools</a></li>
<li class="google"><a href="../../../../../google/index.html"
>Google Services</a>
</li>
</ul>
</div>
</div>
<!-- /Sendondary x-nav -->
<div class="wrap clearfix" id="body-content">
<div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
<div id="devdoc-nav">
<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
<div id="api-nav-header">
<div id="api-level-toggle">
<label for="apiLevelCheckbox" class="disabled">API level: </label>
<div class="select-wrapper">
<select id="apiLevelSelector">
<!-- option elements added by buildApiLevelSelector() -->
</select>
</div>
</div><!-- end toggle -->
<div id="api-nav-title">Android APIs</div>
</div><!-- end nav header -->
<script>
var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19' ];
buildApiLevelSelector();
</script>
<div id="swapper">
<div id="nav-panels">
<div id="resize-packages-nav">
<div id="packages-nav" class="scroll-pane">
<ul>
<li class="api apilevel-1">
<a href="../../../../../reference/android/package-summary.html">android</a></li>
<li class="api apilevel-4">
<a href="../../../../../reference/android/accessibilityservice/package-summary.html">android.accessibilityservice</a></li>
<li class="api apilevel-5">
<a href="../../../../../reference/android/accounts/package-summary.html">android.accounts</a></li>
<li class="api apilevel-11">
<a href="../../../../../reference/android/animation/package-summary.html">android.animation</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/app/package-summary.html">android.app</a></li>
<li class="api apilevel-8">
<a href="../../../../../reference/android/app/admin/package-summary.html">android.app.admin</a></li>
<li class="api apilevel-8">
<a href="../../../../../reference/android/app/backup/package-summary.html">android.app.backup</a></li>
<li class="api apilevel-3">
<a href="../../../../../reference/android/appwidget/package-summary.html">android.appwidget</a></li>
<li class="api apilevel-5">
<a href="../../../../../reference/android/bluetooth/package-summary.html">android.bluetooth</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/content/package-summary.html">android.content</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/content/pm/package-summary.html">android.content.pm</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/content/res/package-summary.html">android.content.res</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/database/package-summary.html">android.database</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/database/sqlite/package-summary.html">android.database.sqlite</a></li>
<li class="api apilevel-11">
<a href="../../../../../reference/android/drm/package-summary.html">android.drm</a></li>
<li class="api apilevel-4">
<a href="../../../../../reference/android/gesture/package-summary.html">android.gesture</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/graphics/package-summary.html">android.graphics</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/graphics/drawable/package-summary.html">android.graphics.drawable</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/graphics/drawable/shapes/package-summary.html">android.graphics.drawable.shapes</a></li>
<li class="api apilevel-19">
<a href="../../../../../reference/android/graphics/pdf/package-summary.html">android.graphics.pdf</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/hardware/package-summary.html">android.hardware</a></li>
<li class="api apilevel-17">
<a href="../../../../../reference/android/hardware/display/package-summary.html">android.hardware.display</a></li>
<li class="api apilevel-16">
<a href="../../../../../reference/android/hardware/input/package-summary.html">android.hardware.input</a></li>
<li class="api apilevel-18">
<a href="../../../../../reference/android/hardware/location/package-summary.html">android.hardware.location</a></li>
<li class="api apilevel-12">
<a href="../../../../../reference/android/hardware/usb/package-summary.html">android.hardware.usb</a></li>
<li class="api apilevel-3">
<a href="../../../../../reference/android/inputmethodservice/package-summary.html">android.inputmethodservice</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/location/package-summary.html">android.location</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/media/package-summary.html">android.media</a></li>
<li class="api apilevel-9">
<a href="../../../../../reference/android/media/audiofx/package-summary.html">android.media.audiofx</a></li>
<li class="api apilevel-14">
<a href="../../../../../reference/android/media/effect/package-summary.html">android.media.effect</a></li>
<li class="api apilevel-12">
<a href="../../../../../reference/android/mtp/package-summary.html">android.mtp</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/net/package-summary.html">android.net</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/net/http/package-summary.html">android.net.http</a></li>
<li class="api apilevel-16">
<a href="../../../../../reference/android/net/nsd/package-summary.html">android.net.nsd</a></li>
<li class="api apilevel-12">
<a href="../../../../../reference/android/net/rtp/package-summary.html">android.net.rtp</a></li>
<li class="api apilevel-9">
<a href="../../../../../reference/android/net/sip/package-summary.html">android.net.sip</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/net/wifi/package-summary.html">android.net.wifi</a></li>
<li class="selected api apilevel-14">
<a href="../../../../../reference/android/net/wifi/p2p/package-summary.html">android.net.wifi.p2p</a></li>
<li class="api apilevel-16">
<a href="../../../../../reference/android/net/wifi/p2p/nsd/package-summary.html">android.net.wifi.p2p.nsd</a></li>
<li class="api apilevel-9">
<a href="../../../../../reference/android/nfc/package-summary.html">android.nfc</a></li>
<li class="api apilevel-19">
<a href="../../../../../reference/android/nfc/cardemulation/package-summary.html">android.nfc.cardemulation</a></li>
<li class="api apilevel-10">
<a href="../../../../../reference/android/nfc/tech/package-summary.html">android.nfc.tech</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/opengl/package-summary.html">android.opengl</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/os/package-summary.html">android.os</a></li>
<li class="api apilevel-9">
<a href="../../../../../reference/android/os/storage/package-summary.html">android.os.storage</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/preference/package-summary.html">android.preference</a></li>
<li class="api apilevel-19">
<a href="../../../../../reference/android/print/package-summary.html">android.print</a></li>
<li class="api apilevel-19">
<a href="../../../../../reference/android/print/pdf/package-summary.html">android.print.pdf</a></li>
<li class="api apilevel-19">
<a href="../../../../../reference/android/printservice/package-summary.html">android.printservice</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/provider/package-summary.html">android.provider</a></li>
<li class="api apilevel-11">
<a href="../../../../../reference/android/renderscript/package-summary.html">android.renderscript</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/sax/package-summary.html">android.sax</a></li>
<li class="api apilevel-14">
<a href="../../../../../reference/android/security/package-summary.html">android.security</a></li>
<li class="api apilevel-17">
<a href="../../../../../reference/android/service/dreams/package-summary.html">android.service.dreams</a></li>
<li class="api apilevel-18">
<a href="../../../../../reference/android/service/notification/package-summary.html">android.service.notification</a></li>
<li class="api apilevel-14">
<a href="../../../../../reference/android/service/textservice/package-summary.html">android.service.textservice</a></li>
<li class="api apilevel-7">
<a href="../../../../../reference/android/service/wallpaper/package-summary.html">android.service.wallpaper</a></li>
<li class="api apilevel-3">
<a href="../../../../../reference/android/speech/package-summary.html">android.speech</a></li>
<li class="api apilevel-4">
<a href="../../../../../reference/android/speech/tts/package-summary.html">android.speech.tts</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v13/app/package-summary.html">android.support.v13.app</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/accessibilityservice/package-summary.html">android.support.v4.accessibilityservice</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/app/package-summary.html">android.support.v4.app</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/content/package-summary.html">android.support.v4.content</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/content/pm/package-summary.html">android.support.v4.content.pm</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/database/package-summary.html">android.support.v4.database</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/graphics/drawable/package-summary.html">android.support.v4.graphics.drawable</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/hardware/display/package-summary.html">android.support.v4.hardware.display</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/media/package-summary.html">android.support.v4.media</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/net/package-summary.html">android.support.v4.net</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/os/package-summary.html">android.support.v4.os</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/print/package-summary.html">android.support.v4.print</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/text/package-summary.html">android.support.v4.text</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/util/package-summary.html">android.support.v4.util</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/view/package-summary.html">android.support.v4.view</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/view/accessibility/package-summary.html">android.support.v4.view.accessibility</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v4/widget/package-summary.html">android.support.v4.widget</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v7/app/package-summary.html">android.support.v7.app</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v7/appcompat/package-summary.html">android.support.v7.appcompat</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v7/gridlayout/package-summary.html">android.support.v7.gridlayout</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v7/media/package-summary.html">android.support.v7.media</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v7/mediarouter/package-summary.html">android.support.v7.mediarouter</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v7/view/package-summary.html">android.support.v7.view</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v7/widget/package-summary.html">android.support.v7.widget</a></li>
<li class="api apilevel-">
<a href="../../../../../reference/android/support/v8/renderscript/package-summary.html">android.support.v8.renderscript</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/telephony/package-summary.html">android.telephony</a></li>
<li class="api apilevel-5">
<a href="../../../../../reference/android/telephony/cdma/package-summary.html">android.telephony.cdma</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/telephony/gsm/package-summary.html">android.telephony.gsm</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/test/package-summary.html">android.test</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/test/mock/package-summary.html">android.test.mock</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/test/suitebuilder/package-summary.html">android.test.suitebuilder</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/text/package-summary.html">android.text</a></li>
<li class="api apilevel-3">
<a href="../../../../../reference/android/text/format/package-summary.html">android.text.format</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/text/method/package-summary.html">android.text.method</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/text/style/package-summary.html">android.text.style</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/text/util/package-summary.html">android.text.util</a></li>
<li class="api apilevel-19">
<a href="../../../../../reference/android/transition/package-summary.html">android.transition</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/util/package-summary.html">android.util</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/view/package-summary.html">android.view</a></li>
<li class="api apilevel-4">
<a href="../../../../../reference/android/view/accessibility/package-summary.html">android.view.accessibility</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/view/animation/package-summary.html">android.view.animation</a></li>
<li class="api apilevel-3">
<a href="../../../../../reference/android/view/inputmethod/package-summary.html">android.view.inputmethod</a></li>
<li class="api apilevel-14">
<a href="../../../../../reference/android/view/textservice/package-summary.html">android.view.textservice</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/webkit/package-summary.html">android.webkit</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/android/widget/package-summary.html">android.widget</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/dalvik/bytecode/package-summary.html">dalvik.bytecode</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/dalvik/system/package-summary.html">dalvik.system</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/awt/font/package-summary.html">java.awt.font</a></li>
<li class="api apilevel-3">
<a href="../../../../../reference/java/beans/package-summary.html">java.beans</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/io/package-summary.html">java.io</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/lang/package-summary.html">java.lang</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/lang/annotation/package-summary.html">java.lang.annotation</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/lang/ref/package-summary.html">java.lang.ref</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/lang/reflect/package-summary.html">java.lang.reflect</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/math/package-summary.html">java.math</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/net/package-summary.html">java.net</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/nio/package-summary.html">java.nio</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/nio/channels/package-summary.html">java.nio.channels</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/nio/channels/spi/package-summary.html">java.nio.channels.spi</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/nio/charset/package-summary.html">java.nio.charset</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/nio/charset/spi/package-summary.html">java.nio.charset.spi</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/security/package-summary.html">java.security</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/security/acl/package-summary.html">java.security.acl</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/security/cert/package-summary.html">java.security.cert</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/security/interfaces/package-summary.html">java.security.interfaces</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/security/spec/package-summary.html">java.security.spec</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/sql/package-summary.html">java.sql</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/text/package-summary.html">java.text</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/util/package-summary.html">java.util</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/util/concurrent/package-summary.html">java.util.concurrent</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/util/concurrent/atomic/package-summary.html">java.util.concurrent.atomic</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/util/concurrent/locks/package-summary.html">java.util.concurrent.locks</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/util/jar/package-summary.html">java.util.jar</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/util/logging/package-summary.html">java.util.logging</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/util/prefs/package-summary.html">java.util.prefs</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/util/regex/package-summary.html">java.util.regex</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/java/util/zip/package-summary.html">java.util.zip</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/crypto/package-summary.html">javax.crypto</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/crypto/interfaces/package-summary.html">javax.crypto.interfaces</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/crypto/spec/package-summary.html">javax.crypto.spec</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/microedition/khronos/egl/package-summary.html">javax.microedition.khronos.egl</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/microedition/khronos/opengles/package-summary.html">javax.microedition.khronos.opengles</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/net/package-summary.html">javax.net</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/net/ssl/package-summary.html">javax.net.ssl</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/security/auth/package-summary.html">javax.security.auth</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/security/auth/callback/package-summary.html">javax.security.auth.callback</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/security/auth/login/package-summary.html">javax.security.auth.login</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/security/auth/x500/package-summary.html">javax.security.auth.x500</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/security/cert/package-summary.html">javax.security.cert</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/sql/package-summary.html">javax.sql</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/xml/package-summary.html">javax.xml</a></li>
<li class="api apilevel-8">
<a href="../../../../../reference/javax/xml/datatype/package-summary.html">javax.xml.datatype</a></li>
<li class="api apilevel-8">
<a href="../../../../../reference/javax/xml/namespace/package-summary.html">javax.xml.namespace</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/javax/xml/parsers/package-summary.html">javax.xml.parsers</a></li>
<li class="api apilevel-8">
<a href="../../../../../reference/javax/xml/transform/package-summary.html">javax.xml.transform</a></li>
<li class="api apilevel-8">
<a href="../../../../../reference/javax/xml/transform/dom/package-summary.html">javax.xml.transform.dom</a></li>
<li class="api apilevel-8">
<a href="../../../../../reference/javax/xml/transform/sax/package-summary.html">javax.xml.transform.sax</a></li>
<li class="api apilevel-8">
<a href="../../../../../reference/javax/xml/transform/stream/package-summary.html">javax.xml.transform.stream</a></li>
<li class="api apilevel-8">
<a href="../../../../../reference/javax/xml/validation/package-summary.html">javax.xml.validation</a></li>
<li class="api apilevel-8">
<a href="../../../../../reference/javax/xml/xpath/package-summary.html">javax.xml.xpath</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/junit/framework/package-summary.html">junit.framework</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/junit/runner/package-summary.html">junit.runner</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/package-summary.html">org.apache.http</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/auth/package-summary.html">org.apache.http.auth</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/auth/params/package-summary.html">org.apache.http.auth.params</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/client/package-summary.html">org.apache.http.client</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/client/entity/package-summary.html">org.apache.http.client.entity</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/client/methods/package-summary.html">org.apache.http.client.methods</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/client/params/package-summary.html">org.apache.http.client.params</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/client/protocol/package-summary.html">org.apache.http.client.protocol</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/client/utils/package-summary.html">org.apache.http.client.utils</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/conn/package-summary.html">org.apache.http.conn</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/conn/params/package-summary.html">org.apache.http.conn.params</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/conn/routing/package-summary.html">org.apache.http.conn.routing</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/conn/scheme/package-summary.html">org.apache.http.conn.scheme</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/conn/ssl/package-summary.html">org.apache.http.conn.ssl</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/conn/util/package-summary.html">org.apache.http.conn.util</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/cookie/package-summary.html">org.apache.http.cookie</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/cookie/params/package-summary.html">org.apache.http.cookie.params</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/entity/package-summary.html">org.apache.http.entity</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/impl/package-summary.html">org.apache.http.impl</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/impl/auth/package-summary.html">org.apache.http.impl.auth</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/impl/client/package-summary.html">org.apache.http.impl.client</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/impl/conn/package-summary.html">org.apache.http.impl.conn</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/impl/conn/tsccm/package-summary.html">org.apache.http.impl.conn.tsccm</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/impl/cookie/package-summary.html">org.apache.http.impl.cookie</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/impl/entity/package-summary.html">org.apache.http.impl.entity</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/impl/io/package-summary.html">org.apache.http.impl.io</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/io/package-summary.html">org.apache.http.io</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/message/package-summary.html">org.apache.http.message</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/params/package-summary.html">org.apache.http.params</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/protocol/package-summary.html">org.apache.http.protocol</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/apache/http/util/package-summary.html">org.apache.http.util</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/json/package-summary.html">org.json</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/w3c/dom/package-summary.html">org.w3c.dom</a></li>
<li class="api apilevel-8">
<a href="../../../../../reference/org/w3c/dom/ls/package-summary.html">org.w3c.dom.ls</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/xml/sax/package-summary.html">org.xml.sax</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/xml/sax/ext/package-summary.html">org.xml.sax.ext</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/xml/sax/helpers/package-summary.html">org.xml.sax.helpers</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/xmlpull/v1/package-summary.html">org.xmlpull.v1</a></li>
<li class="api apilevel-1">
<a href="../../../../../reference/org/xmlpull/v1/sax2/package-summary.html">org.xmlpull.v1.sax2</a></li>
</ul><br/>
</div> <!-- end packages-nav -->
</div> <!-- end resize-packages -->
<div id="classes-nav" class="scroll-pane">
<ul>
<li><h2>Interfaces</h2>
<ul>
<li class="api apilevel-14"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pManager.ActionListener.html">WifiP2pManager.ActionListener</a></li>
<li class="api apilevel-14"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pManager.ChannelListener.html">WifiP2pManager.ChannelListener</a></li>
<li class="api apilevel-14"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pManager.ConnectionInfoListener.html">WifiP2pManager.ConnectionInfoListener</a></li>
<li class="api apilevel-16"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pManager.DnsSdServiceResponseListener.html">WifiP2pManager.DnsSdServiceResponseListener</a></li>
<li class="api apilevel-16"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pManager.DnsSdTxtRecordListener.html">WifiP2pManager.DnsSdTxtRecordListener</a></li>
<li class="selected api apilevel-14"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pManager.GroupInfoListener.html">WifiP2pManager.GroupInfoListener</a></li>
<li class="api apilevel-14"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pManager.PeerListListener.html">WifiP2pManager.PeerListListener</a></li>
<li class="api apilevel-16"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pManager.ServiceResponseListener.html">WifiP2pManager.ServiceResponseListener</a></li>
<li class="api apilevel-16"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pManager.UpnpServiceResponseListener.html">WifiP2pManager.UpnpServiceResponseListener</a></li>
</ul>
</li>
<li><h2>Classes</h2>
<ul>
<li class="api apilevel-14"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pConfig.html">WifiP2pConfig</a></li>
<li class="api apilevel-14"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pDevice.html">WifiP2pDevice</a></li>
<li class="api apilevel-14"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pDeviceList.html">WifiP2pDeviceList</a></li>
<li class="api apilevel-14"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pGroup.html">WifiP2pGroup</a></li>
<li class="api apilevel-14"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pInfo.html">WifiP2pInfo</a></li>
<li class="api apilevel-14"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pManager.html">WifiP2pManager</a></li>
<li class="api apilevel-14"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pManager.Channel.html">WifiP2pManager.Channel</a></li>
</ul>
</li>
</ul><br/>
</div><!-- end classes -->
</div><!-- end nav-panels -->
<div id="nav-tree" style="display:none" class="scroll-pane">
<div id="tree-list"></div>
</div><!-- end nav-tree -->
</div><!-- end swapper -->
<div id="nav-swap">
<a class="fullscreen">fullscreen</a>
<a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>
</div>
</div> <!-- end devdoc-nav -->
</div> <!-- end side-nav -->
<script type="text/javascript">
// init fullscreen based on user pref
var fullscreen = readCookie("fullscreen");
if (fullscreen != 0) {
if (fullscreen == "false") {
toggleFullscreen(false);
} else {
toggleFullscreen(true);
}
}
// init nav version for mobile
if (isMobile) {
swapNav(); // tree view should be used on mobile
$('#nav-swap').hide();
} else {
chooseDefaultNav();
if ($("#nav-tree").is(':visible')) {
init_default_navtree("../../../../../");
}
}
// scroll the selected page into view
$(document).ready(function() {
scrollIntoView("packages-nav");
scrollIntoView("classes-nav");
});
</script>
<div class="col-12" id="doc-col">
<div id="api-info-block">
<div class="sum-details-links">
</div><!-- end sum-details-links -->
<div class="api-level">
Added in <a href="../../../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 14</a>
</div>
</div><!-- end api-info-block -->
<!-- ======== START OF CLASS DATA ======== -->
<div id="jd-header">
public
static
interface
<h1 itemprop="name">WifiP2pManager.GroupInfoListener</h1>
</div><!-- end header -->
<div id="naMessage"></div>
<div id="jd-content" class="api apilevel-14">
<table class="jd-inheritance-table">
<tr>
<td colspan="1" class="jd-inheritance-class-cell">android.net.wifi.p2p.WifiP2pManager.GroupInfoListener</td>
</tr>
</table>
<div class="jd-descr">
<h2>Class Overview</h2>
<p itemprop="articleBody">Interface for callback invocation when group info is available </p>
</div><!-- jd-descr -->
<div class="jd-descr">
<h2>Summary</h2>
<!-- ========== METHOD SUMMARY =========== -->
<table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
<tr class="alt-color api apilevel-14" >
<td class="jd-typecol"><nobr>
abstract
void</nobr>
</td>
<td class="jd-linkcol" width="100%"><nobr>
<span class="sympad"><a href="../../../../../reference/android/net/wifi/p2p/WifiP2pManager.GroupInfoListener.html#onGroupInfoAvailable(android.net.wifi.p2p.WifiP2pGroup)">onGroupInfoAvailable</a></span>(<a href="../../../../../reference/android/net/wifi/p2p/WifiP2pGroup.html">WifiP2pGroup</a> group)</nobr>
<div class="jd-descrdiv">The requested p2p group info is available</div>
</td></tr>
</table>
</div><!-- jd-descr (summary) -->
<!-- Details -->
<!-- XML Attributes -->
<!-- Enum Values -->
<!-- Constants -->
<!-- Fields -->
<!-- Public ctors -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- Protected ctors -->
<!-- ========= METHOD DETAIL ======== -->
<!-- Public methdos -->
<h2>Public Methods</h2>
<A NAME="onGroupInfoAvailable(android.net.wifi.p2p.WifiP2pGroup)"></A>
<div class="jd-details api apilevel-14">
<h4 class="jd-details-title">
<span class="normal">
public
abstract
void
</span>
<span class="sympad">onGroupInfoAvailable</span>
<span class="normal">(<a href="../../../../../reference/android/net/wifi/p2p/WifiP2pGroup.html">WifiP2pGroup</a> group)</span>
</h4>
<div class="api-level">
<div>
Added in <a href="../../../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 14</a></div>
</div>
<div class="jd-details-descr">
<div class="jd-tagdata jd-tagdescr"><p>The requested p2p group info is available</p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Parameters</h5>
<table class="jd-tagtable">
<tr>
<th>group</td>
<td>Wi-Fi p2p group info
</td>
</tr>
</table>
</div>
</div>
</div>
<!-- ========= METHOD DETAIL ======== -->
<!-- ========= END OF CLASS DATA ========= -->
<A NAME="navbar_top"></A>
<div id="footer" class="wrap" >
<div id="copyright">
Except as noted, this content is licensed under <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
For details and restrictions, see the <a href="../../../../../license.html">
Content License</a>.
</div>
<div id="build_info">
Android 4.4 r1 —
<script src="../../../../../timestamp.js" type="text/javascript"></script>
<script>document.write(BUILD_TIMESTAMP)</script>
</div>
<div id="footerlinks">
<p>
<a href="../../../../../about/index.html">About Android</a> |
<a href="../../../../../legal.html">Legal</a> |
<a href="../../../../../support.html">Support</a>
</p>
</div>
</div> <!-- end footer -->
</div> <!-- jd-content -->
</div><!-- end doc-content -->
</div> <!-- end body-content -->
</body>
</html>
|
src/components/object_properties/object_property/input_property/template.html | PGBI/kong-dashboard | <div class="input-field">
<input
id="{{ 'property-' + $ctrl.path }}"
type="{{ $ctrl.type }}"
ng-attr-placeholder="{{ $ctrl.schema.default }}"
ng-disabled="{{ $ctrl.schema.readonly }}"
class="validate"
ng-model="$ctrl.object[$ctrl.key]"
ng-class="{invalid: $ctrl.error}">
<label
for="{{ 'property-' + $ctrl.path }}"
ng-class="{ 'active': $ctrl.object[$ctrl.key] || $ctrl.schema.default }"
style="margin-bottom: 15px">
{{ $ctrl.label }}
</label>
<div
style="margin-top: -15px;"
id="{{ 'error-' + $ctrl.path }}"
class="red-text errors"
ng-if="$ctrl.error"
ng-bind-html="$ctrl.error | arrayToHtmlList">
</div >
<p ng-if="$ctrl.schema.description"
class="grey-text"
style="margin-top: 0; margin-bottom: 30px; font-size: 85%">
<em>{{ $ctrl.schema.description }}</em>
</p>
</div>
|
third-party/src/boost_1_56_0/doc/html/boost/intrusive/member_value_traits.html | rkq/cxxexp | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template member_value_traits</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../intrusive/reference.html#header.boost.intrusive.member_value_traits_hpp" title="Header <boost/intrusive/member_value_traits.hpp>">
<link rel="prev" href="list_member_hook.html" title="Class template list_member_hook">
<link rel="next" href="constant_time_size.html" title="Struct template constant_time_size">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
<td align="center"><a href="../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="list_member_hook.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../intrusive/reference.html#header.boost.intrusive.member_value_traits_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="constant_time_size.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.intrusive.member_value_traits"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template member_value_traits</span></h2>
<p>boost::intrusive::member_value_traits</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../intrusive/reference.html#header.boost.intrusive.member_value_traits_hpp" title="Header <boost/intrusive/member_value_traits.hpp>">boost/intrusive/member_value_traits.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> NodeTraits<span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">NodeTraits</span><span class="special">::</span><span class="identifier">node</span> <span class="identifier">T</span><span class="special">::</span><span class="special">*</span> PtrToMember<span class="special">,</span>
<span class="identifier">link_mode_type</span> LinkMode <span class="special">=</span> <span class="identifier">safe_link</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="member_value_traits.html" title="Struct template member_value_traits">member_value_traits</a> <span class="special">{</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <span class="identifier">NodeTraits</span> <a name="boost.intrusive.member_value_traits.node_traits"></a><span class="identifier">node_traits</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">T</span> <a name="boost.intrusive.member_value_traits.value_type"></a><span class="identifier">value_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">node_traits</span><span class="special">::</span><span class="identifier">node</span> <a name="boost.intrusive.member_value_traits.node"></a><span class="identifier">node</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">node_traits</span><span class="special">::</span><span class="identifier">node_ptr</span> <a name="boost.intrusive.member_value_traits.node_ptr"></a><span class="identifier">node_ptr</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">node_traits</span><span class="special">::</span><span class="identifier">const_node_ptr</span> <a name="boost.intrusive.member_value_traits.const_node_ptr"></a><span class="identifier">const_node_ptr</span><span class="special">;</span>
<span class="keyword">typedef</span> <a class="link" href="pointer_traits.html" title="Struct template pointer_traits">pointer_traits</a><span class="special"><</span> <span class="identifier">node_ptr</span> <span class="special">></span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">rebind_pointer</span><span class="special"><</span> <span class="identifier">T</span> <span class="special">></span><span class="special">::</span><span class="identifier">type</span> <a name="boost.intrusive.member_value_traits.pointer"></a><span class="identifier">pointer</span><span class="special">;</span>
<span class="keyword">typedef</span> <a class="link" href="pointer_traits.html" title="Struct template pointer_traits">pointer_traits</a><span class="special"><</span> <span class="identifier">node_ptr</span> <span class="special">></span><span class="special">::</span><span class="keyword">template</span> <span class="identifier">rebind_pointer</span><span class="special"><</span> <span class="keyword">const</span> <span class="identifier">T</span> <span class="special">></span><span class="special">::</span><span class="identifier">type</span> <a name="boost.intrusive.member_value_traits.const_pointer"></a><span class="identifier">const_pointer</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">value_type</span> <span class="special">&</span> <a name="boost.intrusive.member_value_traits.reference"></a><span class="identifier">reference</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="keyword">const</span> <span class="identifier">value_type</span> <span class="special">&</span> <a name="boost.intrusive.member_value_traits.const_reference"></a><span class="identifier">const_reference</span><span class="special">;</span>
<span class="comment">// <a class="link" href="member_value_traits.html#idp64456032-bb">public static functions</a></span>
<span class="keyword">static</span> <span class="identifier">node_ptr</span> <a class="link" href="member_value_traits.html#idp64456592-bb"><span class="identifier">to_node_ptr</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="identifier">const_node_ptr</span> <a class="link" href="member_value_traits.html#idp64458400-bb"><span class="identifier">to_node_ptr</span></a><span class="special">(</span><span class="identifier">const_reference</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="identifier">pointer</span> <a class="link" href="member_value_traits.html#idp64460208-bb"><span class="identifier">to_value_ptr</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">node_ptr</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="identifier">const_pointer</span> <a class="link" href="member_value_traits.html#idp64462016-bb"><span class="identifier">to_value_ptr</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">const_node_ptr</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// public data members</span>
<span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">link_mode_type</span> <span class="identifier">link_mode</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp291156960"></a><h2>Description</h2>
<p>This value traits template is used to create value traits from user defined node traits where value_traits::value_type will store a node_traits::node </p>
<div class="refsect2">
<a name="idp291157792"></a><h3>
<a name="idp64456032-bb"></a><code class="computeroutput">member_value_traits</code> public static functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">node_ptr</span> <a name="idp64456592-bb"></a><span class="identifier">to_node_ptr</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">const_node_ptr</span> <a name="idp64458400-bb"></a><span class="identifier">to_node_ptr</span><span class="special">(</span><span class="identifier">const_reference</span> value<span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">pointer</span> <a name="idp64460208-bb"></a><span class="identifier">to_value_ptr</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">node_ptr</span> <span class="special">&</span> n<span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">const_pointer</span> <a name="idp64462016-bb"></a><span class="identifier">to_value_ptr</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">const_node_ptr</span> <span class="special">&</span> n<span class="special">)</span><span class="special">;</span></pre></li>
</ol></div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2005 Olaf Krzikalla<br>Copyright © 2006-2013 Ion Gaztanaga<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="list_member_hook.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../intrusive/reference.html#header.boost.intrusive.member_value_traits_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="constant_time_size.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
html css/fonts-master/ofl/martelsans/DESCRIPTION.en_us.html | IvayloKovachev09/SoftUni | <p>
The Martel Sans typeface is designed for typesetting immersive documents.
It may be be used to set long passages of text in languages that are written in the Devanagari script, including Hindi, Marathi, Nepali, Sanskrit, and others.
</p>
<p>
The Martel Devanagari design is a readable typeface whose glyph proportions are inspired by traditional writing and calligraphic styles.
Its high-contrast strokes have a diagonal axis, in keeping with the pen-angle most often used for the Devanagari writing system.
This Sans design is a low contrast design based on the initial Martel Devanagari.
The Latin character set is an original design. Both character sets are the work of Dan Reynolds and Mathieu Réguer.
</p>
<p>
The Martel Sans project is led by Dan Reynolds, a type designer based in Berlin, Germany.
To contribute, see <a href="https://github.com/typeoff/martel_sans">github.com/typeoff/martel_sans</a>
</p>
<p>
<b>Updated November 2015:</b> Internal metadata corrected.
</p> |
docs/functions_type.html | ArbiterLib/Arbiter | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Arbiter: Class Members - Typedefs</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Arbiter
</div>
<div id="projectbrief">Dependency manager library that supports decentralization</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
 <ul>
<li>EdgeMap
: <a class="el" href="struct_arbiter_resolved_dependency_graph.html#a4eab47c99b9241b63a76fa869ca8bc15">ArbiterResolvedDependencyGraph</a>
</li>
<li>Metadata
: <a class="el" href="class_arbiter_1_1_requirement_1_1_unversioned.html#a3778d81deb54f9a6888bfd5ec6d1298e">Arbiter::Requirement::Unversioned</a>
, <a class="el" href="struct_arbiter_selected_version.html#a883198df77e7d43882095daa57e2fb02">ArbiterSelectedVersion</a>
</li>
<li>NodeKey
: <a class="el" href="struct_arbiter_resolved_dependency_graph.html#a91d5eff951f680fa0cc48a983e2982eb">ArbiterResolvedDependencyGraph</a>
</li>
<li>NodeMap
: <a class="el" href="struct_arbiter_resolved_dependency_graph.html#a1865f689fc8a887fc3f0afed09cc2719">ArbiterResolvedDependencyGraph</a>
</li>
<li>PhaseSet
: <a class="el" href="struct_arbiter_resolved_dependency_installer.html#a1d5e28adaa804142905105c66896ace8">ArbiterResolvedDependencyInstaller</a>
</li>
<li>SortedEdgesMap
: <a class="el" href="struct_arbiter_resolved_dependency_installer.html#a17fc38a8e42f3af34e4cd0a190cbfa6f">ArbiterResolvedDependencyInstaller</a>
</li>
<li>Value
: <a class="el" href="struct_arbiter_1_1_optional.html#ac7286ea9106e97c4960a2ab1bf0a30e4">Arbiter::Optional< T ></a>
, <a class="el" href="struct_arbiter_project_identifier.html#a4c25c9af6da917d4e111d17115fd59f5">ArbiterProjectIdentifier</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Sep 26 2016 15:09:08 for Arbiter by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.12
</small></address>
</body>
</html>
|
CC254xPM模块资料/BLE协议栈源码/Documents/GATThtml/d9/d58/structatt_read_multi_rsp__t.html | mingjunyang/bluetoothKeyboard | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>BLE GATT: attReadMultiRsp_t Struct Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<link href="../../doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="../../main.html"><span>Main Page</span></a></li>
<li><a href="../../modules.html"><span>Modules</span></a></li>
<li class="current"><a href="../../annotated.html"><span>Data Structures</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="../../annotated.html"><span>Data Structures</span></a></li>
<li><a href="../../functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-attribs">Data Fields</a> </div>
<div class="headertitle">
<h1>attReadMultiRsp_t Struct Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="attReadMultiRsp_t" -->
<p><code>#include <att.h></code></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8ccac76f35f79d74917e1c5dd6f69fea"></a><!-- doxytag: member="attReadMultiRsp_t::len" ref="a8ccac76f35f79d74917e1c5dd6f69fea" args="" -->
<a class="el" href="../../da/da6/group___h_a_l___t_y_p_e_s.html#gadde6aaee8457bee49c2a92621fe22b79">uint8</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/d58/structatt_read_multi_rsp__t.html#a8ccac76f35f79d74917e1c5dd6f69fea">len</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Length of values. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2ec6f866e72cd44ee86d0a753ab95d23"></a><!-- doxytag: member="attReadMultiRsp_t::values" ref="a2ec6f866e72cd44ee86d0a753ab95d23" args="[ATT_MTU_SIZE-1]" -->
<a class="el" href="../../da/da6/group___h_a_l___t_y_p_e_s.html#gadde6aaee8457bee49c2a92621fe22b79">uint8</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/d58/structatt_read_multi_rsp__t.html#a2ec6f866e72cd44ee86d0a753ab95d23">values</a> [ATT_MTU_SIZE-1]</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Set of two or more values. <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Read Multiple Response format. </p>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>att.h</li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
</body>
</html>
|
docs/api/v2.1.0/en/folktale.concurrency.future._future.maprejected.html | origamitower/folktale |
<!DOCTYPE html>
<html>
<head>
<title>mapRejected</title>
<link rel="stylesheet" href="prism.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="header">
<div class="doc-title"><a href="folktale.html"><span class="doc-title"><span class="product-name">Folktale</span><span class="version">v2.1.0</span></span></a><ul class="navigation"><li class="navigation-item"><a href="https://github.com/origamitower/folktale" title="">GitHub</a></li><li class="navigation-item"><a href="/docs/support/" title="">Support</a></li><li class="navigation-item"><a href="/docs/v2.1.0/contributing/" title="">Contributing</a></li></ul></div>
</div>
<div id="content-wrapper"><div id="content-panel"><h1 class="entity-title">mapRejected</h1><div class="highlight-summary"><div><p>Transforms failure values in a Future without touching its state.</p>
</div></div><div class="deprecation-section"><strong class="deprecation-title">This feature is experimental!</strong><p>This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.</p></div><div class="definition"><h2 class="section-title" id="signature">Signature</h2><div class="signature">value(transformation)</div><div class="type-definition"><div class="type-definition-container"><div class="type-title-container"><strong class="type-title">Type</strong><a class="info" href="/docs/v2.1.0/misc/type-notation/">(what is this?)</a></div><pre class="type"><code class="language-haskell">(Future 'f 's).(('f) => 'f2) => Future 'f2 's</code></pre></div></div></div><h2 class="section-title">Documentation</h2><div class="documentation"><div><p>Transforms failure values in a Future without touching its state.</p>
<h2 id="example-">Example:</h2>
<pre><code>const { of, rejected } = require('folktale/concurrency/future');
of(1).mapRejected(x => x + 1).listen({
onResolved: (x) => $ASSERT(x == 1)
});
rejected(1).mapRejected(x => x + 1).listen({
onRejected: (x) => $ASSERT(x == 2)
});
</code></pre></div></div><div class="members"><h2 class="section-title" id="properties">Properties</h2></div><div class="source-code"><h2 class="section-title" id="source-code">Source Code</h2><div class="source-location">Defined in source/concurrency/future/_future.js at line 24, column 0</div><pre class="source-code"><code class="language-javascript">mapRejected(transformation) {
return this.bimap(transformation, x => x);
}</code></pre></div></div><div id="meta-panel"><div class="meta-section"><div class="meta-field"><strong class="meta-field-title">Stability</strong><div class="meta-field-value">experimental</div></div><div class="meta-field"><strong class="meta-field-title">Licence</strong><div class="meta-field-value">MIT</div></div><div class="meta-field"><strong class="meta-field-title">Module</strong><div class="meta-field-value">folktale/concurrency/future/_future</div></div></div><div class="table-of-contents"><div class="meta-section-title">On This Page</div><ul class="toc-list level-1"><li class="toc-item"><a href="#signature">Signature</a></li><li class="toc-item"><span class="no-anchor">Documentation</span><ul class="toc-list level-2"><li class="toc-item"><a href="#example-" title="Example:"><div><p>Example:</p>
</div></a></li></ul></li><li class="toc-item"><a href="#properties">Properties</a><ul class="toc-list level-2"></ul></li><li class="toc-item"><a href="#source-code">Source Code</a></li></ul></div><div class="meta-section"><strong class="meta-section-title">Authors</strong><div class="meta-field"><strong class="meta-field-title">Copyright</strong><div class="meta-field-value">(c) 2013-2017 Quildreen Motta, and CONTRIBUTORS</div></div><div class="meta-field"><strong class="meta-field-title">Authors</strong><div class="meta-field-value"><ul class="meta-list"><li>Quildreen Motta</li></ul></div></div><div class="meta-field"><strong class="meta-field-title">Maintainers</strong><div class="meta-field-value"><ul class="meta-list"><li>Quildreen Motta <queen@robotlolita.me> (http://robotlolita.me/)</li></ul></div></div></div></div></div>
<script>
void function() {
var xs = document.querySelectorAll('.documentation pre code');
for (var i = 0; i < xs.length; ++i) {
xs[i].className = 'language-javascript code-block';
}
}()
</script>
<script src="prism.js"></script>
</body>
</html> |
chris/hkmc/spec/deviceapis/drive.html | chrisKILee/chrisKILee.github.io | <!DOCTYPE html>
<html>
<head>
<title>The Drive module Specification</title>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
<!--
=== NOTA BENE ===
For the three scripts below, if your spec resides on dev.w3 you can check them
out in the same tree and use relative links so that they'll work offline,
-->
<script src='../js/respec.js' class='remove'></script> <!-- chris/@obigo : http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js -->
<script class='remove'>
var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
specStatus: "WD",
// the specification's short name, as in http://www.w3.org/TR/short-name/ <!-- chris/obigo : http://car.obigo.com:3030/spec/deviceapis/ -->
shortName: "drive",
subtitle : "Drive API",
// if your specification has a subtitle that goes below the main
// formal title, define it here
// subtitle : "an excellent document",
// if you wish the publication date to be other than today, set this
// publishDate:
// if the specification's copyright date is a range of years, specify
// the start date here:
// copyrightStart: "2005",
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
//previousPublishDate: false,
//previousMaturity: false,
// if there a publicly available Editor's Draft, this is the link
edDraftURI: "http://car.obigo.com:3030/spec/deviceapis/drive.html",
// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2009-08-05",
// if you want to have extra CSS, append them to this list
// it is recommended that the respec.css stylesheet be kept
extraCSS: ["../js/respec.css"], // chris@obigo : http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css
// editors, add as many as you like
// only "name" is required
editors: [
{ name: "Chris Lee", url: "",
company: "Obigo", companyURL: "http://www.obigo.com/" },
{ name: "Top An", url: "",
company: "Obigo", companyURL: "http://www.obigo.com/" },
{ name: "BJ Kim", url: "",
company: "Obigo", companyURL: "http://www.obigo.com/" },
{ name: "Sandy Ban", url: "",
company: "Obigo", companyURL: "http://www.obigo.com/" },
],
// authors, add as many as you like.
// This is optional, uncomment if you have authors as well as editors.
// only "name" is required. Same format as editors.
//authors: [
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURL: "http://example.com/" },
//],
// name of the WG
noIDLSorting : "yes", //chris@obigo
wg: "Obigo Automotive Device APIs Working Group",
// URI of the public WG page
//wgURI: "http://example.org/really-cool-wg", //chris@obigo
// name (without the @w3c.org) of the public mailing to which comments are due
//wgPublicList: "automotive", //chris@obigo
// URI of the patent status for this WG, for Rec-track documents
// !!!! IMPORTANT !!!!
// This is important for Rec-track documents, do not copy a patent URI from a random
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
// Team Contact.
wgPatentURI: "http://www.obigo.com",
};
</script>
</head>
<body>
<section id='abstract'>
This specification defines APIs to get the driving information from an automotive device.
</section>
<!-- start -->
<section>
<h1>Summary of Methods</h1>
</section>
<table class='simple'>
<thead>
<tr><th>Interface</th><th>Method</th></tr>
</thead>
<tbody>
<tr>
<td>DriveObject</td>
<td>
</td>
</tr>
<tr>
<td>Drive</td>
<td>
Odometer getOdometer()<br>
float getSpeed()<br>
float getCurrentFuelEconomy()<br>
long watchVehicleSpeed(SpeedSuccessCallback successCallback, ErrorCallback errorCallback)<br>
void clearWatchVehicleSpeed(long watchId)<br>
void setEngineMode(EngineMode mode)<br>
EngineStatus getEngineMode()<br>
</td>
</tr>
<tr>
<td>Odometer</td>
<td>
</td>
</tr>
<tr>
<td>Speed</td>
<td>
</td>
</tr>
<tr>
<td>SpeedSuccessCallback</td>
<td>
void onsuccess(Speed speed)
</td>
</tr>
</tbody>
</table>
<section >
<h1>Introduction</h1>
This API provides the driving information.
</section>
<section>
<h1>Type Definitions</h1>
<section>
<h2>SpeedUnit</h2>
<p>The unit of speed.</p>
<code> enum SpeedUnit { "KMH", "MPH"};</code>
<ul>
<li>KMH: km/h.</li>
<li>MPH: mph.</li>
</ul>
</section>
<section>
<h2>EngineMode</h2>
<p>The mode of a vehicle engine.</p>
<code>enum EngineMode {"STOP", "START" };</code>
<ul>
<li>STOP: Stopping a vehicle engine.</li>
<li>START: Staring a vehicle engine.</li>
</ul>
</section>
<section>
<h2>EngineStatus</h2>
<p>The status of a vehicle engine.</p>
<code>enum EngineStatus { "OFF", "RUNNING" };</code>
<ul>
<li>OFF: The engine off.</li>
<li>RUNNING: The engine running.</li>
</ul>
</section>
</section>
<section>
<h1>Interfaces</h1>
<section>
<h2>DriveObject</h2>
Defines what is instantiated in the motor object.<br>
There will be a motor.drive object that allows accessing the functionality of the drive module.<br>
<dl title='[NoInterfaceObject] interface DriveObject ' class='idl'>
<dt>readonly attribute Drive drive</dt>
<dd></dd>
</dl>
</section>
<section>
<dl title='Motor implements DriveObject' class='idl'>
<dt></dt>
<dd></dd>
</dl>
</section>
<section>
<h2>Drive</h2>
Drive interface.<br>
<dl title='[NoInterfaceObject] interface Drive' class='idl'>
<dt>Odometer getOdometer()</dt>
<dd>Gets an Odometer object.
<dl>
<dt><b>Signature</b></dt><dd>Odometer getOdometer()</dd>
<dt><b>Return value</b></dt><dd>An odometer object.</dd>
<dt><b>
Exceptions</b>
</dt>
<dd>
MotorAPIError:<br>
with error code TYPE_MISMATCH_ERR if any input parameter is not compatible with the expected type for that parameter. <br>
with error code INVALID_VALUES_ERR if the input parameter contains an invalid value.<br>
with error code NOT_SUPPORTED_ERR if this function is not supported.<br>
</dd>
</dl>
<pre class="example">
var odometer = motor.drive.getOdometer();
alert("Total Mileage : " + odometer.totalMileage);
</pre>
</dd>
<dt>float getSpeed() </dt>
<dd>Gets the speed of a vehicle.
<dl>
<dt><b>Signature</b></dt>
<dd>
float getSpeed()
</dd>
<dt><b>Return value</b></dt>
<dd>The speed of a vehicle, which unit is km/h.</dd>
<dt><b>
Exceptions
</b></dt>
<dd>
MotorAPIError:<br>
with error code NOT_SUPPORTED_ERR if this function is not supported.
</dd>
</dl>
<pre class="example">
var speed = motor.drive.getSpeed();
alert("Speed : " + speed);
</pre>
</dd>
<dt>float getCurrentFuelEconomy() </dt>
<dd>Gets the current fuel economy of a vehicle.
<dl>
<dt><b>Signature</b></dt>
<dd>
float getCurrentFuelEconomy()
</dd>
<dt><b>Return value</b></dt>
<dd>The current fuel economy of a vehicle, which unit is km/l.</dd>
<dt><b>
Exceptions
</b></dt>
<dd>
MotorAPIError:<br>
with error code NOT_SUPPORTED_ERR if this function is not supported.
</dd>
</dl>
<pre class="example">
var curFuel = motor.drive.getCurrentFuelEconomy();
alert("Current Fuel Economy : " + curFuel);
</pre>
</dd>
<dt>long watchVehicleSpeed(SpeedSuccessCallback successCallback, optional ErrorCallback errorCallback) </dt>
<dd>Subscribes to receive notifications about the change in speed of a vehicle.
<dl>
<dt><b>Signature</b></dt>
<dd>
long watchVehicleSpeed(SpeedSuccessCallback successCallback, optional ErrorCallback errorCallback)
</dd>
<dt><b>Return value</b></dt>
<dd>
The identifier used to clear the watch subscription.
</dd>
<dt><b>
Exceptions
</b></dt>
<dd>
MotorAPIError:<br>
with error code TYPE_MISMATCH_ERR if any input parameter is not compatible with the expected type for that parameter. <br>
with error code NOT_SUPPORTED_ERR if this function is not supported.<br>
</dd>
</dl>
<pre class="example">
function SuccessCB(speed) {
motor.drive.clearWatchVehicleSpeed(watchSpeed);
alert("Speed : " + speed.speed + "\nUnit : " + speed.unit);
/* watchSpeed is cleared after first call */
}
function ErrorCB(err) {
alert("Error : " + err.message);
}
var watchSpeed = motor.drive.watchVehicleSpeed(SuccessCB, ErrorCB);
</pre>
</dd>
<dt>void clearWatchVehicleSpeed(long watchId)</dt>
<dd>Unsubscribes the watch operation by the watchVehicleSpeed() method.
<dl>
<dt><b>Signature</b></dt>
<dd>
void clearWatchVehicleSpeed(long watchId)
</dd>
<dt><b>
Exceptions
</b></dt>
<dd>
MotorAPIError:<br>
with error code TYPE_MISMATCH_ERR if any input parameter is not compatible with the expected type for that parameter. <br>
with error code INVALID_VALUES_ERR if the input parameter contains an invalid value.<br>
with error code NOT_SUPPORTED_ERR if this function is not supported.<br>
</dd>
</dl>
<pre class="example">
function SuccessCB(speed) {
motor.drive.clearWatchVehicleSpeed(watchSpeed);
alert("Speed : " + speed.speed + "\nUnit : " + speed.unit);
/* watchSpeed is cleared after first call */
}
function ErrorCB(err) {
alert("Error : " + err.message);
}
var watchSpeed = motor.drive.watchVehicleSpeed(SuccessCB, ErrorCB);
</pre>
</dd>
<dt>void setEngineMode(EngineMode mode) </dt>
<dd>Sets the mode of a vehicle engine.
<dl>
<dt><b>Signature</b></dt><dd>void setEngineMode(EngineMode mode)</dd>
<dt><b>Return value</b></dt><dd>none.</dd>
<dt><b>Exceptions</b></dt>
<dd>
MotorAPIError:<br>
with error code TYPE_MISMATCH_ERR if any input parameter is not compatible with the expected type for that parameter. <br>
with error code INVALID_VALUES_ERR if the input parameter contains an invalid value.<br>
with error code NOT_SUPPORTED_ERR if this function is not supported.<br>
</dd>
</dl>
<pre class="example">
motor.drive.setEngineMode("STOP");
/* EngineMode {"STOP", "START" } */
</pre>
</dd>
<dt>EngineStatus getEngineMode() </dt>
<dd>Gets the status of a vehicle engine.
<dl>
<dt><b>Signature</b></dt><dd>EngineStatus getEngineMode()</dd>
<dt><b>Return value</b></dt><dd>The status of a vehicle engine.</dd>
<dt><b>Exceptions</b></dt>
<dd>
MotorAPIError:<br>
with error code UNKNOWN_ERR if an unknown error has occurred in this function.<br>
with error code NOT_SUPPORTED_ERR if this function is not supported.<br>
</dd>
</dl>
<pre class="example">
var engineMode = motor.drive.getEngineMode();
alert("Engine Mode : " + engineMode);
</pre>
</dd>
</dl>
</section>
<section>
<h2>Odometer</h2>
Define the attributes of an odometer.<br>
It is used as the return value of the getOdometer() method.<br>
<dl title='[NoInterfaceObject] interface Odometer ' class='idl'>
<dt>readonly attribute float totalMileage</dt>
<dd>The total mileage of a vehicle, which unit is km.</dd>
</dl>
</section>
<section>
<h2>Speed</h2>
It is used in the successCallback of the watchVehicleSpeed() method.<br>
<dl title='[NoInterfaceObject] interface Speed ' class='idl'>
<dt>readonly attribute int speed</dt>
<dd>The Speed of a vehicle.</dd>
<dt>readonly attribute SpeedUnit unit</dt>
<dd>The unit of speed.</dd>
</dl>
</section>
<section>
<h2>SpeedSuccessCallback</h2>
This callback interface specifies a success callback with a function taking a Speed object as input argument. It is used in asynchronous operations such as watchVehicleSpeed() method.
Methods<br>
<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface SpeedSuccessCallback ' class='idl'>
<dt>void onsuccess(Speed speed)</dt>
<dd>Method invoked when the asynchronous call completes successfully.</dd>
</dl>
</section>
</section>
<section>
<h1>Features</h1>
When the feature<br>
<ul><li>http://hyundai.com/api/drive</li></ul>
or any of the features hierarchically under that feature is successfully requested, the interface Drive is instantiated, and the resulting object appears in the global namespace as motor.drive.
<br>
This is the list of URIs used to declare this API's features, for use in the widget config.xml. For each URL, the list of functions covered is provided.<br>
<br>
<b>http://hyundai.com/api/drive.get</b> <br>
Access to all the feature except the following methods: setEngineMode()<br>
<br>
<b>http://hyundai.com/api/drive.set</b><br>
Access to all the feature except the following methods:<br>
getOdometer(), getSpeed(), getCurrentFuelEconomy(), watchVehicleSpeed(), clearWatchVehicleSpeed(), getEngineMode()<br>
<br>
<b>http://hyundai.com/api/drive</b><br>
Access to all the features in this module<br>
</section>
</body>
</html>
|
views/admin/import_data.html | ptressel/sahana-eden-madpub | {{extend "layout.html"}}
{{try:}}
{{=H2(title)}}
{{except:}}
{{pass}}
Import multiple tables as CSV:{{=DIV( _class="tooltip", _title=T("Import multiple tables as CSV") + "|" + T("This is the way to transfer data between machines as it maintains referential integrity...duplicate data should be removed manually 1st!"))}}
<div class='form-container'>
<form id='multi' action='{{=URL(r=request, f="import_csv_data")}}' method='POST' enctype='multipart/form-data'>
<input type='file' name='multifile'/>
<input id='multisubmit' type='submit' value='Upload'/>
</form>
</div>
<p> </p>
<div class='form-container'>
Selective import:
<form id='poster' action='/eden/module/resource/create?format=representation' method='POST' enctype='multipart/form-data'>
<table>
<tr><td>Module:</td><td>
<select id='module' name='module'>
<option value='org'>Organisation Registry</option>
<option value='pr'>Person Registry</option>
<option value='gis'>Mapping</option>
<option value='cr'>Shelter Registry</option>
<option value='budget'>Budgetting</option>
</select>
</td></tr>
<tr><td>Resource:</td><td>
<select id='resource' name='resource'>
<option value='organisation'>Organisation</option>
<option value='office'>Office</option>
</select>
</td></tr>
<tr><td>Format:</td><td>
<select id='representation' name='representation'>
<option value='csv'>CSV</option>
<option value='json'>JSON</option>
</select>
</td></tr>
<tr id='file'><td>File:</td><td>
<input type='file' name='filename'/>
</td></tr>
<tr id='textarea'><td>Data:</td><td>
<textarea name='data' cols='100'>paste text here...</textarea>
</td></tr>
<tr><td></td><td>
<input id='submit' type='submit' value='Upload'/>
</td></tr>
</table>
</form>
</div>
{{include "admin/resources.js"}}
<!-- Old, deprecated
<p> </p>
<div class='form-container'>
Create an Import Job to process uncategorised third-party CSV data:
{{=import_job_form.custom.begin}}
{{=import_job_form.components[0]}}
{{=import_job_form.custom.end}}
</div>
<div id='results'></div>
-->
<script type="text/javascript">//<![CDATA[
$(function() {
// Hide the textarea
$('#textarea').hide();
// When the Representation changes:
$('#representation').change(function() {
// What is the new representation?
representation=$(this).val();
if (representation=='csv') {
// Hide the textarea
$('#textarea').hide();
// Show the file upload
$('#file').show();
} else if (representation=='json') {
// Hide the file upload
$('#file').hide();
// Show the textarea
$('#textarea').show();
}
})
$('#submit').click(function() {
// Set the Action URL
$('#poster').attr('action','{{=URL3(r=request)}}/'+$('#module').val()+'/'+$('#resource').val()+'/create?format='+$('#representation').val());
return true;
})
});
//]]></script>
|
test/fixture/compress/css3/selectors.part2-11-comments.css | silentroach/csso | /*test*/E:nth-child(/*test*/n/*test*/)/*test*/{/*test*/p/*test*/:/*test*/v/*test*/}/*test*/ |
docs/src/content/common-css/List.html | SerDIDG/MagpieUI | <!DOCTYPE HTML>
<html class="is-adaptive">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Common: List</title>
<link type="text/css" rel="stylesheet" href="../../css/MagpieUI.css">
<script type="text/javascript" src="../../js/MagpieUI.js"></script>
<script type="text/javascript">
cm.onReady(function(){
new Com.Collector()
.addEvent('onConstruct', function(collector, data){
Part.Menu();
Part.Autoresize(data['node']);
})
.construct();
});
</script>
</head>
<body>
<h1 class="pt__box-title">Common: List</h1>
<hr>
<h2>List</h2>
<textarea class="pt__box-code cm-autoresize" readonly>
<ul class="cm__list">
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Quisque consectetur sapien ac nisi bibendum.</li>
<li>Curabitur efficitur sollicitudin ex.
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Quisque consectetur sapien ac nisi bibendum.</li>
<li>Curabitur efficitur sollicitudin ex.</li>
</ul>
</li>
</ul></textarea>
<br>
<ul class="cm__list">
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Quisque consectetur sapien ac nisi bibendum.</li>
<li>Curabitur efficitur sollicitudin ex.
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Quisque consectetur sapien ac nisi bibendum.</li>
<li>Curabitur efficitur sollicitudin ex.</li>
</ul>
</li>
</ul>
<hr>
<h2>List with indent</h2>
<textarea class="pt__box-code cm-autoresize" readonly>
<ul class="cm__list has-indent">
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Quisque consectetur sapien ac nisi bibendum.</li>
<li>Curabitur efficitur sollicitudin ex.</li>
</ul></textarea>
<br>
<ul class="cm__list has-indent">
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Quisque consectetur sapien ac nisi bibendum.</li>
<li>Curabitur efficitur sollicitudin ex.</li>
</ul>
<hr>
<h2>Clear List</h2>
<textarea class="pt__box-code cm-autoresize" readonly>
<ul class="cm__list-clear">
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Quisque consectetur sapien ac nisi bibendum.</li>
<li>Curabitur efficitur sollicitudin ex.</li>
</ul></textarea>
<br>
<ul class="cm__list-clear">
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Quisque consectetur sapien ac nisi bibendum.</li>
<li>Curabitur efficitur sollicitudin ex.</li>
</ul>
<hr>
<h2>Clear Inline List without spaces</h2>
<textarea class="pt__box-code cm-autoresize" readonly>
<ul class="cm__list-clear cm__list-inline">
<li>
<div class="icon large facebook"></div>
</li>
<li>
<div class="icon large twitter"></div>
</li>
<li>
<div class="icon large google"></div>
</li>
</ul></textarea>
<br>
<ul class="cm__list-clear cm__list-inline">
<li>
<div class="icon large facebook"></div>
</li>
<li>
<div class="icon large twitter"></div>
</li>
<li>
<div class="icon large google"></div>
</li>
</ul>
<hr>
<h2>Clear Inline List without spaces with base text styles</h2>
<textarea class="pt__box-code cm-autoresize" readonly>
<ul class="cm__list-clear cm__list-inline--base">
<li>Lorem</li>
<li>Quisque</li>
<li>Curabitur</li>
</ul></textarea>
<br>
<ul class="cm__list-clear cm__list-inline--base">
<li>Lorem</li>
<li>Quisque</li>
<li>Curabitur</li>
</ul>
<hr>
<h2>List like a Table</h2>
<textarea class="pt__box-code cm-autoresize" readonly>
<ul class="cm__list-clear cm__list-table">
<li>Lorem</li>
<li>Quisque</li>
<li>Curabitur</li>
</ul></textarea>
<br>
<ul class="cm__list-clear cm__list-table">
<li>Lorem</li>
<li>Quisque</li>
<li>Curabitur</li>
</ul>
</body>
</html> |
_includes/disqus.html | liangguohuan/dark.github.io | <div id="disqus_thread">
<button type="button" name="{{ site.disqus.shortname }}" class="btn btn-default show-commend">
<i class="fa fa-comment-o fa-lg"></i> <!-- 修改显示评论按钮图标-->
</button>
</div>
|
js/jTag-master/demo/4.html | razors-edge/web_mini_gwac_survey | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'></script>
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/jquery-ui.min.js'></script>
<script type='text/javascript' src='../source/jquery.tag.js'></script>
<link media="screen" rel="stylesheet" href="../css/jquery.tag.css" type="text/css" />
<link media="screen" rel="stylesheet" href="../css/jquery-ui.custom.css" type="text/css" />
</head>
<body>
<h1>jTag plugin Basic demo</h1>
<a href="../index.html">Back to demo list</a>
<p>This demo sets some label so we can use the autocomplete feature<br />
Go ahead and tag "uncle jack"</p>
<div>
<pre>$("#img1").tag({
defaultWidth:200,
defaultHeight:200,
showTag: 'always',
autoComplete: [
'uncle jack',
'baby john'
]
});
</pre>
<img src="img/bettlejuice.jpg" id="img1" />
</div>
<script>
$(document).ready(function(){
$("#img1").tag({
defaultWidth:200,
defaultHeight:200,
showTag: 'always',
autoComplete: [
'uncle jack',
'baby john'
]
});
});
</script>
</body>
</html>
|
indico/modules/events/roles/templates/_roles.html | mvidalgarcia/indico | {% macro render_roles(roles) -%}
{% for role in roles|sort(attribute='code') %}
<tbody id="event-role-{{ role.id }}">
{{ render_role(role) }}
</tbody>
{% else %}
<tr>
<td colspan="4">
{% trans %}There are no roles defined yet.{% endtrans %}
</td>
</tr>
{% endfor %}
{%- endmacro %}
{% macro render_role(role, collapsed=true) -%}
<tr>
<td class="badge-column toggle-members">
<span class="i-tag outline role-badge" style="{{ role.css }};">
{{- role.code -}}
</span>
</td>
<td class="role-title toggle-members">{{ role.name }}</td>
<td class="role-members-summary toggle-members">
{% if role.members %}
<span class="icon-users i-label text-color outline highlight">
{%- trans count=role.members|length -%}
1 person
{%- pluralize -%}
{{ count }} people
{%- endtrans -%}
</span>
{% else %}
<span class="icon-users i-label text-color outline dashed">
{% trans %}Unassigned{% endtrans %}
</span>
{% endif %}
</td>
<td class="action-column">
<div class="thin toolbar right entry-action-buttons">
<div class="group">
<button class="icon-mail i-button text-color borderless"
data-href="{{ url_for('persons.email_event_persons', role.event) }}"
data-title="{% trans %}Send email{% endtrans %}"
data-method="POST"
data-params="{{ dict(role_id=role.id) | tojson | forceescape }}"
data-ajax-dialog></button>
<button class="icon-edit i-button text-color borderless"
data-href="{{ url_for('.edit_role', role) }}"
data-title="{% trans %}Edit role{% endtrans %}"
data-update="#event-role-{{ role.id }}"
data-ajax-dialog></button>
<button class="icon-remove i-button text-color borderless danger"
data-href="{{ url_for('.delete_role', role) }}"
data-method="DELETE"
data-title="{% trans name=role.name %}Delete role '{{ name }}'{% endtrans %}"
data-confirm="{% trans %}Are you sure you want to permanently delete this role?{% endtrans %}"
data-update="#event-roles"
data-ajax></button>
</div>
</div>
</td>
</tr>
<tr class="role-list-row">
<td colspan="4">
<div class="content-area slide {{ 'close' if collapsed else 'open' }}">
{% if role.members %}
<ul class="role-list">
{% for user in role.members|sort(attribute='display_full_name') %}
<li class="i-tag outline highlight icon-user">
{{ user.display_full_name }}
<button class="icon-cross i-button borderless text-color danger"
data-href="{{ url_for('.remove_member', role, user) }}"
data-method="DELETE"
data-update="#event-role-{{ role.id }}"
data-ajax></button>
</li>
{% endfor %}
</ul>
{% else %}
<div class="empty">{% trans %}There are no members yet.{% endtrans %}</div>
{% endif %}
<div class="toolbar f-j-end">
<button class="i-button highlight text-color icon-plus js-add-members"
data-href="{{ url_for('.add_members', role) }}"
data-method="POST"
data-update="#event-role-{{ role.id }}">{% trans %}Add user{% endtrans %}
</button>
</div>
</div>
</td>
</tr>
{%- endmacro %}
|
web-spikes/tabs/contacts/contacts.html | wpannell/ibm-singapore-garage-dev-bootcamp | <md-content class = "contacts md-padding"
layout = "row"
layout-wrap = ""
layout-align = "start"
layout-xs = "column"
ng-cloak>
<div flex = "50" flex-xs = "100" layout = "column">
<md-card>
<md-card-title>
<md-card-title-text>
<span class = "contacts-title md-display-2">Contacts</span>
</md-card-title-text>
</md-card-title>
<md-card-content flex layout-padding>
<md-list class="md-headline">
<md-list-item class="md-2-line">
<p class = "description">
Integer turpis erat, porttitor vitae mi faucibus, laoreet interdum
tellus. Curabitur posuere molestie dictum. Morbi eget congue risus, quis
rhoncus quam. Suspendisse vitae hendrerit erat, at posuere mi. Cras eu
fermentum nunc. Sed id ante eu orci commodo volutpat non ac est.
Praesent ligula diam, congue eu enim scelerisque, finibus commodo
lectus.
</p>
</md-list-item>
</md-list>
</md-card-content>
<md-card-footer>
<md-card-actions layout = "row" layout-align = "end center">
<md-button class = "md-icon-button"
aria-label = "Favorite"
ng-click = "drilldown()">
<md-icon class = "material-icons">get_app</md-icon>
</md-button>
</md-card-actions>
</md-card-footer>
</md-card>
</div>
</md-content>
|
doc/search/GeneralG.html | vne/sortjs | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
<!-- Generated by Natural Docs, version 1.52 -->
<!-- http://www.naturaldocs.org -->
<!-- saved from url=(0026)http://www.naturaldocs.org -->
<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_getObjectSorter><div class=IEntry><a href="../files/sort-js.html#getObjectSorter" target=_parent class=ISymbol>getObjectSorter</a></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults", "HTML");
searchResults.Search();
--></script></div><script language=JavaScript><!--
if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html> |
index.html | delicioustaco13/delicioustaco13.github.io | <!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>A Pen by Peter Lopez</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<canvas id="myCanvas" style="position : fixed;" > </canvas>
<h1><p style="color:white">My Assignment Page</h1>
<hr>
<h2><p style="color:red">Assignment #1: </h2>
<details>
<summary>Use canvas to draw a picture in JavaScript</summary>
<ul style="list-style-type:disc">
<li>
<p data-height="268" data-theme-id="0" data-slug-hash="mPdVEm" data-default-tab="result" data-user="delicioustaco13" class='codepen'>See the Pen <a href='http://codepen.io/delicioustaco13/pen/mPdVEm'>obeRdQ</a> by moses (<a href='http://codepen.io/delicioustaco13/'>@delicioustaco13</a>) on <a href='http://codepen.io'>CodePen</a>.</p>
<script async src="//assets.codepen.io/assets/embed/ei.js"></script>
</li>
</ul>
</details>
<h2><p style="color:red">Assignment #2:</h2>
<details>
<summary>Use canvas to animate in JavaScript</summary>
<ul style="list-style-type:disc">
<li>
<p data-height="268" data-theme-id="0" data-slug-hash="PZRGbP" data-default-tab="result" data-user="delicioustaco13" class='codepen'>See the Pen <a href='http://codepen.io/delicioustaco13/pen/PZRGbP'>zrEwXj</a> by moses (<a href='http://codepen.io/delicioustaco13/'>@delicioustaco13</a>) on <a href='http://codepen.io'>CodePen</a>.</p>
<script async src="//assets.codepen.io/assets/embed/ei.js"></script>
</li>
</ul>
</details>
<h2><p style="color:red">Assignment #3:</h2>
<details>
<summary>Make a webpage to explain a command in HTML, CSS, or JavaScript.</summary>
<ul style="list-style-type:disc">
<li>
<p data-height="268" data-theme-id="0" data-slug-hash="XXxMLN" data-default-tab="result" data-user="delicioustaco13" class='codepen'>See the Pen <a href='http://codepen.io/delicioustaco13/pen/XXxMLN'>HTML WEBPAGE</a> by moses (<a href='http://codepen.io/delicioustaco13/'>@delicioustaco13</a>) on <a href='http://codepen.io'>CodePen</a>.</p>
<script async src="//assets.codepen.io/assets/embed/ei.js"></script>
</li>
</ul>
</div>
</details>
</details>
<h2><p style="color:red">Assignment #4:</h2>
<details>
<summary>Build a webpage: free choice</summary>
<ul style="list-style-type:disc">
<li>
<p data-height="268" data-theme-id="0" data-slug-hash="eJQXqP" data-default-tab="result" data-user="delicioustaco13" class='codepen'>See the Pen <a href='http://codepen.io/delicioustaco13/pen/eJQXqP'>WEBPAGE</a> by delicioustaco13 (<a href='http://codepen.io/delicioustaco13'>@delicioustaco13</a>) on <a href='http://codepen.io/delicioustaco13'>CodePen</a>.</p>
<script async src="//assets.codepen.io/assets/embed/ei.js"></script>
</li>
</ul>
</details>
</details>
<h2><p style="color:red">Assignment #5:</h2>
<details>
<summary>Build a front page for your projects</summary>
<ul style="list-style-type:disc">
<li>
<p data-height="268" data-theme-id="0" data-slug-hash="GoaPWz" data-default-tab="result" data-user="delicioustaco13" class='codepen'>See the Pen <a href='http://codepen.io/delicioustaco13/pen/GoaPWz'>Final Assignment</a> by moses (<a href='http://codepen.io/delicioustaco13/'>@delicioustaco13</a>) on <a href='http://codepen.io'>CodePen</a>.</p>
<script async src="//assets.codepen.io/assets/embed/ei.js"></script>
</li>
</ul>
</details>
<br>
</body>
</html>
|
ajax/libs/britecharts/3.0.0-alpha-5.2/css/common/common.css | cdnjs/cdnjs | .vertical-grid-line,
.horizontal-grid-line {
fill: none;
shape-rendering: crispEdges;
stroke: #eff2f5;
stroke-dasharray: 4, 4;
stroke-width: 1; }
.horizontal-grid-line--highlighted {
stroke: #45494e;
stroke-dasharray: 2, 2; }
.extended-y-line,
.extended-x-line {
fill: none;
shape-rendering: crispEdges;
stroke: #d2d6df;
stroke-width: 1; }
.tick line {
fill: none;
shape-rendering: crispEdges;
stroke: #adb0b6;
stroke-width: 1; }
.tick text {
fill: #666a73;
font-size: 10px;
padding: 12px; }
.y-axis-label,
.x-axis-label {
fill: #adb0b6;
font-size: 12px; }
.britechart-tooltip {
font-size: 12px; }
.britechart-mini-tooltip {
font-size: 16px; }
.vertical-marker-container .vertical-marker {
fill: none;
stroke: #d2d6df;
stroke-width: 1; }
.vertical-marker-container .data-point-highlighter {
fill: #fff;
stroke-width: 2; }
.tooltip-background {
fill: rgba(255, 255, 255, 0.9);
stroke: #d2d6df;
stroke-width: 1; }
.britechart-legend .legend-entry {
font-size: 12px; }
.britechart-legend .legend-entry-name,
.britechart-legend .legend-entry-value,
.britechart-legend .legend-circle {
font-size: 1em !important;
letter-spacing: 0.5px; }
.britechart-legend .legend-entry-value {
letter-spacing: 0.8px;
text-anchor: end; }
.britechart-legend.is-faded .legend-entry-name,
.britechart-legend.is-faded .legend-entry-value,
.britechart-legend.is-faded .legend-circle {
opacity: 0.97;
transition: opacity 0.2s ease-out; }
|
webserver/public/index.html | Seg-Faults/gcmt_viewer | <!DOCTYPE html>
<html>
<head>
<title>GCMT Viewer</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css" />
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'></script>
<script type='text/javascript' src='http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js'></script>
<script type='text/javascript' src='https://api.tiles.mapbox.com/mapbox.js/v2.3.0/mapbox.js'></script>
</head>
<body>
<div id="map" style="position:absolute; top:0; bottom:0; width:100%;"></div>
<script type='text/javascript' src='scripts/main.js'></script>
</body>
</html>
|
www/css/estilos.css | kiviev/relojCambianteapp | *{
margin: 0;
padding: 0;
}
body{
background: rgba(230,230,230,0.7);
font-family: 'Kavoon', impact , verdana;
font-size: 20px;
}
footer{
background: rgba(100,100,100,0.9);
width: 100%;
position: fixed;
bottom: 0;
text-align: center;
}
footer a{
text-decoration: none;
color: orange;
-ms-transition: all 0.15s ease-in;
-moz-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
-o-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
}
footer a:hover{
color: #eee;
-ms-transition: all 0.15s ease-in;
-moz-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
-o-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
transition: all 0.3s ease-in;
}
.sombra{
width: 100%;
height: 100%;
background: black;
opacity: 0.8;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: background 0.1s ease-in;
-webkit-transition: background 0.1s ease-in;
-moz-transition: background 0.1s ease-in;
-o-transition: background 0.1s ease-in;
-ms-transition: background 0.1s ease-in;
display: none;
}
h1{
}
.reloj{
max-width: 90%;
text-align: center;
display: inline-block;
}
.reloj h1{
}
.fecha{
float: right;
font-size: 2em;
margin: 2em 1em;
color:#333;
text-shadow: 0px 2px 3px #fff;
}
.bajorrelieve {
color:#fff;
text-shadow: 0px 2px 3px #333;
}
::-moz-selection {
background-color: #e833fd;
color: #fff;
}
::selection {
background-color: #e833fd;
color: #fff;
}
/*******************************************************
media queries
*******************************************************/
@media screen and ( max-width: 767px){
h1{
font-size: 4em;
}
.fecha{
margin: 1em 1em;
font-size: 1em;
}
footer{
font-size: 0.3em;
}
}
@media screen and (min-width: 767px) and ( max-width: 1023px){
h1{
font-size: 5em;
}
.fecha{
margin: 1em 1em;
font-size: 1.5em;
}
}
@media screen and (min-width: 1024px) and ( max-width: 1279px){
h1{
font-size: 6em;
}
}
@media screen and (min-width: 1280px) and ( max-width: 1850px){
h1{
font-size: 7em;
}
}
@media screen and (min-width: 1851px) {
h1{
font-size: 9em;
}
} |
Gallery/directed/lion_share.html | ellson/graphviz-web-static | <HTML>
<HEAD>
<TITLE> Graphviz Example: lion_share </TITLE>
</HEAD>
<body background="/backgrounds/back8.gif">
<table>
<tr>
<th>
<FONT SIZE=+1 COLOR="#FF0000">
lion_share
</FONT>
</th>
</tr>
<tr>
<td align=LEFT colspan=2>
<BLOCKQUOTE>
"A few people in the field of genetics are using dot to draw "marriage node diagram" pedigree drawings. Here is one I have done of a test pedigree from the FTREE pedigree drawing package (Lion Share was a racehorse)." Contributed by David Duffy.
</BLOCKQUOTE>
<P>
</td>
</tr>
<tr>
<td>
<A HREF="lion_share.gv.txt">
<IMG SRC="lion_share.png">
</A><BR>
<I>Click on the picture to view the .gv file</I>
</td>
</tr>
</table>
<P>
[<a href="lion_share.svg">SVG</a>]
[ Back to Graphviz:
<A HREF="../../" TARGET="_top"> Home Page</A>
|
<A HREF="../../Gallery.php" TARGET="_top"> Gallery</A>
]
<P>
<font size="1">
Copyright © 1996-2004 AT&T. All rights reserved.
</font>
</BODY>
</HTML>
|
extensions/ui/org.eclipse.smarthome.ui.paperui/web/partials/control.html | sjka/smarthome.paperui | <section id="main" class="control">
<div class="header-toolbar">
<md-button class="md-icon-refresh" ng-click="refresh()"
aria-label="Refresh"></md-button>
</div>
<md-tabs md-stretch-tabs="always" class="section-tabs"
md-selected="selectedTabIndex"> <md-tab
ng-repeat="tab in tabs" label="{{tab.label}}" /></md-tabs>
<div class="container">
<p class="text-center" ng-show="tabs.length == 0">
No groups defined yet.
<button class="md-button"
ng-click="navigateFromRoot('configuration/groups')">Add
Group</button>
</p>
<p class="text-center"
ng-show="getItem(tabs[selectedTabIndex].name).members.length == 0">
Group is empty.
<button class="md-button" ng-click="navigateFromRoot('setup/wizard')">Add
Thing</button>
</p>
<div ng-controller="ControlController" class="items row"
md-swipe-left="next()" md-swipe-right="prev()">
<div class="col-lg-4 col-sm-6 col-xs-12 item-wrapper"
ng-repeat="groupMemberItem in getItem(tabs[selectedTabIndex].name).members">
<div class="card item {{groupMemberItem.type}}"
data-item-name="{{groupMemberItem.name}}">
<div class="ibadge">
<span class="icon-x">
</div>
<div class="clabel" ng-if="groupMemberItem.type === 'GroupItem'">
<h3>{{groupMemberItem.label}}</h3>
</div>
<div class="" ng-repeat="item in groupMemberItem.members"
ng-if="groupMemberItem.type === 'GroupItem'">
<div ng-include="'partials/include.itemcontrol.html'"></div>
<hr ng-if="!$last" />
</div>
<div ng-init="item = groupMemberItem"
ng-if="groupMemberItem.type !== 'GroupItem'">
<div ng-include="'partials/include.itemcontrol.html'"></div>
</div>
</div>
</div>
</div>
</div>
</section> |
docs/javadoc/com/variamos/hlcl/core/DomainParser.html | SPLA/VARIAMOS | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Oct 01 20:37:43 COT 2017 -->
<title>DomainParser (com.variamos.hlcl 1.0-SNAPSHOT API)</title>
<meta name="date" content="2017-10-01">
<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="DomainParser (com.variamos.hlcl 1.0-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../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>Prev Class</li>
<li><a href="../../../../com/variamos/hlcl/core/HlclProgram.html" title="class in com.variamos.hlcl.core"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/variamos/hlcl/core/DomainParser.html" target="_top">Frames</a></li>
<li><a href="DomainParser.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.variamos.hlcl.core</div>
<h2 title="Class DomainParser" class="title">Class DomainParser</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.variamos.hlcl.core.DomainParser</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">DomainParser</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/variamos/hlcl/core/DomainParser.html#DomainParser--">DomainParser</a></span>()</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static <a href="../../../../com/variamos/hlcl/model/domains/IntDomain.html" title="interface in com.variamos.hlcl.model.domains">IntDomain</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/variamos/hlcl/core/DomainParser.html#parseDomain-java.lang.String-int-">parseDomain</a></span>(java.lang.String str,
int precision)</code> </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="DomainParser--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DomainParser</h4>
<pre>public DomainParser()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="parseDomain-java.lang.String-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>parseDomain</h4>
<pre>public static <a href="../../../../com/variamos/hlcl/model/domains/IntDomain.html" title="interface in com.variamos.hlcl.model.domains">IntDomain</a> parseDomain(java.lang.String str,
int precision)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="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 Class</li>
<li><a href="../../../../com/variamos/hlcl/core/HlclProgram.html" title="class in com.variamos.hlcl.core"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/variamos/hlcl/core/DomainParser.html" target="_top">Frames</a></li>
<li><a href="DomainParser.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>
|
test/manual/jsRestClientBundle/Resources/public/css/proto.css | ezsystems/ez-js-rest-client | html {
font-family: Arial;
}
input {
width: 400px;
}
button {
background: #fef5c3;
border-radius: 3px;
cursor: pointer;
font-size: 16px;
padding: 3px;
margin-top: 10px;
margin-bottom: 10px;
}
button:hover {
background: #ffff75;
}
.header {
background: #c1fff8;
height: 50px;
padding: 10px;
}
.sidebar {
padding: 10px;
background: #f6f4f5;
min-height: 200px;
list-style-type:none;
}
.sidebar li {
background: #fef5c3;
padding: 10px;
font-size: 16px;
border-bottom: 1px solid #000000;
}
.sidebar li.level-1 {
padding-left: 50px;
}
.sidebar li:hover {
background: #ffff75;
cursor: pointer;
}
.sidebar li span, button span {
margin-right: 5px;
position: relative;
top:2px;
}
.ajax-loader {
width: 16px;
height: 16px;
float: right;
display: none;
background: url(/bundles/jsrestclient/img/ajax-loader.gif);
}
.content {
background: #f8f8ff;
min-height: 200px;
position: fixed;
top: 0px;
max-width: 50%;
min-width: 50%;
}
.content-inner {
padding: 20px;
}
.content strong {
font-weight: bolder;
}
#output {
word-wrap: break-word;
}
|
stanford-postagger/stanford-postagger-3.2.0/stanford-postagger-3.2.0-javadoc/src/edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.html | jaimeguzman/data_mining | <!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_33) on Thu Jun 20 16:28:59 PDT 2013 -->
<TITLE>
QNMinimizer.eLineSearch (Stanford JavaNLP API)
</TITLE>
<META NAME="date" CONTENT="2013-06-20">
<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="QNMinimizer.eLineSearch (Stanford JavaNLP 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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</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">
<A HREF="../../../../edu/stanford/nlp/optimization/QNMinimizer.html" title="class in edu.stanford.nlp.optimization"><B>PREV CLASS</B></A>
<A HREF="../../../../edu/stanford/nlp/optimization/QNMinimizer.eScaling.html" title="enum in edu.stanford.nlp.optimization"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.html" target="_top"><B>FRAMES</B></A>
<A HREF="QNMinimizer.eLineSearch.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">
edu.stanford.nlp.optimization</FONT>
<BR>
Enum QNMinimizer.eLineSearch</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum<<A HREF="../../../../edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.html" title="enum in edu.stanford.nlp.optimization">QNMinimizer.eLineSearch</A>>
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>edu.stanford.nlp.optimization.QNMinimizer.eLineSearch</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable<<A HREF="../../../../edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.html" title="enum in edu.stanford.nlp.optimization">QNMinimizer.eLineSearch</A>></DD>
</DL>
<DL>
<DT><B>Enclosing class:</B><DD><A HREF="../../../../edu/stanford/nlp/optimization/QNMinimizer.html" title="class in edu.stanford.nlp.optimization">QNMinimizer</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public static enum <B>QNMinimizer.eLineSearch</B><DT>extends java.lang.Enum<<A HREF="../../../../edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.html" title="enum in edu.stanford.nlp.optimization">QNMinimizer.eLineSearch</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="../../../../edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.html#BACKTRACK">BACKTRACK</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.html#MINPACK">MINPACK</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="../../../../edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.html" title="enum in edu.stanford.nlp.optimization">QNMinimizer.eLineSearch</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.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="../../../../edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.html" title="enum in edu.stanford.nlp.optimization">QNMinimizer.eLineSearch</A>[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.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="BACKTRACK"><!-- --></A><H3>
BACKTRACK</H3>
<PRE>
public static final <A HREF="../../../../edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.html" title="enum in edu.stanford.nlp.optimization">QNMinimizer.eLineSearch</A> <B>BACKTRACK</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="MINPACK"><!-- --></A><H3>
MINPACK</H3>
<PRE>
public static final <A HREF="../../../../edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.html" title="enum in edu.stanford.nlp.optimization">QNMinimizer.eLineSearch</A> <B>MINPACK</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="../../../../edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.html" title="enum in edu.stanford.nlp.optimization">QNMinimizer.eLineSearch</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 (QNMinimizer.eLineSearch c : QNMinimizer.eLineSearch.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="../../../../edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.html" title="enum in edu.stanford.nlp.optimization">QNMinimizer.eLineSearch</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="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../edu/stanford/nlp/optimization/QNMinimizer.html" title="class in edu.stanford.nlp.optimization"><B>PREV CLASS</B></A>
<A HREF="../../../../edu/stanford/nlp/optimization/QNMinimizer.eScaling.html" title="enum in edu.stanford.nlp.optimization"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?edu/stanford/nlp/optimization/QNMinimizer.eLineSearch.html" target="_top"><B>FRAMES</B></A>
<A HREF="QNMinimizer.eLineSearch.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>
<FONT SIZE=2><A HREF="http://nlp.stanford.edu">Stanford NLP Group</A></FONT>
</BODY>
</HTML>
|
wp-content/plugins/shiftnav-responsive-mobile-menu/trunk/admin/assets/admin.menu.css | tobykay/academy | #wpfooter{
padding-bottom:40px;
}
body.shiftnav-settings-panel-is-open #wpwrap{
padding-bottom:500px;
}
.shiftnav-settings-toggle{
font-size:10px;
position:absolute;
margin-top:-2px;
padding:3px 6px;
margin-left:8px;
background:#444;
color:#eee;
border-left:2px solid #35AC6A;
cursor:pointer;
opacity:0;
visibility:hidden;
transition: opacity .5s ease;
}
.menu-item:hover .shiftnav-settings-toggle{
opacity:1;
visibility:visible;
}
.shiftnav-unsaved .shiftnav-settings-toggle{
opacity:1;
visibility:visible;
}
.shiftnav-unsaved-alert{
display:none;
margin-left:4px;
color: #FAC92C;
}
.shiftnav-unsaved .shiftnav-unsaved-alert{
display:inline;
}
.shiftnav-unsaved-alert-message{
max-width:0;
overflow:hidden;
visibility:hidden;
opacity:0;
-webkit-transition:all .2s ease-in;
transition:all .2s ease-in;
position:absolute;
background:#FAC92C;
color:#f9f9f9;
text-shadow:0px 0px 1px rgba(0,0,0,.3);
left:100%;
padding:3px 5px;
display:inline-block;
top:0;
}
.shiftnav-unsaved:hover .shiftnav-unsaved-alert-message{
max-width:100px;
visibility:visible;
opacity:1;
}
/* Wrapper */
.shiftnav-menu-item-settings-wrapper,
.shiftnav-menu-item-settings-wrapper *,
.shiftnav-js-check,
.shiftnav-js-check *{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
}
.shiftnav-menu-item-settings-wrapper{
position:relative;
background:#191919;
height:0px;
width:100%;
overflow:hidden;
position:fixed;
bottom:0;
left:0;
z-index:100;
transition:all .5s ease;
box-shadow:0 0 10px #111;
}
.shiftnav-menu-item-settings-open{
width:100%;
height:600px;
max-height:60%;
overflow-x:hidden;
overflow-y:auto;
border-top:2px solid #35AC6A;
}
/* Topper */
.shiftnav-menu-item-settings-topper{
padding:15px 20px;
font-size:12px;
}
.shiftnav-up-link{
color:#fff;
background:#35AC6A;
font-size:10px;
font-weight:bold;
text-transform: uppercase;
text-decoration: none;
padding:2px 6px;
display:inline-block;
margin-left:5px;
}
.shiftnav-up-link:hover{
color:#fff;
background:#248A48;
}
/* Info Panel */
.shiftnav-menu-item-panel{
}
.shiftnav-menu-item-panel-info{
width:240px;
min-height:200px;
color:#eee;
float:left;
}
.shiftnav-menu-item-stats{
padding:0 20px 20px 20px;
}
.shiftnav-menu-item-title{
font-size:22px;
font-weight:normal;
padding:10px 0;
line-height:26px;
}
.shiftnav-menu-item-id,
.shiftnav-menu-item-type{
float:left;
padding:5px 10px;
background:#333;
color:#ccc;
margin-right:5px;
}
.shiftnav-menu-item-id{
font-family:monospace;
}
.shiftnav-menu-item-id a{
text-decoration:none;
color:inherit;
}
.shiftnav-menu-item-type{
text-transform:uppercase;
font-size:10px;
}
.shiftnav-menu-item-tabs{
margin-top:20px;
list-style:none;
clear:both;
}
/* Settings Panel */
.shiftnav-menu-item-panel-settings{
margin-left:240px;
border-left:1px solid #111;
}
.shiftnav-menu-item-tab{
display:block;
margin:0;
}
.shiftnav-menu-item-tab a{
position: relative;
text-decoration: none;
color:#eee;
text-align:right;
display:block;
padding:10px;
background:#333;
border-bottom:1px solid #222;
border-top:1px solid #444;
}
.shiftnav-menu-item-tab a:hover,
.shiftnav-menu-item-tab a.shiftnav-menu-item-tab-current{
background:#35AC6A;
}
.shiftnav-menu-item-tab a.shiftnav-menu-item-tab-current:after{
content:"";
border:6px solid transparent;
border-right-width:0;
border-left-color:#35AC6A;
position:absolute;
left:100%;
top:50%;
margin-top:-6px;
}
.shiftnav-menu-item-tab-content{
position:relative;
z-index:10;
}
.shiftnav-menu-item-setting{
padding:10px 30px 10px 30px;
float:left;
width:100%;
}
.shiftnav-menu-item-setting:nth-child(2n+1){
background:#161616;
}
.shiftnav-menu-item-setting-label{
float:left;
display:block;
width:200px;
color:#d9d9d9;
padding:10px 0;
}
.shiftnav-menu-item-setting-input-wrap{
/*margin-left:120px;*/
float:left;
max-width:400px;
padding:10px 0;
}
.shiftnav-menu-item-setting-description{
display:block;
padding:10px 0;
color:#aaa;
}
/* Saving */
.shiftnav-menu-item-save-button-wrapper{
/*
position:fixed;
z-index:100;
top:auto;
margin-top:-52px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
*/
right:0px;
vertical-align:top;
position:absolute;
top:0px;
margin-top:0;
}
.shiftnav-menu-item-status{
float:right;
padding:10px 10px;
color:white;
height:40px;
}
.shiftnav-status-message{
max-width:0;
overflow:hidden;
visibility: hidden;
display:block;
float:left;
transition:max-width .5s ease;
}
.shiftnav-menu-item-status:hover{
height:auto;
}
.shiftnav-menu-item-status:hover .shiftnav-status-message{
max-width:300px;
visibility: visible;
}
.shiftnav-status-message textarea{
width:100%;
font-size:11px;
background:rgba(255,255,255,.3);
font-family:monospace;
height:200px;
margin:10px 0;
border:none;
}
.shiftnav-menu-item-status i{
display:none;
padding:3px 10px;
float:left;
/*position:relative;
width:33px;
height:19px;*/
}
.shiftnav-menu-item-status-success{
background:#1E884D;
}
.shiftnav-menu-item-status-working{
background:#7773D1;
}
.shiftnav-menu-item-status-warning{
background: #FAC92C;
color:#AF400C;
}
.shiftnav-menu-item-status-error{
background:#C50B0B;
}
.shiftnav-menu-item-status-save i.shiftnav-status-save,
.shiftnav-menu-item-status-success i.shiftnav-status-success,
.shiftnav-menu-item-status-working i.shiftnav-status-working,
.shiftnav-menu-item-status-warning i.shiftnav-status-warning,
.shiftnav-menu-item-status-error i.shiftnav-status-error{
display:inline-block;
}
.shiftnav-menu-item-status i.shiftnav-status-working{
-webkit-animation:spin 2s infinite;
}
@-moz-keyframes spin {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}
.shiftnav-menu-item-save-button{
height:40px;
padding:10px 20px;
background:#35AC6A;
color:#eee;
font-weight:normal;
border:none;
cursor: pointer;
float:right;
display:block;
margin:0;
}
.shiftnav-menu-item-save-button:hover{
background:#248A48;
}
.shiftnav-menu-item-settings-close{
float:right;
display:block;
height:40px;
padding:10px 20px;
color:#ddd;
cursor:pointer;
}
.shiftnav-menu-item-settings-close:hover{
color:tomato;
}
.shift-clearfix:after {
content: "";
display: table;
clear: both;
}
.shiftnav-icon-settings-wrap{
position:relative;
}
.shiftnav-menu-item-setting-icon select{
float:left;
clear:both;
display:none;
}
.shiftnav-icon-selected{
color:#eee;
float:left;
width:100px;
font-size:20px;
padding:20px 0;
background:#333;
height:70px;
width:70px;
text-align:center;
margin-right:20px;
cursor:pointer;
position:relative;
border-bottom:2px solid #35AC6A;
}
.shiftnav-icon-selected:hover{
background:#444;
}
.shiftnav-icon-set-icon{
font-size:10px;
text-align:center;
text-transform: uppercase;
position:absolute;
bottom:5px;
left:0;
width:100%;
}
.shiftnav-icons{
display:none;
background:#eee;
padding:10px;
width:420px;
font-size:14px;
position:absolute;
left:75px;
border-bottom:2px solid #333;
}
.shiftnav-icon-wrap{
padding:10px;
display:block;
float:left;
cursor:pointer;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
width:35px;
text-align:center;
}
.shiftnav-icon-wrap:hover{
background:#ccc;
}
.shiftnav-icon-wrap.shiftnav-remove-icon{
width:auto;
float:right;
}
.shiftnav-icons-search{
border:none;
width:100%;
display:block;
background:none;
padding:10px;
}
@media only screen and (min-width:1140px){
.shiftnav-icons{ width:580px; }
}
@media only screen and (min-width:1400px){
.shiftnav-icons{ width:800px; }
}
@media only screen and (min-width:1700px){
.shiftnav-icons{ width:1080px; }
}
@media only screen and (max-width:767px){
.shiftnav-menu-item-panel-info{
float:none;
width:100%;
min-height:0;
}
.shiftnav-menu-item-title{
float:left;
}
.shiftnav-menu-item-id,
.shiftnav-menu-item-type{
margin:10px 0 0 10px;
}
.shiftnav-menu-item-tabs{
margin:0;
}
.shiftnav-menu-item-tabs li{
float:left;
}
.shiftnav-menu-item-tab a.shiftnav-menu-item-tab-current:after{
border:6px solid transparent;
border-top-color:#35AC6A;
position:absolute;
left:50%;
top:auto;
bottom:-12px;
margin-left:-6px;
}
.shiftnav-menu-item-panel-settings{
float:none;
width:100%;
clear:both;
margin-left:0;
border-left:none;
}
.shiftnav-icons{
left:0;
top:75px;
width:200px;
}
}
.shiftnav-js-check{
position:fixed;
bottom:0;
right:0;
z-index:500;
}
.shiftnav-js-check-peek{
background:#35AC6A;
color:#fff;
font-weight:bold;
padding:20px;
float:right;
}
.shiftnav-js-check-details{
height:0;
visibility:hidden;
overflow:hidden;
float:left;
clear:both;
background:#222;
color:#eee;
width:500px;
max-width:100%;
transition:height .2s ease;
}
.shiftnav-js-check-details p{
padding:20px;
}
.shiftnav-js-check:hover .shiftnav-js-check-details{
height:140px;
visibility:visible;
}
.shiftnav-upgrade-link{
color:#666;
}
.shiftnav-upgrade-link:hover{
color:#35AC6A;
} |
lib/jsjac/doc/overview-JSJaCCookie.js.html | axigen/axi-jwchat | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
JSJaCCookie.js
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title=" JSJaCCookie.js";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">
<H3 class="FrameHeadingFont"><B></B></H3>
<FONT size="+1" CLASS="FrameHeadingFont">
<B><a href="overview-summary-JSJaCCookie.js.html"
target="classFrame">JSJaCCookie.js</a></B></FONT>
<BR>
<TABLE BORDER="0" WIDTH="100%">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="JSJaCCookie.html" TARGET="classFrame">JSJaCCookie</A>
<BR>
</FONT></TD>
</TR>
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="JSJaCCookieException.html" TARGET="classFrame">JSJaCCookieException</A>
<BR>
</FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
html/themes/RedRound/css/serverStats.css | epsylon3/torrentflux | table#serverStats, table#serverStats td{
background: transparent;
}
table#serverStatsXFER {
background: transparent;
width: 100%
}
table#serverStatsXFER td {
background: transparent;
}
|
source/StkUGens/stk-4.4.2/doc/html/BeeThree_8h_source.html | felipebetancur/sc3-plugins | <HTML>
<HEAD>
<TITLE>The Synthesis ToolKit in C++ (STK)</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<img src="princeton.gif"> <img src="ccrma.gif"> <img src="mcgill.gif"><P>
<a class="qindex" href="index.html">Home</a> <a class="qindex" href="information.html">Information</a> <a class="qindex" href="classes.html">Classes</a> <a class="qindex" href="download.html">Download</a> <a class="qindex" href="usage.html">Usage</a> <a class="qindex" href="maillist.html">Mail List</a> <a class="qindex" href="system.html">Requirements</a> <a class="qindex" href="links.html">Links</a> <a class="qindex" href="faq.html">FAQ</a> <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
<HR>
<!-- Generated by Doxygen 1.6.2 -->
<div class="navpath"><a class="el" href="dir_ca1e4533604ab7cb0cdaaff730a9c38f.html">include</a>
</div>
<div class="contents">
<h1>BeeThree.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef STK_BEETHREE_H</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define STK_BEETHREE_H</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span>
<a name="l00004"></a>00004 <span class="preprocessor">#include "FM.h"</span>
<a name="l00005"></a>00005
<a name="l00006"></a>00006 <span class="keyword">namespace </span>stk {
<a name="l00007"></a>00007
<a name="l00008"></a>00008 <span class="comment">/***************************************************/</span>
<a name="l00040"></a>00040 <span class="comment">/***************************************************/</span>
<a name="l00041"></a>00041
<a name="l00042"></a><a class="code" href="classstk_1_1BeeThree.html">00042</a> <span class="keyword">class </span><a class="code" href="classstk_1_1BeeThree.html" title="STK Hammond-oid organ FM synthesis instrument.">BeeThree</a> : <span class="keyword">public</span> <a class="code" href="classstk_1_1FM.html" title="STK abstract FM synthesis base class.">FM</a>
<a name="l00043"></a>00043 {
<a name="l00044"></a>00044 <span class="keyword">public</span>:
<a name="l00046"></a>00046
<a name="l00049"></a>00049 <a class="code" href="classstk_1_1BeeThree.html#ab4534210b85a2c4798bf1c88b348c20a" title="Class constructor.">BeeThree</a>( <span class="keywordtype">void</span> );
<a name="l00050"></a>00050
<a name="l00052"></a>00052 <a class="code" href="classstk_1_1BeeThree.html#af2a0c982731438cf6200b3e5642a288d" title="Class destructor.">~BeeThree</a>( <span class="keywordtype">void</span> );
<a name="l00053"></a>00053
<a name="l00055"></a>00055 <span class="keywordtype">void</span> <a class="code" href="classstk_1_1BeeThree.html#a480c0fe8d4c2df9c00b82b192dd7eae4" title="Start a note with the given frequency and amplitude.">noteOn</a>( StkFloat frequency, StkFloat amplitude );
<a name="l00056"></a>00056
<a name="l00058"></a>00058 StkFloat <a class="code" href="classstk_1_1BeeThree.html#a4649b9471bde3b978c20fcafcbef0fc7" title="Compute and return one output sample.">tick</a>( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> channel = 0 );
<a name="l00059"></a>00059
<a name="l00060"></a>00060 <span class="keyword">protected</span>:
<a name="l00061"></a>00061
<a name="l00062"></a>00062 };
<a name="l00063"></a>00063
<a name="l00064"></a><a class="code" href="classstk_1_1BeeThree.html#a4649b9471bde3b978c20fcafcbef0fc7">00064</a> <span class="keyword">inline</span> StkFloat <a class="code" href="classstk_1_1BeeThree.html#a4649b9471bde3b978c20fcafcbef0fc7" title="Compute and return one output sample.">BeeThree :: tick</a>( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> )
<a name="l00065"></a>00065 {
<a name="l00066"></a>00066 <span class="keyword">register</span> StkFloat temp;
<a name="l00067"></a>00067
<a name="l00068"></a>00068 <span class="keywordflow">if</span> ( modDepth_ > 0.0 ) {
<a name="l00069"></a>00069 temp = 1.0 + ( modDepth_ * vibrato_.<a class="code" href="classstk_1_1SineWave.html#a31a55627bf8064919b5e063059260eda" title="Compute and return one output sample.">tick</a>() * 0.1 );
<a name="l00070"></a>00070 waves_[0]->setFrequency( baseFrequency_ * temp * ratios_[0] );
<a name="l00071"></a>00071 waves_[1]->setFrequency( baseFrequency_ * temp * ratios_[1] );
<a name="l00072"></a>00072 waves_[2]->setFrequency( baseFrequency_ * temp * ratios_[2] );
<a name="l00073"></a>00073 waves_[3]->setFrequency( baseFrequency_ * temp * ratios_[3] );
<a name="l00074"></a>00074 }
<a name="l00075"></a>00075
<a name="l00076"></a>00076 waves_[3]->addPhaseOffset( twozero_.<a class="code" href="classstk_1_1TwoZero.html#ae9808b0152902d0067ea24ccfba0b4ba" title="Return the last computed output value.">lastOut</a>() );
<a name="l00077"></a>00077 temp = control1_ * 2.0 * gains_[3] * adsr_[3]->tick() * waves_[3]->tick();
<a name="l00078"></a>00078 twozero_.<a class="code" href="classstk_1_1TwoZero.html#acf92a66aeb2024cfcdb9d71ecadf3d82" title="Input one sample to the filter and return one output.">tick</a>( temp );
<a name="l00079"></a>00079
<a name="l00080"></a>00080 temp += control2_ * 2.0 * gains_[2] * adsr_[2]->tick() * waves_[2]->tick();
<a name="l00081"></a>00081 temp += gains_[1] * adsr_[1]->tick() * waves_[1]->tick();
<a name="l00082"></a>00082 temp += gains_[0] * adsr_[0]->tick() * waves_[0]->tick();
<a name="l00083"></a>00083
<a name="l00084"></a>00084 lastFrame_[0] = temp * 0.125;
<a name="l00085"></a>00085 <span class="keywordflow">return</span> lastFrame_[0];
<a name="l00086"></a>00086 }
<a name="l00087"></a>00087
<a name="l00088"></a>00088 } <span class="comment">// stk namespace</span>
<a name="l00089"></a>00089
<a name="l00090"></a>00090 <span class="preprocessor">#endif</span>
</pre></div></div>
<HR>
<table>
<tr><td><A HREF="http://ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
<tr><td>©1995-2010 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
</table>
</BODY>
</HTML>
|
wp-content/themes/justaskkim-twentyeleven/tech10.html | onstudynotes/onstudynotes | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><link rel="stylesheet" type="text/css" href="homepagestylenotes.css"/><script type="text/javascript" src="js/main.js"></script><title>Tech - Grade 10</title></head><body><table height=30px width=299px cellspacing=0px><tr><td class="subjectslistheadergrades"><p class="headertext">Tech - Grade 10</p></td></tr></table><div class="divnotes"><div class="example"><div class="post_results" id="post_results1" rss_num="15" rss_url="http://onstudynotes.com/notes/category/tech-grade-10/feed/"><div class="loading_rss"><img alt="Loading..." src="images/loading.gif" align="center"/></div></div></div></body></html> |
plugins/system/jsnframework/assets/joomlashine/css/jsn-general.css | xsocket/knss | /**
* @version $Id$
* @package JSN_Framework
* @author JoomlaShine Team <support@joomlashine.com>
* @copyright Copyright (C) 2012 JoomlaShine.com. All Rights Reserved.
* @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
*
* Websites: http://www.joomlashine.com
* Technical Support: Feedback - http://www.joomlashine.com/contact-us/get-support.html
*/
/* =============== GENERAL HTML =============== */
html {
overflow: inherit;
}
html,
body {
padding: 0;
margin: 0;
}
html body.contentpane {
height: auto;
font-size: 75%;
}
iframe{
border: 0px;
}
/* =============== DEFAULT HTML - TEXT STYLES =============== */
.jsn-master {
font-size: 12px;
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif;
}
.jsn-master object {
display: block;
}
.jsn-master .jsn-readonly {
padding: 3px;
background-color: #E9E9E9;
border: 1px solid #B9B9B9;
font: 12px Arial, Helvetica, sans-serif;
}
.jsn-master a.disabled,
.jsn-master a.disabled:hover {
cursor: default;
text-decoration: none;
font-weight: inherit;
}
.jsn-master .clearbreak {
clear: both;
}
.jsn-master .clearafter:after {
height: 0;
clear: both;
content: ".";
display: block;
visibility: hidden;
}
/* =============== JSN GUI =============== */
.jsn-master .jsn-iconbar-trigger {
position: relative;
}
.jsn-master .jsn-iconbar-trigger .jsn-iconbar {
display: none;
position: absolute;
top: 5px;
right: 5px;
z-index: 100;
}
.jsn-master .jsn-iconbar-trigger.ui-state-edit .jsn-iconbar,
.jsn-master .jsn-iconbar-trigger:hover .jsn-iconbar {
display: block;
}
.jsn-master .jsn-iconbar a {
margin: 0;
padding: 5px;
color: #333;
display: inline-block;
}
.jsn-master .jsn-iconbar a.disabled {
color: #ccc;
}
.jsn-master .jsn-iconbar.jsn-vertical a {
display: block;
}
.jsn-master .jsn-iconbar.jsn-vertical hr {
margin: 5px 0;
}
.jsn-master .jsn-iconbar a:hover {
text-decoration: none;
color: #000;
background-color: rgba(0,0,0,0.1);
}
.jsn-master .jsn-iconbar a.disabled:hover {
background-color: transparent;
color: #ccc;
}
.jsn-master .jsn-iconbar a i {
font-size: 14px;
opacity: 0.8;
min-height: 16px;
min-width: 16px;
text-align: center;
}
.jsn-master .jsn-iconbar a:hover i {
opacity: 1;
}
.jsn-master .jsn-iconbar a.disabled i,
.jsn-master .jsn-iconbar a i.disabled {
opacity: 0.5;
}
.jsn-master .jsn-section {
margin-bottom: 20px;
}
.jsn-master .jsn-section-header {
margin: 0 0 15px 0;
color: #333;
font-weight: normal;
text-shadow: 1px 1px 1px #CCC;
border-bottom: 1px solid #ccc;
padding: 0 0 5px;
position: relative;
line-height: 32px;
text-transform: uppercase;
}
.jsn-master .jsn-section-header .jsn-buttonbar {
position: absolute;
right: 0;
bottom: 12px;
}
.jsn-master .jsn-section-content {
padding: 15px;
background-color: #fff;
border: 1px solid #E5E5E5;
-webkit-border-radius: 6px;
border-radius: 6px;
}
.jsn-master .jsn-section-striped > div {
background-color: #fff;
}
.jsn-master .jsn-section-striped > div:nth-child(odd) {
background-color: #f9f9f9;
}
.jsn-master .jsn-section-empty {
padding: 100px 30px;
}
.jsn-master .jsn-input-mini-fluid {
width: 15%;
}
.jsn-master .jsn-input-small-fluid {
width: 30%;
}
.jsn-master .jsn-input-medium-fluid {
width: 50%;
}
.jsn-master .jsn-input-large-fluid {
width: 70%;
}
.jsn-master .jsn-input-xlarge-fluid {
width: 90%;
}
.jsn-master .jsn-input-xxlarge-fluid {
width: 97%;
}
.jsn-master .jsn-input-fluid {
width: auto;
}
.jsn-master .jsn-padding-mini {
padding: 2px;
}
.jsn-master .jsn-padding-small {
padding: 5px;
}
.jsn-master .jsn-padding-medium {
padding: 10px;
}
.jsn-master .jsn-padding-large {
padding: 15px;
}
.jsn-master .jsn-padding-xlarge {
padding: 20px;
}
.jsn-master .jsn-rounded-mini {
border-radius: 1px;
-webkit-border-radius: 1px;
}
.jsn-master .jsn-rounded-small {
border-radius: 3px;
-webkit-border-radius: 3px;
}
.jsn-master .jsn-rounded-medium {
border-radius: 5px;
-webkit-border-radius: 5px;
}
.jsn-master .jsn-rounded-large {
border-radius: 10px;
-webkit-border-radius: 10px;
}
.jsn-master .jsn-rounded-xlarge {
border-radius: 15px;
-webkit-border-radius: 15px;
}
.jsn-master .jsn-box-shadow-mini {
box-shadow: 0px 0px 2px 1px #ddd;
-webkit-box-shadow: 0px 0px 2px 1px #ddd;
}
.jsn-master .jsn-box-shadow-small {
box-shadow: 0px 0px 3px 1px #aaa;
-webkit-box-shadow: 0px 0px 3px 1px #aaa;
}
.jsn-master .jsn-box-shadow-medium {
box-shadow: 0 2px 5px 0 #888;
-webkit-box-shadow: 0 2px 5px 0 #888;
}
.jsn-master .jsn-box-shadow-large {
box-shadow: 0 3px 5px 0 #666;
-webkit-box-shadow: 0 3px 5px 0 #666;
}
.jsn-master .jsn-box-shadow-xlarge {
box-shadow: 0 5px 8px 0 #333;
-webkit-box-shadow: 0 5px 8px 0 #333;
}
.jsn-master .jsn-inner-shadow-white {
-webkit-box-shadow: inset 0px 0px 10px 10px rgba(255, 255, 255, 1);
box-shadow: inset 0px 0px 10px 10px rgba(255, 255, 255, 1);
border: 1px solid #ccc;
}
.jsn-master .jsn-inner-shadow-black {
-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
border: 1px solid #ccc;
}
.jsn-master .jsn-pane {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
padding: 15px;
margin: 15px 0;
}
.jsn-master .jsn-pane:first-child {
margin-top: 0;
}
.jsn-master .jsn-pane:last-child {
margin-bottom: 0;
}
.jsn-master .jsn-bootstrap .jsn-pane .control-group:last-child {
margin-bottom: 0;
}
.jsn-master .jsn-pane.pane-default {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 );
}
.jsn-master .jsn-pane.pane-warning {
background: #ffaf4b;
background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaf4b), color-stop(100%, #ff920a));
background: -webkit-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
background: -o-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
background: -ms-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
}
.jsn-master .jsn-pane.pane-info {
color: #eee;
background: rgb(40,152,204);
background: -moz-linear-gradient(top, rgba(40,152,204,1) 0%, rgba(38,142,191,1) 45%, rgba(34,127,170,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(40,152,204,1)), color-stop(45%, rgba(38,142,191,1)), color-stop(100%, rgba(34,127,170,1)));
background: -webkit-linear-gradient(top, rgba(40,152,204,1) 0%, rgba(38,142,191,1) 45%, rgba(34,127,170,1) 100%);
background: -o-linear-gradient(top, rgba(40,152,204,1) 0%, rgba(38,142,191,1) 45%, rgba(34,127,170,1) 100%);
background: -ms-linear-gradient(top, rgba(40,152,204,1) 0%, rgba(38,142,191,1) 45%, rgba(34,127,170,1) 100%);
background: linear-gradient(to bottom, rgba(40,152,204,1) 0%, rgba(38,142,191,1) 45%, rgba(34,127,170,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2898cc', endColorstr='#227faa', GradientType=0 );
}
.jsn-master .jsn-pane h3 {
margin: 0;
border: none;
text-shadow: 1px 1px 1px #eee;
font-weight: bold;
}
.jsn-master .jsn-pane.pane-warning h3 {
color: #000;
text-shadow: 1px 1px 1px #999;
filter: dropshadow(color=#999, offx=1, offy=1);
}
.jsn-master .jsn-pane.pane-info h3 {
color: #fff;
text-shadow: 1px 1px 1px #666;
filter: dropshadow(color=#666, offx=1, offy=1);
}
.jsn-master .jsn-bglabel {
color: #D3D3D3;
font-size: 32px;
text-align: center;
background-position: center top;
background-repeat: no-repeat;
line-height: 1.5em;
}
.jsn-master .jsn-bglabel > .jsn-icon64 {
display: block;
margin: 20px auto;
}
.jsn-master .jsn-bgpattern.pattern-sidebar {
background: #E9E9E9 url("../images/backgrounds/bg-pattern-grey.png");
}
.jsn-master .jsn-bgimage {
background-color: #fff;
background-repeat: no-repeat;
background-position: center center;
}
.jsn-master .jsn-bgimage .image-cover {
background-size: cover;
}
.jsn-master .jsn-bgimage.image-loading-16 {
background-image: url("../images/icons-16/icon-16-loading-circle.gif");
}
.jsn-master .jsn-bgimage.image-loading-24 {
background-image: url("../images/icons-24/icon-24-loading-circle.gif");
}
.jsn-master .jsn-bgimage.image-loading-32 {
background-image: url("../images/icons-32/icon-32-loading-circle.gif");
}
.jsn-master .jsn-bgloading {
padding: 100px 10px;
text-align: center;
}
.jsn-master .jsn-badge-large {
width: 80px;
text-align: center;
background-color: #FFF;
border: 1px solid #D4D4D4;
border-radius: 75px;
-moz-border-radius: 75px;
-webkit-border-radius: 75px;
margin: 0;
color: #D4D4D4;
font-size: 50px;
line-height: 80px;
font-weight: bold;
}
.jsn-master .jsn-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.jsn-master .jsn-overlay {
position: absolute;
z-index: 99999;
width: 100%;
height: 100%;
}
/* =============== TEXT =============== */
.jsn-master .jsn-text-center {
text-align: center;
}
.jsn-master .jsn-text-success {
color: #009900;
}
.jsn-master .jsn-text-warning {
color: #f99406;
}
.jsn-master .jsn-text-important {
color: #ba4a48;
}
.jsn-master .jsn-text-info {
color: #4483a2;
}
.jsn-master .jsn-highlight {
font-weight: bold;
}
/* =============== LINK =============== */
.jsn-master .jsn-link-action {
color: #025A8D;
cursor: pointer;
padding: 1px 2px;
font-weight: bold;
text-decoration: underline;
transition: color 0.3s linear, background 0.3s ease-out;
-webkit-transition: color 0.3s linear, background 0.3s ease-out;
}
.jsn-master .jsn-link-action:hover {
color: #fff !important;
text-decoration: none !important;
background-color: #025A8D;
}
.jsn-master .jsn-link-image {
text-indent: -9999em;
}
/* =============== LIST =============== */
.jsn-master ul.jsn-list-horizontal {
margin: 0;
list-style: none;
}
.jsn-master ul.jsn-list-horizontal li {
margin: 0 .5em;
display: inline;
}
.jsn-master ul.jsn-list-nobullet {
margin: 0;
list-style: none;
}
.jsn-master ul.jsn-list-nobullet li {
margin-left: 0;
padding-left: 0;
list-style: none;
}
/* =============== ICON =============== */
.jsn-master a[class^="jsn-icon "]:hover,
.jsn-master a[class*=" jsn-icon "]:hover {
text-decoration: none;
}
.jsn-master [class^="jsn-icon "].disabled,
.jsn-master [class*=" jsn-icon "].disabled {
opacity: .3;
filter: alpha(opacity=30);
}
/* =============== ICON 16 =============== */
.jsn-master .jsn-icon16 {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
vertical-align: text-top;
background-repeat: no-repeat;
background-position: top left;
background-image: url(../images/icons-16/icons-16-uni.png) !important;
}
.jsn-master .jsn-icon16.jsn-icon-search {
background-position: -0px -0px;
}
.jsn-master .jsn-icon16.jsn-icon-cog {
background-position: -16px -0px;
}
.jsn-master .jsn-icon16.jsn-icon-finder {
background-position: -32px -0px;
}
.jsn-master .jsn-icon16.jsn-icon-warning-sign {
background-position: -48px -0px;
}
.jsn-master .jsn-icon16.jsn-icon-home {
background-position: -64px -0px;
}
.jsn-master .jsn-icon16.jsn-icon-off {
background-position: -0px -16px;
}
.jsn-master .jsn-icon16.jsn-icon-star {
background-position: -16px -16px;
}
.jsn-master .jsn-icon16.jsn-icon-heart {
background-position: -32px -16px;
}
.jsn-master .jsn-icon16.jsn-icon-envelope {
background-position: -48px -16px;
}
.jsn-master .jsn-icon16.jsn-icon-file {
background-position: -64px -16px;
}
.jsn-master .jsn-icon16.jsn-icon-lock {
background-position: -0px -32px;
}
.jsn-master .jsn-icon16.jsn-icon-download {
background-position: -16px -32px;
}
.jsn-master .jsn-icon16.jsn-icon-wrench {
background-position: -32px -32px;
}
.jsn-master .jsn-icon16.jsn-icon-graph {
background-position: -48px -32px;
}
.jsn-master .jsn-icon16.jsn-icon-folder {
background-position: -64px -32px;
}
.jsn-master .jsn-icon16.jsn-icon-help {
background-position: -0px -48px;
}
.jsn-master .jsn-icon16.jsn-icon-globe {
background-position: -16px -48px;
}
.jsn-master .jsn-icon16.jsn-icon-pencil {
background-position: -32px -48px;
}
.jsn-master .jsn-icon16.jsn-icon-music {
background-position: -48px -48px;
}
.jsn-master .jsn-icon16.jsn-icon-plus {
background-position: -64px -48px;
}
.jsn-master .jsn-icon16.jsn-icon-monitor {
background-position: -0px -64px;
}
.jsn-master .jsn-icon16.jsn-icon-remove {
background-position: -16px -64px;
}
.jsn-master .jsn-icon16.jsn-icon-ok {
background-position: -32px -64px;
}
.jsn-master .jsn-icon16.jsn-icon-user {
background-position: -48px -64px;
}
.jsn-master .jsn-icon16.jsn-icon-database {
background-position: -64px -64px;
}
.jsn-master .jsn-icon16.jsn-icon-menu {
background-position: -0px -80px;
}
.jsn-master .jsn-icon16.jsn-icon-info-sign {
background-position: -16px -80px;
}
.jsn-master .jsn-icon16.jsn-icon-comment {
background-position: -32px -80px;
}
.jsn-master .jsn-icon16.jsn-icon-picture {
background-position: -48px -80px;
}
.jsn-master .jsn-icon16.jsn-icon-trash {
background-position: -64px -80px;
}
.jsn-master .jsn-icon16.jsn-icon-social {
background-image: url(../images/icons-16/icons-16-social.png) !important;
}
.jsn-master .jsn-icon16.jsn-icon-social.jsn-icon-linkedin {
background-position: -0px -0px;
}
.jsn-master .jsn-icon16.jsn-icon-social.jsn-icon-stumbleupon {
background-position: -16px -0px;
}
.jsn-master .jsn-icon16.jsn-icon-social.jsn-icon-pinterest {
background-position: -32px -0px;
}
.jsn-master .jsn-icon16.jsn-icon-social.jsn-icon-vimeo {
background-position: -0px -16px;
}
.jsn-master .jsn-icon16.jsn-icon-social.jsn-icon-rss {
background-position: -16px -16px;
}
.jsn-master .jsn-icon16.jsn-icon-social.jsn-icon-youtube {
background-position: -32px -16px;
}
.jsn-master .jsn-icon16.jsn-icon-social.jsn-icon-digg {
background-position: -0px -32px;
}
.jsn-master .jsn-icon16.jsn-icon-social.jsn-icon-twitter {
background-position: -16px -32px;
}
.jsn-master .jsn-icon16.jsn-icon-social.jsn-icon-gplus {
background-position: -32px -32px;
}
.jsn-master .jsn-icon16.jsn-icon-social.jsn-icon-facebook {
background-position: -0px -48px;
}
.jsn-master .jsn-icon16.jsn-icon-layout {
background-image: url(../images/icons-16/icons-16-layout.png) !important;
}
.jsn-master .jsn-icon16.jsn-icon-layout.active {
background-image: url(../images/icons-16/icons-16-layout-active.png) !important;
}
.jsn-master .jsn-icon16.jsn-icon-layout.jsn-icon-tiles {
background-position: -0px -0px;
}
.jsn-master .jsn-icon16.jsn-icon-layout.jsn-icon-thumbnails {
background-position: -16px -0px;
}
.jsn-master .jsn-icon16.jsn-icon-layout.jsn-icon-details {
background-position: -0px -16px;
}
.jsn-master .jsn-icon16.jsn-icon-layout.jsn-icon-blocks {
background-position: -16px -16px;
}
.jsn-master .jsn-icon16.jsn-icon-layout.jsn-icon-thumbnaildetails {
background-position: -0px -32px;
}
.jsn-master .jsn-icon16.jsn-icon-layout.jsn-icon-flipcover {
background-position: -16px -32px;
}
.jsn-master .jsn-icon16.jsn-icon-loading {
background: url(../images/icons-16/icon-16-loading-circle.gif) center center no-repeat !important;
}
/* Depricated */
.jsn-master .jsn-icon16.jsn-icon-failed {
background-position: 0 -860px;
}
.jsn-master .jsn-icon16.jsn-icon-check {
background-position: 0 -946px;
}
.jsn-master .jsn-icon16.jsn-icon-warning {
background-position: 0 -1032px;
}
/* =============== ICON 24 =============== */
.jsn-master .jsn-icon24 {
display: inline-block;
width: 24px;
height: 24px;
line-height: 24px;
vertical-align: text-top;
background-repeat: no-repeat;
background-position: top left;
background-image: url(../images/icons-24/icons-24-uni.png) !important;
}
.jsn-master .jsn-icon24.jsn-icon-search {
background-position: -0px -0px;
}
.jsn-master .jsn-icon24.jsn-icon-cog {
background-position: -24px -0px;
}
.jsn-master .jsn-icon24.jsn-icon-finder {
background-position: -48px -0px;
}
.jsn-master .jsn-icon24.jsn-icon-warning-sign {
background-position: -72px -0px;
}
.jsn-master .jsn-icon24.jsn-icon-home {
background-position: -96px -0px;
}
.jsn-master .jsn-icon24.jsn-icon-off {
background-position: -0px -24px;
}
.jsn-master .jsn-icon24.jsn-icon-star {
background-position: -24px -24px;
}
.jsn-master .jsn-icon24.jsn-icon-heart {
background-position: -48px -24px;
}
.jsn-master .jsn-icon24.jsn-icon-envelope {
background-position: -72px -24px;
}
.jsn-master .jsn-icon24.jsn-icon-file {
background-position: -96px -24px;
}
.jsn-master .jsn-icon24.jsn-icon-lock {
background-position: -0px -48px;
}
.jsn-master .jsn-icon24.jsn-icon-download {
background-position: -24px -48px;
}
.jsn-master .jsn-icon24.jsn-icon-wrench {
background-position: -48px -48px;
}
.jsn-master .jsn-icon24.jsn-icon-graph {
background-position: -72px -48px;
}
.jsn-master .jsn-icon24.jsn-icon-folder {
background-position: -96px -48px;
}
.jsn-master .jsn-icon24.jsn-icon-help {
background-position: -0px -72px;
}
.jsn-master .jsn-icon24.jsn-icon-globe {
background-position: -24px -72px;
}
.jsn-master .jsn-icon24.jsn-icon-pencil {
background-position: -48px -72px;
}
.jsn-master .jsn-icon24.jsn-icon-music {
background-position: -72px -72px;
}
.jsn-master .jsn-icon24.jsn-icon-plus {
background-position: -96px -72px;
}
.jsn-master .jsn-icon24.jsn-icon-monitor {
background-position: -0px -96px;
}
.jsn-master .jsn-icon24.jsn-icon-remove {
background-position: -24px -96px;
}
.jsn-master .jsn-icon24.jsn-icon-ok {
background-position: -48px -96px;
}
.jsn-master .jsn-icon24.jsn-icon-user {
background-position: -72px -96px;
}
.jsn-master .jsn-icon24.jsn-icon-database {
background-position: -96px -96px;
}
.jsn-master .jsn-icon24.jsn-icon-menu {
background-position: -0px -120px;
}
.jsn-master .jsn-icon24.jsn-icon-info-sign {
background-position: -24px -120px;
}
.jsn-master .jsn-icon24.jsn-icon-comment {
background-position: -48px -120px;
}
.jsn-master .jsn-icon24.jsn-icon-picture {
background-position: -72px -120px;
}
.jsn-master .jsn-icon24.jsn-icon-trash {
background-position: -96px -120px;
}
.jsn-master .jsn-icon24.jsn-icon-social {
background-image: url(../images/icons-24/icons-24-social.png) !important;
}
.jsn-master .jsn-icon24.jsn-icon-social.jsn-icon-linkedin {
background-position: -0px -0px;
}
.jsn-master .jsn-icon24.jsn-icon-social.jsn-icon-stumbleupon {
background-position: -24px -0px;
}
.jsn-master .jsn-icon24.jsn-icon-social.jsn-icon-pinterest {
background-position: -48px -0px;
}
.jsn-master .jsn-icon24.jsn-icon-social.jsn-icon-vimeo {
background-position: -0px -24px;
}
.jsn-master .jsn-icon24.jsn-icon-social.jsn-icon-rss {
background-position: -24px -24px;
}
.jsn-master .jsn-icon24.jsn-icon-social.jsn-icon-youtube {
background-position: -48px -24px;
}
.jsn-master .jsn-icon24.jsn-icon-social.jsn-icon-digg {
background-position: -0px -48px;
}
.jsn-master .jsn-icon24.jsn-icon-social.jsn-icon-twitter {
background-position: -24px -48px;
}
.jsn-master .jsn-icon24.jsn-icon-social.jsn-icon-gplus {
background-position: -48px -48px;
}
.jsn-master .jsn-icon24.jsn-icon-social.jsn-icon-facebook {
background-position: -0px -72px;
}
.jsn-master .jsn-icon24.jsn-icon-flag {
background-image: url(../images/icons-24/icons-24-flag.png) !important;
}
.jsn-master .jsn-icon24.jsn-icon-flag.en-gb {
background-position: 0 0;
}
.jsn-master .jsn-icon24.jsn-icon-flag.es-co {
background-position: -24px 0;
}
.jsn-master .jsn-icon24.jsn-icon-flag.cz-cz {
background-position: -48px 0;
}
.jsn-master .jsn-icon24.jsn-icon-flag.it-it {
background-position: -72px 0;
}
.jsn-master .jsn-icon24.jsn-icon-flag.en-ca {
background-position: 0 -24px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.nl-nl {
background-position: -24px -24px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.ja-jp {
background-position: -48px -24px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.en-us {
background-position: -72px -24px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.es-es {
background-position: 0 -48px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.he-il {
background-position: -24px -48px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.pt-br {
background-position: -48px -48px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.bg-bg {
background-position: -72px -48px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.de-de {
background-position: 0 -72px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.pt-pt {
background-position: -24px -72px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.vi-vn {
background-position: -48px -72px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.ru-ru {
background-position: -72px -72px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.fr-fr {
background-position: 0 -96px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.pl-pl {
background-position: -24px -96px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.en-za {
background-position: -48px -96px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.en-au {
background-position: -72px -96px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.da-dk {
background-position: 0 -120px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.sr-rs {
background-position: -24px -120px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.zh-tw {
background-position: -48px -120px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.hr-hr {
background-position: -72px -120px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.tr-tr {
background-position: 0 -144px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.fi-fi {
background-position: -24px -144px;
}
.jsn-master .jsn-icon24.jsn-icon-flag.sv-se {
background-position: -48px -144px;
}
.jsn-master .jsn-icon24.jsn-icon-joomla {
background-image: url(../images/icons-24/icons-24-joomla.png) !important;
}
.jsn-master .jsn-icon24.jsn-icon-joomla.jsn-icon-module {
background-position: -0px -0px;
}
.jsn-master .jsn-icon24.jsn-icon-joomla.jsn-icon-plugin {
background-position: -24px -0px;
}
.jsn-master .jsn-icon24.jsn-icon-joomla.jsn-icon-component {
background-position: -0px -24px;
}
.jsn-master .jsn-icon24.jsn-icon-joomla.jsn-icon-language {
background-position: -24px -24px;
}
.jsn-master .jsn-icon24.jsn-icon-loading {
background: url(../images/icons-24/icon-24-loading-circle.gif) center center no-repeat !important;
}
/* =============== ICON32 =============== */
.jsn-master .jsn-icon32 {
display: inline-block;
width: 32px;
height: 32px;
line-height: 32px;
vertical-align: text-top;
background-repeat: no-repeat;
background-position: top left;
background-image: url(../images/icons-32/icons-32-uni.png) !important;
}
.jsn-master .jsn-icon32.jsn-icon-search {
background-position: -0px -0px;
}
.jsn-master .jsn-icon32.jsn-icon-cog {
background-position: -32px -0px;
}
.jsn-master .jsn-icon32.jsn-icon-finder {
background-position: -64px -0px;
}
.jsn-master .jsn-icon32.jsn-icon-warning-sign {
background-position: -96px -0px;
}
.jsn-master .jsn-icon32.jsn-icon-home {
background-position: -128px -0px;
}
.jsn-master .jsn-icon32.jsn-icon-off {
background-position: -0px -32px;
}
.jsn-master .jsn-icon32.jsn-icon-star {
background-position: -32px -32px;
}
.jsn-master .jsn-icon32.jsn-icon-heart {
background-position: -64px -32px;
}
.jsn-master .jsn-icon32.jsn-icon-envelope {
background-position: -96px -32px;
}
.jsn-master .jsn-icon32.jsn-icon-file {
background-position: -128px -32px;
}
.jsn-master .jsn-icon32.jsn-icon-lock {
background-position: -0px -64px;
}
.jsn-master .jsn-icon32.jsn-icon-download {
background-position: -32px -64px;
}
.jsn-master .jsn-icon32.jsn-icon-wrench {
background-position: -64px -64px;
}
.jsn-master .jsn-icon32.jsn-icon-graph {
background-position: -96px -64px;
}
.jsn-master .jsn-icon32.jsn-icon-folder {
background-position: -128px -64px;
}
.jsn-master .jsn-icon32.jsn-icon-help {
background-position: -0px -96px;
}
.jsn-master .jsn-icon32.jsn-icon-globe {
background-position: -32px -96px;
}
.jsn-master .jsn-icon32.jsn-icon-pencil {
background-position: -64px -96px;
}
.jsn-master .jsn-icon32.jsn-icon-music {
background-position: -96px -96px;
}
.jsn-master .jsn-icon32.jsn-icon-plus {
background-position: -128px -96px;
}
.jsn-master .jsn-icon32.jsn-icon-monitor {
background-position: -0px -128px;
}
.jsn-master .jsn-icon32.jsn-icon-remove {
background-position: -32px -128px;
}
.jsn-master .jsn-icon32.jsn-icon-ok {
background-position: -64px -128px;
}
.jsn-master .jsn-icon32.jsn-icon-user {
background-position: -96px -128px;
}
.jsn-master .jsn-icon32.jsn-icon-database {
background-position: -128px -128px;
}
.jsn-master .jsn-icon32.jsn-icon-menu {
background-position: -0px -160px;
}
.jsn-master .jsn-icon32.jsn-icon-info-sign {
background-position: -32px -160px;
}
.jsn-master .jsn-icon32.jsn-icon-comment {
background-position: -64px -160px;
}
.jsn-master .jsn-icon32.jsn-icon-picture {
background-position: -96px -160px;
}
.jsn-master .jsn-icon32.jsn-icon-trash {
background-position: -128px -160px;
}
.jsn-master .jsn-icon32.jsn-icon-social {
background-image: url(../images/icons-32/icons-32-social.png) !important;
}
.jsn-master .jsn-icon32.jsn-icon-social.jsn-icon-linkedin {
background-position: -0px -0px;
}
.jsn-master .jsn-icon32.jsn-icon-social.jsn-icon-stumbleupon {
background-position: -32px -0px;
}
.jsn-master .jsn-icon32.jsn-icon-social.jsn-icon-pinterest {
background-position: -64px -0px;
}
.jsn-master .jsn-icon32.jsn-icon-social.jsn-icon-vimeo {
background-position: -0px -32px;
}
.jsn-master .jsn-icon32.jsn-icon-social.jsn-icon-rss {
background-position: -32px -32px;
}
.jsn-master .jsn-icon32.jsn-icon-social.jsn-icon-youtube {
background-position: -64px -32px;
}
.jsn-master .jsn-icon32.jsn-icon-social.jsn-icon-digg {
background-position: -0px -64px;
}
.jsn-master .jsn-icon32.jsn-icon-social.jsn-icon-twitter {
background-position: -32px -64px;
}
.jsn-master .jsn-icon32.jsn-icon-social.jsn-icon-gplus {
background-position: -64px -64px;
}
.jsn-master .jsn-icon32.jsn-icon-social.jsn-icon-facebook {
background-position: -0px -96px;
}
.jsn-master .jsn-icon32.jsn-icon-products {
background-image: url(../images/icons-32/icons-32-products.png) !important;
}
.jsn-master .jsn-icon32.jsn-icon-products.jsn-icon-poweradmin {
background-position: -0px -0px;
}
.jsn-master .jsn-icon32.jsn-icon-products.jsn-icon-imageshow {
background-position: -0px -32px;
}
.jsn-master .jsn-icon32.jsn-icon-products.jsn-icon-uniform {
background-position: -0px -64px;
}
.jsn-master .jsn-icon32.jsn-icon-products.jsn-icon-mobilize {
background-position: -0px -96px;
}
.jsn-master .jsn-icon32.jsn-icon-products.jsn-icon-pagebuilder {
background-position: -0px -128px;
}
.jsn-master .jsn-icon32.jsn-icon-products.jsn-icon-easyslider {
background-position: -0px -160px;
}
.jsn-master .jsn-icon32.jsn-icon-loading {
background: url(../images/icons-32/icon-32-loading-circle.gif) center center no-repeat !important;
}
/* =============== ICON 48 =============== */
.jsn-master .jsn-icon48 {
display: inline-block;
width: 48px;
height: 48px;
line-height: 48px;
vertical-align: text-top;
background-repeat: no-repeat;
background-position: top left;
}
.jsn-master .jsn-icon48.jsn-icon-products {
background-image: url(../images/icons-48/icons-48-products.png) !important;
}
.jsn-master .jsn-icon48.jsn-icon-products.jsn-icon-poweradmin {
background-position: -0px -0px;
}
.jsn-master .jsn-icon48.jsn-icon-products.jsn-icon-imageshow {
background-position: -0px -48px;
}
.jsn-master .jsn-icon48.jsn-icon-products.jsn-icon-uniform {
background-position: -0px -96px;
}
.jsn-master .jsn-icon48.jsn-icon-products.jsn-icon-mobilize {
background-position: -0px -144px;
}
/* =============== ICON 64 =============== */
.jsn-master .jsn-icon64 {
display: inline-block;
width: 64px;
height: 64px;
line-height: 64px;
vertical-align: text-top;
background-repeat: no-repeat;
background-position: top left;
background-image: url(../images/icons-64/icons-64-bg.png) !important;
}
.jsn-master .jsn-icon64.jsn-icon-pointer {
background-position: -0px -0px;
}
.jsn-master .jsn-icon64.jsn-icon-download {
background-position: -64px -0px;
}
.jsn-master .jsn-icon64.jsn-icon-empty {
background-position: -0px -64px;
}
.jsn-master .jsn-icon64.jsn-icon-save {
background-position: -64px -64px;
}
.jsn-master .jsn-icon64.jsn-icon-refresh {
background-position: -0px -128px;
}
.jsn-master .jsn-icon64.jsn-icon-remove {
background-position: -64px -128px;
}
/* =============== TABLE =============== */
.jsn-master table.jsn-table-centered th,
.jsn-master table.jsn-table-centered td {
text-align: center;
}
.jsn-master table .jsn-column-mini {
width: 2%;
}
.jsn-master table .jsn-column-small {
width: 5%;
}
.jsn-master table .jsn-column-medium {
width: 10%;
}
.jsn-master table .jsn-column-large {
width: 20%;
}
.jsn-master table .jsn-column-xlarge {
width: 50%;
}
/* =============== COLUMNS =============== */
.jsn-master .jsn-columns-container .jsn-column-item {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.jsn-master .jsn-columns-container .jsn-column-item:first-child {
padding-top: 0;
}
.jsn-master .jsn-columns-container.jsn-columns-count-two .jsn-column-item {
float: left;
width: 49.8%;
}
.jsn-master .jsn-columns-container.jsn-columns-count-three .jsn-column-item {
float: left;
width: 33.3%;
}
.jsn-master .jsn-columns-container.jsn-columns-count-no .jsn-column-item {
float: left;
margin-right: 20px;
}
/* =============== TABS =============== */
.jsn-master .jsn-tabs {
position: relative;
}
.jsn-master .jsn-tabs .jsn-buttonbar {
position: absolute;
top: 0;
right: 0;
}
/* =============== DESIGN PANEL =============== */
.jsn-master .jsn-layout {
}
.jsn-master .jsn-row-container {
position: relative;
margin-bottom: 15px;
}
.jsn-master .jsn-row-container > .jsn-iconbar {
position: absolute;
background: #fff;
padding: 5px;
right: -45px;
border: 1px solid #ddd;
border-left: none;
border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
}
.jsn-master .jsn-row-container .jsn-column-container {
border: 0 none;
padding: 0;
margin-right: 12px;
float: left;
}
.jsn-master .jsn-row-container .jsn-column-container.last-child {
margin-right: 0px;
}
.jsn-master .jsn-row-container .span1 .control-group .span6,
.jsn-master .jsn-row-container .span2 .control-group .span6,
.jsn-master .jsn-row-container .span3 .control-group .span6,
.jsn-master .jsn-row-container .span4 .control-group .span6,
.jsn-master .jsn-row-container .span5 .control-group .span6,
.jsn-master .jsn-row-container .span6 .control-group .span6,
.jsn-master .jsn-row-container .span7 .control-group .span6,
.jsn-master .jsn-row-container .span8 .control-group .span6,
.jsn-master .jsn-row-container .span9 .control-group .span6 {
width: 100%;
margin-left: 0px;
}
.jsn-master .jsn-column-content {
float: left;
width: 100%;
}
.jsn-master .jsn-element-container {
min-height: 50px;
}
.jsn-master .jsn-element {
padding: 10px;
}
.jsn-master .jsn-element-overlay {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #fff;
opacity: 0.001;
filter: alpha(opacity = 1);
z-index: 9;
}
.jsn-master .ui-resizable-e {
right: -10px;
width: 8px;
}
.jsn-master .ui-resizable-handle {
z-index: 0 !important;
}
.jsn-master .jsn-add-more {
border: 1px dashed #bbb;
border-radius: 3px 3px 3px 3px;
color: #888;
display: block;
margin-top: 10px;
padding: 10px;
text-align: center;
background-color: rgba(255,255,255,0.7);
transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
}
.jsn-master .jsn-add-more:hover {
background-color: rgba(225,225,225,0.7);
color: #333;
text-decoration: none;
border-style: solid;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.jsn-master .jsn-add-more [class^="icon-"],
.jsn-master .jsn-add-more [class*=" icon-"] {
margin-right: 5px;
}
.jsn-master .jsn-percent-arrow {
position: absolute;
background: url('../images/icons-8/tipsy.gif') no-repeat bottom center;
width: 9px;
height: 5px;
bottom: -5px;
}
.jsn-master .jsn-percent-column {
position: absolute;
top: -30px;
}
.jsn-master .jsn-percent-inner {
padding: 5px 8px 4px 8px;
background-color: black;
color: white;
max-width: 200px;
text-align: center;
}
.jsn-master .jsn-percent-inner {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
/* =============== GENERIC ITEMS LIST =============== */
.jsn-master .jsn-items-list-container {
position: relative;
}
.jsn-master .jsn-items-list-container .jsn-buttonbar {
position: absolute;
right: 0;
top: -5px;
}
.jsn-master .jsn-items-list-container .control-label {
margin-bottom: 10px;
line-height: 20px;
}
.jsn-master .jsn-items-list {
border: 1px solid #ccc;
height: 200px;
overflow-y: scroll;
overflow-x: hidden;
padding: 5px;
margin: 0;
}
.jsn-master .jsn-items-list .jsn-item {
padding: 10px;
margin: 0;
border: 1px solid transparent;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
list-style: none;
}
.jsn-master .jsn-items-list .jsn-item:hover {
background-color: #f4f4f4;
transition: background 0.3s ease-out;
-moz-transition: background 0.3s ease-out;
-webkit-transition: background 0.3s ease-out;
}
.jsn-master .jsn-items-list .jsn-item label {
margin-bottom: 0;
display: inline;
padding-left: 5px;
}
.jsn-master .jsn-items-list .jsn-item label input {
margin-left: 0;
}
.jsn-master .jsn-items-list .jsn-item.jsn-highlight label {
font-weight: bold;
}
.jsn-master .jsn-items-list .jsn-item .jsn-item-content [class^="icon-"],
.jsn-master .jsn-items-list .jsn-item .jsn-item-content [class*=" icon-"] {
margin-right: 8px;
}
/* =============== ICONS SELECTOR =============== */
.jsn-master .jsn-iconselector .jsn-items-list li {
float: left;
width: 33.3%;
padding: 0;
border: none;
}
.jsn-master .jsn-iconselector .jsn-items-list li a {
color: #333;
display: block;
padding: 8px 12px;
white-space: nowrap;
overflow: hidden;
}
.jsn-master .jsn-iconselector .jsn-items-list li a:hover {
text-decoration: none;
}
.jsn-master .jsn-iconselector .jsn-items-list li a [class^="icon-"],
.jsn-master .jsn-iconselector .jsn-items-list li a [class*=" icon-"] {
margin-right: 10px;
}
.jsn-master .jsn-iconselector .jsn-items-list li.active {
background-color: #08c;
}
.jsn-master .jsn-iconselector .jsn-items-list li.active a {
color: #fff;
}
/* =============== ELEMENTS SELECTOR =============== */
.jsn-master .jsn-elementselector .jsn-items-list {
height: 250px;
}
.jsn-master .jsn-elementselector .jsn-items-list li {
float: left;
width: 33.3%;
padding: 10px;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.jsn-master .jsn-elementselector .jsn-items-list li:hover {
background-color: transparent;
}
.jsn-master .jsn-elementselector .jsn-items-list li button {
line-height: 16px;
padding: 8px 12px;
}
.jsn-master .jsn-style-dark.jsn-section-content {
background-color: #333;
color: #ccc;
transition: background 0.3s ease-out;
-moz-transition: background 0.3s ease-out;
-webkit-transition: background 0.3s ease-out;
}
.jsn-master .jsn-style-dark .jsn-add-more {
color: #999;
}
.jsn-master .jsn-style-dark .jsn-add-more:hover {
background-color: #444;
}
/* =============== ELEMENTS QUICK SEARCH =============== */
.jsn-master .jsn-reset-search{
display: none;
position: absolute;
right: 15px;
top: 6px;
color: #aaaaaa;
}
.jsn-master .jsn-reset-search:hover{
color: #0e0e0e;
text-decoration: none;
}
.jsn-master .jsn-quick-search{
position: relative;
}
/* =============== ANIMATION =============== */
.jsn-master .jsn-fade-out {
visibility: hidden;
opacity: 0;
-webkit-transition: visibility 0s linear 0.3s, opacity 0.5s linear;
-moz-transition: visibility 0s linear 0.3s, opacity 0.5s linear;
transition: visibility 0s linear 0.3s, opacity 0.5s linear;
}
.jsn-master .jsn-fade-in {
}
.jsn-master .jsn-download-progress {
display: inline-block;
width: 150px;
display: none;
}
.jsn-master .jsn-download-progress .progress {
margin: 0 5px;
margin-top: 5px;
margin-bottom: -7px;
display: inline-block;
width: 50px;
}
.jsn-master .jsn-download-progress .percentage {
display: inline-block;
}
#jsn-upgrade-editions,
#jsn-upgrade-message {
display: none;
}
.jsn-master .jsn-handle-drag {
background: none repeat scroll 0 0 #EFEFEF;
cursor: move;
}
.jsn-master .jsn-handle-drag.jsn-horizontal {
height: 40px;
margin-bottom: 10px;
}
.jsn-master .jsn-handle-drag.jsn-vertical {
width: 30px;
height: 100%;
margin-left: 10px;
}
.jsn-master .jsn-handle-drag.jsn-iconbar-trigger .jsn-iconbar {
top: 5px;
}
.jsn-master .jsn-fieldset-filter {
margin-bottom: 15px;
}
.jsn-master .jsn-bootstrap .jsn-fieldset-filter label,
.jsn-master .jsn-bootstrap .jsn-fieldset-filter input,
.jsn-master .jsn-bootstrap .jsn-fieldset-filter select,
.jsn-master .jsn-bootstrap .jsn-fieldset-filter .btn {
margin: 0 3px;
float: left;
}
.jsn-master .jsn-fieldset-search {
}
.jsn-master .jsn-fieldset-select {
}
.jsn-master .jsn-fieldset-filter-select {
width: 250px;
padding-bottom: 10px;
}
.jsn-master .jsn-fieldset-filter-select select {
float: left;
margin: 2px 3px;
}
.jsn-master .select2-container {
width: 220px;
}
/* Form validation */
.jsn-form-validation-failed {
position: fixed;
top: 33%;
left: 50%;
width: auto;
max-width: 66%;
}
.jsn-bootstrap input.invalid,
.jsn-bootstrap textarea.invalid {
border-color: red;
}
.jsn-master .jsn-upgrade-want-to-send-data {
font-size: 10px;
font-style: italic;
display: inline-block;
}
#check-token-key-msg {
margin-top: 5px;
}
#check-token-key-msg a {
color: #ffe400;
}
#jsnconfig-token-key-field div.row {
margin-left: 0;
}
#jsnconfig-token-key-field div.row label {
font-weight: bold;
display: block !important;
}
#jsnconfig-token-key-field .padding-top-5 {
padding-top: 5px;
}
#global-parameter-token-key-field .form-actions {
display: none;
}
#global-parameter-token-key .jsnextfw-token-message p {
margin: 0;
}
#global-parameter-token-key-field .alert-success h4,
#global-parameter-token-key-field .alert-success,
#global-parameter-token-key .alert-success h4,
#global-parameter-token-key .alert-success {
color: #3c763d;
}
#global-parameter-token-key-field .alert-error h4,
#global-parameter-token-key-field .alert-error,
#global-parameter-token-key .alert-error h4,
#global-parameter-token-key .alert-error {
color: #a94442 !important;
}
#global-parameter-token-key .alert-error {
background-color: #f2dede !important;
} |
app/views/templates/_layout.html | vampirekiss/wechat_message | {% include "_header.html" %}
<div id="page-header">
<div class="flash-container">
{% for category,message in get_flashed_messages() %}
<div class="alert alert-{{ category }}" type="{{ category }}">{{ message }}</div>
{% end %}
</div>
<div class="nav">
<ul>
<li {%if view_name == 'menu'%}class="active"{%end%}><a href="./menu">菜单管理</a></li>
<li {%if view_name == 'event-setting'%}class="active"{%end%}><a href="./event-setting">事件消息设置</a></li>
</ul>
</div>
</div>
<div id="wrapper">
<div data-ng-app>
{% block body %}{% end %}
</div>
</div>
{% include "_footer.html" %} |
themes/bootstrap/css/screen.css | nichtich/vufind | .block { display:block }
.centered-pills { text-align:center }
.centered-pills ul.nav-pills { display:inline-block }
.centered-pills li { display:inline }
.centered-pills a { float:left }
#commentList table {width:100%}
.comment {width:100%}
.comment .popover {display:block;margin-top:6px;max-width:none;position:relative}
form.comment .span3 {padding-top:60px}
.front { position:absolute;top:0;left:0;width:100%;padding-top:20%;z-index:5 }
* html .centered-pills ul.nav-pills { display:inline } /* IE6 */
*+html .centered-pills ul.nav-pills { display:inline } /* IE7 */
.inlineblock {display:inline-block}
li a.hidden {display:none}
.modal .lightbox-header {display:none}
.modal-body { max-height:600px }
.nav-list i[class^="icon-"] { margin:0;padding:0;text-align:center;width:16px }
.pad { padding:12px }
.pager { margin:0 0 8px 0 }
.sidebar { padding:4px 0 0 0 }
.sidebar h4 { margin:6px 8px }
.sidebar .checkbox { margin-left:10px }
.sidebar .nav-list li:not(.divider) { min-height:26px }
.sidebar .nav-list li span.main { display:inline-block;padding:3px 0 }
.sidebar .nav-list li input[type="checkbox"] { float:left;margin:4px 3px 0 0 }
.sidebar .nav-list li.applied input[type="checkbox"] { margin-top:7px }
.sidebar .nav-list li .icon-ok { margin-top:3px }
.sidebar .nav-list li .icon-remove { margin-left:3px }
.sidebar .small { color:#333;line-height:85% }
.sidebar a .small { margin-top:6px }
.sidebar a.small,.sidebar .small a { color:#08C }
.small { font-size:85% }
.switch-margins,.row .switch-margins,.row-fluid .switch-margins { display: inline-block; margin:auto 0 }
div.xml { display:block;font:10pt Courier;text-align:left;padding-left:1em }
div.xml.collapsed > div { display:none;margin-left:2px }
.xmlt { cursor:pointer;margin-left:-16px }
.xmlt:before { content:'- ' }
.collapsed .xmlt:before { content:'+ ' }
/* --- Collapsing Facets ---*/
.sidebar .collapsed .nav-header {cursor:pointer}
.sidebar .collapsed .nav-header:before {
content:'\25BC';
display:block;
float:right;
width:10px;
margin:1px 3px 0 0;
text-align:center;
font-size:8pt;
}
.sidebar .collapsed li:not(.nav-header) {display:none}
.sidebar .collapsed.open .nav-header:before {content:'\25B2'}
.sidebar .collapsed.open li:not(.hidden) {display:block}
/* --- Search result flexing --- */
@media (min-width: 601px) and (max-width: 767px) {
.result .left,.result .middle,.result .right {
display:table;
float:left;
margin:0 10px;
max-width:44%;
width:auto;
}
.result .right {float:right}
.grid[id^=result] {
float:left;
width:25%;
}
}
@media (max-width: 600px) {
.result .left,.result .middle,.result .right {
display:table;
margin:auto;
width:auto;
}
.result .middle {
width:75%;
}
}
#gbsViewer {
margin:25px 0px 50px 25px;
width: 90%;
height: 600px;
}
|
NEB/Doc/user_guide/node9.html | zhouxzh/qe-6.1-zhong | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2012 (1.2)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>5 Using PWneb</TITLE>
<META NAME="description" CONTENT="5 Using PWneb">
<META NAME="keywords" CONTENT="user_guide">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2012">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="user_guide.css">
<LINK REL="next" HREF="node10.html">
<LINK REL="previous" HREF="node6.html">
<LINK REL="up" HREF="user_guide.html">
<LINK REL="next" HREF="node10.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html131"
HREF="node10.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html127"
HREF="user_guide.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html121"
HREF="node8.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html129"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html132"
HREF="node10.html">6 Performances</A>
<B> Up:</B> <A NAME="tex2html128"
HREF="user_guide.html">User's Guide for The</A>
<B> Previous:</B> <A NAME="tex2html122"
HREF="node8.html">4.2 Parallelization levels</A>
<B> <A NAME="tex2html130"
HREF="node1.html">Contents</A></B>
<BR>
<BR>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION00060000000000000000">
5 Using <TT>PWneb</TT></A>
</H1>
<P>
NEB calculations with <TT>neb.x</TT> can be started in two different ways:
<OL>
<LI>by reading a single input file, specified with the command line
option <TT>-i</TT> (or <TT>-in</TT>, or <TT>-inp</TT> );
</LI>
<LI>by specifying the number <I>N</I>
<tex2html_verbatim_mark> of images with the command line option
<TT>-input_images N</TT>, and providing the input data for <TT>PWneb</TT> in
a file named <TT>neb.dat</TT> and for the <TT>PWscf</TT> engine in the files
<TT>pw_X.in</TT> (<I>X</I> = 1,..., <I>N</I>
<tex2html_verbatim_mark>, see also below).
</LI>
</OL>
<P>
In the first case, the input file contains keywords (described here below)
that enable the code to distinguish between parts of the input containing
NEB-specific parameters and parts containing instructions for the
computational engine (only PW is currently supported).
<P>
<B>N.B.:</B> the <TT>neb.x</TT> code does not read from standard input,
so that input redirection (e.g., <TT>neb.x < neb.in ...</TT>) cannot be used.
<P>
The general structure of the file to be parsed should be as follows:
<PRE>
BEGIN
BEGIN_PATH_INPUT
~... neb specific namelists and cards
END_PATH_INPUT
BEGIN_ENGINE_INPUT
~...pw specific namelists and cards
BEGIN_POSITIONS
FIRST_IMAGE
~...pw ATOMIC_POSITIONS card
INTERMEDIATE_IMAGE
~...pw ATOMIC_POSITIONS card
LAST_IMAGE
~...pw ATOMIC_POSITIONS card
END_POSITIONS
~... other pw specific cards
END_ENGINE_INPUT
END
</PRE>
<P>
After the parsing is completed, several files are generated by <TT>PWneb</TT>, more
specifically: <TT>neb.dat</TT>, with NEB-related input data,
and a set of input files in the <TT>PWscf</TT> format, <TT>pw_1.in</TT>, ...,
<TT>pw_N.in</TT>, one for each set of atomic position (image) found in
the original input file.
For the second case, the <TT>neb.dat</TT> file and all <TT>pw_X.in</TT>
should be already present in the directory where the code is started.
A detailed description of all NEB-specific input variables is contained
in the input description files <TT>Doc/INPUT_NEB.*</TT>, while for the
<TT>PWscf</TT> engine all the options of a <TT>scf</TT> calculation apply (see
<TT>PW/Doc/INPUT_PW.*</TT> and <TT>example01</TT> in the
<TT>NEB/examples</TT> directory).
<P>
A NEB calculation will produce a number of output files containing additional
information on the minimum-energy path. The following files are created in the
directory were the code is started:
<DL>
<DT><STRONG><TT>prefix.dat</TT></STRONG></DT>
<DD>is a three-column file containing the position of each image on the reaction
coordinate (arb. units), its energy in eV relative to the energy of the first image
and the residual error for the image in eV/<I>a</I><SUB>0</SUB>
<tex2html_verbatim_mark>.
</DD>
<DT><STRONG><TT>prefix.int</TT></STRONG></DT>
<DD>contains an interpolation of the path energy profile that pass exactly through each
image; it is computed using both the image energies and their derivatives
</DD>
<DT><STRONG><TT>prefix.path</TT></STRONG></DT>
<DD>information used by Q<SMALL>UANTUM </SMALL>ESPRESSO
to restart a path calculation, its format depends on the input
details and is undocumented
</DD>
<DT><STRONG><TT>prefix.axsf</TT></STRONG></DT>
<DD>atomic positions of all path images in the XCrySDen animation format:
to visualize it, use <TT>xcrysden -axsf prefix.axsf</TT>
</DD>
<DT><STRONG><TT>prefix.xyz</TT></STRONG></DT>
<DD>atomic positions of all path images in the generic xyz format, used by
many quantum-chemistry softwares
</DD>
<DT><STRONG><TT>prefix.crd</TT></STRONG></DT>
<DD>path information in the input format used by <TT>pw.x</TT>, suitable for a manual
restart of the calculation
</DD>
</DL>
where <TT>prefix</TT> is the <TT>PWscf</TT> variable specified in the input.
The more verbose output from the <TT>PWscf</TT> engine is not printed on the standard
output, but is redirected into a file stored in the image-specific temporary
directories (e.g. <TT>outdir/prefix_1/PW.out</TT> for the first image, etc.).
<P>
NEB calculations are a bit tricky in general and require extreme care to be
setup correctly. Sometimes it can easily take hundreds of iterations for them
to converge, depending on the number of atoms and of images.
Here you can find some advice (courtesy of Lorenzo Paulatto):
<OL>
<LI>Don't use Climbing Image (CI) from the beginning. It makes convergence slower,
especially if the special image changes during the convergence process (this
may happen if <TT>CI_scheme='auto'</TT> and if it does it may mess up everything).
Converge your calculation, then restart from the last configuration with
CI option enabled (note that this will <EM>increase</EM> the barrier).
</LI>
<LI>Carefully choose the initial path.
If you ask the code to use more images than those you have supplied on input,
the code will make a linear interpolation of the atomic positions between
consecutive input images.
You can visualize the <TT>.axsf</TT> file with XCrySDen as an animation:
take some time to check if any atoms overlap or get very close in some
of the new images (in that case you will have to supply intermediate images).
Remember that Q<SMALL>UANTUM </SMALL>ESPRESSO assumes continuity between two consecutive input images
to initialize the path. In other words, periodic images are not used
by default, so that an unwanted path could result if some atom crosses the
border of the unit cell and it is refolded in the unit cell in the input image.
The problem can be solved by activating the mininum_image option, which choses
an appropriate periodic replica of any atom that moves by more than half the
size of the unit cell between two consecutive input images.
If this does not work either, you may have to manually translate an atom by
one or more unit cell base vectors in order to have a meaningful initial path.
</LI>
<LI>Try to start the NEB process with most atomic positions fixed,
in order to converge the more "problematic" ones, before leaving
all atoms move.
</LI>
<LI>Especially for larger systems, you can start NEB with lower accuracy
(less k-points, lower cutoff) and then increase it when it has
converged to refine your calculation.
</LI>
<LI>Use the Broyden algorithm instead of the default one: it is a bit more
fragile, but it removes the problem of "oscillations" in the calculated
activation energies. If these oscillations persist, and you cannot afford
more images, focus to a smaller problem, decompose it into pieces.
</LI>
<LI>A gross estimate of the required number of iterations is
(number of images) * (number of atoms) * 3. Atoms that do not
move should not be counted. It may take half that many iterations,
or twice as many, but more or less that's the order of magnitude,
unless one starts from a very good or very bad initial guess.
</LI>
</OL>
<P>
The code <TT>path_int.x</TT> is
is a tool to generate a new path (what is actually
generated is the restart file) starting from an old one through
interpolation (cubic splines). The new path can be discretized with a
different number of images (this is its main purpose), images are
equispaced and the interpolation can be also
performed on a subsection of the old path. The input file needed by
<TT>path_int.x</TT> can be easily set up with the help of the self-explanatory
<TT>path_interpolation.sh</TT> shell script in the <TT>NEB/tools</TT> folder.
<P>
<HR>
<!--Navigation Panel-->
<A NAME="tex2html131"
HREF="node10.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html127"
HREF="user_guide.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html121"
HREF="node8.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html129"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html132"
HREF="node10.html">6 Performances</A>
<B> Up:</B> <A NAME="tex2html128"
HREF="user_guide.html">User's Guide for The</A>
<B> Previous:</B> <A NAME="tex2html122"
HREF="node8.html">4.2 Parallelization levels</A>
<B> <A NAME="tex2html130"
HREF="node1.html">Contents</A></B>
<!--End of Navigation Panel-->
<ADDRESS>
2017-03-03
</ADDRESS>
</BODY>
</HTML>
|
docs/tilibs-docs/libtifiles/headers.html | maximaximal/TiSuite | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Header File Index</title>
<link rel="STYLESHEET" type="TEXT/CSS" href="style.css">
</head>
<body bgcolor="#fffff8">
<table class="INVTABLE" width="100%">
<tbody>
<tr>
<td class="NOBORDER" width="40"><img src="info.gif" border="0"
height="32" width="32"> </td>
<td class="TITLE">TiFiles Library Header Files</td>
</tr>
</tbody>
</table>
<hr>
<p>There are few headers to include for using the tifiles library. They
are listed below: <br>
</p>
<table class="NOBORDER" border="5" cellpadding="5" cellspacing="5">
<tbody>
<tr>
<td class="NOBORDER" align="left" valign="top"><b>tifiles.h</b></td>
<td class="NOBORDER" width="10"><br>
</td>
<td class="NOBORDER" style="text-align: left;">Convenient header
which includes all the stuffs you need.<br>
</td>
</tr>
<tr>
<td style="vertical-align: top;"><span style="font-weight: bold;">files8x.h</span><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;">Need to be included for specific
TI8x file manipulations.<br>
</td>
</tr>
<tr>
<td style="vertical-align: top;"><span style="font-weight: bold;">files9x.h</span><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;">Need to be included for specific
TI9x file manipulations.</td>
</tr>
</tbody>
</table>
<p><b>Note:</b> these are the headers you are allowed to include in
your program. Don't use any others, please ! </p>
<br>
<h3> <a href="index.html">Return to the main index</a> </h3>
</body>
</html>
|
gitcredentials.html | michelsouza/git-manual-translate | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 8.6.8" />
<title>gitcredentials(7)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
/* Default font. */
body {
font-family: Georgia,serif;
}
/* Title font. */
h1, h2, h3, h4, h5, h6,
div.title, caption.title,
thead, p.table.header,
#toctitle,
#author, #revnumber, #revdate, #revremark,
#footer {
font-family: Arial,Helvetica,sans-serif;
}
body {
margin: 1em 5% 1em 5%;
}
a {
color: blue;
text-decoration: underline;
}
a:visited {
color: fuchsia;
}
em {
font-style: italic;
color: navy;
}
strong {
font-weight: bold;
color: #083194;
}
h1, h2, h3, h4, h5, h6 {
color: #527bbd;
margin-top: 1.2em;
margin-bottom: 0.5em;
line-height: 1.3;
}
h1, h2, h3 {
border-bottom: 2px solid silver;
}
h2 {
padding-top: 0.5em;
}
h3 {
float: left;
}
h3 + * {
clear: left;
}
h5 {
font-size: 1.0em;
}
div.sectionbody {
margin-left: 0;
}
hr {
border: 1px solid silver;
}
p {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
ul, ol, li > p {
margin-top: 0;
}
ul > li { color: #aaa; }
ul > li > * { color: black; }
.monospaced, code, pre {
font-family: "Courier New", Courier, monospace;
font-size: inherit;
color: navy;
padding: 0;
margin: 0;
}
#author {
color: #527bbd;
font-weight: bold;
font-size: 1.1em;
}
#email {
}
#revnumber, #revdate, #revremark {
}
#footer {
font-size: small;
border-top: 2px solid silver;
padding-top: 0.5em;
margin-top: 4.0em;
}
#footer-text {
float: left;
padding-bottom: 0.5em;
}
#footer-badges {
float: right;
padding-bottom: 0.5em;
}
#preamble {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
div.imageblock, div.exampleblock, div.verseblock,
div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
div.admonitionblock {
margin-top: 1.0em;
margin-bottom: 1.5em;
}
div.admonitionblock {
margin-top: 2.0em;
margin-bottom: 2.0em;
margin-right: 10%;
color: #606060;
}
div.content { /* Block element content. */
padding: 0;
}
/* Block element titles. */
div.title, caption.title {
color: #527bbd;
font-weight: bold;
text-align: left;
margin-top: 1.0em;
margin-bottom: 0.5em;
}
div.title + * {
margin-top: 0;
}
td div.title:first-child {
margin-top: 0.0em;
}
div.content div.title:first-child {
margin-top: 0.0em;
}
div.content + div.title {
margin-top: 0.0em;
}
div.sidebarblock > div.content {
background: #ffffee;
border: 1px solid #dddddd;
border-left: 4px solid #f0f0f0;
padding: 0.5em;
}
div.listingblock > div.content {
border: 1px solid #dddddd;
border-left: 5px solid #f0f0f0;
background: #f8f8f8;
padding: 0.5em;
}
div.quoteblock, div.verseblock {
padding-left: 1.0em;
margin-left: 1.0em;
margin-right: 10%;
border-left: 5px solid #f0f0f0;
color: #888;
}
div.quoteblock > div.attribution {
padding-top: 0.5em;
text-align: right;
}
div.verseblock > pre.content {
font-family: inherit;
font-size: inherit;
}
div.verseblock > div.attribution {
padding-top: 0.75em;
text-align: left;
}
/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
div.verseblock + div.attribution {
text-align: left;
}
div.admonitionblock .icon {
vertical-align: top;
font-size: 1.1em;
font-weight: bold;
text-decoration: underline;
color: #527bbd;
padding-right: 0.5em;
}
div.admonitionblock td.content {
padding-left: 0.5em;
border-left: 3px solid #dddddd;
}
div.exampleblock > div.content {
border-left: 3px solid #dddddd;
padding-left: 0.5em;
}
div.imageblock div.content { padding-left: 0; }
span.image img { border-style: none; }
a.image:visited { color: white; }
dl {
margin-top: 0.8em;
margin-bottom: 0.8em;
}
dt {
margin-top: 0.5em;
margin-bottom: 0;
font-style: normal;
color: navy;
}
dd > *:first-child {
margin-top: 0.1em;
}
ul, ol {
list-style-position: outside;
}
ol.arabic {
list-style-type: decimal;
}
ol.loweralpha {
list-style-type: lower-alpha;
}
ol.upperalpha {
list-style-type: upper-alpha;
}
ol.lowerroman {
list-style-type: lower-roman;
}
ol.upperroman {
list-style-type: upper-roman;
}
div.compact ul, div.compact ol,
div.compact p, div.compact p,
div.compact div, div.compact div {
margin-top: 0.1em;
margin-bottom: 0.1em;
}
tfoot {
font-weight: bold;
}
td > div.verse {
white-space: pre;
}
div.hdlist {
margin-top: 0.8em;
margin-bottom: 0.8em;
}
div.hdlist tr {
padding-bottom: 15px;
}
dt.hdlist1.strong, td.hdlist1.strong {
font-weight: bold;
}
td.hdlist1 {
vertical-align: top;
font-style: normal;
padding-right: 0.8em;
color: navy;
}
td.hdlist2 {
vertical-align: top;
}
div.hdlist.compact tr {
margin: 0;
padding-bottom: 0;
}
.comment {
background: yellow;
}
.footnote, .footnoteref {
font-size: 0.8em;
}
span.footnote, span.footnoteref {
vertical-align: super;
}
#footnotes {
margin: 20px 0 20px 0;
padding: 7px 0 0 0;
}
#footnotes div.footnote {
margin: 0 0 5px 0;
}
#footnotes hr {
border: none;
border-top: 1px solid silver;
height: 1px;
text-align: left;
margin-left: 0;
width: 20%;
min-width: 100px;
}
div.colist td {
padding-right: 0.5em;
padding-bottom: 0.3em;
vertical-align: top;
}
div.colist td img {
margin-top: 0.3em;
}
@media print {
#footer-badges { display: none; }
}
#toc {
margin-bottom: 2.5em;
}
#toctitle {
color: #527bbd;
font-size: 1.1em;
font-weight: bold;
margin-top: 1.0em;
margin-bottom: 0.1em;
}
div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
margin-top: 0;
margin-bottom: 0;
}
div.toclevel2 {
margin-left: 2em;
font-size: 0.9em;
}
div.toclevel3 {
margin-left: 4em;
font-size: 0.9em;
}
div.toclevel4 {
margin-left: 6em;
font-size: 0.9em;
}
span.aqua { color: aqua; }
span.black { color: black; }
span.blue { color: blue; }
span.fuchsia { color: fuchsia; }
span.gray { color: gray; }
span.green { color: green; }
span.lime { color: lime; }
span.maroon { color: maroon; }
span.navy { color: navy; }
span.olive { color: olive; }
span.purple { color: purple; }
span.red { color: red; }
span.silver { color: silver; }
span.teal { color: teal; }
span.white { color: white; }
span.yellow { color: yellow; }
span.aqua-background { background: aqua; }
span.black-background { background: black; }
span.blue-background { background: blue; }
span.fuchsia-background { background: fuchsia; }
span.gray-background { background: gray; }
span.green-background { background: green; }
span.lime-background { background: lime; }
span.maroon-background { background: maroon; }
span.navy-background { background: navy; }
span.olive-background { background: olive; }
span.purple-background { background: purple; }
span.red-background { background: red; }
span.silver-background { background: silver; }
span.teal-background { background: teal; }
span.white-background { background: white; }
span.yellow-background { background: yellow; }
span.big { font-size: 2em; }
span.small { font-size: 0.6em; }
span.underline { text-decoration: underline; }
span.overline { text-decoration: overline; }
span.line-through { text-decoration: line-through; }
div.unbreakable { page-break-inside: avoid; }
/*
* xhtml11 specific
*
* */
div.tableblock {
margin-top: 1.0em;
margin-bottom: 1.5em;
}
div.tableblock > table {
border: 3px solid #527bbd;
}
thead, p.table.header {
font-weight: bold;
color: #527bbd;
}
p.table {
margin-top: 0;
}
/* Because the table frame attribute is overriden by CSS in most browsers. */
div.tableblock > table[frame="void"] {
border-style: none;
}
div.tableblock > table[frame="hsides"] {
border-left-style: none;
border-right-style: none;
}
div.tableblock > table[frame="vsides"] {
border-top-style: none;
border-bottom-style: none;
}
/*
* html5 specific
*
* */
table.tableblock {
margin-top: 1.0em;
margin-bottom: 1.5em;
}
thead, p.tableblock.header {
font-weight: bold;
color: #527bbd;
}
p.tableblock {
margin-top: 0;
}
table.tableblock {
border-width: 3px;
border-spacing: 0px;
border-style: solid;
border-color: #527bbd;
border-collapse: collapse;
}
th.tableblock, td.tableblock {
border-width: 1px;
padding: 4px;
border-style: solid;
border-color: #527bbd;
}
table.tableblock.frame-topbot {
border-left-style: hidden;
border-right-style: hidden;
}
table.tableblock.frame-sides {
border-top-style: hidden;
border-bottom-style: hidden;
}
table.tableblock.frame-none {
border-style: hidden;
}
th.tableblock.halign-left, td.tableblock.halign-left {
text-align: left;
}
th.tableblock.halign-center, td.tableblock.halign-center {
text-align: center;
}
th.tableblock.halign-right, td.tableblock.halign-right {
text-align: right;
}
th.tableblock.valign-top, td.tableblock.valign-top {
vertical-align: top;
}
th.tableblock.valign-middle, td.tableblock.valign-middle {
vertical-align: middle;
}
th.tableblock.valign-bottom, td.tableblock.valign-bottom {
vertical-align: bottom;
}
/*
* manpage specific
*
* */
body.manpage h1 {
padding-top: 0.5em;
padding-bottom: 0.5em;
border-top: 2px solid silver;
border-bottom: 2px solid silver;
}
body.manpage h2 {
border-style: none;
}
body.manpage div.sectionbody {
margin-left: 3em;
}
@media print {
body.manpage div#toc { display: none; }
}
</style>
<script type="text/javascript">
/*<+'])');
// Function that scans the DOM tree for header elements (the DOM2
// nodeIterator API would be a better technique but not supported by all
// browsers).
var iterate = function (el) {
for (var i = el.firstChild; i != null; i = i.nextSibling) {
if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
var mo = re.exec(i.tagName);
if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
}
iterate(i);
}
}
}
iterate(el);
return result;
}
var toc = document.getElementById("toc");
if (!toc) {
return;
}
// Delete existing TOC entries in case we're reloading the TOC.
var tocEntriesToRemove = [];
var i;
for (i = 0; i < toc.childNodes.length; i++) {
var entry = toc.childNodes[i];
if (entry.nodeName.toLowerCase() == 'div'
&& entry.getAttribute("class")
&& entry.getAttribute("class").match(/^toclevel/))
tocEntriesToRemove.push(entry);
}
for (i = 0; i < tocEntriesToRemove.length; i++) {
toc.removeChild(tocEntriesToRemove[i]);
}
// Rebuild TOC entries.
var entries = tocEntries(document.getElementById("content"), toclevels);
for (var i = 0; i < entries.length; ++i) {
var entry = entries[i];
if (entry.element.id == "")
entry.element.id = "_toc_" + i;
var a = document.createElement("a");
a.href = "#" + entry.element.id;
a.appendChild(document.createTextNode(entry.text));
var div = document.createElement("div");
div.appendChild(a);
div.className = "toclevel" + entry.toclevel;
toc.appendChild(div);
}
if (entries.length == 0)
toc.parentNode.removeChild(toc);
},
/////////////////////////////////////////////////////////////////////
// Footnotes generator
/////////////////////////////////////////////////////////////////////
/* Based on footnote generation code from:
* http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
*/
footnotes: function () {
// Delete existing footnote entries in case we're reloading the footnodes.
var i;
var noteholder = document.getElementById("footnotes");
if (!noteholder) {
return;
}
var entriesToRemove = [];
for (i = 0; i < noteholder.childNodes.length; i++) {
var entry = noteholder.childNodes[i];
if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
entriesToRemove.push(entry);
}
for (i = 0; i < entriesToRemove.length; i++) {
noteholder.removeChild(entriesToRemove[i]);
}
// Rebuild footnote entries.
var cont = document.getElementById("content");
var spans = cont.getElementsByTagName("span");
var refs = {};
var n = 0;
for (i=0; i<spans.length; i++) {
if (spans[i].className == "footnote") {
n++;
var note = spans[i].getAttribute("data-note");
if (!note) {
// Use [\s\S] in place of . so multi-line matches work.
// Because JavaScript has no s (dotall) regex flag.
note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
spans[i].innerHTML =
"[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
"' title='View footnote' class='footnote'>" + n + "</a>]";
spans[i].setAttribute("data-note", note);
}
noteholder.innerHTML +=
"<div class='footnote' id='_footnote_" + n + "'>" +
"<a href='#_footnoteref_" + n + "' title='Return to text'>" +
n + "</a>. " + note + "</div>";
var id =spans[i].getAttribute("id");
if (id != null) refs["#"+id] = n;
}
}
if (n == 0)
noteholder.parentNode.removeChild(noteholder);
else {
// Process footnoterefs.
for (i=0; i<spans.length; i++) {
if (spans[i].className == "footnoteref") {
var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
href = href.match(/#.*/)[0]; // Because IE return full URL.
n = refs[href];
spans[i].innerHTML =
"[<a href='#_footnote_" + n +
"' title='View footnote' class='footnote'>" + n + "</a>]";
}
}
}
},
install: function(toclevels) {
var timerId;
function reinstall() {
asciidoc.footnotes();
if (toclevels) {
asciidoc.toc(toclevels);
}
}
function reinstallAndRemoveTimer() {
clearInterval(timerId);
reinstall();
}
timerId = setInterval(reinstall, 500);
if (document.addEventListener)
document.addEventListener("DOMContentLoaded", reinstallAndRemoveTimer, false);
else
window.onload = reinstallAndRemoveTimer;
}
}
asciidoc.install();
/*]]>*/
</script>
</head>
<body class="manpage">
<div id="header">
<h1>
gitcredentials(7) Manual Page
</h1>
<h2>NAME</h2>
<div class="sectionbody">
<p>gitcredentials -
providing usernames and passwords to Git
</p>
</div>
</div>
<div id="content">
<div class="sect1">
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="listingblock">
<div class="content">
<pre><code>git config credential.https://example.com.username myusername
git config credential.helper "$helper $options"</code></pre>
</div></div>
</div>
</div>
<div class="sect1">
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="paragraph"><p>Git will sometimes need credentials from the user in order to perform
operations; for example, it may need to ask for a username and password
in order to access a remote repository over HTTP. This manual describes
the mechanisms Git uses to request these credentials, as well as some
features to avoid inputting these credentials repeatedly.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_requesting_credentials">REQUESTING CREDENTIALS</h2>
<div class="sectionbody">
<div class="paragraph"><p>Without any credential helpers defined, Git will try the following
strategies to ask the user for usernames and passwords:</p></div>
<div class="olist arabic"><ol class="arabic">
<li>
<p>
If the <code>GIT_ASKPASS</code> environment variable is set, the program
specified by the variable is invoked. A suitable prompt is provided
to the program on the command line, and the user’s input is read
from its standard output.
</p>
</li>
<li>
<p>
Otherwise, if the <code>core.askpass</code> configuration variable is set, its
value is used as above.
</p>
</li>
<li>
<p>
Otherwise, if the <code>SSH_ASKPASS</code> environment variable is set, its
value is used as above.
</p>
</li>
<li>
<p>
Otherwise, the user is prompted on the terminal.
</p>
</li>
</ol></div>
</div>
</div>
<div class="sect1">
<h2 id="_avoiding_repetition">AVOIDING REPETITION</h2>
<div class="sectionbody">
<div class="paragraph"><p>It can be cumbersome to input the same credentials over and over. Git
provides two methods to reduce this annoyance:</p></div>
<div class="olist arabic"><ol class="arabic">
<li>
<p>
Static configuration of usernames for a given authentication context.
</p>
</li>
<li>
<p>
Credential helpers to cache or store passwords, or to interact with
a system password wallet or keychain.
</p>
</li>
</ol></div>
<div class="paragraph"><p>The first is simple and appropriate if you do not have secure storage available
for a password. It is generally configured by adding this to your config:</p></div>
<div class="listingblock">
<div class="content">
<pre><code>[credential "https://example.com"]
username = me</code></pre>
</div></div>
<div class="paragraph"><p>Credential helpers, on the other hand, are external programs from which Git can
request both usernames and passwords; they typically interface with secure
storage provided by the OS or other programs.</p></div>
<div class="paragraph"><p>To use a helper, you must first select one to use. Git currently
includes the following helpers:</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
cache
</dt>
<dd>
<p>
Cache credentials in memory for a short period of time. See
<a href="git-credential-cache.html">git-credential-cache(1)</a> for details.
</p>
</dd>
<dt class="hdlist1">
store
</dt>
<dd>
<p>
Store credentials indefinitely on disk. See
<a href="git-credential-store.html">git-credential-store(1)</a> for details.
</p>
</dd>
</dl></div>
<div class="paragraph"><p>You may also have third-party helpers installed; search for
<code>credential-*</code> in the output of <code>git help -a</code>, and consult the
documentation of individual helpers. Once you have selected a helper,
you can tell Git to use it by putting its name into the
credential.helper variable.</p></div>
<div class="olist arabic"><ol class="arabic">
<li>
<p>
Find a helper.
</p>
<div class="listingblock">
<div class="content">
<pre><code>$ git help -a | grep credential-
credential-foo</code></pre>
</div></div>
</li>
<li>
<p>
Read its description.
</p>
<div class="listingblock">
<div class="content">
<pre><code>$ git help credential-foo</code></pre>
</div></div>
</li>
<li>
<p>
Tell Git to use it.
</p>
<div class="listingblock">
<div class="content">
<pre><code>$ git config --global credential.helper foo</code></pre>
</div></div>
</li>
</ol></div>
<div class="paragraph"><p>If there are multiple instances of the <code>credential.helper</code> configuration
variable, each helper will be tried in turn, and may provide a username,
password, or nothing. Once Git has acquired both a username and a
password, no more helpers will be tried.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_credential_contexts">CREDENTIAL CONTEXTS</h2>
<div class="sectionbody">
<div class="paragraph"><p>Git considers each credential to have a context defined by a URL. This context
is used to look up context-specific configuration, and is passed to any
helpers, which may use it as an index into secure storage.</p></div>
<div class="paragraph"><p>For instance, imagine we are accessing <code>https://example.com/foo.git</code>. When Git
looks into a config file to see if a section matches this context, it will
consider the two a match if the context is a more-specific subset of the
pattern in the config file. For example, if you have this in your config file:</p></div>
<div class="listingblock">
<div class="content">
<pre><code>[credential "https://example.com"]
username = foo</code></pre>
</div></div>
<div class="paragraph"><p>then we will match: both protocols are the same, both hosts are the same, and
the "pattern" URL does not care about the path component at all. However, this
context would not match:</p></div>
<div class="listingblock">
<div class="content">
<pre><code>[credential "https://kernel.org"]
username = foo</code></pre>
</div></div>
<div class="paragraph"><p>because the hostnames differ. Nor would it match <code>foo.example.com</code>; Git
compares hostnames exactly, without considering whether two hosts are part of
the same domain. Likewise, a config entry for <code>http://example.com</code> would not
match: Git compares the protocols exactly.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_configuration_options">CONFIGURATION OPTIONS</h2>
<div class="sectionbody">
<div class="paragraph"><p>Options for a credential context can be configured either in
<code>credential.*</code> (which applies to all credentials), or
<code>credential.<url>.*</code>, where <url> matches the context as described
above.</p></div>
<div class="paragraph"><p>The following options are available in either location:</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
helper
</dt>
<dd>
<p>
The name of an external credential helper, and any associated options.
If the helper name is not an absolute path, then the string <code>git
credential-</code> is prepended. The resulting string is executed by the
shell (so, for example, setting this to <code>foo --option=bar</code> will execute
<code>git credential-foo --option=bar</code> via the shell. See the manual of
specific helpers for examples of their use.
</p>
</dd>
<dt class="hdlist1">
username
</dt>
<dd>
<p>
A default username, if one is not provided in the URL.
</p>
</dd>
<dt class="hdlist1">
useHttpPath
</dt>
<dd>
<p>
By default, Git does not consider the "path" component of an http URL
to be worth matching via external helpers. This means that a credential
stored for <code>https://example.com/foo.git</code> will also be used for
<code>https://example.com/bar.git</code>. If you do want to distinguish these
cases, set this option to <code>true</code>.
</p>
</dd>
</dl></div>
</div>
</div>
<div class="sect1">
<h2 id="_custom_helpers">CUSTOM HELPERS</h2>
<div class="sectionbody">
<div class="paragraph"><p>You can write your own custom helpers to interface with any system in
which you keep credentials. See the documentation for Git’s
<a href="technical/api-credentials.html">credentials API</a> for details.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_git">GIT</h2>
<div class="sectionbody">
<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
</div>
</div>
</div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Last updated 2013-02-05 21:07:26 PST
</div>
</div>
</body>
</html>
|
templates/todolists/todolist_confirm_delete.html | ArchAssault-Project/archassaultweb | {% extends "base.html" %}
{% block title %}ArchAssault - Delete Todo List: {{object.name}}{% endblock %}
{% block content %}
<div id="dev-todo-delete" class="box">
<h2>Delete Todo List: {{object.name}}</h2>
<p>You are about to delete the selected todo list:</p>
<blockquote>
<p>{{object.description|safe|linebreaks}}</p>
</blockquote>
<p>Are you sure?</p>
<form id="delete-todo-form" method="post">{% csrf_token %}
<p><input type="submit" value="Delete" /></p>
</form>
</div>
{% endblock %}
|
Schrodinger/Schrodinger_2015-2_docs/maestro/help_Elements_advanced/project_menu/changedir_panel.html | platinhom/ManualHom | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="../support/help.css" charset="ISO-8859-1" type="text/css" />
<title>Changing the Working Directory</title>
</head>
<body>
<table bgcolor="#dcdcdc" border="0" cellspacing="0" width="100%">
<tr><td>
<p><img src="../images/common/schrodinger_logo.png" align="left" alt=""
border="0" hspace="5" vspace="5" /></p>
</td></tr>
<tr><td>
<h1 class="title">Changing the Working Directory</h1>
</td></tr>
</table>
<p>You can change the working directory using the <span class="GUI">Change
Directory</span> panel or by entering a command in the <a
href="../workspace/command_input_area.html"><span class="GUI">Commands</span>
text box</a> in the main window. Changing the working directory changes the path
used when you click the button for the working directory in file selectors, and
(in most cases) changes the default directory when file selectors are opened. It
also changes the directory used to write job files (the <i>job launch</i> directory).
You can also change the working directory by setting a
<a href="../maestro_menu/preferences.html#general_directories">preference</a>.
</p>
<p>To open the <span class="GUI">Change Directory</span> panel:</p>
<ul>
<li><p>Choose <span class="GUI">Edit → Advanced → Change Directory</span> in the main window.
</p></li>
</ul>
<p>This panel is like a standard
<a href="../misc/fileselector.html">file selector panel</a>, but the
<span class="GUI">Files of type</span> option menu is grayed out, so
that you can only select a directory.
</p>
<p>You can also change the working directory by entering the
<code>changedirectory</code> command in the
<a href="../workspace/command_input_area.html">Command Input Area</a>.
This command is aliased by default to <code>chdir</code> or <code>cd</code> in
Maestro.</p>
<p>The syntax of the command is as follows:
</p>
<p><code>changedirectory </code><i>directory</i></p>
<p>where <i>directory</i> can be a relative path (like <code>file1.dat</code> or
<code>../file1.dat</code>) or
absolute path (like <code>/home/herc/file1.dat</code>).
<code>~</code> and <code>~</code><i>user</i> can be used. They are expanded out
automatically. Other special shell characters are NOT expanded.</p>
<p>Environment variables can also be used in a limited fashion. Environment
variables must appear at the beginning of a directory entry. For example,
<code>$MYSPECIALDIR/mmodstuff</code> is valid but
<code>/home/$PLATFORM/mmodstuff</code> is not, since the environment variable
does not appear at the beginning of the directory name.</p>
<p>Environment variables must be defined in the shell from which Maestro is
started. For example, if <code>MYSPECIALDIR</code> is defined in the shell used
to start Maestro, then it can be used as described above. If it does not exist,
a warning dialog is displayed.</p>
<a name="links"></a>
<h2>Related Topics</h2>
<ul>
<li><a href="../misc/fileselector.html">File Selectors</a></li>
<li><a href="../workspace/command_input_area.html">Command Input Area</a></li>
</ul>
<hr />
<table width="100%">
<tr><td><p class="small"><a href="../support/legal_notice.html" target="LegalNoticeWindow">Legal Notice</a></p></td>
<td>
<table align="right">
<tr><td><p class="small">
File: project_menu/changedir_panel.html<br />
Last updated: 11 Feb 2014
</p></td></tr>
</table>
</td></tr>
</table>
</body>
</html>
|
docs/types/HitsTimer.html | alucardxlx/caoticamente-shards | <html>
<head>
<title>RunUO Documentation - Class Overview - HitsTimer</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.html">Back to Server</a></h4>
<h2>(<a href="Mobile.html">Mobile</a>) - HitsTimer : <!-- DBG-1 --><a href="Timer.html">Timer</a></h2>
(<font color="blue">ctor</font>) HitsTimer( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> m )<br>
<font color="blue">virtual</font> <font color="blue">void</font> OnTick()<br>
</body>
</html>
|
js/angular-1.3.0-rc.5/docs/examples/example-example80/index.html | mcksn/DiscoverableUI | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example80</title>
<link href="animations.css" rel="stylesheet" type="text/css">
<script src="../../../angular.min.js"></script>
<script src="../../../angular-animate.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="includeExample">
<div ng-controller="ExampleController">
<select ng-model="template" ng-options="t.name for t in templates">
<option value="">(blank)</option>
</select>
url of the template: <tt>{{template.url}}</tt>
<hr/>
<div class="slide-animate-container">
<div class="slide-animate" ng-include="template.url"></div>
</div>
</div>
</body>
</html> |
docs/html/search/functions_64.html | SeanJA/ShoestringPHP | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRResult" id="SR_delete">
<div class="SREntry">
<a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_delete')">delete</a>
<div class="SRChildren">
<a id="Item0_c0" onkeydown="return searchResults.NavChild(event,0,0)" onkeypress="return searchResults.NavChild(event,0,0)" onkeyup="return searchResults.NavChild(event,0,0)" class="SRScope" href="../class_docs___controller.html#a4f95dde9f8b560c28f552b5882bcdb37" target="basefrm">Docs_Controller::delete()</a>
<a id="Item0_c1" onkeydown="return searchResults.NavChild(event,0,1)" onkeypress="return searchResults.NavChild(event,0,1)" onkeyup="return searchResults.NavChild(event,0,1)" class="SRScope" href="../class_doc.html#a2f8258add505482d7f00ea26493a5723" target="basefrm">Doc::delete()</a>
<a id="Item0_c2" onkeydown="return searchResults.NavChild(event,0,2)" onkeypress="return searchResults.NavChild(event,0,2)" onkeyup="return searchResults.NavChild(event,0,2)" class="SRScope" href="../classs_m_y_s_q_l_query.html#a13bdffdd926f26b825ea57066334ff01" target="basefrm">sMYSQLQuery::delete()</a>
<a id="Item0_c3" onkeydown="return searchResults.NavChild(event,0,3)" onkeypress="return searchResults.NavChild(event,0,3)" onkeyup="return searchResults.NavChild(event,0,3)" class="SRScope" href="../classs_query.html#a13bdffdd926f26b825ea57066334ff01" target="basefrm">sQuery::delete()</a>
</div>
</div>
</div>
<div class="SRResult" id="SR_describe">
<div class="SREntry">
<a id="Item1" onkeydown="return searchResults.Nav(event,1)" onkeypress="return searchResults.Nav(event,1)" onkeyup="return searchResults.Nav(event,1)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_describe')">describe</a>
<div class="SRChildren">
<a id="Item1_c0" onkeydown="return searchResults.NavChild(event,1,0)" onkeypress="return searchResults.NavChild(event,1,0)" onkeyup="return searchResults.NavChild(event,1,0)" class="SRScope" href="../classs_m_y_s_q_l_query.html#aa37b9635ad10efed6f8640569b4fbda2" target="basefrm">sMYSQLQuery::describe()</a>
<a id="Item1_c1" onkeydown="return searchResults.NavChild(event,1,1)" onkeypress="return searchResults.NavChild(event,1,1)" onkeyup="return searchResults.NavChild(event,1,1)" class="SRScope" href="../classs_query.html#aa37b9635ad10efed6f8640569b4fbda2" target="basefrm">sQuery::describe()</a>
</div>
</div>
</div>
<div class="SRResult" id="SR_disconnect">
<div class="SREntry">
<a id="Item2" onkeydown="return searchResults.Nav(event,2)" onkeypress="return searchResults.Nav(event,2)" onkeyup="return searchResults.Nav(event,2)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_disconnect')">disconnect</a>
<div class="SRChildren">
<a id="Item2_c0" onkeydown="return searchResults.NavChild(event,2,0)" onkeypress="return searchResults.NavChild(event,2,0)" onkeyup="return searchResults.NavChild(event,2,0)" class="SRScope" href="../classs_m_y_s_q_l_query.html#abe175fcf658475bc56e9d6fa02bc88ec" target="basefrm">sMYSQLQuery::disconnect()</a>
<a id="Item2_c1" onkeydown="return searchResults.NavChild(event,2,1)" onkeypress="return searchResults.NavChild(event,2,1)" onkeyup="return searchResults.NavChild(event,2,1)" class="SRScope" href="../classs_query.html#abe175fcf658475bc56e9d6fa02bc88ec" target="basefrm">sQuery::disconnect()</a>
</div>
</div>
</div>
<div class="SRResult" id="SR_display">
<div class="SREntry">
<a id="Item3" onkeydown="return searchResults.Nav(event,3)" onkeypress="return searchResults.Nav(event,3)" onkeyup="return searchResults.Nav(event,3)" class="SRSymbol" href="../class_docs___controller.html#aa58ffbc0905570910ca19bfd4857360e" target="basefrm">display</a>
<span class="SRScope">Docs_Controller</span>
</div>
</div>
<div class="SRResult" id="SR_doctype">
<div class="SREntry">
<a id="Item4" onkeydown="return searchResults.Nav(event,4)" onkeypress="return searchResults.Nav(event,4)" onkeyup="return searchResults.Nav(event,4)" class="SRSymbol" href="../html_8helper_8php.html#a17206d160bab866ca969a7ef035a3fb2" target="basefrm">docType</a>
<span class="SRScope">html.helper.php</span>
</div>
</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
<script type="text/javascript"><!--
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
--></script>
</div>
</body>
</html>
|
www/wiki/lib/plugins/config/style.css | micz/elencode | /* plugin:configmanager */
#config__manager div.success,
#config__manager div.error,
#config__manager div.info {
background-position: 0.5em;
padding: 0.5em;
text-align:center;
}
#config__manager fieldset {
margin: 1em;
width: auto;
margin-bottom: 2em;
background-color: __background_alt__;
color: __text__;
padding: 0 1em;
}
#config__manager legend {
font-size: 1.25em;
}
#config__manager form { }
#config__manager table {
margin: 1em 0;
width: 100%;
}
#config__manager fieldset td {
text-align: left;
}
#config__manager fieldset td.value {
/* fixed data column width */
width: 30em;
}
#config__manager td.label {
padding: 0.8em 0 0.6em 1em;
vertical-align: top;
}
#config__manager td.label label {
clear: both;
display: block;
}
#config__manager td.label span.outkey {
font-size: 70%;
margin-top: -1.7em;
margin-left: -1em;
display: block;
background-color: __background__;
color: __text_neu__;
float: left;
padding: 0 0.1em;
position: relative;
z-index: 1;
}
#config__manager td input.edit {
width: 30em;
}
#config__manager td select.edit { }
#config__manager td textarea.edit {
width: 27.5em;
height: 4em;
}
#config__manager tr .input,
#config__manager tr input,
#config__manager tr textarea,
#config__manager tr select {
background-color: #fff;
color: #000;
}
#config__manager tr.default .input,
#config__manager tr.default input,
#config__manager tr.default textarea,
#config__manager tr.default select,
#config__manager .selectiondefault {
background-color: #ccddff;
color: #000;
}
#config__manager tr.protected .input,
#config__manager tr.protected input,
#config__manager tr.protected textarea,
#config__manager tr.protected select,
#config__manager tr.protected .selection {
background-color: #ffcccc!important;
color: #000 !important;
}
#config__manager td.error { background-color: red; color: #000;}
#config__manager .selection {
width: 14.8em;
float: left;
margin: 0 0.3em 2px 0;
}
#config__manager .selection label {
float: right;
width: 14em;
font-size: 90%;
}
/* IE6 correction */
* html #config__manager .selection label {
padding-top: 2px;
}
#config__manager .selection input.checkbox {
padding-left: 0.7em;
}
#config__manager .other {
clear: both;
padding-top: 0.5em;
}
#config__manager .other label {
padding-left: 2px;
font-size: 90%;
}
/* end plugin:configmanager */
|
doc/call_trees_of_the_source_code/html/d7/dfa/add__model__tiso__iso_8f90.html | komatits/specfem3d_globe | <!-- custom-made header -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>SPECFEM3D_GLOBE: SPECFEM3D_GLOBE/src/tomography/add_model_tiso_iso.f90 File Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../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>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../search/searchdata.js"></script>
<script type="text/javascript" src="../../search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="../../defaultstyle.css" rel="stylesheet" type="text/css" />
<link href="../../mystyle.css" rel="stylesheet" type="text/css"/>
<!-- Loading Lato Font -->
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;"> <!-- <td style="padding-left: 0.5em;"> -->
<div id="projectname">SPECFEM3D_GLOBE
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="../../index.html"><span>Main Page</span></a></li>
<li><a href="../../namespaces.html"><span>Modules</span></a></li>
<li><a href="../../annotated.html"><span>Data Types List</span></a></li>
<li class="current"><a href="../../files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="../../search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="../../search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="../../files.html"><span>File List</span></a></li>
<li><a href="../../globals.html"><span>File Members</span></a></li>
</ul>
</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">
$(document).ready(function(){initNavTree('d7/dfa/add__model__tiso__iso_8f90.html','../../');});
</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="#func-members">Functions/Subroutines</a> </div>
<div class="headertitle">
<div class="title">add_model_tiso_iso.f90 File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a href="../../d7/dfa/add__model__tiso__iso_8f90_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions/Subroutines</h2></td></tr>
<tr class="memitem:a844072b75161f0a06e836e1a78bf9f83"><td class="memItemLeft" align="right" valign="top">program </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d7/dfa/add__model__tiso__iso_8f90.html#a844072b75161f0a06e836e1a78bf9f83">add_model</a></td></tr>
<tr class="separator:a844072b75161f0a06e836e1a78bf9f83"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac3d59285678e97e168d3a6ed2d03a75d"><td class="memItemLeft" align="right" valign="top">subroutine </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d7/dfa/add__model__tiso__iso_8f90.html#ac3d59285678e97e168d3a6ed2d03a75d">initialize</a> ()</td></tr>
<tr class="separator:ac3d59285678e97e168d3a6ed2d03a75d"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Function/Subroutine Documentation</h2>
<a class="anchor" id="a844072b75161f0a06e836e1a78bf9f83"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">program add_model </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="../../d7/dfa/add__model__tiso__iso_8f90_source.html#l00074">74</a> of file <a class="el" href="../../d7/dfa/add__model__tiso__iso_8f90_source.html">add_model_tiso_iso.f90</a>.</p>
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../d7/dfa/add__model__tiso__iso_8f90_a844072b75161f0a06e836e1a78bf9f83_cgraph.png" border="0" usemap="#d7/dfa/add__model__tiso__iso_8f90_a844072b75161f0a06e836e1a78bf9f83_cgraph" alt=""/></div>
<map name="d7/dfa/add__model__tiso__iso_8f90_a844072b75161f0a06e836e1a78bf9f83_cgraph" id="d7/dfa/add__model__tiso__iso_8f90_a844072b75161f0a06e836e1a78bf9f83_cgraph">
<area shape="rect" id="node2" href="../../d5/dc2/add__model__iso_8f90.html#ac3d59285678e97e168d3a6ed2d03a75d" title="initialize" alt="" coords="226,5,295,32"/>
<area shape="rect" id="node3" href="../../dd/df3/read__parameters__tomo_8f90.html#abfa541a836721b71b01f3d4460ced4d6" title="read_parameters_tomo" alt="" coords="181,56,341,83"/>
<area shape="rect" id="node4" href="../../d5/d8b/read__model_8f90.html#aa49430595de8880fa3bc5ae353d46dd2" title="read_model_tiso" alt="" coords="201,107,321,133"/>
<area shape="rect" id="node5" href="../../d8/ddf/read__kernels_8f90.html#aa1814ae4df1085f5697a97c07d18bbc1" title="read_kernels_iso" alt="" coords="199,157,323,184"/>
<area shape="rect" id="node6" href="../../d1/d7e/get__sd__direction_8f90.html#acbd07c98d9ca249349460669e119e352" title="get_gradient_steepest_iso" alt="" coords="171,208,350,235"/>
<area shape="rect" id="node7" href="../../d0/d67/write__new__model_8f90.html#aa3a1962b7542fe759cab716f7c2b2d67" title="write_new_model_tiso" alt="" coords="184,259,337,285"/>
<area shape="rect" id="node8" href="../../d6/d33/write__new__model__perturbations_8f90.html#a19fa095d39ada36fdb2068ffd96d75de" title="write_new_model_perturbations_tiso" alt="" coords="141,309,380,336"/>
<area shape="rect" id="node9" href="../../d6/d9b/compute__kernel__integral_8f90.html#ab726000fce3b2e65ab0c6b3f318706bc" title="compute_kernel_integral\l_tiso_iso" alt="" coords="177,361,345,402"/>
<area shape="rect" id="node10" href="../../db/d8f/parallel_8f90.html#ac422b103fe555bf7e5c01684fc30634b" title="finalize_mpi" alt="" coords="215,427,307,453"/>
</map>
</div>
</p>
</div>
</div>
<a class="anchor" id="ac3d59285678e97e168d3a6ed2d03a75d"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">subroutine initialize </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="../../d7/dfa/add__model__tiso__iso_8f90_source.html#l00232">232</a> of file <a class="el" href="../../d7/dfa/add__model__tiso__iso_8f90_source.html">add_model_tiso_iso.f90</a>.</p>
<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="../../d7/dfa/add__model__tiso__iso_8f90_ac3d59285678e97e168d3a6ed2d03a75d_cgraph.png" border="0" usemap="#d7/dfa/add__model__tiso__iso_8f90_ac3d59285678e97e168d3a6ed2d03a75d_cgraph" alt=""/></div>
<map name="d7/dfa/add__model__tiso__iso_8f90_ac3d59285678e97e168d3a6ed2d03a75d_cgraph" id="d7/dfa/add__model__tiso__iso_8f90_ac3d59285678e97e168d3a6ed2d03a75d_cgraph">
<area shape="rect" id="node2" href="../../db/d8f/parallel_8f90.html#a0f27a8b922f3b4c44530e0c923bf38e5" title="init_mpi" alt="" coords="123,5,191,32"/>
</map>
</div>
</p>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- custom-made footer -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_76fc807e71a78804243adb7d05973764.html">SPECFEM3D_GLOBE</a></li><li class="navelem"><a class="el" href="../../dir_3e3821fc19411950b1ac0b3a66489b15.html">src</a></li><li class="navelem"><a class="el" href="../../dir_001909e80b356e8e48d3717bd032b025.html">tomography</a></li><li class="navelem"><a class="el" href="../../d7/dfa/add__model__tiso__iso_8f90.html">add_model_tiso_iso.f90</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.8.10
-->
doxygen for <a href="https://github.com/geodynamics/specfem3d_globe">SPECFEM3D_GLOBE</a>
</li>
</ul>
</div>
</body>
</html>
|
htmlTagPrep.html | racksen/react-demo | <form className="form col-md-12 center-block">
<div className="form-group">
<label for="firstName"></label>
<input type="text" id="firstName" className="form-control input-lg" placeholder="First Name" ref="firstName" value="" />
</div>
<div className="form-group">
<label for="lastName"></label>
<input type="text" id="lastName" className="form-control input-lg" placeholder="Last Name" ref="lastName" value="" />
</div>
<div className="form-group">
<input type="submit" className="form-control btn btn-primary" value="Save" />
</div>
</form>
|
public/mdb.kralenconfig/Content/angular-1.5.11/angular-1.5.11/docs/examples/example-directive-decorator/index-production.html | timedelaar/beadconfig | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-directive-decorator-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.5.10/angular.min.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="urlDecorator">
<div ng-controller="Ctrl">
<a ng-href="/products/{{ id }}/view" id="id3">View Product {{ id }}</a>
- <strong>id === 3</strong>, so no warning<br>
<a ng-href="/products/{{ id + 5 }}/view" id="id8">View Product {{ id + 5 }}</a>
- <strong>id + 5 === 8</strong>, so no warning<br>
<a ng-href="/products/{{ someOtherId }}/view" id="someOtherId">View Product {{ someOtherId }}</a>
- <strong style="background-color: #ffff00;">someOtherId === undefined</strong>, so warn<br>
<a ng-href="/products/{{ someOtherId + 5 }}/view" id="someOtherId5">View Product {{ someOtherId + 5 }}</a>
- <strong>someOtherId + 5 === 5</strong>, so no warning<br>
<div>Warn Count: {{ warnCount }}</div>
</div>
</body>
</html> |
stprtool/doc/manual/kernels/preimage/rbfpreimg3.html | lambday/svc | <html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=ISO-8859-1">
<title>Contents.m</title>
<link rel="stylesheet" type="text/css" href="../../stpr.css">
</head>
<body>
<table border=0 width="100%" cellpadding=0 cellspacing=0><tr valign="baseline">
<td valign="baseline" class="function"><b class="function">RBFPREIMG3</b>
<td valign="baseline" align="right" class="function"><a href="../../kernels/preimage/index.html" target="mdsdir"><img border = 0 src="../../up.gif"></a></table>
<p><b>RBF pre-image problem by Kwok-Tsang's algorithm.</b></p>
<hr>
<div class='code'><code>
<span class=help></span><br>
<span class=help> <span class=help_field>Synopsis:</span></span><br>
<span class=help> x = rbfpreimg3(model)</span><br>
<span class=help> x = rbfpreimg3(model,nn)</span><br>
<span class=help></span><br>
<span class=help> <span class=help_field>Description:</span></span><br>
<span class=help> x = rbfpreimg3(model) is an implementation of the algorithm </span><br>
<span class=help> by [<a href="../../references.html#Kwok03" title = "" >Kwok03</a>] to solve the pre-image problem for kernel expansion </span><br>
<span class=help> with RBF kernel. The kernel expansion is given in the input </span><br>
<span class=help> structure model.</span><br>
<span class=help></span><br>
<span class=help> x = rbfpreimg3(model,nn) use to set number of nearest </span><br>
<span class=help> neighbours (default 10).</span><br>
<span class=help></span><br>
<span class=help> <span class=help_field>Input:</span></span><br>
<span class=help> model [struct] RBF kernel expansion:</span><br>
<span class=help> .Alpha [nsv x 1] Weights.</span><br>
<span class=help> .sv.X [dim x nsv] Vectors.</span><br>
<span class=help> .options.arg [1x1] RBF kernel width.</span><br>
<span class=help></span><br>
<span class=help> nn [1x1] Number of nearest neighbours.</span><br>
<span class=help> </span><br>
<span class=help> <span class=help_field>Output:</span></span><br>
<span class=help> x [dim x 1] Pre-image of the RBF kernel expansion.</span><br>
<span class=help> </span><br>
<span class=help> <span class=also_field>See also </span><span class=also></span><br>
<span class=help><span class=also> RBFPREIMG1, <a href = "../../kernels/preimage/rbfpreimg2.html" target="mdsbody">RBFPREIMG2</a>, <a href = "../../kernels/rsrbf.html" target="mdsbody">RSRBF</a>, <a href = "../../kernels/extraction/kpcarec.html" target="mdsbody">KPCAREC</a>.</span><br>
<span class=help></span><br>
</code></div>
<hr>
<b>Source:</b> <a href= "../../kernels/preimage/list/rbfpreimg3.html">rbfpreimg3.m</a>
<p><b class="info_field">About: </b> Statistical Pattern Recognition Toolbox<br>
(C) 1999-2003, Written by Vojtech Franc and Vaclav Hlavac<br>
<a href="http://www.cvut.cz">Czech Technical University Prague</a><br>
<a href="http://www.feld.cvut.cz">Faculty of Electrical Engineering</a><br>
<a href="http://cmp.felk.cvut.cz">Center for Machine Perception</a><br>
<p><b class="info_field">Modifications: </b> <br>
17-may-2004, VF<br>
21-Feb-2004, VF<br>
17-February-2004, Petr Posik<br>
</body>
</html>
|
doc/Asterisk-Admin-Guide/Asterisk 10 Function_SIP_HEADER.html | sameersethi/minorproject-asterisk | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Asterisk Project : Asterisk 10 Function_SIP_HEADER</title>
<link rel="stylesheet" href="styles/site.css" type="text/css" />
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
<tr>
<td valign="top" class="pagebody">
<div class="pageheader">
<span class="pagetitle">
Asterisk Project : Asterisk 10 Function_SIP_HEADER
</span>
</div>
<div class="pagesubheading">
This page last changed on Oct 14, 2011 by <font color="#0050B2">wikibot</font>.
</div>
<h1><a name="Asterisk10Function_SIP_HEADER-SIPHEADER%28%29"></a>SIP_HEADER()</h1>
<h3><a name="Asterisk10Function_SIP_HEADER-Synopsis"></a>Synopsis</h3>
<p>Gets the specified SIP header from an incoming INVITE message.</p>
<h3><a name="Asterisk10Function_SIP_HEADER-Description"></a>Description</h3>
<p>Since there are several headers (such as Via) which can occur multiple times, SIP_HEADER takes an optional second argument to specify which header with that name to retrieve. Headers start at offset <tt>1</tt>.</p>
<h3><a name="Asterisk10Function_SIP_HEADER-Syntax"></a>Syntax</h3>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>SIP_HEADER(name[,number])</pre>
</div></div>
<h5><a name="Asterisk10Function_SIP_HEADER-Arguments"></a>Arguments</h5>
<ul>
<li><tt>name</tt></li>
<li><tt>number</tt> - If not specified, defaults to <tt>1</tt>.</li>
</ul>
<h3><a name="Asterisk10Function_SIP_HEADER-SeeAlso"></a>See Also</h3>
<h3><a name="Asterisk10Function_SIP_HEADER-ImportVersion"></a>Import Version</h3>
<p>This documentation was imported from Asterisk version SVN-branch-10-r340810.</p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="12" background="https://wiki.asterisk.org/wiki/images/border/border_bottom.gif"><img src="images/border/spacer.gif" width="1" height="1" border="0"/></td>
</tr>
<tr>
<td align="center"><font color="grey">Document generated by Confluence on Oct 14, 2011 13:25</font></td>
</tr>
</table>
</body>
</html>
|
doc/html/class_moving_average_filter.html | OpenAgInitiative/gro-microcontroller | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>gro-microcontroller: MovingAverageFilter Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">gro-microcontroller
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</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><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="class_moving_average_filter-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">MovingAverageFilter Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="support__moving__average_8h_source.html">support_moving_average.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a2845e489c746ffaeb9113e3f87bad8e1"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_moving_average_filter.html#a2845e489c746ffaeb9113e3f87bad8e1">MovingAverageFilter</a> (unsigned int newDataPointsCount)</td></tr>
<tr class="separator:a2845e489c746ffaeb9113e3f87bad8e1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af050822d0acb5a8d32559beb1af0519d"><td class="memItemLeft" align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="class_moving_average_filter.html#af050822d0acb5a8d32559beb1af0519d">process</a> (float in)</td></tr>
<tr class="separator:af050822d0acb5a8d32559beb1af0519d"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="a2845e489c746ffaeb9113e3f87bad8e1"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">MovingAverageFilter::MovingAverageFilter </td>
<td>(</td>
<td class="paramtype">unsigned int </td>
<td class="paramname"><em>newDataPointsCount</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="af050822d0acb5a8d32559beb1af0519d"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">float MovingAverageFilter::process </td>
<td>(</td>
<td class="paramtype">float </td>
<td class="paramname"><em>in</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>src/<a class="el" href="support__moving__average_8h_source.html">support_moving_average.h</a></li>
<li>src/<a class="el" href="support__moving__average_8cpp.html">support_moving_average.cpp</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Oct 13 2015 13:00:26 for gro-microcontroller by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
ArNetworking/docs/functions_func_0x7e.html | sfe1012/Robot | <!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>ArNetworking: Class Members - Functions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">ArNetworking
 <span id="projectnumber">dev20141110</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
<li><a href="functions_rela.html"><span>Related Functions</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_func.html#index_a"><span>a</span></a></li>
<li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li>
<li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li>
<li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li>
<li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li>
<li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li>
<li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li>
<li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li>
<li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li>
<li><a href="functions_func_0x6a.html#index_j"><span>j</span></a></li>
<li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="functions_func_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li>
<li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li>
<li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li>
<li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li>
<li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li>
<li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li>
<li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li>
<li class="current"><a href="functions_func_0x7e.html#index_0x7e"><span>~</span></a></li>
</ul>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
initNavTree('functions_func_0x7e.html','');
</script>
<div id="doc-content">
<div class="contents">
 
<h3><a class="anchor" id="index_0x7e"></a>- ~ -</h3><ul>
<li>~ArCentralForwarder()
: <a class="el" href="classArCentralForwarder.html#a485f9ceb0e8496dc89961700552958d6">ArCentralForwarder</a>
</li>
<li>~ArCentralManager()
: <a class="el" href="classArCentralManager.html#ad47d2fa324ebbf16c53d170ff209a4a5">ArCentralManager</a>
</li>
<li>~ArClientArg()
: <a class="el" href="classArClientArg.html#aeac4833967011f1dc08c4843d0b1eeac">ArClientArg</a>
</li>
<li>~ArClientBase()
: <a class="el" href="classArClientBase.html#aabd8d349c5ab2432da4f70bccbbaa40d">ArClientBase</a>
</li>
<li>~ArClientData()
: <a class="el" href="classArClientData.html#a5bed435752a95eb3f8b9abbb22f8a42d">ArClientData</a>
</li>
<li>~ArClientDeleteFileOnServer()
: <a class="el" href="classArClientDeleteFileOnServer.html#a377dc7089a074b57623aa8e8fd04ab18">ArClientDeleteFileOnServer</a>
</li>
<li>~ArClientFileFromClient()
: <a class="el" href="classArClientFileFromClient.html#ad75e2355f2ce01084d3606344d35d2a7">ArClientFileFromClient</a>
</li>
<li>~ArClientFileLister()
: <a class="el" href="classArClientFileLister.html#ab026cd4d137b1b22eaefc048c463f733">ArClientFileLister</a>
</li>
<li>~ArClientFileListerItem()
: <a class="el" href="classArClientFileListerItem.html#a85fb913491645e984a9b2981f6d23d1a">ArClientFileListerItem</a>
</li>
<li>~ArClientFileToClient()
: <a class="el" href="classArClientFileToClient.html#a3c774217ee64fb84cd3047c020fb85af">ArClientFileToClient</a>
</li>
<li>~ArClientHandlerConfig()
: <a class="el" href="classArClientHandlerConfig.html#aee7bfb5dee20a46069a52741109ea668">ArClientHandlerConfig</a>
</li>
<li>~ArClientHandlerRobotUpdate()
: <a class="el" href="classArClientHandlerRobotUpdate.html#a457ce90ec73a812f114f207719e50c07">ArClientHandlerRobotUpdate</a>
</li>
<li>~ArClientSimpleConnector()
: <a class="el" href="classArClientSimpleConnector.html#a816e610c7e439befb4cd13b9f964e4b4">ArClientSimpleConnector</a>
</li>
<li>~ArClientSwitchManager()
: <a class="el" href="classArClientSwitchManager.html#af16b82736c4ac19ab0b2a0aca2d414e7">ArClientSwitchManager</a>
</li>
<li>~ArHybridForwarderVideo()
: <a class="el" href="classArHybridForwarderVideo.html#aa090510f9fb1e954e77ea28070821d24">ArHybridForwarderVideo</a>
</li>
<li>~ArMapChanger()
: <a class="el" href="classArMapChanger.html#af0efc22bd3a1e7a6efc39743eccb6f64">ArMapChanger</a>
</li>
<li>~ArNetPacket()
: <a class="el" href="classArNetPacket.html#a3501d8ef29c8cc2604a631bb4e1d34c4">ArNetPacket</a>
</li>
<li>~ArNetPacketReceiverTcp()
: <a class="el" href="classArNetPacketReceiverTcp.html#adb12f0d5d88ee25ae60c724d14f14baf">ArNetPacketReceiverTcp</a>
</li>
<li>~ArNetPacketReceiverUdp()
: <a class="el" href="classArNetPacketReceiverUdp.html#a5845a7b396fb49621bc1e6fc1eeac1c2">ArNetPacketReceiverUdp</a>
</li>
<li>~ArNetPacketSenderTcp()
: <a class="el" href="classArNetPacketSenderTcp.html#a598bff929b796c4d974ef2d994f337a8">ArNetPacketSenderTcp</a>
</li>
<li>~ArServerBase()
: <a class="el" href="classArServerBase.html#a9654db575351b18c10a08729d9fda1ce">ArServerBase</a>
</li>
<li>~ArServerClient()
: <a class="el" href="classArServerClient.html#a347ea0462ddb58e5b93cd01268cbfe44">ArServerClient</a>
</li>
<li>~ArServerClientData()
: <a class="el" href="classArServerClientData.html#ad7d214ecdc3aafc38e5105e3703b4157">ArServerClientData</a>
</li>
<li>~ArServerClientIdentifier()
: <a class="el" href="classArServerClientIdentifier.html#a9e085ac397671caa94557a8ca640a3a3">ArServerClientIdentifier</a>
</li>
<li>~ArServerData()
: <a class="el" href="classArServerData.html#a829747d4803e51a2998d3480f65c1a81">ArServerData</a>
</li>
<li>~ArServerDeleteFileOnServer()
: <a class="el" href="classArServerDeleteFileOnServer.html#a8ddc6674d1dd0b4023c3e7bdc9a85815">ArServerDeleteFileOnServer</a>
</li>
<li>~ArServerFileFromClient()
: <a class="el" href="classArServerFileFromClient.html#a3dea68c6549d52d556bf64fbadddd3cb">ArServerFileFromClient</a>
</li>
<li>~ArServerFileLister()
: <a class="el" href="classArServerFileLister.html#a29a5943acfed5fccfa761112915f2aff">ArServerFileLister</a>
</li>
<li>~ArServerFileToClient()
: <a class="el" href="classArServerFileToClient.html#a02b514b8fd286eb6bd2a31fe5634bd88">ArServerFileToClient</a>
</li>
<li>~ArServerHandlerCamera()
: <a class="el" href="classArServerHandlerCamera.html#a27c7b5fcd78d65a799509fea63bd11a1">ArServerHandlerCamera</a>
</li>
<li>~ArServerHandlerCameraCollection()
: <a class="el" href="classArServerHandlerCameraCollection.html#afb6d88d2d3503ae2399b907bb50cf670">ArServerHandlerCameraCollection</a>
</li>
<li>~ArServerHandlerCommands()
: <a class="el" href="classArServerHandlerCommands.html#a82a55d7f4f3e3cc18f4fccacb1119511">ArServerHandlerCommands</a>
</li>
<li>~ArServerHandlerCommMonitor()
: <a class="el" href="classArServerHandlerCommMonitor.html#a3b86b8c47e7c643c61473fbb77ba8195">ArServerHandlerCommMonitor</a>
</li>
<li>~ArServerHandlerConfig()
: <a class="el" href="classArServerHandlerConfig.html#abcf3fdfbb677f92ab0890f95b37fc350">ArServerHandlerConfig</a>
</li>
<li>~ArServerHandlerMap()
: <a class="el" href="classArServerHandlerMap.html#adfdece6ac41876d3febb32189216d088">ArServerHandlerMap</a>
</li>
<li>~ArServerHandlerMapping()
: <a class="el" href="classArServerHandlerMapping.html#a4a10da00e279ed974e8ac21c01d1f0fe">ArServerHandlerMapping</a>
</li>
<li>~ArServerHandlerPopup()
: <a class="el" href="classArServerHandlerPopup.html#afaa6f16480ee499cfa052bba5149536a">ArServerHandlerPopup</a>
</li>
<li>~ArServerHandlerPopupInfo()
: <a class="el" href="classArServerHandlerPopupInfo.html#a756a1ab65703076b1155d0763f95a4f8">ArServerHandlerPopupInfo</a>
</li>
<li>~ArServerInfoDrawings()
: <a class="el" href="classArServerInfoDrawings.html#a53d560a897e98b6d63ea55247d64354c">ArServerInfoDrawings</a>
</li>
<li>~ArServerInfoRobot()
: <a class="el" href="classArServerInfoRobot.html#a07e1e158db45699f306a24f7f4cbde7c">ArServerInfoRobot</a>
</li>
<li>~ArServerInfoSensor()
: <a class="el" href="classArServerInfoSensor.html#ad0b665327947a8013fb461ee0658a3be">ArServerInfoSensor</a>
</li>
<li>~ArServerInfoStrings()
: <a class="el" href="classArServerInfoStrings.html#ae1a8d8f1dccbea7bc163fe29b12bb9f2">ArServerInfoStrings</a>
</li>
<li>~ArServerMode()
: <a class="el" href="classArServerMode.html#a8a5e11075081f6a0dd561d6a14f8b0f4">ArServerMode</a>
</li>
<li>~ArServerModeDrive()
: <a class="el" href="classArServerModeDrive.html#a751a7636fcc821203a6f74ea41e70597">ArServerModeDrive</a>
</li>
<li>~ArServerModeIdle()
: <a class="el" href="classArServerModeIdle.html#a30614135b99c1cae7c4cdd098cec6b1e">ArServerModeIdle</a>
</li>
<li>~ArServerModeRatioDrive()
: <a class="el" href="classArServerModeRatioDrive.html#a1628d6b721da09c2c702dc697dd86138">ArServerModeRatioDrive</a>
</li>
<li>~ArServerModeStop()
: <a class="el" href="classArServerModeStop.html#a62199fd6eb5b7d29d3f4c8f3bbc32f32">ArServerModeStop</a>
</li>
<li>~ArServerModeWander()
: <a class="el" href="classArServerModeWander.html#af7ffedb458ca7017c64ce20e825caa62">ArServerModeWander</a>
</li>
<li>~ArServerSimpleComGyro()
: <a class="el" href="classArServerSimpleComGyro.html#a13e6b2e5f16d5f163ccecc44fa371b1a">ArServerSimpleComGyro</a>
</li>
<li>~ArServerSimpleComMovementLogging()
: <a class="el" href="classArServerSimpleComMovementLogging.html#a1daf6c6e082fa44f22b116881e3dd3f1">ArServerSimpleComMovementLogging</a>
</li>
<li>~ArServerSimpleComUC()
: <a class="el" href="classArServerSimpleComUC.html#ab969eb484a4056a714e6ca92d8bc1557">ArServerSimpleComUC</a>
</li>
<li>~ArServerSimpleConnectionTester()
: <a class="el" href="classArServerSimpleConnectionTester.html#aefba836b84e7c5091548c474e0f85c37">ArServerSimpleConnectionTester</a>
</li>
<li>~ArServerSimpleLogRobotDebugPackets()
: <a class="el" href="classArServerSimpleLogRobotDebugPackets.html#a6901a9a195791f2f1b0fa7b8ca61a981">ArServerSimpleLogRobotDebugPackets</a>
</li>
<li>~ArServerSimpleOpener()
: <a class="el" href="classArServerSimpleOpener.html#af9158a92c4d08b8309b946c0babd5274">ArServerSimpleOpener</a>
</li>
<li>~ArServerSimplePopup()
: <a class="el" href="classArServerSimplePopup.html#a4c0975b7f6174b4deef90f26e2e09831">ArServerSimplePopup</a>
</li>
<li>~ArServerSimpleServerCommands()
: <a class="el" href="classArServerSimpleServerCommands.html#ae0da4c0b6a174fea8e5db7516a5b1595">ArServerSimpleServerCommands</a>
</li>
<li>~ArServerUserInfo()
: <a class="el" href="classArServerUserInfo.html#a24320d985f1094448204578f47c884ec">ArServerUserInfo</a>
</li>
<li>~ArTempDirectoryHelper()
: <a class="el" href="classArTempDirectoryHelper.html#a877f8b3c5f9ee129d36b19558385d877">ArTempDirectoryHelper</a>
</li>
<li>~Circle()
: <a class="el" href="classCircle.html#ae3f30436e645d73e368e8ee55f8d1650">Circle</a>
</li>
<li>~ClientChangeInfo()
: <a class="el" href="structArMapChanger_1_1ClientChangeInfo.html#a8b6cc12262b85f5fa4cc35a6182bd01d">ArMapChanger::ClientChangeInfo</a>
</li>
<li>~FileInfo()
: <a class="el" href="classArServerFileFromClient_1_1FileInfo.html#ac438717d9c7fbddd0cccef3dc3836031">ArServerFileFromClient::FileInfo</a>
</li>
<li>~InputHandler()
: <a class="el" href="classInputHandler.html#abe1e27d192d86058ad04ca6e16008110">InputHandler</a>
</li>
<li>~OutputHandler()
: <a class="el" href="classOutputHandler.html#a6078f6edb77501d4ad866abb03950f33">OutputHandler</a>
</li>
<li>~PopupData()
: <a class="el" href="classArServerHandlerPopup_1_1PopupData.html#ad44bf197df47820294e17b9d332f01de">ArServerHandlerPopup::PopupData</a>
</li>
<li>~SlowIdleThread()
: <a class="el" href="classArServerBase_1_1SlowIdleThread.html#a64452651fe85afcdbe7af121d2a6e5e2">ArServerBase::SlowIdleThread</a>
</li>
<li>~Tracker()
: <a class="el" href="classArServerClient_1_1Tracker.html#a67325888f78f78b150f95cb140fd9e53">ArServerClient::Tracker</a>
, <a class="el" href="classArClientBase_1_1Tracker.html#a7a23f36b23aeeeb0800a5ffbf11ae76a">ArClientBase::Tracker</a>
</li>
</ul>
</div><!-- contents -->
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="footer">Generated on Mon Nov 10 2014 07:58:37 for ArNetworking by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.6.1 </li>
</ul>
</div>
</body>
</html>
|
FondoAp/target/FondoAp-0.0.1-SNAPSHOT/resources/css/pfcrud.css | damian1414/Fondo14 | .ui-widget {
font-size: 12px !important;
}
.ui-layout-north {
z-index:20 !important;
overflow:visible !important;;
}
.ui-layout-north .ui-layout-unit-content {
overflow:visible !important;
}
.ui-widget-header {
text-align: center;
}
.ui-datatable .ui-datatable-footer .footer-section {
text-align: left;
}
.ui-column-filter{
width: 95% !important;
}
.column {
font-weight: bold;
background-color: menu;
}
.full-width{
width: 100% !important;
}
.footer{
margin: 5px !important;
}
.footer-left{
float: left;
}
.footer-right{
float: right;
}
.ui-panelgrid .ui-panelgrid-cell{
padding: 2px 5px !important;
}
.ui-dialog.ui-widget-content .ui-dialog-titlebar{
padding: 0px 15px !important;
margin: 5px 10px !important;
}
.ui-selectonemenu{
width: 100% !important;
}
.ui-selectonemenu-label{
width: 100% !important;
}
div.ui-selectonemenu-filter-container{
width: 100% !important;
}
.ui-selectonemenu-panel .ui-selectonemenu-filter {
width: 100% !important;
padding-right: 4px !important;
}
.ui-selectonemenu .ui-selectonemenu-trigger{
width: 23px !important;
}
.ui-picklist .ui-picklist-list {
height: 100px !important;
}
.ui-picklist-list-wrapper{
height: 100px !important;
}
.ui-picklist-buttons{
height: 100px !important;
}
.datatable-no-border.ui-panelgrid>*>tr,
.datatable-no-border.ui-panelgrid .ui-panelgrid-cell {
border: none !important;
}
.ui-button{
display: inline-block !important;
margin-bottom: 0 !important;
font-size: 12px !important;
font-weight: normal !important;
line-height: 1.42857143 !important;
text-align: center !important;
white-space: nowrap !important;
vertical-align: middle !important;
-ms-touch-action: manipulation !important;
touch-action: manipulation !important;
cursor: pointer !important;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
background-image: none !important;
border: 1px solid transparent !important;
border-radius: 4px !important;
padding: 3px !important;
}
.ui-button, .ui-button span, button.ui-button.ui-state-default span, .ui-button.ui-state-default span{
font-weight: normal !important;
}
.ui-button-icon-only .ui-icon.fa, .ui-button-text-icon-left .ui-icon.fa, .ui-button-text-icon-right .ui-icon.fa{
margin-top: -6px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
text-shadow: none !important;
box-shadow: none !important;
}
.id-active-width{
min-width: 100px !important;
}
.aktif{
color: green !important;
}
.pasif{
color:red !important;
}
.ui-datatable tr.ui-datatable-even:hover, .ui-datatable tr.ui-datatable-odd:hover {
background: #0081c2 !important;
color: white !important;
background-image:-moz-linear-gradient(top, #0088cc, #0077b3) !important;
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)) !important;
background-image:-webkit-linear-gradient(top, #0088cc, #0077b3) !important;
background-image:-o-linear-gradient(top, #0088cc, #0077b3) !important;
background-image:linear-gradient(to bottom, #0088cc, #0077b3) !important;
}
.spinner {
margin: 20px auto;
width: 50px;
height: 40px;
text-align: center;
font-size: 10px;
}
.spinner > div {
background-color: #333;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.spinner .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
} 20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
.icon-margin{
margin-right: 5px;
}
.column-hide{
display: none;
}
.form_image {
display: inline-block;
padding: 0;
position: relative;
vertical-align: top;
width: auto;
}
.form_image > img {
max-width: 90px;
max-height: 90px;
min-width: 90px;
min-height: 90px;
border-radius: 3px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
margin-bottom: 10px;
border: 0;
}
.form_image:hover .form_image_buttons{
display: block;
}
.form_image_buttons {
top: 1px;
padding: 6px 0;
width: 100%;
display: none;
text-align: center !important;
box-sizing: border-box;
color: #eee;
background-color: #3c8dbc;
border-radius: 3px 3px 0 0;
position: absolute !important;
}
.form_image_edit{
float: left ;
margin-left: 8%;
color: white !important;
cursor: pointer;
}
.form_image_remove{
float: right ;
margin-right: 8%;
color: white !important;
cursor: pointer;
}
.ui-datepicker-title{
color:#5d5d5d !important;
}
|
sites/all/modules/jquery_ui/jquery.ui/demos/effects_feedback/index.html | tommeir/mifgaim | <!doctype html>
<html lang="en">
<head>
<title>jQuery UI Effects - General Demos</title>
<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>
<body>
<div class="demos-nav">
<h4>Effect examples</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Highlight</a></li>
<li><a href="pulsate.html">Pulsate</a></li>
<li><a href="transfer.html">Transfer</a></li>
</ul>
</div>
</body>
</html>
|
wp-content/plugins/ultimate-cms/mods/codemirror/codemirror.css | mleemaree/orgull | /* BASICS */
.CodeMirror {
/* Set height, width, borders, and global font properties here */
font-family: monospace;
height: 300px;
}
.CodeMirror-scroll {
/* Set scrolling behaviour here */
overflow: auto;
}
/* PADDING */
.CodeMirror-lines {
padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
padding: 0 4px; /* Horizontal padding of content */
}
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
background-color: white; /* The little square between H and V scrollbars */
}
/* GUTTER */
.CodeMirror-gutters {
border-right: 1px solid #ddd;
background-color: #f7f7f7;
white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
padding: 0 3px 0 5px;
min-width: 20px;
text-align: right;
color: #999;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/* CURSOR */
.CodeMirror div.CodeMirror-cursor {
border-left: 1px solid black;
z-index: 3;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
border-left: 1px solid silver;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
width: auto;
border: 0;
background: #7e7;
z-index: 1;
}
/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {}
.cm-tab { display: inline-block; }
.CodeMirror-ruler {
border-left: 1px solid #ccc;
position: absolute;
}
/* DEFAULT THEME */
.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable {color: black;}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-property {color: black;}
.cm-s-default .cm-operator {color: black;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}
div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-activeline-background {background: #e8f2ff;}
/* STOP */
/* The rest of this file contains styles related to the mechanics of
the editor. You probably shouldn't touch them. */
.CodeMirror {
line-height: 1;
position: relative;
overflow: hidden;
background: white;
color: black;
}
.CodeMirror-scroll {
/* 30px is the magic margin used to hide the element's real scrollbars */
/* See overflow: hidden in .CodeMirror */
margin-bottom: -30px; margin-right: -30px;
padding-bottom: 30px;
height: 100%;
outline: none; /* Prevent dragging from highlighting the element */
position: relative;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.CodeMirror-sizer {
position: relative;
border-right: 30px solid transparent;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
before actuall scrolling happens, thus preventing shaking and
flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
position: absolute;
z-index: 6;
display: none;
}
.CodeMirror-vscrollbar {
right: 0; top: 0;
overflow-x: hidden;
overflow-y: scroll;
}
.CodeMirror-hscrollbar {
bottom: 0; left: 0;
overflow-y: hidden;
overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
left: 0; bottom: 0;
}
.CodeMirror-gutters {
position: absolute; left: 0; top: 0;
padding-bottom: 30px;
z-index: 3;
}
.CodeMirror-gutter {
white-space: normal;
height: 100%;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding-bottom: 30px;
margin-bottom: -32px;
display: inline-block;
/* Hack to make IE7 behave */
*zoom:1;
*display:inline;
}
.CodeMirror-gutter-elt {
position: absolute;
cursor: default;
z-index: 4;
}
.CodeMirror-lines {
cursor: text;
}
.CodeMirror pre {
/* Reset some styles that the rest of the page might have set */
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
border-width: 0;
background: transparent;
font-family: inherit;
font-size: inherit;
margin: 0;
white-space: pre;
word-wrap: normal;
line-height: inherit;
color: inherit;
z-index: 2;
position: relative;
overflow: visible;
}
.CodeMirror-wrap pre {
word-wrap: break-word;
white-space: pre-wrap;
word-break: normal;
}
.CodeMirror-linebackground {
position: absolute;
left: 0; right: 0; top: 0; bottom: 0;
z-index: 0;
}
.CodeMirror-linewidget {
position: relative;
z-index: 2;
overflow: auto;
}
.CodeMirror-widget {}
.CodeMirror-wrap .CodeMirror-scroll {
overflow-x: hidden;
}
.CodeMirror-measure {
position: absolute;
width: 100%;
height: 0;
overflow: hidden;
visibility: hidden;
}
.CodeMirror-measure pre { position: static; }
.CodeMirror div.CodeMirror-cursor {
position: absolute;
visibility: hidden;
border-right: none;
width: 0;
}
.CodeMirror-focused div.CodeMirror-cursor {
visibility: visible;
}
.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.cm-searching {
background: #ffa;
background: rgba(255, 255, 0, .4);
}
/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }
@media print {
/* Hide the cursor when printing */
.CodeMirror div.CodeMirror-cursor {
visibility: hidden;
}
}
|
sites/all/modules/ckeditor/css/ckeditor.editor.css | agroknow/tap | /* Editor classes */
/* CKEditor padding in IE */
table.cke_editor fieldset {
padding: 0 !important;
}
/* hack with ie and garland editing area size fix - [#733512] */
.cke_editor{
display: table !important;
}
.cke_editor,#ie#bug {
display: inline-table !important;
}
/* Fix table border for Drupal's Seven theme - [#1020612] */
.cke_dialog tr td:last-child {
border-right: 0;
}
/* Panels in IE11 [#2244835] */
.cke.cke_chrome {
visibility: inherit;
}
.cke.cke_panel {
visibility: visible;
}
/* Added by Panagis */
.cke_dialog_page_contents {
height: 100% !important;
}
|
wp-content/themes/nictitate/style.css | thusithasumanadasa/first_project | /*
Theme Name: Nictitate
Theme URI: http://kopatheme.com/freebies/nictitate-multi-purpose-wordpress-theme-light-version/
Author: Kopatheme
Author URI: http://kopatheme.com
Description: View full live demo & feature list <a href=" http://kopatheme.com/freebies/nictitate-multi-purpose-wordpress-theme-light-version/">here</a>. Nictitate theme is designed for portfolios and corporate with flexible layout. The theme is based on KOPATHEME layout manager technique that will let you flexibility choose layout options of every pages within your site. It is very helpful when you are experimenting with visual hierarchy. You can define unlimited sidebar for widget areas, and with powerful custom widgets, the theme provides you more flexibility and ease-of-use for your site
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, white, right-sidebar, responsive-layout, custom-menu, featured-images, post-formats, threaded-comments, theme-options, translation-ready
Nictitate WordPress Theme, Copyright 2014 Kopatheme.com
Nictitate is distributed under the terms of the GNU GPL
*/
/* =========================================================
Common styles
============================================================ */
body {
color: #888;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
}
body.kopa-boxed {
background:url(images/background/background.jpg) repeat 0 0;
}
pre, code {
font-family: 'DejaVu Sans Mono',Menlo,Consolas,monospace;
}
hr {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #eee;
border-style: solid;
border-width: 1px 0 0;
clear: both;
height: 0;
margin:20px 0;
}
ol {
margin:0px;
}
ul {
margin:0px;
}
ul li {
list-style:inside disc;
margin-bottom:10px;
}
ol li {
list-style:inside disc;
margin-bottom:10px;
}
/*------responsive image----------------*/
.responsive-img{
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
/* =========================================================
Elements
============================================================ */
.kopa-button {
display:inline-block;
color:#fff;
font-size:15px;
font-weight:600;
font-family: 'Raleway', sans-serif;
padding:15px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
position:relative;
z-index:0;
}
.small-button {
padding:10px 15px;
}
.medium-button {
padding:15px 20px;
font-size:18px;
}
.big-button {
padding:20px 30px;
font-size:20px;
}
.blue-button {
background-color:#33bee5;
}
.blue-button:hover {
background-color:#4e5457;
}
.grey-button {
background-color:#e9e9e9;
color:#171717;
}
.grey-button:hover {
background-color:#33bee5;
color:#fff;
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.more-link {
font-size:13px;
font-weight:600;
color:#33bee5;
display:inline-block;
}
.more-link span {
float:right;
margin-left:5px;
margin-top:2px;
}
.more-link:hover {
color:#555;
}
blockquote {
border-left-color:#33bee5;
background-color:#f4f4f4;
color: #999999;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 13px;
font-style: italic;
line-height: 24px;
padding: 10px 15px 10px 20px;
}
/*-DropCap-*/
.kp-dropcap {
color: #fff;
background-color:#33bee5;
font-family:'Rokkitt', serif;
display: inline-block;
*display:inline;
zoom:1;
float: left;
font-size: 36px;
height: 36px;
line-height: 38px;
margin: 5px 10px 0 0;
text-align: center;
width: 34px;
}
.kp-dropcap.color {
background-color: #33bee5;
font-size:30px;
color: #FFFFFF;
height: 36px;
line-height: 36px;
position: relative;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
width: 36px;
z-index: 0;
margin: 5px 10px 0 0;
}
.hover-effect{
cursor:pointer;
position:relative;
}
.hover-effect .mask {
opacity:0;
filter: alpha(opacity=0);
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:rgba(0,0,0,.5);
overflow:hidden;
}
.hover-effect:hover .mask {
opacity:1;
filter: alpha(opacity=100);
}
.hover-effect .mask a.link-detail {
width:40px !important;
height:40px !important;
display:block;
background-color:#fff;
background-color:rgba(255,255,255,.86);
border:2px solid #33bee5;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
color:#33bee5;
line-height:40px;
text-align:center;
font-size:16px;
position:absolute;
top:150%;
margin:-20px 0 0px -45px;
left:50%;
}
.hover-effect:hover .mask a.link-detail {
top:50%;
}
.hover-effect .mask a.link-gallery {
width:40px !important;
height:40px !important;
display:block;
background-color:#fff;
background-color:rgba(255,255,255,.86);
border:2px solid #33bee5;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
color:#33bee5;
line-height:40px;
text-align:center;
font-size:16px;
position:absolute;
top:150%;
margin:-20px -45px 0px 0px;
right:50%;
}
.hover-effect:hover .mask a.link-gallery {
top:50%;
}
.hover-effect .mask a.link-gallery:hover,
.hover-effect .mask a.link-detail:hover {
background-color:#33bee5;
background-color:rgba(51,190,229,.86);
border:2px solid #33bee5;
border:2px solid rgba(51,190,229,.86);
color:#fff;
}
.kopa-featured-product-carousel .hover-effect .mask a.link-gallery {
margin:-20px -20px 0px 0px;
}
.kopa-article-list .hover-effect .mask a.link-detail,
.kopa-related-post-carousel .hover-effect .mask a.link-detail {
margin:-20px 0px 0px -20px;
}
/* =========================================================
Heading
============================================================ */
h1 {
color: #fff;
font: 400 32px/34px 'Rokkitt', serif;
letter-spacing: 0;
margin-bottom:5px;
}
h2 {
color: #fff;
font: 400 28px/30px 'Rokkitt', serif;
letter-spacing: 0;
margin-bottom:5px;
}
h3 {
color: #fff;
font: 400 24px/26px 'Rokkitt', serif;
letter-spacing: 0;
margin-bottom:5px;
}
h4 {
color: #fff;
font: 400 20px/22px 'Rokkitt', serif;
letter-spacing: 0;
margin-bottom:5px;
}
h5 {
color: #fff;
font: 400 16px/20px 'Rokkitt', serif;
letter-spacing: 0;
margin-bottom:5px;
}
h6 {
color: #fff;
font: 400 14px/20px 'Rokkitt', serif;
letter-spacing: 0;
margin-bottom:5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #fff;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover,
#header-top .top-link li a:hover,
.kopa-latest-work-widget .entry-item .entry-title a:hover,
.entry-categories a:hover,
.kopa-latest-work-widget .entry-item .entry-categories a:hover,
.kopa-latest-post-widget ul li .entry-item .entry-title a:hover,
.kopa-service-widget ul li .service-title:hover a,
.kopa-service-widget ul li .service-title:hover span,
#contact-info address a:hover,
#footer-menu li a:hover,
#bottom-sidebar .kopa-social-widget li a:hover,
.kopa-intro-widget ul li .entry-title a:hover,
#page-bottom .kopa-widget-best-seller .entry-title a:hover,
#page-bottom .kopa-widget-latest-review .entry-title a:hover,
#page-bottom .kopa-widget-latest-review .entry-comments a:hover,
.kopa-featured-product-widget .entry-item .entry-title a:hover,
.page-title .breadcrumb a:hover,
.kopa-our-team-widget ul li .entry-title a:hover,
.kopa-article-list .entry-item .entry-title a:hover,
.kopa-article-list .entry-item .entry-comments a:hover,
.sidebar .kopa-categories-widget ul li a:hover,
.sidebar .kopa-widget-best-seller .entry-title a:hover,
.sidebar .kopa-widget-rated-product .entry-title a:hover,
.entry-box header .entry-comments a:hover,
.entry-box .social-link li a:hover,
.entry-box footer p a:hover,
.tag-box a:hover,
#comments .comment-body .comment-reply-link:hover,
#comments .comment-body .comment-edit-link:hover {
color: #33bee5;
text-decoration:none;
}
p {
margin-bottom:10px;
line-height:20px;
}
/* =========================================================
Clear Floated Elements
============================================================ */
.left{
float:left;
}
.right{
float:right;
}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0; height: 0;
}
.clearfix:before, .clearfix:after{
content: '.';
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0;
}
.clearfix:after{
clear: both;
}
.clearfix{
zoom: 1;
}
/* =========================================================
CSS3 Transition
============================================================ */
a,
#main-menu li a i,
#main-menu li a span,
#contact-form #contact_name,
#contact-form #contact_email,
#contact-form #contact_subject,
#contact-form #contact_message,
#contact-form #submit-contact,
#bottom-sidebar .newsletter-form .submit,
.kopa-latest-work-widget .entry-item,
.kopa-featured-product-widget .entry-item,
.kopa-our-team-widget ul li .entry-item,
#comments-form #submit-comment,
.hover-effect .mask,
#main-menu li ul li,
.cbp-af-header.cbp-af-header-shrink #main-menu > li > a i,
.cbp-af-header.cbp-af-header-shrink #main-menu > li > a,
.cbp-af-header.cbp-af-header-shrink #logo-image,
.cbp-af-header.cbp-af-header-shrink #main-menu > li > ul,
.theme-opt-wrapper .btn,
#mobile-menu > span,
#toggle-view-menu li,.products li strong,.button-alt,.quantity input.minus,.quantity input.plus {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.hover-effect .mask a {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.kopa-intro-widget ul li .entry-title span {
-webkit-transition: color 0.3s ease-in-out;
-moz-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.kopa-intro-widget ul li .entry-title span {
-webkit-transition: background 0.5s ease-in-out;
-moz-transition: background 0.5s ease-in-out;
-o-transition: background 0.5s ease-in-out;
transition: background 0.5s ease-in-out;
}
/* =========================================================
Colunms
============================================================ */
.wrapper{
width:1086px;
margin: 0 auto;
}
.wrapper.full-width {
width:100%;
margin: 0 auto;
}
#main-col {
float:left;
margin-right:30px;
width:806px;
}
.sidebar {
float:left;
width:250px;
}
.mb-20 {
margin-bottom:20px;
}
.kopa-boxed .kopa-wrapper {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin: 0 auto;
max-width: 1160px;
background:#fff;
}
.kopa-boxed .sticky-header {
width:1160px;
}
/* =========================================================
Header
============================================================ */
#header-top {
background-color:#4e5457;
}
#header-top .hot-line {
float:left;
margin:0;
color:#fff;
font-size:13px;
line-height:40px;
}
#header-top .top-box {
float:right;
}
#header-top .top-link {
float:left;
}
#header-top .top-link li {
list-style:none;
float:left;
font-size:13px;
color:#fff;
margin:0 0 0 35px;
line-height:40px;
}
#header-top .top-link li:first-child {
margin:0;
}
#header-top .top-link li a {
color:#fff;
}
/*----- Search -----*/
#header-top .search {
float:right;
margin-left:50px;
position:relative;
}
#header-top .search-icon {
background:url(images/icons/search-icon.png) no-repeat center center #33bee5;
display:block;
width:41px;
height:41px;
text-indent:-99999px;
font-size:0;
float:right;
}
#header-top .search-box {
background: none repeat scroll 0 0 #000;
display: none;
height: 41px;
width: 203px;
z-index: 100;
float:left;
}
.search-form {
position:relative;
}
.search-form .search-text {
background-color: #323738;
border: none;
color: #FFFFFF;
float: left;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
height: 41px;
line-height: 28px;
padding: 6px 10px;
width: 100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.search-form .search-submit {
background:url(images/icons/search-icon.png) no-repeat center center #33bee5;
display:block;
width:41px;
height:41px;
text-indent:-99999px;
font-size:0;
border:none;
position:absolute;
top:0;
right:0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.close-icon{
display:none !important;
}
#header-bottom {
background-color:#f9f9f9;
}
/*----- Logo -----*/
#logo-image {
float:left;
margin-top:35px;
}
#logo-image a,
#logo-image a img {
width:100%;
display:block;
}
/*----- Main Menu -----*/
#main-nav {
float:right;
position:relative;
z-index:9999;
}
#main-menu > li {
float:left;
list-style:none;
margin:0;
background:url(images/background/line-1.png) repeat-y right 0;
position:relative;
z-index:9999;
}
#main-menu > li > a {
text-align:center;
display:block;
padding:25px 20px;
}
#main-menu > li.current-menu-item > a,
#main-menu > li:hover > a {
background-color:#33bee5;
}
#main-menu > li > a i {
display:block;
color:#cfd0de;
font-size:22px;
font-style:normal;
margin-bottom:8px;
}
#main-menu > li > a span {
display:block;
color:#464646;
font-size:18px;
font-family: 'Rokkitt', serif;
text-transform:uppercase;
}
#main-menu li.current-menu-item a i,
#main-menu li.current-menu-item a span,
#main-menu li:hover a i,
#main-menu li:hover a span {
color:#fff;
}
.sf-arrows > li > .sf-with-ul:after {
border-width:0px;
}
.sf-arrows li ul li .sf-with-ul:after {
border-width:7px;
margin-top:-7px;
right:8px;
background-repeat:no-repeat;
background-position:right center;
background-image:url(images/background/menu-arrow.png);
border-color:transparent;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
border-left-color:transparent;
}
/*---Sub menu---*/
#main-menu li ul {
display:none;
position:absolute;
width:200px;
top:101px;
left:0;
background-color:#000;
background-color:rgba(0,0,0,.94);
z-index:9999;
}
#main-menu li ul li {
padding:10px 15px;
position:relative;
list-style:none;
margin:0;
z-index:9999;
}
#main-menu li ul li:first-child {
border-top:none;
}
#main-menu li ul li:hover,
#main-menu li ul li.current-menu-item {
background-color:#212222;
}
#main-menu li ul li a {
color:#d4d4d4 !important;
display:block;
}
#main-menu li ul li ul {
top:0;
left:201px;
}
/*--------------Mobile Menu-------------------*/
#mobile-menu {
display:none;
position:relative;
margin:20px 0;
}
#mobile-menu > span {
display:inline-block;
text-transform:uppercase;
font-family:'Rokkitt', serif;
font-size:24px;
padding:10px 0;
cursor:pointer;
color:#33bee5;
}
#mobile-menu > span:hover {
color:#141414;
}
#toggle-view-menu {
display:none;
list-style: none;
margin: 0;
padding: 0;
border-top: none;
position:absolute;
top:40px;
right:0;
z-index:99999;
width:220px;
}
#toggle-view-menu > li {
margin: 0;
position: relative;
cursor: pointer;
list-style: none;
background-color:#33bee5;
border-top:1px solid #fff;
}
#toggle-view-menu h3 {
font-size: 18px;
margin: 0;
float: left;
line-height: 40px;
padding: 0 15px;
}
#toggle-view-menu h3 a {
color: #fff;
width:100%;
display:block;
}
#toggle-view-menu li:hover {
background-color: #087796;
}
#toggle-view-menu span {
float: right;
font-size: 26px;
width: 40px;
height: 40px;
text-align: center;
color: #fff;
line-height: 40px;
background-color:#087796;
}
#toggle-view-menu li.active {
background-color:#087796;
}
#toggle-view-menu li.active span,
#toggle-view-menu li.active h3 a {
color:#fff;
}
#toggle-view-menu .menu-panel {
margin: 0px;
display: none;
padding: 10px 15px 0;
font-size: 14px;
color: #fff;
background-color:#087796;
border-top:1px solid #fff;
}
#toggle-view-menu .menu-panel ul {
margin:0;
}
#toggle-view-menu li .menu-panel ul li {
border:none;
list-style:disc inside;
margin: 0 0 10px 0;
color:#fff;
}
#toggle-view-menu .menu-panel ul li a {
display:inline-block;
*display:inline;
zoom:1;
color:#fff;
font-size:12px;
}
#toggle-view-menu .menu-panel ul li ul {
margin-left:40px;
margin-top:10px;
}
/*----- Sticky Header -----*/
.sticky-header {
position:fixed;
z-index:10000;
top:0;
width:100%;
}
.cbp-af-header.cbp-af-header-shrink #main-menu > li > a i {
display:none;
}
.cbp-af-header.cbp-af-header-shrink #main-menu > li > a {
padding:15px 20px;
}
.cbp-af-header.cbp-af-header-shrink #logo-image {
margin-top:12px;
height:25px;
}
.cbp-af-header.cbp-af-header-shrink #main-menu > li > ul {
top:50px;
}
.kopa-background {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:#000000;
opacity: .2;
filter:alpha(opacity=20);
z-index:10000;
display:none;
}
/* =========================================================
Main Content
============================================================ */
.kopa-portfolio-page #main-content,
.kopa-404-page #main-content {
padding-top:42px;
}
#main-content .widget {
margin-bottom:42px;
}
#main-content .widget .widget-title {
color:#fff;
background-color:#33bee5;
margin:8px 0 40px;
font-size:24px;
line-height:40px;
padding-left:75px;
position:relative;
border-radius:50px 0 0 50px;
}
.kopa-about-page #main-content .widget.kopa-skill-widget .widget-title {
margin:8px 0 25px;
}
#main-content .widget .widget-title span {
color:#33bee5;
background-color:#fff;
width:50px;
height:50px;
border:3px solid #33bee5;
border-radius:50%;
position:absolute;
left:0;
top:-8px;
line-height:56px;
text-align:center;
}
.kopa-tagline-widget {
background-color:#f8f8f8;
border-left:2px solid #33bee5;
padding:20px 25px;
}
.kopa-tagline-description {
float:left;
}
.kopa-tagline-description h4 {
font-size:18px;
font-family: 'Raleway', sans-serif;
font-weight:600;
margin-top:0;
color:#555;
}
.kopa-tagline-description p {
margin:0;
color:#555;
}
.kopa-tagline-widget .kopa-button {
float:right;
}
/*-----------------Carousel------------------*/
.kopa-latest-work-widget,
/*.kopa-home-3 .kopa-testimonial-widget,
.kopa-home-2 .kopa-testimonial-widget,*/
.kopa-testimonial-widget,
.kopa-featured-product-widget,
.kopa-related-post {
overflow:hidden;
position:relative;
}
.kopa-latest-work-widget .list-carousel.responsive,
.kopa-testimonial-widget .list-carousel.responsive,
.kopa-featured-product-widget .list-carousel.responsive,
.kopa-related-post .list-carousel.responsive {
width: auto;
margin: 0 -13px;
}
.kopa-latest-work-widget .list-carousel > ul,
.kopa-testimonial-widget .list-carousel > ul,
.kopa-featured-product-widget .list-carousel > ul,
.kopa-related-post .list-carousel > ul {
display: block;
height: 100%;
list-style: none outside none;
margin: 0;
padding: 0;
}
.kopa-latest-work-widget .list-carousel ul li,
.kopa-featured-product-widget .list-carousel ul li {
display: block;
float: left;
margin: 0 13px;
padding: 0;
width:252px;
}
.kopa-testimonial-widget .list-carousel ul li {
display: block;
float: left;
margin: 0 13px;
padding: 0;
width:530px;
}
.kopa-related-post .list-carousel ul li {
display: block;
float: left;
margin: 0 13px;
padding: 0;
width:390px;
}
.kopa-latest-work-widget .entry-item,
.kopa-featured-product-widget .entry-item {
text-align:center;
background-color:#fafafa;
border-bottom:1px solid #eee;
padding-bottom:20px;
}
.kopa-latest-work-widget .entry-item:hover,
.kopa-featured-product-widget .entry-item:hover {
border-bottom:1px solid #33bee5;
}
.kopa-latest-work-widget .entry-item .entry-thumb,
.kopa-featured-product-widget .entry-item .entry-thumb {
margin-bottom:20px;
}
.kopa-latest-work-widget .entry-item .entry-title,
.kopa-featured-product-widget .entry-item .entry-title {
font-size:16px;
font-weight:500;
margin:0 0 3px;
line-height:18px;
font-family: 'Raleway', sans-serif;
}
.kopa-latest-work-widget .entry-item .entry-title a,
.kopa-featured-product-widget .entry-item .entry-title a {
color:#666;
}
.kopa-latest-work-widget .entry-item .entry-categories a {
color:#a6a6a6;
}
.kopa-latest-work-widget .carousel-nav,
.kopa-testimonial-widget .carousel-nav,
.kopa-featured-product-widget .carousel-nav,
.kopa-related-post .carousel-nav {
position:absolute;
top:15px;
right:5px;
}
.kopa-latest-work-widget .carousel-nav a,
.kopa-testimonial-widget .carousel-nav a,
.kopa-featured-product-widget .carousel-nav a,
.kopa-related-post .carousel-nav a {
display:block;
float:left;
border:1px solid #9ae4ff;
background-repeat:no-repeat;
background-position:center center;
text-indent:-99999px;
font-size:0;
width:25px;
height:25px;
}
.kopa-latest-work-widget .carousel-nav .carousel-prev,
.kopa-testimonial-widget .carousel-nav .carousel-prev,
.kopa-featured-product-widget .carousel-nav .carousel-prev,
.kopa-related-post .carousel-nav .carousel-prev {
background-image:url(images/slider/carousel-prev.png);
}
.kopa-latest-work-widget .carousel-nav .carousel-next,
.kopa-testimonial-widget .carousel-nav .carousel-next,
.kopa-featured-product-widget .carousel-nav .carousel-next,
.kopa-related-post .carousel-nav .carousel-next {
background-image:url(images/slider/carousel-next.png);
background-position:11px center;
margin-left:3px;
}
.kopa-latest-work-widget .carousel-nav a:hover,
.kopa-testimonial-widget .carousel-nav a:hover,
.kopa-featured-product-widget .carousel-nav a:hover,
.kopa-related-post .carousel-nav a:hover {
border:1px solid #fff;
}
.kopa-latest-post-widget {
position:relative;
}
.kopa-latest-post-widget ul li {
margin:0 0 0 2.394107%;
list-style:none;
float:left;
width:48.802947%;
}
.kopa-latest-post-widget ul li:first-child {
margin-left:0;
}
.kopa-latest-post-widget ul li .entry-item .entry-thumb {
float:left;
margin-right:20px;
}
.kopa-latest-post-widget ul li .entry-item .entry-content {
float:left;
width:258px;
}
.kopa-latest-post-widget ul li .entry-item .entry-title {
font-size:16px;
font-weight:500;
font-family: 'Raleway', sans-serif;
margin:0 0 15px;
padding-bottom:15px;
border-bottom:1px solid #ececec;
position:relative;
}
.kopa-latest-post-widget ul li .entry-item .entry-title a {
color:#4c4e54;
}
.kopa-latest-post-widget ul li .entry-item .entry-title span {
width:75px;
display:block;
height:1px;
background-color:#33bee5;
position:absolute;
bottom:-1px;
left:0;
}
.kopa-latest-post-widget ul li .entry-item .entry-date {
font-family: 'Raleway', sans-serif;
color:#888;
}
.kopa-latest-post-widget ul li .entry-item .entry-date span {
margin-right:5px;
color:#aaa;
float:left;
margin-top:1px;
}
.kopa-latest-post-widget .view-all {
position:absolute;
top:10px;
right:20px;
color:#f8f8f8;
font-size:14px;
}
.kopa-service-widget ul {
margin-top:40px;
}
.kopa-service-widget ul:first-child {
margin-top:0px;
}
.kopa-service-widget ul li {
list-style:none;
float:left;
margin:0 0 0 2.394107%;
width:23.2%;
}
.kopa-service-widget ul li:first-child {
margin:0;
}
.kopa-service-widget ul li .service-title {
font-weight:500;
font-family: 'Raleway', sans-serif;
font-size:15px;
margin:0 0 20px;
}
.kopa-service-widget ul li .service-title a {
color:#808080;
}
.kopa-service-widget ul li .service-title span {
margin-right:15px;
color:#6e6e6e;
font-size:30px;
}
.kopa-client-widget ul li {
list-style:none;
float:left;
width:182px;
margin:0 0 0 44px;
}
.kopa-client-widget ul li:first-child {
margin:0;
}
.kopa-client-widget ul li div {
background-color:#f8f8f8;
border:1px solid #f1f1f1;
text-align:center;
height:83px;
}
.kopa-client-widget ul li img {
display:inline-block;
}
#main-content .kopa-contact-widget {
background:url(images/background/shadow-1.png) repeat-x 0 top #f4f4f4;
padding:40px 0;
margin-bottom:0;
}
.kopa-contact-widget #contact-form,
.kopa-contact-widget #contact-form .contact-button {
margin:0;
}
.kopa-contact-widget #contact-form p {
position:relative;
}
.kopa-contact-widget #contact-form label.required {
float:left;
width:150px;
font-size:15px;
font-family: 'Raleway', sans-serif;
color:#000;
line-height:40px;
}
.kopa-contact-widget #contact-form label.required span {
color:#848484;
}
.kopa-contact-widget #contact-form #contact_name,
.kopa-contact-widget #contact-form #contact_email,
.kopa-contact-widget #contact-form #contact_subject {
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
width:377px;
padding:5px 10px;
background-color:#fff;
border:1px solid #e9e9e9;
height:40px;
line-height:30px;
box-shadow:none;
float:left;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
}
.kopa-contact-widget #contact-form #contact_message {
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
width:377px;
padding:5px 10px;
background-color:#fff;
border:1px solid #e9e9e9;
height:210px;
box-shadow:none;
float:left;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
}
.kopa-contact-widget #contact-form #contact_name:focus,
.kopa-contact-widget #contact-form #contact_email:focus,
.kopa-contact-widget #contact-form #contact_subject:focus,
.kopa-contact-widget #contact-form #contact_message:focus {
border:1px solid #33bee5;
}
.kopa-contact-widget #contact-form #submit-contact {
color:#fff;
background-color:#33bee5;
border:none;
padding:10px 20px;
font-family: 'Raleway', sans-serif;
font-size:14px;
margin: 0 0 0 150px;
}
.kopa-contact-widget #contact-form #submit-contact:hover {
background-color:#141414;
}
.kopa-contact-widget #contact-form label.error {
position:absolute;
right:0;
top:-20px;
color:#33bee5;
font-size:12px;
}
.kopa-contact-widget #contact-info .contact-title {
font-size:36px;
color:#2b2b2b;
margin:0 0 25px;
line-height:28px;
}
.contact-social-link {
margin:20px 0;
}
.contact-social-link li {
float:left;
list-style:none;
margin:0 0 0 7px;
}
.contact-social-link li:first-child {
margin:0;
}
.contact-social-link li a {
display:block;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
width:32px;
height:32px;
text-align:center;
line-height:32px;
color:#535353;
font-size:16px;
}
.contact-social-link li a:hover {
border:1px solid #33bee5;
}
.kopa-contact-widget #contact-info address,
.kopa-contact-widget #contact-info address a {
font-size:15px;
font-family: 'Raleway', sans-serif;
color:#3f3f3f;
}
.kopa-contact-widget #contact-info address i {
width:25px;
color:#767676;
background:none;
}
/**** Isotope Filtering ****/
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
#container {
margin:0 auto;
}
.element {
width: 118px;
height: 118px;
float: left;
margin:1.5px;
overflow: hidden;
position: relative;
}
.element * {
position: absolute;
margin: 0;
}
.element.width2 { width: 239px; }
.element.height2 { height: 239px; }
.kopa-portfolio-widget {
background:url(images/background/shadow-2.png) no-repeat center top #f5f5f5;
padding:40px 0;
}
.kopa-portfolio-widget .wrapper {
width:1089px;
}
.element h2 {
background-color:#33bee5;
text-align:center;
line-height:118px;
font-size:36px;
color:#fff;
width:100%;
}
/* =========================================================
Footer
============================================================ */
#page-footer {
background-color:#545454;
}
#copyright {
float:left;
margin:15px 0;
}
#footer-menu {
float:right;
}
#footer-menu li {
float:left;
list-style:none;
margin:0 0 0 20px;
}
#footer-menu li:first-child {
margin:0;
}
#footer-menu li a {
display:block;
color:#c4c4c4;
padding:15px 0;
}
.kopa-home-4 #page-footer,
.kopa-home-2 #page-footer,
.kopa-home-3 #page-footer,
.heavy-dark-footer #page-footer {
background-color:#303030;
}
/* =========================================================
Home page 3
============================================================ */
.kopa-home-4 #main-content .sequence-wrapper,
.kopa-home-4 #main-content .rev_slider_wrapper {
margin-bottom:0;
}
.kopa-home-4.kopa-home-3 #main-content .sequence-wrapper,
.kopa-home-4.kopa-home-3 #main-content .rev_slider_wrapper {
margin-bottom:42px;
}
.list-container-2 {
margin-top:-1px;
}
.list-container-2 ul {
margin: 0;
}
.list-container-2 ul li,
.sidebar .widget .list-container-2 ul li {
float: left;
list-style: none outside none;
margin: 0;
padding:0;
width:362px;
position:relative;
}
.list-container-2 ul li.active,
.sidebar .widget .list-container-2 ul li.active {
}
.list-container-2 ul li:first-child,
.sidebar .widget .list-container-2 ul li:first-child {
margin:0;
}
.list-container-2 ul li > a {
background-color: #f7f7f7;
color: #888;
display: block;
font-size: 24px;
line-height:38px;
padding: 10px 0;
text-align:center;
text-transform:uppercase;
outline:none;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.list-container-2 ul li.active > a {
text-decoration: none;
background-color:#33bee5;
color:#fff;
}
.list-container-2 ul li span {
width:34px;
height:34px;
background:#33bee5;
text-align:center;
line-height:34px;
border:2px solid #fff;
border-radius:50%;
font-size:16px;
color:#fff;
margin:0 15px 0 0;
position:relative;
z-index:0;
}
.list-container-2 ul li.active span {
}
.tab-container-2 {
background-color:#33bee5;
padding:25px 30px 15px;
color:#fff;
}
/*---------Skill bar-----------*/
.kopa-skill {
margin:15px 0 0;
position:relative;
list-style:none;
}
.kopa-skill div {
height: 6px;
float: left;
width: 100%;
position: relative;
margin:0 !important;
}
.kopa-skill p.kopa-skill-title {
color: #555;
font-size:14px;
font-family: 'Raleway', sans-serif;
}
/*===============Progress Bars===================*/
.progress-bar {
height: 20px;
margin:30px 0;
position: relative;
background-color: #f3f3f3;
z-index:0;
}
.progress-bar > span {
display: block;
height: 6px;
top:0;
background-color: #33bee5;
position: relative;
z-index:0;
}
.progress-bar > span:after, .animate > span > span {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
-webkit-animation: move 2s linear infinite;
-moz-animation: move 2s linear infinite;
color:#fff;
text-align:right;
}
.animate > span:after {
display: none;
}
@-webkit-keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 50px 50px;
}
}
@-moz-keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 50px 50px;
}
}
.progress-bar.green > span {
background-color: #33bee5;
}
.nostripes > span > span, .nostripes > span:after {
-webkit-animation: none;
-moz-animation: none;
background-image:none;
}
#bottom-sidebar {
background-color:#414246;
padding:35px 0 25px;
color:#e9e9e9;
}
#bottom-sidebar .widget .widget-title {
font-size:24px;
margin:0 0 25px;
line-height:20px;
}
#bottom-sidebar .widget .search-form {
margin:0 0 10px;
position:relative;
}
#bottom-sidebar .widget .search-form .search-text {
background-color:#383a3f;
box-shadow:0 1px 0 #535354;
-moz-box-shadow:0 1px 0 #535354;
-webkit-box-shadow:0 1px 0 #535354;
border:none;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
height:40px;
line-height:30px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
width:100%;
color:#aaa;
font-weight:300;
font-size:13px;
font-family: 'Open Sans', sans-serif;
padding:5px 10px;
}
#bottom-sidebar .widget .search-form .search-submit {
width:20px;
height:20px;
border:none;
background:url(images/icons/search-icon-2.png) no-repeat 0 0;
position:absolute;
top:8px;
right:10px;
}
#bottom-sidebar .kopa-social-widget ul {
margin-bottom:20px;
}
#bottom-sidebar .kopa-social-widget li {
list-style:none;
float:left;
margin:0 0 0 10px;
}
#bottom-sidebar .kopa-social-widget li:first-child {
margin:0;
}
#bottom-sidebar .kopa-social-widget li a {
display:block;
width:40px;
height:40px;
color:#e2e2e2;
text-align:center;
background-color:#383a3f;
box-shadow:0 1px 0 #535354;
-moz-box-shadow:0 1px 0 #535354;
-webkit-box-shadow:0 1px 0 #535354;
line-height:40px;
font-size:18px;
}
#bottom-sidebar .newsletter-form {
margin:0;
}
#bottom-sidebar .newsletter-form .email {
background-color:#383a3f;
box-shadow:0 1px 0 #535354;
-moz-box-shadow:0 1px 0 #535354;
-webkit-box-shadow:0 1px 0 #535354;
border:none;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
height:40px;
line-height:30px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
width:255px;
color:#aaa;
font-weight:300;
font-size:13px;
font-family: 'Open Sans', sans-serif;
padding:5px 10px;
float:left;
margin-right:2px;
}
#bottom-sidebar .newsletter-form .submit {
background-color:#33bee5;
color:#fff;
font-family: 'Raleway', sans-serif;
font-size:14px;
border:none;
padding:11px 10px;
}
#bottom-sidebar .newsletter-form .submit:hover {
background-color:#141414;
}
/* =========================================================
Home page 2
============================================================ */
.kopa-intro-widget ul li {
list-style:none;
float:left;
width:32%;
margin:0 0 0 2%;
}
.kopa-intro-widget ul li:first-child {
margin:0;
}
.kopa-intro-widget ul li .entry-title {
font-size:24px;
line-height:72px;
margin:0 0 25px;
}
.kopa-intro-widget ul li .entry-title a {
color:#555;
}
.kopa-intro-widget ul li .entry-title span {
background:#33bee5;
border:2px solid #33bee5;
display:block;
float:left;
width:68px;
height:68px;
color:#fff;
text-align:center;
line-height:68px;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
font-size:26px;
margin-right:20px;
}
.kopa-intro-widget ul li:hover .entry-title span {
background:#fff;
color:#33bee5;
}
.kopa-intro-widget ul li p {
color:#666;
font-size:13px;
}
.kopa-testimonial-widget .testimonial-detail {
position:relative;
}
.kopa-testimonial-widget .testimonial-detail .avatar {
position:absolute;
left:0;
top:20px;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
z-index:0;
}
.kopa-testimonial-widget .testimonial-detail .avatar img {
display:block;
width:100%;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
position:relative;
z-index:1;
}
.kopa-testimonial-widget .testimonial-detail .testimonial-content {
margin-left:40px;
background:url(images/icons/quote-icon-1.png) no-repeat 55px 10px #f8f8f8;
border:1px solid #ededed;
padding:25px 35px 15px 60px;
}
.kopa-testimonial-widget .testimonial-detail .testimonial-content p {
line-height:22px;
font-family: 'Raleway', sans-serif;
font-size:14px;
color:#666;
background:url(images/icons/quote-icon-2.png) no-repeat right top;
}
#page-bottom {
background-color:#f1f1f1;
padding:40px 0;
}
#page-bottom .widget .widget-title {
margin:0 0 20px;
font-size:24px;
color:#222;
line-height:20px;
}
#page-bottom .widget_text {
font-size:13px;
color:#4c4e54;
}
#page-bottom .widget ul li {
list-style:none;
border-top:1px solid #e1e1e1;
padding-top:25px;
margin-top:25px;
}
#page-bottom .widget ul li:first-child {
border-top:none;
padding-top:0;
margin-top:0;
}
#page-bottom .kopa-widget-best-seller .entry-thumb,
#page-bottom .kopa-widget-latest-review .entry-thumb {
float:left;
margin-right:20px;
}
#page-bottom .kopa-widget-best-seller .entry-title,
#page-bottom .kopa-widget-latest-review .entry-title {
font-size:13px;
font-weight:600;
margin:0px;
font-family: 'Open Sans', sans-serif;
}
#page-bottom .kopa-widget-best-seller .entry-title a,
#page-bottom .kopa-widget-latest-review .entry-title a {
color:#4c4e54;
}
#page-bottom .kopa-widget-best-seller strong {
color:#4c4e54;
font-size:14px;
}
#page-bottom .kopa-widget-latest-review .kopa-rating {
margin-top:5px;
float:left;
}
#page-bottom .kopa-widget-latest-review .kopa-rating li {
float:left;
border-top:none;
padding:0;
margin:0;
}
#page-bottom .kopa-widget-latest-review .kopa-rating li a {
font-size:10px;
color:#33bee5;
}
#page-bottom .kopa-widget-latest-review .kopa-rating li a:hover {
color:#989898;
}
#page-bottom .kopa-widget-latest-review .entry-comments {
display:inline-block;
margin:5px 0 0 10px;
color:#989898;
}
#page-bottom .kopa-widget-latest-review .entry-comments a {
margin:0 0 0 5px;
color:#4c4e54;
}
#page-bottom .kopa-widget-rated-product .price-box {
display: none;
}
.flickr-wrap {
margin-right:-15px;
}
.flickr-badge-image {
list-style:none;
float:left;
margin:0 15px 15px 0;
}
/* =========================================================
Home page 1
============================================================ */
.kopa-featured-product-widget .entry-item .entry-thumb {
position:relative;
margin-bottom:35px;
}
.kopa-featured-product-widget .entry-item .entry-thumb .add-to-cart {
display:block;
width:48px;
height:48px;
background-color:#33bee5;
color:#fff;
line-height:48px;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
font-size:20px;
position:absolute;
left:50%;
bottom:-24px;
margin-left:-24px;
}
.kopa-featured-product-widget .entry-item .entry-thumb .add-to-cart:hover {
background-color:#141414;
}
.kopa-featured-product-widget .entry-item .entry-title {
margin:0 0 15px;
}
.kopa-featured-product-widget .price-box {
font-size:18px;
color:#a6a6a6;
font-family: 'Rokkitt', serif;
}
.kopa-featured-product-widget .price-box .current-price,
.kopa-featured-product-widget .price-box .saleoff-price {
font-size:14px;
font-family: 'Open Sans', sans-serif;
margin-left:5px;
}
.kopa-featured-product-widget .price-box .current-price {
text-decoration:line-through;
}
.kopa-featured-product-widget .price-box .saleoff-price {
color:#33bee5;
}
/* =========================================================
About page
============================================================ */
.page-title-wrapper {
background:url(images/background/pattern-1.png) repeat 0 0;
border-bottom:1px solid #e3e3e3;
border-top:1px solid #e3e3e3;
margin-bottom:45px;
}
.page-title {
border-bottom:6px solid #f3f3f3;
border-top:6px solid #f3f3f3;
padding:20px 0;
}
.page-title h3 {
color:#555;
font-size:28px;
line-height:22px;
margin:0 0 10px;
}
.page-title .breadcrumb {
background:none;
margin:0;
padding:0;
color:#888;
font-family: 'Raleway', sans-serif;
font-size:14px;
}
.page-title .breadcrumb a {
background:url(images/icons/breadcrumb-icon.png) no-repeat right 7px;
padding-right:15px;
}
.page-title .breadcrumb a,
.page-title .breadcrumb span {
margin-right:7px;
float:left;
}
.page-title .breadcrumb a {
color:#888;
}
.page-title .breadcrumb span {
margin-top:1px;
}
.page-title .breadcrumb span.current-page {
margin-top:0px;
}
.kopa-about-widget .entry-thumb {
float:left;
width:531px;
margin-right:25px;
}
.kopa-our-team-widget ul li {
list-style:none;
float:left;
margin:0 0 0 25px;
width:252px;
text-align:center;
}
.kopa-our-team-widget ul li:first-child {
margin:0;
}
.kopa-our-team-widget ul li .entry-thumb {
margin-bottom:20px;
}
.kopa-our-team-widget ul li .entry-title {
font-size:24px;
text-transform:uppercase;
margin:0 0 2px;
}
.kopa-our-team-widget ul li .entry-title a,
.kopa-our-team-widget ul li header span {
color:#555;
}
.kopa-our-team-widget ul li header span {
font-family: 'Raleway', sans-serif;
}
.kopa-our-team-widget ul li header {
border-bottom:1px solid #f2f2f2;
padding-bottom:10px;
margin-bottom:15px;
}
.kopa-our-team-widget ul li .our-team-social-link {
display:inline-block;
margin-top:10px;
}
.kopa-our-team-widget ul li .our-team-social-link li {
width:auto;
margin:0 0 0 10px;
}
.kopa-our-team-widget ul li .our-team-social-link li:first-child {
margin:0;
}
.kopa-our-team-widget ul li .our-team-social-link li a {
display:block;
width:30px;
height:30px;
background-color:#d6d6d6;
color:#fff;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
text-align:center;
line-height:30px;
font-size:14px;
}
.kopa-our-team-widget ul li .our-team-social-link li a:hover {
background-color:#33bee5;
}
.kopa-our-team-widget ul li .entry-item {
border-bottom:1px solid #f2f2f2;
padding-bottom:20px;
}
.kopa-our-team-widget ul li .entry-item:hover {
border-bottom:1px solid #33bee5;
}
.kopa-about-page .kopa-skill-wrapper {
margin-right:-25px;
}
.kopa-about-page .kopa-skill {
width:530px;
margin-right:25px;
float:left;
}
/* =========================================================
Blog page
============================================================ */
.kopa-article-list li {
list-style:none;
margin:0;
}
.kopa-article-list .entry-item {
padding-bottom:30px;
border-bottom:1px solid #f5f5f5;
margin-bottom:40px;
}
.kopa-article-list .entry-item .entry-thumb {
margin-bottom:35px;
}
.kopa-article-list .entry-item .entry-title {
font-size:20px;
font-family: 'Raleway', sans-serif;
border-bottom:1px solid #ececec;
padding-bottom:15px;
margin:0 0 15px;
position:relative;
}
.kopa-article-list .entry-item .entry-title a {
color:#333;
}
.kopa-article-list .entry-item .entry-title span {
position:absolute;
bottom:-1px;
left:0;
height:1px;
background-color:#33bee5;
width:40%;
}
.kopa-article-list .entry-item .entry-date,
.kopa-article-list .entry-item .entry-comments {
color:#888;
font-family: 'Raleway', sans-serif;
margin-right:15px;
}
.kopa-article-list .entry-item .entry-comments a {
color:#888;
}
.kopa-article-list .entry-item .entry-date span,
.kopa-article-list .entry-item .entry-comments span {
margin-right:7px;
}
.kopa-article-list .entry-item header {
margin-bottom:10px;
}
.pagination {
margin-bottom:40px;
}
.pagination ul {
box-shadow:none;
border-radius:0;
}
.pagination .page-numbers li a,
.pagination .page-numbers li span {
font-size:16px;
color:#333;
font-family: 'Rokkitt', serif;
border-color: #e4e4e4;
}
.pagination ul > li > a,
.pagination ul > li > span {
border-width:1px;
}
.pagination ul > li {
margin-left:10px;
float:left;
margin-bottom:0;
}
.pagination ul > li:first-child {
margin-left:0;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span,
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
border-radius:0;
}
.pagination ul > li > span.current,
.pagination ul > li > a:hover {
background-color:#33bee5;
color:#fff;
border-color: #33bee5;
}
/* =========================================================
Sidebar
============================================================ */
#main-content .sidebar .widget .widget-title {
background:none;
font-size:24px;
line-height:24px;
color:#444;
padding:0 0 10px;
border-bottom: 1px solid #ececec;
border-radius:0;
margin:0 0 25px;
}
#main-content .sidebar .widget .widget-title span {
bottom:-1px;
height:1px;
width:40%;
border:none;
border-radius:0;
background-color:#33bee5;
top:auto;
}
/************Accordion**************/
#main-content .sidebar .widget {
margin-bottom:40px;
}
.sidebar .widget ul li {
list-style:none;
margin:25px 0 0;
}
.sidebar ul li:first-child {
margin:0;
}
.accordion-title {
margin-bottom:10px;
position:relative;
}
.accordion-title span {
display:block;
position:absolute;
width:22px;
height:22px;
color:#b7b7b7;
background-color:#f6f6f6;
border:1px solid #e9e9e9;
line-height:22px;
text-align:center;
font-size:18px;
right:0;
top:0;
cursor:pointer;
}
.accordion-title h3{
margin:0px;
line-height:24px;
font-size:16px;
font-family: 'Raleway', sans-serif;
font-weight:500;
}
.accordion-title a {
color:#444;
display: inline-block;
*display:inline;
zoom:1;
}
.accordion-container {
margin:15px 0;
}
.sidebar .kopa-categories-widget ul li {
list-style:inside disc;
color:#33bee5;
margin:10px 0 0;
}
.sidebar .kopa-categories-widget ul li a {
color:#6f6f6f;
font-size:13px;
font-weight:500;
font-family: 'Raleway', sans-serif;
}
.sidebar .kopa-widget-best-seller .entry-thumb,
.sidebar .kopa-widget-rated-product .entry-thumb {
float:left;
margin-right:15px;
}
.sidebar .kopa-widget-best-seller .entry-title,
.sidebar .kopa-widget-rated-product .entry-title {
margin:0 0 10px;
font-size:15px;
font-weight:500;
font-family: 'Raleway', sans-serif;
}
.sidebar .kopa-widget-best-seller .entry-title a,
.sidebar .kopa-widget-rated-product .entry-title a {
color:#444;
}
.sidebar .kopa-widget-best-seller .price-box .current-price,
.sidebar .kopa-widget-rated-product .price-box .current-price {
color:#666;
font-weight:500;
font-family: 'Raleway', sans-serif;
}
.sidebar .kopa-widget-best-seller .price-box .saleoff-price,
.sidebar .kopa-widget-rated-product .price-box .saleoff-price {
color:#33bee5;
font-weight:500;
font-family: 'Raleway', sans-serif;
font-size:18px;
}
.sidebar .kopa-widget-rated-product .kopa-rating {
display:inline-block;
}
.sidebar .kopa-widget-rated-product .kopa-rating li {
float:left;
margin:0;
font-size:10px;
}
.sidebar .kopa-widget-rated-product .kopa-rating li a {
color:#33bee5;
}
/* =========================================================
Blog page style 2
============================================================ */
.kopa-blog-2 .kopa-article-list .entry-item .entry-thumb {
width:307px;
float:left;
margin-right:25px;
}
.kopa-blog-2 .kopa-article-list .entry-item .entry-thumb audio {
width:100%;
}
.kopa-blog-2 .kopa-article-list .entry-item .entry-content {
float:left;
width:474px;
}
.kopa-blog-2 .kopa-article-list .entry-item .entry-title {
line-height:26px;
}
.kopa-blog-2 .blogpost-slider .flex-direction-nav li a {
width:30px;
height:30px;
margin:-15px 0 0;
}
/* =========================================================
Single page for standard post
============================================================ */
.entry-box,
.about-author,
.tag-box,
.kopa-related-post,
#comments,
#respond {
margin-bottom:35px;
}
.entry-box .entry-thumb {
margin-bottom:35px;
}
.entry-box .entry-thumb img {
width:100%;
display:block;
}
.entry-box .entry-title {
font-family: 'Raleway', sans-serif;
color:#333;
border-bottom:1px solid #ececec;
padding-bottom:10px;
position:relative;
margin:0 0 15px;
}
.entry-box .entry-title span {
height:1px;
background-color:#33bee5;
position:absolute;
bottom:-1px;
left:0;
width:40%;
}
.entry-box header .entry-date,
.entry-box header .entry-comments {
color: #888888;
font-family: 'Raleway',sans-serif;
margin-right: 15px;
}
.entry-box header .entry-comments a {
color: #888888;
}
.entry-box header .entry-date span,
.entry-box header .entry-comments span {
margin-right: 7px;
}
.entry-box header {
margin-bottom:10px;
}
.entry-box p {
margin-bottom:20px;
}
.entry-box .social-link {
background-color:#f6f6f6;
padding:10px 20px;
margin-bottom:2px;
}
.entry-box .social-link li {
list-style:none;
float:left;
color: #333;
font-family: 'Raleway',sans-serif;
font-size:13px;
font-weight:500;
margin:0 0 0 15px;
}
.entry-box .social-link li:first-child {
margin:0;
}
.entry-box .social-link li a {
color:#000;
font-size:16px;
}
.entry-box footer p {
background-color:#f6f6f6;
float:left;
padding:15px 20px;
margin:0;
width:362px;
}
.entry-box footer p.prev-post {
margin-right:1px;
}
.entry-box footer p.next-post {
margin-left:1px;
text-align:right;
}
.entry-box footer p a {
color:#333;
font-size:18px;
font-family: 'Rokkitt', serif;
display:block;
margin-bottom:10px;
}
.entry-box footer p a.article-title {
font-size:20px;
font-family: 'Raleway',sans-serif;
}
.entry-box footer p .entry-date {
color:#888;
font-family: 'Raleway',sans-serif;
}
.about-author {
border:1px solid #eee;
padding:20px;
}
.about-author .avatar-thumb {
border:3px solid #f4f4f4;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
float:left;
margin-right:20px;
display:block;
}
.about-author .avatar-thumb img {
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
}
.about-author .author-content {
float:left;
width:651px;
}
.about-author .author-content header {
border-bottom:1px solid #eee;
padding-bottom:10px;
margin-bottom:15px;
}
.about-author .author-content header h4 {
display:inline-block;
margin:0 10px 0 0;
font-size:20px;
color:#555;
}
.about-author .author-content header .author-name {
font-size:13px;
color:#33bee5;
}
.about-author .author-content header .author-name:hover {
color:#555;
}
.about-author .author-content p {
margin-bottom:0;
}
.tag-box span,
.tag-box a {
display:inline-block;
}
.tag-box span {
font-size:24px;
color:#3e3e3e;
font-family: 'Rokkitt', serif;
margin-right:10px;
}
.tag-box a {
font-size:13px;
color:#555;
padding:5px 20px;
background-color:#f6f6f6;
border-bottom:1px solid #f6f6f6;
}
.tag-box a:hover {
border-bottom:1px solid #33bee5;
}
.kopa-related-post ul li .entry-item .entry-thumb {
float: left;
margin-right: 20px;
width:200px;
}
.kopa-related-post ul li .entry-item .entry-content {
float: left;
width: 170px;
}
.kopa-related-post ul li .entry-item .entry-title {
border-bottom: 1px solid #ECECEC;
font-family: 'Raleway',sans-serif;
font-size: 16px;
font-weight: 500;
margin: 0 0 15px;
padding-bottom: 15px;
position: relative;
}
.kopa-related-post ul li .entry-item .entry-title a {
color: #4C4E54;
}
.kopa-related-post ul li .entry-item .entry-title span {
background-color: #33BEE5;
bottom: -1px;
display: block;
height: 1px;
left: 0;
position: absolute;
width: 75px;
}
.kopa-related-post ul li .entry-item .entry-date {
color: #888888;
font-family: 'Raleway',sans-serif;
}
.kopa-related-post ul li .entry-item .entry-date span {
color: #AAAAAA;
float: left;
margin-right: 5px;
margin-top: 1px;
}
#comments h3,
.kopa-related-post h3,
#respond h3,
#respond #reply-title {
font-family: 'Rokkitt', serif;
background-color: #33BEE5;
border-radius: 50px 0 0 50px;
color: #FFFFFF;
font-size: 24px;
line-height: 40px;
margin: 8px 0 40px;
padding-left: 75px;
position: relative;
}
#respond #reply-title {
text-align: left;
}
#cancel-comment-reply-link {
color: #FFFFFF;
}
#comments h3 span,
.kopa-related-post h3 span,
#respond h3 span {
background-color: #FFFFFF;
border: 3px solid #33BEE5;
border-radius: 50% 50% 50% 50%;
color: #33BEE5;
height: 50px;
left: 0;
line-height: 56px;
position: absolute;
text-align: center;
top: -8px;
width: 50px;
}
/*---Comments List---*/
.comments-list .comment {
margin-bottom:25px;
list-style:none;
}
#comments .comment-avatar {
float:left;
margin-right:15px;
width:60px;
border:3px solid #f4f4f4;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
}
#comments .comment-avatar img {
display:block;
width:100%;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
position:relative;
z-index:0;
}
#comments .comment-body {
border-bottom:1px solid #e8e8e8;
float:left;
width:725px;
padding-bottom:20px;
}
#comments .comment-body header {
margin-bottom:7px;
}
#comments .comment-body .comment-meta {
float:left;
}
#comments .comment-body .author {
font-weight:600;
font-size:14px;
font-family: 'Raleway',sans-serif;
color:#333;
}
#comments .comment-body .date {
font-size:14px;
font-family: 'Raleway',sans-serif;
color:#666;
}
#comments .comment-body p {
color:#777;
margin-bottom:5px;
}
#comments .comment-body .comment-button {
float:right;
font-family: 'Raleway',sans-serif;
color:#aeaeae;
font-weight:500;
}
#comments .comment-body .comment-reply-link,
#comments .comment-body .comment-edit-link {
display:inline-block;
color:#aeaeae;
}
#comments .comments-list .children {
margin-left:60px;
}
#comments .comments-list .children .comment-body {
width:665px;
}
.kopa-comment-pagination {
float:right;
margin:0;
font-size:16px;
font-family: 'Rokkitt',serif;
}
.kopa-comment-pagination a {
color:#444;
margin-left:15px;
}
.kopa-comment-pagination a:hover {
color:#33bee5;
}
.kopa-comment-pagination .current {
color:#33bee5;
margin-left:15px;
}
/*---Comment form---*/
#comments-form,
#kp-comments-form {
margin-bottom:0;
}
#comments-form .comment-left,
#kp-comments-form .comment-left {
float:left;
width:290px;
}
#comments-form .comment-right,
#kp-comments-form .comment-right {
float:right;
width:475px;
}
.kp-single-4 #comments-form .comment-left {
width:440px;
}
.kp-single-4 #comments-form .comment-right {
width:650px;
}
#comments-form label.required,
#kp-comments-form label.required {
font-size:13px;
color:#000;
margin-bottom:10px;
display:block;
}
#comments-form label.required span,
#kp-comments-form label.required span {
color:#33bee5;
}
#comments-form #comment_name,
#comments-form #comment_email,
#comments-form #comment_url,
#kp-comments-form #comment_name,
#kp-comments-form #comment_email,
#kp-comments-form #comment_url {
padding:0 15px;
width:100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
background-color:#fbfbfb;
border:1px solid #eee;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
box-shadow:none !important;
height:35px;
line-height:35px;
margin:0 0 5px;
}
#comments-form #comment_message,
#kp-comments-form #comment_message {
padding:5px 15px;
width:100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
background-color:#fbfbfb;
border:1px solid #eee;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
box-shadow:none !important;
margin:0 0 5px;
height:195px;
}
#comments-form #submit-comment,
#kp-comments-form #submit-comment {
display:inline-block;
*display:inline;
zoom:1;
padding:7px 15px;
color:#fff;
background-color:#33bee5;
border:none;
font-size:14px;
font-weight:600;
}
#comments-form #submit-comment:hover,
#kp-comments-form #submit-comment:hover {
background-color:#141414;
}
#comments-form #comment_name:focus,
#comments-form #comment_email:focus,
#comments-form #comment_url:focus,
#comments-form #comment_message:focus,
#kp-comments-form #comment_name:focus,
#kp-comments-form #comment_email:focus,
#kp-comments-form #comment_url:focus,
#kp-comments-form #comment_message:focus {
border:1px solid #33bee5;
}
.kopa-single-standard-2 .entry-box .entry-thumb {
float:left;
margin:0 20px 0 0;
width:310px;
}
.kopa-single-standard-2 .entry-box header {
float:left;
width:476px;
}
label.error {
color:#33bee5;
}
/* =========================================================
Contact page
============================================================ */
.kp-map {
margin-bottom:30px;
}
.kp-map iframe {
margin-bottom:15px; width: 100% !important;
}
.contact-title,
#contact-box .contact-title,
#contact-information .contact-title {
font-family: 'Rokkitt', serif;
font-size: 24px;
color:#3f3f3f;
border-bottom:1px solid #ececec;
padding-bottom:10px;
line-height:22px;
margin: 0 0 25px;
position:relative;
display: block;
}
.contact-title span {
position:absolute;
left:0;
bottom:-1px;
height:1px;
background-color:#33bee5;
width:25%;
}
#contact-information address p {
margin-bottom:15px;
}
.kopa-contact-page #contact-form p.input-block,
.kopa-contact-page #contact-form p.subject-block {
position: relative;
margin-bottom: 5px;
}
.kopa-contact-page #contact_name,
.kopa-contact-page #contact_email,
.kopa-contact-page #contact_url,
.kopa-contact-page #contact_subject,
.kopa-contact-page #contact_phone {
border: 1px solid #e4e4e4;
height: 45px;
line-height:30px;
margin-top: 5px;
padding: 5px 55px 5px 120px;
width: 100%;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
box-shadow:none;
box-sizing:border-box;
-moz-box-sizing:border-box;
margin:0;
background-repeat:no-repeat;
background-position:355px 10px;
background-color:#fff;
}
.kopa-contact-page #contact_name {
background-image:url(images/icons/big-user.png);
}
.kopa-contact-page #contact_email {
background-image:url(images/icons/envelope.png);
}
.kopa-contact-page #contact_url {
background-image:url(images/icons/big-link.png);
}
.kopa-contact-page #contact_url {
padding:5px 55px 5px 70px;
}
.kopa-contact-page #contact-form p.textarea-block {
position: relative;
}
.kopa-contact-page #contact_message {
border: 1px solid #e8e8e8;
height: 150px;
padding: 10px 20px 10px 145px;
width:100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
margin:0;
border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
box-shadow:none;
height:160px;
}
.kopa-contact-page #contact_message:focus,
.kopa-contact-page #contact_name:focus,
.kopa-contact-page #contact_email:focus,
.kopa-contact-page #contact_url:focus,
.kopa-contact-page #contact_subject:focus {
outline:0;
border:1px solid #33bee5;
}
.kopa-contact-page #contact-form .contact-button {
margin-bottom:0px;
}
.kopa-contact-page #contact-form #submit-contact {
display:inline-block;
*display:inline;
zoom:1;
padding:7px 15px;
color:#fff;
background-color:#33bee5;
font-size:13px;
font-weight:600;
border:none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.kopa-contact-page #contact-form #submit-contact:hover {
background-color:#141414;
}
.kopa-contact-page #contact-form label.required {
color:#777;
position:absolute;
top:12px;
left:15px;
font-size:12px;
}
.kopa-contact-page #contact-form p.textarea-block label.required {
top:12px;
}
.kopa-contact-page #contact-form label.error {
color: #32a7dd;
position: absolute;
right: 15px;
top: 12px;
}
.kopa-contact-page #contact-form p.textarea-block label.error {
top: 7px;
}
.kopa-contact-page #response {
margin-bottom: 20px;
text-align: center;
font-size:18px;
}
.kopa-contact-page #response .success {
color: #32a7dd;
margin-top:20px;
display:inline-block;
*display:inline;
zoom:1;
}
.kopa-contact-page #response .failure {
color: #32a7dd;
margin-top:20px;
display:inline-block;
*display:inline;
zoom:1;
}
#contact-information p {
font-size:13px;
color:#666;
}
#contact-information i {
color:#33bee5;
font-size:17px;
width:17px;
text-align:center;
margin-right:10px;
background:none;
}
#contact-information a,
#contact-information address p {
color:#3f3f3f;
}
#contact-information a:hover {
color:#33bee5;
}
#contact-information .accordion-title h3 {
font-family: 'Raleway',sans-serif;
font-size: 15px;
font-weight: 600;
line-height: 34px;
margin: 0;
color:#555;
}
#contact-information .accordion-title span {
background-color: #33bee5;
color: #fff;
cursor: pointer;
display: block;
font-size: 22px;
font-weight:700;
height: 34px;
line-height: 34px;
position: absolute;
right: auto;
left:0;
text-align: center;
top: 0;
width: 34px;
border:none;
}
#contact-information .accordion-title a {
display:block;
background-color:#f7f7f7;
margin-left:41px;
padding-left:20px;
color:#555;
}
#contact-information .accordion-container {
margin: -10px 0 15px 41px;
background-color:#f7f7f7;
padding:10px 20px 1px;
}
/* =========================================================
Elements page
============================================================ */
.elements-title,
.elements-box h1,
.elements-box h2,
.elements-box h3,
.elements-box h4,
.elements-box h5,
.elements-box h6 {
color:#555;
margin:0 0 10px;
}
.list-container-1 ul {
margin: 0;
}
.list-container-1 ul li {
float: left;
list-style: none outside none;
margin: 0 2px 0 0;
border:none;
padding:0;
width:98px;
box-sizing:border-box;
-moz-box-sizing:border-box;
}
.list-container-1 ul li a {
background-color: #fff;
border:1px solid #e4e4e4;
color: #7e7e7e;
display: block;
font-family:'Rokkitt', serif;
font-size: 18px;
padding: 8px 0;
text-align:center;
outline:none;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.list-container-1 ul li.active a,
.list-container-1 ul li:hover a {
border-top:1px solid #33bee5;
color: #333;
text-decoration: none;
}
.tab-container-1 {
background-color:#fff;
border:1px solid #e4e4e4;
border-top:none;
padding:15px 20px 5px;
}
.elements-box .kopa-button {
margin-right:15px;
}
/*-------------Toggle Boxes-----------*/
#toggle-view {
list-style:none;
margin:0;
padding:0;
}
#toggle-view p {
margin-bottom:0;
}
#toggle-view li {
margin:0 0 10px;
position:relative;
cursor:pointer;
list-style:none;
}
#toggle-view li h3 {
font-family: 'Raleway',sans-serif;
font-size:15px;
font-weight:500;
margin:0;
color:#444;
padding:0 20px 0 45px;
line-height:24px;
}
#toggle-view li span {
position:absolute;
left:0px;
top:0px;
font-size:18px;
width:22px;
height:22px;
text-align:center;
color:#b7b7b7;
line-height:22px;
background-color:#f6f6f6;
border:1px solid #e9e9e9;
}
#toggle-view li.active span {
line-height:20px;
}
#toggle-view .panel {
margin:0;
display:none;
}
#toggle-view .panel p {
margin:10px 0;
}
/*----------------Hover effect---------------*/
.da-thumbs li {
position:relative;
list-style:none;
}
.da-thumbs li .da-thumbs-hover img {
display: block;
position: relative;
width:100%;
}
.da-thumb li .da-thumbs-hover {
overflow: hidden;
}
.da-thumbs li .da-thumbs-hover p {
position: absolute;
background:#33bee5;
background: rgba(51,190,229,.7);
width: 100%;
height: 100%;
text-align:center;
z-index:0;
}
.da-thumbs li .da-thumbs-hover p a {
width:22px;
height:22px;
display:inline-block;
text-indent:-99999px;
font-size:0;
position:absolute;
top:50%;
}
.da-thumbs li .da-thumbs-hover p a.link-gallery {
background:url(images/icons/search.png) no-repeat center center;
margin:-11px -27px 0 0;
right:50%;
}
.da-thumbs li .da-thumbs-hover p a.link-detail {
background:url(images/icons/big-link.png) no-repeat center center;
margin:-11px 0 0 -27px;
left:50%;
}
/* =========================================================
404 Page
============================================================ */
.error-404{
margin:70px 10% 100px;
}
.error-404 .left-col{
width:41%;
float:left;
margin:0 2%;
}
.error-404 .left-col p{
font-size:120px;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
color:#33bee5;
line-height:100px;
text-align:right;
}
.error-404 .right-col{
width:50%;
float:left;
margin:0 2%;
}
.error-404 .right-col h1{
margin-bottom:10px;
font-size:29px;
color:#33bee5;
margin-top:0;
}
.error-404 .right-col a {
color:#33bee5;
}
.error-404 .right-col a:hover {
color:#666;
}
.kopa-pagelink{
margin-top:20px;
margin-bottom:20px;
}
.kopa-pagelink a{
color:#33bee5;
text-decoration:underline;
font-weight:700;
padding-right:15px;
}
/*----------------Back to top-----------------*/
#back-top {
bottom: 30px;
margin-bottom: 0;
margin-right: 15px;
position: fixed;
right: 0;
z-index: 100;
}
#back-top a {
background-repeat:no-repeat;
background-position:center center;
background-color:#33bee5;
background-image:url(images/icons/arrow-up.png);
display: block;
height: 50px;
outline: medium none;
position: relative;
text-indent:-9999px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 50px;
z-index: 0;
text-align:center;
}
#back-top a:hover {
background-color:#c9c9c9;
}
/* =========================================================
Pricing Table
============================================================ */
/*** Table 4 column ***/
.table-3col h4,
.table-4col h4,
.table-5col h4 {
position:relative;
font-size: 18px;
color:#333;
margin:0 0 30px;
font-family: 'Raleway',sans-serif;
border-bottom:1px solid #f0f0f0;
padding-bottom:10px;
}
.table-3col h4 span,
.table-4col h4 span,
.table-5col h4 span {
position:absolute;
height:1px;
background-color:#33bee5;
bottom:-1px;
width:10%;
left:0;
}
.pricing-column {
float: left;
margin: 0;
padding: 0;
border-top: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
text-align: center;
}
.pricing-column-first {
border-left: 1px solid #eee;
}
.pricing-title {
font-size: 20px;
padding: 15px 0;
color: #333;
}
.price {
font-size: 20px;
color: #818181;
padding: 25px 0;
background-color:#f6f6f6;
}.jigoshop-shop .price { padding: 10px 0;}
.price span {
font-size: 60px;
font-weight: 700;
line-height: 1;
}
.price sup {
font-size: 16px;
line-height: 0;
top:-2.3em;
}
.features {
margin: 0;
padding: 0;
}
.features li {
list-style: none;
border-bottom: 1px solid #eaeaea;
margin: 0 15px;
}
.features li p {
margin-bottom: 0;
padding: 15px 0;
font-size: 13px;
color: #7f7f7f;
}
.pricing-special {
box-shadow: 0 0 5px rgba(160,160,160,0.75);
-moz-box-shadow: 0 0 5px rgba(160,160,160,0.75);
-webkit-box-shadow: 0 0 5px rgba(160,160,160,0.75);
border:2px solid #33bee5;
position: relative;
z-index: 0;
}
.pricing-special .price {
font-size: 20px;
color: #fff;
padding: 25px 0;
background-color:#33bee5;
}
.pricing-footer {
padding: 20px 0;
}
.table-5col, .table-3col, .table-4col {
margin-bottom: 50px;
}
.table-3col .pricing-column {
width: 359px;
}
.table-4col .pricing-column {
width: 269px;
}
.table-5col .pricing-column {
width: 215px;
}
/* =========================================================
Utilities
============================================================ */
.mt-20 {
margin-top: 20px;
}
/* =========================================================
Columns
============================================================ */
.kopa-one-two {
float:left;
margin-right:3%;
width:48%;
}
.kopa-one-third {
float:left;
margin-right:2%;
width:32%;
}
.kopa-two-third {
float:left;
margin-right:2%;
width:66%;
}
.kopa-one-fourth {
float:left;
margin-right:2%;
width:23.5%;
}
.kopa-three-fourth {
float:left;
margin-right:2%;
width:74.5%;
}
.kopa-one-two.last,
.kopa-one-third.last,
.kopa-two-third.last,
.kopa-one-fourth.last,
.kopa-three-fourth.last{
margin-right:0 !important;
}
.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignleft {
display: inline;
float: left;
margin-right: 10px;
}
.alignright {
display: inline;
float: right;
margin-left: 10px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/* =========================================================
WordPress Default Widget
============================================================ */
/* Calendar Widget */
.widget_calendar table {
width: 100%;
}
.widget_calendar table,
.widget_calendar td {
border: 0;
border-collapse: separate;
border-spacing: 1px;
}
.widget_calendar caption {
font-size: 14px;
margin: 0;
}
.widget_calendar th,
.widget_calendar td {
padding: 0;
text-align: center;
}
.widget_calendar a {
display: block;
}
.widget_calendar a:hover {
background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
background-color: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_calendar tbody td {
background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
background-color: transparent;
}
/* Shop Comment Form Fields */
input[type="text"] {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
input[type="text"]:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.