path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
PackageFiles/Stationery/Packages/cmsis/Doc/structos_message_q_def__t.html | podonoghue/usbdm-eclipse-makefiles-build | <!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>CMSIS-RTOS RTX: osMessageQDef_t Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="cmsis.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="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="stylsheetf" 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: 46px;">
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">CMSIS-RTOS RTX
 <span id="projectnumber">Version 4.75</span>
</div>
<div id="projectbrief">CMSIS-RTOS RTX: Real-Time Operating System for Cortex-M processor-based devices</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<div id="CMSISnav" class="tabs1">
<ul class="tablist">
<li class="current"><a href="./index.html"><span>RTX</span></a></li>
</ul>
</div>
<!-- Generated by Doxygen 1.8.2 -->
<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>Usage and Description</span></a></li>
<li><a href="modules.html"><span>Reference</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="functions.html"><span>Data Fields</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('structos_message_q_def__t.html','');});
</script>
<div id="doc-content">
<div class="header">
<div class="summary">
<a href="#pub-attribs">Data Fields</a> </div>
<div class="headertitle">
<div class="title">osMessageQDef_t Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Definition structure for message queue.
<a href="structos_message_q_def__t.html#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:a8a83a3a8c0aa8057b13807d2a54077e0"><td class="memItemLeft" align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structos_message_q_def__t.html#a8a83a3a8c0aa8057b13807d2a54077e0">queue_sz</a></td></tr>
<tr class="memdesc:a8a83a3a8c0aa8057b13807d2a54077e0"><td class="mdescLeft"> </td><td class="mdescRight">number of elements in the queue <a href="#a8a83a3a8c0aa8057b13807d2a54077e0"></a><br/></td></tr>
<tr class="separator:a8a83a3a8c0aa8057b13807d2a54077e0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a269c3935f8bc66db70bccdd02cb05e3c"><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="structos_message_q_def__t.html#a269c3935f8bc66db70bccdd02cb05e3c">pool</a></td></tr>
<tr class="memdesc:a269c3935f8bc66db70bccdd02cb05e3c"><td class="mdescLeft"> </td><td class="mdescRight">memory array for messages <a href="#a269c3935f8bc66db70bccdd02cb05e3c"></a><br/></td></tr>
<tr class="separator:a269c3935f8bc66db70bccdd02cb05e3c"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Description</h2>
<div class="textblock"><dl class="section note"><dt>Note</dt><dd>CAN BE CHANGED: <b>os_messageQ_def</b> is implementation specific in every CMSIS-RTOS. </dd></dl>
</div><h2 class="groupheader">Field Documentation</h2>
<a class="anchor" id="a269c3935f8bc66db70bccdd02cb05e3c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void* pool</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="a8a83a3a8c0aa8057b13807d2a54077e0"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint32_t queue_sz</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="structos_message_q_def__t.html">osMessageQDef_t</a></li>
<li class="footer">Generated on Wed Sep 24 2014 12:17:11 for CMSIS-RTOS RTX by ARM Ltd. All rights reserved.
<!--
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.2
-->
</li>
</ul>
</div>
</body>
</html>
|
corba/src/java.corba/share/classes/org/omg/PortableInterceptor/ORBInitInfoPackage/package.html | 34benma/openjdk | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2 only, as
published by the Free Software Foundation. Oracle designates this
particular file as subject to the "Classpath" exception as provided
by Oracle in the LICENSE file that accompanied this code.
This code is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
version 2 for more details (a copy is included in the LICENSE file that
accompanied this code).
You should have received a copy of the GNU General Public License version
2 along with this work; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
or visit www.oracle.com if you need additional information or have any
questions.
-->
</head>
<body bgcolor="white">
<P>This package contains the exceptions and typedefs from the <tt>ORBInitInfo</tt>
local interface of the <tt>PortableInterceptor</tt> module specified in the OMG
Portable Interceptor specification,
<a href="http://www.omg.org/cgi-bin/doc?ptc/2000-08-06">
ptc/2000-08-06</a>, section 21.7.2. Please
refer to that OMG specification for further details.
<H3>Package Specification</H3>
<P>For a precise list of supported sections of official specifications with which
the Java[tm] Platform, Standard Edition 6 ORB complies, see <A
HREF="../../CORBA/doc-files/compliance.html">Official Specifications for CORBA
support in Java SE 6</A>.
@since 1.4
<br>
@serial exclude
</body>
</html>
|
src/slf4j-1.7.25/site/xref/org/slf4j/cal10n/package-frame.html | rickli/Java |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>SLF4J 1.7.25 Reference Package org.slf4j.cal10n</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
</head>
<body>
<h3>
<a href="package-summary.html" target="classFrame">org.slf4j.cal10n</a>
</h3>
<h3>Classes</h3>
<ul>
<li>
<a href="LocLogger.html" target="classFrame">LocLogger</a>
</li>
<li>
<a href="LocLoggerFactory.html" target="classFrame">LocLoggerFactory</a>
</li>
</ul>
</body>
</html> |
docs/wiki/geda-gtkwave_vztminer_mp.html | eivindkv/geda-gaf | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title></title>
<link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
<link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
<link rel="stylesheet" media="print" type="text/css" href="./print.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1 class="sectionedit283"><a name="data_mining_of_vzt_files_vztminer" id="data_mining_of_vzt_files_vztminer">Data mining of VZT files (vztminer)</a></h1>
<div class="level1">
<pre class="code">VZTMINER(1) Dumpfile Data Mining VZTMINER(1)
NAME
vztminer - Data mining of VZT files
SYNTAX
vztminer [option]... [VZTFILE]
DESCRIPTION
Mines VZT files for specific data values and generates gtkwave save
files to stdout for future reload.
OPTIONS
-d,--dumpfile <filename>
Specify VZT input dumpfile.
-m,--match <filename>
Specifies "bitwise" match data (binary, real, string)
-x,--hex <value>
Specifies hexadecimal match data that will automatically be con-
verted to binary for searches
-n,--namesonly
Indicates that only facnames should be printed in a gtkwave
savefile compatible format. By doing this, the file can be used
to specify which traces are to be imported into gtkwave.
-h,--help
Show help screen.
EXAMPLES
vztminer dumpfile.vzt --match 20470000 -n
This attempts to match the hex value 20470000 across all facilities and
when the value is encountered, the facname only is printed to stdout in
order to generate a gtkwave compatible save file.
LIMITATIONS
vztminer only prints the first time a value is encountered for a spe-
cific net. This is done in order to cut down on the size of output
files and to aid in following data such as addresses through a simula-
tion model.
AUTHORS
Anthony Bybell <bybell@nc.rr.com>
SEE ALSO
lxt2miner(1) vzt2vcd(1) lxt2vcd(1) vcd2lxt2(1) gtkwave(1)
Anthony Bybell 1.3.64 VZTMINER(1)</pre>
</div>
</body>
</html>
|
feathers/bluemonday/chrome/skin/os-specific/win/overrides.css | freaktechnik/nightingale-hacking | /*
//
// BEGIN NIGHTINGALE GPL
//
// This file is part of the Nightingale web player.
//
// Copyright(c) 2005-2008 POTI, Inc.
// http://getnightingale.com
//
// This file may be licensed under the terms of of the
// GNU General Public License Version 2 (the "GPL").
//
// Software distributed under the License is distributed
// on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
// express or implied. See the GPL for the specific language
// governing rights and limitations.
//
// You should have received a copy of the GPL along with this
// program. If not, go to http://www.gnu.org/licenses/gpl.html
// or write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
// END NIGHTINGALE GPL
//
*/
/**
*******************************************************************************
WINDOWS RULES
This css file provides additional rules that are only loaded on Windows.
*******************************************************************************
*/
window:root[sizemode="maximized"] .sb-sys-outer-frame-resizer {
visibility: collapse;
}
popup,
menupopup,
tooltip,
panel {
/* border:1px solid rgb(131,131,131);*/
}
wizard[hidechrome]:not([resizers]),
dialog[hidechrome]:not([resizers]),
wizard[hidechrome][resizers="none"],
dialog[hidechrome][resizers="none"],
wizard[sb-native-hidechrome]:not([resizers]),
dialog[sb-native-hidechrome]:not([resizers]),
wizard[sb-native-hidechrome][resizers="none"],
dialog[sb-native-hidechrome][resizers="none"] {
border:2px solid;
-moz-border-top-colors: rgb(29,30,44) rgb(19,20,26);
-moz-border-right-colors: rgb(29,30,44) rgb(19,20,26);
-moz-border-bottom-colors: rgb(29,30,44) rgb(19,20,26);
-moz-border-left-colors: rgb(29,30,44) rgb(19,20,26);
}
.faceplate-text {
font-size:11px;
}
menu label {
font-family: inherit;
padding-bottom: 2px !important;
}
label#sb-sys-title-title {
font-family: inherit;
}
treechildren::-moz-tree-cell-text {
padding-bottom: 1px !important;
}
/* inline editor for tree cells */
#sb-playlist .tree-input {
margin-top: -1px !important;
}
hbox.servicepane-node-info > stack > hbox > label.servicepane-node-label {
margin-bottom: 1px;
}
|
sites/all/themes/skeletontheme/css/buttons.css | ehazell/AWBA | /* Form Buttons */
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');
border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 8px 1em 9px 1em; }
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }
a.button, #main a.button { text-decoration:none; }
.button-alt,
.button,
.button.small,
.button.large,
.button.medium { background-image: none; padding: 8px 1em 9px 1em; margin: 0; display: inline-block; font-stretch: narrower;
font-weight: bolder; text-align: center; text-decoration: none; }
.button.left { float: left; }
.button.right { float: right; }
.button.center,.button.middle { margin: 0px auto; text-align: center; display: inherit; }
.button-alt a,.button a,.button.small a { font-size: .9em; line-height: 14px; text-decoration:none; }
.button.medium a { font-size: 1.2em; line-height: 20px; }
.button.large a { font-size: 1.5em; line-height: 24px; }
/* Default (Blue) */
#bbp_reply_submit { padding: 10px 20px; font-size: 14px; }
a.button, #bbp_reply_submit {
/* IE10 */
background-image: -ms-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Opera */
background-image: -o-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #597db1), color-stop(1, #3a6198));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #597db1 0%, #3a6198 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#597db1', endColorstr='#3a6198');
border: 1px solid #3b639b;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #7d99bf;
-webkit-box-shadow: inset 0 1px 0 0 #7d99bf;
-o-box-shadow: inset 0 1px 0 0 #7d99bf;
box-shadow: inset 0 1px 0 0 #7d99bf;
color: white;
text-shadow: 0 1px 0 #2a4f83;
position: relative;
}
a.button:hover,#bbp_reply_submit:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Opera */
background-image: -o-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #365a8c), color-stop(1, #51719e));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #365a8c 0%, #51719e 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#365a8c', endColorstr='#51719e');
-moz-box-shadow: inset 0 1px 0 0 #728cb1;
-webkit-box-shadow: inset 0 1px 0 0 #728cb1;
-o-box-shadow: inset 0 1px 0 0 #728cb1;
box-shadow: inset 0 1px 0 0 #728cb1;
cursor: pointer;
}
a.button:active {
-moz-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
border: 1px solid #355a8d;
}
a.button span.btn_caption {
color: #9ab5da;
text-shadow: 0 1px 0 #2a4f83;
}
/* White Button */
a.button.white {
background:none;
/* IE10 */
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');
border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; }
a.button.white:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer;
}
a.button.white:active {
-moz-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
border: 1px solid #c2c2c2;
}
/* Gray Button */
a.button.gray {
/* IE10 */
background-image: -ms-linear-gradient(top, #e6e6e6 0%, #c9c9c9 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #e6e6e6 0%, #c9c9c9 100%);
/* Opera */
background-image: -o-linear-gradient(top, #e6e6e6 0%, #c9c9c9 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e6e6), color-stop(1, #c9c9c9));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #c9c9c9 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #e6e6e6 0%, #c9c9c9 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#c9c9c9');
border: 1px solid #c2c2c2;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
color: #333333;
text-shadow: 0 1px 0 #f1eeee;
position: relative;
}
a.button.gray:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #c2c2c2 0%, #d9d9d9 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #c2c2c2 0%, #d9d9d9 100%);
/* Opera */
background-image: -o-linear-gradient(top, #c2c2c2 0%, #d9d9d9 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c2c2c2), color-stop(1, #d9d9d9));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #c2c2c2 0%, #d9d9d9 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #c2c2c2 0%, #d9d9d9 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2c2c2', endColorstr='#d9d9d9');
-moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
-webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
-o-box-shadow: inset 0 1px 0 0 #f2f2f2;
box-shadow: inset 0 1px 0 0 #f2f2f2;
cursor: pointer;
}
a.button.gray:active {
-moz-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
border: 1px solid #a8a8a8;
}
a.button.gray span.btn_caption {
color: #666666;
text-shadow: 0 1px 0 #f1eeee;
}
/* Black Button */
a.button.black {
/* IE10 */
background-image: -ms-linear-gradient(top, #404040 0%, #242424 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #404040 0%, #242424 100%);
/* Opera */
background-image: -o-linear-gradient(top, #404040 0%, #242424 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #404040), color-stop(1, #242424));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #404040 0%, #242424 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #404040 0%, #242424 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#242424');
border: 1px solid #1c1c1c;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #595959;
-webkit-box-shadow: inset 0 1px 0 0 #595959;
-o-box-shadow: inset 0 1px 0 0 #595959;
box-shadow: inset 0 1px 0 0 #595959;
color: white;
text-shadow: 0 1px 0 #150f0f;
position: relative;
}
a.button.black:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #1c1c1c 0%, #333333 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #1c1c1c 0%, #333333 100%);
/* Opera */
background-image: -o-linear-gradient(top, #1c1c1c 0%, #333333 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1c1c1c), color-stop(1, #333333));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #1c1c1c 0%, #333333 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #1c1c1c 0%, #333333 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#333333');
-moz-box-shadow: inset 0 1px 0 0 #4d4d4d;
-webkit-box-shadow: inset 0 1px 0 0 #4d4d4d;
-o-box-shadow: inset 0 1px 0 0 #4d4d4d;
box-shadow: inset 0 1px 0 0 #4d4d4d;
cursor: pointer;
}
a.button.black:active {
-moz-box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
border: 1px solid #030303;
}
a.button.black span.btn_caption {
color: #bfbfbf;
text-shadow: 0 1px 0 #150f0f;
}
/* Light Blue Button */
a.button-alt,a.button.lightblue {
/* IE10 */
background-image: -ms-linear-gradient(top, #5aa1d8 0%, #2489d6 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #5aa1d8 0%, #2489d6 100%);
/* Opera */
background-image: -o-linear-gradient(top, #5aa1d8 0%, #2489d6 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5aa1d8), color-stop(1, #2489d6));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #5aa1d8 0%, #2489d6 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #5aa1d8 0%, #2489d6 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aa1d8', endColorstr='#2489d6');
border: 1px solid #258cda;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #85b9e0;
-webkit-box-shadow: inset 0 1px 0 0 #85b9e0;
-o-box-shadow: inset 0 1px 0 0 #85b9e0;
box-shadow: inset 0 1px 0 0 #85b9e0;
color: white;
text-shadow: 0 1px 0 #1976be;
position: relative;
}
a.button-alt:hover,
a.button.lightblue:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #2380c7 0%, #4a95cf 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #2380c7 0%, #4a95cf 100%);
/* Opera */
background-image: -o-linear-gradient(top, #2380c7 0%, #4a95cf 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2380c7), color-stop(1, #4a95cf));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #2380c7 0%, #4a95cf 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #2380c7 0%, #4a95cf 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2380c7', endColorstr='#4a95cf');
-moz-box-shadow: inset 0 1px 0 0 #75acd7;
-webkit-box-shadow: inset 0 1px 0 0 #75acd7;
-o-box-shadow: inset 0 1px 0 0 #75acd7;
box-shadow: inset 0 1px 0 0 #75acd7;
cursor: pointer;
}
a.button-alt:active,
a.button.lightblue:active {
-moz-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
border: 1px solid #2280c9;
}
a.button.lightblue span.btn_caption {
color: #acd3f1;
text-shadow: 0 1px 0 #1976be;
}
/* Blue Button */
a.button.blue {
/* IE10 */
background-image: -ms-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Opera */
background-image: -o-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #597db1), color-stop(1, #3a6198));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #597db1 0%, #3a6198 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#597db1', endColorstr='#3a6198');
border: 1px solid #3b639b;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #7d99bf;
-webkit-box-shadow: inset 0 1px 0 0 #7d99bf;
-o-box-shadow: inset 0 1px 0 0 #7d99bf;
box-shadow: inset 0 1px 0 0 #7d99bf;
color: white;
text-shadow: 0 1px 0 #2a4f83;
position: relative;
}
a.button.blue:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Opera */
background-image: -o-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #365a8c), color-stop(1, #51719e));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #365a8c 0%, #51719e 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#365a8c', endColorstr='#51719e');
-moz-box-shadow: inset 0 1px 0 0 #728cb1;
-webkit-box-shadow: inset 0 1px 0 0 #728cb1;
-o-box-shadow: inset 0 1px 0 0 #728cb1;
box-shadow: inset 0 1px 0 0 #728cb1;
cursor: pointer;
}
a.button.blue:active {
-moz-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
border: 1px solid #355a8d;
}
a.button.blue span.btn_caption {
color: #9ab5da;
text-shadow: 0 1px 0 #2a4f83;
}
/* Dark Blue Button */
a.button.darkblue {
/* IE10 */
background-image: -ms-linear-gradient(top, #3054a1 0%, #1c3b7d 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #3054a1 0%, #1c3b7d 100%);
/* Opera */
background-image: -o-linear-gradient(top, #3054a1 0%, #1c3b7d 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3054a1), color-stop(1, #1c3b7d));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #3054a1 0%, #1c3b7d 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #3054a1 0%, #1c3b7d 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3054a1', endColorstr='#1c3b7d');
border: 1px solid #1d3d81;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #416ac3;
-webkit-box-shadow: inset 0 1px 0 0 #416ac3;
-o-box-shadow: inset 0 1px 0 0 #416ac3;
box-shadow: inset 0 1px 0 0 #416ac3;
color: white;
text-shadow: 0 1px 0 #122c63;
position: relative;
}
a.button.darkblue:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #1a3570 0%, #2e4b8a 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #1a3570 0%, #2e4b8a 100%);
/* Opera */
background-image: -o-linear-gradient(top, #1a3570 0%, #2e4b8a 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a3570), color-stop(1, #2e4b8a));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #1a3570 0%, #2e4b8a 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #1a3570 0%, #2e4b8a 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3570', endColorstr='#2e4b8a');
-moz-box-shadow: inset 0 1px 0 0 #3e61ac;
-webkit-box-shadow: inset 0 1px 0 0 #3e61ac;
-o-box-shadow: inset 0 1px 0 0 #3e61ac;
box-shadow: inset 0 1px 0 0 #3e61ac;
cursor: pointer;
}
a.button.darkblue:active {
-moz-box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
border: 1px solid #193570;
}
a.button.darkblue span.btn_caption {
color: #6087dc;
text-shadow: 0 1px 0 #122c63;
}
/* Light Green Button */
a.button.lightgreen {
/* IE10 */
background-image: -ms-linear-gradient(top, #80bf4f 0%, #63a72f 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #80bf4f 0%, #63a72f 100%);
/* Opera */
background-image: -o-linear-gradient(top, #80bf4f 0%, #63a72f 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #80bf4f), color-stop(1, #63a72f));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #80bf4f 0%, #63a72f 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #80bf4f 0%, #63a72f 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80bf4f', endColorstr='#63a72f');
border: 1px solid #65ab30;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #9bcb76;
-webkit-box-shadow: inset 0 1px 0 0 #9bcb76;
-o-box-shadow: inset 0 1px 0 0 #9bcb76;
box-shadow: inset 0 1px 0 0 #9bcb76;
color: white;
text-shadow: 0 1px 0 #529122;
position: relative;
}
a.button.lightgreen:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #5c9a2d 0%, #73af46 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #5c9a2d 0%, #73af46 100%);
/* Opera */
background-image: -o-linear-gradient(top, #5c9a2d 0%, #73af46 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5c9a2d), color-stop(1, #73af46));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #5c9a2d 0%, #73af46 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #5c9a2d 0%, #73af46 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c9a2d', endColorstr='#73af46');
-moz-box-shadow: inset 0 1px 0 0 #8ebf69;
-webkit-box-shadow: inset 0 1px 0 0 #8ebf69;
-o-box-shadow: inset 0 1px 0 0 #8ebf69;
box-shadow: inset 0 1px 0 0 #8ebf69;
cursor: pointer;
}
a.button.lightgreen:active {
-moz-box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
border: 1px solid #5c9b2c;
}
a.button.lightgreen span.btn_caption {
color: #b8e297;
text-shadow: 0 1px 0 #529122;
}
/* Green Button */
a.button.green {
/* IE10 */
background-image: -ms-linear-gradient(top, #668b46 0%, #4a6d2c 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #668b46 0%, #4a6d2c 100%);
/* Opera */
background-image: -o-linear-gradient(top, #668b46 0%, #4a6d2c 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #668b46), color-stop(1, #4a6d2c));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #668b46 0%, #4a6d2c 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #668b46 0%, #4a6d2c 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#668b46', endColorstr='#4a6d2c');
border: 1px solid #4d702e;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #7fa95b;
-webkit-box-shadow: inset 0 1px 0 0 #7fa95b;
-o-box-shadow: inset 0 1px 0 0 #7fa95b;
box-shadow: inset 0 1px 0 0 #7fa95b;
color: white;
text-shadow: 0 1px 0 #39571e;
position: relative;
}
a.button.green:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #436129 0%, #5a7641 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #436129 0%, #5a7641 100%);
/* Opera */
background-image: -o-linear-gradient(top, #436129 0%, #5a7641 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #436129), color-stop(1, #5a7641));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #436129 0%, #5a7641 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #436129 0%, #5a7641 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#436129', endColorstr='#5a7641');
-moz-box-shadow: inset 0 1px 0 0 #739457;
-webkit-box-shadow: inset 0 1px 0 0 #739457;
-o-box-shadow: inset 0 1px 0 0 #739457;
box-shadow: inset 0 1px 0 0 #739457;
cursor: pointer;
}
a.button.green:active {
-moz-box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
border: 1px solid #436228;
}
a.button.green span.btn_caption {
color: #9bc874;
text-shadow: 0 1px 0 #39571e;
}
/* Dark Green Button */
a.button.darkgreen {
/* IE10 */
background-image: -ms-linear-gradient(top, #497c22 0%, #2f5511 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #497c22 0%, #2f5511 100%);
/* Opera */
background-image: -o-linear-gradient(top, #497c22 0%, #2f5511 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #497c22), color-stop(1, #2f5511));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #497c22 0%, #2f5511 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #497c22 0%, #2f5511 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#497c22', endColorstr='#2f5511');
border: 1px solid #315912;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #61a22f;
-webkit-box-shadow: inset 0 1px 0 0 #61a22f;
-o-box-shadow: inset 0 1px 0 0 #61a22f;
box-shadow: inset 0 1px 0 0 #61a22f;
color: white;
text-shadow: 0 1px 0 #1e3909;
position: relative;
}
a.button.darkgreen:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #28480f 0%, #3e651f 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #28480f 0%, #3e651f 100%);
/* Opera */
background-image: -o-linear-gradient(top, #28480f 0%, #3e651f 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28480f), color-stop(1, #3e651f));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #28480f 0%, #3e651f 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #28480f 0%, #3e651f 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28480f', endColorstr='#3e651f');
-moz-box-shadow: inset 0 1px 0 0 #568a2e;
-webkit-box-shadow: inset 0 1px 0 0 #568a2e;
-o-box-shadow: inset 0 1px 0 0 #568a2e;
box-shadow: inset 0 1px 0 0 #568a2e;
cursor: pointer;
}
a.button.darkgreen:active {
-moz-box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
border: 1px solid #28480f;
}
a.button.darkgreen span.btn_caption {
color: #7ad733;
text-shadow: 0 1px 0 #1e3909;
}
/* Light Red Button */
a.button.lightred {
/* IE10 */
background-image: -ms-linear-gradient(top, #da5858 0%, #d82222 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #da5858 0%, #d82222 100%);
/* Opera */
background-image: -o-linear-gradient(top, #da5858 0%, #d82222 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #da5858), color-stop(1, #d82222));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #da5858 0%, #d82222 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #da5858 0%, #d82222 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da5858', endColorstr='#d82222');
border: 1px solid #dd2222;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #e28383;
-webkit-box-shadow: inset 0 1px 0 0 #e28383;
-o-box-shadow: inset 0 1px 0 0 #e28383;
box-shadow: inset 0 1px 0 0 #e28383;
color: white;
text-shadow: 0 1px 0 #c01616;
position: relative;
}
a.button.lightred:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #ca2121 0%, #d14747 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #ca2121 0%, #d14747 100%);
/* Opera */
background-image: -o-linear-gradient(top, #ca2121 0%, #d14747 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ca2121), color-stop(1, #d14747));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #ca2121 0%, #d14747 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #ca2121 0%, #d14747 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca2121', endColorstr='#d14747');
-moz-box-shadow: inset 0 1px 0 0 #d97373;
-webkit-box-shadow: inset 0 1px 0 0 #d97373;
-o-box-shadow: inset 0 1px 0 0 #d97373;
box-shadow: inset 0 1px 0 0 #d97373;
cursor: pointer;
}
a.button.lightred:active {
-moz-box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
border: 1px solid #cb2020;
}
a.button.lightred span.btn_caption {
color: #f2abab;
text-shadow: 0 1px 0 #c01616;
}
/* Red Button */
a.button.red {
/* IE10 */
background-image: -ms-linear-gradient(top, #d81818 0%, #ae0a0a 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #d81818 0%, #ae0a0a 100%);
/* Opera */
background-image: -o-linear-gradient(top, #d81818 0%, #ae0a0a 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d81818), color-stop(1, #ae0a0a));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #d81818 0%, #ae0a0a 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #d81818 0%, #ae0a0a 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d81818', endColorstr='#ae0a0a');
border: 1px solid #b20a0a;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #e73c3c;
-webkit-box-shadow: inset 0 1px 0 0 #e73c3c;
-o-box-shadow: inset 0 1px 0 0 #e73c3c;
box-shadow: inset 0 1px 0 0 #e73c3c;
color: white;
text-shadow: 0 1px 0 #900404;
position: relative;
}
a.button.red:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #9e0a0a 0%, #bc1a1a 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #9e0a0a 0%, #bc1a1a 100%);
/* Opera */
background-image: -o-linear-gradient(top, #9e0a0a 0%, #bc1a1a 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9e0a0a), color-stop(1, #bc1a1a));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #9e0a0a 0%, #bc1a1a 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #9e0a0a 0%, #bc1a1a 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e0a0a', endColorstr='#bc1a1a');
-moz-box-shadow: inset 0 1px 0 0 #de2b2b;
-webkit-box-shadow: inset 0 1px 0 0 #de2b2b;
-o-box-shadow: inset 0 1px 0 0 #de2b2b;
box-shadow: inset 0 1px 0 0 #de2b2b;
cursor: pointer;
}
a.button.red:active {
-moz-box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
border: 1px solid #9f0909;
}
a.button.red span.btn_caption {
color: #f76464;
text-shadow: 0 1px 0 #900404;
}
/* Dark Red Button */
a.button.darkred {
/* IE10 */
background-image: -ms-linear-gradient(top, #981010 0%, #6b0606 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #981010 0%, #6b0606 100%);
/* Opera */
background-image: -o-linear-gradient(top, #981010 0%, #6b0606 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #981010), color-stop(1, #6b0606));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #981010 0%, #6b0606 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #981010 0%, #6b0606 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#981010', endColorstr='#6b0606');
border: 1px solid #6f0606;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #c41717;
-webkit-box-shadow: inset 0 1px 0 0 #c41717;
-o-box-shadow: inset 0 1px 0 0 #c41717;
box-shadow: inset 0 1px 0 0 #c41717;
color: white;
text-shadow: 0 1px 0 #4b0202;
position: relative;
}
a.button.darkred:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #5c0505 0%, #7e1010 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #5c0505 0%, #7e1010 100%);
/* Opera */
background-image: -o-linear-gradient(top, #5c0505 0%, #7e1010 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5c0505), color-stop(1, #7e1010));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #5c0505 0%, #7e1010 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #5c0505 0%, #7e1010 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c0505', endColorstr='#7e1010');
-moz-box-shadow: inset 0 1px 0 0 #a91919;
-webkit-box-shadow: inset 0 1px 0 0 #a91919;
-o-box-shadow: inset 0 1px 0 0 #a91919;
box-shadow: inset 0 1px 0 0 #a91919;
cursor: pointer;
}
a.button.darkred:active {
-moz-box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
border: 1px solid #5c0505;
}
a.button.darkred span.btn_caption {
color: #f41f1f;
text-shadow: 0 1px 0 #4b0202;
}
/* Yellow Button */
a.button.yellow {
/* IE10 */
background-image: -ms-linear-gradient(top, #d1c81a 0%, #a79f0c 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #d1c81a 0%, #a79f0c 100%);
/* Opera */
background-image: -o-linear-gradient(top, #d1c81a 0%, #a79f0c 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d1c81a), color-stop(1, #a79f0c));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #d1c81a 0%, #a79f0c 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #d1c81a 0%, #a79f0c 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1c81a', endColorstr='#a79f0c');
border: 1px solid #aca40c;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #e4dc3a;
-webkit-box-shadow: inset 0 1px 0 0 #e4dc3a;
-o-box-shadow: inset 0 1px 0 0 #e4dc3a;
box-shadow: inset 0 1px 0 0 #e4dc3a;
color: white;
text-shadow: 0 1px 0 #8a8305;
position: relative;
}
a.button.yellow:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #98910b 0%, #b6ae1b 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #98910b 0%, #b6ae1b 100%);
/* Opera */
background-image: -o-linear-gradient(top, #98910b 0%, #b6ae1b 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #98910b), color-stop(1, #b6ae1b));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #98910b 0%, #b6ae1b 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #98910b 0%, #b6ae1b 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98910b', endColorstr='#b6ae1b');
-moz-box-shadow: inset 0 1px 0 0 #dbd229;
-webkit-box-shadow: inset 0 1px 0 0 #dbd229;
-o-box-shadow: inset 0 1px 0 0 #dbd229;
box-shadow: inset 0 1px 0 0 #dbd229;
cursor: pointer;
}
a.button.yellow:active {
-moz-box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
border: 1px solid #99910b;
}
a.button.yellow span.btn_caption {
color: #f5ed61;
text-shadow: 0 1px 0 #8a8305;
}
/* Orange Button */
a.button.orange {
/* IE10 */
background-image: -ms-linear-gradient(top, #d1911a 0%, #a7710c 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #d1911a 0%, #a7710c 100%);
/* Opera */
background-image: -o-linear-gradient(top, #d1911a 0%, #a7710c 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d1911a), color-stop(1, #a7710c));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #d1911a 0%, #a7710c 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #d1911a 0%, #a7710c 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1911a', endColorstr='#a7710c');
border: 1px solid #ac740c;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #e4a83a;
-webkit-box-shadow: inset 0 1px 0 0 #e4a83a;
-o-box-shadow: inset 0 1px 0 0 #e4a83a;
box-shadow: inset 0 1px 0 0 #e4a83a;
color: white;
text-shadow: 0 1px 0 #8a5b05;
position: relative;
}
a.button.orange:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #98670b 0%, #b6801b 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #98670b 0%, #b6801b 100%);
/* Opera */
background-image: -o-linear-gradient(top, #98670b 0%, #b6801b 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #98670b), color-stop(1, #b6801b));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #98670b 0%, #b6801b 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #98670b 0%, #b6801b 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98670b', endColorstr='#b6801b');
-moz-box-shadow: inset 0 1px 0 0 #db9d29;
-webkit-box-shadow: inset 0 1px 0 0 #db9d29;
-o-box-shadow: inset 0 1px 0 0 #db9d29;
box-shadow: inset 0 1px 0 0 #db9d29;
cursor: pointer;
}
a.button.orange:active {
-moz-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
border: 1px solid #99670b;
}
a.button.orange span.btn_caption {
color: #f5c161;
text-shadow: 0 1px 0 #8a5b05;
}
/* Brown Button */
a.button.brown {
/* IE10 */
background-image: -ms-linear-gradient(top, #775e28 0%, #513e15 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #775e28 0%, #513e15 100%);
/* Opera */
background-image: -o-linear-gradient(top, #775e28 0%, #513e15 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #775e28), color-stop(1, #513e15));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #775e28 0%, #513e15 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #775e28 0%, #513e15 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#775e28', endColorstr='#513e15');
border: 1px solid #554116;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #9b7b36;
-webkit-box-shadow: inset 0 1px 0 0 #9b7b36;
-o-box-shadow: inset 0 1px 0 0 #9b7b36;
box-shadow: inset 0 1px 0 0 #9b7b36;
color: white;
text-shadow: 0 1px 0 #37290c;
position: relative;
}
a.button.brown:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #443512 0%, #614d24 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #443512 0%, #614d24 100%);
/* Opera */
background-image: -o-linear-gradient(top, #443512 0%, #614d24 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #443512), color-stop(1, #614d24));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #443512 0%, #614d24 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #443512 0%, #614d24 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#443512', endColorstr='#614d24');
-moz-box-shadow: inset 0 1px 0 0 #836a34;
-webkit-box-shadow: inset 0 1px 0 0 #836a34;
-o-box-shadow: inset 0 1px 0 0 #836a34;
box-shadow: inset 0 1px 0 0 #836a34;
cursor: pointer;
}
a.button.brown:active {
-moz-box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
border: 1px solid #453512;
}
a.button.brown span.btn_caption {
color: #cea03b;
text-shadow: 0 1px 0 #37290c;
} |
bitbake/lib/toaster/toastergui/templates/layerdetails.html | schleichdi2/OPENNFR-6.1-CORE | {% extends "base.html" %}
{% load projecttags %}
{% load humanize %}
{% load static %}
{% block title %} {{layerversion.layer.name}} - {{project.name}} - Toaster {% endblock %}
{% block pagecontent %}
<div id="delete-layer-modal" class="modal fade" tabindex="-1" role="dialog"
data-keyboard="false" data-backdrop="static">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
Are you sure you want to delete the <strong>{{layerversion.layer.name}}</strong> layer?
</div>
<div class="modal-footer">
<button type="button" id="layer-delete-confirmed" class="btn
btn-primary">Delete layer</button>
<button type="button" class="btn btn-default btn-link" data-dismiss="modal">Cancel</button>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<ul class="breadcrumb">
<li>
<a href="{% url 'project' project.id %}">{{project.name}}</a>
<span class="divider">→</span>
</li>
<li><a href="{% url 'projectlayers' project.id %}">Compatible layers</a>
<span class="divider">→</span>
</li>
<li class="active">
{{layerversion.layer.name}} ({{layerversion.get_vcs_reference|truncatechars:13}})
</li>
</ul>
{# If this is not an imported layer then hide the edit ui #}
{% if layerversion.layer_source != layer_source.TYPE_IMPORTED %}
<style scoped>
.glyphicon-edit {
display:none;
}
.delete-current-value{
display: none;
}
li .glyphicon-trash {
display:none;
}
.add-deps {
display:none;
}
</style>
{% endif %}
<script src="{% static 'js/layerdetails.js' %}"></script>
<script>
$(document).ready(function(){
var ctx = {
xhrUpdateLayerUrl : "{% url 'xhr_layer' project.id layerversion.pk %}",
layerVersion : {
name : "{{layerversion.layer.name}}",
id : {{layerversion.id}},
commit: "{{layerversion.get_vcs_reference}}",
{%if layerversion.id in projectlayers %}
inCurrentPrj : true,
{% else %}
inCurrentPrj : false,
{% endif %}
layerdetailurl : "{% url 'layerdetails' project.id layerversion.id %}",
xhrLayerUrl: "{% url 'xhr_layer' project.id layerversion.id %}",
layer_source: {{layerversion.layer_source|json}},
},
layerSourceTypes: {{layer_source|json}},
};
try {
layerDetailsPageInit(ctx);
} catch (e) {
document.write("Sorry, An error has occurred loading this page");
console.warn(e);
}
});
</script>
<div class="page-header">
{% if layerversion.layer.local_source_dir %}
<h1>{{layerversion.layer.name}} <small class="commit" style="display:none;"></small>
</h1>
{% else %}
<h1>{{layerversion.layer.name}} <small class="commit"
{% if layerversion.get_vcs_reference|length > 13 %}
data-toggle="tooltip" title="{{layerversion.get_vcs_reference}}"
{% endif %}>({{layerversion.get_vcs_reference|truncatechars:13}})</small>
</h1>
{% endif %}
</div>
<div class="row">
<!-- container for tabs -->
<div class="col-md-8 tabbable">
<div class="alert alert-info lead" id="alert-area" style="display:none">
<button type="button" class="close" id="dismiss-alert">×</button>
<span id="alert-msg"></span>
</div>
{% if layerversion.id not in projectlayers %}
<button id="add-remove-layer-btn" data-directive="add" class="btn btn-default btn-lg btn-block">
<span class="glyphicon glyphicon-plus"></span>
Add the {{layerversion.layer.name}} layer to your project
</button>
{% else %}
<button id="add-remove-layer-btn" data-directive="remove" class="btn btn-default btn-block btn-lg btn-danger">
<span class="glyphicon glyphicon-trash"></span>
Remove the {{layerversion.layer.name}} layer from your project
</button>
{% endif %}
<ul class="nav nav-tabs">
<li class="active">
<a data-toggle="tab" href="#information" id="details-tab">Layer details</a>
</li>
<li>
<a data-toggle="tab" href="#recipes" class="text-muted" id="targets-tab">Recipes (<span class="table-count-recipestable"></span>)</a>
</li>
<li>
<a data-toggle="tab" href="#machines" class="text-muted" id="machines-tab">Machines (<span class="table-count-machinestable"></span>)</a>
</li>
</ul>
<div class="tab-content">
<!-- layer details pane -->
<div id="information" class="tab-pane active">
<h3>Layer source code location</h3>
{% if layerversion.layer.local_source_dir %}
<dl class="dl-horizontal" id="directory-info">
<dt>
Path to the layer directory
</dt>
<dd>
<code>{{layerversion.layer.local_source_dir}}</code>
</dd>
</dl>
{% else %}
<dl class="dl-horizontal" id="git-repo-info">
<dt class="">
<span class="glyphicon glyphicon-question-sign get-help" title="Fetch/clone URL of the repository"></span>
Repository URL
</dt>
<dd>
<span class="current-value">{{layerversion.layer.vcs_url}}</span>
{% if layerversion.get_vcs_link_url %}
<a href="{{layerversion.get_vcs_link_url}}/" class="glyphicon glyphicon-new-window" target="_blank"></a>
{% endif %}
<form id="change-repo-form" class="form-inline" style="display:none">
<div class="form-group">
<input type="text" class="form-control" value="{{layerversion.layer.vcs_url}}">
</div>
</form>
</dd>
{% if layerversion.dirpath %}
<dt>
<span class="glyphicon glyphicon-question-sign get-help" title="Subdirectory within the repository where the layer is located, if not in the root (usually only used if the repository contains more than one layer)"></span>
Repository subdirectory
</dt>
<dd>
<span class="text-muted" style="display:none">Not set</span>
<span class="current-value">{{layerversion.dirpath}}</span>
{% if layerversion.get_vcs_dirpath_link_url %}
<a href="{{layerversion.get_vcs_dirpath_link_url}}" class="glyphicon glyphicon-new-window" target="_blank"></a>
{% endif %}
<form id="change-subdir-form" class="form-inline" style="display:none;">
<div class="form-group">
<input type="text" class="form-control" value="{{layerversion.dirpath}}">
</div>
</form>
</dd>
{% endif %}
<dt>
<span class="glyphicon glyphicon-question-sign get-help" title="The Git branch, tag or commit"></span>
Git revision
</dt>
<dd>
<span class="current-value">{{layerversion.get_vcs_reference}}</span>
<form style="display:none;" class="form-inline">
<div class="form-group">
<input type="text" class="form-control" value="{{layerversion.get_vcs_reference}}">
</div>
</form>
</dd>
</dl>
{% endif %}
{% if layerversion.layer_source == layer_source.TYPE_IMPORTED %}
<button class="btn btn-default btn-lg" id="edit-layer-source" style="margin-left:220px;">Edit layer source code location</button>
{% endif %}
<form id="edit-layer-source-form" style="display:none;">
<fieldset>
<legend class="radioLegend">Where is the layer source code?</legend>
<div class="radio">
<label>
<input type="radio" name="source-location" id="repo" value="repo">
In a <strong>Git repository</strong>
</label>
<p class="help-block" style="margin-left:20px;width:70%;">To build the layer Toaster must be able to access the Git repository, otherwise builds will fail. Toaster will fetch and checkout your chosen Git revision every time you start a build.</p>
</div>
<div class="radio" style="margin-top:15px;">
<label>
<input type="radio" name="source-location" id="dir" value="dir" checked>
In a <strong>directory</strong>
</label>
<p class="help-block" style="margin-left:20px;width:70%;">Use this option for quick layer development, by simply providing the path to the layer source code.</p>
</div>
</fieldset>
<fieldset id="layer-git">
<legend>Git repository information</legend>
<div class="form-group">
<label for="layer-git-repo-url">
Git repository URL
<span class="glyphicon glyphicon-question-sign get-help" title="Fetch/clone URL of the repository. Currently, Toaster only supports Git repositories." ></span>
</label>
<input type="text" id="layer-git-repo-url" class="form-control" value="{{layerversion.layer.vcs_url|default_if_none:''}}">
</div>
<div class="form-group">
<label for="layer-subdir">
Repository subdirectory
<span class="text-muted">(optional)</span>
<span class="glyphicon glyphicon-question-sign get-help" title="Subdirectory within the repository where the layer is located, if not in the root (usually only used if the repository contains more than one layer)"></span>
</label>
<input type="text" class="form-control" id="layer-subdir" value="{{layerversion.dirpath|default_if_none:''}}">
</div>
<div class="form-group" id="layer-revision-ctrl">
<label for="layer-git-ref">Git revision
<span class="glyphicon glyphicon-question-sign get-help" title="You can provide a Git branch, a tag or a commit SHA as the revision"></span>
</label>
<input type="text" class="form-control" id="layer-git-ref" value="{{layerversion.get_vcs_reference|default_if_none:''}}">
<span class="help-inline" style="display:none;" id="invalid-layer-revision-hint"></span>
</div>
</fieldset>
<fieldset id="layer-dir">
<legend>Layer directory information</legend>
<div class="form-group">
<label for="layer-dir-path">
Enter the absolute path to the layer directory
</label>
<input type="text" id="layer-dir-path-in-details" class="form-control" value="{{layerversion.layer.local_source_dir}}" required>
</div>
</fieldset>
<div style="margin-top:25px;">
<a href="#" class="btn btn-primary btn-lg" id="save-changes-for-switch">Save changes</a>
<a href="#" class="btn btn-link btn-lg" id="cancel-changes-for-switch">Cancel</a>
</div>
</form>
<h3 class="top-air">Layer dependencies
<span class="glyphicon glyphicon-question-sign get-help" title="Other layers this layer depends upon"></span>
</h3>
<ul class="list-unstyled current-value lead" id="layer-deps-list">
{% for ld in layerversion.dependencies.all %}
<li data-layer-id="{{ld.depends_on.id}}">
<a data-toggle="tooltip" title="{{ld.depends_on.layer.vcs_url}} | {{ld.depends_on.get_vcs_reference}}" href="{% url 'layerdetails' project.id ld.depends_on.id %}">{{ld.depends_on.layer.name}}</a>
<span class="glyphicon glyphicon-trash " data-toggle="tooltip" title="Delete"></span>
</li>
{% endfor %}
</ul>
<form class="form-inline add-deps">
<div class="form-group">
<input class="form-control" type="text" autocomplete="off" data-minLength="1" data-autocomplete="off" placeholder="Type a layer name" id="layer-dep-input">
</div>
<a class="btn btn-default" id="add-layer-dependency-btn" disabled="disabled">
Add layer
</a>
<span class="help-block add-deps">You can only add layers Toaster knows about</span>
</form>
</div>
<!-- end layerdetails tab -->
<!-- targets tab -->
<div id="recipes" class="tab-pane">
<!-- Recipe table -->
<div id="no-recipes-yet" class="alert alert-info" style="display:none">
<p>Toaster does not have recipe information for the <strong> {{layerversion.layer.name}} </strong> layer.</p>
<p>Toaster learns about layers when you build them. If this layer provides any recipes, they will be listed here after you build the <strong> {{layerversion.layer.name}} </strong> layer.</p>
</div>
{% url 'layerrecipestable' project.id layerversion.id as xhr_table_url %}
{% with "recipestable" as table_name %}
{% with "Recipes" as title %}
{% include 'toastertable-simple.html' %}
{% endwith %}
{% endwith %}
</div>
<div id="machines" class="tab-pane">
<div id="no-machines-yet" class="alert alert-info" style="display:none">
<p>Toaster does not have machine information for the <strong> {{layerversion.layer.name}} </strong> layer.</p>
<p>Sadly, machine information cannot be obtained from builds, so this page will remain empty.</p>
</div>
<!-- Machines table -->
{% url 'layermachinestable' project.id layerversion.id as xhr_table_url %}
{% with "machinestable" as table_name %}
{% with "Machines" as title %}
{% include 'toastertable-simple.html' %}
{% endwith %}
{% endwith %}
</div>
</div> <!-- end tab content -->
</div> <!-- end tabable -->
<div class="col-md-4"> <!-- info side panel -->
<div class="well">
<h2>About {{layerversion.layer.name}}</h2>
<dl class="item-info">
<dt>
Summary
<span class="glyphicon glyphicon-question-sign get-help" title="One-line description of the layer"></span>
</dt>
<dd>
<span class="text-muted" style="display:none">Not set</span>
<span class="current-value">{{layerversion.layer.summary|default_if_none:''}}</span>
<form style="display:none; margin-bottom:20px; margin-top:5px;">
<div class="form-group">
<textarea class="form-control" rows="2">{% if layerversion.layer.summary %}{{layerversion.layer.summary}}{% endif %}</textarea>
</div>
<button class="btn btn-default change-btn" data-layer-prop="summary" type="button">Save</button>
<a href="#" class="btn btn-link cancel">Cancel</a>
</form>
<span class="glyphicon glyphicon-edit"></span>
<span class="glyphicon glyphicon-trash delete-current-value" data-toggle="tooltip" title="Delete"></span>
</dd>
<dt>
Description
</dt>
<dd>
<span class="text-muted" style="display:none">Not set</span>
<span class="current-value">{{layerversion.layer.description|default_if_none:''}}</span>
<form style="display:none; margin-bottom:20px; margin-top:5px;">
<div class="form-group">
<textarea class="form-control" rows="6">{% if layerversion.layer.description %}{{layerversion.layer.description}}{% endif %}</textarea>
</div>
<button class="btn btn-default change-btn" data-layer-prop="description" type="button" >Save</button>
<a href="#" class="btn btn-link cancel">Cancel</a>
</form>
<span class="glyphicon glyphicon-edit"></span>
<span class="glyphicon glyphicon-trash delete-current-value" data-toggle="tooltip" title="Delete"></span>
</dd>
{% if layerversion.layer_source == layer_source.TYPE_LAYERINDEX %}
<dt>Layer index</dt>
<dd>
<a href="http://layers.openembedded.org/layerindex/branch/{{layerversion.release.name}}/layer/{{layerversion.layer.name}}">Layer index {{layerversion.layer.name}}</a>
</dd>
{% endif %}
</dl>
{# Only show delete link for imported layers #}
{% if layerversion.layer_source == layer_source.TYPE_IMPORTED %}
<i class="icon-trash text-danger"></i>
<a href="#delete-layer-modal" role="button" class="text-danger"
data-toggle="modal" data-target="#delete-layer-modal">Delete layer</a>
{% endif %}
</div>
</div>
</div>
</div> <!-- close column 12 div -->
</div> <!-- close top row div -->
{% endblock %}
|
resource/tools/ArduinoUploader/Arduino/hardware/tools/avr/doc/binutils/as.html/MMIX_002dPseudos.html | Alexia23/MindPlus | <html lang="en">
<head>
<title>MMIX-Pseudos - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.7">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="MMIX_002dSyntax.html#MMIX_002dSyntax" title="MMIX-Syntax">
<link rel="prev" href="MMIX_002dRegs.html#MMIX_002dRegs" title="MMIX-Regs">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This file documents the GNU Assembler "as".
Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002,
2006, 2007 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1
or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled ``GNU Free Documentation License''.
man end-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family: serif; font-weight: normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="MMIX_002dPseudos"></a>Previous: <a rel="previous" accesskey="p" href="MMIX_002dRegs.html#MMIX_002dRegs">MMIX-Regs</a>,
Up: <a rel="up" accesskey="u" href="MMIX_002dSyntax.html#MMIX_002dSyntax">MMIX-Syntax</a>
<hr><br>
</div>
<h5 class="subsubsection">9.23.3.4 Assembler Directives</h5>
<p><a name="index-assembler-directives_002c-MMIX-1268"></a><a name="index-pseudo_002dops_002c-MMIX-1269"></a><a name="index-MMIX-assembler-directives-1270"></a><a name="index-MMIX-pseudo_002dops-1271"></a>
<dl>
<dt><code>LOC</code><dd><a name="index-assembler-directive-LOC_002c-MMIX-1272"></a><a name="index-pseudo_002dop-LOC_002c-MMIX-1273"></a><a name="index-MMIX-assembler-directive-LOC-1274"></a><a name="index-MMIX-pseudo_002dop-LOC-1275"></a>
<a name="MMIX_002dloc"></a>
The <code>LOC</code> directive sets the current location to the value of the
operand field, which may include changing sections. If the operand is a
constant, the section is set to either <code>.data</code> if the value is
<code>0x2000000000000000</code> or larger, else it is set to <code>.text</code>.
Within a section, the current location may only be changed to
monotonically higher addresses. A LOC expression must be a previously
defined symbol or a “pure” constant.
<p>An example, which sets the label <var>prev</var> to the current location, and
updates the current location to eight bytes forward:
<pre class="smallexample"> prev LOC @+8
</pre>
<p>When a LOC has a constant as its operand, a symbol
<code>__.MMIX.start..text</code> or <code>__.MMIX.start..data</code> is defined
depending on the address as mentioned above. Each such symbol is
interpreted as special by the linker, locating the section at that
address. Note that if multiple files are linked, the first object file
with that section will be mapped to that address (not necessarily the file
with the LOC definition).
<br><dt><code>LOCAL</code><dd><a name="index-assembler-directive-LOCAL_002c-MMIX-1276"></a><a name="index-pseudo_002dop-LOCAL_002c-MMIX-1277"></a><a name="index-MMIX-assembler-directive-LOCAL-1278"></a><a name="index-MMIX-pseudo_002dop-LOCAL-1279"></a>
<a name="MMIX_002dlocal"></a>
Example:
<pre class="smallexample"> LOCAL external_symbol
LOCAL 42
.local asymbol
</pre>
<p>This directive-operation generates a link-time assertion that the operand
does not correspond to a global register. The operand is an expression
that at link-time resolves to a register symbol or a number. A number is
treated as the register having that number. There is one restriction on
the use of this directive: the pseudo-directive must be placed in a
section with contents, code or data.
<br><dt><code>IS</code><dd><a name="index-assembler-directive-IS_002c-MMIX-1280"></a><a name="index-pseudo_002dop-IS_002c-MMIX-1281"></a><a name="index-MMIX-assembler-directive-IS-1282"></a><a name="index-MMIX-pseudo_002dop-IS-1283"></a>
<a name="MMIX_002dis"></a>
The <code>IS</code> directive:
<pre class="smallexample"> asymbol IS an_expression
</pre>
<p>sets the symbol <span class="samp">asymbol</span> to <span class="samp">an_expression</span>. A symbol may not
be set more than once using this directive. Local labels may be set using
this directive, for example:
<pre class="smallexample"> 5H IS @+4
</pre>
<br><dt><code>GREG</code><dd><a name="index-assembler-directive-GREG_002c-MMIX-1284"></a><a name="index-pseudo_002dop-GREG_002c-MMIX-1285"></a><a name="index-MMIX-assembler-directive-GREG-1286"></a><a name="index-MMIX-pseudo_002dop-GREG-1287"></a>
<a name="MMIX_002dgreg"></a>
This directive reserves a global register, gives it an initial value and
optionally gives it a symbolic name. Some examples:
<pre class="smallexample"> areg GREG
breg GREG data_value
GREG data_buffer
.greg creg, another_data_value
</pre>
<p>The symbolic register name can be used in place of a (non-special)
register. If a value isn't provided, it defaults to zero. Unless the
option <span class="samp">--no-merge-gregs</span> is specified, non-zero registers allocated
with this directive may be eliminated by <code>as</code>; another
register with the same value used in its place.
Any of the instructions
<span class="samp">CSWAP</span>,
<span class="samp">GO</span>,
<span class="samp">LDA</span>,
<span class="samp">LDBU</span>,
<span class="samp">LDB</span>,
<span class="samp">LDHT</span>,
<span class="samp">LDOU</span>,
<span class="samp">LDO</span>,
<span class="samp">LDSF</span>,
<span class="samp">LDTU</span>,
<span class="samp">LDT</span>,
<span class="samp">LDUNC</span>,
<span class="samp">LDVTS</span>,
<span class="samp">LDWU</span>,
<span class="samp">LDW</span>,
<span class="samp">PREGO</span>,
<span class="samp">PRELD</span>,
<span class="samp">PREST</span>,
<span class="samp">PUSHGO</span>,
<span class="samp">STBU</span>,
<span class="samp">STB</span>,
<span class="samp">STCO</span>,
<span class="samp">STHT</span>,
<span class="samp">STOU</span>,
<span class="samp">STSF</span>,
<span class="samp">STTU</span>,
<span class="samp">STT</span>,
<span class="samp">STUNC</span>,
<span class="samp">SYNCD</span>,
<span class="samp">SYNCID</span>,
can have a value nearby <a name="GREG_002dbase"></a>an initial value in place of its
second and third operands. Here, “nearby” is defined as within the
range 0<small class="dots">...</small>255 from the initial value of such an allocated register.
<pre class="smallexample"> buffer1 BYTE 0,0,0,0,0
buffer2 BYTE 0,0,0,0,0
...
GREG buffer1
LDOU $42,buffer2
</pre>
<p>In the example above, the <span class="samp">Y</span> field of the <code>LDOUI</code> instruction
(LDOU with a constant Z) will be replaced with the global register
allocated for <span class="samp">buffer1</span>, and the <span class="samp">Z</span> field will have the value
5, the offset from <span class="samp">buffer1</span> to <span class="samp">buffer2</span>. The result is
equivalent to this code:
<pre class="smallexample"> buffer1 BYTE 0,0,0,0,0
buffer2 BYTE 0,0,0,0,0
...
tmpreg GREG buffer1
LDOU $42,tmpreg,(buffer2-buffer1)
</pre>
<p>Global registers allocated with this directive are allocated in order
higher-to-lower within a file. Other than that, the exact order of
register allocation and elimination is undefined. For example, the order
is undefined when more than one file with such directives are linked
together. With the options <span class="samp">-x</span> and <span class="samp">--linker-allocated-gregs</span>,
<span class="samp">GREG</span> directives for two-operand cases like the one mentioned above
can be omitted. Sufficient global registers will then be allocated by the
linker.
<br><dt><code>BYTE</code><dd><a name="index-assembler-directive-BYTE_002c-MMIX-1288"></a><a name="index-pseudo_002dop-BYTE_002c-MMIX-1289"></a><a name="index-MMIX-assembler-directive-BYTE-1290"></a><a name="index-MMIX-pseudo_002dop-BYTE-1291"></a>
<a name="MMIX_002dbyte"></a>
The <span class="samp">BYTE</span> directive takes a series of operands separated by a comma.
If an operand is a string (see <a href="Strings.html#Strings">Strings</a>), each character of that string
is emitted as a byte. Other operands must be constant expressions without
forward references, in the range 0<small class="dots">...</small>255. If you need operands having
expressions with forward references, use <span class="samp">.byte</span> (see <a href="Byte.html#Byte">Byte</a>). An
operand can be omitted, defaulting to a zero value.
<br><dt><code>WYDE</code><dt><code>TETRA</code><dt><code>OCTA</code><dd><a name="index-assembler-directive-WYDE_002c-MMIX-1292"></a><a name="index-pseudo_002dop-WYDE_002c-MMIX-1293"></a><a name="index-MMIX-assembler-directive-WYDE-1294"></a><a name="index-MMIX-pseudo_002dop-WYDE-1295"></a><a name="index-assembler-directive-TETRA_002c-MMIX-1296"></a><a name="index-pseudo_002dop-TETRA_002c-MMIX-1297"></a><a name="index-MMIX-assembler-directive-TETRA-1298"></a><a name="index-MMIX-pseudo_002dop-TETRA-1299"></a><a name="index-assembler-directive-OCTA_002c-MMIX-1300"></a><a name="index-pseudo_002dop-OCTA_002c-MMIX-1301"></a><a name="index-MMIX-assembler-directive-OCTA-1302"></a><a name="index-MMIX-pseudo_002dop-OCTA-1303"></a>
<a name="MMIX_002dconstants"></a>
The directives <span class="samp">WYDE</span>, <span class="samp">TETRA</span> and <span class="samp">OCTA</span> emit constants of
two, four and eight bytes size respectively. Before anything else happens
for the directive, the current location is aligned to the respective
constant-size boundary. If a label is defined at the beginning of the
line, its value will be that after the alignment. A single operand can be
omitted, defaulting to a zero value emitted for the directive. Operands
can be expressed as strings (see <a href="Strings.html#Strings">Strings</a>), in which case each
character in the string is emitted as a separate constant of the size
indicated by the directive.
<br><dt><code>PREFIX</code><dd><a name="index-assembler-directive-PREFIX_002c-MMIX-1304"></a><a name="index-pseudo_002dop-PREFIX_002c-MMIX-1305"></a><a name="index-MMIX-assembler-directive-PREFIX-1306"></a><a name="index-MMIX-pseudo_002dop-PREFIX-1307"></a>
<a name="MMIX_002dprefix"></a>
The <span class="samp">PREFIX</span> directive sets a symbol name prefix to be prepended to
all symbols (except local symbols, see <a href="MMIX_002dSymbols.html#MMIX_002dSymbols">MMIX-Symbols</a>), that are not
prefixed with <span class="samp">:</span>, until the next <span class="samp">PREFIX</span> directive. Such
prefixes accumulate. For example,
<pre class="smallexample"> PREFIX a
PREFIX b
c IS 0
</pre>
<p>defines a symbol <span class="samp">abc</span> with the value 0.
<br><dt><code>BSPEC</code><dt><code>ESPEC</code><dd><a name="index-assembler-directive-BSPEC_002c-MMIX-1308"></a><a name="index-pseudo_002dop-BSPEC_002c-MMIX-1309"></a><a name="index-MMIX-assembler-directive-BSPEC-1310"></a><a name="index-MMIX-pseudo_002dop-BSPEC-1311"></a><a name="index-assembler-directive-ESPEC_002c-MMIX-1312"></a><a name="index-pseudo_002dop-ESPEC_002c-MMIX-1313"></a><a name="index-MMIX-assembler-directive-ESPEC-1314"></a><a name="index-MMIX-pseudo_002dop-ESPEC-1315"></a>
<a name="MMIX_002dspec"></a>
A pair of <span class="samp">BSPEC</span> and <span class="samp">ESPEC</span> directives delimit a section of
special contents (without specified semantics). Example:
<pre class="smallexample"> BSPEC 42
TETRA 1,2,3
ESPEC
</pre>
<p>The single operand to <span class="samp">BSPEC</span> must be number in the range
0<small class="dots">...</small>255. The <span class="samp">BSPEC</span> number 80 is used by the GNU binutils
implementation.
</dl>
</body></html>
|
libraries/smack_3_3_0/javadoc/org/jivesoftware/smackx/workgroup/packet/Transcripts.TranscriptSummary.html | jswelker/LibraryH3lp-Transfer-Bot | <!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 Sat May 04 06:14:38 PDT 2013 -->
<TITLE>
Transcripts.TranscriptSummary (Smack 3.3.0 Documentation)
</TITLE>
<META NAME="date" CONTENT="2013-05-04">
<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="Transcripts.TranscriptSummary (Smack 3.3.0 Documentation)";
}
}
</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>
<b>Smack</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/Transcripts.AgentDetail.html" title="class in org.jivesoftware.smackx.workgroup.packet"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/TranscriptSearch.html" title="class in org.jivesoftware.smackx.workgroup.packet"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/jivesoftware/smackx/workgroup/packet/Transcripts.TranscriptSummary.html" target="_top"><B>FRAMES</B></A>
<A HREF="Transcripts.TranscriptSummary.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 | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.jivesoftware.smackx.workgroup.packet</FONT>
<BR>
Class Transcripts.TranscriptSummary</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.jivesoftware.smackx.workgroup.packet.Transcripts.TranscriptSummary</B>
</PRE>
<DL>
<DT><B>Enclosing class:</B><DD><A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/Transcripts.html" title="class in org.jivesoftware.smackx.workgroup.packet">Transcripts</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public static class <B>Transcripts.TranscriptSummary</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
A TranscriptSummary contains some information about a conversation such as the ID of the
session or the date when the conversation started and finished. You will need to use the
sessionID to get the full conversation transcript.
<P>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/Transcripts.TranscriptSummary.html#Transcripts.TranscriptSummary(java.lang.String, java.util.Date, java.util.Date, java.util.List)">Transcripts.TranscriptSummary</A></B>(java.lang.String sessionID,
java.util.Date joinTime,
java.util.Date leftTime,
java.util.List<<A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/Transcripts.AgentDetail.html" title="class in org.jivesoftware.smackx.workgroup.packet">Transcripts.AgentDetail</A>> agentDetails)</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> java.util.List<<A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/Transcripts.AgentDetail.html" title="class in org.jivesoftware.smackx.workgroup.packet">Transcripts.AgentDetail</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/Transcripts.TranscriptSummary.html#getAgentDetails()">getAgentDetails</A></B>()</CODE>
<BR>
Returns a list of AgentDetails.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Date</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/Transcripts.TranscriptSummary.html#getJoinTime()">getJoinTime</A></B>()</CODE>
<BR>
Returns the Date when the conversation started.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Date</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/Transcripts.TranscriptSummary.html#getLeftTime()">getLeftTime</A></B>()</CODE>
<BR>
Returns the Date when the conversation finished.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/Transcripts.TranscriptSummary.html#getSessionID()">getSessionID</A></B>()</CODE>
<BR>
Returns the ID of the session that is related to this conversation transcript.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/Transcripts.TranscriptSummary.html#toXML()">toXML</A></B>()</CODE>
<BR>
</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>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="Transcripts.TranscriptSummary(java.lang.String, java.util.Date, java.util.Date, java.util.List)"><!-- --></A><H3>
Transcripts.TranscriptSummary</H3>
<PRE>
public <B>Transcripts.TranscriptSummary</B>(java.lang.String sessionID,
java.util.Date joinTime,
java.util.Date leftTime,
java.util.List<<A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/Transcripts.AgentDetail.html" title="class in org.jivesoftware.smackx.workgroup.packet">Transcripts.AgentDetail</A>> agentDetails)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getSessionID()"><!-- --></A><H3>
getSessionID</H3>
<PRE>
public java.lang.String <B>getSessionID</B>()</PRE>
<DL>
<DD>Returns the ID of the session that is related to this conversation transcript. The
sessionID could be used for getting the full conversation transcript.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the ID of the session that is related to this conversation transcript.</DL>
</DD>
</DL>
<HR>
<A NAME="getJoinTime()"><!-- --></A><H3>
getJoinTime</H3>
<PRE>
public java.util.Date <B>getJoinTime</B>()</PRE>
<DL>
<DD>Returns the Date when the conversation started.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the Date when the conversation started.</DL>
</DD>
</DL>
<HR>
<A NAME="getLeftTime()"><!-- --></A><H3>
getLeftTime</H3>
<PRE>
public java.util.Date <B>getLeftTime</B>()</PRE>
<DL>
<DD>Returns the Date when the conversation finished.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the Date when the conversation finished.</DL>
</DD>
</DL>
<HR>
<A NAME="getAgentDetails()"><!-- --></A><H3>
getAgentDetails</H3>
<PRE>
public java.util.List<<A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/Transcripts.AgentDetail.html" title="class in org.jivesoftware.smackx.workgroup.packet">Transcripts.AgentDetail</A>> <B>getAgentDetails</B>()</PRE>
<DL>
<DD>Returns a list of AgentDetails. For each Agent that was involved in the conversation
the list will include an AgentDetail. An AgentDetail contains the JID of the agent
as well as the time when the Agent joined and left the conversation.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>a list of AgentDetails.</DL>
</DD>
</DL>
<HR>
<A NAME="toXML()"><!-- --></A><H3>
toXML</H3>
<PRE>
public java.lang.String <B>toXML</B>()</PRE>
<DL>
<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="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>
<b>Smack</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/Transcripts.AgentDetail.html" title="class in org.jivesoftware.smackx.workgroup.packet"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/jivesoftware/smackx/workgroup/packet/TranscriptSearch.html" title="class in org.jivesoftware.smackx.workgroup.packet"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/jivesoftware/smackx/workgroup/packet/Transcripts.TranscriptSummary.html" target="_top"><B>FRAMES</B></A>
<A HREF="Transcripts.TranscriptSummary.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 | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2003-2007 Jive Software. </i>
</BODY>
</HTML>
|
third_party_backup/QScintilla-gpl-2.9/doc/html-Qt4Qt5/classQsciLexerD-members.html | jlspyaozhongkai/Uter | <!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.8"/>
<title>QScintilla: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">QScintilla
 <span id="projectnumber">2.9</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.8 -->
<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>
</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><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">QsciLexerD Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classQsciLexerD.html">QsciLexerD</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#acc55913c783eb15988daa5ec59d67b30">apis</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>autoCompletionFillups</b>() const (defined in <a class="el" href="classQsciLexer.html">QsciLexer</a>)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>autoCompletionWordSeparators</b>() const (defined in <a class="el" href="classQsciLexerD.html">QsciLexerD</a>)</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a79c27285b6033c553b3f54cb6c56b338">autoIndentStyle</a>()</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a682cc956cd52ccfff101565bd51327e1">BackquoteString</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>blockEnd</b>(int *style=0) const (defined in <a class="el" href="classQsciLexerD.html">QsciLexerD</a>)</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>blockLookback</b>() const (defined in <a class="el" href="classQsciLexer.html">QsciLexer</a>)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>blockStart</b>(int *style=0) const (defined in <a class="el" href="classQsciLexerD.html">QsciLexerD</a>)</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>blockStartKeyword</b>(int *style=0) const (defined in <a class="el" href="classQsciLexerD.html">QsciLexerD</a>)</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>braceStyle</b>() const (defined in <a class="el" href="classQsciLexerD.html">QsciLexerD</a>)</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>caseSensitive</b>() const (defined in <a class="el" href="classQsciLexer.html">QsciLexer</a>)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2adb30a6870a257c1e28e8534833583564">Character</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#abd68753f16fa73284d818eb446a3d32c">color</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a901cf93072b3db3ffe503eab78ae6954">colorChanged</a>(const QColor &c, int style)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a37135c4d1129a47fe7d1fa4353c3ef89">Comment</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2ae4ef72a2092606e60ebd48a41c728863">CommentDoc</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2af5c6b133d2a0391d65dd11ca8cd0dc46">CommentDocKeyword</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a8416e006ed8c6157e87fddc9497b56ab">CommentDocKeywordError</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a25654940726025136d8e7eb8edf5b11a">CommentLine</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2adf5911a2c4224ab8d38ea4ebe7747cb4">CommentLineDoc</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a5bc763858b98e6d4c43307986b548db3">CommentNested</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2aa4df8837f097ea5f0727c0399c96ed59">Default</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#a3d6022bb775373d4354e5ab0ae86efb3">defaultColor</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#ae0afe2419326969871275fb7dd7edf69">QsciLexer::defaultColor</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#a5fd6e5021ade146ccc4f6fcfbd0ed394">defaultEolFill</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#acf2fa7c413a30adb58d2409ff1ee80e8">defaultFont</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#aefc2cc14d45c167e71de37bb335c02eb">QsciLexer::defaultFont</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#aa22afc066842ff4554143a003c0bac88">defaultPaper</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a31126a12c4a841bb471af77d868c6d41">QsciLexer::defaultPaper</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>defaultStyle</b>() const (defined in <a class="el" href="classQsciLexer.html">QsciLexer</a>)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#a390a102bb85b30fe22a1bfb7d2863f19">description</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a196d8f3fdd8285788be8915b59ed1889">editor</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#ac95835a0f6880654981fe45a091ca474">eolFill</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a66c01f0c9470164d4575c2b64f0e4220">eolFillChanged</a>(bool eolfilled, int style)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#a1dc9f490d6e5eb25e36d5671f3bff416">foldAtElse</a>() const </td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#ae972474329cadbbf40bf151dd833baac">foldComments</a>() const </td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#a31d585a9498a8234d2407966035e5ee7">foldCompact</a>() const </td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#afa432356fa791b0b9d6943a351729369">font</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#ac04ade8be901b67af681e5e3516c0946">fontChanged</a>(const QFont &f, int style)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a47923636d0ac5375823bbae9ae291f50">Identifier</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>indentationGuideView</b>() const (defined in <a class="el" href="classQsciLexer.html">QsciLexer</a>)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a1726b12d4c63e5ab08f4fd2076be8342">Keyword</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2aab5b406f8c633b7d63f3dfe5d7be2df8">KeywordDoc</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#ace171ed1e05a7c7b14423d51469fa9b9">keywords</a>(int set) const </td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a86aa2ed7ea2e1baaee37feac86b0bc09">KeywordSecondary</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a41699ff5135f73d77045b68748e881b0">KeywordSet5</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a8bbc63e31f19f9b6d7b50c1e1c2667b0">KeywordSet6</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a9f6ffdc183c1d99ce9fb0edce756410e">KeywordSet7</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#a3100e54fa0d8e90696b60a3321cdad10">language</a>() const </td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#a76f2aada0d3a8a1523725de245b35536">lexer</a>() const </td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a45d859ee1d78f47a9b77da870b0aaaa2">lexerId</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a426d92387246d1fa5138b626a039b252">Number</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a146db058b940cab519bdfd046b14cc0f">Operator</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#aa9a13f50dbfe19858b241ce9024f8af2">paper</a>(int style) const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#adf8de1727583e902c7cae673673a78a1">paperChanged</a>(const QColor &c, int style)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#acd8475f0da36449dc6b1189a587d7a83">propertyChanged</a>(const char *prop, const char *val)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">signal</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a49fc2fb49ed07f1cb5f8b0a96e07d0d4">QsciLexer</a>(QObject *parent=0)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#a8b64cf1677896ea7966338b3f10be14b">QsciLexerD</a>(QObject *parent=0)</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a8f0a37846a48085a681eb744375efbc9">RawString</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#abb94e0b0257a50dbde9b0ddbcfeb69d2">readProperties</a>(QSettings &qs, const QString &prefix)</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a27728e4e361c5f4bf87690d34d83057d">readSettings</a>(QSettings &qs, const char *prefix="/Scintilla")</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#a3df48961344c5133ad595a555bbb8e55">refreshProperties</a>()</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#ac2e1ada934a5dc7685c1ee6a464de5fd">setAPIs</a>(QsciAbstractAPIs *apis)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a793e592d3ac100ff81ae09eefbaa74ef">setAutoIndentStyle</a>(int autoindentstyle)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a0e4235e0bd33f64431a9c6e8c35038d4">setColor</a>(const QColor &c, int style=-1)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a32b16ee95c3dabbc7de61541dd110521">setDefaultColor</a>(const QColor &c)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#a19f0b390b5594d0dff5e4d4b484e43d2">setDefaultFont</a>(const QFont &f)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a7ebaedee6979d4cb17399361b37e33e0">setDefaultPaper</a>(const QColor &c)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>setEditor</b>(QsciScintilla *editor) (defined in <a class="el" href="classQsciLexer.html">QsciLexer</a>)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a3fccdb7cb8f6524ecdeb3ff364ae5a49">setEolFill</a>(bool eoffill, int style=-1)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#a2dc2ffcd977cf514e65e315a80afcb18">setFoldAtElse</a>(bool fold)</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#aa7bcbfe8a9e732630bba54860888e9d5">setFoldComments</a>(bool fold)</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#a97c7813c68c861b9f2b3f068d9b47fd7">setFoldCompact</a>(bool fold)</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#a3484599b6db81b8392ab6cd4f50ab291">setFont</a>(const QFont &f, int style=-1)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#addbc923c938f946180a15d494d17b567">setPaper</a>(const QColor &c, int style=-1)</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span><span class="mlabel">slot</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a36b40f73931a76fb1845ddac7618c996">String</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#add2b17b97fa2acf096933b0b4553b707">styleBitsNeeded</a>() const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a066688031c2850c809c6e78751600f24">Typedefs</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#abc7fe55978236ec0e58ab1a7e324d7e2a2f341004504fd3e8154b64e90090a5ca">UnclosedString</a> enum value</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#a311fac2649066c8ee0e9bf02b56b8f60">wordCharacters</a>() const </td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexerD.html#a727562a64d98d8fc99caaf366a92ebdf">writeProperties</a>(QSettings &qs, const QString &prefix) const </td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexer.html#ae53dc53e318939e9d52ae544b9995856">writeSettings</a>(QSettings &qs, const char *prefix="/Scintilla") const </td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQsciLexer.html#af6cc5bb9d9421d806e9941d018030068">~QsciLexer</a>()</td><td class="entry"><a class="el" href="classQsciLexer.html">QsciLexer</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classQsciLexerD.html#a37506e7f15691f73445422beb341e750">~QsciLexerD</a>()</td><td class="entry"><a class="el" href="classQsciLexerD.html">QsciLexerD</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Apr 20 2015 15:38:25 for QScintilla by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.8
</small></address>
</body>
</html>
|
thirdparty/sources/boost_1_60_0/doc/html/boost/type_erasure/subtractable.html | gwq5210/litlib | <!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=US-ASCII">
<title>Struct template subtractable</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="../../boost_typeerasure/reference.html#header.boost.type_erasure.operators_hpp" title="Header <boost/type_erasure/operators.hpp>">
<link rel="prev" href="subtract_assignable.html" title="Struct template subtract_assignable">
<link rel="next" href="any.html" title="Class template any">
</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="subtract_assignable.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.operators_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="any.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.type_erasure.subtractable"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template subtractable</span></h2>
<p>boost::type_erasure::subtractable</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="../../boost_typeerasure/reference.html#header.boost.type_erasure.operators_hpp" title="Header <boost/type_erasure/operators.hpp>">boost/type_erasure/operators.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T <span class="special">=</span> <a class="link" href="_self.html" title="Struct _self">_self</a><span class="special">,</span> <span class="keyword">typename</span> U <span class="special">=</span> <span class="identifier">T</span><span class="special">,</span> <span class="keyword">typename</span> R <span class="special">=</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="subtractable.html" title="Struct template subtractable">subtractable</a> <span class="special">{</span>
<span class="comment">// <a class="link" href="subtractable.html#idm45506893398528-bb">public static functions</a></span>
<span class="keyword">static</span> <span class="identifier">R</span> <a class="link" href="subtractable.html#idm45506893397968-bb"><span class="identifier">apply</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">T</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">U</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idm45555077113936"></a><h2>Description</h2>
<div class="refsect2">
<a name="idm45555077113520"></a><h3>
<a name="idm45506893398528-bb"></a><code class="computeroutput">subtractable</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">R</span> <a name="idm45506893397968-bb"></a><span class="identifier">apply</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="keyword">const</span> <span class="identifier">U</span> <span class="special">&</span><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 © 2011-2013 Steven Watanabe<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="subtract_assignable.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.operators_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="any.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
usr/share/doc/kbd-2.0.2/kbd.FAQ-3.html | Iotlab-404/LFS | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>The Linux keyboard and console HOWTO: Console generalities</TITLE>
<LINK HREF="kbd.FAQ-4.html" REL=next>
<LINK HREF="kbd.FAQ-2.html" REL=previous>
<LINK HREF="kbd.FAQ.html#toc3" REL=contents>
</HEAD>
<BODY>
<A HREF="kbd.FAQ-4.html">Next</A>
<A HREF="kbd.FAQ-2.html">Previous</A>
<A HREF="kbd.FAQ.html#toc3">Contents</A>
<HR>
<H2><A NAME="s3">3. Console generalities</A></H2>
<P>
<!--
console!theory of operation
-->
<P>Conversely, when you output something to the console, it first undergoes
the standard tty processing, and then is fed to the console driver.
The console driver emulates a VT100, and parses the input in order to
recognize VT100 escape sequences (for cursor movement, clear screen, etc.).
The characters that are not part of an escape sequence are first converted
into Unicode, using one of four mapping tables if the console was not
in UTF-8 mode to start with, then looked up in the table describing
the correspondence between Unicode values and font positions,
and the obtained 8- or 9-bit font indices are then written to video memory,
where they cause the display of character shapes found in the video card's
character ROM.
One can load one's own fonts into character ROM using <CODE>setfont</CODE>.
The obsolete programs <CODE>loadunimap</CODE> and <CODE>mapscrn</CODE> can be used
to manipulate the Unicode map belonging to the font, or the mapping
table of the console. More details will be given below.
<P>There are many consoles (called <I>Virtual Consoles</I> or
<I>Virtual Terminals</I>, abbreviated VCs or VTs) that share the same
screen. You can use them as independent devices, either to run
indendent login sessions, or just to send some output to, perhaps
from <CODE>top</CODE>, or the tail of the system log or so.
See below (`Console switching') on how to set them up and
switch between them.
<P>
<P>
<HR>
<A HREF="kbd.FAQ-4.html">Next</A>
<A HREF="kbd.FAQ-2.html">Previous</A>
<A HREF="kbd.FAQ.html#toc3">Contents</A>
</BODY>
</HTML>
|
webapp/bower_components/underscore/docs/underscore.html | bobocop/gsn-30 | <!DOCTYPE html>
<html>
<head>
<title>underscore.js</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<link rel="stylesheet" media="all" href="docco.css" />
</head>
<body>
<div id="container">
<div id="background"></div>
<ul class="sections">
<li id="title">
<div class="annotation">
<h1>underscore.js</h1>
</div>
</li>
<li id="section-1">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-1">¶</a>
</div>
<pre><code>Underscore.js 1.5.2
http://underscorejs.org
(c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
Underscore may be freely distributed under the MIT license.</code></pre>
</div>
<div class="content"><div class='highlight'><pre>(<span class="keyword">function</span>() {</pre></div></div>
</li>
<li id="section-2">
<div class="annotation">
<div class="pilwrap for-h2">
<a class="pilcrow" href="#section-2">¶</a>
</div>
<h2>Baseline setup</h2>
</div>
</li>
<li id="section-3">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-3">¶</a>
</div>
<p>Establish the root object, <code>window</code> in the browser, or <code>exports</code> on the server.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> root = <span class="keyword">this</span>;</pre></div></div>
</li>
<li id="section-4">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-4">¶</a>
</div>
<p>Save the previous value of the <code>_</code> variable.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> previousUnderscore = root._;</pre></div></div>
</li>
<li id="section-5">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-5">¶</a>
</div>
<p>Establish the object that gets returned to break out of a loop iteration.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> breaker = {};</pre></div></div>
</li>
<li id="section-6">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-6">¶</a>
</div>
<p>Save bytes in the minified (but not gzipped) version:</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> ArrayProto = Array.prototype, ObjProto = Object.prototype, FuncProto = Function.prototype;</pre></div></div>
</li>
<li id="section-7">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-7">¶</a>
</div>
<p>Create quick reference variables for speed access to core prototypes.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span>
push = ArrayProto.push,
slice = ArrayProto.slice,
concat = ArrayProto.concat,
toString = ObjProto.toString,
hasOwnProperty = ObjProto.hasOwnProperty;</pre></div></div>
</li>
<li id="section-8">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-8">¶</a>
</div>
<p>All <strong>ECMAScript 5</strong> native function implementations that we hope to use
are declared here.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span>
nativeForEach = ArrayProto.forEach,
nativeMap = ArrayProto.map,
nativeReduce = ArrayProto.reduce,
nativeReduceRight = ArrayProto.reduceRight,
nativeFilter = ArrayProto.filter,
nativeEvery = ArrayProto.every,
nativeSome = ArrayProto.some,
nativeIndexOf = ArrayProto.indexOf,
nativeLastIndexOf = ArrayProto.lastIndexOf,
nativeIsArray = Array.isArray,
nativeKeys = Object.keys,
nativeBind = FuncProto.bind;</pre></div></div>
</li>
<li id="section-9">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-9">¶</a>
</div>
<p>Create a safe reference to the Underscore object for use below.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> _ = <span class="keyword">function</span>(obj) {
<span class="keyword">if</span> (obj <span class="keyword">instanceof</span> _) <span class="keyword">return</span> obj;
<span class="keyword">if</span> (!(<span class="keyword">this</span> <span class="keyword">instanceof</span> _)) <span class="keyword">return</span> <span class="keyword">new</span> _(obj);
<span class="keyword">this</span>._wrapped = obj;
};</pre></div></div>
</li>
<li id="section-10">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-10">¶</a>
</div>
<p>Export the Underscore object for <strong>Node.js</strong>, with
backwards-compatibility for the old <code>require()</code> API. If we're in
the browser, add <code>_</code> as a global object via a string identifier,
for Closure Compiler "advanced" mode.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">if</span> (<span class="keyword">typeof</span> exports !== <span class="string">'undefined'</span>) {
<span class="keyword">if</span> (<span class="keyword">typeof</span> module !== <span class="string">'undefined'</span> && module.exports) {
exports = module.exports = _;
}
exports._ = _;
} <span class="keyword">else</span> {
root._ = _;
}</pre></div></div>
</li>
<li id="section-11">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-11">¶</a>
</div>
<p>Current version.</p>
</div>
<div class="content"><div class='highlight'><pre> _.VERSION = <span class="string">'1.5.2'</span>;</pre></div></div>
</li>
<li id="section-12">
<div class="annotation">
<div class="pilwrap for-h2">
<a class="pilcrow" href="#section-12">¶</a>
</div>
<h2>Collection Functions</h2>
</div>
</li>
<li id="section-13">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-13">¶</a>
</div>
<p>The cornerstone, an <code>each</code> implementation, aka <code>forEach</code>.
Handles objects with the built-in <code>forEach</code>, arrays, and raw objects.
Delegates to <strong>ECMAScript 5</strong>'s native <code>forEach</code> if available.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> each = _.each = _.forEach = <span class="keyword">function</span>(obj, iterator, context) {
<span class="keyword">if</span> (obj == <span class="literal">null</span>) <span class="keyword">return</span>;
<span class="keyword">if</span> (nativeForEach && obj.forEach === nativeForEach) {
obj.forEach(iterator, context);
} <span class="keyword">else</span> <span class="keyword">if</span> (obj.length === +obj.length) {
<span class="keyword">for</span> (<span class="keyword">var</span> i = <span class="number">0</span>, length = obj.length; i < length; i++) {
<span class="keyword">if</span> (iterator.call(context, obj[i], i, obj) === breaker) <span class="keyword">return</span>;
}
} <span class="keyword">else</span> {
<span class="keyword">var</span> keys = _.keys(obj);
<span class="keyword">for</span> (<span class="keyword">var</span> i = <span class="number">0</span>, length = keys.length; i < length; i++) {
<span class="keyword">if</span> (iterator.call(context, obj[keys[i]], keys[i], obj) === breaker) <span class="keyword">return</span>;
}
}
};</pre></div></div>
</li>
<li id="section-14">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-14">¶</a>
</div>
<p>Return the results of applying the iterator to each element.
Delegates to <strong>ECMAScript 5</strong>'s native <code>map</code> if available.</p>
</div>
<div class="content"><div class='highlight'><pre> _.map = _.collect = <span class="keyword">function</span>(obj, iterator, context) {
<span class="keyword">var</span> results = [];
<span class="keyword">if</span> (obj == <span class="literal">null</span>) <span class="keyword">return</span> results;
<span class="keyword">if</span> (nativeMap && obj.map === nativeMap) <span class="keyword">return</span> obj.map(iterator, context);
each(obj, <span class="keyword">function</span>(value, index, list) {
results.push(iterator.call(context, value, index, list));
});
<span class="keyword">return</span> results;
};
<span class="keyword">var</span> reduceError = <span class="string">'Reduce of empty array with no initial value'</span>;</pre></div></div>
</li>
<li id="section-15">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-15">¶</a>
</div>
<p><strong>Reduce</strong> builds up a single result from a list of values, aka <code>inject</code>,
or <code>foldl</code>. Delegates to <strong>ECMAScript 5</strong>'s native <code>reduce</code> if available.</p>
</div>
<div class="content"><div class='highlight'><pre> _.reduce = _.foldl = _.inject = <span class="keyword">function</span>(obj, iterator, memo, context) {
<span class="keyword">var</span> initial = arguments.length > <span class="number">2</span>;
<span class="keyword">if</span> (obj == <span class="literal">null</span>) obj = [];
<span class="keyword">if</span> (nativeReduce && obj.reduce === nativeReduce) {
<span class="keyword">if</span> (context) iterator = _.bind(iterator, context);
<span class="keyword">return</span> initial ? obj.reduce(iterator, memo) : obj.reduce(iterator);
}
each(obj, <span class="keyword">function</span>(value, index, list) {
<span class="keyword">if</span> (!initial) {
memo = value;
initial = <span class="literal">true</span>;
} <span class="keyword">else</span> {
memo = iterator.call(context, memo, value, index, list);
}
});
<span class="keyword">if</span> (!initial) <span class="keyword">throw</span> <span class="keyword">new</span> TypeError(reduceError);
<span class="keyword">return</span> memo;
};</pre></div></div>
</li>
<li id="section-16">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-16">¶</a>
</div>
<p>The right-associative version of reduce, also known as <code>foldr</code>.
Delegates to <strong>ECMAScript 5</strong>'s native <code>reduceRight</code> if available.</p>
</div>
<div class="content"><div class='highlight'><pre> _.reduceRight = _.foldr = <span class="keyword">function</span>(obj, iterator, memo, context) {
<span class="keyword">var</span> initial = arguments.length > <span class="number">2</span>;
<span class="keyword">if</span> (obj == <span class="literal">null</span>) obj = [];
<span class="keyword">if</span> (nativeReduceRight && obj.reduceRight === nativeReduceRight) {
<span class="keyword">if</span> (context) iterator = _.bind(iterator, context);
<span class="keyword">return</span> initial ? obj.reduceRight(iterator, memo) : obj.reduceRight(iterator);
}
<span class="keyword">var</span> length = obj.length;
<span class="keyword">if</span> (length !== +length) {
<span class="keyword">var</span> keys = _.keys(obj);
length = keys.length;
}
each(obj, <span class="keyword">function</span>(value, index, list) {
index = keys ? keys[--length] : --length;
<span class="keyword">if</span> (!initial) {
memo = obj[index];
initial = <span class="literal">true</span>;
} <span class="keyword">else</span> {
memo = iterator.call(context, memo, obj[index], index, list);
}
});
<span class="keyword">if</span> (!initial) <span class="keyword">throw</span> <span class="keyword">new</span> TypeError(reduceError);
<span class="keyword">return</span> memo;
};</pre></div></div>
</li>
<li id="section-17">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-17">¶</a>
</div>
<p>Return the first value which passes a truth test. Aliased as <code>detect</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> _.find = _.detect = <span class="keyword">function</span>(obj, iterator, context) {
<span class="keyword">var</span> result;
any(obj, <span class="keyword">function</span>(value, index, list) {
<span class="keyword">if</span> (iterator.call(context, value, index, list)) {
result = value;
<span class="keyword">return</span> <span class="literal">true</span>;
}
});
<span class="keyword">return</span> result;
};</pre></div></div>
</li>
<li id="section-18">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-18">¶</a>
</div>
<p>Return all the elements that pass a truth test.
Delegates to <strong>ECMAScript 5</strong>'s native <code>filter</code> if available.
Aliased as <code>select</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> _.filter = _.select = <span class="keyword">function</span>(obj, iterator, context) {
<span class="keyword">var</span> results = [];
<span class="keyword">if</span> (obj == <span class="literal">null</span>) <span class="keyword">return</span> results;
<span class="keyword">if</span> (nativeFilter && obj.filter === nativeFilter) <span class="keyword">return</span> obj.filter(iterator, context);
each(obj, <span class="keyword">function</span>(value, index, list) {
<span class="keyword">if</span> (iterator.call(context, value, index, list)) results.push(value);
});
<span class="keyword">return</span> results;
};</pre></div></div>
</li>
<li id="section-19">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-19">¶</a>
</div>
<p>Return all the elements for which a truth test fails.</p>
</div>
<div class="content"><div class='highlight'><pre> _.reject = <span class="keyword">function</span>(obj, iterator, context) {
<span class="keyword">return</span> _.filter(obj, <span class="keyword">function</span>(value, index, list) {
<span class="keyword">return</span> !iterator.call(context, value, index, list);
}, context);
};</pre></div></div>
</li>
<li id="section-20">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-20">¶</a>
</div>
<p>Determine whether all of the elements match a truth test.
Delegates to <strong>ECMAScript 5</strong>'s native <code>every</code> if available.
Aliased as <code>all</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> _.every = _.all = <span class="keyword">function</span>(obj, iterator, context) {
iterator || (iterator = _.identity);
<span class="keyword">var</span> result = <span class="literal">true</span>;
<span class="keyword">if</span> (obj == <span class="literal">null</span>) <span class="keyword">return</span> result;
<span class="keyword">if</span> (nativeEvery && obj.every === nativeEvery) <span class="keyword">return</span> obj.every(iterator, context);
each(obj, <span class="keyword">function</span>(value, index, list) {
<span class="keyword">if</span> (!(result = result && iterator.call(context, value, index, list))) <span class="keyword">return</span> breaker;
});
<span class="keyword">return</span> !!result;
};</pre></div></div>
</li>
<li id="section-21">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-21">¶</a>
</div>
<p>Determine if at least one element in the object matches a truth test.
Delegates to <strong>ECMAScript 5</strong>'s native <code>some</code> if available.
Aliased as <code>any</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> any = _.some = _.any = <span class="keyword">function</span>(obj, iterator, context) {
iterator || (iterator = _.identity);
<span class="keyword">var</span> result = <span class="literal">false</span>;
<span class="keyword">if</span> (obj == <span class="literal">null</span>) <span class="keyword">return</span> result;
<span class="keyword">if</span> (nativeSome && obj.some === nativeSome) <span class="keyword">return</span> obj.some(iterator, context);
each(obj, <span class="keyword">function</span>(value, index, list) {
<span class="keyword">if</span> (result || (result = iterator.call(context, value, index, list))) <span class="keyword">return</span> breaker;
});
<span class="keyword">return</span> !!result;
};</pre></div></div>
</li>
<li id="section-22">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-22">¶</a>
</div>
<p>Determine if the array or object contains a given value (using <code>===</code>).
Aliased as <code>include</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> _.contains = _.include = <span class="keyword">function</span>(obj, target) {
<span class="keyword">if</span> (obj == <span class="literal">null</span>) <span class="keyword">return</span> <span class="literal">false</span>;
<span class="keyword">if</span> (nativeIndexOf && obj.indexOf === nativeIndexOf) <span class="keyword">return</span> obj.indexOf(target) != -<span class="number">1</span>;
<span class="keyword">return</span> any(obj, <span class="keyword">function</span>(value) {
<span class="keyword">return</span> value === target;
});
};</pre></div></div>
</li>
<li id="section-23">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-23">¶</a>
</div>
<p>Invoke a method (with arguments) on every item in a collection.</p>
</div>
<div class="content"><div class='highlight'><pre> _.invoke = <span class="keyword">function</span>(obj, method) {
<span class="keyword">var</span> args = slice.call(arguments, <span class="number">2</span>);
<span class="keyword">var</span> isFunc = _.isFunction(method);
<span class="keyword">return</span> _.map(obj, <span class="keyword">function</span>(value) {
<span class="keyword">return</span> (isFunc ? method : value[method]).apply(value, args);
});
};</pre></div></div>
</li>
<li id="section-24">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-24">¶</a>
</div>
<p>Convenience version of a common use case of <code>map</code>: fetching a property.</p>
</div>
<div class="content"><div class='highlight'><pre> _.pluck = <span class="keyword">function</span>(obj, key) {
<span class="keyword">return</span> _.map(obj, <span class="keyword">function</span>(value){ <span class="keyword">return</span> value[key]; });
};</pre></div></div>
</li>
<li id="section-25">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-25">¶</a>
</div>
<p>Convenience version of a common use case of <code>filter</code>: selecting only objects
containing specific <code>key:value</code> pairs.</p>
</div>
<div class="content"><div class='highlight'><pre> _.where = <span class="keyword">function</span>(obj, attrs, first) {
<span class="keyword">if</span> (_.isEmpty(attrs)) <span class="keyword">return</span> first ? <span class="keyword">void</span> <span class="number">0</span> : [];
<span class="keyword">return</span> _[first ? <span class="string">'find'</span> : <span class="string">'filter'</span>](obj, <span class="keyword">function</span>(value) {
<span class="keyword">for</span> (<span class="keyword">var</span> key <span class="keyword">in</span> attrs) {
<span class="keyword">if</span> (attrs[key] !== value[key]) <span class="keyword">return</span> <span class="literal">false</span>;
}
<span class="keyword">return</span> <span class="literal">true</span>;
});
};</pre></div></div>
</li>
<li id="section-26">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-26">¶</a>
</div>
<p>Convenience version of a common use case of <code>find</code>: getting the first object
containing specific <code>key:value</code> pairs.</p>
</div>
<div class="content"><div class='highlight'><pre> _.findWhere = <span class="keyword">function</span>(obj, attrs) {
<span class="keyword">return</span> _.where(obj, attrs, <span class="literal">true</span>);
};</pre></div></div>
</li>
<li id="section-27">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-27">¶</a>
</div>
<p>Return the maximum element or (element-based computation).
Can't optimize arrays of integers longer than 65,535 elements.
See <a href="https://bugs.webkit.org/show_bug.cgi?id=80797">WebKit Bug 80797</a></p>
</div>
<div class="content"><div class='highlight'><pre> _.max = <span class="keyword">function</span>(obj, iterator, context) {
<span class="keyword">if</span> (!iterator && _.isArray(obj) && obj[<span class="number">0</span>] === +obj[<span class="number">0</span>] && obj.length < <span class="number">65535</span>) {
<span class="keyword">return</span> Math.max.apply(Math, obj);
}
<span class="keyword">if</span> (!iterator && _.isEmpty(obj)) <span class="keyword">return</span> -<span class="literal">Infinity</span>;
<span class="keyword">var</span> result = {computed : -<span class="literal">Infinity</span>, value: -<span class="literal">Infinity</span>};
each(obj, <span class="keyword">function</span>(value, index, list) {
<span class="keyword">var</span> computed = iterator ? iterator.call(context, value, index, list) : value;
computed > result.computed && (result = {value : value, computed : computed});
});
<span class="keyword">return</span> result.value;
};</pre></div></div>
</li>
<li id="section-28">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-28">¶</a>
</div>
<p>Return the minimum element (or element-based computation).</p>
</div>
<div class="content"><div class='highlight'><pre> _.min = <span class="keyword">function</span>(obj, iterator, context) {
<span class="keyword">if</span> (!iterator && _.isArray(obj) && obj[<span class="number">0</span>] === +obj[<span class="number">0</span>] && obj.length < <span class="number">65535</span>) {
<span class="keyword">return</span> Math.min.apply(Math, obj);
}
<span class="keyword">if</span> (!iterator && _.isEmpty(obj)) <span class="keyword">return</span> <span class="literal">Infinity</span>;
<span class="keyword">var</span> result = {computed : <span class="literal">Infinity</span>, value: <span class="literal">Infinity</span>};
each(obj, <span class="keyword">function</span>(value, index, list) {
<span class="keyword">var</span> computed = iterator ? iterator.call(context, value, index, list) : value;
computed < result.computed && (result = {value : value, computed : computed});
});
<span class="keyword">return</span> result.value;
};</pre></div></div>
</li>
<li id="section-29">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-29">¶</a>
</div>
<p>Shuffle an array, using the modern version of the
<a href="http://en.wikipedia.org/wiki/Fisher–Yates_shuffle">Fisher-Yates shuffle</a>.</p>
</div>
<div class="content"><div class='highlight'><pre> _.shuffle = <span class="keyword">function</span>(obj) {
<span class="keyword">var</span> rand;
<span class="keyword">var</span> index = <span class="number">0</span>;
<span class="keyword">var</span> shuffled = [];
each(obj, <span class="keyword">function</span>(value) {
rand = _.random(index++);
shuffled[index - <span class="number">1</span>] = shuffled[rand];
shuffled[rand] = value;
});
<span class="keyword">return</span> shuffled;
};</pre></div></div>
</li>
<li id="section-30">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-30">¶</a>
</div>
<p>Sample <strong>n</strong> random values from an array.
If <strong>n</strong> is not specified, returns a single random element from the array.
The internal <code>guard</code> argument allows it to work with <code>map</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> _.sample = <span class="keyword">function</span>(obj, n, guard) {
<span class="keyword">if</span> (arguments.length < <span class="number">2</span> || guard) {
<span class="keyword">return</span> obj[_.random(obj.length - <span class="number">1</span>)];
}
<span class="keyword">return</span> _.shuffle(obj).slice(<span class="number">0</span>, Math.max(<span class="number">0</span>, n));
};</pre></div></div>
</li>
<li id="section-31">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-31">¶</a>
</div>
<p>An internal function to generate lookup iterators.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> lookupIterator = <span class="keyword">function</span>(value) {
<span class="keyword">return</span> _.isFunction(value) ? value : <span class="keyword">function</span>(obj){ <span class="keyword">return</span> obj[value]; };
};</pre></div></div>
</li>
<li id="section-32">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-32">¶</a>
</div>
<p>Sort the object's values by a criterion produced by an iterator.</p>
</div>
<div class="content"><div class='highlight'><pre> _.sortBy = <span class="keyword">function</span>(obj, value, context) {
<span class="keyword">var</span> iterator = lookupIterator(value);
<span class="keyword">return</span> _.pluck(_.map(obj, <span class="keyword">function</span>(value, index, list) {
<span class="keyword">return</span> {
value: value,
index: index,
criteria: iterator.call(context, value, index, list)
};
}).sort(<span class="keyword">function</span>(left, right) {
<span class="keyword">var</span> a = left.criteria;
<span class="keyword">var</span> b = right.criteria;
<span class="keyword">if</span> (a !== b) {
<span class="keyword">if</span> (a > b || a === <span class="keyword">void</span> <span class="number">0</span>) <span class="keyword">return</span> <span class="number">1</span>;
<span class="keyword">if</span> (a < b || b === <span class="keyword">void</span> <span class="number">0</span>) <span class="keyword">return</span> -<span class="number">1</span>;
}
<span class="keyword">return</span> left.index - right.index;
}), <span class="string">'value'</span>);
};</pre></div></div>
</li>
<li id="section-33">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-33">¶</a>
</div>
<p>An internal function used for aggregate "group by" operations.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> group = <span class="keyword">function</span>(behavior) {
<span class="keyword">return</span> <span class="keyword">function</span>(obj, value, context) {
<span class="keyword">var</span> result = {};
<span class="keyword">var</span> iterator = value == <span class="literal">null</span> ? _.identity : lookupIterator(value);
each(obj, <span class="keyword">function</span>(value, index) {
<span class="keyword">var</span> key = iterator.call(context, value, index, obj);
behavior(result, key, value);
});
<span class="keyword">return</span> result;
};
};</pre></div></div>
</li>
<li id="section-34">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-34">¶</a>
</div>
<p>Groups the object's values by a criterion. Pass either a string attribute
to group by, or a function that returns the criterion.</p>
</div>
<div class="content"><div class='highlight'><pre> _.groupBy = group(<span class="keyword">function</span>(result, key, value) {
(_.has(result, key) ? result[key] : (result[key] = [])).push(value);
});</pre></div></div>
</li>
<li id="section-35">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-35">¶</a>
</div>
<p>Indexes the object's values by a criterion, similar to <code>groupBy</code>, but for
when you know that your index values will be unique.</p>
</div>
<div class="content"><div class='highlight'><pre> _.indexBy = group(<span class="keyword">function</span>(result, key, value) {
result[key] = value;
});</pre></div></div>
</li>
<li id="section-36">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-36">¶</a>
</div>
<p>Counts instances of an object that group by a certain criterion. Pass
either a string attribute to count by, or a function that returns the
criterion.</p>
</div>
<div class="content"><div class='highlight'><pre> _.countBy = group(<span class="keyword">function</span>(result, key) {
_.has(result, key) ? result[key]++ : result[key] = <span class="number">1</span>;
});</pre></div></div>
</li>
<li id="section-37">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-37">¶</a>
</div>
<p>Use a comparator function to figure out the smallest index at which
an object should be inserted so as to maintain order. Uses binary search.</p>
</div>
<div class="content"><div class='highlight'><pre> _.sortedIndex = <span class="keyword">function</span>(array, obj, iterator, context) {
iterator = iterator == <span class="literal">null</span> ? _.identity : lookupIterator(iterator);
<span class="keyword">var</span> value = iterator.call(context, obj);
<span class="keyword">var</span> low = <span class="number">0</span>, high = array.length;
<span class="keyword">while</span> (low < high) {
<span class="keyword">var</span> mid = (low + high) >>> <span class="number">1</span>;
iterator.call(context, array[mid]) < value ? low = mid + <span class="number">1</span> : high = mid;
}
<span class="keyword">return</span> low;
};</pre></div></div>
</li>
<li id="section-38">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-38">¶</a>
</div>
<p>Safely create a real, live array from anything iterable.</p>
</div>
<div class="content"><div class='highlight'><pre> _.toArray = <span class="keyword">function</span>(obj) {
<span class="keyword">if</span> (!obj) <span class="keyword">return</span> [];
<span class="keyword">if</span> (_.isArray(obj)) <span class="keyword">return</span> slice.call(obj);
<span class="keyword">if</span> (obj.length === +obj.length) <span class="keyword">return</span> _.map(obj, _.identity);
<span class="keyword">return</span> _.values(obj);
};</pre></div></div>
</li>
<li id="section-39">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-39">¶</a>
</div>
<p>Return the number of elements in an object.</p>
</div>
<div class="content"><div class='highlight'><pre> _.size = <span class="keyword">function</span>(obj) {
<span class="keyword">if</span> (obj == <span class="literal">null</span>) <span class="keyword">return</span> <span class="number">0</span>;
<span class="keyword">return</span> (obj.length === +obj.length) ? obj.length : _.keys(obj).length;
};</pre></div></div>
</li>
<li id="section-40">
<div class="annotation">
<div class="pilwrap for-h2">
<a class="pilcrow" href="#section-40">¶</a>
</div>
<h2>Array Functions</h2>
</div>
</li>
<li id="section-41">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-41">¶</a>
</div>
<p>Get the first element of an array. Passing <strong>n</strong> will return the first N
values in the array. Aliased as <code>head</code> and <code>take</code>. The <strong>guard</strong> check
allows it to work with <code>_.map</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> _.first = _.head = _.take = <span class="keyword">function</span>(array, n, guard) {
<span class="keyword">if</span> (array == <span class="literal">null</span>) <span class="keyword">return</span> <span class="keyword">void</span> <span class="number">0</span>;
<span class="keyword">return</span> (n == <span class="literal">null</span>) || guard ? array[<span class="number">0</span>] : slice.call(array, <span class="number">0</span>, n);
};</pre></div></div>
</li>
<li id="section-42">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-42">¶</a>
</div>
<p>Returns everything but the last entry of the array. Especially useful on
the arguments object. Passing <strong>n</strong> will return all the values in
the array, excluding the last N. The <strong>guard</strong> check allows it to work with
<code>_.map</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> _.initial = <span class="keyword">function</span>(array, n, guard) {
<span class="keyword">return</span> slice.call(array, <span class="number">0</span>, array.length - ((n == <span class="literal">null</span>) || guard ? <span class="number">1</span> : n));
};</pre></div></div>
</li>
<li id="section-43">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-43">¶</a>
</div>
<p>Get the last element of an array. Passing <strong>n</strong> will return the last N
values in the array. The <strong>guard</strong> check allows it to work with <code>_.map</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> _.last = <span class="keyword">function</span>(array, n, guard) {
<span class="keyword">if</span> (array == <span class="literal">null</span>) <span class="keyword">return</span> <span class="keyword">void</span> <span class="number">0</span>;
<span class="keyword">if</span> ((n == <span class="literal">null</span>) || guard) {
<span class="keyword">return</span> array[array.length - <span class="number">1</span>];
} <span class="keyword">else</span> {
<span class="keyword">return</span> slice.call(array, Math.max(array.length - n, <span class="number">0</span>));
}
};</pre></div></div>
</li>
<li id="section-44">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-44">¶</a>
</div>
<p>Returns everything but the first entry of the array. Aliased as <code>tail</code> and <code>drop</code>.
Especially useful on the arguments object. Passing an <strong>n</strong> will return
the rest N values in the array. The <strong>guard</strong>
check allows it to work with <code>_.map</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> _.rest = _.tail = _.drop = <span class="keyword">function</span>(array, n, guard) {
<span class="keyword">return</span> slice.call(array, (n == <span class="literal">null</span>) || guard ? <span class="number">1</span> : n);
};</pre></div></div>
</li>
<li id="section-45">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-45">¶</a>
</div>
<p>Trim out all falsy values from an array.</p>
</div>
<div class="content"><div class='highlight'><pre> _.compact = <span class="keyword">function</span>(array) {
<span class="keyword">return</span> _.filter(array, _.identity);
};</pre></div></div>
</li>
<li id="section-46">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-46">¶</a>
</div>
<p>Internal implementation of a recursive <code>flatten</code> function.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> flatten = <span class="keyword">function</span>(input, shallow, output) {
<span class="keyword">if</span> (shallow && _.every(input, _.isArray)) {
<span class="keyword">return</span> concat.apply(output, input);
}
each(input, <span class="keyword">function</span>(value) {
<span class="keyword">if</span> (_.isArray(value) || _.isArguments(value)) {
shallow ? push.apply(output, value) : flatten(value, shallow, output);
} <span class="keyword">else</span> {
output.push(value);
}
});
<span class="keyword">return</span> output;
};</pre></div></div>
</li>
<li id="section-47">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-47">¶</a>
</div>
<p>Flatten out an array, either recursively (by default), or just one level.</p>
</div>
<div class="content"><div class='highlight'><pre> _.flatten = <span class="keyword">function</span>(array, shallow) {
<span class="keyword">return</span> flatten(array, shallow, []);
};</pre></div></div>
</li>
<li id="section-48">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-48">¶</a>
</div>
<p>Return a version of the array that does not contain the specified value(s).</p>
</div>
<div class="content"><div class='highlight'><pre> _.without = <span class="keyword">function</span>(array) {
<span class="keyword">return</span> _.difference(array, slice.call(arguments, <span class="number">1</span>));
};</pre></div></div>
</li>
<li id="section-49">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-49">¶</a>
</div>
<p>Produce a duplicate-free version of the array. If the array has already
been sorted, you have the option of using a faster algorithm.
Aliased as <code>unique</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> _.uniq = _.unique = <span class="keyword">function</span>(array, isSorted, iterator, context) {
<span class="keyword">if</span> (_.isFunction(isSorted)) {
context = iterator;
iterator = isSorted;
isSorted = <span class="literal">false</span>;
}
<span class="keyword">var</span> initial = iterator ? _.map(array, iterator, context) : array;
<span class="keyword">var</span> results = [];
<span class="keyword">var</span> seen = [];
each(initial, <span class="keyword">function</span>(value, index) {
<span class="keyword">if</span> (isSorted ? (!index || seen[seen.length - <span class="number">1</span>] !== value) : !_.contains(seen, value)) {
seen.push(value);
results.push(array[index]);
}
});
<span class="keyword">return</span> results;
};</pre></div></div>
</li>
<li id="section-50">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-50">¶</a>
</div>
<p>Produce an array that contains the union: each distinct element from all of
the passed-in arrays.</p>
</div>
<div class="content"><div class='highlight'><pre> _.union = <span class="keyword">function</span>() {
<span class="keyword">return</span> _.uniq(_.flatten(arguments, <span class="literal">true</span>));
};</pre></div></div>
</li>
<li id="section-51">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-51">¶</a>
</div>
<p>Produce an array that contains every item shared between all the
passed-in arrays.</p>
</div>
<div class="content"><div class='highlight'><pre> _.intersection = <span class="keyword">function</span>(array) {
<span class="keyword">var</span> rest = slice.call(arguments, <span class="number">1</span>);
<span class="keyword">return</span> _.filter(_.uniq(array), <span class="keyword">function</span>(item) {
<span class="keyword">return</span> _.every(rest, <span class="keyword">function</span>(other) {
<span class="keyword">return</span> _.indexOf(other, item) >= <span class="number">0</span>;
});
});
};</pre></div></div>
</li>
<li id="section-52">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-52">¶</a>
</div>
<p>Take the difference between one array and a number of other arrays.
Only the elements present in just the first array will remain.</p>
</div>
<div class="content"><div class='highlight'><pre> _.difference = <span class="keyword">function</span>(array) {
<span class="keyword">var</span> rest = concat.apply(ArrayProto, slice.call(arguments, <span class="number">1</span>));
<span class="keyword">return</span> _.filter(array, <span class="keyword">function</span>(value){ <span class="keyword">return</span> !_.contains(rest, value); });
};</pre></div></div>
</li>
<li id="section-53">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-53">¶</a>
</div>
<p>Zip together multiple lists into a single array -- elements that share
an index go together.</p>
</div>
<div class="content"><div class='highlight'><pre> _.zip = <span class="keyword">function</span>() {
<span class="keyword">var</span> length = _.max(_.pluck(arguments, <span class="string">"length"</span>).concat(<span class="number">0</span>));
<span class="keyword">var</span> results = <span class="keyword">new</span> Array(length);
<span class="keyword">for</span> (<span class="keyword">var</span> i = <span class="number">0</span>; i < length; i++) {
results[i] = _.pluck(arguments, <span class="string">''</span> + i);
}
<span class="keyword">return</span> results;
};</pre></div></div>
</li>
<li id="section-54">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-54">¶</a>
</div>
<p>Converts lists into objects. Pass either a single array of <code>[key, value]</code>
pairs, or two parallel arrays of the same length -- one of keys, and one of
the corresponding values.</p>
</div>
<div class="content"><div class='highlight'><pre> _.object = <span class="keyword">function</span>(list, values) {
<span class="keyword">if</span> (list == <span class="literal">null</span>) <span class="keyword">return</span> {};
<span class="keyword">var</span> result = {};
<span class="keyword">for</span> (<span class="keyword">var</span> i = <span class="number">0</span>, length = list.length; i < length; i++) {
<span class="keyword">if</span> (values) {
result[list[i]] = values[i];
} <span class="keyword">else</span> {
result[list[i][<span class="number">0</span>]] = list[i][<span class="number">1</span>];
}
}
<span class="keyword">return</span> result;
};</pre></div></div>
</li>
<li id="section-55">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-55">¶</a>
</div>
<p>If the browser doesn't supply us with indexOf (I'm looking at you, <strong>MSIE</strong>),
we need this function. Return the position of the first occurrence of an
item in an array, or -1 if the item is not included in the array.
Delegates to <strong>ECMAScript 5</strong>'s native <code>indexOf</code> if available.
If the array is large and already in sort order, pass <code>true</code>
for <strong>isSorted</strong> to use binary search.</p>
</div>
<div class="content"><div class='highlight'><pre> _.indexOf = <span class="keyword">function</span>(array, item, isSorted) {
<span class="keyword">if</span> (array == <span class="literal">null</span>) <span class="keyword">return</span> -<span class="number">1</span>;
<span class="keyword">var</span> i = <span class="number">0</span>, length = array.length;
<span class="keyword">if</span> (isSorted) {
<span class="keyword">if</span> (<span class="keyword">typeof</span> isSorted == <span class="string">'number'</span>) {
i = (isSorted < <span class="number">0</span> ? Math.max(<span class="number">0</span>, length + isSorted) : isSorted);
} <span class="keyword">else</span> {
i = _.sortedIndex(array, item);
<span class="keyword">return</span> array[i] === item ? i : -<span class="number">1</span>;
}
}
<span class="keyword">if</span> (nativeIndexOf && array.indexOf === nativeIndexOf) <span class="keyword">return</span> array.indexOf(item, isSorted);
<span class="keyword">for</span> (; i < length; i++) <span class="keyword">if</span> (array[i] === item) <span class="keyword">return</span> i;
<span class="keyword">return</span> -<span class="number">1</span>;
};</pre></div></div>
</li>
<li id="section-56">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-56">¶</a>
</div>
<p>Delegates to <strong>ECMAScript 5</strong>'s native <code>lastIndexOf</code> if available.</p>
</div>
<div class="content"><div class='highlight'><pre> _.lastIndexOf = <span class="keyword">function</span>(array, item, from) {
<span class="keyword">if</span> (array == <span class="literal">null</span>) <span class="keyword">return</span> -<span class="number">1</span>;
<span class="keyword">var</span> hasIndex = from != <span class="literal">null</span>;
<span class="keyword">if</span> (nativeLastIndexOf && array.lastIndexOf === nativeLastIndexOf) {
<span class="keyword">return</span> hasIndex ? array.lastIndexOf(item, from) : array.lastIndexOf(item);
}
<span class="keyword">var</span> i = (hasIndex ? from : array.length);
<span class="keyword">while</span> (i--) <span class="keyword">if</span> (array[i] === item) <span class="keyword">return</span> i;
<span class="keyword">return</span> -<span class="number">1</span>;
};</pre></div></div>
</li>
<li id="section-57">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-57">¶</a>
</div>
<p>Generate an integer Array containing an arithmetic progression. A port of
the native Python <code>range()</code> function. See
<a href="http://docs.python.org/library/functions.html#range">the Python documentation</a>.</p>
</div>
<div class="content"><div class='highlight'><pre> _.range = <span class="keyword">function</span>(start, stop, step) {
<span class="keyword">if</span> (arguments.length <= <span class="number">1</span>) {
stop = start || <span class="number">0</span>;
start = <span class="number">0</span>;
}
step = arguments[<span class="number">2</span>] || <span class="number">1</span>;
<span class="keyword">var</span> length = Math.max(Math.ceil((stop - start) / step), <span class="number">0</span>);
<span class="keyword">var</span> idx = <span class="number">0</span>;
<span class="keyword">var</span> range = <span class="keyword">new</span> Array(length);
<span class="keyword">while</span>(idx < length) {
range[idx++] = start;
start += step;
}
<span class="keyword">return</span> range;
};</pre></div></div>
</li>
<li id="section-58">
<div class="annotation">
<div class="pilwrap for-h2">
<a class="pilcrow" href="#section-58">¶</a>
</div>
<h2>Function (ahem) Functions</h2>
</div>
</li>
<li id="section-59">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-59">¶</a>
</div>
<p>Reusable constructor function for prototype setting.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> ctor = <span class="keyword">function</span>(){};</pre></div></div>
</li>
<li id="section-60">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-60">¶</a>
</div>
<p>Create a function bound to a given object (assigning <code>this</code>, and arguments,
optionally). Delegates to <strong>ECMAScript 5</strong>'s native <code>Function.bind</code> if
available.</p>
</div>
<div class="content"><div class='highlight'><pre> _.bind = <span class="keyword">function</span>(func, context) {
<span class="keyword">var</span> args, bound;
<span class="keyword">if</span> (nativeBind && func.bind === nativeBind) <span class="keyword">return</span> nativeBind.apply(func, slice.call(arguments, <span class="number">1</span>));
<span class="keyword">if</span> (!_.isFunction(func)) <span class="keyword">throw</span> <span class="keyword">new</span> TypeError;
args = slice.call(arguments, <span class="number">2</span>);
<span class="keyword">return</span> bound = <span class="keyword">function</span>() {
<span class="keyword">if</span> (!(<span class="keyword">this</span> <span class="keyword">instanceof</span> bound)) <span class="keyword">return</span> func.apply(context, args.concat(slice.call(arguments)));
ctor.prototype = func.prototype;
<span class="keyword">var</span> self = <span class="keyword">new</span> ctor;
ctor.prototype = <span class="literal">null</span>;
<span class="keyword">var</span> result = func.apply(self, args.concat(slice.call(arguments)));
<span class="keyword">if</span> (Object(result) === result) <span class="keyword">return</span> result;
<span class="keyword">return</span> self;
};
};</pre></div></div>
</li>
<li id="section-61">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-61">¶</a>
</div>
<p>Partially apply a function by creating a version that has had some of its
arguments pre-filled, without changing its dynamic <code>this</code> context.</p>
</div>
<div class="content"><div class='highlight'><pre> _.partial = <span class="keyword">function</span>(func) {
<span class="keyword">var</span> args = slice.call(arguments, <span class="number">1</span>);
<span class="keyword">return</span> <span class="keyword">function</span>() {
<span class="keyword">return</span> func.apply(<span class="keyword">this</span>, args.concat(slice.call(arguments)));
};
};</pre></div></div>
</li>
<li id="section-62">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-62">¶</a>
</div>
<p>Bind all of an object's methods to that object. Useful for ensuring that
all callbacks defined on an object belong to it.</p>
</div>
<div class="content"><div class='highlight'><pre> _.bindAll = <span class="keyword">function</span>(obj) {
<span class="keyword">var</span> funcs = slice.call(arguments, <span class="number">1</span>);
<span class="keyword">if</span> (funcs.length === <span class="number">0</span>) <span class="keyword">throw</span> <span class="keyword">new</span> Error(<span class="string">"bindAll must be passed function names"</span>);
each(funcs, <span class="keyword">function</span>(f) { obj[f] = _.bind(obj[f], obj); });
<span class="keyword">return</span> obj;
};</pre></div></div>
</li>
<li id="section-63">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-63">¶</a>
</div>
<p>Memoize an expensive function by storing its results.</p>
</div>
<div class="content"><div class='highlight'><pre> _.memoize = <span class="keyword">function</span>(func, hasher) {
<span class="keyword">var</span> memo = {};
hasher || (hasher = _.identity);
<span class="keyword">return</span> <span class="keyword">function</span>() {
<span class="keyword">var</span> key = hasher.apply(<span class="keyword">this</span>, arguments);
<span class="keyword">return</span> _.has(memo, key) ? memo[key] : (memo[key] = func.apply(<span class="keyword">this</span>, arguments));
};
};</pre></div></div>
</li>
<li id="section-64">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-64">¶</a>
</div>
<p>Delays a function for the given number of milliseconds, and then calls
it with the arguments supplied.</p>
</div>
<div class="content"><div class='highlight'><pre> _.delay = <span class="keyword">function</span>(func, wait) {
<span class="keyword">var</span> args = slice.call(arguments, <span class="number">2</span>);
<span class="keyword">return</span> setTimeout(<span class="keyword">function</span>(){ <span class="keyword">return</span> func.apply(<span class="literal">null</span>, args); }, wait);
};</pre></div></div>
</li>
<li id="section-65">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-65">¶</a>
</div>
<p>Defers a function, scheduling it to run after the current call stack has
cleared.</p>
</div>
<div class="content"><div class='highlight'><pre> _.defer = <span class="keyword">function</span>(func) {
<span class="keyword">return</span> _.delay.apply(_, [func, <span class="number">1</span>].concat(slice.call(arguments, <span class="number">1</span>)));
};</pre></div></div>
</li>
<li id="section-66">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-66">¶</a>
</div>
<p>Returns a function, that, when invoked, will only be triggered at most once
during a given window of time. Normally, the throttled function will run
as much as it can, without ever going more than once per <code>wait</code> duration;
but if you'd like to disable the execution on the leading edge, pass
<code>{leading: false}</code>. To disable execution on the trailing edge, ditto.</p>
</div>
<div class="content"><div class='highlight'><pre> _.throttle = <span class="keyword">function</span>(func, wait, options) {
<span class="keyword">var</span> context, args, result;
<span class="keyword">var</span> timeout = <span class="literal">null</span>;
<span class="keyword">var</span> previous = <span class="number">0</span>;
options || (options = {});
<span class="keyword">var</span> later = <span class="keyword">function</span>() {
previous = options.leading === <span class="literal">false</span> ? <span class="number">0</span> : <span class="keyword">new</span> Date;
timeout = <span class="literal">null</span>;
result = func.apply(context, args);
};
<span class="keyword">return</span> <span class="keyword">function</span>() {
<span class="keyword">var</span> now = <span class="keyword">new</span> Date;
<span class="keyword">if</span> (!previous && options.leading === <span class="literal">false</span>) previous = now;
<span class="keyword">var</span> remaining = wait - (now - previous);
context = <span class="keyword">this</span>;
args = arguments;
<span class="keyword">if</span> (remaining <= <span class="number">0</span>) {
clearTimeout(timeout);
timeout = <span class="literal">null</span>;
previous = now;
result = func.apply(context, args);
} <span class="keyword">else</span> <span class="keyword">if</span> (!timeout && options.trailing !== <span class="literal">false</span>) {
timeout = setTimeout(later, remaining);
}
<span class="keyword">return</span> result;
};
};</pre></div></div>
</li>
<li id="section-67">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-67">¶</a>
</div>
<p>Returns a function, that, as long as it continues to be invoked, will not
be triggered. The function will be called after it stops being called for
N milliseconds. If <code>immediate</code> is passed, trigger the function on the
leading edge, instead of the trailing.</p>
</div>
<div class="content"><div class='highlight'><pre> _.debounce = <span class="keyword">function</span>(func, wait, immediate) {
<span class="keyword">var</span> timeout, args, context, timestamp, result;
<span class="keyword">return</span> <span class="keyword">function</span>() {
context = <span class="keyword">this</span>;
args = arguments;
timestamp = <span class="keyword">new</span> Date();
<span class="keyword">var</span> later = <span class="keyword">function</span>() {
<span class="keyword">var</span> last = (<span class="keyword">new</span> Date()) - timestamp;
<span class="keyword">if</span> (last < wait) {
timeout = setTimeout(later, wait - last);
} <span class="keyword">else</span> {
timeout = <span class="literal">null</span>;
<span class="keyword">if</span> (!immediate) result = func.apply(context, args);
}
};
<span class="keyword">var</span> callNow = immediate && !timeout;
<span class="keyword">if</span> (!timeout) {
timeout = setTimeout(later, wait);
}
<span class="keyword">if</span> (callNow) result = func.apply(context, args);
<span class="keyword">return</span> result;
};
};</pre></div></div>
</li>
<li id="section-68">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-68">¶</a>
</div>
<p>Returns a function that will be executed at most one time, no matter how
often you call it. Useful for lazy initialization.</p>
</div>
<div class="content"><div class='highlight'><pre> _.once = <span class="keyword">function</span>(func) {
<span class="keyword">var</span> ran = <span class="literal">false</span>, memo;
<span class="keyword">return</span> <span class="keyword">function</span>() {
<span class="keyword">if</span> (ran) <span class="keyword">return</span> memo;
ran = <span class="literal">true</span>;
memo = func.apply(<span class="keyword">this</span>, arguments);
func = <span class="literal">null</span>;
<span class="keyword">return</span> memo;
};
};</pre></div></div>
</li>
<li id="section-69">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-69">¶</a>
</div>
<p>Returns the first function passed as an argument to the second,
allowing you to adjust arguments, run code before and after, and
conditionally execute the original function.</p>
</div>
<div class="content"><div class='highlight'><pre> _.wrap = <span class="keyword">function</span>(func, wrapper) {
<span class="keyword">return</span> <span class="keyword">function</span>() {
<span class="keyword">var</span> args = [func];
push.apply(args, arguments);
<span class="keyword">return</span> wrapper.apply(<span class="keyword">this</span>, args);
};
};</pre></div></div>
</li>
<li id="section-70">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-70">¶</a>
</div>
<p>Returns a function that is the composition of a list of functions, each
consuming the return value of the function that follows.</p>
</div>
<div class="content"><div class='highlight'><pre> _.compose = <span class="keyword">function</span>() {
<span class="keyword">var</span> funcs = arguments;
<span class="keyword">return</span> <span class="keyword">function</span>() {
<span class="keyword">var</span> args = arguments;
<span class="keyword">for</span> (<span class="keyword">var</span> i = funcs.length - <span class="number">1</span>; i >= <span class="number">0</span>; i--) {
args = [funcs[i].apply(<span class="keyword">this</span>, args)];
}
<span class="keyword">return</span> args[<span class="number">0</span>];
};
};</pre></div></div>
</li>
<li id="section-71">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-71">¶</a>
</div>
<p>Returns a function that will only be executed after being called N times.</p>
</div>
<div class="content"><div class='highlight'><pre> _.after = <span class="keyword">function</span>(times, func) {
<span class="keyword">return</span> <span class="keyword">function</span>() {
<span class="keyword">if</span> (--times < <span class="number">1</span>) {
<span class="keyword">return</span> func.apply(<span class="keyword">this</span>, arguments);
}
};
};</pre></div></div>
</li>
<li id="section-72">
<div class="annotation">
<div class="pilwrap for-h2">
<a class="pilcrow" href="#section-72">¶</a>
</div>
<h2>Object Functions</h2>
</div>
</li>
<li id="section-73">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-73">¶</a>
</div>
<p>Retrieve the names of an object's properties.
Delegates to <strong>ECMAScript 5</strong>'s native <code>Object.keys</code></p>
</div>
<div class="content"><div class='highlight'><pre> _.keys = nativeKeys || <span class="keyword">function</span>(obj) {
<span class="keyword">if</span> (obj !== Object(obj)) <span class="keyword">throw</span> <span class="keyword">new</span> TypeError(<span class="string">'Invalid object'</span>);
<span class="keyword">var</span> keys = [];
<span class="keyword">for</span> (<span class="keyword">var</span> key <span class="keyword">in</span> obj) <span class="keyword">if</span> (_.has(obj, key)) keys.push(key);
<span class="keyword">return</span> keys;
};</pre></div></div>
</li>
<li id="section-74">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-74">¶</a>
</div>
<p>Retrieve the values of an object's properties.</p>
</div>
<div class="content"><div class='highlight'><pre> _.values = <span class="keyword">function</span>(obj) {
<span class="keyword">var</span> keys = _.keys(obj);
<span class="keyword">var</span> length = keys.length;
<span class="keyword">var</span> values = <span class="keyword">new</span> Array(length);
<span class="keyword">for</span> (<span class="keyword">var</span> i = <span class="number">0</span>; i < length; i++) {
values[i] = obj[keys[i]];
}
<span class="keyword">return</span> values;
};</pre></div></div>
</li>
<li id="section-75">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-75">¶</a>
</div>
<p>Convert an object into a list of <code>[key, value]</code> pairs.</p>
</div>
<div class="content"><div class='highlight'><pre> _.pairs = <span class="keyword">function</span>(obj) {
<span class="keyword">var</span> keys = _.keys(obj);
<span class="keyword">var</span> length = keys.length;
<span class="keyword">var</span> pairs = <span class="keyword">new</span> Array(length);
<span class="keyword">for</span> (<span class="keyword">var</span> i = <span class="number">0</span>; i < length; i++) {
pairs[i] = [keys[i], obj[keys[i]]];
}
<span class="keyword">return</span> pairs;
};</pre></div></div>
</li>
<li id="section-76">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-76">¶</a>
</div>
<p>Invert the keys and values of an object. The values must be serializable.</p>
</div>
<div class="content"><div class='highlight'><pre> _.invert = <span class="keyword">function</span>(obj) {
<span class="keyword">var</span> result = {};
<span class="keyword">var</span> keys = _.keys(obj);
<span class="keyword">for</span> (<span class="keyword">var</span> i = <span class="number">0</span>, length = keys.length; i < length; i++) {
result[obj[keys[i]]] = keys[i];
}
<span class="keyword">return</span> result;
};</pre></div></div>
</li>
<li id="section-77">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-77">¶</a>
</div>
<p>Return a sorted list of the function names available on the object.
Aliased as <code>methods</code></p>
</div>
<div class="content"><div class='highlight'><pre> _.functions = _.methods = <span class="keyword">function</span>(obj) {
<span class="keyword">var</span> names = [];
<span class="keyword">for</span> (<span class="keyword">var</span> key <span class="keyword">in</span> obj) {
<span class="keyword">if</span> (_.isFunction(obj[key])) names.push(key);
}
<span class="keyword">return</span> names.sort();
};</pre></div></div>
</li>
<li id="section-78">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-78">¶</a>
</div>
<p>Extend a given object with all the properties in passed-in object(s).</p>
</div>
<div class="content"><div class='highlight'><pre> _.extend = <span class="keyword">function</span>(obj) {
each(slice.call(arguments, <span class="number">1</span>), <span class="keyword">function</span>(source) {
<span class="keyword">if</span> (source) {
<span class="keyword">for</span> (<span class="keyword">var</span> prop <span class="keyword">in</span> source) {
obj[prop] = source[prop];
}
}
});
<span class="keyword">return</span> obj;
};</pre></div></div>
</li>
<li id="section-79">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-79">¶</a>
</div>
<p>Return a copy of the object only containing the whitelisted properties.</p>
</div>
<div class="content"><div class='highlight'><pre> _.pick = <span class="keyword">function</span>(obj) {
<span class="keyword">var</span> copy = {};
<span class="keyword">var</span> keys = concat.apply(ArrayProto, slice.call(arguments, <span class="number">1</span>));
each(keys, <span class="keyword">function</span>(key) {
<span class="keyword">if</span> (key <span class="keyword">in</span> obj) copy[key] = obj[key];
});
<span class="keyword">return</span> copy;
};</pre></div></div>
</li>
<li id="section-80">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-80">¶</a>
</div>
<p>Return a copy of the object without the blacklisted properties.</p>
</div>
<div class="content"><div class='highlight'><pre> _.omit = <span class="keyword">function</span>(obj) {
<span class="keyword">var</span> copy = {};
<span class="keyword">var</span> keys = concat.apply(ArrayProto, slice.call(arguments, <span class="number">1</span>));
<span class="keyword">for</span> (<span class="keyword">var</span> key <span class="keyword">in</span> obj) {
<span class="keyword">if</span> (!_.contains(keys, key)) copy[key] = obj[key];
}
<span class="keyword">return</span> copy;
};</pre></div></div>
</li>
<li id="section-81">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-81">¶</a>
</div>
<p>Fill in a given object with default properties.</p>
</div>
<div class="content"><div class='highlight'><pre> _.defaults = <span class="keyword">function</span>(obj) {
each(slice.call(arguments, <span class="number">1</span>), <span class="keyword">function</span>(source) {
<span class="keyword">if</span> (source) {
<span class="keyword">for</span> (<span class="keyword">var</span> prop <span class="keyword">in</span> source) {
<span class="keyword">if</span> (obj[prop] === <span class="keyword">void</span> <span class="number">0</span>) obj[prop] = source[prop];
}
}
});
<span class="keyword">return</span> obj;
};</pre></div></div>
</li>
<li id="section-82">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-82">¶</a>
</div>
<p>Create a (shallow-cloned) duplicate of an object.</p>
</div>
<div class="content"><div class='highlight'><pre> _.clone = <span class="keyword">function</span>(obj) {
<span class="keyword">if</span> (!_.isObject(obj)) <span class="keyword">return</span> obj;
<span class="keyword">return</span> _.isArray(obj) ? obj.slice() : _.extend({}, obj);
};</pre></div></div>
</li>
<li id="section-83">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-83">¶</a>
</div>
<p>Invokes interceptor with the obj, and then returns obj.
The primary purpose of this method is to "tap into" a method chain, in
order to perform operations on intermediate results within the chain.</p>
</div>
<div class="content"><div class='highlight'><pre> _.tap = <span class="keyword">function</span>(obj, interceptor) {
interceptor(obj);
<span class="keyword">return</span> obj;
};</pre></div></div>
</li>
<li id="section-84">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-84">¶</a>
</div>
<p>Internal recursive comparison function for <code>isEqual</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> eq = <span class="keyword">function</span>(a, b, aStack, bStack) {</pre></div></div>
</li>
<li id="section-85">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-85">¶</a>
</div>
<p>Identical objects are equal. <code>0 === -0</code>, but they aren't identical.
See the <a href="http://wiki.ecmascript.org/doku.php?id=harmony:egal">Harmony <code>egal</code> proposal</a>.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">if</span> (a === b) <span class="keyword">return</span> a !== <span class="number">0</span> || <span class="number">1</span> / a == <span class="number">1</span> / b;</pre></div></div>
</li>
<li id="section-86">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-86">¶</a>
</div>
<p>A strict comparison is necessary because <code>null == undefined</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">if</span> (a == <span class="literal">null</span> || b == <span class="literal">null</span>) <span class="keyword">return</span> a === b;</pre></div></div>
</li>
<li id="section-87">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-87">¶</a>
</div>
<p>Unwrap any wrapped objects.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">if</span> (a <span class="keyword">instanceof</span> _) a = a._wrapped;
<span class="keyword">if</span> (b <span class="keyword">instanceof</span> _) b = b._wrapped;</pre></div></div>
</li>
<li id="section-88">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-88">¶</a>
</div>
<p>Compare <code>[[Class]]</code> names.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> className = toString.call(a);
<span class="keyword">if</span> (className != toString.call(b)) <span class="keyword">return</span> <span class="literal">false</span>;
<span class="keyword">switch</span> (className) {</pre></div></div>
</li>
<li id="section-89">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-89">¶</a>
</div>
<p>Strings, numbers, dates, and booleans are compared by value.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">case</span> <span class="string">'[object String]'</span>:</pre></div></div>
</li>
<li id="section-90">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-90">¶</a>
</div>
<p>Primitives and their corresponding object wrappers are equivalent; thus, <code>"5"</code> is
equivalent to <code>new String("5")</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">return</span> a == String(b);
<span class="keyword">case</span> <span class="string">'[object Number]'</span>:</pre></div></div>
</li>
<li id="section-91">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-91">¶</a>
</div>
<p><code>NaN</code>s are equivalent, but non-reflexive. An <code>egal</code> comparison is performed for
other numeric values.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">return</span> a != +a ? b != +b : (a == <span class="number">0</span> ? <span class="number">1</span> / a == <span class="number">1</span> / b : a == +b);
<span class="keyword">case</span> <span class="string">'[object Date]'</span>:
<span class="keyword">case</span> <span class="string">'[object Boolean]'</span>:</pre></div></div>
</li>
<li id="section-92">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-92">¶</a>
</div>
<p>Coerce dates and booleans to numeric primitive values. Dates are compared by their
millisecond representations. Note that invalid dates with millisecond representations
of <code>NaN</code> are not equivalent.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">return</span> +a == +b;</pre></div></div>
</li>
<li id="section-93">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-93">¶</a>
</div>
<p>RegExps are compared by their source patterns and flags.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">case</span> <span class="string">'[object RegExp]'</span>:
<span class="keyword">return</span> a.source == b.source &&
a.global == b.global &&
a.multiline == b.multiline &&
a.ignoreCase == b.ignoreCase;
}
<span class="keyword">if</span> (<span class="keyword">typeof</span> a != <span class="string">'object'</span> || <span class="keyword">typeof</span> b != <span class="string">'object'</span>) <span class="keyword">return</span> <span class="literal">false</span>;</pre></div></div>
</li>
<li id="section-94">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-94">¶</a>
</div>
<p>Assume equality for cyclic structures. The algorithm for detecting cyclic
structures is adapted from ES 5.1 section 15.12.3, abstract operation <code>JO</code>.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> length = aStack.length;
<span class="keyword">while</span> (length--) {</pre></div></div>
</li>
<li id="section-95">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-95">¶</a>
</div>
<p>Linear search. Performance is inversely proportional to the number of
unique nested structures.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">if</span> (aStack[length] == a) <span class="keyword">return</span> bStack[length] == b;
}</pre></div></div>
</li>
<li id="section-96">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-96">¶</a>
</div>
<p>Objects with different constructors are not equivalent, but <code>Object</code>s
from different frames are.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> aCtor = a.constructor, bCtor = b.constructor;
<span class="keyword">if</span> (aCtor !== bCtor && !(_.isFunction(aCtor) && (aCtor <span class="keyword">instanceof</span> aCtor) &&
_.isFunction(bCtor) && (bCtor <span class="keyword">instanceof</span> bCtor))) {
<span class="keyword">return</span> <span class="literal">false</span>;
}</pre></div></div>
</li>
<li id="section-97">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-97">¶</a>
</div>
<p>Add the first object to the stack of traversed objects.</p>
</div>
<div class="content"><div class='highlight'><pre> aStack.push(a);
bStack.push(b);
<span class="keyword">var</span> size = <span class="number">0</span>, result = <span class="literal">true</span>;</pre></div></div>
</li>
<li id="section-98">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-98">¶</a>
</div>
<p>Recursively compare objects and arrays.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">if</span> (className == <span class="string">'[object Array]'</span>) {</pre></div></div>
</li>
<li id="section-99">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-99">¶</a>
</div>
<p>Compare array lengths to determine if a deep comparison is necessary.</p>
</div>
<div class="content"><div class='highlight'><pre> size = a.length;
result = size == b.length;
<span class="keyword">if</span> (result) {</pre></div></div>
</li>
<li id="section-100">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-100">¶</a>
</div>
<p>Deep compare the contents, ignoring non-numeric properties.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">while</span> (size--) {
<span class="keyword">if</span> (!(result = eq(a[size], b[size], aStack, bStack))) <span class="keyword">break</span>;
}
}
} <span class="keyword">else</span> {</pre></div></div>
</li>
<li id="section-101">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-101">¶</a>
</div>
<p>Deep compare objects.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">for</span> (<span class="keyword">var</span> key <span class="keyword">in</span> a) {
<span class="keyword">if</span> (_.has(a, key)) {</pre></div></div>
</li>
<li id="section-102">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-102">¶</a>
</div>
<p>Count the expected number of properties.</p>
</div>
<div class="content"><div class='highlight'><pre> size++;</pre></div></div>
</li>
<li id="section-103">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-103">¶</a>
</div>
<p>Deep compare each member.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">if</span> (!(result = _.has(b, key) && eq(a[key], b[key], aStack, bStack))) <span class="keyword">break</span>;
}
}</pre></div></div>
</li>
<li id="section-104">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-104">¶</a>
</div>
<p>Ensure that both objects contain the same number of properties.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">if</span> (result) {
<span class="keyword">for</span> (key <span class="keyword">in</span> b) {
<span class="keyword">if</span> (_.has(b, key) && !(size--)) <span class="keyword">break</span>;
}
result = !size;
}
}</pre></div></div>
</li>
<li id="section-105">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-105">¶</a>
</div>
<p>Remove the first object from the stack of traversed objects.</p>
</div>
<div class="content"><div class='highlight'><pre> aStack.pop();
bStack.pop();
<span class="keyword">return</span> result;
};</pre></div></div>
</li>
<li id="section-106">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-106">¶</a>
</div>
<p>Perform a deep comparison to check if two objects are equal.</p>
</div>
<div class="content"><div class='highlight'><pre> _.isEqual = <span class="keyword">function</span>(a, b) {
<span class="keyword">return</span> eq(a, b, [], []);
};</pre></div></div>
</li>
<li id="section-107">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-107">¶</a>
</div>
<p>Is a given array, string, or object empty?
An "empty" object has no enumerable own-properties.</p>
</div>
<div class="content"><div class='highlight'><pre> _.isEmpty = <span class="keyword">function</span>(obj) {
<span class="keyword">if</span> (obj == <span class="literal">null</span>) <span class="keyword">return</span> <span class="literal">true</span>;
<span class="keyword">if</span> (_.isArray(obj) || _.isString(obj)) <span class="keyword">return</span> obj.length === <span class="number">0</span>;
<span class="keyword">for</span> (<span class="keyword">var</span> key <span class="keyword">in</span> obj) <span class="keyword">if</span> (_.has(obj, key)) <span class="keyword">return</span> <span class="literal">false</span>;
<span class="keyword">return</span> <span class="literal">true</span>;
};</pre></div></div>
</li>
<li id="section-108">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-108">¶</a>
</div>
<p>Is a given value a DOM element?</p>
</div>
<div class="content"><div class='highlight'><pre> _.isElement = <span class="keyword">function</span>(obj) {
<span class="keyword">return</span> !!(obj && obj.nodeType === <span class="number">1</span>);
};</pre></div></div>
</li>
<li id="section-109">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-109">¶</a>
</div>
<p>Is a given value an array?
Delegates to ECMA5's native Array.isArray</p>
</div>
<div class="content"><div class='highlight'><pre> _.isArray = nativeIsArray || <span class="keyword">function</span>(obj) {
<span class="keyword">return</span> toString.call(obj) == <span class="string">'[object Array]'</span>;
};</pre></div></div>
</li>
<li id="section-110">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-110">¶</a>
</div>
<p>Is a given variable an object?</p>
</div>
<div class="content"><div class='highlight'><pre> _.isObject = <span class="keyword">function</span>(obj) {
<span class="keyword">return</span> obj === Object(obj);
};</pre></div></div>
</li>
<li id="section-111">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-111">¶</a>
</div>
<p>Add some isType methods: isArguments, isFunction, isString, isNumber, isDate, isRegExp.</p>
</div>
<div class="content"><div class='highlight'><pre> each([<span class="string">'Arguments'</span>, <span class="string">'Function'</span>, <span class="string">'String'</span>, <span class="string">'Number'</span>, <span class="string">'Date'</span>, <span class="string">'RegExp'</span>], <span class="keyword">function</span>(name) {
_[<span class="string">'is'</span> + name] = <span class="keyword">function</span>(obj) {
<span class="keyword">return</span> toString.call(obj) == <span class="string">'[object '</span> + name + <span class="string">']'</span>;
};
});</pre></div></div>
</li>
<li id="section-112">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-112">¶</a>
</div>
<p>Define a fallback version of the method in browsers (ahem, IE), where
there isn't any inspectable "Arguments" type.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">if</span> (!_.isArguments(arguments)) {
_.isArguments = <span class="keyword">function</span>(obj) {
<span class="keyword">return</span> !!(obj && _.has(obj, <span class="string">'callee'</span>));
};
}</pre></div></div>
</li>
<li id="section-113">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-113">¶</a>
</div>
<p>Optimize <code>isFunction</code> if appropriate.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">if</span> (<span class="keyword">typeof</span> (<span class="regexp">/./</span>) !== <span class="string">'function'</span>) {
_.isFunction = <span class="keyword">function</span>(obj) {
<span class="keyword">return</span> <span class="keyword">typeof</span> obj === <span class="string">'function'</span>;
};
}</pre></div></div>
</li>
<li id="section-114">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-114">¶</a>
</div>
<p>Is a given object a finite number?</p>
</div>
<div class="content"><div class='highlight'><pre> _.isFinite = <span class="keyword">function</span>(obj) {
<span class="keyword">return</span> isFinite(obj) && !isNaN(parseFloat(obj));
};</pre></div></div>
</li>
<li id="section-115">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-115">¶</a>
</div>
<p>Is the given value <code>NaN</code>? (NaN is the only number which does not equal itself).</p>
</div>
<div class="content"><div class='highlight'><pre> _.isNaN = <span class="keyword">function</span>(obj) {
<span class="keyword">return</span> _.isNumber(obj) && obj != +obj;
};</pre></div></div>
</li>
<li id="section-116">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-116">¶</a>
</div>
<p>Is a given value a boolean?</p>
</div>
<div class="content"><div class='highlight'><pre> _.isBoolean = <span class="keyword">function</span>(obj) {
<span class="keyword">return</span> obj === <span class="literal">true</span> || obj === <span class="literal">false</span> || toString.call(obj) == <span class="string">'[object Boolean]'</span>;
};</pre></div></div>
</li>
<li id="section-117">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-117">¶</a>
</div>
<p>Is a given value equal to null?</p>
</div>
<div class="content"><div class='highlight'><pre> _.isNull = <span class="keyword">function</span>(obj) {
<span class="keyword">return</span> obj === <span class="literal">null</span>;
};</pre></div></div>
</li>
<li id="section-118">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-118">¶</a>
</div>
<p>Is a given variable undefined?</p>
</div>
<div class="content"><div class='highlight'><pre> _.isUndefined = <span class="keyword">function</span>(obj) {
<span class="keyword">return</span> obj === <span class="keyword">void</span> <span class="number">0</span>;
};</pre></div></div>
</li>
<li id="section-119">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-119">¶</a>
</div>
<p>Shortcut function for checking if an object has a given property directly
on itself (in other words, not on a prototype).</p>
</div>
<div class="content"><div class='highlight'><pre> _.has = <span class="keyword">function</span>(obj, key) {
<span class="keyword">return</span> hasOwnProperty.call(obj, key);
};</pre></div></div>
</li>
<li id="section-120">
<div class="annotation">
<div class="pilwrap for-h2">
<a class="pilcrow" href="#section-120">¶</a>
</div>
<h2>Utility Functions</h2>
</div>
</li>
<li id="section-121">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-121">¶</a>
</div>
<p>Run Underscore.js in <em>noConflict</em> mode, returning the <code>_</code> variable to its
previous owner. Returns a reference to the Underscore object.</p>
</div>
<div class="content"><div class='highlight'><pre> _.noConflict = <span class="keyword">function</span>() {
root._ = previousUnderscore;
<span class="keyword">return</span> <span class="keyword">this</span>;
};</pre></div></div>
</li>
<li id="section-122">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-122">¶</a>
</div>
<p>Keep the identity function around for default iterators.</p>
</div>
<div class="content"><div class='highlight'><pre> _.identity = <span class="keyword">function</span>(value) {
<span class="keyword">return</span> value;
};</pre></div></div>
</li>
<li id="section-123">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-123">¶</a>
</div>
<p>Run a function <strong>n</strong> times.</p>
</div>
<div class="content"><div class='highlight'><pre> _.times = <span class="keyword">function</span>(n, iterator, context) {
<span class="keyword">var</span> accum = Array(Math.max(<span class="number">0</span>, n));
<span class="keyword">for</span> (<span class="keyword">var</span> i = <span class="number">0</span>; i < n; i++) accum[i] = iterator.call(context, i);
<span class="keyword">return</span> accum;
};</pre></div></div>
</li>
<li id="section-124">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-124">¶</a>
</div>
<p>Return a random integer between min and max (inclusive).</p>
</div>
<div class="content"><div class='highlight'><pre> _.random = <span class="keyword">function</span>(min, max) {
<span class="keyword">if</span> (max == <span class="literal">null</span>) {
max = min;
min = <span class="number">0</span>;
}
<span class="keyword">return</span> min + Math.floor(Math.random() * (max - min + <span class="number">1</span>));
};</pre></div></div>
</li>
<li id="section-125">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-125">¶</a>
</div>
<p>List of HTML entities for escaping.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> entityMap = {
escape: {
<span class="string">'&'</span>: <span class="string">'&amp;'</span>,
<span class="string">'<'</span>: <span class="string">'&lt;'</span>,
<span class="string">'>'</span>: <span class="string">'&gt;'</span>,
<span class="string">'"'</span>: <span class="string">'&quot;'</span>,
<span class="string">"'"</span>: <span class="string">'&#x27;'</span>
}
};
entityMap.unescape = _.invert(entityMap.escape);</pre></div></div>
</li>
<li id="section-126">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-126">¶</a>
</div>
<p>Regexes containing the keys and values listed immediately above.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> entityRegexes = {
escape: <span class="keyword">new</span> RegExp(<span class="string">'['</span> + _.keys(entityMap.escape).join(<span class="string">''</span>) + <span class="string">']'</span>, <span class="string">'g'</span>),
unescape: <span class="keyword">new</span> RegExp(<span class="string">'('</span> + _.keys(entityMap.unescape).join(<span class="string">'|'</span>) + <span class="string">')'</span>, <span class="string">'g'</span>)
};</pre></div></div>
</li>
<li id="section-127">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-127">¶</a>
</div>
<p>Functions for escaping and unescaping strings to/from HTML interpolation.</p>
</div>
<div class="content"><div class='highlight'><pre> _.each([<span class="string">'escape'</span>, <span class="string">'unescape'</span>], <span class="keyword">function</span>(method) {
_[method] = <span class="keyword">function</span>(string) {
<span class="keyword">if</span> (string == <span class="literal">null</span>) <span class="keyword">return</span> <span class="string">''</span>;
<span class="keyword">return</span> (<span class="string">''</span> + string).replace(entityRegexes[method], <span class="keyword">function</span>(match) {
<span class="keyword">return</span> entityMap[method][match];
});
};
});</pre></div></div>
</li>
<li id="section-128">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-128">¶</a>
</div>
<p>If the value of the named <code>property</code> is a function then invoke it with the
<code>object</code> as context; otherwise, return it.</p>
</div>
<div class="content"><div class='highlight'><pre> _.result = <span class="keyword">function</span>(object, property) {
<span class="keyword">if</span> (object == <span class="literal">null</span>) <span class="keyword">return</span> <span class="keyword">void</span> <span class="number">0</span>;
<span class="keyword">var</span> value = object[property];
<span class="keyword">return</span> _.isFunction(value) ? value.call(object) : value;
};</pre></div></div>
</li>
<li id="section-129">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-129">¶</a>
</div>
<p>Add your own custom functions to the Underscore object.</p>
</div>
<div class="content"><div class='highlight'><pre> _.mixin = <span class="keyword">function</span>(obj) {
each(_.functions(obj), <span class="keyword">function</span>(name) {
<span class="keyword">var</span> func = _[name] = obj[name];
_.prototype[name] = <span class="keyword">function</span>() {
<span class="keyword">var</span> args = [<span class="keyword">this</span>._wrapped];
push.apply(args, arguments);
<span class="keyword">return</span> result.call(<span class="keyword">this</span>, func.apply(_, args));
};
});
};</pre></div></div>
</li>
<li id="section-130">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-130">¶</a>
</div>
<p>Generate a unique integer id (unique within the entire client session).
Useful for temporary DOM ids.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> idCounter = <span class="number">0</span>;
_.uniqueId = <span class="keyword">function</span>(prefix) {
<span class="keyword">var</span> id = ++idCounter + <span class="string">''</span>;
<span class="keyword">return</span> prefix ? prefix + id : id;
};</pre></div></div>
</li>
<li id="section-131">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-131">¶</a>
</div>
<p>By default, Underscore uses ERB-style template delimiters, change the
following template settings to use alternative delimiters.</p>
</div>
<div class="content"><div class='highlight'><pre> _.templateSettings = {
evaluate : <span class="regexp">/<%([\s\S]+?)%>/g</span>,
interpolate : <span class="regexp">/<%=([\s\S]+?)%>/g</span>,
escape : <span class="regexp">/<%-([\s\S]+?)%>/g</span>
};</pre></div></div>
</li>
<li id="section-132">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-132">¶</a>
</div>
<p>When customizing <code>templateSettings</code>, if you don't want to define an
interpolation, evaluation or escaping regex, we need one that is
guaranteed not to match.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> noMatch = <span class="regexp">/(.)^/</span>;</pre></div></div>
</li>
<li id="section-133">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-133">¶</a>
</div>
<p>Certain characters need to be escaped so that they can be put into a
string literal.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> escapes = {
<span class="string">"'"</span>: <span class="string">"'"</span>,
<span class="string">'\\'</span>: <span class="string">'\\'</span>,
<span class="string">'\r'</span>: <span class="string">'r'</span>,
<span class="string">'\n'</span>: <span class="string">'n'</span>,
<span class="string">'\t'</span>: <span class="string">'t'</span>,
<span class="string">'\u2028'</span>: <span class="string">'u2028'</span>,
<span class="string">'\u2029'</span>: <span class="string">'u2029'</span>
};
<span class="keyword">var</span> escaper = <span class="regexp">/\\|'|\r|\n|\t|\u2028|\u2029/g</span>;</pre></div></div>
</li>
<li id="section-134">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-134">¶</a>
</div>
<p>JavaScript micro-templating, similar to John Resig's implementation.
Underscore templating handles arbitrary delimiters, preserves whitespace,
and correctly escapes quotes within interpolated code.</p>
</div>
<div class="content"><div class='highlight'><pre> _.template = <span class="keyword">function</span>(text, data, settings) {
<span class="keyword">var</span> render;
settings = _.defaults({}, settings, _.templateSettings);</pre></div></div>
</li>
<li id="section-135">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-135">¶</a>
</div>
<p>Combine delimiters into one regular expression via alternation.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> matcher = <span class="keyword">new</span> RegExp([
(settings.escape || noMatch).source,
(settings.interpolate || noMatch).source,
(settings.evaluate || noMatch).source
].join(<span class="string">'|'</span>) + <span class="string">'|$'</span>, <span class="string">'g'</span>);</pre></div></div>
</li>
<li id="section-136">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-136">¶</a>
</div>
<p>Compile the template source, escaping string literals appropriately.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> index = <span class="number">0</span>;
<span class="keyword">var</span> source = <span class="string">"__p+='"</span>;
text.replace(matcher, <span class="keyword">function</span>(match, escape, interpolate, evaluate, offset) {
source += text.slice(index, offset)
.replace(escaper, <span class="keyword">function</span>(match) { <span class="keyword">return</span> <span class="string">'\\'</span> + escapes[match]; });
<span class="keyword">if</span> (escape) {
source += <span class="string">"'+\n((__t=("</span> + escape + <span class="string">"))==null?'':_.escape(__t))+\n'"</span>;
}
<span class="keyword">if</span> (interpolate) {
source += <span class="string">"'+\n((__t=("</span> + interpolate + <span class="string">"))==null?'':__t)+\n'"</span>;
}
<span class="keyword">if</span> (evaluate) {
source += <span class="string">"';\n"</span> + evaluate + <span class="string">"\n__p+='"</span>;
}
index = offset + match.length;
<span class="keyword">return</span> match;
});
source += <span class="string">"';\n"</span>;</pre></div></div>
</li>
<li id="section-137">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-137">¶</a>
</div>
<p>If a variable is not specified, place data values in local scope.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">if</span> (!settings.variable) source = <span class="string">'with(obj||{}){\n'</span> + source + <span class="string">'}\n'</span>;
source = <span class="string">"var __t,__p='',__j=Array.prototype.join,"</span> +
<span class="string">"print=function(){__p+=__j.call(arguments,'');};\n"</span> +
source + <span class="string">"return __p;\n"</span>;
<span class="keyword">try</span> {
render = <span class="keyword">new</span> Function(settings.variable || <span class="string">'obj'</span>, <span class="string">'_'</span>, source);
} <span class="keyword">catch</span> (e) {
e.source = source;
<span class="keyword">throw</span> e;
}
<span class="keyword">if</span> (data) <span class="keyword">return</span> render(data, _);
<span class="keyword">var</span> template = <span class="keyword">function</span>(data) {
<span class="keyword">return</span> render.call(<span class="keyword">this</span>, data, _);
};</pre></div></div>
</li>
<li id="section-138">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-138">¶</a>
</div>
<p>Provide the compiled function source as a convenience for precompilation.</p>
</div>
<div class="content"><div class='highlight'><pre> template.source = <span class="string">'function('</span> + (settings.variable || <span class="string">'obj'</span>) + <span class="string">'){\n'</span> + source + <span class="string">'}'</span>;
<span class="keyword">return</span> template;
};</pre></div></div>
</li>
<li id="section-139">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-139">¶</a>
</div>
<p>Add a "chain" function, which will delegate to the wrapper.</p>
</div>
<div class="content"><div class='highlight'><pre> _.chain = <span class="keyword">function</span>(obj) {
<span class="keyword">return</span> _(obj).chain();
};</pre></div></div>
</li>
<li id="section-140">
<div class="annotation">
<div class="pilwrap for-h2">
<a class="pilcrow" href="#section-140">¶</a>
</div>
<h2>OOP</h2>
</div>
</li>
<li id="section-141">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-141">¶</a>
</div>
<p>If Underscore is called as a function, it returns a wrapped object that
can be used OO-style. This wrapper holds altered versions of all the
underscore functions. Wrapped objects may be chained.</p>
<p>Helper function to continue chaining intermediate results.</p>
</div>
<div class="content"><div class='highlight'><pre> <span class="keyword">var</span> result = <span class="keyword">function</span>(obj) {
<span class="keyword">return</span> <span class="keyword">this</span>._chain ? _(obj).chain() : obj;
};</pre></div></div>
</li>
<li id="section-142">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-142">¶</a>
</div>
<p>Add all of the Underscore functions to the wrapper object.</p>
</div>
<div class="content"><div class='highlight'><pre> _.mixin(_);</pre></div></div>
</li>
<li id="section-143">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-143">¶</a>
</div>
<p>Add all mutator Array functions to the wrapper.</p>
</div>
<div class="content"><div class='highlight'><pre> each([<span class="string">'pop'</span>, <span class="string">'push'</span>, <span class="string">'reverse'</span>, <span class="string">'shift'</span>, <span class="string">'sort'</span>, <span class="string">'splice'</span>, <span class="string">'unshift'</span>], <span class="keyword">function</span>(name) {
<span class="keyword">var</span> method = ArrayProto[name];
_.prototype[name] = <span class="keyword">function</span>() {
<span class="keyword">var</span> obj = <span class="keyword">this</span>._wrapped;
method.apply(obj, arguments);
<span class="keyword">if</span> ((name == <span class="string">'shift'</span> || name == <span class="string">'splice'</span>) && obj.length === <span class="number">0</span>) <span class="keyword">delete</span> obj[<span class="number">0</span>];
<span class="keyword">return</span> result.call(<span class="keyword">this</span>, obj);
};
});</pre></div></div>
</li>
<li id="section-144">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-144">¶</a>
</div>
<p>Add all accessor Array functions to the wrapper.</p>
</div>
<div class="content"><div class='highlight'><pre> each([<span class="string">'concat'</span>, <span class="string">'join'</span>, <span class="string">'slice'</span>], <span class="keyword">function</span>(name) {
<span class="keyword">var</span> method = ArrayProto[name];
_.prototype[name] = <span class="keyword">function</span>() {
<span class="keyword">return</span> result.call(<span class="keyword">this</span>, method.apply(<span class="keyword">this</span>._wrapped, arguments));
};
});
_.extend(_.prototype, {</pre></div></div>
</li>
<li id="section-145">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-145">¶</a>
</div>
<p>Start chaining a wrapped Underscore object.</p>
</div>
<div class="content"><div class='highlight'><pre> chain: <span class="keyword">function</span>() {
<span class="keyword">this</span>._chain = <span class="literal">true</span>;
<span class="keyword">return</span> <span class="keyword">this</span>;
},</pre></div></div>
</li>
<li id="section-146">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-146">¶</a>
</div>
<p>Extracts the result from a wrapped and chained object.</p>
</div>
<div class="content"><div class='highlight'><pre> value: <span class="keyword">function</span>() {
<span class="keyword">return</span> <span class="keyword">this</span>._wrapped;
}
});
}).call(<span class="keyword">this</span>);</pre></div></div>
</li>
</ul>
</div>
</body>
</html>
|
site/header.html | azman0101/OSSEC-Web-UI | <!-- OSSEC UI header -->
<div id="header">
<div id="headertitle">
<table>
<tr>
<td width="74%">
<a href="http://www.ossec.net/?fui2">
<img width="191" height="81" src="img/ossec_webui.jpg" title="Go to OSSEC.net" alt="Go to OSSEC.net"/></a>
</td>
<td width="26%">
<form method="get" id="searchform" action="http://www.ossec.net/main/">
<div style="float:right;"><input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
</td>
</tr>
</table>
</div>
<ul id="nav">
<li><a href="index.php" title="Main">Main</a></li>
<li><a href="index.php?f=s" title="Search events">Search</a></li>
<li><a href="index.php?f=i" title="Integrity checking">Integrity checking</a></li>
<li><a href="index.php?f=t" title="Stats">Stats</a></li>
<li><a href="index.php?f=a" title="Help">About</a></li>
<a href="http://www.ossec.net/main/donate/"><img src="img/donate.gif" title="Donate to the Project!" alt="Donate to the Project!"/></a>
</ul>
</div>
<!-- END OF HEADER -->
|
resource/tui-editor/node_modules/tui-chart/examples/example14-01-boxplot-chart-basic.html | kura52/sushi-browser | <!DOCTYPE html>
<html>
<head lang='kr'>
<meta charset='UTF-8'>
<meta http-equiv='X-UA-Compatible' content='IE=Edge'/>
<title>14.1 [Boxplot Chart] basic</title>
<link rel='stylesheet' type='text/css' href='../dist/tui-chart.css'/>
<link rel='stylesheet' type='text/css' href='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.43.0/codemirror.css'/>
<link rel='stylesheet' type='text/css' href='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.43.0/addon/lint/lint.css'/>
<link rel='stylesheet' type='text/css' href='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.43.0/theme/neo.css'/>
<link rel='stylesheet' type='text/css' href='./css/example.css'/>
</head>
<body>
<div class='wrap'>
<div class='code-html' id='code-html'>
<div id='chart-area'></div>
</div>
<div class='custom-area'>
<div id='error-dim'>
<span id='error-text'></span>
<div id='error-stack'></div>
<span id='go-to-dev-tool'>For more detail, open browser's developer tool and check it out.</span>
</div>
<div class="try-it-area">
<h3>try it</h3>
<textarea id="code"></textarea>
<div class="apply-btn-area">
<button class="btn" onclick='evaluationCode(chartCM, codeString);'>Run it!</button>
</div>
</div>
</div>
</div>
<!--Import chart.js and dependencies-->
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/core-js/2.5.7/core.js'></script>
<script type='text/javascript' src='https://uicdn.toast.com/tui.code-snippet/v1.5.0/tui-code-snippet.min.js'></script>
<script type='text/javascript' src='https://uicdn.toast.com/tui.chart/latest/raphael.js'></script>
<script src='../dist/tui-chart.js'></script>
<script class='code-js' id='code-js'>
var container = document.getElementById('chart-area');
var data = {
categories: ['Budget', 'Income', 'Expenses', 'Debt'],
series: [{
name: '2015',
data: [
[1000, 2500, 3714, 5500, 7000],
[1000, 2750, 4571, 5250, 8000],
[3000, 4000, 4714, 6000, 7000],
[1000, 2250, 3142, 4750, 6000]
],
outliers: [
[0, 14000],
[2, 10000],
[3, 9600]
]
}, {
name: '2016',
data: [
[2000, 4500, 6714, 11500, 13000],
[3000, 5750, 7571, 8250, 9000],
[5000, 8000, 8714, 9000, 10000],
[7000, 9250, 10142, 11750, 12000]
],
outliers: [
[1, 14000]
]
}]
};
var options = {
chart: {
width: 900,
height: 540,
title: 'Monthly Revenue',
format: '1,000'
},
yAxis: {
title: 'Amount',
min: 0,
max: 15000
},
xAxis: {
title: 'Month'
},
legend: {
align: 'bottom'
}
};
var theme = {
series: {
colors: [
'#83b14e', '#458a3f', '#295ba0', '#2a4175', '#289399',
'#289399', '#617178', '#8a9a9a', '#516f7d', '#dddddd'
]
}
};
// For apply theme
// tui.chart.registerTheme('myTheme', theme);
// options.theme = 'myTheme';
tui.chart.boxplotChart(container, data, options);
</script>
<!--For tutorial page-->
<script src='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.43.0/codemirror.js'></script>
<script src='//ajax.aspnetcdn.com/ajax/jshint/r07/jshint.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.43.0/addon/edit/matchbrackets.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.43.0/addon/selection/active-line.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.43.0/mode/javascript/javascript.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.43.0/addon/lint/lint.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.43.0/addon/lint/javascript-lint.js'></script>
<script src='./js/example.js'></script>
</body>
</html>
|
thirdparty/sources/boost_1_60_0/doc/html/BOOST_PROTO_EXTENDS_USING_ASSIGN_NON_DEPENDENT.html | gwq5210/litlib | <!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=US-ASCII">
<title>Macro BOOST_PROTO_EXTENDS_USING_ASSIGN_NON_DEPENDENT</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="proto/reference.html#header.boost.proto.extends_hpp" title="Header <boost/proto/extends.hpp>">
<link rel="prev" href="BOOST_PROTO_EXTENDS_USING_ASSIGN.html" title="Macro BOOST_PROTO_EXTENDS_USING_ASSIGN">
<link rel="next" href="boost/proto/functional/at.html" title="Struct at">
</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="BOOST_PROTO_EXTENDS_USING_ASSIGN.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="proto/reference.html#header.boost.proto.extends_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="boost/proto/functional/at.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="BOOST_PROTO_EXTENDS_USING_ASSIGN_NON_DEPENDENT"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Macro BOOST_PROTO_EXTENDS_USING_ASSIGN_NON_DEPENDENT</span></h2>
<p>BOOST_PROTO_EXTENDS_USING_ASSIGN_NON_DEPENDENT — For exposing in classes that inherit from
<code class="computeroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto::extends<></a></code>
the overloaded assignment operators defined therein. Unlike the
<code class="computeroutput"><a class="link" href="BOOST_PROTO_EXTENDS_USING_ASSIGN.html" title="Macro BOOST_PROTO_EXTENDS_USING_ASSIGN">BOOST_PROTO_EXTENDS_USING_ASSIGN</a>()</code> macro,
<code class="computeroutput">BOOST_PROTO_EXTENDS_USING_ASSIGN_NON_DEPENDENT()</code> is for use in non-dependent
contexts.
</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="proto/reference.html#header.boost.proto.extends_hpp" title="Header <boost/proto/extends.hpp>">boost/proto/extends.hpp</a>>
</span>BOOST_PROTO_EXTENDS_USING_ASSIGN_NON_DEPENDENT(Derived)</pre></div>
<div class="refsect1">
<a name="idm45555190558816"></a><h2>Description</h2>
<p>
The standard usage of
<code class="computeroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto::extends<></a></code>
is to define a class template that inherits from it. The derived class template automatically gets a
compiler-generated assignment operator that hides the ones defined in
<code class="computeroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto::extends<></a></code>.
Using <code class="computeroutput">BOOST_PROTO_EXTENDS_USING_ASSIGN()</code> in the derived class solves this problem.
</p>
<p>
However, if the expression extension is an ordinary class and not a class template, the usage of
<code class="computeroutput">BOOST_PROTO_EXTENDS_USING_ASSIGN()</code> is in a so-called non-dependent context. In plain English,
it means it is illegal to use <code class="computeroutput">typename</code> in some places where it is required in a class template.
In those cases, you should use <code class="computeroutput">BOOST_PROTO_EXTENDS_USING_ASSIGN_NON_DEPENDENT()</code> instead.
</p>
<p>
See also:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><code class="computeroutput"><a class="link" href="boost/proto/extends.html" title="Struct template extends">proto::extends<></a></code></li>
<li class="listitem"><code class="computeroutput"><a class="link" href="BOOST_PROTO_EXTENDS_USING_ASSIGN.html" title="Macro BOOST_PROTO_EXTENDS_USING_ASSIGN">BOOST_PROTO_EXTENDS_USING_ASSIGN</a>()</code></li>
</ul></div>
<p>
</p>
</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 © 2008 Eric Niebler<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="BOOST_PROTO_EXTENDS_USING_ASSIGN.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="proto/reference.html#header.boost.proto.extends_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="boost/proto/functional/at.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
erpnext/regional/doctype/gstr_3b_report/gstr_3b_report.html | mhbu50/erpnext | <style>
.print-format {
padding: 15mm;
font-size: 8.0pt !important;
font-family: Tahoma, sans-serif;
}
.disabled {
background-color: #d9d9d9;
}
</style>
<div>
<h3 class="text-center">{{ __("GSTR3B-Form")}}</h3>
<h5>{{__("GSTIN")}}:   {{ data.gstin }}</h5>
<h5>{{__("Period")}}:   {{ data.ret_period }}</h5>
</div>
<h5>3.1  {{__("Details of Outward Supplies and inward supplies liable to reverse charge")}}</h5>
<table class="table table-bordered">
<thead>
<tr>
<th>{{__("Nature Of Supplies")}}</th>
<th>{{__("Total Taxable value")}}</th>
<th>{{__("Integrated Tax")}}</th>
<th>{{__("Central Tax")}}</th>
<th>{{__("State/UT Tax")}}</th>
<th>{{__("Cess")}}</th>
</tr>
</thead>
<tbody>
<tr>
<td>(a) {{__("Outward taxable supplies(other than zero rated, nil rated and exempted)")}}</td>
<td class="right">{{ flt(data.sup_details.osup_det.txval, 2) }}</td>
<td class="right">{{ flt(data.sup_details.osup_det.iamt, 2) }}</td>
<td class="right">{{ flt(data.sup_details.osup_det.camt, 2) }}</td>
<td class="right">{{ flt(data.sup_details.osup_det.samt, 2) }}</td>
<td class="right">{{ flt(data.sup_details.osup_det.csamt, 2) }}</td>
</tr>
<tr>
<td>(b) {{__("Outward taxable supplies(zero rated)")}}</td>
<td class="right">{{ flt(data.sup_details.osup_zero.txval, 2) }}</td>
<td class="right">{{ flt(data.sup_details.osup_zero.iamt, 2) }}</td>
<td class="disabled"></td>
<td class="disabled"></td>
<td class="right">{{ flt(data.sup_details.osup_zero.csamt, 2) }}</td>
</tr>
<tr>
<td>(b) {{__("Other outward supplies(Nil rated,Exempted)")}}</td>
<td class="right">{{ data.sup_details.osup_nil_exmp.txval }}</td>
<td class="disabled"></td>
<td class="disabled"></td>
<td class="disabled"></td>
<td class="disabled"></td>
<tr>
<td>(d) {{__("Inward Supplies(liable to reverse charge)")}}</td>
<td class="right">{{ flt(data.sup_details.isup_rev.txval, 2) }}</td>
<td class="right">{{ flt(data.sup_details.isup_rev.iamt, 2) }}</td>
<td class="right">{{ flt(data.sup_details.isup_rev.camt, 2) }}</td>
<td class="right">{{ flt(data.sup_details.isup_rev.samt, 2) }}</td>
<td class="right">{{ flt(data.sup_details.isup_rev.csamt,2) }}</td>
</tr>
<tr>
<td>(e) {{__("Non-GST outward supplies")}}</td>
<td class="right">{{ data.sup_details.osup_nongst.txval }}</td>
<td class="disabled"></td>
<td class="disabled"></td>
<td class="disabled"></td>
<td class="disabled"></td>
</tr>
</tbody>
</table>
<h5>
3.2  {{__("Of the supplies shown in 3.1 (a) above, details of inter-State supplies made to unregisterd
persons, composition taxable persons and UIN holders")}}
</h5>
<table class="table table-bordered">
<thead>
<tr>
<th></th>
<th>{{__("Place Of Supply (State/UT)")}}</th>
<th>{{__("Total Taxable Value")}}</th>
<th>{{__("Amount of Integrated Tax")}}</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{__("Supplies made to Unregistered Persons")}}</td>
<td class="right">
{% for row in data.inter_sup.unreg_details %}
{% if row %}
{{ row.pos }}<br>
{% endif %}
{% endfor %}
</td>
<td class="right">
{% for row in data.inter_sup.unreg_details %}
{% if row %}
{{ flt(row.txval, 2) }}<br>
{% endif %}
{% endfor %}
</td>
<td class="right">
{% for row in data.inter_sup.unreg_details %}
{% if row %}
{{ flt(row.iamt, 2) }}<br>
{% endif %}
{% endfor %}
</td>
</tr>
<tr>
<td>{{__("Supplies made to Composition Taxable Persons")}}</td>
<td class="right">
{% for row in data.inter_sup.comp_details %}
{% if row %}
{{ row.pos }}<br>
{% endif %}
{% endfor %}
</td>
<td class="right">
{% for row in data.inter_sup.comp_details %}
{% if row %}
{{ flt(row.txval, 2) }}<br>
{% endif %}
{% endfor %}
</td>
<td class="right">
{% for row in data.inter_sup.comp_details %}
{% if row %}
{{ flt(row.iamt, 2) }}<br>
{% endif %}
{% endfor %}
</td>
</tr>
<tr>
<td>{{__("Supplies made to UIN holders")}}</td>
<td class="right">
{% for row in data.inter_sup.uin_details %}
{% if row %}
{{ row.pos }}<br>
{% endif %}
{% endfor %}
</td>
<td class="right">
{% for row in data.inter_sup.uin_details %}
{% if row %}
{{ flt(row.txval, 2) }}<br>
{% endif %}
{% endfor %}
</td>
<td class="right">
{% for row in data.inter_sup.uin_details %}
{% if row %}
{{ flt(row.iamt, 2) }}<br>
{% endif %}
{% endfor %}
</td>
</tr>
</tbody>
</table>
<h5>4.   {{__("Eligible ITC")}}</h5>
<table class="table table-bordered">
<thead>
<tr>
<th>Details</th>
<th>Integrated Tax</th>
<th>Central Tax</th>
<th>State/UT tax</th>
<th>Cess</th>
</tr>
</thead>
<tbody>
<tr>
<td><b>(A) {{__("ITC Available (whether in full or part)")}}</b></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>  (1) {{__("Import of goods")}} </td>
<td class="right">{{ flt(data.itc_elg.itc_avl[0].iamt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[0].camt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[0].samt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[0].csamt, 2) }}</td>
</tr>
<tr>
<td>  (2) {{__("Import of services")}}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[1].iamt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[1].camt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[1].samt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[1].csamt, 2) }}</td>
</tr>
<tr>
<td>  (3) {{__("Inward supplies liable to reverse charge (other than 1 & 2 above)")}}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[2].iamt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[2].camt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[2].samt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[2].csamt, 2) }}</td>
</tr>
<tr>
<td>  (4) {{__("Inward supplies from ISD")}}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[3].iamt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[3].camt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[3].samt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[3].csamt, 2) }}</td>
</tr>
<tr>
<td>  (5) {{__("All other ITC")}}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[4].iamt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[4].camt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[4].samt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_avl[4].csamt, 2) }}</td>
</tr>
<tr>
<td><b>(B) {{__("ITC Reversed")}}</b></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>  (1) {{__("As per rules 42 & 43 of CGST Rules")}}</td>
<td class="right">{{ flt(data.itc_elg.itc_rev[0].iamt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_rev[0].camt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_rev[0].samt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_rev[0].csamt, 2) }}</td>
</tr>
<tr>
<td>  (2) {{__("Others")}}</td>
<td class="right">{{ flt(data.itc_elg.itc_rev[1].iamt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_rev[1].camt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_rev[1].samt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_rev[1].csamt, 2) }}</td>
</tr>
<tr>
<td><b>(C) {{__("Net ITC Available(A) - (B)")}}</b></td>
<td class="right">{{ flt(data.itc_elg.itc_net.iamt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_net.camt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_net.samt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_net.csamt, 2) }}</td>
</tr>
<tr>
<td><b>(D) {{__("Ineligible ITC")}}</b></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>  (1) {{__("As per section 17(5)")}}</td>
<td class="right">{{ flt(data.itc_elg.itc_inelg[0].iamt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_inelg[0].camt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_inelg[0].samt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_inelg[0].csamt, 2) }}</td>
</tr>
<tr>
<td>  (2) {{__("Others")}}</td>
<td class="right">{{ flt(data.itc_elg.itc_inelg[1].iamt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_inelg[1].camt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_inelg[1].samt, 2) }}</td>
<td class="right">{{ flt(data.itc_elg.itc_inelg[1].csamt, 2) }}</td>
</tr>
</tbody>
</table>
<h5>5.    {{__("Values of exempt, nil rated and non-GST inward supplies")}}</h5>
<table class="table table-bordered">
<thead>
<tr>
<th>{{__("Nature of Supplies")}}</th>
<th>{{__("Inter-State Supplies")}}</th>
<th>{{__("Intra-State Supplies")}}</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{__("From a supplier under composition scheme, Exempt and Nil rated")}}</td>
<td class="right">{{ flt(data.inward_sup.isup_details[0].inter, 2) }}</td>
<td class="right">{{ flt(data.inward_sup.isup_details[0].intra, 2) }}</td>
</tr>
<tr>
<td>{{__("Non GST Inward Supplies")}}</td>
<td class="right">{{ flt(data.inward_sup.isup_details[1].inter, 2) }}</td>
<td class="right">{{ flt(data.inward_sup.isup_details[1].intra, 2) }}</td>
</tr>
</tbody>
</table>
<style>
.right{
text-align: right;
}
</style>
|
frontend/js/oscitk/templates/aic-figures.tpl.html | surreal8/ChicagoCodeX | <div id="figures-handle" class="drawer-handle">Figures</div>
<div id="figures-content" class="drawer-content">
<div id="figures-nav-prev"><div class="figures-indicator prev"></div></div>
<div id="figures-list-container">
<ul id="figures-list">
<% _.each(figures, function(figure) { %>
<li>
<figure class="preview" data-figure-id="<%= figure.id %>">
<div class="figure-preview-wrapper">
<% if (figure.get('thumbnail_url') != undefined) { %>
<img class="figure-preview" src="<%= figure.get('thumbnail_url') %>" alt="<%= figure.get('alt') %>" />
<% } else { %>
<div class="figure-preview empty"> </div>
<% } %>
</div>
<div class="figure-info">
<!--<h3 class="title">Figure Title?</h3>-->
<!--<p class="meta-info">meta info | more meta</p>-->
<div class="caption">
<%= figure.get('caption') %>
</div>
</div>
<a class="view-fullscreen"></a>
<% if (figure.get('count') > 1) { %>
<a class="view-in-context multi-occurence"></a>
<% } else { %>
<a class="view-in-context"></a>
<% } %>
</figure>
</li>
<% }); %>
</ul>
</div>
<div id="figures-nav-next">
<div id="closeDrawer" class="close-handle"></div>
<div class="figures-indicator next"></div></div>
</div> |
thirdparty/sources/boost_1_60_0/libs/test/doc/html/boost/nfp/typed_keyword.html | gwq5210/litlib | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template typed_keyword</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="Boost.Test">
<link rel="up" href="../../header/boost/test/utils/named_params_hpp.html" title="Header <boost/test/utils/named_params.hpp>">
<link rel="prev" href="param_ty_idm46165628944000.html" title="Struct template param_type<named_parameter_combine< NP, Rest >, Keyword, DefaultType>">
<link rel="next" href="typed_ke_idm46165628930640.html" title="Struct template typed_keyword<bool, unique_id, required>">
</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="param_ty_idm46165628944000.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../header/boost/test/utils/named_params_hpp.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="typed_ke_idm46165628930640.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.nfp.typed_keyword"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template typed_keyword</span></h2>
<p>boost::nfp::typed_keyword</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="../../header/boost/test/utils/named_params_hpp.html" title="Header <boost/test/utils/named_params.hpp>">boost/test/utils/named_params.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> unique_id<span class="special">,</span> <span class="keyword">bool</span> required<span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="typed_keyword.html" title="Struct template typed_keyword">typed_keyword</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">nfp</span><span class="special">::</span><span class="identifier">keyword</span><span class="special"><</span> <span class="identifier">unique_id</span><span class="special">,</span> <span class="identifier">required</span> <span class="special">></span> <span class="special">{</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <span class="identifier">unique_id</span> <a name="boost.nfp.typed_keyword.id"></a><span class="identifier">id</span><span class="special">;</span>
<span class="comment">// <a class="link" href="typed_keyword.html#boost.nfp.typed_keywordconstruct-copy-destruct">construct/copy/destruct</a></span>
<a class="link" href="named_parameter.html" title="Struct template named_parameter">named_parameter</a><span class="special"><</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">unique_id</span> <span class="special">></span> <a class="link" href="typed_keyword.html#idm46165628935136-bb"><span class="keyword">operator</span><span class="special">=</span></a><span class="special">(</span><span class="identifier">T</span> <span class="keyword">const</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<a class="link" href="named_parameter.html" title="Struct template named_parameter">named_parameter</a><span class="special"><</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">unique_id</span> <span class="special">></span> <a class="link" href="typed_keyword.html#idm46165628933312-bb"><span class="keyword">operator</span><span class="special">=</span></a><span class="special">(</span><span class="identifier">T</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idm46570746535136"></a><h2>Description</h2>
<div class="refsect2">
<a name="idm46570746534720"></a><h3>
<a name="boost.nfp.typed_keywordconstruct-copy-destruct"></a><code class="computeroutput">typed_keyword</code>
public
construct/copy/destruct</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem"><pre class="literallayout"><a class="link" href="named_parameter.html" title="Struct template named_parameter">named_parameter</a><span class="special"><</span> <span class="identifier">T</span> <span class="keyword">const</span><span class="special">,</span> <span class="identifier">unique_id</span> <span class="special">></span> <a name="idm46165628935136-bb"></a><span class="keyword">operator</span><span class="special">=</span><span class="special">(</span><span class="identifier">T</span> <span class="keyword">const</span> <span class="special">&</span> t<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><a class="link" href="named_parameter.html" title="Struct template named_parameter">named_parameter</a><span class="special"><</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">unique_id</span> <span class="special">></span> <a name="idm46165628933312-bb"></a><span class="keyword">operator</span><span class="special">=</span><span class="special">(</span><span class="identifier">T</span> <span class="special">&</span> t<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
</ol></div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2001-2015 Boost.Test contributors<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="param_ty_idm46165628944000.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../header/boost/test/utils/named_params_hpp.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="typed_ke_idm46165628930640.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
include/extra/indicadores-gomez-palacio/seguridad-robos-totales.html | TRCIMPLAN/trcimplan.github.io | <h3>Publicaciones relacionadas</h3>
<p><b>Análisis Publicados</b></p>
<ul>
<li><a href="http://www.trcimplan.gob.mx/blog/comportamiento-tendencia-incidencia-delictiva.html">Comportamiento y tendencia de la incidencia delictiva. Una visión ampliada.</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/prevencion-delito-seguridad.html">La Prevención del Delito como elemento fundamental para la Seguridad</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/vivienda-social-y-violencia-intrafamiliar.html">Vivienda Social y Violencia Intrafamiliar</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/los-derechos-del-policia.html">Los Derechos del Policía</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/la-otra-violencia-contra-los-ninos.html">La Otra Violencia Contra los Niños</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/necesidad-diagnostico-sobre-delincuencia-juvenil.html">La Necesidad de un Diagnóstico sobre la Delincuencia Juvenil en el Municipio de Torreón</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/prevencion-delincuencia-juvenil.html">La prevención de la Delincuencia Juvenil, elemento central de la prevención integral del delito y la violencia</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/ciberacoso-coahuila-abril2019.html">Coahuila supera la media nacional en ciberacoso</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/las-mujeres-y-su-acceso-a-una-vida-sin-violencia.html">Las mujeres y su acceso a una vida sin violencia</a></li>
<li><a href="http://www.trcimplan.gob.mx/blog/torreon-hacia-la-resiliencia-urbana.html">Torreón, hacia la resiliencia urbana</a></li>
</ul>
<p><b>Sistema Metropolitano de Indicadores</b></p>
<ul>
<li><a href="http://www.trcimplan.gob.mx/indicadores-gomez-palacio/seguridad-robo-de-automoviles.html">Robo de automóviles en Gómez Palacio</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-gomez-palacio/seguridad-trafico-de-menores.html">Tráfico de menores en Gómez Palacio</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-gomez-palacio/seguridad-abuso-sexual.html">Abuso sexual en Gómez Palacio</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-gomez-palacio/seguridad-robos-a-casa-habitacion.html">Robos a Casa Habitación en Gómez Palacio</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-gomez-palacio/seguridad-despojo.html">Despojo en Gómez Palacio</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-gomez-palacio/seguridad-trata-de-personas.html">Trata de personas en Gómez Palacio</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-gomez-palacio/seguridad-acoso-sexual.html">Acoso sexual en Gómez Palacio</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-gomez-palacio/seguridad-otros-delitos-contra-el-patrimonio.html">Otros delitos contra el patrimonio en Gómez Palacio</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-gomez-palacio/seguridad-allanamiento-de-morada.html">Allanamiento de morada en Gómez Palacio</a></li>
<li><a href="http://www.trcimplan.gob.mx/indicadores-gomez-palacio/seguridad-delitos.html">Delitos en Gómez Palacio</a></li>
</ul>
<p><b>Sistema de Información Geográfica</b></p>
<ul>
<li><a href="http://www.trcimplan.gob.mx/sig-mapas-torreon/seguridad-publica.html">Seguridad Pública</a></li>
</ul>
<p><b>Plan Estratégico Torreón</b></p>
<ul>
<li><a href="http://www.trcimplan.gob.mx/pet/cartera-proyectos-desarrollo-social.html">Cartera de Proyectos: Desarrollo Social</a></li>
<li><a href="http://www.trcimplan.gob.mx/pet/vision-desarrollo-social.html">Visión de Desarrollo Social 2040</a></li>
<li><a href="http://www.trcimplan.gob.mx/pet/diagnostico-estrategico-desarrollo-social.html">Diagnóstico Estratégico: Desarrollo Social</a></li>
<li><a href="http://www.trcimplan.gob.mx/proyectos/salud-laguna.html">Salud Laguna</a></li>
</ul>
<p><b>Sala de Prensa</b></p>
<ul>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2017-07-18-firman-convenio-de-colaboracion-implan-torreon-implan-saltillo.html">Firman convenio de colaboración IMPLAN Torreón – IMPLAN Saltillo</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2020-04-15-comunicado-conferencias-virtuales.html">El IMPLAN Torreón y su Consejo Juvenil: Visión Metrópoli, presentarán Conferencias Virtuales</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2020-02-27-segunda-sesion-consejo-2020.html">Presentan en Segunda Sesión de Consejo el “Programa Parcial de Desarrollo Urbano para la Zona Norte de Torreón”</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2020-02-17-comunicado-enoe.html">Disminuye la tasa de desempleo en la Zona Metropolitana de La Laguna (ZML), al cuarto trimestre de 2019</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2020-02-06-comunicado-conferencia-imeplan.html">Postura sobre la creación de un Instituto Metropolitano de Planeación.</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2020-01-30-primer-sesion-consejo-2020.html">Primer Sesión de Consejo 2020. Se renueva el Consejo Directivo del IMPLAN.</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2019-09-26-novena-sesion-consejo.html">Novena Sesión de Consejo Implan. Presentan Resultados del Conversatorio y del Concurso “Manos a la Cebra”.</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2019-09-26-seminario-identidad-lagunera.html">Consejo Visión Metrópoli presenta Seminario de Identidad Lagunera</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2019-09-24-manos-a-la-cebra-reporte.html">Manos a la Cebra</a></li>
<li><a href="http://www.trcimplan.gob.mx/sala-prensa/2019-09-12-resultado-conversatorio-rectores-implan-empresa.html">Presentan resultados del Conversatorio entre Rectores, IMPLAN y Empresarios</a></li>
</ul> |
project_files/working_files/vice_odkazu_na_titulky/titulky.com/Batman-170819_files/jquery.css | seberm/Titulky.com-Downloader | .ac_results {
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
/*
if width will be 100% horizontal scrollbar will apear
when scroll mode will be used
*/
/*width: 100%;*/
font: menu;
font-size: 12px;
/*
it is very important, if line-height not setted or setted
in relative units scroll will be broken in firefox
*/
line-height: 16px;
overflow: hidden;
}
.ac_loading {
background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
background-color: #eee;
}
.ac_over {
background-color: #0A246A;
color: white;
}
|
ums_he/defect/Documentation/API/elementindex_PHPPowerPoint_Slide.html | usability-ums/UMS-HE | <html>
<head>
<title>Package PHPPowerPoint_Slide Element Index</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PHPPowerPoint_Slide</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="classtrees_PHPPowerPoint_Slide.html" class="menu">class tree: PHPPowerPoint_Slide</a> ]
[ <a href="elementindex_PHPPowerPoint_Slide.html" class="menu">index: PHPPowerPoint_Slide</a> ]
[ <a href="elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<b>Packages:</b><br />
<a href="li_PHPPowerPoint.html">PHPPowerPoint</a><br />
<a href="li_PHPPowerPoint_Reader.html">PHPPowerPoint_Reader</a><br />
<a href="li_PHPPowerPoint_Shape.html">PHPPowerPoint_Shape</a><br />
<a href="li_PHPPowerPoint_RichText.html">PHPPowerPoint_RichText</a><br />
<a href="li_PHPPowerPoint_Shared.html">PHPPowerPoint_Shared</a><br />
<a href="li_PHPPowerPoint_Slide.html">PHPPowerPoint_Slide</a><br />
<a href="li_PHPPowerPoint_Style.html">PHPPowerPoint_Style</a><br />
<a href="li_PHPPowerPoint_Writer.html">PHPPowerPoint_Writer</a><br />
<a href="li_PHPPowerPoint_Writer_PowerPoint2007.html">PHPPowerPoint_Writer_PowerPoint2007</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="PHPPowerPoint_Slide/_PHPPowerpoint---Slide---Layout.php.html"> Layout.php
</a><br>
<a href="PHPPowerPoint_Slide/_PHPPowerpoint---Slide.php.html"> Slide.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html">PHPPowerPoint_Slide</a><br />
<a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide_Layout.html">PHPPowerPoint_Slide_Layout</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<a name="top"></a>
<h1>Element index for package PHPPowerPoint_Slide</h1>
[ <a href="elementindex_PHPPowerPoint_Slide.html#a">a</a> ]
[ <a href="elementindex_PHPPowerPoint_Slide.html#b">b</a> ]
[ <a href="elementindex_PHPPowerPoint_Slide.html#c">c</a> ]
[ <a href="elementindex_PHPPowerPoint_Slide.html#g">g</a> ]
[ <a href="elementindex_PHPPowerPoint_Slide.html#l">l</a> ]
[ <a href="elementindex_PHPPowerPoint_Slide.html#p">p</a> ]
[ <a href="elementindex_PHPPowerPoint_Slide.html#r">r</a> ]
[ <a href="elementindex_PHPPowerPoint_Slide.html#s">s</a> ]
[ <a href="elementindex_PHPPowerPoint_Slide.html#t">t</a> ]
[ <a href="elementindex_PHPPowerPoint_Slide.html#v">v</a> ]
[ <a href="elementindex_PHPPowerPoint_Slide.html#_">_</a> ]
<hr />
<a name="_"></a>
<div>
<h2>_</h2>
<dl>
<dt><b>$_hashIndex</b></dt>
<dd>in file Slide.php, variable <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#var$_hashIndex">PHPPowerPoint_Slide::$_hashIndex</a><br> Hash index</dd>
<dt><b>$_identifier</b></dt>
<dd>in file Slide.php, variable <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#var$_identifier">PHPPowerPoint_Slide::$_identifier</a><br> Slide identifier</dd>
<dt><b>$_parent</b></dt>
<dd>in file Slide.php, variable <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#var$_parent">PHPPowerPoint_Slide::$_parent</a><br> Parent presentation</dd>
<dt><b>$_shapeCollection</b></dt>
<dd>in file Slide.php, variable <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#var$_shapeCollection">PHPPowerPoint_Slide::$_shapeCollection</a><br> Collection of shapes</dd>
<dt><b>$_slideLayout</b></dt>
<dd>in file Slide.php, variable <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#var$_slideLayout">PHPPowerPoint_Slide::$_slideLayout</a><br> Slide layout</dd>
<dt><b>__clone</b></dt>
<dd>in file Slide.php, method <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#method__clone">PHPPowerPoint_Slide::__clone()</a><br> Implement PHP __clone to create a deep clone, not just a shallow copy.</dd>
<dt><b>__construct</b></dt>
<dd>in file Slide.php, method <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#method__construct">PHPPowerPoint_Slide::__construct()</a><br> Create a new slide</dd>
</dl>
</div>
<a href="elementindex_PHPPowerPoint_Slide.html#top">top</a><br>
<hr />
<a name="a"></a>
<div>
<h2>a</h2>
<dl>
<dt><b>addShape</b></dt>
<dd>in file Slide.php, method <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#methodaddShape">PHPPowerPoint_Slide::addShape()</a><br> Add shape to slide</dd>
</dl>
</div>
<a href="elementindex_PHPPowerPoint_Slide.html#top">top</a><br>
<hr />
<a name="b"></a>
<div>
<h2>b</h2>
<dl>
<dt><b>BLANK</b></dt>
<dd>in file Layout.php, class constant <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide_Layout.html#constBLANK">PHPPowerPoint_Slide_Layout::BLANK</a></dd>
</dl>
</div>
<a href="elementindex_PHPPowerPoint_Slide.html#top">top</a><br>
<hr />
<a name="c"></a>
<div>
<h2>c</h2>
<dl>
<dt><b>COMPARISON</b></dt>
<dd>in file Layout.php, class constant <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide_Layout.html#constCOMPARISON">PHPPowerPoint_Slide_Layout::COMPARISON</a></dd>
<dt><b>CONTENT_WITH_CAPTION</b></dt>
<dd>in file Layout.php, class constant <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide_Layout.html#constCONTENT_WITH_CAPTION">PHPPowerPoint_Slide_Layout::CONTENT_WITH_CAPTION</a></dd>
<dt><b>copy</b></dt>
<dd>in file Slide.php, method <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#methodcopy">PHPPowerPoint_Slide::copy()</a><br> Copy slide (!= clone!)</dd>
<dt><b>createDrawingShape</b></dt>
<dd>in file Slide.php, method <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#methodcreateDrawingShape">PHPPowerPoint_Slide::createDrawingShape()</a><br> Create drawing shape</dd>
<dt><b>createRichTextShape</b></dt>
<dd>in file Slide.php, method <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#methodcreateRichTextShape">PHPPowerPoint_Slide::createRichTextShape()</a><br> Create rich text shape</dd>
</dl>
</div>
<a href="elementindex_PHPPowerPoint_Slide.html#top">top</a><br>
<hr />
<a name="g"></a>
<div>
<h2>g</h2>
<dl>
<dt><b>getHashCode</b></dt>
<dd>in file Slide.php, method <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#methodgetHashCode">PHPPowerPoint_Slide::getHashCode()</a><br> Get hash code</dd>
<dt><b>getHashIndex</b></dt>
<dd>in file Slide.php, method <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#methodgetHashIndex">PHPPowerPoint_Slide::getHashIndex()</a><br> Get hash index
Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.</dd>
<dt><b>getParent</b></dt>
<dd>in file Slide.php, method <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#methodgetParent">PHPPowerPoint_Slide::getParent()</a><br> Get parent</dd>
<dt><b>getShapeCollection</b></dt>
<dd>in file Slide.php, method <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#methodgetShapeCollection">PHPPowerPoint_Slide::getShapeCollection()</a><br> Get collection of shapes</dd>
<dt><b>getSlideLayout</b></dt>
<dd>in file Slide.php, method <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#methodgetSlideLayout">PHPPowerPoint_Slide::getSlideLayout()</a><br> Get slide layout</dd>
</dl>
</div>
<a href="elementindex_PHPPowerPoint_Slide.html#top">top</a><br>
<hr />
<a name="l"></a>
<div>
<h2>l</h2>
<dl>
<dt><b>Layout.php</b></dt>
<dd>procedural page <a href="PHPPowerPoint_Slide/_PHPPowerpoint---Slide---Layout.php.html">Layout.php</a></dd>
</dl>
</div>
<a href="elementindex_PHPPowerPoint_Slide.html#top">top</a><br>
<hr />
<a name="p"></a>
<div>
<h2>p</h2>
<dl>
<dt><b>PHPPowerPoint_Slide</b></dt>
<dd>in file Slide.php, class <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html">PHPPowerPoint_Slide</a><br> PHPPowerPoint_Slide</dd>
<dt><b>PHPPowerPoint_Slide_Layout</b></dt>
<dd>in file Layout.php, class <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide_Layout.html">PHPPowerPoint_Slide_Layout</a><br> PHPPowerPoint_Slide_Layout</dd>
<dt><b>PICTURE_WITH_CAPTION</b></dt>
<dd>in file Layout.php, class constant <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide_Layout.html#constPICTURE_WITH_CAPTION">PHPPowerPoint_Slide_Layout::PICTURE_WITH_CAPTION</a></dd>
</dl>
</div>
<a href="elementindex_PHPPowerPoint_Slide.html#top">top</a><br>
<hr />
<a name="r"></a>
<div>
<h2>r</h2>
<dl>
<dt><b>rebindParent</b></dt>
<dd>in file Slide.php, method <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#methodrebindParent">PHPPowerPoint_Slide::rebindParent()</a><br> Re-bind parent</dd>
</dl>
</div>
<a href="elementindex_PHPPowerPoint_Slide.html#top">top</a><br>
<hr />
<a name="s"></a>
<div>
<h2>s</h2>
<dl>
<dt><b>Slide.php</b></dt>
<dd>procedural page <a href="PHPPowerPoint_Slide/_PHPPowerpoint---Slide.php.html">Slide.php</a></dd>
<dt><b>SECTION_HEADER</b></dt>
<dd>in file Layout.php, class constant <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide_Layout.html#constSECTION_HEADER">PHPPowerPoint_Slide_Layout::SECTION_HEADER</a></dd>
<dt><b>setHashIndex</b></dt>
<dd>in file Slide.php, method <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#methodsetHashIndex">PHPPowerPoint_Slide::setHashIndex()</a><br> Set hash index
Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.</dd>
<dt><b>setSlideLayout</b></dt>
<dd>in file Slide.php, method <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide.html#methodsetSlideLayout">PHPPowerPoint_Slide::setSlideLayout()</a><br> Set slide layout</dd>
</dl>
</div>
<a href="elementindex_PHPPowerPoint_Slide.html#top">top</a><br>
<hr />
<a name="t"></a>
<div>
<h2>t</h2>
<dl>
<dt><b>TITLE_AND_CONTENT</b></dt>
<dd>in file Layout.php, class constant <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide_Layout.html#constTITLE_AND_CONTENT">PHPPowerPoint_Slide_Layout::TITLE_AND_CONTENT</a></dd>
<dt><b>TITLE_AND_VERTICAL_TEXT</b></dt>
<dd>in file Layout.php, class constant <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide_Layout.html#constTITLE_AND_VERTICAL_TEXT">PHPPowerPoint_Slide_Layout::TITLE_AND_VERTICAL_TEXT</a></dd>
<dt><b>TITLE_ONLY</b></dt>
<dd>in file Layout.php, class constant <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide_Layout.html#constTITLE_ONLY">PHPPowerPoint_Slide_Layout::TITLE_ONLY</a></dd>
<dt><b>TITLE_SLIDE</b></dt>
<dd>in file Layout.php, class constant <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide_Layout.html#constTITLE_SLIDE">PHPPowerPoint_Slide_Layout::TITLE_SLIDE</a><br> Layout constants</dd>
<dt><b>TWO_CONTENT</b></dt>
<dd>in file Layout.php, class constant <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide_Layout.html#constTWO_CONTENT">PHPPowerPoint_Slide_Layout::TWO_CONTENT</a></dd>
</dl>
</div>
<a href="elementindex_PHPPowerPoint_Slide.html#top">top</a><br>
<hr />
<a name="v"></a>
<div>
<h2>v</h2>
<dl>
<dt><b>VERTICAL_TITLE_AND_TEXT</b></dt>
<dd>in file Layout.php, class constant <a href="PHPPowerPoint_Slide/PHPPowerPoint_Slide_Layout.html#constVERTICAL_TITLE_AND_TEXT">PHPPowerPoint_Slide_Layout::VERTICAL_TITLE_AND_TEXT</a></dd>
</dl>
</div>
<a href="elementindex_PHPPowerPoint_Slide.html#top">top</a><br>
<div class="credit">
<hr />
Documentation generated on Sat, 25 Apr 2009 11:36:34 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.1</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html> |
core/conf/mail/modelli/cambioPassword.html | CroceRossaCatania/gaia | <p class="grassetto">Ciao, _NOME.</p>
<p>Questa è una email di conferma dell'avvenuta modifica della tua password su Gaia.</p>
<p>La tua nuova password è: <span class="chiaro piccolo">_PASSWORD</span>.</p>
<p>Conserva questo messaggio al sicuro.</p> |
game/data/scripts/quests/Q00237_WindsOfChange/30969-06.html | karolusw/l2j | <html><body>Iason Heine:<br>
First, meet with Head Blacksmith Roman, the supporter of Dr. Helvetica. And then, meet with High Priestess of Eva Morelyn, the supporter of Atenia. Come back when you are ready to decide.
</body></html> |
templates/journal/includes/home/_article_main.html | brunobord/critica | <h3>{{ article.title }}</h3>
<p class="author">Par {{ article.author.get_full_name }}</p>
<div class="illustration">
<img src="{{ article.illustration.image.url }}" alt="article" />
<p class="credits">Photo : {{ article.illustration.credits }} - {{ article.illustration.legend }}</p>
</div>
<p class="lead">{{ article.summary|safe }}</p>
<p class="readMore slick-show"><a href="#">Lire la suite</a></p>
<div class="slickbox" style="display:block;">
{{ article.content|safe }}
<p class="readMore slick-hide"><a href="#">Masquer</a></p>
</div>
|
vendor/assets/components/suit-utils-size/lib/size-lg.css | asm-products/villeme | /**
* Size: breakpoint 3 (large)
*/
@media (--lg-viewport) {
/**
* Make an element shrink wrap its content.
*/
.u-lg-sizeFit,
.u-lg-sizeFitAlt {
display: block !important;
float: left !important;
width: auto !important;
}
.u-lg-sizeFitAlt {
float: right !important;
}
/**
* Make an element fill the remaining space.
* N.B. This will hide overflow.
*/
.u-lg-sizeFill {
display: block !important;
overflow: hidden !important;
width: auto !important;
}
/**
* An alternative method to make an element fill the remaining space.
* N.B. Do not use if child elements might be wider than the remaining space.
* In Chrome, Safari, and Firefox it results in undesired layout.
*/
.u-lg-sizeFillAlt {
display: table-cell !important;
max-width: 100% !important;
width: 10000px !important;
}
/**
* Make an element the width of its parent.
*/
.u-lg-sizeFull {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
}
/* Proportional widths: breakpoint 3 (large)
========================================================================== */
/**
* Specify the proportional width of an object.
* Intentional redundancy build into each set of unit classes.
* Supports: 2, 3, 4, 5, 6, 8, 10, 12 part
*/
.u-lg-size1of12 {
width: calc(100% * 1 / 12) !important;
}
.u-lg-size1of10 {
width: 10% !important;
}
.u-lg-size1of8 {
width: 12.5% !important;
}
.u-lg-size1of6,
.u-lg-size2of12 {
width: calc(100% * 1 / 6) !important;
}
.u-lg-size1of5,
.u-lg-size2of10 {
width: 20% !important;
}
.u-lg-size1of4,
.u-lg-size2of8,
.u-lg-size3of12 {
width: 25% !important;
}
.u-lg-size3of10 {
width: 30% !important;
}
.u-lg-size1of3,
.u-lg-size2of6,
.u-lg-size4of12 {
width: calc(100% * 1 / 3) !important;
}
.u-lg-size3of8 {
width: 37.5% !important;
}
.u-lg-size2of5,
.u-lg-size4of10 {
width: 40% !important;
}
.u-lg-size5of12 {
width: calc(100% * 5 / 12) !important;
}
.u-lg-size1of2,
.u-lg-size2of4,
.u-lg-size3of6,
.u-lg-size4of8,
.u-lg-size5of10,
.u-lg-size6of12 {
width: 50% !important;
}
.u-lg-size7of12 {
width: calc(100% * 7 / 12) !important;
}
.u-lg-size3of5,
.u-lg-size6of10 {
width: 60% !important;
}
.u-lg-size5of8 {
width: 62.5% !important;
}
.u-lg-size2of3,
.u-lg-size4of6,
.u-lg-size8of12 {
width: calc(100% * 2 / 3) !important;
}
.u-lg-size7of10 {
width: 70% !important;
}
.u-lg-size3of4,
.u-lg-size6of8,
.u-lg-size9of12 {
width: 75% !important;
}
.u-lg-size4of5,
.u-lg-size8of10 {
width: 80% !important;
}
.u-lg-size5of6,
.u-lg-size10of12 {
width: calc(100% * 5 / 6) !important;
}
.u-lg-size7of8 {
width: 87.5% !important;
}
.u-lg-size9of10 {
width: 90% !important;
}
.u-lg-size11of12 {
width: calc(100% * 11 / 12) !important;
}
}
|
doc/html/qmpointer_8h.html | QtMark/qmjson | <!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.11"/>
<title>/home/user/qmjson/include/qmpointer.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/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! -->
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<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="pages.html"><span>Related Pages</span></a></li>
<li><a href="annotated.html"><span>Data Structures</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>Globals</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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#define-members">Macros</a> </div>
<div class="headertitle">
<div class="title">qmpointer.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a href="qmpointer_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:aee6b0867efe391c5a609f8513dfc05ff"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="qmpointer_8h.html#aee6b0867efe391c5a609f8513dfc05ff">QMPointer</a>   QSharedPointer</td></tr>
<tr class="separator:aee6b0867efe391c5a609f8513dfc05ff"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Macro Definition Documentation</h2>
<a class="anchor" id="aee6b0867efe391c5a609f8513dfc05ff"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define QMPointer   QSharedPointer</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="qmpointer_8h_source.html#l00027">27</a> of file <a class="el" href="qmpointer_8h_source.html">qmpointer.h</a>.</p>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Sep 2 2015 15:30:47 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
vendor/packages/pubsub/docs/meta.html | core9/feature-abtesting | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>meta Library / Dart Documentation</title>
<link rel="stylesheet" type="text/css"
href="styles.css">
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body data-library="meta">
<div class="page">
<div class="header">
<a href="index.html"><div class="logo"></div></a>
<a href="index.html">Dart Documentation</a>
› <a href="meta.html">meta</a> <div id="search-box">
<input type="search" name="q" id="q" autocomplete="off"
class="search-input" placeholder="Search API">
</div>
</div>
<div class="drop-down" id="drop-down"></div>
<div class="nav">
<h2><div class="icon-library"></div><a href="logging.html">logging</a></h2><h2><div class="icon-library"></div><strong>meta</strong></h2><h2><div class="icon-library"></div><a href="pubsub.html">pubsub</a></h2><h2><div class="icon-library"></div><a href="pubsub.message.html">pubsub.message</a></h2><h2><div class="icon-library"></div><a href="pubsub.stream.html">pubsub.stream</a></h2></div>
<div class="content">
<h2><strong>meta</strong> library</h2>
<div class="doc"><p>Constants for use in metadata annotations such as
<code>@deprecated</code>, <code>@override</code>, and <code>@proxy</code>.</p>
<p>Annotations provide semantic information
that tools can use to provide a better user experience.
For example, an IDE might not autocomplete
the name of a function that's been marked <code>@deprecated</code>,
or it might display the function's name differently.</p>
<p>For information on installing and importing this library, see the
<a href="http://pub.dartlang.org/packages/meta">meta package on pub.dartlang.org</a>.
For examples of using annotations, see
<a href="https://www.dartlang.org/docs/dart-up-and-running/contents/ch02.html#ch02-metadata">Metadata</a>
in the language tour.</p></div>
<div>
<h3>Properties</h3>
<div class="field"><h4 id="deprecated">
<button class="show-code">Code</button>
const <strong>deprecated</strong> <a class="anchor-link"
href="#deprecated"
title="Permalink to deprecated">#</a>
</h4>
<div class="doc">
<p>An annotation used to mark a class, field, getter, setter, method, top-level
variable, or top-level function as one that should no longer be used. Tools
can use this annotation to provide a warning on references to the marked
element.</p>
<pre class="source">
const deprecated = const _Deprecated()
</pre>
</div>
</div>
<div class="field"><h4 id="override">
<button class="show-code">Code</button>
const <strong>override</strong> <a class="anchor-link"
href="#override"
title="Permalink to override">#</a>
</h4>
<div class="doc">
<p>An annotation used to mark an instance member (method, field, getter or
setter) as overriding an inherited class member. Tools can use this
annotation to provide a warning if there is no overridden member.</p>
<pre class="source">
const override = const _Override()
</pre>
</div>
</div>
<div class="field"><h4 id="proxy">
<button class="show-code">Code</button>
const <strong>proxy</strong> <a class="anchor-link"
href="#proxy"
title="Permalink to proxy">#</a>
</h4>
<div class="doc">
<p>An annotation used to mark a class that should be considered to implement
every possible getter, setter and method. Tools can use this annotation to
suppress warnings when there is no explicit implementation of a referenced
member. Tools should provide a hint if this annotation is applied to a class
that does not implement or inherit an implementation of the method
<code>noSuchMethod</code> (other than the implementation in <a class="crossref" href="dart_core/Object.html">Object</a>). Note that
classes are not affected by the use of this annotation on a supertype.</p>
<pre class="source">
const proxy = const _Proxy()
</pre>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="footer">
<div>This page was generated at 2013-10-16 05:28:39.825</div>
</div>
<script async src="client-static.js"></script>
</body></html>
|
gtk+-2.16.6/docs/faq/html/x408.html | pocketbook-free/browser | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>I tried to compile a small Hello World of mine,
but it failed. Any clue? [GTK 2.x]</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="GTK+ FAQ"
HREF="book1.html"><LINK
REL="UP"
TITLE="Development with GTK+: the begining"
HREF="c386.html"><LINK
REL="PREVIOUS"
TITLE="How do I write security sensitive/SUID/SGID programs with GTK+?
Is GTK+ secure? What's this GTK_MODULES security hole I heard about?
[GTK 2.x]"
HREF="x401.html"><LINK
REL="NEXT"
TITLE="What about using the make
utility? [GTK 2.x]"
HREF="x425.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>GTK+ FAQ</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x401.html"
ACCESSKEY="P"
><<< Previous</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Development with GTK+: the begining</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x425.html"
ACCESSKEY="N"
>Next >>></A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="AEN408"
>I tried to compile a small <B
CLASS="COMMAND"
>Hello World</B
> of mine,
but it failed. Any clue? <I
CLASS="EMPHASIS"
>[GTK 2.x]</I
></A
></H1
><P
>Since you are good at coding, we will not deal with
compile time errors here :)</P
><P
>The classic command line to compile a GTK+ based program is</P
><P
><P
CLASS="LITERALLAYOUT"
><TT
CLASS="LITERAL"
>gcc -o myprog [c files] `pkg-config gtk+-2.0 --cflags --libs`</TT
></P
></P
><P
>You should notice the backquote character which is used
in this command line. A common mistake when you start a GTK+
based development is to use quotes instead of backquotes. If
you do so, the compiler will complain about an unknown file
called <TT
CLASS="FILENAME"
>pkg-config gtk+-2.0 --cflags --libs</TT
>. The
text in backquotes is an instruction to your shell to
substitute the output of executing this command into the
commandline.</P
><P
>The command line above ensures that:</P
><P
></P
><UL
><LI
><P
>the correct C compiler flags will be used
to compile the program (including the complete C header
directory list)</P
></LI
><LI
><P
>your program will be linked with the
needed libraries.</P
></LI
></UL
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x401.html"
ACCESSKEY="P"
><<< Previous</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="book1.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x425.html"
ACCESSKEY="N"
>Next >>></A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>How do I write security sensitive/SUID/SGID programs with GTK+?
Is GTK+ secure? What's this GTK_MODULES security hole I heard about?
<I
CLASS="EMPHASIS"
>[GTK 2.x]</I
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="c386.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>What about using the <B
CLASS="COMMAND"
>make</B
>
utility? <I
CLASS="EMPHASIS"
>[GTK 2.x]</I
></TD
></TR
></TABLE
></DIV
></BODY
></HTML
> |
vendor/jquery/jquery-sheet/jquery.sheet.html | lorddavy/TikiWiki-Improvement-Project | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Expires" content="-1"/>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
<meta content="utf-8" http-equiv="encoding"/>
<title>jQuery.sheet - The Ajax Spreadsheet</title>
<link rel="stylesheet" type="text/css" href="jquery.sheet.css">
<link rel="stylesheet" type="text/css" href="./jquery-ui/theme/jquery-ui.min.css">
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="plugins/globalize.js"></script>
<script type="text/javascript" src="parser/formula/formula.js"></script>
<script type="text/javascript" src="parser/tsv/tsv.js"></script>
<script type="text/javascript" src="jquery.sheet.js"></script>
<!--Optional-->
<!--Nearest-->
<script type="text/javascript" src="plugins/jquery.nearest.min.js"></script>
<!--/Nearest-->
<!--jQuery UI-->
<script type="text/javascript" src="jquery-ui/ui/jquery-ui.min.js"></script>
<!--/jQuery UI-->
<!--Raphaeljs - for charts-->
<script type="text/javascript" src="plugins/raphael-min.js"></script>
<script type="text/javascript" src="plugins/g.raphael-min.js"></script>
<!--/Raphaeljs-->
<!--ColorPicker-->
<link rel="stylesheet" type="text/css" href="plugins/jquery.colorPicker.css" />
<script type="text/javascript" src="plugins/jquery.colorPicker.min.js"></script>
<!--/ColorPicker-->
<!--Theme Switcher Tool-->
<script type="text/javascript" src="plugins/jquery.themeswitcher.js"></script>
<!--/Theme Switcher Tool-->
<!--Elastic-->
<script type="text/javascript" src="plugins/jquery.elastic.min.js"></script>
<!--/Elastic-->
<!--Advanced_Math-->
<script type="text/javascript" src="plugins/jquery.sheet.advancedfn.js"></script>
<!--/Advanced_Math-->
<!--Finance-->
<script type="text/javascript" src="plugins/jquery.sheet.financefn.js"></script>
<!--/Finance-->
<!--Undo-->
<script type="text/javascript" src="plugins/undomanager.js"></script>
<!--/Undo-->
<!--Zero Clipboard-->
<script type="text/javascript" src="plugins/ZeroClipboard.js"></script>
<!--/Zero Clipboard-->
<!--DataTransformationService-->
<script type="text/javascript" src="plugins/jquery.sheet.dts.js"></script>
<!--/DataTransformationService-->
<!--/Optional-->
<script type="text/javascript">
$(function(){
$('#themeSwitcher').themeswitcher({
imgpath: "plugins/jquery.themeswitcher.images/",
loadTheme: "start"
});
//Here is where we initiate the sheets
//every time sheet is created it creates a new jQuery.sheet.instance (array), to manipulate each sheet, the jQuery object is returned
window.loadSheet = function (obj, url) {
var urls = {sheet: url || $(obj).attr('href'), menuLeft: 'menu.left.html', menuRight: 'menu.right.html'}, results = {}, loadCount = 3, loaded = 0;
for(var type in urls) {
var tempUrl = urls[type] + (type == 'sheet' ? ' #sheetParent' : '');
$(document.createElement('div'))
.data('type', type)
.load(tempUrl, function() {
results[$(this).data('type')] = this.children[0];
loaded++;
if (loadCount == loaded) {
$('#sheet')
.attr('class', results.sheet.className)
.html(results.sheet.children)
.sheet({
title: 'Demo',
menuLeft: function() {
var jS = this,
menu = $(results.menuLeft),
copy = menu.find('.jSCopy').mouseover(function() { $(this).one('mouseout', function() {return false;})}),
cut = menu.find('.jSCut').mouseover(function() { $(this).one('mouseout', function() {return false;})}),
paste = menu.find('.jSPaste').click(function() {
alert('Press Ctrl + V to paste over highlighted cells');
});
//Give anchors access to jS them
menu.find('a').each(function() {
this.jS = jS;
});
var clip = new ZeroClipboard(copy.add(cut), {
moviePath: "plugins/ZeroClipboard.swf"
});
clip.on('mousedown', function(client) {
clip.setText(jS.tdsToTsv());
$(this).mousedown();
});
cut.mousedown(function() {
jS.tdsToTsv(null, true);
});
return menu;
},
menuRight: function (){
var jS = this,
//we want to be able to edit the html for the menu to make them multi-instance
menu = $(results.menuRight);
//Give anchors access to jS them
menu.find('a').each(function() {
this.jS = jS;
});
//The following is just so you get an idea of how to style cells
menu.find('.colorPickerCell').colorPicker().change(function(){
jS.cellChangeStyle('background-color', $(this).val());
});
menu.find('.colorPickerFont').colorPicker().change(function(){
jS.cellChangeStyle('color', $(this).val());
});
menu.find('.colorPickers').children().eq(1).css('background-image', "url('images/palette.png')");
menu.find('.colorPickers').children().eq(3).css('background-image', "url('images/palette_bg.png')");
return menu;
}
});
}
});
}
};
loadSheet({}, 'examples/charts.html');
$('#pseudoSheetsMoreInfo').click(function() {
$(this).next().dialog({
title: "What is a pseudo sheet?",
modal: true
});
})
.next().hide();
});
</script>
<!--Page styles-->
<style>
body {
background-color: #464646;
padding: 0px;
margin: 0px;
padding-bottom: 100px;
color: black;
font-family: sans-serif;
font-size: 13px;
}
.wrapper {
margin: 10px;
background-color: #CCCCCC;
}
.locked {
position: fixed;
top: expression(eval(document.body.scrollTop) + "px");
left: 20px;
}
#lockedMenu
{
width: 225px;
background-image: none;
}
#lockedMenu * {
font-size: .95em ! important;
text-decoration: none;
}
#header {
text-align: left;
font-size: 1.5em;
padding: 18px;
border: none;
padding-left: 150px;
}
#footer {
text-align: center;
color: white;
font-size: .9em;
}
#footer a {
font-size: 1.2em;
color: #FFFFFF;
}
</style>
</head>
<body>
<h1 id="header" class="ui-state-default">
<a href="http://visop-dev.com/Project+jQuery.sheet">
<img src="images/logo.png" style="position: absolute;top: -20px; left: 20px; border: none;" />
jQuery.sheet - The Ajax Spreadsheet, Demo
</a>
<br />
<span id="themeSwitcher"></span>
</h1>
<div id="mainWrapper" class="ui-corner-all wrapper">
<table style="width: 100%;">
<tr>
<td rowspan="2" style="width: 170px; vertical-align: top;">
<div id="lockedMenu" class="ui-widget-header ui-corner-all">
<h2 style="width: 100%; text-align: center;">Spreadsheets</h2>
<ul style="padding-left: 15px;">
<li>
<a href="examples/charts.html" onclick="loadSheet(this);return false;">Charts</a>
</li>
<li>
<a href="examples/inputs.html" onclick="loadSheet(this);return false;">Inputs</a>
</li>
<li>
<a href="examples/inputs.get.html">Get Inputs</a>
</li>
<li>
<a href="examples/dates.html" onclick="loadSheet(this);return false;">Dates</a>
</li>
<li>
<a href="examples/empty.html" onclick="loadSheet(this);return false;">Empty</a>
</li>
<li>
<a href="examples/events.html">Javascript Events</a>
</li>
<li>
<a href="examples/financial.html" onclick="loadSheet(this);return false;">Financial</a>
</li>
<li>
<a href="examples/information.html" onclick="loadSheet(this);return false;">Information</a>
</li>
<li>
<a href="examples/logical.html" onclick="loadSheet(this);return false;">Logical</a>
</li>
<li>
<a href="examples/math.html" onclick="loadSheet(this); return false;">Math</a>
</li>
<li>
<a href="examples/globalize.html">Number and Date Culture Formats</a>
</li>
<li>
<a href="examples/mild.stress.test.html" onclick="loadSheet(this); return false;">Mild Stress Test</a>
</li>
<li>
<a href="examples/mortgage.estimator.html" onclick="loadSheet(this); return false;">Mortgage Estimator</a>
</li>
<li>
<a href="examples/not.editable.html" onclick="loadSheet(this); return false;">Not Editable</a>
</li>
<li>
<a href="examples/readonly.html" onclick="loadSheet(this); return false;">Read Only (partially, formula's don't do anything)</a>
</li>
<li>
<a href="examples/statistical.html" onclick="loadSheet(this); return false;">Statistical</a>
</li>
<li>
<a href="examples/sort.html">Sorting</a>
</li>
<li>
<a href="examples/string.html" onclick="loadSheet(this); return false;">String</a>
</li>
<li>
<a href="examples/cells.hidden.html" onclick="loadSheet(this); return false;">Hidden Cells</a>
</li>
<li>
<a href="examples/cells.merged.html" onclick="loadSheet(this); return false;">Merged Cells</a>
</li>
<li>
<a href="examples/toggle.state.html">Toggle State</a>
</li>
<li>
<a href="examples/dts.test.html">Json & XML Data Transformation Services</a>
</li>
<li>
<a href="examples/behavior.testing.html">Cross Browser Behavior Unit Test</a>
</li>
</ul>
<div style="text-align: center;">
<a href="http://visop-dev.com/Project+jQuery.sheet">Project Home | Download</a>
</div>
<br />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="width: 100%; text-align: center;padding-bottom: 5px;">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="X9USQZEMU9934" />
<input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only ui-state-highlight" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" value="DONATE"/>
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>
</div>
</td>
</tr>
<tr>
<td colspan="2" style="vertical-align: top;">
<div id="sheet" class="jQuerySheet" style="height: 450px;"></div>
</td>
</tr>
</table>
</div>
<div id="footer" class="ui-corner-all">
<a href="http://visop-dev.com/Project+jQuery.sheet">jQuery.sheet() The Ajax Spreadsheet</a>
| <a href="http://visop-dev.com/contact+us">Get Support!</a>
| <a href="http://www.VisOp-Dev.com">Home</a>
| <a href="https://code.google.com/p/jquerysheet/">Code</a>
| <a href="http://visop-dev.com/doc/js3/index.html">Developer Documentation</a>
| <a href="http://visop-dev.com/jQuery.sheet+-+End+User+Documentation">End User Documentation</a>
| <a href="http://jqueryui.com/themeroller/">Create your own theme</a>
<br/>
<a href="http://www.opensource.org/licenses/mit-license.html">MIT license</a>
</div>
</body>
</html>
|
doc/gitlab3.exceptions-class.html | alexvh/python-gitlab3 | <?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>gitlab3.exceptions</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="gitlab3-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://github.com/alexvh/python-gitlab3">python-gitlab3</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="gitlab3-module.html">Package gitlab3</a> ::
Class exceptions
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="gitlab3.exceptions-class.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class exceptions</h1><p class="nomargin-top"></p>
<!-- ==================== NESTED CLASSES ==================== -->
<a name="section-NestedClasses"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Nested Classes</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-NestedClasses"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a href="gitlab3.exceptions.GitLabException-class.html" class="summary-name">GitLabException</a><br />
Base exception class
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a href="gitlab3.exceptions.MissingRequiredAttribute-class.html" class="summary-name">MissingRequiredAttribute</a><br />
A required attribute of the API request is missing, e.g.
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a href="gitlab3.exceptions.UnauthorizedRequest-class.html" class="summary-name">UnauthorizedRequest</a><br />
The user is not authenticated, a valid user token is necessary
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a href="gitlab3.exceptions.ForbiddenRequest-class.html" class="summary-name">ForbiddenRequest</a><br />
The request is not allowed, e.g.
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a href="gitlab3.exceptions.ResourceNotFound-class.html" class="summary-name">ResourceNotFound</a><br />
A resource could not be accessed, e.g.
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a href="gitlab3.exceptions.RequestNotSupported-class.html" class="summary-name">RequestNotSupported</a><br />
The request is not supported
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a href="gitlab3.exceptions.ResourceConflict-class.html" class="summary-name">ResourceConflict</a><br />
A conflicting resource already exists, e.g.
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a href="gitlab3.exceptions.ServerError-class.html" class="summary-name">ServerError</a><br />
While handling the request something went wrong on the server side
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a href="gitlab3.exceptions.ConnectionError-class.html" class="summary-name">ConnectionError</a><br />
A connection to GitLab could not be established due to a network
problem, e.g.
</td>
</tr>
</table>
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="gitlab3-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://github.com/alexvh/python-gitlab3">python-gitlab3</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Tue Nov 12 15:24:10 2013
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
|
www/install/views/assets/css/install.css | r8dhex/tiantianhotpot | * {
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
}
a {
-webkit-transition: color .2s;
}
html {
background: #444f5f;
color: #8797af;
font: 15px/25px "Helvetica Neue", "Open Sans", "DejaVu Sans", "Arial", sans-serif;
}
body {
width: 960px;
margin: 40px auto;
}
body > small {
display: block;
padding-top: 30px;
color: #7f8c9f;
}
body > small a {
float: right;
color: #adbdd5;
font-weight: 500;
text-decoration: none;
}
body > small a:hover {
color: #fff;
}
.small {
background: #89b92c;
color: #86936c;
margin: 5% auto;
}
.small nav, .small small {
display: none;
}
.small .content {
background: #fff;
width: 360px;
}
.small .options {
margin: 0;
overflow: hidden;
}
.small h1 {
color: #6b931e;
font-size: 29px;
font-weight: 300;
text-align: center;
padding: 10px 0 25px;
}
.small a {
background: #e5eed5;
color: #7aa031;
float: left;
padding: 6px 18px;
border-radius: 5px;
font-size: 13px;
font-weight: 500;
}
.small a:hover {
background: #e0ecc8;
color: #7aa031;
}
.small a + a {
float: right;
}
.small .code {
padding-top: 1em;
}
.small .code textarea {
width: 320px;
background: #ccc;
margin: 1em 0;
font-family: monospace;
}
nav {
overflow: hidden;
padding-bottom: 40px;
}
nav ul {
float: right;
}
nav li, nav img {
float: left;
}
nav li {
list-style: none;
font-size: 13px;
font-weight: 500;
background: #444f5f;
color: #70829b;
margin-top: -11px;
margin-right: 80px;
padding: 0 10px;
}
nav li:last-child {
margin-right: 0;
}
nav li.elapsed {
color: #fff;
}
nav ul {
height: 1px;
margin-top: 10px;
border-bottom: 1px solid #576477;
}
a {
font-weight: 500;
color: #a0afc6;
text-decoration: none;
}
a:hover {
color: #fff;
}
.content {
background: #36404e;
padding: 40px 50px;
border-radius: 5px;
}
.options {
margin-top: 2em;
}
article {}
article h1 {
font-size: 29px;
line-height: 35px;
font-weight: 300;
color: #fff;
padding-bottom: 15px;
}
article ul {
padding-left: 2em;
}
article ul li {
margin: 6px 0;
}
article code {
display: inline-block;
border-radius: 4px;
background: #3C4757;
padding: 0 6px;
}
fieldset {
border: none;
}
form {
width: 900px;
margin-top: 2em;
}
form p {
position: relative;
margin-bottom: 15px;
}
form i {
position: absolute;
left: 0;
top: 18px;
width: 220px;
font-size: 11px;
font-style: normal;
color: #65758c;
}
form .more {
margin-left: 220px;
}
label {
font-size: 13px;
line-height: 18px;
font-weight: 500;
display: block;
padding-top: 3px;
float: left;
width: 220px;
cursor: pointer;
}
input:not([type="checkbox"]), textarea, select {
padding: 8px 20px;
border: none;
border-radius: 5px;
font: 13px/25px "Helvetica Neue", "Open Sans", "DejaVu Sans", "Arial", sans-serif;
color: #576170;
width: 400px;
margin-bottom: 10px;
}
textarea {
resize: vertical;
min-height: 150px;
max-height: 600px;
padding: 12px 20px;
}
input:focus, textarea:focus {
outline: none;
}
select {
width: 444px;
padding: 10px 20px;
background: #fff;
border: 2px solid #36404e;
margin-left: -2px;
}
.error {
width: 810px;
padding: 10px 20px;
margin-bottom: 25px;
background: #b43e27;
color: #fff;
border-radius: 5px;
}
form .error p {
margin: 0;
}
.btn {
border: none;
border-radius: 5px;
display: inline-block;
font: 500 13px/18px "Helvetica Neue", sans-serif;
padding: 11px 20px;
background: #3f75c3;
color: #fff;
cursor: pointer;
}
.btn:hover {
background: #4680d3;
}
.btn.quiet {
color: #ccc;
}
form .btn {
margin-left: 220px;
}
form .quiet {
margin-right: 25px;
} |
src/main/webapp/resources/css/common/github_2.css | hhqqnu/zuoxiaolong | html {
font-family: sans-serif;
}
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 none;
}
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 none repeat scroll 0 0;
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 none;
}
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"] {
cursor: pointer;
}
button[disabled], html input[disabled] {
cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0 none;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
box-sizing: content-box;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0 none;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td, th {
padding: 0;
}
* {
box-sizing: border-box;
}
input, select, textarea, button {
font: 13px/1.4 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
}
body {
background-color: #fff;
color: #333;
font: 13px/1.4 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
}
a {
color: #4078c0;
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
}
hr, .rule {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: transparent none repeat scroll 0 0;
border-color: -moz-use-text-color -moz-use-text-color #ddd;
border-image: none;
border-style: none none solid;
border-width: 0 0 1px;
height: 0;
margin: 15px 0;
overflow: hidden;
}
hr::before, .rule::before {
content: "";
display: table;
}
hr::after, .rule::after {
clear: both;
content: "";
display: table;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.1;
margin-bottom: 15px;
margin-top: 15px;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 21px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 14px;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 11px;
}
small {
font-size: 90%;
}
blockquote {
margin: 0;
}
.lead {
color: #555;
font-size: 20px;
font-weight: 300;
margin-bottom: 30px;
}
.text-muted {
color: #767676;
}
.text-danger {
color: #bd2c00;
}
.text-emphasized {
color: #333;
font-weight: bold;
}
ul, ol {
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
ol ol, ul ol {
list-style-type: lower-roman;
}
ul ul ol, ul ol ol, ol ul ol, ol ol ol {
list-style-type: lower-alpha;
}
dd {
margin-left: 0;
}
tt, code {
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
font-size: 12px;
}
pre {
font: 12px Consolas,"Liberation Mono",Menlo,Courier,monospace;
margin-bottom: 0;
margin-top: 0;
}
.container {
margin-left: auto;
margin-right: auto;
width: 980px;
}
.container::before {
content: "";
display: table;
}
.container::after {
clear: both;
content: "";
display: table;
}
.columns {
margin-left: -10px;
margin-right: -10px;
}
.columns::before {
content: "";
display: table;
}
.columns::after {
clear: both;
content: "";
display: table;
}
.column {
float: left;
padding-left: 10px;
padding-right: 10px;
}
.one-third {
width: 33.3333%;
}
.two-thirds {
width: 66.6667%;
}
.one-fourth {
width: 25%;
}
.one-half {
width: 50%;
}
.three-fourths {
width: 75%;
}
.one-fifth {
width: 20%;
}
.four-fifths {
width: 80%;
}
.single-column {
padding-left: 10px;
padding-right: 10px;
}
.table-column {
display: table-cell;
padding-left: 10px;
padding-right: 10px;
vertical-align: top;
width: 1%;
}
fieldset {
border: 0 none;
margin: 0;
padding: 0;
}
label {
font-size: 13px;
font-weight: bold;
}
.form-control, input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"], textarea {
background-color: #fff;
background-position: right center;
background-repeat: no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
color: #333;
font-size: 13px;
min-height: 34px;
outline: medium none;
padding: 7px 8px;
vertical-align: middle;
}
.form-control.focus, .form-control:focus, input.focus[type="text"], input[type="text"]:focus, .focused .drag-and-drop, input.focus[type="password"], input[type="password"]:focus, input.focus[type="email"], input[type="email"]:focus, input.focus[type="number"], input[type="number"]:focus, input.focus[type="tel"], input[type="tel"]:focus, input.focus[type="url"], input[type="url"]:focus, textarea.focus, textarea:focus {
border-color: #51a7e8;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(81, 167, 232, 0.5);
}
input.input-contrast, .input-contrast {
background-color: #fafafa;
}
input.input-contrast:focus, .input-contrast:focus {
background-color: #fff;
}
*::-moz-placeholder {
color: #aaa;
}
input.input-mini {
font-size: 12px;
min-height: 26px;
padding-bottom: 4px;
padding-top: 4px;
}
input.input-large {
font-size: 16px;
padding: 6px 10px;
}
.input-block {
display: block;
width: 100%;
}
.input-monospace {
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
}
dl.form {
margin: 15px 0;
}
dl.form input[type="text"], dl.form input[type="password"], dl.form input[type="email"], dl.form input[type="url"], dl.form textarea {
background-color: #fafafa;
}
dl.form input[type="text"]:focus, dl.form .focused .drag-and-drop, .focused dl.form .drag-and-drop, dl.form input[type="password"]:focus, dl.form input[type="email"]:focus, dl.form input[type="url"]:focus, dl.form textarea:focus {
background-color: #fff;
}
dl.form > dt {
margin: 0 0 6px;
}
dl.form > dt label {
position: relative;
}
dl.form.flattened > dt {
float: left;
line-height: 32px;
margin: 0;
}
dl.form.flattened > dd {
line-height: 32px;
}
dl.form > dd input[type="text"], dl.form > dd input[type="password"], dl.form > dd input[type="email"], dl.form > dd input[type="url"] {
margin-right: 5px;
max-width: 100%;
width: 440px;
}
dl.form > dd input.shorter {
width: 130px;
}
dl.form > dd input.short {
width: 250px;
}
dl.form > dd input.long {
width: 100%;
}
dl.form > dd textarea {
height: 200px;
min-height: 200px;
width: 100%;
}
dl.form > dd textarea.short {
height: 50px;
min-height: 50px;
}
dl.form > dd h4 {
margin: 4px 0 0;
}
dl.form > dd h4.is-error {
color: #bd2c00;
}
dl.form > dd h4.is-success {
color: #6cc644;
}
dl.form > dd h4 + p.note {
margin-top: 0;
}
dl.form.required > dt > label::after {
color: #9f1006;
content: "*";
padding-left: 5px;
}
dl.form .success, dl.form .error, dl.form .indicator {
display: none;
font-size: 12px;
font-weight: bold;
}
dl.form.loading {
opacity: 0.5;
}
dl.form.loading .indicator {
display: inline;
}
dl.form.loading .spinner {
display: inline-block;
vertical-align: middle;
}
dl.form.successful .success {
color: #390;
display: inline;
}
dl.form.errored > dt label {
color: #900;
}
dl.form.errored .error {
color: #900;
display: inline;
}
dl.form.errored dd.error, dl.form.errored dd.warning {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #f7ea57 none repeat scroll 0 0;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-color: #fff #c0b536 #c0b536;
border-image: none;
border-style: solid;
border-width: 1px;
color: #494620;
display: inline-block;
font-size: 11px;
padding: 5px;
}
dl.form.warn .warning {
color: #900;
display: inline;
}
dl.form.warn dd.warning {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #f7ea57 none repeat scroll 0 0;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-color: #fff #c0b536 #c0b536;
border-image: none;
border-style: solid;
border-width: 1px;
color: #494620;
display: inline-block;
font-size: 11px;
padding: 5px;
}
dl.form .form-note {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #f7ea57 none repeat scroll 0 0;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-color: #fff #c0b536 #c0b536;
border-image: none;
border-style: solid;
border-width: 1px;
color: #494620;
display: inline-block;
font-size: 11px;
margin-top: -1px;
padding: 5px;
}
.note {
color: #767676;
font-size: 12px;
margin: 4px 0 2px;
min-height: 17px;
}
.note .spinner {
margin-right: 3px;
vertical-align: middle;
}
.form-checkbox {
margin: 15px 0;
padding-left: 20px;
vertical-align: middle;
}
.form-checkbox label em.highlight {
background: #fffbdc none repeat scroll 0 0;
border-radius: 3px;
font-style: normal;
left: -4px;
padding: 2px 4px;
position: relative;
}
.form-checkbox input[type="checkbox"], .form-checkbox input[type="radio"] {
float: left;
margin: 2px 0 0 -20px;
vertical-align: middle;
}
.form-checkbox .note {
color: #666;
display: block;
font-size: 12px;
font-weight: normal;
margin: 0;
}
.hfields {
margin: 15px 0;
}
.hfields::before {
content: "";
display: table;
}
.hfields::after {
clear: both;
content: "";
display: table;
}
.hfields dl.form {
float: left;
margin: 0 30px 0 0;
}
.hfields dl.form > dt label {
color: #666;
display: inline-block;
margin: 5px 0 0;
}
.hfields dl.form > dt img {
position: relative;
top: -2px;
}
.hfields .btn {
float: left;
margin: 28px 25px 0 -20px;
}
.hfields select {
margin-top: 5px;
}
.input-group {
display: table;
}
.input-group input {
position: relative;
width: 100%;
}
.input-group input:focus {
z-index: 2;
}
.input-group input[type="text"] + .btn {
margin-left: 0;
}
.input-group.inline {
display: inline-table;
}
.input-group input, .input-group-button {
display: table-cell;
}
.input-group-button {
vertical-align: middle;
width: 1%;
}
.input-group input:first-child, .input-group-button:first-child .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-button:first-child .btn {
margin-right: -1px;
}
.input-group input:last-child, .input-group-button:last-child .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-button:last-child .btn {
margin-left: -1px;
}
.form-actions::before {
content: "";
display: table;
}
.form-actions::after {
clear: both;
content: "";
display: table;
}
.form-actions .btn {
float: right;
}
.form-actions .btn + .btn {
margin-right: 5px;
}
.form-warning {
background: #ffffe2 none repeat scroll 0 0;
border: 1px solid #e7e4c2;
border-radius: 4px;
color: #333;
font-size: 14px;
margin: 10px 0;
padding: 8px 10px;
}
.form-warning p {
line-height: 1.5;
margin: 0;
}
.form-warning strong {
color: #000;
}
.form-warning a {
font-weight: bold;
}
.status-indicator {
display: inline-block;
font: 16px/1 "octicons";
margin-left: 5px;
text-decoration: none;
}
.status-indicator-success::before {
color: #6cc644;
content: "";
}
.status-indicator-failed::before {
color: #bd2c00;
content: "";
}
.flash-messages {
margin-bottom: 15px;
margin-top: 15px;
}
.flash, .flash-global {
background-color: #e2eef9;
border: 1px solid #bac6d3;
color: #246;
font-size: 14px;
line-height: 1.6;
position: relative;
}
.flash.flash-warn, .flash-global.flash-warn {
background-color: #fff9ea;
border-color: #dfd8c2;
color: #4c4a42;
}
.flash.flash-error, .flash-global.flash-error {
background-color: #fcdede;
border-color: #d2b2b2;
color: #911;
}
.flash .flash-close, .flash-global .flash-close {
color: inherit;
cursor: pointer;
float: right;
margin-left: 20px;
margin-right: -15px;
margin-top: -15px;
opacity: 0.6;
padding: 17px;
text-decoration: none;
}
.flash .flash-close:hover, .flash-global .flash-close:hover {
opacity: 1;
}
.flash p:last-child, .flash-global p:last-child {
margin-bottom: 0;
}
.flash .flash-action, .flash-global .flash-action {
float: right;
margin-left: 20px;
margin-top: -4px;
}
.flash a, .flash-global a {
font-weight: bold;
}
.flash {
border-radius: 3px;
padding: 15px;
}
.flash + .flash {
margin-top: 5px;
}
.flash-with-icon {
padding-left: 40px;
}
.flash-with-icon > .octicon {
float: left;
margin-left: -25px;
margin-top: 3px;
}
.flash-global {
border-width: 1px 0;
margin-top: -1px;
padding: 10px;
}
.flash-global h2, .flash-global p {
font-size: 14px;
line-height: 1.4;
margin-bottom: 0;
margin-top: 0;
}
.flash-global .flash-action {
margin-top: 5px;
}
.flash-title {
margin-bottom: 5px;
margin-top: 0;
}
.avatar {
border-radius: 3px;
display: inline-block;
line-height: 1;
overflow: hidden;
vertical-align: middle;
}
.avatar-small {
border-radius: 2px;
}
.avatar-link {
float: left;
line-height: 1;
}
.avatar-group-item {
display: inline-block;
margin-bottom: 3px;
}
.avatar-parent-child {
position: relative;
}
.avatar-child {
border-radius: 2px;
bottom: -9%;
box-shadow: -2px -2px 0 rgba(255, 255, 255, 0.8);
position: absolute;
right: -15%;
}
.blankslate {
background-color: #fafafa;
border: 1px solid #e5e5e5;
border-radius: 3px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) inset;
padding: 30px;
position: relative;
text-align: center;
}
.blankslate.clean-background {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
box-shadow: none;
}
.blankslate.capped {
border-radius: 0 0 3px 3px;
}
.blankslate.spacious {
padding: 100px 60px 120px;
}
.blankslate.has-fixed-width {
margin: 0 auto;
width: 485px;
}
.blankslate.large-format h3 {
font-size: 20px;
margin: 0.75em 0;
}
.blankslate.large-format p {
font-size: 16px;
}
.blankslate.large-format p.has-fixed-width {
margin: 0 auto;
text-align: left;
width: 540px;
}
.blankslate.large-format .mega-octicon {
color: #aaa;
font-size: 40px;
height: 40px;
width: 40px;
}
.blankslate.large-format .octicon-inbox {
font-size: 48px;
line-height: 40px;
}
.blankslate code {
background: #fff none repeat scroll 0 0;
border: 1px solid #eee;
border-radius: 3px;
font-size: 14px;
padding: 2px 5px 3px;
}
.blankslate > .mega-octicon {
color: #aaa;
}
.blankslate .mega-octicon + .mega-octicon {
margin-left: 10px;
}
.tabnav + .blankslate {
margin-top: 20px;
}
.blankslate .context-loader.large-format-loader {
padding-top: 50px;
}
.counter {
background-color: #eee;
border-radius: 20px;
color: #666;
display: inline-block;
font-size: 11px;
font-weight: bold;
line-height: 1;
padding: 2px 5px;
}
.btn {
-moz-user-select: none;
background-color: #eee;
background-image: linear-gradient(#fcfcfc, #eee);
border: 1px solid #d5d5d5;
border-radius: 3px;
color: #333;
cursor: pointer;
display: inline-block;
font-size: 13px;
font-weight: bold;
line-height: 20px;
padding: 6px 12px;
position: relative;
vertical-align: middle;
white-space: nowrap;
}
.btn i {
font-style: normal;
font-weight: 500;
opacity: 0.6;
}
.btn .octicon {
vertical-align: text-top;
}
.btn .counter {
background-color: #e5e5e5;
text-shadow: none;
}
.btn:focus {
border-color: #51a7e8;
box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
outline: medium none;
text-decoration: none;
}
.btn:focus:hover, .btn.selected:focus {
border-color: #51a7e8;
}
.btn:hover, .btn:active, .btn.zeroclipboard-is-hover, .btn.zeroclipboard-is-active {
background-color: #ddd;
background-image: linear-gradient(#eee, #ddd);
border-color: #ccc;
text-decoration: none;
}
.btn:active, .btn.selected, .btn.zeroclipboard-is-active {
background-color: #dcdcdc;
background-image: none;
border-color: #b5b5b5;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset;
}
.btn.selected:hover {
background-color: #cfcfcf;
}
.btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover {
background-color: rgba(229, 229, 229, 0.5);
background-image: none;
border-color: rgba(197, 197, 197, 0.5);
box-shadow: none;
color: rgba(102, 102, 102, 0.5);
cursor: default;
}
.btn-primary {
background-color: #60b044;
background-image: linear-gradient(#8add6d, #60b044);
border-color: #5ca941;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.btn-primary .counter {
background-color: #fff;
color: #60b044;
}
.btn-primary:hover {
background-color: #569e3d;
background-image: linear-gradient(#79d858, #569e3d);
border-color: #4a993e;
color: #fff;
}
.btn-primary:active, .btn-primary.selected {
background-color: #569e3d;
background-image: none;
border-color: #418737;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.btn-primary.selected:hover {
background-color: #4c8b36;
}
.btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary.disabled, .btn-primary.disabled:hover {
background-color: #add39f;
background-image: linear-gradient(#c3ecb4, #add39f);
border-color: #b9dcac #b9dcac #a7c89b;
color: #fefefe;
}
.btn-danger {
color: #900;
}
.btn-danger:hover {
background-color: #b33630;
background-image: linear-gradient(#dc5f59, #b33630);
border-color: #cd504a;
color: #fff;
}
.btn-danger:active, .btn-danger.selected {
background-color: #b33630;
background-image: none;
border-color: #9f312c;
color: #fff;
}
.btn-danger.selected:hover {
background-color: #9f302b;
}
.btn-danger:disabled, .btn-danger:disabled:hover, .btn-danger.disabled, .btn-danger.disabled:hover {
background-color: #efefef;
background-image: linear-gradient(#fefefe, #efefef);
border-color: #e1e1e1;
color: #cb7f7f;
}
.btn-danger:hover .counter, .btn-danger:active .counter, .btn-danger.selected .counter {
background-color: #fff;
color: #b33630;
}
.btn-outline {
background-color: #fff;
background-image: none;
border: 1px solid #e5e5e5;
color: #4078c0;
}
.btn-outline .counter {
background-color: #eee;
}
.btn-outline:hover, .btn-outline:active, .btn-outline.selected, .btn-outline.zeroclipboard-is-hover, .btn-outline.zeroclipboard-is-active {
background-color: #4078c0;
background-image: none;
border-color: #4078c0;
color: #fff;
}
.btn-outline:hover .counter, .btn-outline:active .counter, .btn-outline.selected .counter, .btn-outline.zeroclipboard-is-hover .counter, .btn-outline.zeroclipboard-is-active .counter {
background-color: #fff;
color: #4078c0;
}
.btn-outline.selected:hover {
background-color: #396cad;
}
.btn-outline:disabled, .btn-outline:disabled:hover, .btn-outline.disabled, .btn-outline.disabled:hover {
background-color: #fff;
background-image: none;
border-color: #e5e5e5;
color: #767676;
}
.btn-with-count {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
float: left;
}
.btn-sm {
padding: 2px 10px;
}
.hidden-text-expander {
display: block;
}
.hidden-text-expander.inline {
display: inline-block;
line-height: 0;
margin-left: 5px;
position: relative;
top: -1px;
}
.hidden-text-expander a {
background: #ddd none repeat scroll 0 0;
border-radius: 1px;
color: #555;
display: inline-block;
font-size: 12px;
font-weight: bold;
height: 12px;
line-height: 6px;
padding: 0 5px;
text-decoration: none;
vertical-align: middle;
}
.hidden-text-expander a:hover {
background-color: #ccc;
text-decoration: none;
}
.hidden-text-expander a:active {
background-color: #4183c4;
color: #fff;
}
.social-count {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #fff;
border-bottom-right-radius: 3px;
border-color: #ddd #ddd #ddd -moz-use-text-color;
border-image: none;
border-style: solid solid solid none;
border-top-right-radius: 3px;
border-width: 1px 1px 1px 0;
color: #333;
float: left;
font-size: 11px;
font-weight: bold;
line-height: 20px;
padding: 2px 7px;
vertical-align: middle;
}
.social-count:hover, .social-count:active {
text-decoration: none;
}
.social-count:hover {
color: #4078c0;
cursor: pointer;
}
.btn-block {
display: block;
text-align: center;
width: 100%;
}
.btn-group {
display: inline-block;
vertical-align: middle;
}
.btn-group::before {
content: "";
display: table;
}
.btn-group::after {
clear: both;
content: "";
display: table;
}
.btn-group .btn {
float: left;
position: relative;
}
.btn-group .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group .btn:first-child {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group .btn:last-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.selected {
z-index: 2;
}
.btn-group .btn:focus {
z-index: 3;
}
.btn-group .btn + .btn {
margin-left: -1px;
}
.btn-group .btn + .button_to, .btn-group .button_to + .btn, .btn-group .button_to + .button_to {
margin-left: -1px;
}
.btn-group .button_to {
float: left;
}
.btn-group .button_to .btn {
border-radius: 0;
}
.btn-group .button_to:first-child .btn {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.btn-group .button_to:last-child .btn {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.btn-group + .btn-group, .btn-group + .btn {
margin-left: 5px;
}
.btn-link {
-moz-user-select: none;
background-color: transparent;
border: 0 none;
color: #4078c0;
cursor: pointer;
display: inline-block;
font-size: inherit;
padding: 0;
white-space: nowrap;
}
.btn-link:hover, .btn-link:focus {
text-decoration: underline;
}
.btn-link:focus {
outline: medium none;
}
.menu {
background-color: #fff;
border: 1px solid #d8d8d8;
border-radius: 3px;
list-style: outside none none;
margin-bottom: 15px;
}
.menu-item {
border-bottom: 1px solid #eee;
display: block;
padding: 8px 10px;
position: relative;
text-shadow: 0 1px 0 #fff;
}
.menu-item:first-child {
border-top: 0 none;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.menu-item:first-child::before {
border-top-left-radius: 2px;
}
.menu-item:last-child {
border-bottom: 0 none;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.menu-item:last-child::before {
border-bottom-left-radius: 2px;
}
.menu-item:hover {
background-color: #f9f9f9;
text-decoration: none;
}
.menu-item.selected {
background-color: #fff;
color: #222;
cursor: default;
font-weight: bold;
}
.menu-item.selected::before {
background-color: #d26911;
bottom: 0;
content: "";
left: 0;
position: absolute;
top: 0;
width: 2px;
}
.menu-item .octicon {
color: #333;
margin-right: 5px;
text-align: center;
width: 16px;
}
.menu-item .counter {
float: right;
margin-left: 5px;
}
.menu-item .menu-warning {
color: #d26911;
float: right;
}
.menu-item .avatar {
float: left;
margin-right: 5px;
}
.menu-item.alert .counter {
color: #bd2c00;
}
.menu-heading {
background-color: #f7f7f7;
border-bottom: 1px solid #eee;
color: #555;
display: block;
font-size: 13px;
font-weight: bold;
line-height: 20px;
margin-bottom: 0;
margin-top: 0;
padding: 8px 10px;
}
.menu-heading:hover {
text-decoration: none;
}
.menu-heading:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.menu-heading:last-child {
border-bottom: 0 none;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.tabnav {
border-bottom: 1px solid #ddd;
margin-bottom: 15px;
margin-top: 0;
}
.tabnav .counter {
margin-left: 5px;
}
.tabnav-tabs {
margin-bottom: -1px;
}
.tabnav-tab {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent -moz-use-text-color;
border-image: none;
border-style: solid solid none;
border-width: 1px 1px 0;
color: #666;
display: inline-block;
font-size: 14px;
line-height: 20px;
padding: 8px 12px;
text-decoration: none;
}
.tabnav-tab.selected {
background-color: #fff;
border-color: #ddd;
border-radius: 3px 3px 0 0;
color: #333;
}
.tabnav-tab:hover {
text-decoration: none;
}
.tabnav-extra {
color: #666;
display: inline-block;
font-size: 12px;
margin-left: 10px;
padding-top: 10px;
}
.tabnav-extra > .octicon {
margin-right: 2px;
}
a.tabnav-extra:hover {
color: #4078c0;
text-decoration: none;
}
.tabnav-btn {
margin-left: 10px;
}
.filter-list {
list-style-type: none;
}
.filter-list.small .filter-item {
font-size: 12px;
margin: 0 0 2px;
padding: 4px 10px;
}
.filter-list.pjax-active .filter-item {
background-color: transparent;
color: #767676;
}
.filter-list.pjax-active .filter-item.pjax-active {
background-color: #4078c0;
color: #fff;
}
.filter-item {
border-radius: 3px;
color: #767676;
cursor: pointer;
display: block;
font-size: 14px;
margin-bottom: 5px;
overflow: hidden;
padding: 8px 10px;
position: relative;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
.filter-item:hover {
background-color: #eee;
text-decoration: none;
}
.filter-item.selected {
background-color: #4078c0;
color: #fff;
}
.filter-item.selected .octicon-remove-close {
float: right;
opacity: 0.8;
}
.filter-item .count {
float: right;
font-weight: bold;
}
.filter-item .bar {
background-color: #f1f1f1;
bottom: 2px;
display: inline-block;
position: absolute;
right: 0;
top: 2px;
z-index: -1;
}
.state {
background-color: #999;
border-radius: 3px;
color: #fff;
display: inline-block;
font-weight: bold;
line-height: 20px;
padding: 4px 8px;
text-align: center;
}
.state-open, .state-proposed, .state-reopened {
background-color: #6cc644;
}
.state-merged {
background-color: #6e5494;
}
.state-closed {
background-color: #bd2c00;
}
.state-renamed {
background-color: #fffa5d;
}
.tooltipped {
position: relative;
}
.tooltipped::after {
background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
content: attr(aria-label);
display: none;
font: 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
letter-spacing: normal;
padding: 5px 8px;
pointer-events: none;
position: absolute;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: pre;
word-wrap: break-word;
z-index: 1000000;
}
.tooltipped::before {
border: 5px solid transparent;
color: rgba(0, 0, 0, 0.8);
content: "";
display: none;
height: 0;
pointer-events: none;
position: absolute;
width: 0;
z-index: 1000001;
}
.tooltipped:hover::before, .tooltipped:hover::after, .tooltipped:active::before, .tooltipped:active::after, .tooltipped:focus::before, .tooltipped:focus::after {
display: inline-block;
text-decoration: none;
}
.tooltipped-multiline:hover::after, .tooltipped-multiline:active::after, .tooltipped-multiline:focus::after {
display: table-cell;
}
.tooltipped-s::after, .tooltipped-se::after, .tooltipped-sw::after {
margin-top: 5px;
right: 50%;
top: 100%;
}
.tooltipped-s::before, .tooltipped-se::before, .tooltipped-sw::before {
border-bottom-color: rgba(0, 0, 0, 0.8);
bottom: -5px;
margin-right: -5px;
right: 50%;
top: auto;
}
.tooltipped-se::after {
left: 50%;
margin-left: -15px;
right: auto;
}
.tooltipped-sw::after {
margin-right: -15px;
}
.tooltipped-n::after, .tooltipped-ne::after, .tooltipped-nw::after {
bottom: 100%;
margin-bottom: 5px;
right: 50%;
}
.tooltipped-n::before, .tooltipped-ne::before, .tooltipped-nw::before {
border-top-color: rgba(0, 0, 0, 0.8);
bottom: auto;
margin-right: -5px;
right: 50%;
top: -5px;
}
.tooltipped-ne::after {
left: 50%;
margin-left: -15px;
right: auto;
}
.tooltipped-nw::after {
margin-right: -15px;
}
.tooltipped-s::after, .tooltipped-n::after {
transform: translateX(50%);
}
.tooltipped-w::after {
bottom: 50%;
margin-right: 5px;
right: 100%;
transform: translateY(50%);
}
.tooltipped-w::before {
border-left-color: rgba(0, 0, 0, 0.8);
bottom: 50%;
left: -5px;
margin-top: -5px;
top: 50%;
}
.tooltipped-e::after {
bottom: 50%;
left: 100%;
margin-left: 5px;
transform: translateY(50%);
}
.tooltipped-e::before {
border-right-color: rgba(0, 0, 0, 0.8);
bottom: 50%;
margin-top: -5px;
right: -5px;
top: 50%;
}
.tooltipped-multiline::after {
border-collapse: separate;
max-width: 250px;
white-space: pre-line;
width: -moz-max-content;
word-wrap: normal;
}
.tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after {
left: 50%;
right: auto;
transform: translateX(-50%);
}
.tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after {
right: 100%;
}
@media not all {
.tooltipped-multiline::after {
width: 250px;
}
}
.tooltipped-sticky::before, .tooltipped-sticky::after {
display: inline-block;
}
.tooltipped-sticky.tooltipped-multiline::after {
display: table-cell;
}
.fullscreen-overlay-enabled.dark-theme .tooltipped::after {
background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
color: #000;
}
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s::before, .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se::before, .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw::before {
border-bottom-color: rgba(255, 255, 255, 0.8);
}
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n::before, .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne::before, .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw::before {
border-top-color: rgba(255, 255, 255, 0.8);
}
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e::before {
border-right-color: rgba(255, 255, 255, 0.8);
}
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w::before {
border-left-color: rgba(255, 255, 255, 0.8);
}
.flex-table {
display: table;
}
.flex-table-item {
display: table-cell;
vertical-align: middle;
white-space: nowrap;
width: 1%;
}
.flex-table-item-primary {
width: 99%;
}
.css-truncate.css-truncate-target, .css-truncate .css-truncate-target {
display: inline-block;
max-width: 125px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: top;
white-space: nowrap;
}
.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target, .css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target, .css-truncate.expandable:hover .css-truncate-target, .css-truncate.expandable.css-truncate-target:hover {
max-width: 10000px !important;
}
.sunken-menu {
background-image: linear-gradient(to right, #f6f6f6 0%, #fff 8px);
box-shadow: 1px 0 0 #eee inset;
padding-bottom: 15px;
padding-top: 15px;
position: relative;
}
.sunken-menu::before, .sunken-menu::after {
background-color: transparent;
content: "";
height: 15px;
left: 0;
position: absolute;
width: 100%;
}
.sunken-menu::before {
background-color: transparent;
background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
top: 0;
}
.sunken-menu::after {
background-color: transparent;
background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
bottom: 0;
}
.sunken-menu-separator {
background-image: radial-gradient(farthest-side at left top , #f4f4f4, rgba(244, 244, 244, 0));
height: 5px;
margin: 8px 0 6px 1px;
position: relative;
}
.sunken-menu-separator::before {
background-image: linear-gradient(to right, #eee 70%, #fff 100%);
content: "";
height: 1px;
position: absolute;
top: 0;
width: 100%;
}
.sunken-menu-group {
list-style-type: none;
}
.sunken-menu-item {
border: 1px solid transparent;
display: block;
margin-bottom: 5px;
margin-top: 5px;
outline: 0 none;
padding: 8px 10px;
}
.sunken-menu-item .counter {
position: absolute;
right: 10px;
top: 8px;
}
.sunken-menu-item .octicon {
color: #999;
left: -1px;
text-align: center;
width: 16px;
}
.sunken-menu-item .mini-loader {
display: none;
left: 11px;
position: absolute;
top: 9px;
}
.sunken-menu-item:focus, .sunken-menu-item:hover {
box-shadow: 2px 0 0 #ccc inset;
text-decoration: none;
}
.sunken-menu-item:focus .octicon, .sunken-menu-item:hover .octicon {
color: #333;
}
.sunken-menu-item.selected {
background-color: #fff;
border-color: #eee #eee #eee transparent;
border-radius: 0 3px 3px 0;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
color: #333;
font-weight: bold;
}
.sunken-menu-item.selected::after {
background-color: #d26911;
border-radius: 0 3px 3px 0;
bottom: 0;
content: "";
position: absolute;
right: 0;
top: 0;
width: 3px;
}
.sunken-menu-item.selected .octicon {
color: #333;
}
.sunken-menu-item.is-loading .mini-loader {
animation: 0s ease 0s normal none 1 running mini-nav-loader, 0.4s ease 0s normal none 1 running none, 0s ease 0s normal forwards 1 running none;
display: inline-block;
}
.sunken-menu-item.is-loading .octicon {
color: #fff;
}
@keyframes mini-nav-loader {
0%, 90% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@font-face {
font-family: "octicons";
font-style: normal;
font-weight: normal;
src: url("/assets/octicons/octicons/octicons-044cec7c46408a5fbbf12a42befef9db6b01032532adc3cab1c156613155805c.eot?#iefix") format("embedded-opentype"), url("/assets/octicons/octicons/octicons-d1f6e5a79e67d6de3908e18e13796b707592b476d1d770c1dea0d3b30ae9bbc6.woff") format("woff"), url("/assets/octicons/octicons/octicons-de09ac73ef5b5960535750e2151f6652e2b8efa40dbfaaeba73c55c6692c9071.ttf") format("truetype"), url("/assets/octicons/octicons/octicons-e03d6a98325b08fda143d3f2e892a0c51bb374b54def98387d2bcf9d7d0aa9b8.svg#octicons") format("svg");
}
.octicon, .mega-octicon {
-moz-user-select: none;
display: inline-block;
font: 16px/1 octicons;
text-decoration: none;
text-rendering: auto;
}
.mega-octicon {
font-size: 32px;
}
.octicon-alert::before {
content: "";
}
.octicon-alignment-align::before {
content: "";
}
.octicon-alignment-aligned-to::before {
content: "";
}
.octicon-alignment-unalign::before {
content: "";
}
.octicon-arrow-down::before {
content: "";
}
.octicon-arrow-left::before {
content: "";
}
.octicon-arrow-right::before {
content: "";
}
.octicon-arrow-small-down::before {
content: "";
}
.octicon-arrow-small-left::before {
content: "";
}
.octicon-arrow-small-right::before {
content: "";
}
.octicon-arrow-small-up::before {
content: "";
}
.octicon-arrow-up::before {
content: "";
}
.octicon-beer::before {
content: "";
}
.octicon-book::before {
content: "";
}
.octicon-bookmark::before {
content: "";
}
.octicon-briefcase::before {
content: "";
}
.octicon-broadcast::before {
content: "";
}
.octicon-browser::before {
content: "";
}
.octicon-bug::before {
content: "";
}
.octicon-calendar::before {
content: "";
}
.octicon-check::before {
content: "";
}
.octicon-checklist::before {
content: "";
}
.octicon-chevron-down::before {
content: "";
}
.octicon-chevron-left::before {
content: "";
}
.octicon-chevron-right::before {
content: "";
}
.octicon-chevron-up::before {
content: "";
}
.octicon-circle-slash::before {
content: "";
}
.octicon-circuit-board::before {
content: "";
}
.octicon-clippy::before {
content: "";
}
.octicon-clock::before {
content: "";
}
.octicon-cloud-download::before {
content: "";
}
.octicon-cloud-upload::before {
content: "";
}
.octicon-code::before {
content: "";
}
.octicon-color-mode::before {
content: "";
}
.octicon-comment-add::before, .octicon-comment::before {
content: "";
}
.octicon-comment-discussion::before {
content: "";
}
.octicon-credit-card::before {
content: "";
}
.octicon-dash::before {
content: "";
}
.octicon-dashboard::before {
content: "";
}
.octicon-database::before {
content: "";
}
.octicon-device-camera::before {
content: "";
}
.octicon-device-camera-video::before {
content: "";
}
.octicon-device-desktop::before {
content: "";
}
.octicon-device-mobile::before {
content: "";
}
.octicon-diff::before {
content: "";
}
.octicon-diff-added::before {
content: "";
}
.octicon-diff-ignored::before {
content: "";
}
.octicon-diff-modified::before {
content: "";
}
.octicon-diff-removed::before {
content: "";
}
.octicon-diff-renamed::before {
content: "";
}
.octicon-ellipsis::before {
content: "";
}
.octicon-eye-unwatch::before, .octicon-eye-watch::before, .octicon-eye::before {
content: "";
}
.octicon-file-binary::before {
content: "";
}
.octicon-file-code::before {
content: "";
}
.octicon-file-directory::before {
content: "";
}
.octicon-file-media::before {
content: "";
}
.octicon-file-pdf::before {
content: "";
}
.octicon-file-submodule::before {
content: "";
}
.octicon-file-symlink-directory::before {
content: "";
}
.octicon-file-symlink-file::before {
content: "";
}
.octicon-file-text::before {
content: "";
}
.octicon-file-zip::before {
content: "";
}
.octicon-flame::before {
content: "";
}
.octicon-fold::before {
content: "";
}
.octicon-gear::before {
content: "";
}
.octicon-gift::before {
content: "";
}
.octicon-gist::before {
content: "";
}
.octicon-gist-secret::before {
content: "";
}
.octicon-git-branch-create::before, .octicon-git-branch-delete::before, .octicon-git-branch::before {
content: "";
}
.octicon-git-commit::before {
content: "";
}
.octicon-git-compare::before {
content: "";
}
.octicon-git-merge::before {
content: "";
}
.octicon-git-pull-request-abandoned::before, .octicon-git-pull-request::before {
content: "";
}
.octicon-globe::before {
content: "";
}
.octicon-graph::before {
content: "";
}
.octicon-heart::before {
content: "♥";
}
.octicon-history::before {
content: "";
}
.octicon-home::before {
content: "";
}
.octicon-horizontal-rule::before {
content: "";
}
.octicon-hourglass::before {
content: "";
}
.octicon-hubot::before {
content: "";
}
.octicon-inbox::before {
content: "";
}
.octicon-info::before {
content: "";
}
.octicon-issue-closed::before {
content: "";
}
.octicon-issue-opened::before {
content: "";
}
.octicon-issue-reopened::before {
content: "";
}
.octicon-jersey::before {
content: "";
}
.octicon-jump-down::before {
content: "";
}
.octicon-jump-left::before {
content: "";
}
.octicon-jump-right::before {
content: "";
}
.octicon-jump-up::before {
content: "";
}
.octicon-key::before {
content: "";
}
.octicon-keyboard::before {
content: "";
}
.octicon-law::before {
content: "";
}
.octicon-light-bulb::before {
content: "";
}
.octicon-link::before {
content: "";
}
.octicon-link-external::before {
content: "";
}
.octicon-list-ordered::before {
content: "";
}
.octicon-list-unordered::before {
content: "";
}
.octicon-location::before {
content: "";
}
.octicon-gist-private::before, .octicon-mirror-private::before, .octicon-git-fork-private::before, .octicon-lock::before {
content: "";
}
.octicon-logo-github::before {
content: "";
}
.octicon-mail::before {
content: "";
}
.octicon-mail-read::before {
content: "";
}
.octicon-mail-reply::before {
content: "";
}
.octicon-mark-github::before {
content: "";
}
.octicon-markdown::before {
content: "";
}
.octicon-megaphone::before {
content: "";
}
.octicon-mention::before {
content: "";
}
.octicon-microscope::before {
content: "";
}
.octicon-milestone::before {
content: "";
}
.octicon-mirror-public::before, .octicon-mirror::before {
content: "";
}
.octicon-mortar-board::before {
content: "";
}
.octicon-move-down::before {
content: "";
}
.octicon-move-left::before {
content: "";
}
.octicon-move-right::before {
content: "";
}
.octicon-move-up::before {
content: "";
}
.octicon-mute::before {
content: "";
}
.octicon-no-newline::before {
content: "";
}
.octicon-octoface::before {
content: "";
}
.octicon-organization::before {
content: "";
}
.octicon-package::before {
content: "";
}
.octicon-paintcan::before {
content: "";
}
.octicon-pencil::before {
content: "";
}
.octicon-person-add::before, .octicon-person-follow::before, .octicon-person::before {
content: "";
}
.octicon-pin::before {
content: "";
}
.octicon-playback-fast-forward::before {
content: "";
}
.octicon-playback-pause::before {
content: "";
}
.octicon-playback-play::before {
content: "";
}
.octicon-playback-rewind::before {
content: "";
}
.octicon-plug::before {
content: "";
}
.octicon-repo-create::before, .octicon-gist-new::before, .octicon-file-directory-create::before, .octicon-file-add::before, .octicon-plus::before {
content: "";
}
.octicon-podium::before {
content: "";
}
.octicon-primitive-dot::before {
content: "";
}
.octicon-primitive-square::before {
content: "";
}
.octicon-pulse::before {
content: "";
}
.octicon-puzzle::before {
content: "";
}
.octicon-question::before {
content: "";
}
.octicon-quote::before {
content: "";
}
.octicon-radio-tower::before {
content: "";
}
.octicon-repo-delete::before, .octicon-repo::before {
content: "";
}
.octicon-repo-clone::before {
content: "";
}
.octicon-repo-force-push::before {
content: "";
}
.octicon-gist-fork::before, .octicon-repo-forked::before {
content: "";
}
.octicon-repo-pull::before {
content: "";
}
.octicon-repo-push::before {
content: "";
}
.octicon-rocket::before {
content: "";
}
.octicon-rss::before {
content: "";
}
.octicon-ruby::before {
content: "";
}
.octicon-screen-full::before {
content: "";
}
.octicon-screen-normal::before {
content: "";
}
.octicon-search-save::before, .octicon-search::before {
content: "";
}
.octicon-server::before {
content: "";
}
.octicon-settings::before {
content: "";
}
.octicon-log-in::before, .octicon-sign-in::before {
content: "";
}
.octicon-log-out::before, .octicon-sign-out::before {
content: "";
}
.octicon-split::before {
content: "";
}
.octicon-squirrel::before {
content: "";
}
.octicon-star-add::before, .octicon-star-delete::before, .octicon-star::before {
content: "";
}
.octicon-steps::before {
content: "";
}
.octicon-stop::before {
content: "";
}
.octicon-repo-sync::before, .octicon-sync::before {
content: "";
}
.octicon-tag-remove::before, .octicon-tag-add::before, .octicon-tag::before {
content: "";
}
.octicon-telescope::before {
content: "";
}
.octicon-terminal::before {
content: "";
}
.octicon-three-bars::before {
content: "";
}
.octicon-thumbsdown::before {
content: "";
}
.octicon-thumbsup::before {
content: "";
}
.octicon-tools::before {
content: "";
}
.octicon-trashcan::before {
content: "";
}
.octicon-triangle-down::before {
content: "";
}
.octicon-triangle-left::before {
content: "";
}
.octicon-triangle-right::before {
content: "";
}
.octicon-triangle-up::before {
content: "";
}
.octicon-unfold::before {
content: "";
}
.octicon-unmute::before {
content: "";
}
.octicon-versions::before {
content: "";
}
.octicon-remove-close::before, .octicon-x::before {
content: "";
}
.octicon-zap::before {
content: "⚡";
}
.date_selector {
display: none;
text-align: left;
text-decoration: none;
width: 225px;
z-index: 9;
}
.date_selector .month_nav, .date_selector .year_nav {
display: block;
line-height: 20px;
margin-bottom: 5px;
margin-top: 5px;
padding: 0;
position: relative;
text-align: center;
}
.date_selector .month_nav {
float: left;
width: 55%;
}
.date_selector .year_nav {
float: right;
width: 35%;
}
.date_selector .date-button {
color: #4078c0;
cursor: pointer;
font-size: 12px;
height: 18px;
line-height: 12px;
padding: 4px;
position: absolute;
top: 0;
width: 18px;
}
.date_selector .prev {
left: 0;
}
.date_selector .next {
right: 0;
}
.date_selector table {
clear: both;
width: 100%;
}
.date_selector tr {
font-size: 0;
}
.date_selector th, .date_selector td {
display: inline-block;
font-size: 12px;
font-weight: normal;
height: 32px;
line-height: 28px;
margin-left: -1px;
margin-top: -1px;
padding: 0;
text-align: center;
width: 32px;
}
.date_selector td {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
color: #4078c0;
cursor: default;
}
.date_selector td.today {
background: #eee none repeat scroll 0 0;
}
.date_selector td.selected, .date_selector td.selectable_day:hover {
background: #4078c0 none repeat scroll 0 0;
border-color: #33609a;
color: #fff;
cursor: pointer;
position: relative;
z-index: 10;
}
.date_selector td.unselected_month {
color: #ccc;
}
.jcrop-holder {
direction: ltr;
text-align: left;
}
.jcrop-vline, .jcrop-hline {
background: #fff url("/images/spinners/Jcrop.gif") repeat scroll 0 0;
font-size: 0;
position: absolute;
}
.jcrop-vline {
height: 100%;
width: 1px !important;
}
.jcrop-vline.right {
right: 0;
}
.jcrop-hline {
height: 1px !important;
width: 100%;
}
.jcrop-hline.bottom {
bottom: 0;
}
.jcrop-tracker {
-moz-user-select: none;
height: 100%;
width: 100%;
}
.jcrop-handle {
background-color: #333;
border: 1px solid #eee;
font-size: 1px;
height: 7px;
width: 7px;
}
.jcrop-handle.ord-n {
left: 50%;
margin-left: -4px;
margin-top: -4px;
top: 0;
}
.jcrop-handle.ord-s {
bottom: 0;
left: 50%;
margin-bottom: -4px;
margin-left: -4px;
}
.jcrop-handle.ord-e {
margin-right: -4px;
margin-top: -4px;
right: 0;
top: 50%;
}
.jcrop-handle.ord-w {
left: 0;
margin-left: -4px;
margin-top: -4px;
top: 50%;
}
.jcrop-handle.ord-nw {
left: 0;
margin-left: -4px;
margin-top: -4px;
top: 0;
}
.jcrop-handle.ord-ne {
margin-right: -4px;
margin-top: -4px;
right: 0;
top: 0;
}
.jcrop-handle.ord-se {
bottom: 0;
margin-bottom: -4px;
margin-right: -4px;
right: 0;
}
.jcrop-handle.ord-sw {
bottom: 0;
left: 0;
margin-bottom: -4px;
margin-left: -4px;
}
.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
height: 7px;
width: 100%;
}
.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
height: 100%;
width: 7px;
}
.jcrop-dragbar.ord-n {
margin-top: -4px;
}
.jcrop-dragbar.ord-s {
bottom: 0;
margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
margin-right: -4px;
right: 0;
}
.jcrop-dragbar.ord-w {
margin-left: -4px;
}
.jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline {
background: #fff none repeat scroll 0 0;
opacity: 0.7 !important;
}
.jcrop-light .jcrop-handle {
background-color: #000;
border-color: #fff;
border-radius: 3px;
}
.jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline {
background: #000 none repeat scroll 0 0;
opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
background-color: #fff;
border-color: #000;
border-radius: 3px;
}
.jcrop-holder img, img.jcrop-preview {
max-width: none;
}
.code-frequency .addition {
fill: #6cc644;
fill-opacity: 1;
}
.code-frequency .deletion {
fill: #bd2c00;
fill-opacity: 1;
}
.cadd {
color: #6cc644;
font-weight: bold;
}
.cdel {
color: #bd2c00;
font-weight: bold;
}
.commit-activity-graphs .dots {
display: none;
}
#commit-activity-master {
margin-top: 20px;
}
.is-graph-loading #commit-activity-master {
display: none;
}
rect {
shape-rendering: crispedges;
}
rect.max {
fill: #ffc644;
}
g.bar {
fill: #1db34f;
}
g.mini {
fill: #f17f49;
}
g.active rect {
fill: #bd380f;
}
circle.focus {
fill: #555;
}
.dot text {
fill: #555;
stroke: none;
}
.tint-box {
background: #f3f3f3 none repeat scroll 0 0;
border-radius: 6px;
margin-bottom: 10px;
position: relative;
}
.tint-box.transparent {
background: #fff none repeat scroll 0 0;
}
.tint-box .activity {
margin-top: 0;
padding-top: 100px;
}
.contrib-data {
list-style: outside none none;
margin: 0 0 10px;
padding: 0;
}
#contributors .capped-card .avatar {
float: left;
height: 32px;
margin-right: 5px;
width: 32px;
}
#contributors .capped-card h3 {
font-weight: normal;
}
#contributors .capped-card .ameta {
color: #ccc;
display: block;
font-size: 12px;
}
#contributors .capped-card .rank {
color: #767676;
float: right;
font-size: 13px;
}
#contributors .capped-card .cmt {
color: #767676;
}
#contributors .capped-card path {
fill: #f17f49;
}
#contributors .capped-card .midlabel {
fill: #ccc;
}
.d {
color: #bd2c00;
}
.a {
color: #6cc644;
}
.axis {
fill: #aaa;
font-size: 10px;
}
.axis line {
shape-rendering: crispedges;
stroke: #eee;
}
.axis path {
display: none;
}
.axis .zero line {
stroke: #4078c0;
stroke-dasharray: 3, 3;
stroke-width: 1.5;
}
.graphs .is-graph-loading {
min-height: 500px;
}
.graphs.wheader h2 {
padding: 1px;
}
.graphs .area {
fill: #1db34f;
fill-opacity: 0.5;
}
.graphs .path {
fill: none;
stroke: #1db34f;
stroke-opacity: 1;
stroke-width: 2px;
}
.graphs .dot {
fill: #1db34f;
stroke: #16873c;
stroke-width: 2px;
}
.graphs .dot.padded {
stroke: #fff;
stroke-width: 1px;
}
.graphs .dot.padded circle:hover {
fill: #4078c0;
}
.graphs .d3-tip {
fill: #333;
}
.graphs .d3-tip text {
fill: #fff;
font-size: 11px;
}
.graphs .dir {
color: #555;
float: right;
font-size: 12px;
font-weight: normal;
line-height: 100%;
padding-top: 5px;
}
.graphs .selection rect {
fill: #333;
fill-opacity: 0.1;
shape-rendering: crispedges;
stroke: #333;
stroke-dasharray: 3, 3;
stroke-opacity: 0.4;
stroke-width: 1px;
}
.graph-filter h3 {
display: inline-block;
font-size: 24px;
font-weight: 300;
margin: 10px 0 0;
}
.graph-filter .info {
color: #767676;
margin-bottom: 20px;
margin-top: 5px;
}
.graph-filter .select-menu {
float: right;
margin-top: 13px;
}
h2.ghead::after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.graph-canvas .activity {
border-radius: 3px;
color: #444;
margin: 100px auto 0;
padding: 10px;
text-align: center;
width: 400px;
}
.graph-canvas .error {
background: #feeaea none repeat scroll 0 0;
border-radius: 3px;
color: #900;
padding: 10px;
}
.graph-canvas .dots {
margin: 0 auto;
}
.graph-canvas > .activity {
display: none;
}
.graph-loading, .graph-error, .graph-no-usable-data, .graph-empty {
display: none;
}
.graph-canvas.is-graph-loading > .activity, .graph-canvas.is-graph-without-usable-data > .activity, .graph-canvas.is-graph-empty > .activity {
display: block;
}
.is-graph-loading .graph-loading, .is-graph-empty .graph-empty, .is-graph-without-usable-data .graph-no-usable-data, .is-graph-load-error .graph-error {
display: block;
}
.svg-tip {
background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
border-radius: 3px;
color: #bbb;
font-size: 12px;
padding: 10px;
position: absolute;
text-align: center;
z-index: 99999;
}
.svg-tip strong {
color: #ddd;
}
.svg-tip.is-visible {
display: block;
}
.svg-tip::after {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: rgba(0, 0, 0, 0.8) transparent transparent;
border-image: none;
border-style: solid;
border-width: 5px;
bottom: -10px;
box-sizing: border-box;
content: " ";
height: 5px;
left: 50%;
margin: 0 0 0 -5px;
position: absolute;
width: 5px;
}
.svg-tip.comparison {
padding: 0;
pointer-events: none;
text-align: left;
}
.svg-tip.comparison .title {
display: block;
font-weight: bold;
line-height: 1;
margin: 0;
padding: 10px;
pointer-events: none;
}
.svg-tip.comparison ul {
list-style: outside none none;
margin: 0;
white-space: nowrap;
}
.svg-tip.comparison li {
display: inline-block;
padding: 10px;
}
.svg-tip.comparison li:first-child {
border-right: 1px solid #333;
border-top: 3px solid #1db34f;
}
.svg-tip.comparison li:last-child {
border-top: 3px solid #1d7fb3;
}
.svg-tip-one-line {
white-space: nowrap;
}
.day-name {
fill: #555;
}
circle.day {
fill: #444;
stroke-width: 0;
}
circle.day:hover {
fill: #4078c0;
}
line.axis {
shape-rendering: crispedges;
stroke: #eee;
stroke-width: 1;
}
line.axis.even {
stroke: #e0e0e0;
}
.traffic-graph {
min-height: 150px;
}
.traffic-graph .activity {
margin-top: 0;
}
.traffic-graph .activity .dots {
margin-top: 40px;
}
.traffic-graph .path {
fill: none;
stroke-width: 2;
}
.traffic-graph path.total {
stroke: #1db34f;
}
.traffic-graph path.unique {
stroke: #1d7fb3;
}
.traffic-graph .x.axis .tick:first-child line {
stroke: #1db34f;
stroke-width: 2px;
}
.traffic-graph .y line {
stroke: #1db34f;
}
.traffic-graph .y.unique line {
stroke: #1d7fb3;
}
.traffic-graph .overlay {
fill-opacity: 0;
}
.uniques-graph .x.axis .tick:nth-child(14) line {
stroke: #1d7fb3;
stroke-width: 2px;
}
.svg-tip .date {
color: #fff;
}
#top-domains .dots {
display: block;
margin: 167px auto 0;
}
#top-domains .favicon {
height: 16px;
width: 16px;
}
table.capped-list {
line-height: 100%;
width: 100%;
}
table.capped-list th {
background: #f4f4f4 none repeat scroll 0 0;
border-bottom: 1px solid #ddd;
padding: 8px;
text-align: left;
}
table.capped-list td {
border-bottom: 1px solid #eee;
font-size: 12px;
padding: 8px;
}
table.capped-list th.middle, table.capped-list td.middle {
text-align: center;
}
table.capped-list .favicon {
height: 16px;
margin: 0 5px;
vertical-align: middle;
width: 16px;
}
table.capped-list .octicon {
color: #555;
margin-right: 10px;
vertical-align: -1px;
}
table.capped-list tr:nth-child(2n) {
background-color: #fcfcfc;
}
table.capped-list.mini-icons .mini-icon {
color: #555;
margin-right: 5px;
}
.capped-list-label {
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.traffic-graph-stats {
border-top: 1px solid #ddd;
}
.traffic-graph-stats .summary-stats {
width: 100%;
}
.traffic-graph-stats .summary-stats::before {
content: "";
display: table;
}
.traffic-graph-stats .summary-stats::after {
clear: both;
content: "";
display: table;
}
.traffic-graph-stats .summary-stats li {
display: block;
float: left;
padding-bottom: 10px;
width: 50%;
}
.totals circle {
fill: #1db34f;
stroke: #fff;
stroke-width: 2;
}
.uniques circle {
fill: #1d7fb3;
stroke: #fff;
stroke-width: 2;
}
.top-lists .is-loading {
margin: 40px;
text-align: center;
}
ul.web-views li {
width: 140px;
}
ul.clones li {
width: 170px;
}
.markdown-body {
font-family: "Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;
font-size: 16px;
line-height: 1.6;
overflow: hidden;
word-wrap: break-word;
}
.markdown-body > *:first-child {
margin-top: 0 !important;
}
.markdown-body > *:last-child {
margin-bottom: 0 !important;
}
.markdown-body a:not([href]) {
color: inherit;
text-decoration: none;
}
.markdown-body .absent {
color: #c00;
}
.markdown-body .anchor {
display: block;
left: 0;
margin-left: -30px;
padding-left: 30px;
padding-right: 6px;
position: absolute;
top: 0;
}
.markdown-body .anchor:focus {
outline: medium none;
}
.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
font-weight: bold;
line-height: 1.4;
margin-bottom: 16px;
margin-top: 1em;
position: relative;
}
.markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {
color: #000;
display: none;
vertical-align: middle;
}
.markdown-body h1:hover .anchor, .markdown-body h2:hover .anchor, .markdown-body h3:hover .anchor, .markdown-body h4:hover .anchor, .markdown-body h5:hover .anchor, .markdown-body h6:hover .anchor {
margin-left: -30px;
padding-left: 8px;
text-decoration: none;
}
.markdown-body h1:hover .anchor .octicon-link, .markdown-body h2:hover .anchor .octicon-link, .markdown-body h3:hover .anchor .octicon-link, .markdown-body h4:hover .anchor .octicon-link, .markdown-body h5:hover .anchor .octicon-link, .markdown-body h6:hover .anchor .octicon-link {
display: inline-block;
}
.markdown-body h1 tt, .markdown-body h1 code, .markdown-body h2 tt, .markdown-body h2 code, .markdown-body h3 tt, .markdown-body h3 code, .markdown-body h4 tt, .markdown-body h4 code, .markdown-body h5 tt, .markdown-body h5 code, .markdown-body h6 tt, .markdown-body h6 code {
font-size: inherit;
}
.markdown-body h1 {
border-bottom: 1px solid #eee;
font-size: 2.25em;
line-height: 1.2;
padding-bottom: 0.3em;
}
.markdown-body h1 .anchor {
line-height: 1;
}
.markdown-body h2 {
border-bottom: 1px solid #eee;
font-size: 1.75em;
line-height: 1.225;
padding-bottom: 0.3em;
}
.markdown-body h2 .anchor {
line-height: 1;
}
.markdown-body h3 {
font-size: 1.5em;
line-height: 1.43;
}
.markdown-body h3 .anchor {
line-height: 1.2;
}
.markdown-body h4 {
font-size: 1.25em;
}
.markdown-body h4 .anchor {
line-height: 1.2;
}
.markdown-body h5 {
font-size: 1em;
}
.markdown-body h5 .anchor {
line-height: 1.1;
}
.markdown-body h6 {
color: #777;
font-size: 1em;
}
.markdown-body h6 .anchor {
line-height: 1.1;
}
.markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre {
margin-bottom: 16px;
margin-top: 0;
}
.markdown-body hr {
background-color: #e7e7e7;
border: 0 none;
height: 4px;
margin: 16px 0;
padding: 0;
}
.markdown-body ul, .markdown-body ol {
padding-left: 2em;
}
.markdown-body ul.no-list, .markdown-body ol.no-list {
list-style-type: none;
padding: 0;
}
.markdown-body ul ul, .markdown-body ul ol, .markdown-body ol ol, .markdown-body ol ul {
margin-bottom: 0;
margin-top: 0;
}
.markdown-body li > p {
margin-top: 16px;
}
.markdown-body dl {
padding: 0;
}
.markdown-body dl dt {
font-size: 1em;
font-style: italic;
font-weight: bold;
margin-top: 16px;
padding: 0;
}
.markdown-body dl dd {
margin-bottom: 16px;
padding: 0 16px;
}
.markdown-body blockquote {
border-left: 4px solid #ddd;
color: #777;
padding: 0 15px;
}
.markdown-body blockquote > *:first-child {
margin-top: 0;
}
.markdown-body blockquote > *:last-child {
margin-bottom: 0;
}
.markdown-body table {
display: block;
overflow: auto;
width: 100%;
word-break: keep-all;
}
.markdown-body table th {
font-weight: bold;
}
.markdown-body table th, .markdown-body table td {
border: 1px solid #ddd;
padding: 6px 13px;
}
.markdown-body table tr {
background-color: #fff;
border-top: 1px solid #ccc;
}
.markdown-body table tr:nth-child(2n) {
background-color: #f8f8f8;
}
.markdown-body img {
box-sizing: border-box;
max-width: 100%;
}
.markdown-body .emoji {
max-width: none;
}
.markdown-body span.frame {
display: block;
overflow: hidden;
}
.markdown-body span.frame > span {
border: 1px solid #ddd;
display: block;
float: left;
margin: 13px 0 0;
overflow: hidden;
padding: 7px;
width: auto;
}
.markdown-body span.frame span img {
display: block;
float: left;
}
.markdown-body span.frame span span {
clear: both;
color: #333;
display: block;
padding: 5px 0 0;
}
.markdown-body span.align-center {
clear: both;
display: block;
overflow: hidden;
}
.markdown-body span.align-center > span {
display: block;
margin: 13px auto 0;
overflow: hidden;
text-align: center;
}
.markdown-body span.align-center span img {
margin: 0 auto;
text-align: center;
}
.markdown-body span.align-right {
clear: both;
display: block;
overflow: hidden;
}
.markdown-body span.align-right > span {
display: block;
margin: 13px 0 0;
overflow: hidden;
text-align: right;
}
.markdown-body span.align-right span img {
margin: 0;
text-align: right;
}
.markdown-body span.float-left {
display: block;
float: left;
margin-right: 13px;
overflow: hidden;
}
.markdown-body span.float-left span {
margin: 13px 0 0;
}
.markdown-body span.float-right {
display: block;
float: right;
margin-left: 13px;
overflow: hidden;
}
.markdown-body span.float-right > span {
display: block;
margin: 13px auto 0;
overflow: hidden;
text-align: right;
}
.markdown-body code, .markdown-body tt {
background-color: rgba(0, 0, 0, 0.04);
border-radius: 3px;
font-size: 85%;
margin: 0;
padding: 0.2em 0;
}
.markdown-body code::before, .markdown-body code::after, .markdown-body tt::before, .markdown-body tt::after {
content: " ";
letter-spacing: -0.2em;
}
.markdown-body code br, .markdown-body tt br {
display: none;
}
.markdown-body del code {
text-decoration: inherit;
}
.markdown-body pre > code {
background: transparent none repeat scroll 0 0;
border: 0 none;
font-size: 100%;
margin: 0;
padding: 0;
white-space: pre;
word-break: normal;
}
.markdown-body .highlight {
margin-bottom: 16px;
}
.markdown-body .highlight pre, .markdown-body pre {
background-color: #f7f7f7;
border-radius: 3px;
font-size: 85%;
line-height: 1.45;
overflow: auto;
padding: 16px;
}
.markdown-body .highlight pre {
margin-bottom: 0;
word-break: normal;
}
.markdown-body pre {
word-wrap: normal;
}
.markdown-body pre code, .markdown-body pre tt {
background-color: transparent;
border: 0 none;
display: inline;
line-height: inherit;
margin: 0;
max-width: initial;
overflow: initial;
padding: 0;
word-wrap: normal;
}
.markdown-body pre code::before, .markdown-body pre code::after, .markdown-body pre tt::before, .markdown-body pre tt::after {
content: normal;
}
.markdown-body kbd {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #fcfcfc;
border-color: #ccc #ccc #bbb;
border-image: none;
border-radius: 3px;
border-style: solid;
border-width: 1px;
box-shadow: 0 -1px 0 #bbb inset;
color: #555;
display: inline-block;
font-size: 11px;
line-height: 10px;
padding: 3px 5px;
vertical-align: middle;
}
.pl-c {
color: #969896;
}
.pl-c1, .pl-s .pl-v {
color: #0086b3;
}
.pl-e, .pl-en {
color: #795da3;
}
.pl-s .pl-s1, .pl-smi {
color: #333;
}
.pl-ent {
color: #63a35c;
}
.pl-k {
color: #a71d5d;
}
.pl-pds, .pl-s, .pl-s .pl-pse .pl-s1, .pl-sr, .pl-sr .pl-cce, .pl-sr .pl-sra, .pl-sr .pl-sre {
color: #183691;
}
.pl-v {
color: #ed6a43;
}
.pl-id {
color: #b52a1d;
}
.pl-ii {
background-color: #b52a1d;
color: #f8f8f8;
}
.pl-sr .pl-cce {
color: #63a35c;
font-weight: bold;
}
.pl-ml {
color: #693a17;
}
.pl-mh, .pl-mh .pl-en, .pl-ms {
color: #1d3e81;
font-weight: bold;
}
.pl-mq {
color: #008080;
}
.pl-mi {
color: #333;
font-style: italic;
}
.pl-mb {
color: #333;
font-weight: bold;
}
.pl-md {
background-color: #ffecec;
color: #bd2c00;
}
.pl-mi1 {
background-color: #eaffea;
color: #55a532;
}
.pl-mdr {
color: #795da3;
font-weight: bold;
}
.pl-mo {
color: #1d3e81;
}
.ace_gutter {
background: #ffffff none repeat scroll 0 0;
color: #999999;
}
.ace_print-margin {
background: #e8e8e8 none repeat scroll 0 0;
width: 1px;
}
.ace-github-light {
background-color: #ffffff;
color: #333333;
}
.ace_cursor {
color: #000000;
}
.ace_marker-layer .ace_selection {
background: #c8c8fa none repeat scroll 0 0;
}
.ace_multiselect .ace_selection.ace_start {
border-radius: 2px;
box-shadow: 0 0 3px 0 #ffffff;
}
.ace_marker-layer .ace_step {
background: #c6dbae none repeat scroll 0 0;
}
.ace_marker-layer .ace_bracket {
border: 1px solid #c0c0c0;
margin: -1px 0 0 -1px;
}
.ace_marker-layer .ace_active-line {
background: #f5f5f5 none repeat scroll 0 0;
}
.ace_gutter-active-line {
background-color: #f5f5f5;
}
.ace_marker-layer .ace_selected-word {
border: 1px solid #c8c8fa;
}
.ace_fold {
background-color: #a71d5d;
border-color: #333333;
}
.ace_keyword {
color: #a71d5d;
}
.ace_constant {
color: #0086b3;
}
.ace_support {
color: #0086b3;
}
.ace_support.ace_constant {
color: #0086b3;
}
.ace_support.ace_type {
color: #a71d5d;
}
.ace_storage {
color: #a71d5d;
}
.ace_storage.ace_type {
color: #a71d5d;
}
.ace_invalid.ace_illegal {
background-color: #b52a1d;
color: #f8f8f8;
font-style: italic;
text-decoration: underline;
}
.ace_invalid.ace_deprecated {
color: #b52a1d;
font-style: italic;
text-decoration: underline;
}
.ace_string {
color: #183691;
}
.ace_string.ace_regexp {
color: #183691;
}
.ace_comment {
color: #969896;
}
.ace_variable {
color: #ed6a43;
}
.ace_entity.ace_name {
color: #795da3;
}
.ace_entity.ace_name.ace_tag {
color: #63a35c;
}
.ace_markup.ace_heading {
color: #1d3e81;
}
.ace_markup.ace_list {
color: #693a17;
}
body {
word-wrap: break-word;
}
.focus-content {
width: 620px;
}
#site-container > .container:first-child {
margin-top: 20px;
}
.emoji-icon {
background-repeat: no-repeat;
background-size: 20px 20px;
display: inline-block;
height: 20px;
vertical-align: middle;
width: 20px;
}
.labels {
position: relative;
}
.label {
border-radius: 2px;
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: bold;
line-height: 1;
padding: 3px 4px;
}
.label:hover {
text-decoration: none;
}
.label-admin {
background-color: #eee;
color: #666;
}
.label-generic {
background-color: transparent;
border: 1px solid #eee;
box-shadow: none;
color: #767676;
font-weight: normal;
margin-bottom: -1px;
margin-top: -1px;
}
.label-recommended {
background-color: transparent;
border: 1px solid #60b044;
box-shadow: none;
color: #60b044;
font-weight: normal;
margin-bottom: -1px;
margin-top: -1px;
}
.label-neutral {
background-color: #767676;
}
.label-private {
background-color: #ffefc6;
color: #a1882b;
}
a.label-link {
border: 1px solid transparent;
}
a.label-link:hover {
text-decoration: none;
}
.label-membership-pending {
background-color: #c9510c;
}
.label-review {
background-color: #fceb9b;
color: #4c4a42;
}
.label-success {
background-color: #6cc644;
}
.label-coming-soon {
background-color: #f93;
}
.facebox {
left: 0;
padding-bottom: 40px;
position: absolute;
top: 0;
z-index: 100;
}
.facebox ul {
margin-bottom: 15px;
margin-left: 25px;
}
.facebox .facebox-staff-links {
background-color: #f5f5f5;
border-bottom: 1px solid #e5e5e5;
margin: -15px -15px 15px;
padding: 10px 15px;
}
.facebox .facebox-staff-links li {
color: #767676;
display: inline-block;
list-style: outside none none;
margin-right: 10px;
}
.facebox .facebox-staff-links a {
font-weight: bold;
}
.facebox pre {
background-color: #eee;
border: 1px solid #ddd;
border-radius: 3px;
padding: 10px;
}
.facebox .shortcuts {
width: 860px;
}
.facebox .facebox-user-list {
margin-bottom: 0;
margin-left: 0;
max-height: 400px;
overflow: auto;
}
.facebox .lineprofiler {
width: 900px;
}
.facebox .lineprofiler pre {
overflow-x: scroll;
white-space: pre;
word-wrap: normal;
}
.facebox-popup {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 5px;
box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
position: relative;
}
.facebox-content {
padding: 15px;
width: 455px;
}
.facebox-content::before {
content: "";
display: table;
}
.facebox-content::after {
clear: both;
content: "";
display: table;
}
.facebox-close {
background-color: transparent;
border: 0 none;
cursor: pointer;
opacity: 0.25;
padding: 10px;
position: absolute;
right: 5px;
top: 8px;
}
.facebox-close:hover {
opacity: 1;
}
.facebox-overlay {
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
}
.facebox-overlay-hide {
z-index: -100;
}
.facebox-overlay-active {
background-color: #000;
z-index: 99;
}
.facebox-loading {
background-image: url("/images/spinners/octocat-spinner-64.gif");
background-position: center center;
background-repeat: no-repeat;
min-height: 64px;
}
@media not all, not all, only screen and (min-resolution: 2dppx) {
.facebox-loading {
background-image: url("/images/spinners/octocat-spinner-128.gif");
background-size: 64px 64px;
}
}
.facebox-header {
border-bottom: 1px solid #e5e5e5;
font-size: 18px;
font-weight: normal;
margin: -15px -15px 15px;
padding: 15px;
}
.facebox-footer {
background: #fafafa none repeat scroll 0 0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top: 1px solid #e5e5e5;
margin: 0 -15px -15px;
padding: 10px 15px;
text-align: right;
}
.facebox-footer .help {
color: #767676;
margin: 0;
text-align: center;
}
.facebox-alert, .facebox-danger {
border-style: solid;
border-width: 1px 0;
margin: -16px -15px 15px;
padding: 10px 15px;
}
.facebox-alert {
background-color: #f8eec7;
border-color: #f2e09a;
color: #796620;
}
.facebox-danger {
background-color: #f7d9d7;
border-color: #f2c4c2;
color: #9c342e;
padding-left: 40px;
}
.facebox-danger .octicon {
float: left;
margin-left: -25px;
}
.facebox-separator {
margin: 20px -15px;
}
.facebox-staff-search .hfields {
margin-bottom: 0;
margin-top: 0;
}
.facebox-staff-search .hfields input[type="text"] {
margin-right: 0;
width: 340px;
}
.facebox-staff-search .hfields .btn {
margin-right: 0;
margin-top: 29px;
}
.facebox-staff-search .status-check-list {
float: none;
margin: 15px 0 0;
}
#facebox .billing-credit-cards {
margin: 0 0 15px;
}
#facebox .billing-credit-cards li {
margin: 0 4px 0 0;
}
.keyboard-shortcuts {
color: #767676;
float: right;
font-size: 11px;
}
.keyboard-shortcuts .mini-icon {
margin-left: 5px;
position: relative;
top: 2px;
}
.keyboard-mappings {
color: #555;
font-size: 12px;
}
.keyboard-mappings th {
color: #333;
font-size: 14px;
line-height: 1.5;
padding-top: 25px;
text-align: left;
}
.keyboard-mappings tbody:first-child tr:first-child th {
padding-top: 0;
}
.keyboard-mappings td {
line-height: 20px;
padding-bottom: 3px;
padding-top: 3px;
vertical-align: top;
}
.keyboard-mappings .keys {
color: #767676;
padding-right: 10px;
text-align: right;
white-space: nowrap;
}
.keyboard-mappings .platform-mac {
display: none;
}
.macintosh .keyboard-mappings .platform-mac {
display: inline;
}
.macintosh .keyboard-mappings .platform-other {
display: none;
}
.facebox-user-list-item {
font-weight: bold;
list-style: outside none none;
padding: 3px 0;
vertical-align: middle;
}
.facebox-user-list-item a {
color: #000;
}
.facebox-user-list-item img {
border-radius: 3px;
margin-right: 5px;
vertical-align: middle;
}
.linejump .linejump-input {
background-color: #fafafa;
width: 340px;
}
.linejump .linejump-input, .linejump .btn {
font-size: 16px;
padding: 10px 15px;
}
.linejump + .facebox-close {
top: 18px;
}
.repo-transfer-tip {
margin-bottom: 0;
}
.user-mention, .team-mention {
color: #333;
font-weight: bold;
white-space: nowrap;
}
dl.form > dd input.is-autocheck-loading[type="text"], dl.form > dd input.is-autocheck-loading[type="password"], dl.form > dd input.is-autocheck-loading[type="email"] {
background-image: url("/images/spinners/octocat-spinner-32.gif");
background-size: 16px auto;
}
dl.form > dd input.is-autocheck-successful[type="text"], dl.form > dd input.is-autocheck-successful[type="password"], dl.form > dd input.is-autocheck-successful[type="email"] {
background-image: url("/images/modules/ajax/success.png");
}
dl.form > dd input.is-autocheck-errored[type="text"], dl.form > dd input.is-autocheck-errored[type="password"], dl.form > dd input.is-autocheck-errored[type="email"] {
background-image: url("/images/modules/ajax/error.png");
}
.form-cards {
height: 31px;
margin: 0 0 15px;
}
.form-cards .card {
background-image: url("/images/modules/pricing/credit-cards-@1x.png");
background-position: 0 0;
float: left;
height: 31px;
opacity: 0.6;
text-indent: -9999px;
width: 47px;
}
.form-cards .card.visa {
background-position: 0 0;
}
.form-cards .card.amex {
background-position: -50px 0;
}
.form-cards .card.mastercard {
background-position: -100px 0;
}
.form-cards .card.discover {
background-position: -150px 0;
}
.form-cards .card.jcb {
background-position: -200px 0;
}
.form-cards .card.dinersclub {
background-position: -250px 0;
}
.form-cards .card.enabled {
opacity: 1;
}
.form-cards .card.disabled {
opacity: 0.2;
}
.form-cards > .cards {
margin: 0;
}
.form-cards > .cards > li {
float: left;
list-style-type: none;
margin: 0 4px 0 0;
}
.form-cards > .cards > li.text {
color: #767676;
font-size: 11px;
line-height: 31px;
}
@media not all, not all, only screen and (min-resolution: 2dppx) {
.form-cards > .cards .card {
background-image: url("/images/modules/pricing/credit-cards-@2x.png");
background-size: 300px 31px;
}
}
.status-indicator-loading {
background: rgba(0, 0, 0, 0) url("/images/spinners/octocat-spinner-32-EAF2F5.gif") no-repeat scroll 0 0 / 16px auto;
height: 16px;
margin-top: -4px;
position: relative;
top: 3px;
width: 16px;
}
.inline-form {
display: inline-block;
}
.inline-form .btn-plain {
background-color: transparent;
border: 0 none;
}
html.no-dnd-uploads .drag-and-drop {
min-height: 32px;
}
html.no-dnd-uploads .drag-and-drop .default {
display: none;
}
html.no-dnd-uploads .upload-enabled textarea {
border-bottom: 1px solid #ddd;
}
.drag-and-drop {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #fafafa;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-color: -moz-use-text-color #ccc #ccc;
border-image: none;
border-style: none solid solid;
border-width: 0 1px 1px;
color: #767676;
font-size: 13px;
line-height: 16px;
margin: 0;
padding: 7px 10px;
}
.drag-and-drop .default, .drag-and-drop .loading, .drag-and-drop .error {
display: none;
}
.drag-and-drop .error {
color: #bd2c00;
}
.drag-and-drop img {
vertical-align: top;
}
.is-default .drag-and-drop .default {
display: inline-block;
}
.is-uploading .drag-and-drop .loading {
display: inline-block;
}
.is-bad-file .drag-and-drop .bad-file {
display: inline-block;
}
.is-too-big .drag-and-drop .too-big {
display: inline-block;
}
.is-empty .drag-and-drop .empty {
display: inline-block;
}
.is-bad-browser .drag-and-drop .bad-browser {
display: inline-block;
}
.drag-and-drop-error-info {
color: #767676;
font-weight: normal;
}
.drag-and-drop-error-info a {
color: #4078c0;
}
.is-failed .drag-and-drop .failed-request {
display: inline-block;
}
.manual-file-chooser {
cursor: pointer;
margin-left: -80px;
opacity: 0.0001;
padding: 5px;
position: absolute;
width: 240px;
}
.manual-file-chooser:hover + .manual-file-chooser-text {
text-decoration: underline;
}
.btn .manual-file-chooser {
line-height: 34px;
padding: 0;
top: 0;
}
.upload-enabled textarea {
border-bottom: 1px dashed #ddd;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
display: block;
}
.focused .drag-and-drop {
box-shadow: 0 0 3px rgba(81, 167, 232, 0.5);
}
.dragover textarea, .dragover .drag-and-drop {
box-shadow: 0 0 3px #c9ff00;
}
.previewable-comment-form {
position: relative;
}
.previewable-comment-form .tabnav {
padding: 10px 10px 0;
position: relative;
}
.previewable-comment-form .comment {
border: 1px solid #cacaca;
}
.previewable-comment-form .comment-form-error {
margin-bottom: 10px;
}
.previewable-comment-form .write-content, .previewable-comment-form .preview-content {
display: none;
padding: 0 10px 10px;
}
.previewable-comment-form.write-selected .write-content, .previewable-comment-form.preview-selected .preview-content {
display: block;
}
.previewable-comment-form textarea {
display: block;
max-height: 500px;
min-height: 100px;
padding: 10px;
resize: vertical;
width: 100%;
}
.previewable-comment-form textarea.fullscreen-contents:focus {
border: 0 none;
box-shadow: none;
}
div.composer {
border: 0 none;
margin-top: 0;
}
.composer .comment-form-textarea {
height: 200px;
min-height: 200px;
}
.composer .tabnav {
margin: 0 0 10px;
}
h2.account {
color: #666;
font-size: 18px;
font-weight: normal;
margin: 15px 0 0;
}
p.explain {
color: #666;
font-size: 12px;
position: relative;
}
p.explain strong {
color: #333;
}
p.explain .octicon {
color: #bbb;
margin-right: 5px;
}
p.explain .minibutton {
float: right;
top: -4px;
}
.callout {
background-color: #fff9ea;
border-color: #dfd8c2;
border-radius: 3px;
color: #4c4a42;
font-size: 13px;
margin: 15px 0;
padding: 10px;
}
.callout strong {
color: #000;
font-weight: bold;
}
.callout h2 {
font-size: 16px;
font-weight: 300;
margin: 0;
}
.callout p:last-child {
margin-bottom: 0;
}
.callout p:first-child {
margin-top: 0;
}
.callout hr {
background: transparent none repeat scroll 0 0;
border-bottom: 1px solid #fff;
border-top: 1px solid #e5e2c8;
margin: 10px 0 10px -10px;
padding: 0 10px;
width: 100%;
}
.infotip {
background-color: #fff9ea;
border: 1px solid #dfd8c2;
border-radius: 3px;
color: #4c4a42;
font-size: 12px;
margin: 15px 0;
padding: 10px;
}
.infotip p {
margin: 0;
}
.infotip p + p {
margin-top: 15px;
}
.dashboard-notice {
background-color: #fafafa;
border: 1px solid #d8d8d8;
border-radius: 3px;
font-size: 14px;
margin-bottom: 20px;
padding: 15px 15px 15px 55px;
position: relative;
}
.dashboard-notice .dismiss {
color: #bbb;
cursor: pointer;
height: 16px;
position: absolute;
right: 10px;
top: 10px;
width: 16px;
}
.dashboard-notice .dismiss:hover {
color: #666;
}
.dashboard-notice .mega-octicon {
left: 15px;
position: absolute;
top: 15px;
}
.dashboard-notice .octicon-organization {
color: #4078c0;
}
.dashboard-notice h2 {
color: #000;
font-size: 18px;
font-weight: normal;
margin-bottom: 16px;
margin-top: 9px;
}
.dashboard-notice p {
margin-top: 0;
}
.dashboard-notice p.no-title {
margin-top: 0;
padding-right: 5px;
}
.dashboard-notice .inset-figure {
float: right;
margin-bottom: 15px;
margin-left: 20px;
}
.dashboard-notice ul {
margin-left: 18px;
}
.dashboard-notice li {
padding-bottom: 15px;
}
.dashboard-notice .coupon {
background: #fff none repeat scroll 0 0;
border: 1px dashed #d1e5ff;
font-size: 20px;
font-weight: bold;
margin: 15px 0;
padding: 10px;
text-align: center;
}
kbd {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #fcfcfc;
border-color: #ccc #ccc #bbb;
border-image: none;
border-radius: 3px;
border-style: solid;
border-width: 1px;
box-shadow: 0 -1px 0 #bbb inset;
color: #555;
display: inline-block;
font: 11px/10px Consolas,"Liberation Mono",Menlo,Courier,monospace;
padding: 3px 5px;
vertical-align: middle;
}
.badmono {
font-family: sans-serif;
font-weight: bold;
}
.select-menu-button::after {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: -moz-use-text-color transparent transparent;
border-image: none;
border-style: solid;
border-width: 4px;
content: "";
display: inline-block;
height: 0;
vertical-align: -2px;
width: 0;
}
.select-menu-button.icon-only {
padding-left: 7px;
}
.select-menu-button.primary::after {
border-top-color: #fff;
}
.select-menu .spinner {
float: left;
margin: 4px 0 0 -24px;
}
.select-menu.active .select-menu-modal-holder {
display: block;
}
.select-menu.select-menu-modal-right {
position: relative;
}
.select-menu.select-menu-modal-right .select-menu-modal-holder {
right: 0;
}
.select-menu .select-menu-clear-item {
display: block;
}
.select-menu .select-menu-clear-item .octicon {
color: inherit;
}
.select-menu .select-menu-clear-item + .select-menu-no-results {
display: none !important;
}
.select-menu.is-loading .select-menu-loading-overlay {
display: block;
}
.select-menu.is-loading .select-menu-modal {
min-height: 200px;
}
.select-menu-loading-overlay {
animation: 2s linear 0s normal none infinite running pulse;
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid transparent;
border-radius: 5px;
display: none;
height: 100%;
position: absolute;
text-indent: 100%;
top: 0;
width: 100%;
z-index: 5;
}
.select-menu-loading-overlay::before {
content: "";
display: inline-block;
font: 32px/1 "octicons";
left: 50%;
margin: -16px 0 0 -16px;
position: absolute;
text-decoration: none;
text-indent: 0;
top: 50%;
width: 32px;
}
@keyframes pulse {
0% {
color: rgba(170, 170, 170, 0.1);
}
10% {
color: #aaaaaa;
}
100% {
color: rgba(170, 170, 170, 0.1);
}
}
.select-menu-modal-holder {
display: none;
position: absolute;
z-index: 21;
}
.select-menu-modal {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(200, 200, 200, 0.4);
border-radius: 3px;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
color: #666;
font-size: 12px;
margin-bottom: 20px;
margin-top: 4px;
overflow: hidden;
position: relative;
width: 300px;
}
.select-menu-header {
background: #f5f5f5 none repeat scroll 0 0;
border-bottom: 1px solid rgba(200, 200, 200, 0.4);
padding: 8px 10px;
}
.select-menu-header .select-menu-title {
color: #333;
font-weight: bold;
text-shadow: 0 1px 0 #fff;
}
.select-menu-header .octicon {
color: #ccc;
cursor: pointer;
display: block;
float: right;
}
.select-menu-header .octicon:hover {
color: #555;
}
.select-menu-filters {
background-color: #f8f8f8;
}
.select-menu-text-filter {
padding: 10px 10px 0;
}
.select-menu-text-filter:first-child:last-child {
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
.select-menu-text-filter input {
border: 1px solid #ddd;
border-radius: 3px;
display: block;
max-width: 100%;
padding: 5px;
width: 100%;
}
.select-menu-text-filter input::-moz-placeholder {
color: #aaa;
}
.select-menu-tabs {
border-bottom: 1px solid #ddd;
height: 33px;
}
.select-menu-tabs ul {
overflow: hidden;
padding: 14px 10px 0;
}
.select-menu-tabs .select-menu-tab {
display: inline-block;
}
.select-menu-tabs a {
border-radius: 3px 3px 0 0;
color: #888;
cursor: pointer;
font-size: 11px;
font-weight: bold;
height: 20px;
line-height: 20px;
padding: 5px 8px;
text-decoration: none;
}
.select-menu-tabs a:hover {
color: #333;
}
.select-menu-tabs a.selected {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #fff;
border-color: #ddd #ddd #fff;
border-image: none;
border-style: solid;
border-width: 1px;
color: #333;
padding: 4px 5px;
}
.select-menu-list {
line-height: 1.4;
max-height: 400px;
overflow: auto;
position: relative;
}
.select-menu-list.select-menu-tab-bucket {
display: none;
}
.select-menu-list.select-menu-tab-bucket.selected {
display: block;
}
.select-menu-list.is-showing-new-item-form .select-menu-new-item-form {
display: table;
}
.select-menu-list.is-showing-new-item-form .select-menu-no-results, .select-menu-list.is-showing-new-item-form .select-menu-clear-item {
display: none;
}
.select-menu-item {
border-bottom: 1px solid #eee;
color: inherit;
cursor: pointer;
display: table;
overflow: hidden;
table-layout: fixed;
width: 100%;
}
.select-menu-item:hover {
text-decoration: none;
}
.select-menu-item.select-menu-item-template {
display: none;
}
.select-menu-item.disabled, .select-menu-item.disabled.selected {
color: #767676;
}
.select-menu-item.disabled .select-menu-item-gravatar, .select-menu-item.disabled.selected .select-menu-item-gravatar {
opacity: 0.5;
}
.select-menu-item .octicon {
vertical-align: middle;
}
.select-menu-item .octicon-check {
visibility: hidden;
}
.select-menu-item input[type="radio"] {
display: none;
}
.select-menu-item .select-menu-item-icon {
color: transparent;
display: table-cell;
padding: 8px 0 8px 8px;
text-align: center;
vertical-align: top;
width: 24px;
}
.select-menu-item.navigation-focus, .select-menu-item.navigation-focus.selected, .select-menu-item.navigation-focus.select-menu-action, .select-menu-item.navigation-focus .description-inline {
background-color: #4078c0;
color: #fff;
}
.select-menu-item.navigation-focus > .octicon, .select-menu-item.navigation-focus.selected > .octicon, .select-menu-item.navigation-focus.select-menu-action > .octicon, .select-menu-item.navigation-focus .description-inline > .octicon {
color: #fff;
}
.select-menu-item.navigation-focus .text-danger, .select-menu-item.navigation-focus .description, .select-menu-item.navigation-focus.selected .text-danger, .select-menu-item.navigation-focus.selected .description, .select-menu-item.navigation-focus.select-menu-action .text-danger, .select-menu-item.navigation-focus.select-menu-action .description, .select-menu-item.navigation-focus .description-inline .text-danger, .select-menu-item.navigation-focus .description-inline .description {
color: #fff;
}
.select-menu-item > .octicon-dash {
display: none;
}
.select-menu-item.indeterminate > .octicon-check {
display: none;
}
.select-menu-item.indeterminate > .octicon-dash {
display: table-cell;
}
.select-menu-item.select-menu-action, .select-menu-item.selected {
color: #333;
}
.select-menu-item.select-menu-action .description, .select-menu-item.selected .description {
color: #666;
}
.select-menu-item.select-menu-action .octicon-check, .select-menu-item.selected .octicon-check {
visibility: visible;
}
.select-menu-item.select-menu-action > .octicon, .select-menu-item.selected > .octicon {
color: #333;
}
.select-menu-item.select-menu-action .select-menu-item-text {
font-weight: bold;
}
.select-menu[data-multiple] .select-menu-item:active {
background-color: transparent !important;
}
.select-menu-item a {
color: inherit;
text-decoration: none;
}
.select-menu-item .hidden-select-button-text {
display: none;
}
.select-menu-item .css-truncate-target {
display: table-cell;
max-width: 100%;
}
form.select-menu-item > div:first-child {
display: none !important;
}
.select-menu-item.last-visible, .select-menu-list:last-child .select-menu-item:last-child {
border-bottom: 0 none;
border-radius: 0 0 3px 3px;
}
.select-menu-actions .select-menu-item:hover {
background-color: #4078c0;
color: #fff;
}
.select-menu-actions .select-menu-item:hover > .octicon {
color: #fff;
}
.select-menu-actions .select-menu-item:hover .description {
color: #fff;
}
.select-menu-no-results {
color: #767676;
cursor: auto;
display: none;
padding: 9px;
}
.select-menu-list.filterable-empty .select-menu-no-results, .select-menu-no-results:only-child {
display: block;
}
.select-menu-button-gravatar, .select-menu-item-gravatar {
line-height: 0;
overflow: hidden;
width: 20px;
}
.select-menu-button-gravatar img, .select-menu-item-gravatar img {
border-radius: 3px;
display: inline-block;
height: 20px;
width: 20px;
}
.select-menu-item-gravatar {
display: table-cell;
padding: 6px 0 6px 8px;
vertical-align: top;
width: 28px;
}
.select-menu-button-gravatar {
float: left;
margin-right: 5px;
}
.select-menu-item-text {
display: table-cell;
padding: 8px;
text-align: left;
vertical-align: top;
}
.select-menu-item-text:first-child {
margin-left: 5px;
}
.select-menu-item-text .description {
color: #767676;
display: block;
font-size: 12px;
margin-top: 3px;
max-width: 265px;
}
.select-menu-item-text .description-inline {
color: #767676;
font-size: 10px;
}
.select-menu-item-heading {
display: block;
font-size: 14px;
font-weight: bold;
line-height: 1.1;
margin-bottom: 0;
margin-top: 0;
}
.select-menu-item-heading .description {
display: inline;
font-weight: normal;
}
.select-menu-footer {
border-top: 1px solid #eee;
font-weight: bold;
padding: 8px;
}
.select-menu-footer a {
display: inline-block;
margin-top: 1px;
vertical-align: top;
}
.select-menu-footer .octicon {
color: #666;
}
.select-menu-new-item-form {
display: none;
}
.select-menu-new-item-form .octicon {
color: #4078c0;
}
.modal-backdrop {
-moz-user-select: none;
display: none;
}
body.menu-active .modal-backdrop {
display: block;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 20;
}
.dropdown {
position: relative;
}
.dropdown-caret {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: -moz-use-text-color transparent transparent;
border-image: none;
border-style: solid;
border-width: 4px;
content: "";
display: inline-block;
height: 0;
vertical-align: -2px;
width: 0;
}
.dropdown-menu {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
left: 0;
margin-top: 2px;
padding-bottom: 5px;
padding-top: 5px;
position: absolute;
top: 100%;
width: 160px;
z-index: 100;
}
.dropdown-menu::before {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent rgba(0, 0, 0, 0.15);
border-image: none;
border-style: solid;
border-width: 8px;
content: "";
display: inline-block;
position: absolute;
}
.dropdown-menu::after {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent #fff;
border-image: none;
border-style: solid;
border-width: 7px;
content: "";
display: inline-block;
position: absolute;
}
.dropdown-item {
color: #333;
display: block;
overflow: hidden;
padding: 4px 10px 4px 15px;
text-overflow: ellipsis;
white-space: nowrap;
}
.dropdown-item:hover, .dropdown-item.zeroclipboard-is-hover {
background-color: #4078c0;
color: #fff;
text-decoration: none;
}
.dropdown-item:hover > .octicon, .dropdown-item.zeroclipboard-is-hover > .octicon {
color: inherit;
opacity: 1;
}
.dropdown-signout {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
text-align: left;
width: 100%;
}
.dropdown-divider {
background-color: #e5e5e5;
height: 1px;
margin: 8px 1px;
}
.dropdown-header {
color: #767676;
font-size: 12px;
padding: 4px 15px;
}
.dropdown-menu-content {
display: none;
}
.dropdown-menu-w {
left: auto;
margin-right: 10px;
margin-top: 0;
right: 100%;
width: auto;
}
.dropdown-menu-w::before {
border-color: transparent transparent transparent rgba(0, 0, 0, 0.15);
left: auto;
right: -16px;
top: 10px;
}
.dropdown-menu-w::after {
border-color: transparent transparent transparent #fff;
left: auto;
right: -14px;
top: 11px;
}
.dropdown-menu-e {
left: 100%;
margin-left: 10px;
margin-top: 0;
width: auto;
}
.dropdown-menu-e::before {
border-color: transparent rgba(0, 0, 0, 0.15) transparent transparent;
left: -16px;
top: 10px;
}
.dropdown-menu-e::after {
border-color: transparent #fff transparent transparent;
left: -14px;
top: 11px;
}
.dropdown-menu-sw {
left: auto;
right: 0;
}
.dropdown-menu-sw::before {
left: auto;
right: 9px;
top: -16px;
}
.dropdown-menu-sw::after {
left: auto;
right: 10px;
top: -14px;
}
.dropdown-menu-se::before {
left: 9px;
top: -16px;
}
.dropdown-menu-se::after {
left: 10px;
top: -14px;
}
include-fragment, poll-include-fragment {
display: block;
}
.pagination::before {
content: "";
display: table;
}
.pagination::after {
clear: both;
content: "";
display: table;
}
.pagination a, .pagination span, .pagination em {
-moz-user-select: none;
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
color: #4078c0;
cursor: pointer;
float: left;
font-size: 13px;
font-style: normal;
font-weight: bold;
margin-left: -1px;
padding: 7px 12px;
position: relative;
vertical-align: middle;
white-space: nowrap;
}
.pagination a:first-child, .pagination span:first-child, .pagination em:first-child {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
margin-left: 0;
}
.pagination a:last-child, .pagination span:last-child, .pagination em:last-child {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus, .pagination em:hover, .pagination em:focus {
background-color: #e7e7e7;
border-color: #e5e5e5;
text-decoration: none;
z-index: 2;
}
.pagination .selected {
z-index: 3;
}
.pagination .current, .pagination .current:hover {
background-color: #4078c0;
border-color: #4078c0;
color: #fff;
z-index: 3;
}
.pagination .gap, .pagination .disabled, .pagination .gap:hover, .pagination .disabled:hover {
background-color: #fafafa;
color: #d3d3d3;
cursor: default;
}
.ajax_paginate {
display: block;
margin-top: 20px;
}
.ajax_paginate a {
display: block;
float: none;
padding: 6px;
text-align: center;
}
.ajax_paginate.loading a {
background-color: #eaeaea;
background-image: url("/images/spinners/octocat-spinner-16px-EAF2F5.gif");
background-position: center center;
background-repeat: no-repeat;
border-color: #c5c5c5;
text-indent: -3000px;
}
@media not all, screen and (max--moz-device-pixel-ratio: 2) {
.ajax_paginate.loading a {
background-image: url("/images/spinners/octocat-spinner-32-EAF2F5.gif");
background-size: 16px auto;
}
}
.paginate-container {
margin-bottom: 15px;
margin-top: 20px;
text-align: center;
}
.paginate-container .pagination {
display: inline-block;
}
.tab-size[data-tab-size="1"] {
-moz-tab-size: 1;
}
.tab-size[data-tab-size="2"] {
-moz-tab-size: 2;
}
.tab-size[data-tab-size="3"] {
-moz-tab-size: 3;
}
.tab-size[data-tab-size="4"] {
-moz-tab-size: 4;
}
.tab-size[data-tab-size="5"] {
-moz-tab-size: 5;
}
.tab-size[data-tab-size="6"] {
-moz-tab-size: 6;
}
.tab-size[data-tab-size="7"] {
-moz-tab-size: 7;
}
.tab-size[data-tab-size="8"] {
-moz-tab-size: 8;
}
.tab-size[data-tab-size="9"] {
-moz-tab-size: 9;
}
.tab-size[data-tab-size="10"] {
-moz-tab-size: 10;
}
.tab-size[data-tab-size="11"] {
-moz-tab-size: 11;
}
.tab-size[data-tab-size="12"] {
-moz-tab-size: 12;
}
.header {
background-color: #f5f5f5;
border-bottom: 1px solid #e5e5e5;
min-width: 1000px;
padding-bottom: 10px;
padding-top: 10px;
}
.header-logged-out {
padding-bottom: 15px;
padding-top: 15px;
}
.header-logo-invertocat {
color: #333;
float: left;
margin-left: -2px;
margin-right: 10px;
white-space: nowrap;
}
.header-logo-invertocat .octicon-mark-github {
float: left;
font-size: 28px;
height: 28px;
width: 28px;
}
.header-logo-invertocat:hover {
color: #4078c0;
text-decoration: none;
}
.logo-subbrand {
float: left;
font-size: 16px;
font-weight: bold;
line-height: 28px;
margin-left: 6px;
}
.header-logo-wordmark {
color: #333;
float: left;
height: 26px;
margin-right: 15px;
position: relative;
}
.header-logo-wordmark:hover {
color: #4078c0;
}
.header-logo-wordmark .octicon-logo-github {
font-size: 32px;
height: 26px;
}
.notification-indicator .mail-status {
background-clip: padding-box;
background-color: #4078c0;
background-image: linear-gradient(#7aa1d3, #4078c0);
background-repeat: repeat-x;
border: 2px solid #f3f3f3;
border-radius: 50%;
color: #fff;
display: none;
height: 14px;
position: absolute;
right: 2px;
text-align: center;
top: -2px;
width: 14px;
z-index: 2;
}
.notification-indicator .mail-status.unread {
display: inline-block;
}
.notification-indicator:hover .mail-status {
background-color: #4078c0;
}
.site-search {
float: left;
position: relative;
}
.site-search form {
float: left;
margin-right: 10px;
position: relative;
width: 360px;
}
.site-search .form-control {
display: block;
font-size: 12px;
line-height: 17px;
min-height: 26px;
padding: 2px;
position: relative;
width: 100%;
}
.site-search .chromeless-input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
box-shadow: none;
display: inline-block;
font-size: 12px;
line-height: 16px;
min-height: 22px;
padding: 3px 5px;
width: 250px;
}
.site-search .chromeless-input:focus {
border: 0 none;
box-shadow: none;
}
.site-search .scope-badge {
background-color: #eee;
border-radius: 2px;
color: #767676;
display: none;
font-size: 12px;
font-weight: normal;
line-height: 22px;
padding: 0 5px;
vertical-align: middle;
}
.site-search.repo-scope .scope-badge {
display: inline-block;
}
.site-search.repo-scope .form-control.focus .scope-badge {
background-color: #e1eaf5;
color: #4078c0;
}
.header-nav {
list-style: outside none none;
}
.header-nav-item {
float: left;
}
.header-nav-item.active .dropdown-menu-content {
display: block;
}
.header-nav-item.active .tooltipped::before, .header-nav-item.active .tooltipped::after {
display: none;
}
.header-nav-item .dropdown-menu {
margin-top: 13px;
width: 180px;
}
.header-nav-link {
color: #333;
display: block;
font-size: 13px;
font-weight: bold;
line-height: 20px;
padding: 4px 8px;
}
.header-nav-link:hover, .header-nav-link:focus {
color: #4078c0;
text-decoration: none;
}
.header-nav-link:hover .dropdown-caret, .header-nav-link:focus .dropdown-caret {
border-top-color: #4078c0;
}
.user-nav {
margin-right: -8px;
}
.user-nav .header-nav-link {
height: 28px;
}
.user-nav .octicon {
height: 18px;
text-align: center;
width: 18px;
}
.user-nav .octicon-inbox {
font-size: 20px;
}
.user-nav .octicon-plus {
float: left;
font-size: 18px;
height: 18px;
width: 16px;
}
.user-nav .avatar {
float: left;
margin-right: 5px;
}
.header-nav-current-user {
font-size: inherit;
padding-bottom: 0;
}
.header-nav-current-user .css-truncate-target {
max-width: 100%;
}
.sign-out-button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
}
.header-actions {
float: right;
margin-bottom: -3px;
margin-top: -3px;
}
.header-actions .btn {
margin-left: 5px;
}
.enterprise .header {
background-color: #2a2c2e;
border-bottom-color: #121213;
}
.is-stats .enterprise .header {
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
}
.enterprise .header-logo-wordmark, .enterprise .header-logo-invertocat, .enterprise .header-nav-link {
color: #c8c8ca;
}
.enterprise .header-logo-wordmark:hover, .enterprise .header-logo-wordmark:focus, .enterprise .header-logo-invertocat:hover, .enterprise .header-logo-invertocat:focus, .enterprise .header-nav-link:hover, .enterprise .header-nav-link:focus {
color: #fafafa;
}
.enterprise .header-nav-link:hover .dropdown-caret, .enterprise .header-nav-link:focus .dropdown-caret {
border-top-color: #fafafa;
}
.enterprise .notification-indicator .mail-status {
border-color: #2a2c2e;
}
.enterprise .notification-indicator:hover .mail-status {
background-color: #d26911;
}
.enterprise .header-actions .btn {
border: 0 none;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 1px rgba(0, 0, 0, 0.5);
}
.enterprise .site-search .scope-badge {
background-color: #5b5f63;
color: #c8c8ca;
}
.enterprise .site-search .form-control {
background-color: #4f5256;
border-color: #121213;
color: #fafafa;
}
.enterprise .site-search .form-control.focus {
background-color: #55595d;
border-color: #000;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075) inset;
}
.enterprise .site-search .form-control.focus .scope-badge {
background-color: #676c71;
color: #fff;
}
.unsupported-browser {
background-color: #fae692;
background-image: linear-gradient(#feefae, #fae692);
background-repeat: repeat-x;
border-bottom: 1px solid #b3a569;
color: #211e14;
padding: 15px 0;
}
.unsupported-browser .container {
background: rgba(0, 0, 0, 0) url("/images/icons/ie-notice.png") no-repeat scroll 0 5px;
}
.unsupported-browser h5 {
font-size: 13px;
margin: 5px 0 2px;
padding-left: 48px;
}
.unsupported-browser p {
margin: 0;
padding-left: 48px;
}
.unsupported-browser .btn {
float: right;
margin-left: 8px;
margin-top: 5px;
}
.mobile-banner button.switch-to-mobile {
background-color: #444;
border: 0 none;
color: #eaeaea;
display: block;
font-size: 60px;
font-weight: bold;
padding: 30px 0 45px;
text-align: center;
width: 100%;
}
.mobile-banner button.switch-to-mobile .mega-octicon {
color: #ddd;
font-size: 48px;
margin-right: 5px;
position: relative;
top: -8px;
}
.accessibility-aid {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
margin: 0;
overflow: hidden;
position: absolute;
width: 1px;
}
.accessibility-aid:focus {
background: #f5f5f5 none repeat scroll 0 0;
clip: auto;
color: #333;
font-weight: bold;
height: auto;
line-height: 49px;
padding: 0 10px;
text-decoration: none;
top: 0;
width: auto;
z-index: 1;
}
.is-stats .accessibility-aid:focus {
top: 34px;
}
.site-footer {
border-top: 1px solid #eee;
color: #767676;
font-size: 12px;
line-height: 1.5;
margin-top: 40px;
padding-bottom: 40px;
padding-top: 40px;
position: relative;
}
.site-footer::before {
content: "";
display: table;
}
.site-footer::after {
clear: both;
content: "";
display: table;
}
.site-footer .octicon-mark-github {
color: #ccc;
font-size: 24px;
height: 24px;
left: 50%;
margin-left: -12px;
position: absolute;
top: 38px;
width: 24px;
}
.site-footer .octicon-mark-github:hover {
color: #bbb;
}
.site-footer-links {
list-style: outside none none;
margin: 0;
}
.site-footer-links li {
display: inline-block;
line-height: 16px;
}
.site-footer-links li + li {
margin-left: 10px;
}
.billing-plans tbody td {
vertical-align: middle;
width: 25%;
}
.billing-plans .current {
background-color: #f2ffed;
}
.billing-plans .name {
color: #333;
font-size: 14px;
font-weight: bold;
}
.billing-plans .coupon {
font-size: 12px;
}
.billing-plans .coupon td {
background-color: #6cc644;
color: #fff;
}
.billing-plans .coupon .text-right {
white-space: nowrap;
}
.billing-plans .coupon.expiring td {
background-color: #df6e00;
}
.billing-plans .coupon.expiring .coupon-label::after {
border-bottom-color: #df6e00;
}
.billing-plans tbody > .selected {
background-color: #fdffce;
}
.coupon-label {
margin: -9px;
padding: 9px;
position: relative;
}
.coupon-label::after {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent #6cc644;
border-image: none;
border-style: solid;
border-width: 5px;
bottom: 100%;
content: " ";
height: 0;
left: 15px;
pointer-events: none;
position: absolute;
width: 0;
}
.boxed-group-table .toggle-currency {
font-size: 11px;
font-weight: normal;
}
.is-hidden, .has-removed-contents {
display: none;
}
.currency-notice {
margin-bottom: 10px;
}
.org-login {
margin-bottom: 30px;
margin-top: -30px;
}
.org-login img {
border: 1px solid #ccc;
margin: 10px -25px;
padding: 1px;
width: 450px;
}
.plan-notice {
border-top: 1px solid #eee;
margin-bottom: 0;
padding: 10px;
}
.auth-form {
margin: 60px auto;
width: 400px;
}
.auth-form .note {
margin: 15px 0;
text-align: center;
}
.auth-form-header {
background-color: #829aa8;
border: 1px solid #768995;
border-radius: 3px 3px 0 0;
color: #fff;
margin: 0;
padding: 10px 20px;
position: relative;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.auth-form-header h1 {
font-size: 16px;
margin-bottom: 0;
margin-top: 0;
}
.auth-form-header h1 a {
color: #fff;
}
.auth-form-header .octicon {
color: rgba(0, 0, 0, 0.4);
position: absolute;
right: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
top: 10px;
}
.auth-form-body {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #fff;
border-color: -moz-use-text-color #d8dee2 #d8dee2;
border-image: none;
border-radius: 0 0 3px 3px;
border-style: none solid solid;
border-width: 0 1px 1px;
font-size: 14px;
padding: 20px;
}
.auth-form-body .input-block {
margin-bottom: 15px;
margin-top: 5px;
}
.auth-form-body p {
margin: 0 0 10px;
}
.two-factor-help {
border: 1px solid #eaeaea;
border-radius: 3px;
margin: 60px 0 auto auto;
padding: 10px 10px 10px 36px;
position: relative;
}
.two-factor-help .octicon {
left: 10px;
position: absolute;
top: 10px;
}
.two-factor-help .btn-sm {
float: right;
}
.two-factor-help ul {
list-style-type: none;
}
.flash.sms-error, .flash.sms-success {
display: none;
margin: 0 0 10px;
}
.is-sent .sms-success {
display: block;
}
.is-sent .sms-error {
display: none;
}
.is-not-sent .sms-success {
display: none;
}
.is-not-sent .sms-error {
display: block;
}
.autocomplete-results {
background: #fff none repeat scroll 0 0;
border: 1px solid #c1c1c1;
border-radius: 3px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
display: none;
font-size: 13px;
list-style: outside none none;
max-height: 20em;
overflow-y: auto;
position: absolute;
z-index: 99;
}
.autocomplete-results .no-results {
display: none;
}
.autocomplete-group {
overflow: hidden;
width: 100%;
}
.autocomplete-item {
cursor: pointer;
display: block;
font-weight: bold;
overflow: hidden;
padding: 5px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
.autocomplete-item.selected, .autocomplete-item.navigation-focus {
background-color: #4078c0;
color: #fff;
text-decoration: none;
}
.autocomplete-item.selected .organization-member, .autocomplete-item.selected .ldap-group-dn, .autocomplete-item.navigation-focus .organization-member, .autocomplete-item.navigation-focus .ldap-group-dn {
color: #f2f2f2;
}
.autocomplete-item .secondary-label {
font-weight: normal;
}
.autocomplete-item .organization-member {
color: #808080;
float: right;
padding-top: 1px;
}
.suggester-container {
left: 10px;
position: absolute;
top: 58px;
z-index: 30;
}
.comment-content .suggester-container {
top: 46px;
}
.timeline-new-comment .suggester-container {
top: 52px;
}
.is-comment-editing .suggester-container {
top: 49px;
}
.merge-branch-form .suggester-container {
top: 39px;
}
.wiki-wrapper .suggester-container {
left: -2px;
top: 93px;
}
.suggester {
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
border-radius: 3px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
display: none;
left: 0;
margin-top: 20px;
min-width: 180px;
position: relative;
top: 0;
}
.suggester.active {
display: block;
}
.suggester ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.suggester li {
border-bottom: 1px solid #ddd;
display: block;
font-weight: bold;
padding: 5px 10px;
}
.suggester li small {
color: #767676;
font-weight: normal;
}
.suggester li:last-child {
border-bottom: 0 none;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.suggester li:first-child a {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.suggester li.navigation-focus {
background: #4078c0 none repeat scroll 0 0;
color: #fff;
text-decoration: none;
}
.suggester li.navigation-focus small {
color: #fff;
}
.breadcrumb {
color: #767676;
font-size: 18px;
margin-bottom: 5px;
margin-top: 5px;
}
.breadcrumb .separator::before, .breadcrumb .separator::after {
content: " ";
}
.breadcrumb strong.final-path {
color: #000;
}
.breadcrumb .zeroclipboard-button {
display: inline-block;
margin-left: 5px;
}
.breadcrumb .repo-root {
font-weight: bold;
}
.editor-license-template, .editor-gitignore-template {
display: none;
float: right;
font-size: 14px;
position: relative;
top: 3px;
}
.editor-license-template.is-visible, .editor-gitignore-template.is-visible {
display: block;
}
.editor-license-template .select-menu-git-ignore, .editor-license-template .select-menu-license-picker, .editor-gitignore-template .select-menu-git-ignore, .editor-gitignore-template .select-menu-license-picker {
right: 0;
}
.editor-abort {
display: inline;
font-size: 14px;
}
.blob-interaction-bar {
background-color: #f2f2f2;
border-bottom: 1px solid #e5e5e5;
position: relative;
}
.blob-interaction-bar::before {
content: "";
display: table;
}
.blob-interaction-bar::after {
clear: both;
content: "";
display: table;
}
.blob-interaction-bar .octicon-search {
color: #767676;
font-size: 12px;
left: 10px;
position: absolute;
top: 10px;
}
input.blob-filter {
border: 0 none;
border-radius: 0;
font-size: 12px;
outline: medium none;
padding: 4px 20px 5px 30px;
width: 100%;
}
input.blob-filter:focus {
outline: medium none;
}
.markdown-body .csv-data td, .markdown-body .csv-data th {
font-size: 12px;
line-height: 1;
overflow: hidden;
padding: 5px;
text-align: left;
white-space: nowrap;
}
.markdown-body .csv-data .blob-num {
background: #fff none repeat scroll 0 0;
border: 0 none;
padding: 10px 8px 9px;
text-align: right;
}
.markdown-body .csv-data tr {
border-top: 0 none;
}
.markdown-body .csv-data th {
background: #f8f8f8 none repeat scroll 0 0;
border-top: 0 none;
font-weight: bold;
}
.too-long-message {
color: #cea61b;
display: none;
}
.is-too-long-error .too-long-message {
display: block;
}
.check-for-fork {
display: inline-block;
}
.check-for-fork img {
vertical-align: text-bottom;
}
.check-for-fork.is-error .check-for-fork-loading {
display: none;
}
.check-for-fork.is-error .check-for-fork-error {
display: inline-block;
}
.check-for-fork-error {
display: none;
}
.file-commit-form {
padding-left: 64px;
}
.file-commit-form .commit-form-avatar {
border-radius: 4px;
float: left;
margin-left: -64px;
}
.file-commit-form .commit-form {
border: 1px solid #ddd;
border-radius: 3px;
margin-bottom: 10px;
padding: 15px;
position: relative;
}
.file-commit-form .commit-form::after, .file-commit-form .commit-form::before {
border-color: transparent;
border-style: solid solid outset;
content: " ";
display: block;
height: 0;
left: -16px;
pointer-events: none;
position: absolute;
right: 100%;
top: 11px;
width: 0;
}
.file-commit-form .commit-form::after {
border-right-color: #fff;
border-width: 7px;
margin-left: 2px;
margin-top: 1px;
}
.file-commit-form .commit-form::before {
border-right-color: #ddd;
border-width: 8px;
}
.file-commit-form .commit-message {
min-height: 100px;
}
.file-commit-form-heading {
margin-bottom: 10px;
margin-top: 0;
}
.quick-pull-choice .form-checkbox {
margin: 10px 0;
padding-left: 25px;
}
.quick-pull-choice .form-checkbox label {
font-weight: normal;
}
.quick-pull-choice .form-checkbox .octicon {
margin-right: 3px;
text-align: center;
width: 16px;
}
.quick-pull-choice dl.form, .quick-pull-choice .form-checkbox:last-child {
margin-bottom: 0;
}
.quick-pull-choice .quick-pull-branch-name {
display: none;
margin-top: 5px;
padding-left: 48px;
}
.quick-pull-choice .new-branch-name-input {
margin-top: 5px;
position: relative;
}
.quick-pull-choice .new-branch-name-input input {
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
padding-left: 26px;
width: 240px;
}
.quick-pull-choice .new-branch-name-input .quick-pull-new-branch-icon {
color: #b0c4ce;
left: 10px;
position: absolute;
top: 9px;
}
.quick-pull-choice.will-normalize-ref .quick-pull-normalization-info {
display: inline-block;
}
.quick-pull-choice.will-create-branch .quick-pull-branch-name {
display: inline-block;
}
.quick-pull-normalization-info {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #f7ea57 none repeat scroll 0 0;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-color: #fff #c0b536 #c0b536;
border-image: none;
border-style: solid;
border-width: 1px;
color: #494620;
display: none;
font-size: 11px;
left: 0;
padding: 5px;
position: absolute;
top: 34px;
z-index: 10;
}
.merge-pr {
border-top: 1px solid #ddd;
margin: 20px 0 0;
padding-top: 10px;
}
.merge-pr.open .merge-branch-form {
display: block;
}
.merge-pr.open .branch-action {
display: none;
}
.branch-status {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #eee;
border-image: none;
border-style: solid;
border-width: 0 0 1px;
padding: 10px 0 0;
}
.branch-status .octicon {
text-align: center;
width: 16px;
}
.branch-status.open > .build-statuses-list {
border-width: 1px 0;
max-height: 370px;
}
.branch-status.open .statuses-toggle-opened {
display: inline;
}
.branch-status.open .statuses-toggle-closed {
display: none;
}
.status-description {
display: block;
padding: 0 15px 10px 12px;
}
.build-status-single .css-truncate-target {
max-width: 80%;
width: 80%;
}
.build-statuses-list {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #eee;
border-image: none;
border-style: solid;
border-width: 1px 0 0;
margin-bottom: -1px;
max-height: 0;
overflow-y: auto;
padding: 0;
transition: max-height 0.25s ease-in-out 0s;
}
.statuses-toggle-opened {
display: none;
}
.build-status-item {
background-color: #fafafa;
border-bottom: 1px solid #eee;
padding: 10px 15px 10px 12px;
}
.build-status-item:last-child {
border-bottom: 0 none;
}
.build-status-item .css-truncate-target {
max-width: 80%;
width: 80%;
}
.build-status-icon {
text-align: center;
width: 16px;
}
.build-status-details {
margin-left: 10px;
}
.merge-pr-more-commits {
color: #767676;
font-size: 12px;
margin-bottom: 10px;
margin-left: 64px;
margin-top: 10px;
}
.branch-action {
margin-bottom: 15px;
margin-top: 15px;
padding-left: 64px;
}
.branch-action .merge-branch-heading {
margin-bottom: 2px;
}
.branch-action .delete-branch-failure {
display: none;
padding: 15px;
}
.branch-action.error .delete-branch-failure {
display: block;
}
.branch-action.error .merge-message {
display: none;
}
.branch-action-icon {
border-radius: 3px;
color: #fff;
float: left;
height: 48px;
line-height: 48px;
margin-left: -64px;
text-align: center;
width: 48px;
}
.branch-action-body {
background-color: #fff;
border: 1px solid #e5e5e5;
border-radius: 3px;
position: relative;
}
.branch-action-body::after, .branch-action-body::before {
border-color: transparent;
border-style: solid solid outset;
content: " ";
display: block;
height: 0;
left: -16px;
pointer-events: none;
position: absolute;
right: 100%;
top: 11px;
width: 0;
}
.branch-action-body::after {
border-right-color: #fff;
border-width: 7px;
margin-left: 2px;
margin-top: 1px;
}
.branch-action-body::before {
border-right-color: #ddd;
border-width: 8px;
}
.branch-action-body .spinner {
background: rgba(0, 0, 0, 0) url("/images/spinners/octocat-spinner-32.gif") no-repeat scroll 0 0;
display: block;
float: left;
height: 32px;
margin-right: 15px;
width: 32px;
}
.branch-action-body .merge-message, .branch-action-body .merge-branch-form {
padding: 15px;
}
.branch-action-state-clean .branch-action-icon {
background-color: #6cc644;
}
.branch-action-state-clean .branch-action-body {
border-color: #95c97e;
}
.branch-action-state-clean .branch-action-body::before {
border-right-color: #95c97e;
}
.branch-action-state-unknown .branch-action-icon, .branch-action-state-unstable .branch-action-icon {
background-color: #cea61b;
}
.branch-action-state-unknown .branch-action-body, .branch-action-state-unstable .branch-action-body {
border-color: #e2cc7a;
}
.branch-action-state-unknown .branch-action-body::before, .branch-action-state-unstable .branch-action-body::before {
border-right-color: #e2cc7a;
}
.branch-action-state-merged .branch-action-icon {
background-color: #6e5494;
}
.branch-action-state-merged .branch-action-body {
border-color: #cbc0db;
}
.branch-action-state-merged .branch-action-body::before {
border-right-color: #cbc0db;
}
.branch-action-state-dirty .branch-action-icon, .branch-action-state-closed-dirty .branch-action-icon {
background-color: #888;
}
@media not all, not all, only screen and (min-resolution: 2dppx) {
.branch-action-body .spinner {
background-image: url("/images/spinners/octocat-spinner-64.gif");
background-size: 32px 32px;
}
}
.merge-branch-form {
display: none;
margin: 15px 0;
}
.merge-branch-form .commit-form {
border-color: #95c97e;
}
.merge-branch-form .commit-form::before {
border-right-color: #95c97e;
}
.merge-branch-form.error .commit-form {
border-color: #e97a74;
}
.merge-branch-form.error .commit-form::before {
border-right-color: #e97a74;
}
.merge-branch-form .merge-form-failed {
display: none;
}
.merge-branch-form.error .merge-form-failed {
display: block;
}
.merge-branch-form.error .merge-form-contents {
display: none;
}
.merge-button-matrix-merge-form .merge-branch-form {
display: block;
}
.merge-button-matrix-merge-form .merge-branch-form .merge-form-contents {
display: block;
}
.merge-button-matrix-merge-failed .merge-branch-form {
display: block;
}
.merge-button-matrix-merge-failed .merge-branch-form .merge-form-failed {
display: block;
}
.merge-button-matrix-merge-failed .merge-branch-form .merge-form-contents {
display: none;
}
.branch-action-next .branch-action-item {
border-bottom: 0 none;
border-top: 1px solid #eee;
}
.branch-action-next .branch-action-item:first-child {
border-top: 0 none;
}
.branch-action-next .branch-action-item.open > .build-statuses-list {
border-top: 1px solid #eee;
max-height: 370px;
}
.branch-action-next .branch-action-item.open .branch-action-details {
display: block;
}
.branch-action-next .branch-action-item.open .statuses-toggle-opened {
display: inline;
}
.branch-action-next .branch-action-item.open .statuses-toggle-closed {
display: none;
}
.branch-action-next .status-blank {
color: #767676;
}
.branch-action-next .branch-action-item-icon {
padding: 15px 8px 15px 15px;
}
.branch-action-next .branch-action-item-info, .branch-action-next .branch-action-item-action {
line-height: 1.4;
padding-right: 15px;
}
.branch-action-next .branch-action-details {
border-top: 1px solid #eee;
display: none;
}
.branch-action-next .discussion-item-nested {
margin: 0;
padding-left: 0;
}
.branch-action-next .discussion-item-nested .discussion-item-header .btn-outline {
margin-top: 4px;
}
.branch-action-next .discussion-item-nested .discussion-item-footer {
font-size: 12px;
}
.branch-action-next .status-heading {
margin-bottom: 1px;
margin-top: 0;
}
.branch-action-next .status-description {
padding: 0 15px 12px;
}
.branch-action-next .status-meta {
color: #767676;
}
.branch-action-next .completeness-indicator {
float: left;
height: 30px;
width: 30px;
}
.branch-action-next .completeness-indicator .octicon {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 7px;
}
.branch-action-next .completeness-indicator-success {
background-color: #6cc644;
border-radius: 50%;
color: #fff;
text-align: center;
}
.branch-action-next .completeness-indicator-problem {
background-color: #888;
border-radius: 50%;
color: #fff;
text-align: center;
}
.branch-action-next .completeness-indicator-blank {
background-color: #f3f3f3;
border-radius: 50%;
color: #aaa;
text-align: center;
}
.branch-action-next .completeness-indicator-blank .octicon {
margin-top: 6px;
}
.branch-action-next .build-status-item {
padding: 10px 15px 10px 53px;
}
.branch-action-next .input-add-reviewers {
max-width: 340px;
}
.branch-action-next .merge-help-container {
padding-left: 15px;
padding-right: 15px;
}
.branch-action-next .merge-help-container .merge-branch-manually {
margin-top: 0;
padding-bottom: 15px;
padding-top: 15px;
}
.branch-action-next .merge-message, .branch-action-next .merge-branch-form {
background-color: #fafafa;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-top: 1px solid #ddd;
}
.branch-action-next.branch-action-state-merged .branch-action-details-title {
font-size: 13px;
}
.branch-action-next.branch-action-state-merged .build-statuses-list {
border-top: 0 none;
display: none;
max-height: none;
}
.branch-action-next.branch-action-state-merged .open > .build-statuses-list {
border-top: 0 none;
display: block;
margin-bottom: 10px;
margin-top: -5px;
}
.branch-action-next.branch-action-state-merged .build-status-item {
background-color: #fff;
border-bottom: 0 none;
padding-top: 0;
}
p.recently-touched-branches-description {
color: #888;
font-size: 11px;
margin: 0;
}
.recently-touched-branches {
background-color: #fff9ea;
border: 1px solid #dfd8c2;
border-radius: 3px;
color: #4c4a42;
margin: 5px 0 10px;
padding: 0;
}
.recently-touched-branches li {
border-bottom: 1px solid #e5e2c8;
height: 36px;
line-height: 23px;
list-style-type: none;
margin: 0;
padding: 5px;
}
.recently-touched-branches li:last-child {
border-bottom: 0 none;
}
.recently-pushed-branch-actions {
float: right;
}
.recently-pushed-branch-details {
color: #a19e7f;
display: inline-block;
font-size: 13px;
line-height: 26px;
margin: 0 0 0 7px;
}
.recently-pushed-branch-details a {
color: #6b694f;
}
.recently-pushed-branch-details .css-truncate-target {
max-width: 400px;
}
.branch-name {
background-color: rgba(209, 227, 237, 0.5);
border-radius: 3px;
color: rgba(0, 0, 0, 0.5);
display: inline-block;
font: 12px Consolas,"Liberation Mono",Menlo,Courier,monospace;
padding: 2px 6px;
}
.branch-name .octicon {
color: #b0c4ce;
margin: 1px -2px 0 0;
}
a.branch-name {
color: #4078c0;
}
.range-editor {
background-color: #fafafa;
border: 1px solid #e5e5e5;
border-radius: 3px;
line-height: 26px;
margin-bottom: 15px;
margin-top: 15px;
padding: 5px 15px 5px 40px;
position: relative;
}
.range-editor .dots {
font-size: 16px;
}
.range-editor .select-menu {
display: inline-block;
position: relative;
}
.range-editor .select-menu .btn-sm {
vertical-align: top;
}
.range-editor .select-menu.fork-suggester {
display: none;
}
.range-editor .branch-name {
line-height: 22px;
}
.range-editor .branch .css-truncate-target, .range-editor .fork-suggester .css-truncate-target {
max-width: 180px;
}
.range-editor .pre-mergability {
display: inline-block;
line-height: 26px;
padding: 5px;
vertical-align: middle;
}
.range-editor.is-cross-repo .select-menu.fork-suggester {
display: inline-block;
}
.range-editor-icon {
color: #767676;
float: left;
margin-left: -25px;
margin-top: 10px;
}
.gh-header-new-pr {
margin-bottom: 15px;
}
.gh-header-new-pr .gh-header-meta {
border-bottom: 0 none;
margin-top: 5px;
padding-bottom: 0;
}
.gh-header-new-pr .branch-name {
display: inline;
}
.compare-pr-header {
display: none;
}
.is-pr-composer-expanded .compare-show-header {
display: none;
}
.is-pr-composer-expanded .compare-pr-header {
display: block;
}
.range-cross-repo-pair {
display: inline-block;
padding: 5px;
white-space: nowrap;
}
ul.comparison-list {
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
border-radius: 3px;
font-size: 14px;
margin: 25px auto 15px;
text-align: left;
width: 350px;
}
ul.comparison-list > li {
border-top: 1px solid #eee;
list-style-type: none;
padding: 7px 10px;
}
ul.comparison-list > li a {
font-weight: bold;
}
ul.comparison-list > li em {
color: #767676;
float: right;
font-style: normal;
}
ul.comparison-list > li .octicon {
color: #aaa;
position: relative;
top: 1px;
}
ul.comparison-list > li .css-truncate-target {
max-width: 200px;
}
ul.comparison-list > li.title {
background: #fafafa none repeat scroll 0 0;
border-top: 0 none;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color: #aaa;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
.recently-touched-branches-wrapper {
margin: 15px 0;
}
.secure-branch-fields[disabled] {
opacity: 0.5;
}
.starring-container .unstarred, .starring-container.on .starred {
display: block;
}
.starring-container.on .unstarred, .starring-container .starred {
display: none;
}
.starring-container.loading {
opacity: 0.5;
}
.user-following-container .follow, .user-following-container.on .unfollow {
display: inline-block;
}
.user-following-container.on .follow, .user-following-container .unfollow {
display: none;
}
.user-following-container.loading {
opacity: 0.5;
}
.members .user-following-container {
float: right;
}
.close-button {
background: transparent none repeat scroll 0 0;
border: 0 none;
outline: medium none;
padding: 0;
}
.code-list .file-box {
border: 1px solid #ddd;
border-radius: 3px;
}
.code-list em {
background-color: rgba(255, 255, 140, 0.5);
border-radius: 3px;
color: #333;
font-style: normal;
font-weight: bold;
padding: 3px;
}
.code-list .title {
font-weight: bold;
line-height: 1.2;
margin: -3px 0 10px 38px;
min-height: 24px;
}
.code-list .repo-specific .title, .code-list .repo-specific .full-path {
margin-left: 0;
}
.code-list .match-count, .code-list .updated-at {
color: #999;
font-size: 11px;
font-weight: normal;
margin: 0;
}
.code-list .language {
color: rgba(51, 51, 51, 0.75);
float: right;
font-size: 12px;
margin-left: 10px;
}
.code-list .avatar {
float: left;
}
.code-list .code-list-item + .code-list-item {
border-top: 1px solid #eee;
margin-bottom: 10px;
margin-top: 20px;
padding-top: 20px;
}
.code-list .blob-num {
padding: 0;
}
.code-list .blob-num::before {
content: normal;
}
.code-list .blob-num a {
color: inherit;
padding: 0 10px;
}
.code-list .blob-num a:hover {
color: #4078c0;
}
.code-list .blob-code {
white-space: pre-wrap;
}
.code-list .divider .blob-num, .code-list .divider .blob-code {
background-color: #f8fafd;
cursor: default;
padding-bottom: 0;
padding-top: 0;
}
.code-list .divider .blob-num {
background-color: #f0f5fa;
height: 18px;
line-height: 15px;
padding: 0 10px;
}
.code-list .full-path {
margin: 0 0 0 40px;
}
.code-list .full-path .octicon-repo {
color: #767676;
}
.code-list .full-path .octicon-lock {
color: #e9dba4;
}
.code-list .full-path a {
color: #999;
}
.code-list-item-private .file-box {
border: 1px solid #fadda5;
}
.code-list-item-private .blob-num {
background-color: #fff9ea;
border-right: 1px solid #fadda5;
}
.code-list-item-private .blob-num a {
color: #a1882b;
}
.code-list-item-private .divider .blob-num, .code-list-item-private .divider .blob-code {
background-color: #fff9ea;
color: #a1882b;
}
.codesearch-head {
padding-bottom: 20px;
}
.codesearch-head.pagehead h1 {
float: left;
line-height: 33px;
width: 250px;
}
.advanced-search-form h3 {
margin-top: 20px;
}
.advanced-search-form .flattened dt {
width: 230px;
}
.advanced-search-form .flattened dt label {
font-weight: normal;
}
.advanced-search-form .flattened dd {
margin-left: 250px;
}
.advanced-search-form .form-checkbox {
margin-left: 250px;
}
.advanced-search-form fieldset {
border-bottom: 1px solid #f1f1f1;
margin-bottom: 30px;
padding-bottom: 20px;
}
.codesearch-results .large-format-loader {
padding-top: 5%;
}
.codesearch-results .repo-list {
margin-top: -20px;
}
.codesearch-results .repo-list-name {
font-weight: normal;
}
.codesearch-results .repo-list-name a, .codesearch-results .code-list .title a {
word-wrap: break-word;
}
.codesearch-results .repo-list-name em, .codesearch-results .repo-list-description em {
background-color: rgba(255, 255, 140, 0.5);
border-radius: 3px;
font-style: normal;
font-weight: bold;
padding: 3px;
}
.codesearch-results .search-foot-note {
color: #999;
text-align: center;
}
.meta-search-links {
margin-top: 20px;
}
.meta-search-links a {
margin-right: 10px;
}
.codesearch-aside .menu .octicon {
margin-right: 5px;
text-align: center;
width: 16px;
}
.codesearch-aside .meta-search-links {
margin-top: 20px;
}
.codesearch-aside .meta-search-links a {
margin-right: 10px;
}
.codesearch-aside .filter-list {
border-bottom: 1px solid #f1f1f1;
margin-bottom: 20px;
padding-bottom: 20px;
}
.codesearch-aside .filter-list li {
position: relative;
}
.codesearch-aside .filter-list li span.bar {
background: #f1f1f1 none repeat scroll 0 0;
bottom: 2px;
display: inline-block;
position: absolute;
right: 0;
top: 2px;
z-index: -1;
}
.simple-search-page {
padding-bottom: 100px;
padding-top: 100px;
width: 740px;
}
.simple-search-page h2 {
font-weight: normal;
}
.simple-search-page h2 .mega-octicon {
vertical-align: middle;
}
.search-form-fluid {
position: relative;
}
.search-form-fluid .flex-table-item-primary {
padding-right: 10px;
}
.search-form-fluid .completed-query {
left: 8px;
margin: 0;
overflow: hidden;
position: absolute;
right: 8px;
top: 7px;
white-space: nowrap;
z-index: 1;
}
.search-form-fluid .completed-query span {
opacity: 0;
}
.search-form-fluid .search-page-label {
cursor: text;
display: block;
font-weight: normal;
position: relative;
}
.search-form-fluid .search-page-label.focus .completed-query {
opacity: 0.6;
}
.search-form-fluid .search-page-input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
box-shadow: none;
margin: 0;
min-height: 0;
padding: 0;
position: relative;
z-index: 2;
}
.search-form-fluid .search-page-input:focus {
box-shadow: none;
}
.token-warning {
color: #000;
position: absolute;
right: 85px;
top: 10px;
}
.sort-bar {
border-bottom: 1px solid #f1f1f1;
margin-bottom: 20px;
padding-bottom: 20px;
}
.sort-bar .sort-label {
color: #666;
font-size: 13px;
font-weight: 200;
padding-right: 5px;
}
.sort-bar .select-menu {
float: right;
}
.sort-bar h3 {
margin: 0;
}
.file-editor-textarea {
border: 0 none;
border-radius: 0;
font: 12px Consolas,"Liberation Mono",Menlo,Courier,monospace;
outline: medium none;
padding: 5px 4px;
resize: vertical;
width: 100%;
}
.container-preview .tabnav-tabs {
margin: -6px 0 -6px -11px;
}
.container-preview .tabnav-tabs .tabnav-tab {
border-radius: 0;
padding: 12px 15px;
}
.container-preview .tabnav-tabs > .selected:first-child {
border-top-left-radius: 3px;
}
.container-preview .tabnav-tabs .selected {
font-weight: bold;
}
.container-preview.show-code .commit-create, .container-preview.show-code .actions {
display: block;
}
.container-preview.show-code .commit-preview, .container-preview.show-code .loading-preview-msg, .container-preview.show-code .no-changes-preview-msg, .container-preview.show-code .error-preview-msg {
display: none;
}
.container-preview:not(.show-code) .commit-create, .container-preview:not(.show-code) .actions {
display: none;
}
.container-preview.loading-preview .loading-preview-msg {
display: block;
}
.container-preview.loading-preview .no-changes-preview-msg, .container-preview.loading-preview .error-preview-msg, .container-preview.loading-preview .commit-preview {
display: none;
}
.container-preview.show-preview .commit-preview {
display: block;
}
.container-preview.show-preview .loading-preview-msg, .container-preview.show-preview .no-changes-preview-msg, .container-preview.show-preview .error-preview-msg {
display: none;
}
.container-preview.no-changes-preview .no-changes-preview-msg {
display: block;
}
.container-preview.no-changes-preview .loading-preview-msg, .container-preview.no-changes-preview .error-preview-msg, .container-preview.no-changes-preview .commit-preview {
display: none;
}
.container-preview.error-preview .error-preview-msg {
display: block;
}
.container-preview.error-preview .loading-preview-msg, .container-preview.error-preview .no-changes-preview-msg, .container-preview.error-preview .commit-preview {
display: none;
}
.container-preview p.preview-msg {
font-size: 16px;
padding: 30px;
}
.ace_editor.ace-github-light {
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
font-size: 12px;
line-height: 18px;
position: relative;
}
.ace_editor.ace-github-light .ace_scroller.ace_scroll-left {
box-shadow: none;
}
.ace_gutter {
border-right: 1px solid #eee;
}
.ace_gutter-layer {
min-width: 50px;
}
.ace_nobold .ace_line > span {
font-weight: normal !important;
}
.ace_marker-layer .ace_step {
background-color: #fcff00;
}
.ace_marker-layer .ace_stack {
background-color: #a4e565;
}
.ace_marker-layer .ace_selected-word {
background-color: #fafaff;
}
.ace_indent-guide {
box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.details-collapse .collapse {
display: none;
height: 0;
overflow: hidden;
position: relative;
transition: height 0.35s ease-in-out 0s;
}
.details-collapse.open .collapse {
display: block;
height: auto;
overflow: visible;
}
.comment .email-format {
line-height: 1.5;
}
.comment .context-loader {
display: none;
}
.previewable-edit .previewable-comment-form {
display: none;
}
.previewable-edit .previewable-comment-form .form-actions {
margin-bottom: 10px;
margin-right: 10px;
}
.previewable-edit.is-comment-editing .timeline-comment-header {
display: none;
}
.is-comment-editing .timeline-comment-actions, .is-comment-editing .edit-comment-hide {
display: none;
}
.is-comment-editing .previewable-comment-form {
display: block;
}
.is-comment-loading .context-loader {
display: block;
}
.is-comment-loading .previewable-comment-form {
opacity: 0.5;
}
.is-comment-stale .comment-form-stale {
display: block;
}
.is-comment-stale .comment-content {
padding-top: 10px;
}
.is-comment-stale .previewable-comment-form {
opacity: 0.75;
}
.comment-body {
font-size: 14px;
overflow: visible;
padding: 15px;
width: 100%;
}
.comment-body .highlight {
background-color: transparent;
overflow: visible !important;
}
.comment-form-textarea {
font-size: 14px;
height: 100px;
line-height: 1.6;
margin: 0;
max-width: 100%;
min-height: 100px;
transform: translateZ(0px);
width: 100%;
}
.comment-form-textarea.dragover {
border: 1px solid #4078c0;
}
.discussion-topic-header {
padding: 10px;
position: relative;
word-wrap: break-word;
}
.comment-form-error, .comment-form-stale {
background-color: #ffeaea;
border: 1px solid #e2a0a0;
color: #900;
display: none;
font-weight: bold;
margin: 0 10px;
padding: 5px 10px;
}
.comment-form-error.comment-form-bottom, .comment-form-stale.comment-form-bottom {
margin-bottom: 10px;
}
.comment-form-stale {
margin-top: 0;
}
.email-format {
line-height: 1.5em !important;
}
.email-format div {
white-space: pre-wrap;
}
.email-format .email-hidden-reply {
display: none;
white-space: pre-wrap;
}
.email-format .email-quoted-reply, .email-format .email-signature-reply {
border-left: 4px solid #ddd;
color: #767676;
margin: 15px 0;
padding: 0 15px;
}
.email-format .email-hidden-toggle a {
background: #ddd none repeat scroll 0 0;
border-radius: 1px;
color: #555;
display: inline-block;
font-size: 12px;
font-weight: bold;
height: 12px;
line-height: 6px;
padding: 0 9px;
text-decoration: none;
vertical-align: middle;
}
.email-format .email-hidden-toggle a:hover {
background-color: #ccc;
}
.email-format .email-hidden-toggle a:active {
background-color: #4078c0;
color: #fff;
}
.comment-email-format div {
white-space: normal;
}
.comment-email-format .email-hidden-reply {
display: none;
white-space: normal;
}
.comment-email-format blockquote, .comment-email-format p {
margin: 0;
}
.blankslate.conversation-limited {
margin: 15px;
padding: 20px 0 10px;
}
.locked-conversation .write-tab, .locked-conversation .preview-tab {
color: #ccc;
}
.commit-sha {
background-color: #f5f5f5;
border: 1px solid #eee;
border-radius: 0.2em;
font-size: 90%;
font-weight: normal;
padding: 0.2em 0.4em;
}
.commit-partial-notice {
margin-bottom: 20px;
margin-top: 20px;
}
.commit-paginate-container {
float: right;
margin: -5px 0 0;
text-align: inherit;
}
.commit .commit-title, .commit .commit-title a {
color: #4e575b;
}
.commit .commit-title.blank, .commit .commit-title.blank a {
color: #9cabb1;
}
.commit .commit-title .issue-link {
color: #4078c0;
font-weight: bold;
}
.commit .sha-block, .commit .sha {
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
font-size: 12px;
}
.commit.open .commit-desc {
display: block;
}
.commit-link {
color: #4078c0;
font-weight: normal;
}
.commit-email-flash {
display: inline;
}
.commit-desc {
display: none;
}
.commit-desc pre {
color: #596063;
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
font-size: 13px;
line-height: 1.45;
margin: 10px 0;
max-width: 700px;
white-space: pre-wrap;
}
.commit-desc + .commit-branches {
border-top: 1px solid #d1e2eb;
margin-top: 2px;
padding-top: 8px;
}
.commit-tease {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #e6f1f6 none repeat scroll 0 0;
border-color: #b7c7cf #b7c7cf #d8e6ec;
border-image: none;
border-style: solid;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-width: 1px;
padding: 8px 8px 0;
}
.commit-tease p.commit-title {
margin: 0 0 6px;
}
.commit-tease .commit-desc {
margin: -3px 0 10px;
}
.commit-tease .commit-desc pre {
font-size: 11px;
}
.commit-tease .commit-meta {
background: #fff none repeat scroll 0 0;
border-top: 1px solid #d8e6ec;
margin-left: -8px;
margin-right: -8px;
padding: 8px;
}
.commit-tease .commit-meta .loader-loading {
margin: 0 0 -9px;
}
.commit-tease .zeroclipboard-link {
float: right;
margin-left: 5px;
margin-top: -2px;
}
.commit-tease .sha-block {
color: #888;
float: right;
}
.commit-tease .sha-block > .sha {
color: #444;
}
.commit-tease .sha-block > a {
color: #444;
text-decoration: none;
}
.commit-tease .authorship {
color: #767676;
font-size: 12px;
margin: -2px 0 -4px -4px;
}
.commit-tease .authorship a {
color: #444;
font-weight: bold;
text-decoration: none;
}
.commit-tease .authorship a:hover {
text-decoration: underline;
}
.commit-tease .authorship .avatar {
margin: -2px 3px 0 0;
}
.commit-tease .authorship .author-name {
color: #444;
}
.commit-tease .authorship .committer {
display: block;
font-size: 11px;
margin-left: 30px;
}
.comment-count {
color: #7f9199;
float: right;
font-size: 11px;
margin-top: 1px;
}
.comment-count .octicon {
margin-left: 5px;
vertical-align: middle;
}
.commits-listing {
margin-bottom: 15px;
padding-bottom: 20px;
position: relative;
}
.commits-listing::before {
background-color: #f3f3f3;
bottom: 0;
content: "";
display: block;
left: 14px;
position: absolute;
top: 0;
width: 2px;
z-index: -1;
}
.commits-listing .discussion-item-icon {
margin-left: -1px;
margin-right: 5px;
}
.commits-listing .timeline-commits {
margin-bottom: 20px;
padding-left: 8px;
}
.commits-listing .timeline-commits:last-child {
margin-bottom: 0;
}
.commits-listing-padded {
padding-left: 39px;
}
.commit-group {
list-style-type: none;
margin-top: 10px;
}
.commit-group-title {
color: #767676;
margin-left: -31px;
margin-top: 15px;
}
.commit-group-title .octicon-git-commit {
background: #fff none repeat scroll 0 0;
color: #ccc;
margin-right: 17px;
}
.commits-list-item.navigation-focus {
background: #f7fbfc none repeat scroll 0 0;
}
.commits-list-item .commit-title {
color: #333;
font-size: 15px;
font-weight: bold;
margin: 0;
}
.commits-list-item .commit-meta {
color: #767676;
font-weight: normal;
margin-top: 1px;
}
.commits-list-item .deployment-indicator {
color: #bbb;
}
.commits-list-item .status .octicon {
height: 14px;
line-height: 14px;
}
.commits-list-item .commit-author {
color: #767676;
}
.commits-list-item .octicon-arrow-right {
margin: 0 3px;
}
.commits-list-item .btn-outline {
margin-top: 2px;
}
.commits-list-item .commit-desc pre {
border-left: 1px solid #e5e5e5;
color: #596063;
font-size: 12px;
margin-bottom: 10px;
margin-top: 5px;
padding-left: 8px;
}
.commits-list-item .commit-desc pre a {
}
.commits-comments-link {
color: #767676;
margin-top: 9px;
vertical-align: middle;
}
.commits-comments-link:hover {
color: #4183c4;
text-decoration: none;
}
.commit-avatar-cell {
width: 47px;
}
.commit-avatar-cell.table-list-cell {
padding-right: 0;
}
.commit-indicator {
margin-left: 5px;
}
.commit-links-cell {
text-align: right;
width: 230px;
}
.commit-links-group {
margin-right: 5px;
}
.timeline-commits {
border-collapse: separate;
margin-top: 5px;
width: 100%;
}
.timeline-commits + .timeline-commits {
margin-top: 15px;
}
.timeline-commits td {
background-color: transparent;
font-size: 12px;
line-height: 16px;
padding-bottom: 4px;
padding-right: 8px;
padding-top: 4px;
vertical-align: top;
}
.discussion-item .timeline-commits .commit-author {
display: none;
}
.timeline-commits .commit-gravatar {
padding-left: 10px;
width: 16px;
}
.timeline-commits .commit-author {
padding-right: 20px;
white-space: nowrap;
width: 200px;
}
.timeline-commits .author {
color: #555;
font-weight: bold;
}
.timeline-commits .commit-message {
max-width: 550px;
min-height: 0;
}
.timeline-commits .commit-message a {
color: #555;
}
.timeline-commits .commit-message a:hover {
color: #4078c0;
}
.timeline-commits .commit-desc pre {
border-left: 1px solid #eee;
color: #767676;
font-size: 11px;
overflow: visible;
padding-left: 10px;
}
.timeline-commits .hidden-text-expander {
margin-left: 0;
margin-top: 3px;
vertical-align: top;
}
.timeline-commits .hidden-text-expander a {
background-color: #eee;
height: 13px;
}
.timeline-commits .hidden-text-expander a:hover {
background-color: #4078c0;
color: #fff;
}
.timeline-commits .commit-meta {
text-align: right;
white-space: nowrap;
}
.timeline-commits .commit-meta .status {
text-align: center;
width: 16px;
}
.timeline-commits .commit-meta .status.status-pending {
color: #cea61b;
}
.timeline-commits .commit-meta .octicon {
margin-left: 1px;
margin-right: 1px;
}
.commit-icon {
color: #ccc;
display: table-cell;
width: 16px;
}
.commit-icon .octicon {
background-color: #fff;
}
.commit-id {
color: #bbb;
}
.commit-id:hover {
color: #4078c0;
}
.full-commit {
background: #e6f1f6 none repeat scroll 0 0;
border: 1px solid #c5d5dd;
border-radius: 3px;
margin: 10px 0;
padding: 8px 8px 0;
}
.full-commit:first-child {
margin-top: 0;
}
.full-commit .btn-outline {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #cedee5;
}
.full-commit .btn-outline:hover {
border: 1px solid #4078c0;
color: #4078c0;
}
.full-commit p.commit-title {
color: #213f4d;
font-size: 18px;
font-weight: bold;
margin: 0 0 8px;
text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.full-commit .branches-list {
display: inline;
list-style: outside none none;
margin-left: 2px;
margin-right: 10px;
vertical-align: middle;
}
.full-commit .branches-list li {
color: #596063;
display: inline-block;
font-weight: bold;
padding-left: 3px;
}
.full-commit .branches-list li::before {
content: "+";
font-weight: normal;
padding-right: 6px;
}
.full-commit .branches-list li:first-child {
padding-left: 0;
}
.full-commit .branches-list li:first-child::before {
content: "";
padding-right: 0;
}
.full-commit .branches-list li.loading {
color: #818c90;
font-weight: normal;
}
.full-commit .branches-list li.pull-request {
color: #818c90;
font-weight: normal;
}
.full-commit .branches-list li.pull-request::before {
content: "";
margin-left: -8px;
}
.full-commit .branches-list li.pull-request-error {
margin-bottom: -1px;
}
.full-commit .branches-list li a {
color: inherit;
}
.full-commit .commit-meta {
background: #fff none repeat scroll 0 0;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 1px solid #d8e6ec;
margin-left: -8px;
margin-right: -8px;
padding: 8px;
}
.full-commit .sha-block {
color: #888;
float: right;
font-size: 12px;
margin-left: 15px;
}
.full-commit.merge-commit .sha-block {
clear: right;
}
.full-commit.merge-commit .sha-block + .sha-block {
margin-top: 2px;
}
.full-commit .sha-block > .sha {
color: #444;
}
.full-commit .sha-block > a {
border-bottom: 1px dotted #ccc;
color: #444;
text-decoration: none;
}
.full-commit .sha-block > a:hover {
border-bottom: 1px solid #444;
}
.full-commit .authorship {
color: #767676;
font-size: 14px;
margin-bottom: -4px;
margin-left: -4px;
margin-top: -2px;
}
.full-commit .authorship .gravatar {
border-radius: 3px;
margin-right: 3px;
margin-top: -2px;
vertical-align: middle;
}
.full-commit .authorship a {
color: #444;
font-weight: bold;
text-decoration: none;
}
.full-commit .authorship a:hover {
text-decoration: underline;
}
.full-commit .authorship .author-name {
color: #444;
}
.full-commit .authorship .hint a {
color: #4078c0;
}
.full-commit .authorship .committer {
display: block;
font-size: 12px;
margin-left: 34px;
margin-top: -2px;
}
.full-commit .commit-desc {
display: block;
margin: -5px 0 10px;
}
.full-commit .commit-desc pre {
max-width: 100%;
overflow: visible;
text-shadow: 0 1px rgba(255, 255, 255, 0.5);
word-wrap: break-word;
}
.branches-tag-list {
display: inline;
list-style: outside none none;
margin-left: 2px;
margin-right: 10px;
vertical-align: middle;
}
.branches-tag-list .more-commit-details, .branches-tag-list.open .hidden-text-expander {
display: none;
}
.branches-tag-list.open .more-commit-details {
display: inline-block;
}
.branches-tag-list li {
display: inline-block;
padding-left: 3px;
}
.branches-tag-list li:first-child {
color: #596063;
font-weight: bold;
padding-left: 0;
}
.branches-tag-list li.loading {
color: #818c90;
font-weight: normal;
}
.branches-tag-list li.abbrev-tags {
cursor: pointer;
}
.branches-tag-list li a {
color: inherit;
}
.branches-tag-list li .hidden-text-expander a {
background-color: #dae5eb;
}
.branches-tag-list li .hidden-text-expander a:hover {
background-color: #d1dbe0;
}
.commit-branches {
color: #818c90;
font-size: 12px;
margin-bottom: 8px;
margin-top: -6px;
min-height: 18px;
vertical-align: middle;
}
.commit-branches .octicon {
vertical-align: middle;
}
.commit-loader .loader-error {
color: #bd2c00;
display: none;
font-size: 12px;
font-weight: bold;
margin: 0;
}
.commit-loader.error .loader-loading {
display: none;
}
.commit-loader.error .loader-error {
display: block;
}
.historical-banner {
background: #fff none repeat scroll 0 0;
border: 1px solid #e5e5e5;
border-radius: 5px;
color: #333;
margin-bottom: 20px;
overflow: hidden;
padding: 15px 20px 15px 130px;
}
.historical-banner h2 {
margin: 0 0 5px;
}
.historical-banner p {
margin: 0;
}
.historical-banner .illustration {
color: rgba(0, 0, 0, 0.1);
left: 20px;
position: absolute;
top: 12px;
}
.roses-divider {
margin-bottom: 20px;
text-align: center;
}
.file-history-tease {
background: #e7ecee none repeat scroll 0 0;
border: 1px solid #d2d9dd;
border-radius: 3px;
color: #7b878c;
font-size: 14px;
margin-bottom: 10px;
}
.file-history-tease .author a {
color: #000;
font-weight: bold;
}
.file-history-tease .commit-title {
display: inline;
}
.file-history-tease .sha {
font-size: 13px;
}
.file-history-tease .loader-loading, .file-history-tease .loader-error {
margin: 0;
}
.file-history-tease .loader-loading img, .file-history-tease .loader-error img {
vertical-align: middle;
}
.file-history-tease .participation {
background-color: #fff;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top: 1px solid #d8e6ec;
color: #666;
font-size: 12px;
font-weight: normal;
line-height: 20px;
padding: 5px 8px;
}
.file-history-tease .participation::before {
content: "";
display: table;
}
.file-history-tease .participation::after {
clear: both;
content: "";
display: table;
}
.file-history-tease .participation .quickstat {
float: left;
margin: 0 10px 0 0;
}
.file-history-tease .participation .quickstat strong {
color: #000;
}
.file-history-tease .participation a {
color: #888;
text-decoration: none;
}
.file-history-tease .participation .avatar-link {
margin-right: 3px;
}
.file-history-tease-header {
line-height: 24px;
padding: 5px 8px;
}
.file-history-tease-header .avatar {
float: left;
margin-right: 5px;
}
.commit-comments-heading h3 {
display: inline-block;
margin-right: 15px;
}
.commit-build-statuses {
display: inline-block;
position: relative;
text-align: left;
}
.commit-build-statuses.active .dropdown-menu-content {
display: block;
}
.commit-build-statuses.active .tooltipped::before, .commit-build-statuses.active .tooltipped::after {
display: none;
}
.commit-build-statuses .dropdown-menu {
max-width: 500px;
min-width: 400px;
padding-bottom: 0;
padding-top: 0;
}
.commit-build-statuses .dropdown-menu .build-statuses-list {
border-bottom: 0 none;
max-height: 170px;
}
.commit-build-statuses .dropdown-menu-w, .commit-build-statuses .dropdown-menu-e {
top: -11px;
}
.commit-build-statuses .status-description .btn-link {
display: none;
}
.commit-build-statuses .build-status-item:last-child {
border-radius: 0 0 2px 2px;
}
.commit-ref {
background-color: #e8f0f8;
border-radius: 3px;
color: #336479;
display: inline-block;
font: 0.75em/2 Consolas,"Liberation Mono",Menlo,Courier,monospace;
padding: 0 5px;
position: relative;
white-space: nowrap;
}
.commit-ref .user {
color: #598a9f;
}
a.commit-ref:hover {
background-color: #2a5177;
background-image: linear-gradient(#74a4d4, #2a5177);
background-repeat: repeat-x;
border-color: #2a5177;
text-decoration: none;
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.compare-cutoff, .diff-cutoff {
background-color: #fff9ea;
border: 1px solid #dfd8c2;
border-radius: 3px;
color: #4c4a42;
font-weight: bold;
margin: 5px 0;
padding: 8px 0;
text-align: center;
}
.table-of-contents {
margin: 15px 0;
}
.table-of-contents li {
list-style-type: none;
padding: 7px 0;
}
.table-of-contents li + li {
border-top: 1px solid #eee;
}
.table-of-contents li > .octicon {
margin-right: 3px;
vertical-align: -1px;
}
.table-of-contents .octicon-diff-removed {
color: #bd2c00;
}
.table-of-contents .octicon-diff-renamed {
color: #677a85;
}
.table-of-contents .octicon-diff-modified {
color: #d0b44c;
}
.table-of-contents .octicon-diff-added {
color: #6cc644;
}
.toc-diff-stats {
line-height: 26px;
padding-left: 20px;
}
.toc-diff-stats .octicon {
color: #ccc;
float: left;
margin-left: -20px;
margin-top: 3px;
}
.toc-diff-stats .btn-link {
font-weight: bold;
}
.toc-diff-stats + .content {
padding-top: 5px;
}
span.no-nl-marker {
color: #bd2c00;
position: relative;
vertical-align: middle;
}
.symlink .no-nl-marker {
display: none;
}
.existing-pull {
margin: 10px 0;
}
.existing-pull .list-group-item::before {
content: "";
display: table;
}
.existing-pull .list-group-item::after {
clear: both;
content: "";
display: table;
}
.existing-pull .existing-pull-contents {
float: left;
width: 680px;
}
.existing-pull .existing-pull-button {
float: right;
margin-top: 3px;
}
.existing-pull .existing-pull-number {
color: #aaa;
font-weight: normal;
}
.existing-pull .css-truncate {
max-width: 700px;
}
.existing-pull .css-truncate p {
display: inline;
}
.compare-pr-placeholder {
background-color: #fff9ea;
border: 1px solid #dfd8c2;
border-radius: 3px;
color: #4c4a42;
font-size: 14px;
margin: 10px 0;
padding: 15px;
}
.compare-pr-placeholder p {
color: #6d6c60;
margin: 7px 0;
}
.compare-pr-placeholder .btn {
margin-bottom: -2px;
margin-right: 10px;
}
.compare-pr-placeholder .btn .octicon {
vertical-align: -1px;
}
.compare-pr-placeholder .help-link {
color: #9c997d;
margin-right: -3px;
margin-top: 5px;
padding: 3px;
text-decoration: none;
}
.compare-pr .new-pr-form {
display: none;
}
.compare-pr .contributing {
display: none;
}
.compare-pr.open .compare-pr-placeholder {
display: none;
}
.compare-pr.open .new-pr-form {
display: block;
}
.compare-pr.open .contributing {
display: block;
}
.contributing {
background-color: #fff9ea;
border: 1px solid #dfd8c2;
border-radius: 3px;
color: #4c4a42;
font-size: 14px;
margin: 15px 0;
padding: 15px;
}
#contact-github textarea {
height: 100px;
resize: vertical;
}
#contact-github .checklist {
font-size: 13px;
}
.heartocat {
display: block;
margin: 50px auto 0;
}
.documentation-results-wrapper {
position: relative;
top: -19px;
}
.documentation-results {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
clear: both;
margin-top: 5px;
position: absolute;
top: 0;
width: 400px;
z-index: 2;
}
.documentation-results ul {
width: 100%;
}
.documentation-results ul li:first-child a {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.documentation-results .documentation-results-footer a {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.documentation-results a {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #fff;
border-color: #ddd;
border-image: none;
border-style: solid;
border-width: 0 1px 1px;
color: #333;
cursor: pointer;
display: block;
font-weight: bold;
outline: medium none;
padding: 5px 10px;
text-decoration: none;
}
.documentation-results a:hover {
background-color: #3586c3;
color: #fff;
}
.documentation-results a.selected {
background-color: #3586c3;
color: #fff;
}
ul.documentation-results-group {
list-style-type: none;
}
.contact-form-extras {
display: none;
}
.context-loader-container .context-loader {
display: none;
}
.context-loader-container .context-loader.is-context-loading {
display: block;
white-space: nowrap;
}
.context-loader-container .context-loader-overlay {
opacity: 1;
transition: opacity 0.25s ease-in-out 0s;
}
.context-loader-container .context-loader-overlay.is-context-loading {
opacity: 0.5;
}
.page-context-loader {
display: none;
margin-left: 10px;
}
.page-context-loader.is-context-loading {
display: inline-block;
}
body.disables-context-loader .page-context-loader, body.disables-context-loader .context-loader {
display: none !important;
}
.contributions-tab {
margin-top: 20px;
}
.calendar-graph {
height: 126px;
padding: 5px 0 0;
text-align: center;
}
.calendar-graph.days-selected rect.day {
opacity: 0.5;
}
.calendar-graph.days-selected rect.day.active {
opacity: 1;
}
.calendar-graph .activity {
margin-top: 0;
}
.calendar-graph .dots {
height: 64px;
margin: 20px auto 0;
width: 64px;
}
.calendar-graph text.month {
fill: #aaa;
font-size: 10px;
}
.calendar-graph text.wday {
fill: #ccc;
font-size: 9px;
}
#contributions-calendar rect.day {
shape-rendering: crispedges;
}
#contributions-calendar rect.day.empty:hover {
stroke: none;
}
#contributions-calendar rect.day:hover {
stroke: #555;
stroke-width: 1px;
}
.contrib-column {
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
font-size: 11px;
padding: 15px 0;
text-align: center;
}
.contrib-column-first {
border-left: 0 none;
}
.contrib-number {
color: #333;
display: block;
font-size: 24px;
font-weight: 300;
line-height: 1.3em;
}
.contrib-footer {
font-size: 11px;
padding: 0 10px 12px;
}
.contrib-legend {
color: #767676;
float: right;
font-size: 11px;
}
.contrib-legend .legend {
bottom: -1px;
display: inline-block;
list-style: outside none none;
margin: 0 5px;
position: relative;
}
.contrib-legend .legend li {
display: inline-block;
height: 10px;
width: 10px;
}
.new-user-contrib-intro {
border-top: 1px solid #ddd;
font-size: 16px;
padding: 5px 20px;
}
.contrib-square {
color: #d6e685;
font-size: 22px;
line-height: 1;
}
.contribution-activity h2 {
font-size: 18px;
font-weight: normal;
margin: 30px 0 15px;
}
.contribution-activity .select-menu-button {
position: relative;
top: -4px;
}
.contribution-activity.loading .contribution-activity-listing {
display: none;
}
.contribution-activity.loading .contribution-activity-spinner {
display: block;
}
.contribution-activity-spinner {
display: none;
height: 64px;
margin: 20px auto 0;
width: 64px;
}
ul.simple-conversation-list a.meta {
color: #767676;
}
li.contribution {
list-style: outside none none;
padding: 10px 0;
}
li.contribution:last-child {
border-bottom: 0 none;
}
li.contribution h3 {
display: inline-block;
font-size: 14px;
margin: 0;
}
li.contribution h3 a {
color: #4078c0;
}
li.contribution .cmeta {
color: #aaa;
display: block;
font-size: 12px;
font-weight: normal;
}
li.contribution .cmeta a {
color: #666;
}
li.contribution .cmt {
color: #767676;
}
li.contribution .d {
color: #c00;
}
li.contribution .a {
color: #8cac29;
}
li.contribution .num {
color: #767676;
}
.subscribe-feed {
color: #333;
display: inline-block;
}
.subscribe-feed .octicon {
margin-right: 5px;
}
.new-user-panel {
border: 2px dashed #ccc;
border-radius: 3px;
font-size: 16px;
margin-bottom: 30px;
padding: 18px;
position: relative;
}
.new-user-panel-close {
color: #ccc;
position: absolute;
right: 18px;
top: 10px;
}
.new-user-panel-close:hover {
color: #666;
}
.new-user-intro {
font-size: 36px;
font-weight: normal;
line-height: 1.3;
margin: 0 120px;
text-align: center;
}
.new-user-heading-small {
color: #888;
font-size: 20px;
margin: 5px 170px 20px;
text-align: center;
}
.button-hello-world {
font-size: 16px;
padding: 10px 50px;
}
.welcome-guides {
border: 2px dashed #ddd;
border-radius: 3px;
margin-bottom: 30px;
padding: 30px;
position: relative;
}
.welcome-guides h1 {
margin-bottom: 0;
margin-top: 0;
text-align: center;
}
.welcome-guides .lead {
margin-bottom: 20px;
margin-top: 0;
text-align: center;
}
.welcome-guides .guides-list-item {
color: #767676;
}
.welcome-guides .guides-list-item:hover {
color: #4078c0;
text-decoration: none;
}
.welcome-guides .guides-list-item p {
margin-bottom: 0;
}
.welcome-guides .dismiss-guides {
color: #ccc;
display: block;
padding-left: 5px;
position: absolute;
right: 28px;
top: 30px;
}
.welcome-guides .dismiss-guides:hover {
color: #4078c0;
}
.guides-bootcamp {
text-align: center;
}
.guides-bootcamp p {
margin-bottom: 0;
margin-top: 0;
}
.guides-bootcamp .guides-list-item {
padding-left: 15px;
padding-right: 15px;
}
.guides-bootcamp .guides-image {
display: block;
height: 100px;
margin: 10px auto 20px;
width: auto;
}
.guides-bootcamp .guides-list-title {
color: #4078c0;
margin-bottom: 5px;
margin-top: 0;
}
.bootcamp {
margin: 0 0 20px;
}
.bootcamp h1 {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #829aa8;
border-color: #677c89 #677c89 #6b808d;
border-image: none;
border-radius: 3px 3px 0 0;
border-style: solid;
border-width: 1px;
color: #fff;
font-size: 16px;
font-weight: bold;
margin: 0;
padding: 8px 10px;
position: relative;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.bootcamp h1 a {
color: #fff;
text-decoration: none;
}
.bootcamp .octicon-x {
font-size: 16px;
line-height: 16px;
position: relative;
top: -2px;
}
.bootcamp .dismiss-bootcamp {
background-position: 0 0;
background-repeat: no-repeat;
display: block;
height: 16px;
position: absolute;
right: 9px;
top: 9px;
width: 16px;
}
.bootcamp .dismiss-bootcamp:hover {
background-position: 0 -19px;
}
.bootcamp .bootcamp-body {
background-color: #e9f1f4;
border-color: #e9f1f4 #d8dee2 #d8dee2;
border-radius: 0 0 3px 3px;
border-style: solid;
border-width: 1px;
overflow: hidden;
padding: 10px 1%;
}
.bootcamp ul li {
background-color: #f5f3b4;
background-image: linear-gradient(#fffff5, #f5f3b4);
background-repeat: repeat-x;
border: 1px solid #dfddb5;
border-radius: 3px;
box-shadow: 0 1px 0 #fff;
color: #666;
display: block;
float: left;
font-size: 13px;
font-weight: normal;
height: 215px;
margin: 0 1% 0 0;
overflow: hidden;
position: relative;
width: 24.25%;
}
.bootcamp ul li.be-social {
margin-right: 0;
}
.bootcamp ul li:hover {
background-color: #f1eea3;
background-image: linear-gradient(#fcfce9, #f1eea3);
background-repeat: repeat-x;
border: 1px solid #d6d4ad;
}
.bootcamp ul li a {
color: #666;
text-decoration: none;
}
.bootcamp .image {
background-position: center center;
background-repeat: no-repeat;
display: block;
height: 133px;
position: relative;
}
.bootcamp .setup .image {
background-image: url("/images/modules/dashboard/bootcamp/octocat_setup.png");
background-size: 129px 96px;
}
.bootcamp .create-a-repo .image {
background-image: url("/images/modules/dashboard/bootcamp/octocat_repo.png");
background-size: 129px 96px;
}
.bootcamp .fork-a-repo .image {
background-image: url("/images/modules/dashboard/bootcamp/octocat_fork.png");
background-size: 178px 96px;
}
.bootcamp .be-social .image {
background-image: url("/images/modules/dashboard/bootcamp/octocat_collabocats.png");
background-position: center 27px;
background-size: 207px 96px;
}
.bootcamp .desc {
background-repeat: no-repeat;
overflow: hidden;
padding: 10px 15px 20px;
position: relative;
text-align: center;
z-index: 2;
}
.bootcamp .desc > h2 {
color: #393939;
font-size: 15px;
margin: 0 0 5px;
padding: 0;
}
.bootcamp .desc p {
line-height: 1.2em;
margin: 0;
padding: 0;
}
.bootcamp .step-number {
color: #e4e1a8;
font-size: 36px;
font-weight: bold;
left: 10px;
opacity: 0.75;
position: absolute;
top: -1px;
}
.user-repos .mini-repo-list-item {
padding-right: 6px;
}
.user-repos .mini-repo-list-item .repo-and-owner {
max-width: 100%;
}
.user-repos .mini-repo-list-item .owner {
max-width: 145px;
}
#example_octofication {
float: right;
margin: 0;
width: 335px;
}
.octofication {
margin-bottom: 15px;
}
.octofication .message {
border: 1px solid #4078c0;
border-radius: 3px;
min-height: 56px;
padding: 10px 10px 10px 50px;
}
.octofication .message h3 {
font-size: 14px;
line-height: 1.2;
margin: 1px 20px 3px 0;
}
.octofication .message p {
color: #555;
font-size: 12px;
margin: 0;
padding: 0;
}
.octofication .message p + p {
margin-top: 15px;
}
.octofication .broadcast-icon {
color: #4078c0;
float: left;
margin-left: -40px;
position: relative;
}
.octofication .broadcast-icon-mask {
animation: 1s ease-in-out 2s normal none 2 running broadCastMaskFade;
background-color: #fff;
height: 16px;
opacity: 0;
position: absolute;
top: 0;
width: 10px;
}
.octofication .broadcast-icon-mask.left {
left: 0;
}
.octofication .broadcast-icon-mask.right {
right: 0;
}
.octofication .notice-dismiss {
color: #bbb;
float: right;
position: relative;
top: -2px;
}
.octofication .notice-dismiss:hover {
color: #666;
}
.octofication-more {
font-size: 11px;
margin: 5px 0;
text-align: right;
}
@keyframes broadCastMaskFade {
0% {
opacity: 0;
}
30% {
opacity: 1;
}
70% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.github-jobs-promotion {
margin-bottom: 15px;
}
.github-jobs-promotion p {
background-color: #e4f0ff;
background-image: linear-gradient(#f5fbff, #e4f0ff);
background-repeat: repeat-x;
border: 1px solid #cee0e7;
border-radius: 3px;
color: #1b3650;
font-size: 12px;
padding: 10px 18px;
position: relative;
text-align: center;
}
.github-jobs-promotion p a {
color: #1b3650;
}
.github-jobs-promotion a.jobs-logo {
color: #767676;
display: block;
font-size: 11px;
text-align: center;
}
.github-jobs-promotion a.jobs-logo:hover {
text-decoration: none;
}
.github-jobs-promotion a.jobs-logo strong {
background: rgba(0, 0, 0, 0) url("/images/modules/jobs/logo.png") no-repeat scroll 0 0 / 62px auto;
display: inline-block;
height: 12px;
text-indent: -9999px;
vertical-align: middle;
width: 62px;
}
.github-jobs-promotion .job-location {
white-space: nowrap;
}
.github-jobs-promotion a.octicon-info {
bottom: 5px;
color: #a9b8be;
cursor: pointer;
opacity: 0.8;
position: absolute;
right: 5px;
text-decoration: none;
}
.github-jobs-promotion p:hover .octicon-info {
opacity: 1;
}
#dashboard h1 {
font-size: 160%;
margin-bottom: 0.5em;
}
#dashboard h1 a {
font-size: 70%;
font-weight: normal;
}
#dashboard .notice {
margin-bottom: 0;
margin-top: 0;
padding: 15px;
text-align: center;
}
.news .account-switcher {
margin-bottom: 20px;
}
.news .release {
margin-bottom: 0;
margin-top: 0;
}
.news blockquote {
color: #666;
}
.news h1 {
margin-bottom: 0;
}
.news .alert {
border-top: 1px solid #f1f1f1;
overflow: hidden;
padding: 0 0 1em 45px;
position: relative;
}
.news .alert .commits {
padding-left: 40px;
}
.news .alert .css-truncate.css-truncate-target, .news .alert .css-truncate .css-truncate-target {
max-width: 180px;
}
.news .alert p {
margin: 0;
}
.news .alert .markdown-body blockquote {
border: 0 none;
padding: 0 0 0 40px;
}
.news .alert .mega-octicon {
color: #bbb;
height: 32px;
left: 0;
padding: 3px;
position: absolute;
top: 14px;
width: 32px;
}
.news .alert .mega-octicon::before {
color: inherit;
}
.news .alert .octicon {
color: #bbb;
height: 16px;
width: 16px;
}
.news .alert .body {
border-bottom: 0 none;
font-size: 14px;
overflow: hidden;
padding: 1em 0 0;
}
.news .alert .time {
color: #bbb;
font-size: 12px;
}
.news .alert .title {
font-weight: bold;
padding: 0;
}
.news .alert .title .subtle {
color: #bbb;
}
.news .alert .gravatar {
background-color: #fff;
border-radius: 3px;
float: left;
line-height: 0;
margin-right: 0.6em;
}
.news .alert .simple > .octicon {
height: 16px;
left: 11px;
position: absolute !important;
width: 16px;
}
.news .alert .simple .title {
color: #666;
display: inline-block;
font-size: 13px;
font-weight: normal;
}
.news .alert .simple .time {
display: inline-block;
}
.news .alert .branch-link, .news .alert .pull-info {
background: #e8f1f6 none repeat scroll 0 0;
border-radius: 3px;
color: rgba(0, 0, 0, 0.5);
display: inline-block;
font-size: 12px;
margin-top: 5px;
padding: 3px 7px;
}
.news .alert .branch-link em, .news .alert .pull-info em {
font-style: normal;
font-weight: bold;
}
.news .alert .branch-link {
color: #4183c4;
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
margin: 0;
position: relative;
top: -2px;
}
.news .alert .branch-link .octicon {
display: none;
}
.news .alert:first-child {
border-top: 0 none;
}
.news .alert:first-child .body {
padding-top: 0;
}
.news .alert:first-child .mega-octicon {
top: 0;
}
.news .git_hub .done {
color: #666;
text-decoration: line-through;
}
.news .commits li {
list-style-type: none;
margin-top: 0.15em;
}
.news .commits li.more {
font-size: 11px;
padding-top: 2px;
}
.news .commits li .committer {
display: none;
padding-left: 0.5em;
}
.news .commits li img {
background-color: #fff;
border-radius: 2px;
margin: 0 1px 0 0;
vertical-align: middle;
}
.news .commits li img.emoji {
border: 0 none;
margin: 0;
padding: 0;
}
.news .commits li .message {
display: inline-block;
font-size: 13px;
line-height: 1.3;
margin-top: 2px;
max-width: 390px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: top;
white-space: nowrap;
}
.news div.message, .news li blockquote {
color: #666;
display: inline;
font-size: 13px;
}
.release-assets {
padding-left: 40px;
}
.release-assets li {
list-style-type: none;
margin-top: 0.15em;
}
.release-assets .more {
font-size: 11px;
padding-top: 2px;
}
.news-full, .page-profile .news {
float: none;
width: auto;
}
.activity-tab .blankslate {
margin-top: 10px;
}
.activity-tab .news .markdown-body blockquote, .activity-tab .news .alert .commits {
padding-left: 0;
}
.activity-tab .news a.gravatar, .activity-tab .news div.gravatar {
display: none;
}
.saml-signed-out-notice {
border: 1px solid #eee;
border-radius: 3px;
margin: 50px auto 30px;
padding: 10px 10px 10px 70px;
position: relative;
width: 450px;
}
.saml-signed-out-notice .mega-octicon {
color: #ddd;
left: 20px;
position: absolute;
top: 30px;
}
.saml-signed-out-notice h3 {
margin-bottom: 0;
}
.saml-signed-out-notice p {
margin-top: 5px;
}
.survey-box.simple-box {
animation: 0.5s ease 1.25s normal both 1 running slideUp;
background-color: #f9f9f9;
border-bottom: 0 none;
border-radius: 4px 4px 0 0;
bottom: -20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
max-width: 340px;
padding-bottom: 0;
position: fixed;
right: 25px;
transform: translate3d(0px, 0px, 0px);
z-index: 21;
}
.survey-box.simple-box .simple-box-title {
border-bottom: 0 none;
font-size: 14px;
line-height: 1.3;
margin-bottom: -7px;
padding-bottom: 0;
}
.survey-box.simple-box .simple-box-footer {
background-color: #fff;
margin: 0 -15px;
padding: 7px;
}
.survey-box.simple-box .close-button {
color: #aaa;
margin-top: -5px;
}
@keyframes slideUp {
0% {
transform: translate3d(0px, 500px, 0px);
}
100% {
transform: translate3d(0px, 0px, 0px);
}
}
.dashboards-overview-lead {
width: 700px;
}
.dashboards-overview-cards .boxed-group {
margin: 10px 0;
width: 100%;
}
.dashboards-overview-cards .boxed-group path {
stroke: #1db34f;
stroke-opacity: 0.5;
}
.dashboards-overview-cards .blankslate {
background-color: #fff;
border: 0 none;
box-shadow: none;
padding-top: 47px;
}
.dashboards-overview-cards .octicon-arrow-down {
color: #bd2c00;
}
.dashboards-overview-cards .octicon-arrow-up {
color: #1db34f;
}
.dashboards-overview-cards .graph-canvas .dots {
padding: 43px 0;
}
.dashboards-overview-cards .summary-stats {
height: 78px;
}
.dashboards-overview-cards .summary-stats .created_at {
color: #1db34f;
}
.dashboards-overview-cards .summary-stats .closed_at, .dashboards-overview-cards .summary-stats .merged_at {
color: #4078c0;
}
.dashboards-overview-cards .summary-stats .totals-num {
margin: 0 7px;
}
.dashboards-overview-cards .summary-stats .single {
width: 100%;
}
.dashboards-overview-graph {
height: 160px;
}
.dashboards-overview-graph .path {
fill: none;
stroke-width: 2;
}
.dashboards-overview-graph path.created_at {
stroke: #1db34f;
}
.dashboards-overview-graph path.merged_at, .dashboards-overview-graph path.closed_at {
stroke: #1d7fb3;
}
.dashboards-overview-graph .y line {
stroke: #1db34f;
}
.dashboards-overview-graph .y.unique line {
stroke: #1d7fb3;
}
.dashboards-overview-graph .overlay {
fill-opacity: 0;
}
.created_at circle {
fill: #1db34f;
stroke: #fff;
stroke-width: 2;
}
.merged_at circle, .closed_at circle {
fill: #1d7fb3;
stroke: #fff;
stroke-width: 2;
}
.diffstat {
color: #666;
cursor: default;
font-size: 12px;
font-weight: bold;
white-space: nowrap;
}
.diffstat-bar {
color: #ddd;
display: inline-block;
font: 16px/1 "octicons";
letter-spacing: 1px;
margin-left: 3px;
text-align: left;
text-decoration: none;
}
.discussion-timeline {
float: left;
position: relative;
width: 760px;
}
.discussion-timeline::before {
background-color: #f3f3f3;
bottom: 0;
content: "";
display: block;
left: 79px;
position: absolute;
top: 0;
width: 2px;
z-index: -1;
}
.discussion-timeline .email-hidden-container {
margin: 3px 0;
}
.discussion-sidebar {
float: right;
position: sticky;
top: 0;
width: 140px;
z-index: 21;
}
.discussion-sidebar-item {
color: #767676;
font-size: 12px;
padding-top: 15px;
}
.discussion-sidebar-item .btn .octicon {
margin-right: 0;
}
.discussion-sidebar-item .btn-block {
margin-bottom: 8px;
}
.discussion-sidebar-item + .discussion-sidebar-item {
border-top: 1px solid #eee;
margin-top: 15px;
}
.discussion-sidebar-item .select-menu {
position: relative;
}
.discussion-sidebar-item .select-menu-modal-holder {
left: auto;
right: -1px;
top: 25px;
}
.discussion-sidebar-heading {
color: #767676;
font-size: 12px;
line-height: 16px;
margin-bottom: 10px;
margin-top: 0;
}
.discussion-sidebar-toggle {
margin: -5px 0 5px;
padding: 5px 0;
}
.discussion-sidebar-toggle .octicon {
color: #ccc;
float: right;
margin: -6px -5px -5px 5px;
padding: 5px;
}
.discussion-sidebar-toggle:hover {
color: #4078c0;
cursor: pointer;
text-decoration: none;
}
.discussion-sidebar-toggle:hover .octicon {
color: inherit;
}
button.discussion-sidebar-toggle {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
display: block;
font-weight: bold;
text-align: left;
width: 100%;
}
.sidebar-labels .labels .label {
box-shadow: none;
display: block;
font-size: 12px;
max-width: 100%;
padding: 6px 10px;
}
.sidebar-labels .labels .label + .label {
margin-top: 3px;
}
.sidebar-milestone .progress-bar {
border-radius: 2px;
height: 8px;
margin-bottom: 2px;
}
.milestone-name {
color: #555;
display: block;
font-weight: bold;
margin-top: 5px;
}
.milestone-name .css-truncate-target {
max-width: 100%;
}
.milestone-name:hover {
color: #4078c0;
text-decoration: none;
}
.sidebar-assignee .css-truncate-target {
max-width: 110px;
}
.sidebar-assignee .avatar {
border-radius: 2px;
margin-right: 2px;
margin-top: -1px;
}
.sidebar-assignee .assignee {
color: #555;
font-weight: bold;
}
.sidebar-assignee .assignee:hover {
color: #4078c0;
text-decoration: none;
}
.sidebar-notifications {
position: relative;
}
.sidebar-notifications .thread-subscription-status {
border: 0 none;
margin: 0;
padding: 0;
}
.sidebar-notifications .thread-subscription-status .thread-subscribe-form {
display: block;
}
.sidebar-notifications .thread-subscription-status .mega-octicon {
display: none;
}
.sidebar-notifications .thread-subscription-status .reason {
color: #767676;
font-size: 11px;
margin: 5px 0 0;
padding: 0;
}
.sidebar-notifications .thread-subscription-status .btn-sm {
display: block;
width: 100%;
}
.participation .participant-avatar {
float: left;
margin: 3px 0 0 3px;
}
.participation a {
color: #767676;
}
.participation a:hover {
color: #4078c0;
text-decoration: none;
}
.participation-avatars {
margin-left: -3px;
}
.participation-avatars::before {
content: "";
display: table;
}
.participation-avatars::after {
clear: both;
content: "";
display: table;
}
.participation-more {
float: left;
line-height: 14px;
margin: 6px 0 0;
}
.lock-toggle-link {
color: #767676;
font-weight: bold;
}
.lock-toggle-link:hover {
color: #4078c0;
text-decoration: none;
}
.inline-comment-form .form-actions, .timeline-new-comment .form-actions {
padding: 0 10px 10px;
}
.gh-header-actions {
float: right;
margin-top: 3px;
}
.gh-header-actions .btn-sm {
float: left;
margin-left: 5px;
}
.gh-header-actions .btn-sm .octicon {
margin-right: 0;
}
.gh-header .gh-header-edit {
display: none;
}
.gh-header.open .gh-header-show {
display: none;
}
.gh-header.open .gh-header-edit {
display: block;
}
.gh-header-title {
font-weight: normal;
line-height: 1.1;
margin-bottom: 0;
margin-right: 150px;
margin-top: 0;
word-wrap: break-word;
}
.gh-header-no-access .gh-header-title {
margin-right: 0;
}
.gh-header-number {
color: #aaa;
font-weight: 300;
letter-spacing: -1px;
}
.gh-header-edit {
margin-top: -5px;
}
.gh-header-edit::before {
content: "";
display: table;
}
.gh-header-edit::after {
clear: both;
content: "";
display: table;
}
.gh-header-edit .edit-issue-title {
background-color: #fafafa;
float: left;
font-size: 16px;
margin-right: 10px;
padding: 6px 10px;
width: 760px;
}
.gh-header-edit .edit-issue-title:focus {
background-color: #fff;
}
.gh-header-edit .btn {
float: left;
padding: 7px 15px;
}
.gh-header-edit .btn-link {
float: left;
margin: 9px 10px;
}
.gh-header-meta {
border-bottom: 1px solid #eee;
color: #767676;
font-size: 14px;
line-height: 20px;
margin-top: 9px;
padding-bottom: 20px;
}
.gh-header.issue .gh-header-meta {
margin-bottom: 15px;
}
.gh-header.pull .gh-header-meta {
border-bottom: 0 none;
padding-bottom: 0;
}
.gh-header-meta .flex-table-item {
vertical-align: top;
}
.gh-header-meta .flex-table-item-primary {
padding-top: 4px;
white-space: normal;
word-wrap: break-word;
}
.gh-header-meta .flex-table-item-primary .commit-ref .css-truncate-target, .gh-header-meta .flex-table-item-primary .commit-ref:hover .css-truncate-target {
max-width: 780px !important;
}
.gh-header-meta .state {
margin-right: 8px;
}
.gh-header-meta .avatar {
float: left;
margin-right: 5px;
margin-top: -3px;
}
.gh-header-meta .author {
color: #555;
font-weight: bold;
}
.gh-header-meta .noun {
text-transform: lowercase;
}
.tabnav-pr {
border-color: #e5e5e5;
margin: 15px 0 20px;
}
.tabnav-pr .tabnav-tab {
color: #767676;
font-size: 13px;
padding: 9px 14px;
position: relative;
}
.tabnav-pr .tabnav-tab.selected {
border-color: #e5e5e5;
color: #333;
}
.tabnav-pr .diffstat-bar {
padding-bottom: 3px;
}
.timeline-comment-wrapper > .timeline-comment::after, .timeline-comment-wrapper > .timeline-comment::before, .timeline-new-comment .timeline-comment::after, .timeline-new-comment .timeline-comment::before {
border-color: transparent;
border-style: solid solid outset;
content: " ";
display: block;
height: 0;
left: -16px;
pointer-events: none;
position: absolute;
right: 100%;
top: 11px;
width: 0;
}
.timeline-comment-wrapper > .timeline-comment::after, .timeline-new-comment .timeline-comment::after {
border-right-color: #f7f7f7;
border-width: 7px;
margin-left: 2px;
margin-top: 1px;
}
.timeline-comment-wrapper > .timeline-comment::before, .timeline-new-comment .timeline-comment::before {
border-right-color: #ddd;
border-width: 8px;
}
.timeline-comment-wrapper {
border-bottom: 2px solid #fff;
border-top: 2px solid #fff;
margin-bottom: 15px;
margin-top: 15px;
padding-left: 64px;
position: relative;
}
.timeline-comment-wrapper:first-child {
margin-top: 0;
}
.discussion-timeline-actions .timeline-comment-wrapper:first-child {
margin-top: 15px;
}
.timeline-comment-wrapper .timeline-comment.current-user::after, .timeline-comment-wrapper .timeline-comment.current-user::before {
border-color: transparent;
border-style: solid solid outset;
content: " ";
display: block;
height: 0;
left: -16px;
pointer-events: none;
position: absolute;
right: 100%;
top: 11px;
width: 0;
}
.timeline-comment-wrapper .timeline-comment.current-user::after {
border-right-color: #f2f8fa;
border-width: 7px;
margin-left: 2px;
margin-top: 1px;
}
.timeline-comment-wrapper .timeline-comment.current-user::before {
border-right-color: #bfccd1;
border-width: 8px;
}
.timeline-comment-wrapper .timeline-comment.unread-item::after, .timeline-comment-wrapper .timeline-comment.unread-item::before {
border-color: transparent;
border-style: solid solid outset;
content: " ";
display: block;
height: 0;
left: -16px;
pointer-events: none;
position: absolute;
right: 100%;
top: 11px;
width: 0;
}
.timeline-comment-wrapper .timeline-comment.unread-item::after {
border-right-color: #fff9ea;
border-width: 7px;
margin-left: 2px;
margin-top: 1px;
}
.timeline-comment-wrapper .timeline-comment.unread-item::before {
border-right-color: #dfd8c2;
border-width: 8px;
}
.timeline-comment-avatar {
border-radius: 3px;
float: left;
margin-left: -64px;
}
.timeline-comment {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 3px;
position: relative;
}
.timeline-comment.will-transition-once {
transition: border-color 0.65s ease-in-out 0s;
}
.timeline-comment.will-transition-once .timeline-comment-header {
transition: background-color 0.65s ease 0s, border-bottom-color 0.65s ease-in-out 0s;
}
.timeline-comment.will-transition-once .timeline-comment-label {
transition: border-color 0.65s ease-in-out 0s;
}
.timeline-comment.will-transition-once::before, .timeline-comment.will-transition-once::after {
transition: border-right-color 0.65s ease-in-out 0s;
}
.timeline-comment.current-user {
border-color: #bfccd1;
}
.timeline-comment.current-user .timeline-comment-header {
background-color: #f2f8fa;
border-bottom-color: #dde4e6;
}
.timeline-comment.current-user .timeline-comment-label {
border-color: #bfccd1;
}
.timeline-comment.current-user .previewable-comment-form .comment-form-head.tabnav {
background-color: #f2f8fa;
border-bottom-color: #e1edf1;
color: #8e9597;
}
.timeline-comment.unread-item {
border-color: #dfd8c2;
}
.timeline-comment.unread-item .timeline-comment-header {
background-color: #fff9ea;
border-bottom-color: #f1ede3;
}
.timeline-comment.unread-item .timeline-comment-label {
border-color: #dfd8c2;
}
.timeline-comment.unread-item .previewable-comment-form .comment-form-head.tabnav {
background-color: #f2f8fa;
border-bottom-color: #e1edf1;
color: #8e9597;
}
.timeline-comment:empty {
display: none;
}
.timeline-comment .comment + .comment {
border-top: 1px solid #e5e5e5;
}
.timeline-comment .comment + .comment::before, .timeline-comment .comment + .comment::after {
display: none;
}
.timeline-comment .comment + .comment .timeline-comment-header {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.timeline-comment-header {
background-color: #f7f7f7;
border-bottom: 1px solid #eee;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color: #767676;
padding-left: 15px;
padding-right: 15px;
}
.timeline-comment-header .author {
color: #555;
font-weight: bold;
}
.timeline-comment-header .timestamp {
color: inherit;
white-space: nowrap;
}
.timeline-comment-header code {
word-break: break-all;
}
.comment-type-icon {
color: inherit;
}
.timeline-comment-label {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 3px;
float: right;
font-size: 12px;
margin: 8px 0 0 10px;
padding: 2px 5px;
}
.timeline-comment-label-spammy {
border-color: #bd2c00;
color: #bd2c00;
}
.timeline-comment-header-text {
max-width: 78%;
padding-bottom: 10px;
padding-top: 10px;
}
.timeline-comment-header-text code a {
color: #555;
}
.timeline-comment-header-avatar {
float: left;
margin-right: 5px;
margin-top: 10px;
}
.timeline-comment-actions {
float: right;
margin-left: 10px;
margin-right: -5px;
}
.timeline-comment-action {
color: inherit;
display: inline-block;
opacity: 0.5;
padding: 10px 5px;
}
.timeline-comment-action:hover {
color: #4078c0;
opacity: 1;
text-decoration: none;
}
.timeline-comment-action .octicon-check {
font-size: 18px;
height: 16px;
}
.compare-tab-comments .timeline-comment-actions {
display: none;
}
.discussion-item-ref .commit-gravatar {
padding-left: 2px;
padding-right: 5px;
}
.discussion-item-ref .task-progress {
display: block;
margin-bottom: -2px;
}
.discussion-item-ref .task-progress .progress-bar {
margin-bottom: 0;
}
.discussion-item-ref .task-progress .octicon {
font-size: 16px;
}
.discussion-item-ref .discussion-item-body .title {
margin-top: 10px;
}
.discussion-item-ref .state {
font-size: 12px;
margin-left: 8px;
margin-top: -4px;
padding: 1px 5px;
}
.discussion-item-ref .state .octicon {
font-size: 14px;
width: 1em;
}
.timeline-new-comment {
margin-bottom: 0;
max-width: 780px;
}
.timeline-new-comment .comment-form-head {
margin-bottom: 10px;
}
.timeline-new-comment .previewable-comment-form .comment-body {
border-bottom: 1px solid #eee;
padding: 5px 5px 15px;
}
.discussion-item {
margin: 15px 0 15px 79px;
padding-left: 25px;
position: relative;
}
.discussion-item + .discussion-item {
border-top: 1px solid #f5f5f5;
padding-top: 15px;
}
.discussion-item .author {
color: #555;
font-weight: bold;
}
.discussion-item .timestamp {
color: inherit;
white-space: nowrap;
}
.discussion-item .label-color {
border-radius: 2px;
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12) inset;
font-size: 12px;
font-weight: bold;
padding: 2px 4px;
}
.discussion-item .label-color a:hover {
text-decoration: none;
}
.discussion-item-icon {
background-color: #f3f3f3;
border: 2px solid #fff;
border-radius: 50%;
color: #767676;
float: left;
height: 32px;
line-height: 28px;
margin-left: -40px;
margin-top: -7px;
text-align: center;
width: 32px;
}
.discussion-item-icon.octicon-pencil {
font-size: 14px;
}
.discussion-item-header {
color: #767676;
line-height: 20px;
min-height: 30px;
padding-bottom: 5px;
padding-top: 5px;
word-wrap: break-word;
}
.discussion-item-header .avatar {
float: left;
margin-right: 5px;
margin-top: 2px;
}
.discussion-item-header .discussion-item-private {
vertical-align: -1px;
}
.discussion-item-header:last-child {
padding-bottom: 0;
}
.discussion-item-header .commit-ref {
font-size: 85%;
vertical-align: baseline;
}
.discussion-item-header .btn-outline {
float: right;
margin-left: 10px;
margin-top: -5px;
padding: 4px 8px;
}
.discussion-item-body {
margin-top: 5px;
}
.discussion-item-link {
color: #767676;
}
.discussion-item-link:hover {
color: #4078c0;
}
.discussion-item-entity {
color: #333;
font-weight: bold;
}
.discussion-item-entity:hover {
color: #4078c0;
text-decoration: none;
}
.discussion-item-ref-title {
line-height: 1.2;
margin-bottom: 0;
margin-top: 0;
}
.discussion-item-ref-title .issue-num {
color: #767676;
font-weight: normal;
}
.discussion-item-ref-title .title-link {
color: #333;
}
.discussion-item-ref-title .title-link:hover {
color: #4078c0;
text-decoration: none;
}
.discussion-item-ref-title .title-link:hover .issue-num {
color: inherit;
}
.discussion-item-context-icon {
display: inline-block;
line-height: 22px;
margin-left: 10px;
margin-top: -2px;
}
.discussion-item-help {
color: #767676;
}
.discussion-item-help:hover {
color: #4078c0;
}
.discussion-item-private {
color: #a1882b;
}
.discussion-item-rollup-ref .state {
margin-top: 2px;
}
.discussion-item-rollup-ref .discussion-item-context-icon {
margin-top: 2px;
}
.discussion-item-reopened .discussion-item-icon {
background-color: #6cc644;
color: #fff;
}
.discussion-item-merged .discussion-item-icon {
background-color: #6e5494;
color: #fff;
padding-left: 2px;
}
.discussion-item-closed .discussion-item-icon {
background-color: #bd2c00;
color: #fff;
}
.discussion-item-head_ref_deleted .discussion-item-icon {
background-color: #767676;
color: #fff;
padding-left: 2px;
}
.discussion-item-locked .discussion-item-icon, .discussion-item-unlocked .discussion-item-icon {
background-color: #333;
color: #fff;
}
.discussion-item .renamed-was, .discussion-item .renamed-is {
color: #333;
font-weight: bold;
}
.discussion-commits .discussion-item-icon {
padding-top: 1px;
}
.discussion-commits .discussion-item-body {
margin-left: -31px;
margin-top: 0;
}
.discussion-item-toggle-open {
display: none;
}
.discussion-item-toggle {
color: #767676;
float: right;
}
.discussion-item-toggle:hover {
color: #4078c0;
text-decoration: none;
}
.discussion-item-toggle .octicon {
vertical-align: middle;
}
.outdated-diff-comment-container .discussion-item-body {
display: none;
}
.outdated-diff-comment-container.open .discussion-item-body, .outdated-diff-comment-container.open .discussion-item-toggle-open {
display: block;
}
.outdated-diff-comment-container.open .discussion-item-toggle-closed {
display: none;
}
.new-discussion-timeline .previewable-comment-form .comment-form-head.tabnav {
background: #f7f7f7 none repeat scroll 0 0;
border-radius: 3px 3px 0 0;
padding: 6px 10px 0;
}
.new-discussion-timeline .previewable-comment-form .draft-indicator {
position: relative;
top: -1px;
}
.new-discussion-timeline .previewable-comment-form .comment {
border: 0 none;
}
.new-discussion-timeline .previewable-comment-form .comment-body {
background-color: transparent;
border-bottom: 1px solid #eee;
padding: 5px 5px 15px;
}
.new-discussion-timeline .previewable-comment-form .timeline-comment .timeline-comment-actions {
display: none;
}
.new-discussion-timeline .closed-banner {
background: #f3f3f3 none repeat scroll 0 0;
border-bottom: 15px solid #fff;
border-radius: 0;
height: 19px;
margin: 15px 0 -15px;
overflow: visible;
position: relative;
}
.new-discussion-timeline .composer .timeline-comment {
margin-bottom: 10px;
}
.new-discussion-timeline .composer .timeline-comment::after {
border-right-color: #fff;
}
.new-discussion-timeline .composer .comment-form-head.tabnav {
background-color: #fff;
padding-top: 0;
}
.discussion-timeline-actions {
background-color: #fff;
border-top: 2px solid #f3f3f3;
}
.discussion-timeline-actions .merge-pr {
border-top: 0 none;
padding-top: 0;
}
.discussion-timeline-actions .thread-subscription-status {
margin-top: 20px;
}
.discussion-timeline-actions .thread-subscription-status .mega-octicon {
display: none;
}
.donut-chart > .failure {
fill: #bd2c00;
}
.donut-chart > .pending {
fill: #cea61b;
}
.donut-chart > .success {
fill: #6cc644;
}
.donut-chart > .error {
fill: #767676;
}
.early-access-survey-question .other-text-form {
display: none;
margin-top: 0;
}
.early-access-survey-question.is-other-selected .other-text-form {
display: inline-block;
}
.setup-header .large-file-storage-header {
font-size: 44px;
}
.early-acccess-setup-form .form {
margin-bottom: 30px;
margin-top: 0;
}
.early-acccess-setup-form select {
display: block;
width: 200px;
}
.early-access-setup-list {
font-size: 14px;
margin: 0;
padding: 0 15px 15px;
}
.early-access-setup-list .early-access-setup-list-item {
margin-left: 20px;
margin-top: 10px;
}
.early-access-setup-list .early-access-setup-list-item:first-child {
margin-top: 0;
}
.early-access-thanks-wrapper {
background-color: #fcfcfc;
border-bottom: 1px solid #ddd;
height: 80vh;
margin-bottom: -41px;
position: relative;
z-index: 1;
}
.early-access-thanks-content {
margin: 0 auto;
position: relative;
top: 50%;
transform: translateY(-50%);
width: 500px;
}
.early-access-thanks-content .simple-box {
font-size: 16px;
padding: 30px;
}
.early-access-thanks-title {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: normal;
margin-top: 0;
}
.early-access-thanks-lead {
margin-bottom: 0;
margin-top: 0;
}
.eap-error-state-title {
margin-top: 0;
}
.explore-head .container {
position: relative;
}
.explore-content {
margin-top: -15px;
}
.explore-content .blankslate {
margin-top: 15px;
}
.repo-collection > ul {
background: #f7f7f7 none repeat scroll 0 0;
border: 1px solid #ddd;
border-radius: 3px;
list-style-type: none;
}
.repo-collection .author-gravatar {
background: #fff none repeat scroll 0 0;
border-radius: 3px;
float: left;
margin-right: 10px;
}
.collection-stat {
color: #444;
float: right;
font-size: 12px;
margin-left: 10px;
}
.collection-stat .octicon {
color: #a7a7a7;
margin-right: 5px;
}
.collection-item {
float: left;
height: 70px;
padding: 15px;
position: relative;
width: 50%;
}
.collection-item .octicon-x {
color: #ccc;
position: absolute;
right: 10px;
text-decoration: none;
top: 10px;
}
.collection-item .repo-name {
display: block;
font-size: 16px;
font-weight: bold;
}
.collection-item .css-truncate-target {
max-width: 380px;
}
.collection-item .repo-description {
margin: 0;
}
.explore-collection h2 {
color: #2a2a2a;
font-size: 18px;
font-weight: normal;
margin: 0 0 10px;
}
.explore-collection h2 .select-menu {
display: inline-block;
position: relative;
}
.explore-collection h2 .select-menu-button {
cursor: pointer;
font-weight: bold;
}
.explore-collection h2 .mega-octicon {
vertical-align: middle;
}
.explore-collection .see-more-link {
float: right;
margin-top: 7px;
}
.explore-page .see-more-link {
color: inherit;
font-size: 14px;
}
.explore-page .see-more-link .octicon {
margin-left: 5px;
}
.explore-page.marketing-section {
border-bottom: 0 none;
}
.explore-page.marketing-section .thread-subscription-status {
border: 0 none;
}
.explore-page.marketing-section .signed-out-comment {
margin-left: 0;
}
.explore-page .language-filter-list {
margin-bottom: 10px;
}
.explore-section {
border-bottom: 1px solid #eee;
padding: 40px 0;
position: relative;
}
.explore-section:nth-child(2n) {
background: #f9f9f9 none repeat scroll 0 0;
}
.explore-section:nth-child(2n) .repo-collection > ul {
background: #fff none repeat scroll 0 0;
}
.explore-section:first-child {
padding-top: 0;
}
.explore-section:nth-child(2n+1):last-child {
border-bottom: 0 none;
padding-bottom: 0;
}
.explore-pjax-container {
position: relative;
}
.user-leaderboard-list .follow-list-info {
color: #666;
font-size: 12px;
margin-bottom: 0;
margin-top: 12px;
}
.user-leaderboard-list .follow-list-info .css-truncate.css-truncate-target {
max-width: none;
}
.user-leaderboard-list .repo-list-item {
border-top: 0 none;
padding-bottom: 0;
padding-left: 21px;
padding-top: 10px;
}
.user-leaderboard-list .repo-list-item .repo-description, .user-leaderboard-list .repo-list-item .repo-and-owner {
max-width: 530px;
}
.user-leaderboard-list .repo-list-item .repo {
color: #5c5c5c;
}
.leaderboard-list {
list-style-type: none;
margin: 0;
}
.user-leaderboard-list-name {
font-size: 18px;
font-weight: normal;
margin: 0;
}
.user-leaderboard-list-name .full-name {
color: #5c5c5c;
font-weight: bold;
margin-left: 5px;
}
.repo-snipit {
display: inline-block;
margin-top: 7px;
}
.repo-snipit:hover {
text-decoration: none;
}
.repo-snipit .octicon {
color: #767676;
font-size: 14px;
}
.repo-snipit-name {
color: #666;
max-width: 200px;
}
.repo-snipit-description {
color: #767676;
max-width: 300px;
}
.repo-snipit:hover .repo-snipit-name, .repo-snipit:hover .repo-snipit-description {
color: #4078c0;
}
.leaderboard-action {
float: right;
margin-left: 10px;
margin-top: -3px;
}
.leaderboard-list-rank {
color: #b9b9b9;
font-size: 11px;
font-weight: 300;
left: 0;
position: absolute;
text-align: right;
text-transform: uppercase;
top: 25px;
width: 20px;
}
.leaderboard-list-item {
border-bottom: 1px solid #eee;
padding-bottom: 20px;
padding-left: 35px;
padding-top: 20px;
position: relative;
}
.leaderboard-list-item:last-child {
border-bottom: 0 none;
}
.leaderboard-gravatar {
border-radius: 3px;
float: left;
height: 48px;
width: 48px;
}
.leaderboard-list-content {
margin-left: 58px;
min-height: 48px;
}
.collection-page .signed-out-comment {
margin-left: 0;
}
.explore-mail-tease {
background: #202021 url("/images/modules/home/octicons-bg.png") repeat scroll center center;
border-bottom: 1px solid #ddd;
overflow: hidden;
padding-top: 20px;
}
.explore-mail-tease h3 {
color: #fff;
text-align: center;
}
.explore-mail-tease img {
margin-bottom: -5px;
}
.newsletter-frequency-choice {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
list-style-type: none;
margin: 40px 0;
}
.newsletter-frequency-choice .choice {
position: relative;
width: 25%;
}
.newsletter-frequency-choice .choice > label {
background: #fff none repeat scroll 0 0;
border: 3px solid #eee;
border-radius: 4px;
cursor: pointer;
display: block;
font-weight: normal;
height: 100%;
margin: 0 10px;
text-align: center;
}
.newsletter-frequency-choice .choice:hover label {
border-color: #4078c0;
}
.newsletter-frequency-choice .choice:hover h3 {
background: #4078c0 none repeat scroll 0 0;
border-color: #4078c0;
color: #fff;
}
.newsletter-frequency-choice .choice.selected label {
border-color: #6cc644;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.newsletter-frequency-choice .choice.selected h3 {
background: #6cc644 none repeat scroll 0 0;
border-color: #6cc644;
color: #fff;
}
.newsletter-frequency-choice .choice.selected p {
color: #333;
}
.newsletter-frequency-choice .choice .notice {
bottom: 1em;
color: #6cc644;
font-weight: bold;
left: 0;
opacity: 0;
position: absolute;
right: 0;
text-align: center;
z-index: -1;
}
.newsletter-frequency-choice .choice .notice.visible {
bottom: -2em;
opacity: 1;
transition: opacity 0.15s ease-in-out 0s;
}
.newsletter-frequency-choice h3 {
background: #fafafa none repeat scroll 0 0;
border-bottom: 1px solid #eee;
font-weight: normal;
margin: 0;
padding: 10px;
}
.newsletter-frequency-choice h3 input {
margin: 0 3px 0 -19px;
position: relative;
top: -2px;
}
.newsletter-frequency-choice p {
color: #767676;
height: 7em;
margin: 15px;
text-align: left;
}
.explore-signup-entice {
background: #f7f7f7 none repeat scroll 0 0;
border: 1px solid #ddd;
border-radius: 3px;
font-size: 14px;
padding: 15px;
position: relative;
}
.explore-signup-entice h3 {
font-size: 18px;
margin-bottom: 10px;
}
.explore-signup-entice-inner {
background: rgba(247, 247, 247, 0.9) none repeat scroll 0 0;
bottom: 3px;
left: 3px;
padding-top: 30px;
position: absolute;
right: 3px;
text-align: center;
top: 3px;
}
.explore-signup-entice-wrapper {
background: rgba(247, 247, 247, 0.6) none repeat scroll 0 0;
margin: 0 auto;
max-width: 500px;
padding: 5px;
}
.explore-signup-cta {
font-size: 13px;
margin-right: -10px;
vertical-align: middle;
}
.explore-signup-cta a {
font-weight: bold;
}
.explore-signup-cta .btn {
position: relative;
top: -1px;
}
@keyframes fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.explore-marketing-header {
margin: 10px auto 30px;
text-align: center;
}
.explore-marketing-header.is-animating {
animation: 1s ease 0s normal none 1 running fadein;
}
.explore-marketing-header h2 {
font-size: 32px;
font-weight: normal;
margin: 0 0 5px;
}
.explore-marketing-header .lead {
margin: 5px 0 0;
}
.linux .show-mac, .macintosh .show-mac {
display: block;
}
.linux .hide-mac, .macintosh .hide-mac {
display: none;
}
.windows .show-mac {
display: none;
}
.homepage .container {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.homepage .header-logged-out .primary {
display: none;
}
.homepage .site-footer {
border-top: 0 none;
margin-top: 0;
}
.marketing-section-depth {
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.15));
bottom: 0;
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
height: 30px;
left: 0;
position: absolute;
right: 0;
z-index: 10;
}
.marketing-section-signup {
background: #202021 url("/images/modules/home/octicons-bg.png") repeat scroll center center;
padding-bottom: 80px;
padding-top: 80px;
position: relative;
text-shadow: 0 1px 3px #222;
}
.marketing-section-signup .heading {
color: #fff;
font-size: 70px;
font-weight: normal;
letter-spacing: -1px;
line-height: 1;
margin-top: 0;
padding-top: 10px;
}
.marketing-section-signup .subheading {
color: #fff;
font-size: 21px;
line-height: 1.5;
margin: 10px 0 0;
}
.marketing-section-signup .subheading a {
font-weight: 500;
}
.form-signup-home {
float: right;
margin-left: 40px;
width: 320px;
}
.form-signup-home .text-muted:last-child {
margin-bottom: 0;
}
.form-signup-home dl.form {
margin-bottom: 10px;
margin-top: 0;
position: relative;
}
.form-signup-home dl.form dd + .text-muted {
margin-top: 5px;
}
.form-signup-home .btn, .form-signup-home dl.form input[type="text"], .form-signup-home dl.form input[type="password"] {
border-radius: 5px;
font-size: 16px;
padding: 10px;
}
.form-signup-home .btn {
border: 0 none;
}
.form-signup-home .btn:focus {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 12px rgba(255, 255, 255, 0.75);
}
.form-signup-home dl.form input[type="text"], .form-signup-home dl.form input[type="password"] {
border-color: #fff;
margin-right: 0;
width: 100%;
}
.form-signup-home dl.form input[type="text"]:focus, .form-signup-home dl.form .focused .drag-and-drop, .focused .form-signup-home dl.form .drag-and-drop, .form-signup-home dl.form input[type="password"]:focus {
background-color: #fff;
border-color: #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 12px rgba(255, 255, 255, 0.75);
}
.form-signup-home dl.form.errored dd.error, .form-signup-home dl.form.errored dd.warning {
background-color: #333;
border: 0 none;
border-radius: 3px;
color: #fff;
font-size: 12px;
font-weight: normal;
left: 0;
margin-top: 2px;
padding: 10px;
position: absolute;
right: 0;
text-align: left;
top: 100%;
z-index: 5;
}
.form-signup-home dl.form.errored dd.error::after, .form-signup-home dl.form.errored dd.warning::after {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent #333;
border-image: none;
border-style: solid;
border-width: 8px;
bottom: 100%;
content: "";
height: 0;
left: 10px;
pointer-events: none;
position: absolute;
width: 0;
}
.form-signup-home dl.form.errored dd.error:empty, .form-signup-home dl.form.errored dd.warning:empty {
display: none;
}
.form-signup-home dl.form dd input.is-autocheck-successful, .form-signup-home dl.form dd input.is-autocheck-errored, .form-signup-home dl.form dd input.is-autocheck-loading {
background-image: none;
}
.form-signup-home dl.successed::after, .form-signup-home dl.errored::after {
display: inline-block;
font: 16px/1 "octicons";
position: absolute;
right: 10px;
text-decoration: none;
text-shadow: none;
top: 15px;
}
.form-signup-home dl.successed::after {
color: #6cc644;
content: "";
}
.form-signup-home dl.errored::after {
color: #bd2c00;
content: "";
}
.form-signup-home dl.is-loading::after {
background-image: url("/images/spinners/octocat-spinner-16px.gif");
content: "";
display: block;
height: 16px;
position: absolute;
right: 10px;
top: 15px;
width: 16px;
}
@media not all, not all, only screen and (min-resolution: 2dppx) {
.form-signup-home dl.is-loading::after {
background-image: url("/images/spinners/octocat-spinner-32.gif");
background-size: 16px 16px;
}
}
.text-muted .notice-highlight {
color: #fff;
}
.text-center {
text-align: center;
}
.marketing-section-img {
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 5px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
display: block;
margin: 40px auto;
max-width: 980px;
}
.marketing-section-enterprise {
background-color: #614381;
background-image: linear-gradient(#202d5f, #614381);
background-repeat: repeat-x;
border-bottom: 0 none;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) inset;
color: #fff;
margin-top: -1px;
max-height: 375px;
overflow: hidden;
padding-bottom: 20px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.marketing-section-enterprise.marketing-inline {
margin-bottom: 30px;
}
.marketing-section-enterprise h1 > a {
color: inherit;
text-decoration: none;
}
.marketing-section-enterprise .marketing-header .lead {
color: #cecbda;
}
.marketing-section-enterprise .marketing-button {
background-color: #1d6ac8;
background-image: linear-gradient(#45b3f3, #1d6ac8);
background-repeat: repeat-x;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
color: #fff;
display: inline-block;
font-size: 18px;
margin-bottom: 20px;
margin-top: 20px;
padding: 9px 15px;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.marketing-section-enterprise .marketing-button:hover {
background-position: 0 -10px;
}
.microsoft-callout-section {
background: #515d81 url("/images/modules/microsoft_callout/azure_bg.png") no-repeat scroll center top / cover ;
overflow: hidden;
position: relative;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.microsoft-callout-section .container {
position: relative;
}
.microsoft-callout-section .content {
color: #fff;
padding: 80px 0;
position: relative;
text-align: center;
z-index: 9;
}
.microsoft-callout-section h2 {
color: #fff;
font-size: 42px;
font-weight: 300;
margin-top: 0;
}
.microsoft-callout-section p {
color: #fff;
font-weight: 300;
margin-bottom: 15px;
}
.microsoft-callout-section .microsoft-button {
background-color: #6f0974;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 16px;
padding: 7px 15px;
text-shadow: none;
}
.microsoft-callout-section .microsoft-button:hover {
background-color: #920d99;
text-decoration: none;
}
.microsoft-callout-section .bg-animation {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.microsoft-callout-section .cloud {
position: absolute;
}
.microsoft-callout-section .cloud-1 {
animation: 6s ease-out 1s normal none 1 running cloud1animation;
right: -50px;
top: 200px;
}
.microsoft-callout-section .cloud-2 {
animation: 6s ease-out 1s normal none 1 running cloud2animation;
left: -60px;
top: 150px;
}
.microsoft-callout-section .corner {
position: absolute;
right: 0;
top: 0;
}
@keyframes cloud1animation {
0% {
transform: translateX(-50px);
}
100% {
transform: translateX(0px);
}
}
@keyframes cloud2animation {
0% {
transform: translateX(50px);
}
100% {
transform: translateX(0px);
}
}
.issue-list em {
background-color: rgba(255, 255, 140, 0.5);
border-radius: 3px;
font-style: normal;
font-weight: bold;
padding: 3px;
}
.issue-list .title {
font-size: 18px;
font-weight: normal;
line-height: 24px;
margin: 0 80px 10px 0;
min-height: 24px;
padding: 0;
word-wrap: break-word;
}
.issue-list .title .mega-octicon {
color: #888;
left: 0;
position: absolute;
text-align: center;
top: -4px;
width: 32px;
}
.issue-list .title .closed.mega-octicon {
color: #bd2c00;
}
.issue-list .title .open.mega-octicon {
color: #6cc644;
}
.issue-list .title .merged.mega-octicon {
color: #6e5494;
}
.issue-list .description {
line-height: 20px;
margin: 0 0 10px;
overflow: hidden;
}
.issue-list-meta {
color: #999;
font-size: 11px;
list-style-type: none;
margin: 0;
}
.issue-list-meta::before {
content: "";
display: table;
}
.issue-list-meta::after {
clear: both;
content: "";
display: table;
}
.issue-list-meta > li {
display: inline-block;
margin-right: 10px;
}
.issue-list-meta a {
color: #333;
}
.issue-list-meta .octicon {
color: #838383;
vertical-align: middle;
}
.issue-list-item {
border-bottom: 1px solid #f1f1f1;
margin: 0 0 20px;
padding: 0 0 20px 40px;
position: relative;
}
.labels-list-item .table-list-cell {
width: 100%;
}
.labels-list-item .label {
border-radius: 3px;
display: inline-block;
font-size: 16px;
font-weight: bold;
height: 34px;
line-height: 34px;
margin-right: 5px;
padding: 0 10px;
text-align: center;
transition: all 0.2s linear 0s;
}
.labels-list-item .label .octicon {
margin-right: 3px;
}
.labels-list-item .label:hover {
opacity: 0.85;
}
.labels-list-item.open .label, .labels-list-item.open .label-description, .labels-list-item.open .labels-list-action {
display: none;
}
.labels-list-item.open .label-delete {
display: block;
text-align: left;
}
.labels-list-item.edit .label, .labels-list-item.edit .label-description, .labels-list-item.edit .labels-list-action {
display: none;
}
.labels-list-item.edit .label-edit {
display: block;
}
.label-description {
color: #767676;
padding: 8px 10px;
}
.label-delete-confirmation {
line-height: 34px;
}
.labels-list-actions {
margin-left: 60px;
}
.labels-list-action {
color: #767676;
display: block;
float: left;
padding: 8px 10px;
}
.labels-list-action .octicon {
margin-right: 2px;
}
.labels-list-action .octicon-pencil {
font-size: 14px;
}
.labels-list-action:hover {
color: #4078c0;
cursor: pointer;
}
.new-label {
background-color: #fafafa;
border: 1px solid #e5e5e5;
border-radius: 3px;
display: none;
margin-bottom: 15px;
padding: 10px;
}
.new-label .label-edit {
display: block;
}
.new-label .label-edit::before {
content: "";
display: table;
}
.new-label .label-edit::after {
clear: both;
content: "";
display: table;
}
.new-label-actions {
float: right;
}
.open .new-label {
display: block;
}
.label-spinner {
display: none;
float: left;
margin-left: -35px;
margin-top: 9px;
}
.label-edit::before {
content: "";
display: table;
}
.label-edit::after {
clear: both;
content: "";
display: table;
}
.label-edit label {
display: block;
margin-bottom: 5px;
}
.label-edit .error {
color: #f00;
float: left;
margin-left: 10px;
margin-top: 8px;
}
.label-edit.is-valid .color-editor .octicon-check {
display: block;
}
.label-edit.loading .label-spinner {
display: block;
}
.color-editor {
float: left;
position: relative;
width: 100px;
}
.color-editor.open .label-colors {
display: block;
}
.color-editor-bg {
border-radius: 3px;
cursor: pointer;
height: 20px;
left: 0;
margin-left: 7px;
margin-top: 7px;
position: absolute;
width: 20px;
z-index: 10;
}
input.color-editor-input {
border-color: #ccc !important;
padding-left: 34px;
width: 100px;
}
input.color-editor-input:focus {
border-color: #51a7e8 !important;
}
input.color-editor-input:focus ~ .label-colors {
display: block;
}
.invalid-color-indicator {
color: #fff;
display: none;
font-weight: bold;
height: 20px;
left: 7px;
line-height: 20px;
position: absolute;
text-align: center;
top: 7px;
width: 20px;
z-index: 11;
}
.label-edit-name {
float: left;
margin-right: 10px;
width: 40%;
}
.label-colors {
display: none;
float: left;
padding-left: 5px;
padding-right: 5px;
width: auto;
}
.label-edit, .label-delete {
display: none;
}
.label-delete-form {
display: inline;
}
.label-delete-form.loading .label-delete-spinner {
display: block;
}
.label-delete-spinner {
display: none;
float: left;
margin-right: 10px;
margin-top: 10px;
}
.color-chooser {
display: table-row;
height: 25px;
list-style: outside none none;
}
.color-chooser li {
display: table-cell;
width: 1%;
}
.color-chooser li:hover {
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
outline: 2px solid #fff;
position: relative;
z-index: 2;
}
.color-chooser .color-cooser-color {
cursor: pointer;
display: block;
height: 25px;
text-align: center;
width: 25px;
}
.repository-lang-stats {
position: relative;
}
.repository-lang-stats ol.repository-lang-stats-numbers li {
border-bottom: 0 none;
display: table-cell;
padding: 11px 5px;
text-align: center;
white-space: nowrap;
width: 1%;
}
.repository-lang-stats ol.repository-lang-stats-numbers li span.percent {
float: none;
}
.repository-lang-stats ol.repository-lang-stats-numbers li > a, .repository-lang-stats ol.repository-lang-stats-numbers li > span {
color: #999;
font-weight: bold;
text-decoration: none;
}
.repository-lang-stats ol.repository-lang-stats-numbers li .lang {
color: #333;
}
.repository-lang-stats ol.repository-lang-stats-numbers li .language-color {
border-radius: 50%;
display: inline-block;
height: 10px;
width: 10px;
}
.repository-lang-stats ol.repository-lang-stats-numbers li a:hover {
background: transparent none repeat scroll 0 0;
}
.stats-switcher-viewport {
height: 38px;
overflow: hidden;
}
.stats-switcher-viewport .stats-switcher-wrapper {
position: relative;
top: 0;
transition: top 0.25s ease-in-out 0s;
}
.stats-switcher-viewport.is-revealing-lang-stats .stats-switcher-wrapper {
top: -38px;
}
.repository-lang-stats-graph {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
-moz-user-select: none;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-color: -moz-use-text-color #ddd #ddd;
border-image: none;
border-style: none solid solid;
border-width: 0 1px 1px;
cursor: pointer;
display: table;
overflow: hidden;
width: 100%;
}
.repository-lang-stats-graph .language-color {
display: table-cell;
line-height: 8px;
text-indent: -9999px;
}
.list-group-item {
border: 1px solid #e5e5e5;
display: block;
margin-bottom: -1px;
padding: 8px 10px 10px 40px;
position: relative;
}
.list-group-item a:hover {
text-decoration: none;
}
.list-group-item:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.list-group-item:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
margin-bottom: 0;
}
.list-group-item.closed {
background-color: #fcfcfc;
}
.list-group-item.selectable {
padding-left: 60px;
}
.list-group-item.selected {
background-color: #ffffef;
}
.list-group-item.navigation-focus {
background-color: #f5f9fc;
}
.list-group-item .list-group-item-summary a {
color: #767676;
}
.list-group-item .list-group-item-summary a.quiet {
color: #999;
}
.list-group-item .status {
float: right;
margin-right: -9px;
position: relative;
top: 2px;
}
.list-group-item .type-icon {
position: relative;
text-align: center;
top: 1px;
vertical-align: middle;
width: 16px;
}
.list-group-item .assignee {
float: right;
}
.list-group-item .assignee img {
border-radius: 2px;
display: block;
}
.list-group-item .labels {
display: inline-block;
margin-bottom: -2px;
margin-left: 4px;
top: -2px;
}
.list-group-item-name {
font-size: 15px;
line-height: 1.3;
margin: 0 60px 2px 0;
word-wrap: break-word;
}
.list-group-item-name .type-icon {
float: left;
margin-left: -24px;
margin-top: 1px;
}
.list-group-item-link {
color: #333;
}
.closed.octicon, .reverted.octicon {
color: #bd2c00;
}
.open.octicon {
color: #6cc644;
}
.merged.octicon {
color: #6e5494;
}
.list-group-item-summary {
margin-top: 2px;
}
.list-group-item-summary p {
margin: 0 0 5px;
}
.standalone .list-group-item-summary p {
margin-bottom: 0;
}
.animated-ellipsis-container {
display: inline-block;
height: 12px;
overflow: hidden;
transform: translateZ(0px);
width: 12px;
}
.animated-ellipsis-container > .animated-ellipsis {
display: inline-block;
overflow: hidden;
vertical-align: bottom;
}
@keyframes ellipsis {
0% {
width: 2px;
}
100% {
width: 12px;
}
}
.large-loading-area {
padding: 100px 0;
text-align: center;
}
.context-loader.large-format-loader {
background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
border: 0 none;
bottom: 0;
color: #767676;
display: none;
font-weight: normal;
left: 0;
margin: 0;
padding: 190px 0 0;
position: fixed;
right: 0;
text-align: center;
top: 0;
width: auto;
z-index: 9999;
}
.context-loader.large-format-loader.is-loading {
display: block;
}
.request-reviewers {
border-top: 1px solid #ddd;
padding: 0 10px 10px;
}
.request-reviewers h3 {
margin-bottom: 5px;
}
.request-reviewers .label {
vertical-align: middle;
}
.request-reviewers p {
margin-top: 0;
}
.request-reviewers .input-block {
display: inline-block;
margin-right: 10px;
max-width: 340px;
}
.request-reviewers-autocomplete .autocomplete-results {
border: 0 none;
}
.request-reviewers-autocomplete .autocomplete-results .typeahead-result {
display: block;
width: 300px;
}
.request-reviewers-autocomplete .octicon-jersey {
color: #767676;
float: left;
height: 24px;
line-height: 24px;
margin-left: -34px;
margin-right: 10px;
text-align: center;
width: 24px;
}
.suggested-reviewers {
color: #767676;
display: inline-block;
vertical-align: middle;
}
.suggested-reviewers .requested-reviewer-suggestion {
margin-right: 3px;
}
.request-reviewers-list {
margin-top: 10px;
}
.request-reviewers-list::before {
content: "";
display: table;
}
.request-reviewers-list::after {
clear: both;
content: "";
display: table;
}
.requested-reviewer-item {
background-color: #eee;
border-radius: 3px;
color: #555;
float: left;
line-height: 20px;
margin-right: 4px;
padding: 5px;
}
.requested-reviewer-item .avatar, .requested-reviewer-item .octicon-jersey {
float: left;
margin-right: 5px;
}
.requested-reviewer-item .octicon-jersey {
line-height: 20px;
margin-left: 3px;
}
.requested-reviewer-item .remove-reviewer {
color: #bbb;
display: inline-block;
padding-left: 3px;
padding-right: 3px;
vertical-align: middle;
}
.review-bar .octicon-check {
color: #6cc644;
float: left;
margin-right: 10px;
}
.review-bar .complete-review-actions .review-bar-form {
float: right;
}
.review-bar .complete-review-actions p {
margin-top: 6px;
}
#quick-issue-modal {
display: none;
}
.quick-issue-modal-footer {
margin-bottom: 0;
}
.quick-issue-thanks {
display: none;
font-size: 18px;
}
.quick-issue-link {
margin-left: 30px;
}
.quick-issue-body {
display: block;
width: 100%;
}
.quick-issue-form {
position: relative;
}
.quick-issue-form .suggestions {
margin-bottom: 0;
margin-left: 0;
}
.quick-issue-form .drag-and-drop {
font-size: 10px;
}
.clearfix::before {
content: "";
display: table;
}
.clearfix::after {
clear: both;
content: "";
display: table;
}
.right {
float: right;
}
.left {
float: left;
}
.centered {
display: block;
float: none;
margin-left: auto;
margin-right: auto;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
.danger {
color: #c00;
}
.mute {
color: #000;
}
.text-diff-added {
color: #55a532;
}
.text-diff-deleted {
color: #bd2c00;
}
.text-open, .text-success {
color: #6cc644;
}
.text-closed {
color: #bd2c00;
}
.text-reverted {
color: #bd2c00;
}
.text-merged {
color: #6e5494;
}
.text-renamed {
color: #fffa5d;
}
.text-pending {
color: #cea61b;
}
.text-error, .text-failure {
color: #bd2c00;
}
.muted-link {
color: #767676;
}
.muted-link:hover {
color: #4078c0;
text-decoration: none;
}
.hidden {
display: none;
}
.warning {
background-color: #fffccc;
font-weight: bold;
margin-bottom: 0.8em;
padding: 0.5em;
}
.error_box {
background-color: #ffebe8;
border: 1px solid #dd3c10;
font-weight: bold;
padding: 1em;
} |
fonts/Tables/STIX/STIX/General/2B00-2BFF.html | mathjax/MathJax-dev | <HTML>
<HEAD>
<TITLE>STIX Font Table for STIXGeneral (2B00-2BFF)</TITLE>
<STYLE TYPE="text/css">
.header {font-weight: bold; padding: 3px}
.space {width: 2px}
.blank {padding: 10}
.label {padding: 5; font-family: monospace; text-align: right; font-size: 80%}
.NA {padding: 10; background: white; border: solid #F4F4F4 1px}
.other {padding: 10; background: #CCCCCC}
.hidden {visibility: hidden}
.STIX {padding: 10; font-size: 133%; background: #F0F0F0}
.STIXGeneral {font-family: STIXGeneral;}
.caption TD {font-family: monospace; font-size: 80%; text-align: center}
.small {font-size: 80%; vertical-align: .15em}
.tt {font-family: monospace; margin: 0px -.125em}
A {text-decoration: none}
.combine {font-family: STIXGeneral}
.navigation {position: fixed; top:5; right:0; width:auto}
@media print {.navigation {display: none}}
</STYLE>
</HEAD>
<BODY>
<BR>
<CENTER>
<H1>STIXGeneral Character Tables</H1>
<TABLE BORDER="0" CELLSPACING="2" CELLPADDING="0">
<TR ALIGN="CENTER"><TD CLASS="blank"></TD><TD CLASS="space"></TD><TD CLASS="header" COLSPAN="17">
Miscellaneous Symbols and Arrows: 2B00 - 2BFF</TR>
<TR CLASS="caption">
<TD CLASS="blank"></TD>
<TD CLASS="space"></TD>
<TD>0</TD><TD>1</TD><TD>2</TD><TD>3</TD><TD>4</TD><TD>5</TD><TD>6</TD><TD>7</TD>
<TD CLASS="space"></TD>
<TD>8</TD><TD>9</TD><TD>A</TD><TD>B</TD><TD>C</TD><TD>D</TD><TD>E</TD><TD>F</TD>
</TR>
<TR ALIGN="CENTER">
<TD CLASS="label">2B1</TD><TD CLASS="space""></TD>
<TD CLASS="NA"> </TD>
<TD CLASS="NA"> </TD>
<TD CLASS="STIX STIXGeneral" TITLE="SQUARE WITH TOP HALF BLACK (0x2B12)">⬒</TD>
<TD CLASS="STIX STIXGeneral" TITLE="SQUARE WITH BOTTOM HALF BLACK (0x2B13)">⬓</TD>
<TD CLASS="STIX STIXGeneral" TITLE="SQUARE WITH UPPER RIGHT DIAGONAL HALF BLOCK (0x2B14)">⬔</TD>
<TD CLASS="STIX STIXGeneral" TITLE="SQUARE WITH LOWER LEFT DIAGONAL HALF BLOCK (0x2B15)">⬕</TD>
<TD CLASS="STIX STIXGeneral" TITLE="DIAMOND WITH LEFT HALF BLACK (0x2B16)">⬖</TD>
<TD CLASS="STIX STIXGeneral" TITLE="DIAMOND WITH RIGHT HALF BLACK (0x2B17)">⬗</TD>
<TD CLASS="space"></TD>
<TD CLASS="STIX STIXGeneral" TITLE="DIAMOND WITH TOP HALF BLACK (0x2B18)">⬘</TD>
<TD CLASS="STIX STIXGeneral" TITLE="DIAMOND WITH BOTTOM HALF BLACK (0x2B19)">⬙</TD>
<TD CLASS="STIX STIXGeneral" TITLE="DOTTED SQUARE (0x2B1A)">⬚</TD>
<TD CLASS="STIX STIXGeneral" TITLE="BLACK LARGE SQUARE (0x2B1B)">⬛</TD>
<TD CLASS="STIX STIXGeneral" TITLE="WHITE LARGE SQUARE (0x2B1C)">⬜</TD>
<TD CLASS="STIX STIXGeneral" TITLE="BLACK VERY SMALL SQUARE (0x2B1D)">⬝</TD>
<TD CLASS="STIX STIXGeneral" TITLE="WHITE VERY SMALL SQUARE (0x2B1E)">⬞</TD>
<TD CLASS="STIX STIXGeneral" TITLE="BLACK PENTAGON (0x2B1F)">⬟</TD>
</TR>
<TR ALIGN="CENTER">
<TD CLASS="label">2B2</TD><TD CLASS="space""></TD>
<TD CLASS="STIX STIXGeneral" TITLE="WHITE PENTAGON (0x2B20)">⬠</TD>
<TD CLASS="STIX STIXGeneral" TITLE="WHITE HEXAGON (0x2B21)">⬡</TD>
<TD CLASS="STIX STIXGeneral" TITLE="BLACK HEXAGON (0x2B22)">⬢</TD>
<TD CLASS="STIX STIXGeneral" TITLE="HORIZONTAL BLACK HEXAGON (0x2B23)">⬣</TD>
<TD CLASS="STIX STIXGeneral" TITLE="BLACK LARGE CIRCLE (0x2B24)">⬤</TD>
<TD CLASS="STIX STIXGeneral" TITLE="BLACK MEDIUM DIAMOND (0x2B25)">⬥</TD>
<TD CLASS="STIX STIXGeneral" TITLE="WHITE MEDIUM DIAMOND (0x2B26)">⬦</TD>
<TD CLASS="STIX STIXGeneral" TITLE="BLACK MEDIUM LOZENGE (0x2B27)">⬧</TD>
<TD CLASS="space"></TD>
<TD CLASS="STIX STIXGeneral" TITLE="WHITE MEDIUM LOZENGE (0x2B28)">⬨</TD>
<TD CLASS="STIX STIXGeneral" TITLE="BLACK SMALL DIAMOND (0x2B29)">⬩</TD>
<TD CLASS="STIX STIXGeneral" TITLE="BLACK SMALL LOZENGE (0x2B2A)">⬪</TD>
<TD CLASS="STIX STIXGeneral" TITLE="WHITE SMALL LOZENGE (0x2B2B)">⬫</TD>
<TD CLASS="STIX STIXGeneral" TITLE="BLACK HORIZONTAL ELLIPSE (0x2B2C)">⬬</TD>
<TD CLASS="STIX STIXGeneral" TITLE="WHITE HORIZONTAL ELLIPSE (0x2B2D)">⬭</TD>
<TD CLASS="STIX STIXGeneral" TITLE="BLACK VERTICAL ELLIPSE (0x2B2E)">⬮</TD>
<TD CLASS="STIX STIXGeneral" TITLE="WHITE VERTICAL ELLIPSE (0x2B2F)">⬯</TD>
</TR>
<TR ALIGN="CENTER">
<TD CLASS="label">2B3</TD><TD CLASS="space""></TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFT ARROW WITH SMALL CIRCLE (0x2B30)">⬰</TD>
<TD CLASS="STIX STIXGeneral" TITLE="THREE LEFTWARDS ARROWS (0x2B31)">⬱</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFT ARROW WITH CIRCLED PLUS (0x2B32)">⬲</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LONG LEFTWARDS SQUIGGLE ARROW (0x2B33)">⬳</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE (0x2B34)">⬴</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE (0x2B35)">⬵</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS TWO-HEADED ARROW FROM BAR (0x2B36)">⬶</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS TWO-HEADED TRIPLE-DASH ARROW (0x2B37)">⬷</TD>
<TD CLASS="space"></TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS ARROW WITH DOTTED STEM (0x2B38)">⬸</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS ARROW WITH TAIL WITH VERTICAL STROKE (0x2B39)">⬹</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE (0x2B3A)">⬺</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS TWO-HEADED ARROW WITH TAIL (0x2B3B)">⬻</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE (0x2B3C)">⬼</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE (0x2B3D)">⬽</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS ARROW THROUGH X (0x2B3E)">⬾</TD>
<TD CLASS="STIX STIXGeneral" TITLE="WAVE ARROW POINTING DIRECTLY LEFT (0x2B3F)">⬿</TD>
</TR>
<TR ALIGN="CENTER">
<TD CLASS="label">2B4</TD><TD CLASS="space""></TD>
<TD CLASS="STIX STIXGeneral" TITLE="EQUALS SIGN ABOVE LEFTWARDS ARROW (0x2B40)">⭀</TD>
<TD CLASS="STIX STIXGeneral" TITLE="REVERSE TILDE OPERATOR ABOVE LEFTWARDS ARROW (0x2B41)">⭁</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS ARROW ABOVE REVERSE ALMOST EQUAL TO (0x2B42)">⭂</TD>
<TD CLASS="STIX STIXGeneral" TITLE="RIGHTWARDS ARROW THROUGH LESS-THAN (0x2B43)">⭃</TD>
<TD CLASS="STIX STIXGeneral" TITLE="RIGHTWARDS ARROW THROUGH SUBSET (0x2B44)">⭄</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS QUADRUPLE ARROW (0x2B45)">⭅</TD>
<TD CLASS="STIX STIXGeneral" TITLE="RIGHTWARDS QUADRUPLE ARROW (0x2B46)">⭆</TD>
<TD CLASS="STIX STIXGeneral" TITLE="REVERSE TILDE OPERATOR ABOVE RIGHTWARDS ARROW (0x2B47)">⭇</TD>
<TD CLASS="space"></TD>
<TD CLASS="STIX STIXGeneral" TITLE="RIGHTWARDS ARROW ABOVE REVERSE ALMOST EQUAL TO (0x2B48)">⭈</TD>
<TD CLASS="STIX STIXGeneral" TITLE="TILDE OPERATOR ABOVE LEFTWARDS ARROW (0x2B49)">⭉</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS ARROW ABOVE ALMOST EQUAL TO (0x2B4A)">⭊</TD>
<TD CLASS="STIX STIXGeneral" TITLE="LEFTWARDS ARROW ABOVE REVERSE TILDE OPERATOR (0x2B4B)">⭋</TD>
<TD CLASS="STIX STIXGeneral" TITLE="RIGHTWARDS ARROW ABOVE REVERSE TILDE OPERATOR (0x2B4C)">⭌</TD>
<TD CLASS="NA"> </TD>
<TD CLASS="NA"> </TD>
<TD CLASS="NA"> </TD>
</TR>
<TR ALIGN="CENTER">
<TD CLASS="label">2B5</TD><TD CLASS="space""></TD>
<TD CLASS="STIX STIXGeneral" TITLE="WHITE MEDIUM STAR (0x2B50)">⭐</TD>
<TD CLASS="STIX STIXGeneral" TITLE="BLACK MEDIUM STAR (0x2B51)">⭑</TD>
<TD CLASS="STIX STIXGeneral" TITLE="WHITE SMALL STAR (0x2B52)">⭒</TD>
<TD CLASS="STIX STIXGeneral" TITLE="BLACK RIGHT-POINTING PENTAGON (0x2B53)">⭓</TD>
<TD CLASS="STIX STIXGeneral" TITLE="WHITE RIGHT-POINTING PENTAGON (0x2B54)">⭔</TD>
<TD CLASS="NA"> </TD>
<TD CLASS="NA"> </TD>
<TD CLASS="NA"> </TD>
<TD CLASS="space"></TD>
<TD CLASS="NA"> </TD>
<TD CLASS="NA"> </TD>
<TD CLASS="NA"> </TD>
<TD CLASS="NA"> </TD>
<TD CLASS="NA"> </TD>
<TD CLASS="NA"> </TD>
<TD CLASS="NA"> </TD>
<TD CLASS="NA"> </TD>
</TR>
</TABLE>
<p>
<DIV CLASS="navigation">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" STYLE="width:25.75em">
<TR>
<TD COLSPAN="3" ALIGN="CENTER">
<A CLASS="small" HREF="2A00-2AFF.html">Supplemental Mathematical Operators</A><BR><SPAN CLASS="tt">/</SPAN><SPAN CLASS="tt">\</SPAN>
</TD>
</TR>
<TR>
<TD STYLE="width:12em" ALIGN="RIGHT">
:
</TD>
<TD STYLE="width:1.75em" ALIGN="CENTER"><A HREF="../index.html">O</A></TD>
<TD STYLE="width:12em" ALIGN="LEFT">
<SPAN CLASS="tt">></SPAN>
<A CLASS="small" HREF="../All/2B00-2BFF.html">All</A>
</TD>
</TR>
<TR>
<TD COLSPAN="3" ALIGN="CENTER">
<SPAN CLASS="tt">\</SPAN><SPAN CLASS="tt">/</SPAN><BR><A CLASS="small" HREF="3000-303F.html">CJK Symbols and Punctuation</A>
</TD>
</TR>
</TABLE>
</DIV>
</CENTER>
</BODY>
</HTML>
|
src/main/resources/templates/login.html | arnaldop/enhanced-pet-clinic | <!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org"
xmlns:ddl="http://www.thymeleaf.org/dandelion"
xmlns:dt="http://github.com/dandelion/datatables"
ddl:bundle-includes="bootstrap3"
lang="en">
<head th:replace="fragments/headTag :: headTag"><!-- REPLACE BEFORE COMMITTING --></head>
<body role="document" onload="$('input[name=username]').focus();">
<div th:include="fragments/navBar" th:remove="tag">REPLACE BEFORE COMMITTING</div>
<div class="container">
<div class="starter-template">
<div role="alert" th:if="${statusMessage}" th:class="'alert ' + ${statusMessageClass}?: 'alert-info'" th:text="${statusMessage}"></div>
<div role="alert" th:if="${param.logout}" class="alert alert-info">You have been logged out</div>
<div role="alert" th:if="${param.error}" class="alert alert-error">There was an error, please try again.</div>
<h2 th:text="#{welcome}">Please log in:</h2>
<form name="form" th:action="@{/login}" action="welcome.html" method="POST">
<fieldset>
<!-- Field MUST be called 'username' or Spring won't find it. -->
<input type="text" name="username" value="" placeholder="Username" /> <input type="password" name="password"
placeholder="Password" />
<br/><br/>
<label for="rememberMe">Remember Me?</label> <input type="checkbox" name="rememberMe" />
</fieldset>
<br/>
<input type="submit" value="Login" class="btn btn-sm btn-info" />
</form>
</div>
</div>
<table th:replace="fragments/footer :: footer" class="footer">REPLACE BEFORE COMMITTING</table>
</body>
</html>
|
examples/amp-timeago.amp.html | rsimha-amp/amphtml | <!doctype html>
<html ⚡ lang="en">
<head>
<meta charset="utf-8">
<title>amp-timeago example</title>
<link rel="canonical" href="amps.html">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<style amp-custom>
body {
font-family: sans-serif;
max-width: 400px;
font-size: 16px;
line-height: 20px;
}
.scroll {
height: 40px;
overflow: scroll;
border: 1px solid black;
}
</style>
<script async custom-element="amp-timeago" src="https://cdn.ampproject.org/v0/amp-timeago-0.1.js"></script>
<script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script>
<script async src="https://cdn.ampproject.org/v0.js"></script>
</head>
<body>
<amp-state id="myState">
<script type="application/json">
{
"datetime": "2018-04-11T00:37:33.809Z",
"title": "Saturday 11 April 2018 00.37"
}
</script>
</amp-state>
<h1>Basic example</h1>
<div class="scroll">
<p>Scroll up and down for updated times</p>
<amp-timeago class="time" layout="fixed" width="160" height="20" datetime="2020-01-28T20:52:41+00:00" locale="en">Saturday 11 April 2018 00.37</amp-timeago>
</div>
<h1>amp-bind example</h1>
<amp-timeago class="time" layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" [datetime]="myState.datetime" [title]="myState.title" locale="en">Saturday 11 April 2018 00.37</amp-timeago>
<button on="tap:AMP.setState({myState: {datetime: '2020-09-01T00:00:00.000Z', title: 'Saturday 1 September 2018 00.00'}})">Set to 1st September 2020</button>
<h1>Locale examples</h1>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="be">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="bg">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="ca">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="da">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="de">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="el">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="en">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="enShort">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="es">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="eu">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="fi">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="fr">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="he">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="hu">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="inBG">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="inHI">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="inID">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="it">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="ja">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="ko">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="ml">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="nbNO">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="nl">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="nnNO">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="pl">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="ptBR">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="ro">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="ru">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="sv">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="ta">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="th">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="tr">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="uk">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="vi">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="zhCN">Saturday 11 April 2018 00.37</amp-timeago>
<amp-timeago layout="fixed" width="160" height="20" datetime="2018-04-11T00:37:33.809Z" locale="zhTW">Saturday 11 April 2018 00.37</amp-timeago>
<h1>Cutoff example (100 days)</h1>
<amp-timeago layout="fixed" width="320" height="20" datetime="2018-04-11T00:37:33.809Z" locale="en" cutoff="8640000">Saturday 11 April 2018 00.37</amp-timeago>
</body>
</html>
|
docs/license/index.html | Mobicents/sipunit | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>SipUnit License</title>
</head>
<body bgcolor="#ffffff">
<h2>License Agreement<br>
</h2>
SipUnit is an open-source software that can be used and distributed
freely under the terms and conditions of the Apache license.
<p>SipUnit uses or requires third-party libraries and packages that
may
have
different license agreements. These packages are bundled with the
SipUnit source and binary packages for ease of installation
and configuration. Some of these third-party software are licensed
under the terms and conditions of popular open source licenses
like
Apache, LGPL, GPL, etc. There may be packages that are bundled
with
SipUnit that are licensed under the terms and conditions
of a commercial licenses but are re-distributable.</p>
<p>Please read the following license agreements carefully to ensure
that your use of the SipUnit package is compliant with the
licensing terms and conditions of CafeSip.org and other vendors
whose
software is bundled into the SipUnit package. If you are
unable to comply with the license terms and conditions listed
below,
please remove the software from your computer immediately. For
additional questions, please send emails to <a
href="mailto:info@cafesip.org">info@cafesip.org.</a><a
href="mailto:info@cafesip.org"></a></p>
<h3>SipUnit</h3>
<p style="margin-left: 40px;">The software is provided by
<a href="http://www.cafesip.org/">CafeSip.org</a>. The software is
licensed under the terms and conditions of
the Apache License. Please read the license agreement by clicking
<a href="sipunit_license.txt">here</a>.<br>
</p>
<h3>Java API from XML Binding (JAXB)</h3>
<div style="margin-left: 40px;">The software is provided by <a
target="_blank" href="http://java.sun.com/xml/jaxb/">Sun
Microsystems</a>.
The software package is a part of the JAVA(TM) WEB SERVICES
DEVELOPER PACK (JWSDP), VERSION 1.4. Read the license by clicking
<a href="JWSDP_license.html">here</a>. Only the JAXB component is
included
with the SipUnit distributions which is a freely distributable
component of the
JWSDP. Click <a
href="JWSDP_redistributable_components.html">here</a>
to find out more about the distributable components of JWSDP.
</div>
<h3>JUnit</h3>
<p style="margin-left: 40px;">JUnit is provided by <a
target="_blank" href="http://www.junit.org/">http://www.junit.org</a>
and is
distributed as per the terms and conditions of the Common Public
License. Click <a href="JUNIT_license.html">here</a> to
read more
about the terms and conditions of use. The binary junit package
contains an additional license - click <a
href="JUNIT_BSD_license.txt">here</a>
to read the additional license.<br>
</p>
<h3>JAIN-SIP</h3>
<p style="margin-left: 40px;">The JAIN-SIP implementation
included with this distribution is copyrighted by <a
target="_blank" href="https://jain-sip.dev.java.net/">National
Institute of
Standards & Technology (NIST)</a>. Click <a
href="nist_uncopyright.html">here</a> to
read the terms and conditions
of the license.
</p>
<h3>Apache Maven and Ant</h3>
<p style="margin-left: 40px;">This software is provided by the <a
target="_blank" href="http://www.apache.org/">Apache Foundation</a>
under the terms and conditions of Apache open-source license. Read
the
Apache License agreement by clicking <a
href="apache_license.html">here</a>.</p>
<h3><small>stun4j</small></h3>
<p style="margin-left: 40px;">This software is provided by <a
target="_blank" href="https://stun4j.dev.java.net/">https://stun4j.dev.java.net/</a>
under the terms and conditions of the Lesser General Public
License
(LGPL). Click <a href="lgpl_license.html">here</a> to read the
terms
and conditions
of the license. You can get the source code for the stun4j library
by
visiting <a target="_blank" href="https://stun4j.dev.java.net/">https://stun4j.dev.java.net/</a>
or by sending a request to sipunit@cafesip.org.<br>
</p>
<h3>
</h3>
</body>
</html>
|
static/partials/spotify_login.html | rckclmbr/goportify | <div class="card spotify">
<form ng-submit="spotifyLogin()">
<fieldset>
<div class="row">
<legend><img src="/img/s.png"/> Login to Spotify</legend>
</div>
<div class="row">
<div class="span3">
<label>Username</label>
<input type="text" ng-model="loginData.username" required placeholder="Username">
<label>Password</label>
<input type="password" ng-model="loginData.password" required placeholder="Password">
<button type="submit" class="btn btn-success">Submit</button>
</div>
<div class="span5 pull-right">
<div class="alert alert-success">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Heads up!</strong> You need to have a Spotify Premium account. If you're logging in with Facebook make sure you use your device password (you can look that up on your Spotify account page).
</div>
</div>
</div>
</fieldset>
</form>
</div> |
docs/solr-core/org/apache/solr/schema/class-use/SchemaAware.html | salvager/apache-solr-4.0.0 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_27) on Sat Oct 06 03:04:46 EDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Uses of Interface org.apache.solr.schema.SchemaAware (Solr 4.0.0 API)
</TITLE>
<META NAME="date" CONTENT="2012-10-06">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.apache.solr.schema.SchemaAware (Solr 4.0.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/solr/schema/SchemaAware.html" title="interface in org.apache.solr.schema"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/solr/schema//class-useSchemaAware.html" target="_top"><B>FRAMES</B></A>
<A HREF="SchemaAware.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.solr.schema.SchemaAware</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../org/apache/solr/schema/SchemaAware.html" title="interface in org.apache.solr.schema">SchemaAware</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.solr.core"><B>org.apache.solr.core</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.solr.schema"><B>org.apache.solr.schema</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.solr.search.similarities"><B>org.apache.solr.search.similarities</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.solr.core"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/solr/schema/SchemaAware.html" title="interface in org.apache.solr.schema">SchemaAware</A> in <A HREF="../../../../../org/apache/solr/core/package-summary.html">org.apache.solr.core</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">Classes in <A HREF="../../../../../org/apache/solr/core/package-summary.html">org.apache.solr.core</A> that implement <A HREF="../../../../../org/apache/solr/schema/SchemaAware.html" title="interface in org.apache.solr.schema">SchemaAware</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/solr/core/SchemaCodecFactory.html" title="class in org.apache.solr.core">SchemaCodecFactory</A></B></CODE>
<BR>
Per-field CodecFactory implementation, extends Lucene's
and returns postings format implementations according to the
schema configuration.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.solr.schema"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/solr/schema/SchemaAware.html" title="interface in org.apache.solr.schema">SchemaAware</A> in <A HREF="../../../../../org/apache/solr/schema/package-summary.html">org.apache.solr.schema</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">Classes in <A HREF="../../../../../org/apache/solr/schema/package-summary.html">org.apache.solr.schema</A> that implement <A HREF="../../../../../org/apache/solr/schema/SchemaAware.html" title="interface in org.apache.solr.schema">SchemaAware</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/solr/schema/AbstractSubTypeFieldType.html" title="class in org.apache.solr.schema">AbstractSubTypeFieldType</A></B></CODE>
<BR>
An abstract base class for FieldTypes that delegate work to another <A HREF="../../../../../org/apache/solr/schema/FieldType.html" title="class in org.apache.solr.schema"><CODE>FieldType</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/solr/schema/CoordinateFieldType.html" title="class in org.apache.solr.schema">CoordinateFieldType</A></B></CODE>
<BR>
A CoordinateFieldType is the base class for <A HREF="../../../../../org/apache/solr/schema/FieldType.html" title="class in org.apache.solr.schema"><CODE>FieldType</CODE></A>s that have semantics
related to items in a coordinate system.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/solr/schema/CurrencyField.html" title="class in org.apache.solr.schema">CurrencyField</A></B></CODE>
<BR>
Field type for support of monetary values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/solr/schema/LatLonType.html" title="class in org.apache.solr.schema">LatLonType</A></B></CODE>
<BR>
Represents a Latitude/Longitude as a 2 dimensional point.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/solr/schema/PointType.html" title="class in org.apache.solr.schema">PointType</A></B></CODE>
<BR>
A point type that indexes a point in an n-dimensional space as separate fields and supports range queries.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/solr/schema/SpatialPointVectorFieldType.html" title="class in org.apache.solr.schema">SpatialPointVectorFieldType</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">Constructor parameters in <A HREF="../../../../../org/apache/solr/schema/package-summary.html">org.apache.solr.schema</A> with type arguments of type <A HREF="../../../../../org/apache/solr/schema/SchemaAware.html" title="interface in org.apache.solr.schema">SchemaAware</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/solr/schema/FieldTypePluginLoader.html#FieldTypePluginLoader(org.apache.solr.schema.IndexSchema, java.util.Map, java.util.Collection)">FieldTypePluginLoader</A></B>(<A HREF="../../../../../org/apache/solr/schema/IndexSchema.html" title="class in org.apache.solr.schema">IndexSchema</A> schema,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,<A HREF="../../../../../org/apache/solr/schema/FieldType.html" title="class in org.apache.solr.schema">FieldType</A>> fieldTypes,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../../../org/apache/solr/schema/SchemaAware.html" title="interface in org.apache.solr.schema">SchemaAware</A>> schemaAware)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.solr.search.similarities"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/solr/schema/SchemaAware.html" title="interface in org.apache.solr.schema">SchemaAware</A> in <A HREF="../../../../../org/apache/solr/search/similarities/package-summary.html">org.apache.solr.search.similarities</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">Classes in <A HREF="../../../../../org/apache/solr/search/similarities/package-summary.html">org.apache.solr.search.similarities</A> that implement <A HREF="../../../../../org/apache/solr/schema/SchemaAware.html" title="interface in org.apache.solr.schema">SchemaAware</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/solr/search/similarities/SchemaSimilarityFactory.html" title="class in org.apache.solr.search.similarities">SchemaSimilarityFactory</A></B></CODE>
<BR>
SimilarityFactory that returns a <A HREF="http://lucene.apache.org/core/4_0_0/core/org/apache/lucene/search/similarities/PerFieldSimilarityWrapper.html?is-external=true" title="class or interface in org.apache.lucene.search.similarities"><CODE>PerFieldSimilarityWrapper</CODE></A>
that delegates to the field type, if its configured, otherwise
<A HREF="http://lucene.apache.org/core/4_0_0/core/org/apache/lucene/search/similarities/DefaultSimilarity.html?is-external=true" title="class or interface in org.apache.lucene.search.similarities"><CODE>DefaultSimilarity</CODE></A>.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/solr/schema/SchemaAware.html" title="interface in org.apache.solr.schema"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/solr/schema//class-useSchemaAware.html" target="_top"><B>FRAMES</B></A>
<A HREF="SchemaAware.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>
<address>Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.</address>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</BODY>
</HTML>
|
docs/solr-core/org/apache/solr/search/class-use/Grouping.CommandQuery.html | salvager/apache-solr-4.0.0 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_27) on Sat Oct 06 03:04:46 EDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Uses of Class org.apache.solr.search.Grouping.CommandQuery (Solr 4.0.0 API)
</TITLE>
<META NAME="date" CONTENT="2012-10-06">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.search.Grouping.CommandQuery (Solr 4.0.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/solr/search/Grouping.CommandQuery.html" title="class in org.apache.solr.search"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/solr/search//class-useGrouping.CommandQuery.html" target="_top"><B>FRAMES</B></A>
<A HREF="Grouping.CommandQuery.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.solr.search.Grouping.CommandQuery</B></H2>
</CENTER>
No usage of org.apache.solr.search.Grouping.CommandQuery
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/solr/search/Grouping.CommandQuery.html" title="class in org.apache.solr.search"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/solr/search//class-useGrouping.CommandQuery.html" target="_top"><B>FRAMES</B></A>
<A HREF="Grouping.CommandQuery.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>
<address>Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.</address>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</BODY>
</HTML>
|
v2/dboards/src/app/partials/roweditor.html | baigk/compass-web | <div class="modal-body">
<div class="pull-right editor-title">Row settings</div>
<div ng-model="editor.index" bs-tabs>
<div ng-repeat="tab in ['General','Panels','Add Panel']" data-title="{{tab}}">
</div>
</div>
<div class="editor-row" ng-if="editor.index == 0">
<div class="editor-option">
<label class="small">Title</label><input type="text" class="input-medium" ng-model='row.title'></input>
</div>
<div class="editor-option">
<label class="small">Height</label><input type="text" class="input-mini" ng-model='row.height'></input>
</div>
<div class="editor-option">
<label class="small"> Editable </label><input type="checkbox" ng-model="row.editable" ng-checked="row.editable" />
</div>
<div class="editor-option">
<label class="small"> Collapsable </label><input type="checkbox" ng-model="row.collapsable" ng-checked="row.collapsable" />
</div>
</div>
<div class="row-fluid" ng-if="editor.index == 1">
<div class="span12">
<h4>Panels</h4>
<table class="table table-condensed table-striped">
<thead>
<th>Title</th>
<th>Type</th>
<th>Span <span class="small">({{rowSpan(row)}}/12)</span></th>
<th>Delete</th>
<th>Move</th>
<th></th>
<th>Hide</th>
</thead>
<tr ng-repeat="panel in row.panels">
<td>{{panel.title}}</td>
<td>{{panel.type}}</td>
<td><select ng-hide="panel.sizeable == false" class="input-mini" ng-model="panel.span" ng-options="size for size in [0,1,2,3,4,5,6,7,8,9,10,11,12]"></select></td>
<td><i ng-click="row.panels = _.without(row.panels,panel)" class="pointer icon-remove"></i></td>
<td><i ng-click="_.move(row.panels,$index,$index-1)" ng-hide="$first" class="pointer icon-arrow-up"></i></td>
<td><i ng-click="_.move(row.panels,$index,$index+1)" ng-hide="$last" class="pointer icon-arrow-down"></i></td>
<td><input type="checkbox" ng-model="panel.hide" ng-checked="panel.hide"></td>
</tr>
</table>
</div>
</div>
<div class="row-fluid" ng-if="editor.index == 2">
<h4>Select Panel Type</h4>
<form class="form-inline">
<select class="input-medium" ng-model="panel.type" ng-options="panelType for panelType in dashboard.availablePanels|stringSort"></select>
<small ng-show="rowSpan(row) > 11">
Note: This row is full, new panels will wrap to a new line. You should add another row.
</small>
</form>
<div ng-show="!(_.isUndefined(panel.type))">
<div add-panel="{{panel.type}}"></div>
</div>
</div>
</div>
<div class="modal-footer">
<button ng-show="editor.index == 1" ng-click="editor.index = 2;" class="btn btn-success" ng-disabled="panel.loadingEditor">Add Panel</button>
<button ng-show="panel.type && editor.index == 2" ng-click="add_panel(panel); reset_panel(); editor.index = 1;" class="btn btn-success" ng-disabled="panel.loadingEditor">Add Panel</button>
<button type="button" class="btn btn-info" ng-click="editor.index=0;dismiss();reset_panel();close_edit()">Close</button>
</div> |
docs/html/ref/rrefsqlj61998.html | Kerensky256/Database | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lang="en-us">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta name="copyright" content="(C) Copyright 2005" />
<meta name="DC.rights.owner" content="(C) Copyright 2005" />
<meta content="public" name="security" />
<meta content="index,follow" name="Robots" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta content="reference" name="DC.Type" />
<meta name="DC.Title" content="LOCATE function" />
<meta name="abstract" content="The LOCATE function is used to search for a string within another string. If the desired string is found, LOCATE returns the index at which it is found. If the desired string is not found, LOCATE returns 0." />
<meta name="description" content="The LOCATE function is used to search for a string within another string. If the desired string is found, LOCATE returns the index at which it is found. If the desired string is not found, LOCATE returns 0." />
<meta content="LOCATE function" name="DC.subject" />
<meta content="LOCATE function" name="keywords" />
<meta scheme="URI" name="DC.Relation" content="rrefsqlj29026.html" />
<meta content="XHTML" name="DC.Format" />
<meta content="rrefsqlj61998" name="DC.Identifier" />
<meta content="en-us" name="DC.Language" />
<link href="commonltr.css" type="text/css" rel="stylesheet" />
<title>LOCATE function</title>
</head>
<body id="rrefsqlj61998"><a name="rrefsqlj61998"><!-- --></a>
<h1 class="topictitle1">LOCATE function</h1>
<div><p>The LOCATE function is used to search for a string within another
string. If the desired string is found, LOCATE returns the index at which it is
found. If the desired string is not found, LOCATE returns 0.</p>
<div class="section"><h2 class="sectiontitle">Syntax</h2>
<pre id="rrefsqlj61998__i1195050"><a name="rrefsqlj61998__i1195050"><!-- --></a><strong>LOCATE ( <em>characterExpression</em>, <em>characterExpression</em> [ , <em>startPosition</em> ] )</strong></pre>
<div class="p">There are two required arguments to the LOCATE function,
and a third optional argument.
<ul>
<li>The first <em>characterExpression</em> specifies the string to
search <strong>for</strong>.</li>
<li>The second <em>characterExpression</em> specifies
the string <strong>in which</strong> to search.</li>
<li>The third argument is the <em>startPosition</em>, which specifies
the position in the second argument at which the search is
to start. If the third argument is not provided, the LOCATE
function starts its search at the beginning of the second
argument.</li>
</ul>
</div>
<p>The return type for LOCATE is an integer. The LOCATE function
returns an integer indicating the index position within the
second argument at which the first argument was first located. Index
positions start with 1.
If the first argument is not found in the second argument, LOCATE
returns 0. If the first argument is an empty string (<samp class="codeph">''</samp>), LOCATE
returns the value of the third argument (or 1 if it was not provided),
even if the second argument is also an empty string. If a NULL
value is passed for either of the <em>characterExpression</em> arguments,
NULL is returned.</p>
</div>
<div class="example"><h2 class="sectiontitle">Examples</h2>
<pre><strong><span>-- returns 2, since 'love' is found at index position 2:</span>
VALUES LOCATE('love', 'clover')</strong></pre>
<pre><strong><span>-- returns 0, since 'stove' is not found in 'clover':</span>
VALUES LOCATE('stove', 'clover')</strong></pre>
<pre><strong><span>-- returns 5 (note the start position is 4):</span>
VALUES LOCATE('iss', 'Mississippi', 4)</strong></pre>
<pre><strong><span>-- returns 1, because the empty string is a special case:</span>
VALUES LOCATE('', 'ABC')</strong></pre>
<pre><strong><span>-- returns 0, because 'AAA' is not found in '':</span>
VALUES LOCATE('AAA', '')</strong></pre>
<pre><strong><span>-- returns 3</span>
VALUES LOCATE('', '', 3)</strong></pre>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rrefsqlj29026.html" title="">Built-in functions</a></div>
</div>
</div>
</body>
</html>
|
legacy/api-1.1/org/apache/struts/taglib/nested/logic/package-tree.html | codelibs/cl-struts | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Fri Aug 22 03:43:56 EDT 2003 -->
<TITLE>
org.apache.struts.taglib.nested.logic Class Hierarchy (Apache Struts API Documentation)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="org.apache.struts.taglib.nested.logic Class Hierarchy (Apache Struts API Documentation)";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/apache/struts/taglib/nested/html/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../../org/apache/struts/taglib/template/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT>
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<CENTER>
<H2>
Hierarchy For Package org.apache.struts.taglib.nested.logic
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">class java.lang.Object<UL>
<LI TYPE="circle">class javax.servlet.jsp.tagext.TagExtraInfo<UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/IterateTei.html"><B>IterateTei</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedIterateTei.html"><B>NestedIterateTei</B></A></UL>
</UL>
<LI TYPE="circle">class javax.servlet.jsp.tagext.TagSupport (implements java.io.Serializable, javax.servlet.jsp.tagext.Tag)
<UL>
<LI TYPE="circle">class javax.servlet.jsp.tagext.BodyTagSupport (implements javax.servlet.jsp.tagext.BodyTag)
<UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/IterateTag.html"><B>IterateTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedIterateTag.html"><B>NestedIterateTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
</UL>
</UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/ConditionalTagBase.html"><B>ConditionalTagBase</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/CompareTagBase.html"><B>CompareTagBase</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/EqualTag.html"><B>EqualTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedEqualTag.html"><B>NestedEqualTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
</UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/GreaterEqualTag.html"><B>GreaterEqualTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedGreaterEqualTag.html"><B>NestedGreaterEqualTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
</UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/GreaterThanTag.html"><B>GreaterThanTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedGreaterThanTag.html"><B>NestedGreaterThanTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
</UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/LessEqualTag.html"><B>LessEqualTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedLessEqualTag.html"><B>NestedLessEqualTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
</UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/LessThanTag.html"><B>LessThanTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedLessThanTag.html"><B>NestedLessThanTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
</UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/NotEqualTag.html"><B>NotEqualTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedNotEqualTag.html"><B>NestedNotEqualTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
</UL>
</UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/EmptyTag.html"><B>EmptyTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedEmptyTag.html"><B>NestedEmptyTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/NotEmptyTag.html"><B>NotEmptyTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedNotEmptyTag.html"><B>NestedNotEmptyTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
</UL>
</UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/MatchTag.html"><B>MatchTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedMatchTag.html"><B>NestedMatchTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/NotMatchTag.html"><B>NotMatchTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedNotMatchTag.html"><B>NestedNotMatchTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
</UL>
</UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/MessagesPresentTag.html"><B>MessagesPresentTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/MessagesNotPresentTag.html"><B>MessagesNotPresentTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedMessagesNotPresentTag.html"><B>NestedMessagesNotPresentTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
</UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedMessagesPresentTag.html"><B>NestedMessagesPresentTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
</UL>
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/PresentTag.html"><B>PresentTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedPresentTag.html"><B>NestedPresentTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
<LI TYPE="circle">class org.apache.struts.taglib.logic.<A HREF="../../../../../../org/apache/struts/taglib/logic/NotPresentTag.html"><B>NotPresentTag</B></A><UL>
<LI TYPE="circle">class org.apache.struts.taglib.nested.logic.<A HREF="../../../../../../org/apache/struts/taglib/nested/logic/NestedNotPresentTag.html"><B>NestedNotPresentTag</B></A> (implements org.apache.struts.taglib.nested.<A HREF="../../../../../../org/apache/struts/taglib/nested/NestedNameSupport.html">NestedNameSupport</A>)
</UL>
</UL>
</UL>
</UL>
</UL>
</UL>
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/apache/struts/taglib/nested/html/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../../org/apache/struts/taglib/template/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT>
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
Copyright © 2000-2003 - Apache Software Foundation
</BODY>
</HTML>
|
releases/0.7.2/api/java/io/gearpump/streaming/appmaster/TaskManager$.html | gearpump/gearpump.github.io | <!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.6.0_36) on Wed Dec 30 13:22:26 CST 2015 -->
<title>TaskManager$</title>
<meta name="date" content="2015-12-30">
<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="TaskManager$";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li>
<li><a href="../../../../io/gearpump/streaming/appmaster/TaskRegistry.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/TaskManager$.html" target="_top">FRAMES</a></li>
<li><a href="TaskManager$.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><a href="#field_summary">FIELD</a> | </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><a href="#field_detail">FIELD</a> | </li>
<li><a href="#constructor_detail">CONSTR</a> | </li>
<li><a href="#method_detail">METHOD</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<p class="subTitle">io.gearpump.streaming.appmaster</p>
<h2 title="Class TaskManager$" class="title">Class TaskManager$</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>io.gearpump.streaming.appmaster.TaskManager$</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <strong>TaskManager$</strong>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../io/gearpump/streaming/appmaster/TaskManager$.html" title="class in io.gearpump.streaming.appmaster">TaskManager$</a></code></td>
<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/TaskManager$.html#MODULE$">MODULE$</a></strong></code>
<div class="block">Static reference to the singleton instance of this Scala object.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/TaskManager$.html#TaskManager$()">TaskManager$</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>io.gearpump.streaming.appmaster.TaskManager.DAGDiff</code></td>
<td class="colLast"><code><strong><a href="../../../../io/gearpump/streaming/appmaster/TaskManager$.html#migrate(io.gearpump.streaming.DAG, io.gearpump.streaming.DAG)">migrate</a></strong>(<a href="../../../../io/gearpump/streaming/DAG.html" title="class in io.gearpump.streaming">DAG</a> leftDAG,
<a href="../../../../io/gearpump/streaming/DAG.html" title="class in io.gearpump.streaming">DAG</a> rightDAG)</code>
<div class="block">Migrate from old DAG to new DAG, return DAGDiff</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="MODULE$">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MODULE$</h4>
<pre>public static final <a href="../../../../io/gearpump/streaming/appmaster/TaskManager$.html" title="class in io.gearpump.streaming.appmaster">TaskManager$</a> MODULE$</pre>
<div class="block">Static reference to the singleton instance of this Scala object.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="TaskManager$()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TaskManager$</h4>
<pre>public TaskManager$()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="migrate(io.gearpump.streaming.DAG, io.gearpump.streaming.DAG)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>migrate</h4>
<pre>public io.gearpump.streaming.appmaster.TaskManager.DAGDiff migrate(<a href="../../../../io/gearpump/streaming/DAG.html" title="class in io.gearpump.streaming">DAG</a> leftDAG,
<a href="../../../../io/gearpump/streaming/DAG.html" title="class in io.gearpump.streaming">DAG</a> rightDAG)</pre>
<div class="block">Migrate from old DAG to new DAG, return DAGDiff</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>leftDAG</code> - (undocumented)</dd><dd><code>rightDAG</code> - (undocumented)</dd>
<dt><span class="strong">Returns:</span></dt><dd>(undocumented)</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../io/gearpump/streaming/appmaster/TaskLocator$.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">PREV CLASS</span></a></li>
<li><a href="../../../../io/gearpump/streaming/appmaster/TaskRegistry.html" title="class in io.gearpump.streaming.appmaster"><span class="strong">NEXT CLASS</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?io/gearpump/streaming/appmaster/TaskManager$.html" target="_top">FRAMES</a></li>
<li><a href="TaskManager$.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><a href="#field_summary">FIELD</a> | </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><a href="#field_detail">FIELD</a> | </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>
|
boost_1_54_0/doc/html/boost/algorithm/ireplace_all_copy.html | ryancoleman/autodock-vina | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function ireplace_all_copy</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="../../string_algo/reference.html#header.boost.algorithm.string.replace_hpp" title="Header <boost/algorithm/string/replace.hpp>">
<link rel="prev" href="replace_all.html" title="Function template replace_all">
<link rel="next" href="ireplace_all.html" title="Function template ireplace_all">
</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_all.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="ireplace_all.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.algorithm.ireplace_all_copy"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Function ireplace_all_copy</span></h2>
<p>boost::algorithm::ireplace_all_copy — Replace all algorithm ( case insensitive ) </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="keyword">typename</span> Range3T<span class="special">></span>
<span class="identifier">OutputIteratorT</span>
<span class="identifier">ireplace_all_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">const</span> <span class="identifier">Range2T</span> <span class="special">&</span> Search<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">Range3T</span> <span class="special">&</span> Format<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">locale</span> <span class="special">&</span> Loc <span class="special">=</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">locale</span><span class="special">(</span><span class="special">)</span><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> Range1T<span class="special">,</span> <span class="keyword">typename</span> Range2T<span class="special">></span>
<span class="identifier">SequenceT</span> <span class="identifier">ireplace_all_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">const</span> <span class="identifier">Range1T</span> <span class="special">&</span> Search<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="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">locale</span> <span class="special">&</span> Loc <span class="special">=</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">locale</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp170765472"></a><h2>Description</h2>
<p>Replace all occurrences of the search string in the input with the format string. The result is a modified copy of the input. It is returned as a sequence or copied to the output iterator. Searching is case insensitive.</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">Loc</code></span></p></td>
<td><p>A locale used for case insensitive comparison </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>
<tr>
<td><p><span class="term"><code class="computeroutput">Search</code></span></p></td>
<td><p>A substring to be searched for </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_all.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="ireplace_all.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
releases/0.7.3/api/java/io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html | stanleyxu2005/gearpump.github.io | <!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.6.0_36) on Mon Jan 04 20:30:31 CST 2016 -->
<title>OpTranslator.SingleInputFunction</title>
<meta name="date" content="2016-01-04">
<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="OpTranslator.SingleInputFunction";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.ReduceFunction.html" title="class in io.gearpump.streaming.dsl.plan"><span class="strong">PREV CLASS</span></a></li>
<li><a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SinkTask.html" title="class in io.gearpump.streaming.dsl.plan"><span class="strong">NEXT CLASS</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html" target="_top">FRAMES</a></li>
<li><a href="OpTranslator.SingleInputFunction.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">
<p class="subTitle">io.gearpump.streaming.dsl.plan</p>
<h2 title="Interface OpTranslator.SingleInputFunction" class="title">Interface OpTranslator.SingleInputFunction<IN,OUT></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd>java.io.Serializable</dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.AndThen.html" title="class in io.gearpump.streaming.dsl.plan">OpTranslator.AndThen</a>, <a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.DummyInputFunction.html" title="class in io.gearpump.streaming.dsl.plan">OpTranslator.DummyInputFunction</a>, <a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.FlatMapFunction.html" title="class in io.gearpump.streaming.dsl.plan">OpTranslator.FlatMapFunction</a>, <a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.ReduceFunction.html" title="class in io.gearpump.streaming.dsl.plan">OpTranslator.ReduceFunction</a></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.html" title="class in io.gearpump.streaming.dsl.plan">OpTranslator</a></dd>
</dl>
<hr>
<br>
<pre>public static interface <strong>OpTranslator.SingleInputFunction<IN,OUT></strong>
extends scala.Serializable</pre>
</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><OUTER> <a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html" title="interface in io.gearpump.streaming.dsl.plan">OpTranslator.SingleInputFunction</a><<a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html" title="type parameter in OpTranslator.SingleInputFunction">IN</a>,OUTER></code></td>
<td class="colLast"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html#andThen(io.gearpump.streaming.dsl.plan.OpTranslator.SingleInputFunction)">andThen</a></strong>(<a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html" title="interface in io.gearpump.streaming.dsl.plan">OpTranslator.SingleInputFunction</a><<a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html" title="type parameter in OpTranslator.SingleInputFunction">OUT</a>,OUTER> other)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html#description()">description</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>scala.collection.TraversableOnce<<a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html" title="type parameter in OpTranslator.SingleInputFunction">OUT</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html#process(IN)">process</a></strong>(<a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html" title="type parameter in OpTranslator.SingleInputFunction">IN</a> value)</code> </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="process(java.lang.Object)">
<!-- -->
</a><a name="process(IN)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>process</h4>
<pre>scala.collection.TraversableOnce<<a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html" title="type parameter in OpTranslator.SingleInputFunction">OUT</a>> process(<a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html" title="type parameter in OpTranslator.SingleInputFunction">IN</a> value)</pre>
</li>
</ul>
<a name="andThen(io.gearpump.streaming.dsl.plan.OpTranslator.SingleInputFunction)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>andThen</h4>
<pre><OUTER> <a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html" title="interface in io.gearpump.streaming.dsl.plan">OpTranslator.SingleInputFunction</a><<a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html" title="type parameter in OpTranslator.SingleInputFunction">IN</a>,OUTER> andThen(<a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html" title="interface in io.gearpump.streaming.dsl.plan">OpTranslator.SingleInputFunction</a><<a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html" title="type parameter in OpTranslator.SingleInputFunction">OUT</a>,OUTER> other)</pre>
</li>
</ul>
<a name="description()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>description</h4>
<pre>java.lang.String description()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.ReduceFunction.html" title="class in io.gearpump.streaming.dsl.plan"><span class="strong">PREV CLASS</span></a></li>
<li><a href="../../../../../io/gearpump/streaming/dsl/plan/OpTranslator.SinkTask.html" title="class in io.gearpump.streaming.dsl.plan"><span class="strong">NEXT CLASS</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?io/gearpump/streaming/dsl/plan/OpTranslator.SingleInputFunction.html" target="_top">FRAMES</a></li>
<li><a href="OpTranslator.SingleInputFunction.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 ======= -->
</body>
</html>
|
docs/apidocs/org/apache/flume/formatter/output/class-use/DefaultPathManager.Builder.html | wangchuande/apache-flume-1.7.0 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Wed Oct 12 20:49:57 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.flume.formatter.output.DefaultPathManager.Builder (Apache Flume 1.7.0 API)</title>
<meta name="date" content="2016-10-12">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.flume.formatter.output.DefaultPathManager.Builder (Apache Flume 1.7.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/flume/formatter/output/DefaultPathManager.Builder.html" title="class in org.apache.flume.formatter.output">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/flume/formatter/output/class-use/DefaultPathManager.Builder.html" target="_top">Frames</a></li>
<li><a href="DefaultPathManager.Builder.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.flume.formatter.output.DefaultPathManager.Builder" class="title">Uses of Class<br>org.apache.flume.formatter.output.DefaultPathManager.Builder</h2>
</div>
<div class="classUseContainer">No usage of org.apache.flume.formatter.output.DefaultPathManager.Builder</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/flume/formatter/output/DefaultPathManager.Builder.html" title="class in org.apache.flume.formatter.output">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/flume/formatter/output/class-use/DefaultPathManager.Builder.html" target="_top">Frames</a></li>
<li><a href="DefaultPathManager.Builder.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 © 2009-2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>
|
boost_1_54_0/doc/html/boost_asio/reference/buffered_write_stream/read_some.html | ryancoleman/autodock-vina | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_write_stream::read_some</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="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../buffered_write_stream.html" title="buffered_write_stream">
<link rel="prev" href="peek/overload2.html" title="buffered_write_stream::peek (2 of 2 overloads)">
<link rel="next" href="read_some/overload1.html" title="buffered_write_stream::read_some (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="peek/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../buffered_write_stream.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="read_some/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.buffered_write_stream.read_some"></a><a class="link" href="read_some.html" title="buffered_write_stream::read_some">buffered_write_stream::read_some</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp56379088"></a>
Read some data from the stream. Returns the
number of bytes read. Throws an exception on failure.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="read_some/overload1.html" title="buffered_write_stream::read_some (1 of 2 overloads)">read_some</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&</span> <span class="identifier">buffers</span><span class="special">);</span>
<span class="emphasis"><em>» <a class="link" href="read_some/overload1.html" title="buffered_write_stream::read_some (1 of 2 overloads)">more...</a></em></span>
</pre>
<p>
Read some data from the stream. Returns the number of bytes read or 0 if
an error occurred.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <a class="link" href="../MutableBufferSequence.html" title="Mutable buffer sequence requirements">MutableBufferSequence</a><span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="read_some/overload2.html" title="buffered_write_stream::read_some (2 of 2 overloads)">read_some</a><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">MutableBufferSequence</span> <span class="special">&</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&</span> <span class="identifier">ec</span><span class="special">);</span>
<span class="emphasis"><em>» <a class="link" href="read_some/overload2.html" title="buffered_write_stream::read_some (2 of 2 overloads)">more...</a></em></span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2013 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="peek/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../buffered_write_stream.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="read_some/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
hadoop-0.20.2-cdh3u5/docs/jdiff/changes/org.apache.hadoop.mapred.lib.DelegatingMapper.html | YuMatsuzawa/HadoopEclipseProject | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<HTML>
<HEAD>
<meta name="generator" content="JDiff v1.0.9">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
org.apache.hadoop.mapred.lib.DelegatingMapper
</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="../stylesheet-jdiff.css" TITLE="Style">
</HEAD>
<BODY>
<!-- Start of nav bar -->
<TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/mapred/lib/DelegatingMapper.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 0.20.2-cdh3u5</tt></B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.mapred.lib.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="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Generated by<br><a href="http://www.jdiff.org" class="staysblack" target="_top">JDiff</a></b></EM></TD>
</TR>
<TR>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="org.apache.hadoop.mapred.lib.DelegatingInputFormat.html"><B>PREV CLASS</B></A>
<A HREF="org.apache.hadoop.mapred.lib.FieldSelectionMapReduce.html"><B>NEXT CLASS</B></A>
<A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="org.apache.hadoop.mapred.lib.DelegatingMapper.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:
CONSTRUCTORS |
<a href="#methods">METHODS</a> |
FIELDS
</FONT></TD>
</TR>
</TABLE>
<HR>
<!-- End of nav bar -->
<H2>
Class org.apache.hadoop.mapred.lib.<A HREF="../../api/org/apache/hadoop/mapred/lib/DelegatingMapper.html" target="_top"><tt>DelegatingMapper</tt></A>
</H2>
<p><font size="+1">Removed interface <code>org.apache.hadoop.mapred.Mapper<K1, V1, K2, V2></code>.<br> Added interface <code>org.apache.hadoop.mapred.Mapper</code>.<br></font>
<a NAME="constructors"></a>
<a NAME="methods"></a>
<p>
<a NAME="Changed"></a>
<TABLE summary="Changed Methods" BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD VALIGN="TOP" COLSPAN=3><FONT SIZE="+1"><B>Changed Methods</B></FONT></TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="org.apache.hadoop.mapred.lib.DelegatingMapper.map_changed(java.lang.Object, java.lang.Object, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)"></A>
<nobr><code>void</code> <A HREF="../../api/org/apache/hadoop/mapred/lib/DelegatingMapper.html#map(java.lang.Object, java.lang.Object, org.apache.hadoop.mapred.OutputCollector, org.apache.hadoop.mapred.Reporter)" target="_top"><tt>map</tt></A>(<code>Object,</nobr> Object<nobr>,</nobr> OutputCollector<nobr>,</nobr> Reporter<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change in signature from (<code>K1, V1, OutputCollector<K2, V2>, Reporter</code>) to (<code>Object, Object, OutputCollector, Reporter</code>).<br>
</TD>
<TD> </TD>
</TR>
</TABLE>
<a NAME="fields"></a>
<HR>
<!-- Start of nav bar -->
<TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/mapred/lib/DelegatingMapper.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 0.20.2-cdh3u5</tt></B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.mapred.lib.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="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3></TD>
</TR>
<TR>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="org.apache.hadoop.mapred.lib.DelegatingInputFormat.html"><B>PREV CLASS</B></A>
<A HREF="org.apache.hadoop.mapred.lib.FieldSelectionMapReduce.html"><B>NEXT CLASS</B></A>
<A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="org.apache.hadoop.mapred.lib.DelegatingMapper.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
<TD BGCOLOR="0xFFFFFF" CLASS="NavBarCell3"></TD>
</TR>
</TABLE>
<HR>
<!-- End of nav bar -->
</BODY>
</HTML>
|
static/events/2013-paris/proposals/UnitTestingPuppetCode/index.html | joelaha/devopsdays-web | <!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" >
<meta name="google-site-verification" content="GcrnbgZkRkwn51jQmX7QBaMKSymq1h-iG8G_xeILIkM" />
<title>Unit Testing puppet code</title>
<meta name="author" content="Philip Potter" >
<link rel="alternate" type="application/rss+xml" title="devopsdays RSS Feed" href="http://www.devopsdays.org/feed/" >
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load('jquery', '1.3.2');
</script>
<!---This is a combined jAmpersand, jqwindont , jPullquote -->
<script type="text/javascript" src="/js/devops.js"></script>
<!--- Blueprint CSS Framework Screen + Fancytype-Screen + jedi.css -->
<link rel="stylesheet" href="/css/devops.min.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print">
<!--[if IE]>
<link rel="stylesheet" href="/css/blueprint/ie.css" type="text/css" media="screen, projection">
<![endif]-->
<!--
Customize the labels on the map
*References*
- http://code.google.com/apis/maps/documentation/javascript/maptypes.html#StyledMaps
- http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.1/examples/basic.html
-->
<link href="/css/googlemaps.css" rel="stylesheet">
</head>
<body onload="initialize()">
<div class="container ">
<div class="span-24 last" id="header">
<div class="span-16 first">
<img src="/images/devopsdays-banner.png" title="devopsdays banner" width="801" height="115" alt="devopdays banner" ><br>
</div>
<div class="span-8 last">
</div>
</div>
<div class="span-24 last">
<div id="headermenu">
<table >
<tr>
<td>
<a href="/"><img alt="home" title="home" src="/images/home.png"></a>
<a href="/">Home</a>
</td>
<td>
<a href="/contact/"><img alt="contact" title="contact" src="/images/contact.png"></a>
<a href="/contact/">Contact</a>
</td>
<td>
<a href="/events/"><img alt="events" title="events" src="/images/events.png"></a>
<a href="/events/">Events</a>
</td>
<td>
<a href="/presentations/"><img alt="presentations" title="presentations" src="/images/presentations.png"></a>
<a href="/presentations/">Presentations</a>
</td>
<td>
<a href="/blog/"><img alt="blog" title="blog" src="/images/blog.png"></a>
<a href="/blog/">Blog</a>
</td>
</tr>
</table>
</div>
</div>
<div class="span-24 last" id="header">
<div class="span-15 first">
<h1>Unit Testing puppet code </h1>
</div>
<div class="span-8 last">
<div>
<a href="/feed"><img width="32px" height="32px" alt="rss" title="rss feed" src="/images/feed.png"></a>
<a href="http://www.twitter.com/devopsdays"><img width="32px" height="32px" alt="twitter" title="twitter" src="/images/twitter.png"></a>
<a href="http://groups.google.com/group/devopsdays"><img width="32px" height="32px" alt="mail" title="mailinglist" src="/images/email.png"></a>
<a href="http://www.facebook.com/group.php?gid=106761636771"><img width="32px" height="32px" alt="mail" title="facebook" src="/images/facebook.png"></a>
<a href="http://www.linkedin.com/groups?home=&gid=2445279"><img width="32px" height="32px" alt="mail" title="linkedin" src="/images/linkedin.png"></a>
</div>
</div>
</div>
<div class="span-15 ">
<div class="span-15 last ">
<p><strong>Abstract:</strong></p>
<p>Testing tools for our configuration management tooling lags behind testing for our application code. Application testers can talk about the testing pyramid, where a large number of fast, specific, unit-level tests are at the base, supporting a much smaller number of higher-level end-to-end tests which may integrate with external components. But typically for configuration management tools, and particularly Puppet, the tooling does not allow us to write fast, unit-level tests; every test is an end-to-end test, even if it only makes unit-level assertions.</p>
<p>In this ignite talk, I will present fizzgig, a new library for writing unit tests in Puppet. This brings a number of benefits to testing configuration management that application tests already have: removing fixtures in preference of keeping all test data within the test; faster performance; tests which fail for a specific reason thus aiding debugging. I will give examples of puppet modules where good unit tests would have helped improve quality.</p>
<p><strong>Speaker:</strong></p>
<p><em>Philip Potter, consultant, ThoughtWorks</em></p>
<p>Philip is a consultant software developer for ThoughtWorks. Currently he is working on the GOV.UK project infrastructure team. He is also an organizer for the London Clojure Community.</p>
</div>
<div class="span-15 first last">
<script type="text/javascript">
// var disqus_developer = 1;
</script>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'devopsdays';
(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>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
<hr>
</div>
</div>
<div class="span-8 last">
<div class="span-8 last">
<div style="height:340px">
<a class="twitter-timeline" data-chrome="noheader nofooter" data-tweet-limit=2 data-dnt="true" href="https://twitter.com/devopsdaysmsp/lists/devopsdays" data-widget-id="720829916510466048">Tweets from devopsdays events</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div>
<div class="span-17 ">
<div style=" padding-top:18px;" class="span-7 last">
<h1>Past </h1>
</div>
<div class="span-17 ">
<div style="height:700px;" id="quicklinks">
<table>
<tr>
<div style="display:table-cell; vertical-align:top">
<div style="margin:1px;">
<strong>2009</strong><br/>
<a href="/events/2009-ghent/">Ghent 2009</a>
</div>
<br>
<div style="margin:1px;">
<strong>2010</strong><br/>
<a href="/events/2010-sydney/">Sydney 2010</a><br>
<a href="/events/2010-us/">Mountain View 2010</a><br>
<a href="/events/2010-europe/">Hamburg 2010</a><br>
<a href="/events/2010-brazil/">Sao Paulo 2010</a><br>
</div>
</div>
<div style="display:table-cell; vertical-align:top">
<div style="margin:1px;">
<strong>2011</strong><br/>
<a href="/events/2011-boston/">Boston 2011</a><br>
<a href="/events/2011-mountainview/">Mountain View 2011</a><br>
<a href="/events/2011-melbourne/">Melbourne 2011</a><br>
<a href="/events/2011-bangalore/">Bangalore 2011</a><br>
<a href="/events/2011-goteborg/">Göteborg 2011</a><br>
<a href="/events/2011-manila/">Manila 2011</a><br>
</div>
<br>
<div style="margin:1px;">
<strong>2012</strong><br/>
<a href="/events/2012-austin/">Austin 2012</a><br>
<a href="/events/2012-tokyo/">Tokyo 2012</a><br>
<a href="/events/2012-india/">Delhi 2012</a><br>
<a href="/events/2012-mountainview/">Mountain View 2012</a><br>
<a href="/events/2012-italy/">Rome 2012</a><br>
<a href="/events/2012-newyork/">New York 2012</a><br>
</div>
</div>
<div style="display:table-cell; vertical-align:top">
<div style="margin:1px;">
<strong>2013</strong><br/>
<a href="/events/2013-newzealand/">New Zealand 2013</a><br>
<a href="/events/2013-london-spring/">London 2013</a><br>
<a href="/events/2013-paris/">Paris 2013</a><br>
<a href="/events/2013-austin/">Austin 2013</a><br>
<a href="/events/2013-berlin/">Berlin 2013</a><br>
<a href="/events/2013-amsterdam/">Amsterdam 2013</a><br>
<a href="/events/2013-mountainview/">Silicon Valley 2013</a><br>
<a href="/events/2013-downunder">Downunder 2013</a><br>
<a href="/events/2013-india/">Bangalore 2013</a><br/>
<a href="/events/2013-london/">London Autumn 2013</a><br/>
<a href="/events/2013-barcelona/">Barcelona 2013</a><br/>
<a href="/events/2013-vancouver/">Vancouver 2013</a><br/>
<a href="/events/2013-portland/">Portland 2013</a><br/>
<a href="/events/2013-newyork/">New York 2013</a><br/>
<a href="/events/2013-atlanta/">Atlanta 2013</a><br/>
<a href="/events/2013-telaviv/">Tel Aviv 2013</a><br/>
<a href="/events/2013-tokyo/">Tokyo 2013</a><br/>
</div>
</div>
<div style="display:table-cell; vertical-align:top">
<div style="margin:1px;">
<strong>2014</strong><br/>
<a href="/events/2014-nairobi/">Nairobi 2014</a><br/>
<a href="/events/2014-ljubljana/">Ljubljana 2014</a><br/>
<a href="/events/2014-austin/">Austin 2014</a><br/>
<a href="/events/2014-pittsburgh/">Pittsburgh 2014</a><br/>
<a href="/events/2014-amsterdam/">Amsterdam 2014</a><br/>
<a href="/events/2014-siliconvalley/">Silicon Valley 2014</a><br/>
<a href="/events/2014-minneapolis/">Minneapolis 2014</a><br/>
<a href="/events/2014-brisbane/">Brisbane 2014</a><br/>
<a href="/events/2014-boston/">Boston 2014</a><br/>
<a href="/events/2014-toronto/">Toronto 2014</a><br/>
<a href="/events/2014-newyork/">New York 2014</a><br/>
<a href="/events/2014-warsaw/">Warsaw 2014</a><br/>
<a href="/events/2014-chicago/">Chicago 2014</a><br/>
<a href="/events/2014-berlin/">Berlin 2014</a><br/>
<a href="/events/2014-belgium/">Belgium 2014</a><br/>
<a href="/events/2014-helsinki/">Helsinki 2014</a><br/>
<a href="/events/2014-vancouver/">Vancouver 2014</a><br/>
<a href="/events/2014-telaviv/">Tel Aviv 2014</a><br/>
<a href="/events/2014-bangalore/">Bangalore 2014</a><br/>
</div>
</div>
<div style="display:table-cell; vertical-align:top">
<div style="margin:1px;">
<strong>2015</strong><br/>
<a href="/events/2015-ljubljana/">Ljubljana 2015</a><br/>
<a href="/events/2015-paris">Paris 2015</a><br/>
<a href="/events/2015-denver/">Denver 2015</a><br/>
<a href="/events/2015-newyork/">New York 2015</a><br/>
<a href="/events/2015-austin">Austin 2015</a><br/>
<a href="/events/2015-toronto">Toronto 2015</a><br/>
<a href="/events/2015-washington-dc/">Washington, DC 2015</a><br/>
<a href="/events/2015-amsterdam">Amsterdam 2015</a><br/>
<a href="/events/2015-minneapolis/">Minneapolis 2015</a><br/>
<a href="/events/2015-melbourne/">Melbourne 2015</a><br/>
<a href="/events/2015-pittsburgh/">Pittsburgh 2015</a><br/>
<a href="/events/2015-chicago/">Chicago 2015</a><br/>
<a href="/events/2015-bangalore/">Bangalore 2015</a><br/>
<a href="/events/2015-boston/">Boston 2015</a><br/>
<a href="/events/2015-telaviv/">Tel Aviv 2015</a><br/>
<a href="/events/2015-singapore/">Singapore 2015</a><br/>
<a href="/events/2015-berlin/">Berlin 2015</a><br/>
<a href="/events/2015-charlotte">Charlotte 2015</a><br/>
<a href="/events/2015-siliconvalley">Silicon Valley 2015</a><br/>
<a href="/events/2015-detroit">Detroit 2015</a><br/>
<a href="/events/2015-ohio/">Ohio 2015</a><br/>
<a href="/events/2015-warsaw/">Warsaw 2015</a><br/>
</div>
</div>
<div style="display:table-cell; vertical-align:top">
<div style="margin:1px;">
<strong>2016</strong><br/>
<a href="/events/2016-losangeles-1day/">Los Angeles (1 day)</a>
<a href="/events/2016-vancouver/">Vancouver</a><br/>
<a href="/events/2016-london/">London</a><br/>
<a href="/events/2016-denver/">Denver</a><br/>
<a href="/events/2016-atlanta/">Atlanta</a><br/>
</div>
</div>
</tr>
</table>
</div>
</div>
</div>
<div class="span-6 last ">
<div style=" padding-top:18px;" class="span-5 last">
<h1>Future </h1>
</div>
<div class="span-6 last">
<div style="height:700px;" id="quicklinks">
<table>
<tr>
<td>
<strong>2016</strong><br/>
<a href="/events/2016-austin/">Austin - May 2 & 3</a><br/>
<a href="/events/2016-kiel/">Kiel - May 12 & 13</a><br/>
<a href="/events/2016-seattle/">Seattle - May 12 & 13</a><br/>
<a href="/events/2016-toronto/">Toronto - May 26 & 27</a><br/>
<a href="/events/2016-istanbul/">Istanbul - Jun 3 & 4</a><br/>
<a href="/events/2016-washington-dc/">Washington, DC - Jun 8 & 9</a><br/>
<a href="/events/2016-saltlakecity/">Salt Lake City - Jun 14 & 15</a><br/>
<a href="/events/2016-siliconvalley/">Silicon Valley - June 24 & 25</a><br/>
<a href="/events/2016-amsterdam/">Amsterdam - Jun 29, 30 & Jul 1</a><br/>
<a href="/events/2016-minneapolis/">Minneapolis - Jul 20 & 21</a><br/>
<a href="/events/2016-portland/">Portland - Aug 9 & 10</a><br/>
<a href="/events/2016-boston/">Boston - Aug 25 & 26</a><br/>
<a href="/events/2016-chicago/">Chicago - Aug 30 & 31</a><br/>
<a href="/events/2016-oslo/">Oslo - Sep 5 & 6</a><br/>
<a href="/events/2016-dallas/">Dallas - Sep 15 & 16</a><br/>
<a href="/events/2016-newyork/">New York - Sep 23 & 24</a><br/>
<a href="/events/2016-boise/">Boise - Oct 7 & 8</a><br/>
<a href="/events/2016-singapore/">Singapore - Oct 8 & 9</a><br/>
<a href="/events/2016-detroit/">Detroit - Oct 12 & 13</a><br/>
<a href="/events/2016-kansascity/">Kansas City - Oct 20 & 21</a><br/>
<a href="/events/2016-philadelphia/">Philadelphia - Oct 26 & 27</a><br/>
<br/>
<strong>2016, Dates TBD</strong><br/>
<a href="/events/2016-ghent/">Ghent</a><br/>
<a href="/events/2016-raleigh/">Raleigh</a><br/>
<a href="/events/2016-newzealand/">New Zealand</a><br/>
<a href="/events/2016-ohio/">Ohio</a><br/>
<a href="/events/2016-nashville/">Nashville</a><br/>
<a href="/events/2016-madison/">Madison</a><br/>
<a href="/events/2016-capetown/">Cape Town</a><br/>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9713393-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>
</body>
</html>
|
docs/apidocs/org/apache/flume/instrumentation/class-use/ChannelProcessorCounter.html | wangchuande/apache-flume-1.7.0 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Wed Oct 12 20:49:57 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.flume.instrumentation.ChannelProcessorCounter (Apache Flume 1.7.0 API)</title>
<meta name="date" content="2016-10-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.flume.instrumentation.ChannelProcessorCounter (Apache Flume 1.7.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/flume/instrumentation/ChannelProcessorCounter.html" title="class in org.apache.flume.instrumentation">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/flume/instrumentation/class-use/ChannelProcessorCounter.html" target="_top">Frames</a></li>
<li><a href="ChannelProcessorCounter.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.flume.instrumentation.ChannelProcessorCounter" class="title">Uses of Class<br>org.apache.flume.instrumentation.ChannelProcessorCounter</h2>
</div>
<div class="classUseContainer">No usage of org.apache.flume.instrumentation.ChannelProcessorCounter</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/flume/instrumentation/ChannelProcessorCounter.html" title="class in org.apache.flume.instrumentation">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/flume/instrumentation/class-use/ChannelProcessorCounter.html" target="_top">Frames</a></li>
<li><a href="ChannelProcessorCounter.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 © 2009-2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>
|
PL2/doc/api/compiler/semantic/symbol/SymbolFunction.html | colymore/Uned | <!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_22) on Thu Nov 10 20:42:06 CET 2011 -->
<TITLE>
SymbolFunction
</TITLE>
<META NAME="date" CONTENT="2011-11-10">
<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="SymbolFunction";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SymbolFunction.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../compiler/semantic/symbol/SymbolConstant.html" title="class in compiler.semantic.symbol"><B>PREV CLASS</B></A>
<A HREF="../../../compiler/semantic/symbol/SymbolParameter.html" title="class in compiler.semantic.symbol"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?compiler/semantic/symbol/SymbolFunction.html" target="_top"><B>FRAMES</B></A>
<A HREF="SymbolFunction.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 | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_es.uned.lsi.compiler.semantic.symbol.SymbolBase">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
compiler.semantic.symbol</FONT>
<BR>
Class SymbolFunction</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../es/uned/lsi/compiler/semantic/symbol/SymbolBase.html" title="class in es.uned.lsi.compiler.semantic.symbol">es.uned.lsi.compiler.semantic.symbol.SymbolBase</A>
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../compiler/semantic/symbol/SymbolProcedure.html" title="class in compiler.semantic.symbol">compiler.semantic.symbol.SymbolProcedure</A>
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>compiler.semantic.symbol.SymbolFunction</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../es/uned/lsi/compiler/semantic/symbol/SymbolIF.html" title="interface in es.uned.lsi.compiler.semantic.symbol">SymbolIF</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>SymbolFunction</B><DT>extends <A HREF="../../../compiler/semantic/symbol/SymbolProcedure.html" title="class in compiler.semantic.symbol">SymbolProcedure</A></DL>
</PRE>
<P>
Class for SymbolFunction.
<P>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../compiler/semantic/symbol/SymbolFunction.html#SymbolFunction(es.uned.lsi.compiler.semantic.ScopeIF, java.lang.String, es.uned.lsi.compiler.semantic.type.TypeIF)">SymbolFunction</A></B>(<A HREF="../../../es/uned/lsi/compiler/semantic/ScopeIF.html" title="interface in es.uned.lsi.compiler.semantic">ScopeIF</A> scope,
java.lang.String name,
<A HREF="../../../es/uned/lsi/compiler/semantic/type/TypeIF.html" title="interface in es.uned.lsi.compiler.semantic.type">TypeIF</A> type)</CODE>
<BR>
Constructor for SymbolFunction.</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>
</TABLE>
<A NAME="methods_inherited_from_class_es.uned.lsi.compiler.semantic.symbol.SymbolBase"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class es.uned.lsi.compiler.semantic.symbol.<A HREF="../../../es/uned/lsi/compiler/semantic/symbol/SymbolBase.html" title="class in es.uned.lsi.compiler.semantic.symbol">SymbolBase</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../es/uned/lsi/compiler/semantic/symbol/SymbolBase.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../es/uned/lsi/compiler/semantic/symbol/SymbolBase.html#getName()">getName</A>, <A HREF="../../../es/uned/lsi/compiler/semantic/symbol/SymbolBase.html#getScope()">getScope</A>, <A HREF="../../../es/uned/lsi/compiler/semantic/symbol/SymbolBase.html#getType()">getType</A>, <A HREF="../../../es/uned/lsi/compiler/semantic/symbol/SymbolBase.html#hashCode()">hashCode</A>, <A HREF="../../../es/uned/lsi/compiler/semantic/symbol/SymbolBase.html#setName(java.lang.String)">setName</A>, <A HREF="../../../es/uned/lsi/compiler/semantic/symbol/SymbolBase.html#setScope(es.uned.lsi.compiler.semantic.ScopeIF)">setScope</A>, <A HREF="../../../es/uned/lsi/compiler/semantic/symbol/SymbolBase.html#setType(es.uned.lsi.compiler.semantic.type.TypeIF)">setType</A>, <A HREF="../../../es/uned/lsi/compiler/semantic/symbol/SymbolBase.html#toString()">toString</A></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>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="SymbolFunction(es.uned.lsi.compiler.semantic.ScopeIF, java.lang.String, es.uned.lsi.compiler.semantic.type.TypeIF)"><!-- --></A><H3>
SymbolFunction</H3>
<PRE>
public <B>SymbolFunction</B>(<A HREF="../../../es/uned/lsi/compiler/semantic/ScopeIF.html" title="interface in es.uned.lsi.compiler.semantic">ScopeIF</A> scope,
java.lang.String name,
<A HREF="../../../es/uned/lsi/compiler/semantic/type/TypeIF.html" title="interface in es.uned.lsi.compiler.semantic.type">TypeIF</A> type)</PRE>
<DL>
<DD>Constructor for SymbolFunction.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>scope</CODE> - The declaration scope.<DD><CODE>name</CODE> - The symbol name.<DD><CODE>type</CODE> - The symbol type.</DL>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SymbolFunction.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../compiler/semantic/symbol/SymbolConstant.html" title="class in compiler.semantic.symbol"><B>PREV CLASS</B></A>
<A HREF="../../../compiler/semantic/symbol/SymbolParameter.html" title="class in compiler.semantic.symbol"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?compiler/semantic/symbol/SymbolFunction.html" target="_top"><B>FRAMES</B></A>
<A HREF="SymbolFunction.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 | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_es.uned.lsi.compiler.semantic.symbol.SymbolBase">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
extjs-showcases/20100503_vbox_stretch.html | lino-framework/lino | <html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title id="title">20100503_vbox_stretch</title>
<!-- ** CSS ** -->
<!-- base library -->
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
<!-- overrides to base library -->
<!-- ** Javascript ** -->
<!-- ExtJS library: base/adapter -->
<script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
<!-- ExtJS library: all widgets -->
<script type="text/javascript" src="../../ext-all-debug.js"></script>
<!-- page specific -->
<script type="text/javascript">
function js_code() {
var text_field1 = new Ext.form.TextField({
allowBlank: false,
fieldLabel: "name",
anchor: "100%",
name: "name",
maxLength: 200
});
var text_field2 = new Ext.form.TextField({
allowBlank: false,
fieldLabel: "country",
anchor: "100%",
name: "country",
maxLength: 200
});
var row1a = {
xtype: "container", layout: "form",
border: false,
columnWidth: 0.5714285714285714,
frame: true,
bodyBorder: false,
labelAlign: "top",
items: [{
xtype: "container", layout: "form",
border: false,
labelWidth: 45,
frame: true,
labelAlign: "top",
bodyBorder: false,
anchor: "100%",
items: [
text_field1
]
}
]
};
var row1b = {
xtype: "container", layout: "form",
columnWidth: 0.42857142857142855,
border: false,
frame: true,
bodyBorder: false,
labelAlign: "top",
items: [{
border: false,
labelWidth: 108,
xtype: "container",
items: [new Ext.form.TextField({
maxLength: 200,
fieldLabel: "national id",
anchor: "100%",
name: "national_id"
})],
frame: true,
labelAlign: "top",
bodyBorder: false,
anchor: "100%",
layout: "form"
}
]
};
var row2a = {
xtype: "container",
layout: "form",
columnWidth: 0.52941176470588236,
border: false,
frame: true,
bodyBorder: false,
labelAlign: "top",
items: [{
layout: "column",
xtype: "container",
items: [
{
xtype: "container",
layout: "form",
columnWidth: 0.33333333333333331,
frame: true,
labelAlign: "top",
bodyBorder: false,
border: false,
labelWidth: 72,
items: [
text_field2
]
},
{
xtype: "container",
layout: "form",
border: false,
labelWidth: 63,
columnWidth: 0.66666666666666663,
frame: true,
labelAlign: "top",
bodyBorder: false,
items: [new Ext.form.TextField({
maxLength: 200,
fieldLabel: "region",
anchor: "100%",
name: "region"
})]
}],
frame: false,
border: false,
anchor: "100%"
}
]
};
var row2b = {
layout: "form",
xtype: "container",
columnWidth: 0.47058823529411764,
border: false,
frame: true,
bodyBorder: false,
labelAlign: "top",
items: [{
border: false,
labelWidth: 54,
xtype: "container",
frame: true,
labelAlign: "top",
bodyBorder: false,
anchor: "100%",
layout: "form",
items: [new Ext.form.TextField({
maxLength: 75,
fieldLabel: "email",
anchor: "100%",
name: "email"
})]
}
]
};
var row1 = {
xtype: "container",
layout: "column",
frame: false,
border: false,
items: [ row1a, row1b ]
};
var row2 = {
xtype: "container",
layout: "column",
frame: false,
border: false,
items: [ row2a, row2b ]
};
var html_editor = {
xtype: "container",
layout: "form",
frame: true,
border: false,
labelWidth: 72,
bodyBorder: false,
labelAlign: "top",
flex: 1,
items: [new Ext.form.HtmlEditor({
fieldLabel: "remarks",
anchor: "100% 100%",
name: "remarks"
})]
};
var main_panel = new Ext.form.FormPanel({
border: false,
layout: "vbox",
items: [
row1,
row2,
html_editor
],
autoScroll: true,
bodyBorder: false,
frame: true,
layoutConfig: {
align: "stretch"
},
labelAlign: "top"
});
var win = new Ext.Window({
width: 400,
height: 400,
title: "Insert into Companies",
items: main_panel,
layout: 'fit'
});
win.show();
}
Ext.onReady(function() {
js_code();
});
</script>
</head><body>
</body></html> |
src/content/peerconnection/webaudio-output/css/main.css | webrtc/samples | /*
* Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree.
*/
button {
margin: 0 20px 0 0;
width: 83px;
}
button#hangupButton {
margin: 0;
}
canvas {
background-color: #666;
vertical-align: top;
--width: 45%;
width: var(--width);
height: calc(var(--width) * 0.75);
}
video {
--width: 45%;
width: var(--width);
height: calc(var(--width) * 0.75);
margin: 0 20px 20px 0;
}
video#remoteVideo {
display: none;
}
@media screen and (max-width: 400px) {
button {
margin: 0 11px 10px 0;
width: 83px;
}
}
|
templates/build/show.html | mozilla/inventory | {% extends "base.html" %}
{% block content %}
<dl class="show">
<dt>Host name:</dt>
<dd>{{ system.hostname }}</dd>
<div style="clear:both;"></div>
<dt>Serial:</dt>
<dd>{{ system.serial }}</dd>
<div style="clear:both;"></div>
<dt>Switch Ports:</dd>
<dd>{{ system.switch_ports }}</dd>
<div style="clear:both;"></div>
<dt>Patch Panel Port:</dd>
<dd>{{ system.patch_panel_port }}</dd>
<div style="clear:both;"></div>
<dt>OOB Ip:</dt>
<dd>
{% if system.oob_ip %}
<a href="http://{{ system.oob_ip }}/">{{ system.oob_ip }}</a>
{% endif %}
</dd>
<div style="clear:both;"></div>
<dt>OOB switch & port:</dt>
<dd>{{ system.oob_switch_port }}</dd>
<div style="clear:both;"></div>
<dt>Status:</dt>
<dd>{{ system.system_status }}</dd>
<div style="clear:both;"></div>
<dt>Rack:</dt>
<dd>{{ system.system_rack }} <b> - </b> {{ system.rack_order }}</dd>
<div style="clear:both;"></div>
<dt>Asset Tag:</dt>
<dd>{{ system.asset_tag }}</dd>
<div style="clear:both;"></div>
<dt>Date Purchased:</dt>
<dd>{{ system.purchase_date }}</dd>
<div style="clear:both;"></div>
<dt>Purchase Price:</dt>
<dd>{{ system.purchase_price }}</dd>
<div style="clear:both;"></div>
<dt>Operating System:</dt>
<dd>{{ system.operating_system }}</dd>
<div style="clear:both;"></div>
<dt>Server Model:</dt>
<dd>{{ system.server_model }}</dd>
<div style="clear:both;"></div>
<dt>Allocated to:</dt>
<dd>{{ system.allocation }}</dd>
<div style="clear:both;"></div>
<dt>Ram:</dt>
<dd>{{ system.ram }}</dd>
<div style="clear:both;"></div>
{% if system.buildattribute %}
<dt>Pool Name: </dt>
<dd>{{ system.buildattribute.pool_name }}</dd>
<div style="clear:both;"></div>
<dt>Support Tier: </dt>
<dd>{{ system.buildattribute.support_tier }}</dd>
<div style="clear:both;"></div>
<dt>Tinderbox Tree URL: </dt>
<dd>{{ system.buildattribute.tboxtree_url|urlize }}</dd>
<div style="clear:both;"></div>
<dt>Product Series</dt>
<dd>{{ system.buildattribute.product_series }}</dd>
<div style="clear:both;"></div>
<dt>Repository Branch: </dt>
<dd>{{ system.buildattribute.cvsbranch }}</dd>
<div style="clear:both;"></div>
<dt>Cpu Throttled?: </dt>
<dd>{{ system.buildattribute.cpu_throttled }}</dd>
<div style="clear:both;"></div>
<dt>Product Branch: </dt>
<dd>{{ system.buildattribute.product_branch }}</dd>
<div style="clear:both;"></div>
<dt>Closes Tree?: </dt>
<dd>{{ system.buildattribute.closes_tree }}</dd>
<div style="clear:both;"></div>
<dt>Support Doc: </dt>
<dd>{{ system.buildattribute.support_doc|urlize }}</dd>
<div style="clear:both;"></div>
<dt>Unit Test</dt>
<dd>{{ system.buildattribute.unittest }}</dd>
<div style="clear:both;"></div>
<dt>Talos:</dt>
<dd>{{ system.buildattribute.talos }}</dd>
<div style="clear:both;"></div>
<dt>Build:</dt>
<dd>{{ system.buildattribute.build_purpose }}</dd>
<div style="clear:both;"></div>
<dt>Buildbot Master:</dt>
<dd>{{ system.buildattribute.buildbot_master }}</dd>
<div style="clear:both;"></div>
<dt>Staging:</dt>
<dd>{{ system.buildattribute.staging }}</dd>
<div style="clear:both;"></div>
<dt>Production:</dt>
<dd>{{ system.buildattribute.production }}</dd>
<div style="clear:both;"></div>
<dt>Release:</dt>
<dd>{{ system.buildattribute.release }}</dd>
<div style="clear:both;"></div>
<dt>Obsolete:</dt>
<dd>{{ system.buildattribute.obsolete }}</dd>
<div style="clear:both;"></div>
{% endif %}
<dt>Notes: </dt>
<dd style="float:left; font-size:medium; margin: 3px 0 0 -3px;"><pre>{{ system.notes }}</pre></dd>
<div style="clear:both;"></div>
</dl>
<div style="clear:both;"></div>
{% endblock %}
|
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https.html | crosswalk-project/blink-crosswalk-efl | <!DOCTYPE html>
<html>
<head>
<script src="/js-test-resources/js-test.js"></script>
<script src="../resources/referrer-test.js"></script>
</head>
<body>
<script>
description("Test that 'never' works correctly from HTTPS to HTTPS.");
expectNoReferrer(ReferrerTest.NEVER, ReferrerTest.HTTPS, ReferrerTest.HTTPS);
</script>
</body>
</html>
|
LayoutTests/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-composite.html | hgl888/blink-crosswalk-efl | <!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css">
<script src="resources/link-highlight-helper.js"></script>
</head>
<body onload="runTest();">
<div style="-webkit-transform: translateZ(0); position: relative; left: 10px; top: 10px"></div>
<div id="targetDiv" style="position: relative; left: 10px; top: 40px; width: 200px; height: 100px; overflow-y: scroll; overflow-x: scroll;">
<div id="divToForceCompositedLayer">
<a href="">Link 1</a><br>
<a href="">Link 2</a><br>
<a href="">Link 3</a><br>
<a class="opaqueHighlight" href="" id="targetLink">Target Link.</a><br>
<a href="">Link 4</a><br>
<a href="">Link 5</a><br>
</div></div>
<div style="position: relative; left: 10px; top: 80px">
This test is successful if "Target Link" above is covered in a green rectangle with square corners.
</div>
<script src="../../resources/run-after-display.js"></script>
<script>
function runTest() {
useMockHighlight();
var targetDiv = document.getElementById('targetDiv');
var clientRect = document.getElementById('targetLink').getBoundingClientRect();
x = (clientRect.left + clientRect.right) / 2;
y = (clientRect.top + clientRect.bottom) / 2;
if (window.testRunner) {
testRunner.dumpAsTextWithPixelResults();
testRunner.waitUntilDone();
}
// This test highlights a link in a non-composited overflow-div, then forces that div to become composited,
// then scrolls that div, then exits. If everything is working correctly, the link highlight will still
// be displayed correctly after all these operations.
if (window.eventSender && window.testRunner) {
eventSender.gestureShowPress(x, y);
runAfterDisplay(function() {
document.getElementById('divToForceCompositedLayer').style.webkitTransform = 'translateZ(0)';
document.body.offsetTop;
runAfterDisplay(function() {
targetDiv.scrollTop += 20;
testRunner.notifyDone();
});
});
} else {
debug("This test requires DumpRenderTree.");
}
}
</script>
</body>
</html>
|
docs/com/exacttarget/fuelsdk/internal/class-use/AccountUser.SsoIdentities.html | salesforcefuel/FuelSDK-Java | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_131) on Mon Nov 13 11:51:51 EST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.exacttarget.fuelsdk.internal.AccountUser.SsoIdentities (Salesforce Marketing Cloud Java SDK 1.2.1 API)</title>
<meta name="date" content="2017-11-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.exacttarget.fuelsdk.internal.AccountUser.SsoIdentities (Salesforce Marketing Cloud Java SDK 1.2.1 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.SsoIdentities.html" title="class in com.exacttarget.fuelsdk.internal">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/exacttarget/fuelsdk/internal/class-use/AccountUser.SsoIdentities.html" target="_top">Frames</a></li>
<li><a href="AccountUser.SsoIdentities.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.exacttarget.fuelsdk.internal.AccountUser.SsoIdentities" class="title">Uses of Class<br>com.exacttarget.fuelsdk.internal.AccountUser.SsoIdentities</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.SsoIdentities.html" title="class in com.exacttarget.fuelsdk.internal">AccountUser.SsoIdentities</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="#com.exacttarget.fuelsdk.internal">com.exacttarget.fuelsdk.internal</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.exacttarget.fuelsdk.internal">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.SsoIdentities.html" title="class in com.exacttarget.fuelsdk.internal">AccountUser.SsoIdentities</a> in <a href="../../../../../com/exacttarget/fuelsdk/internal/package-summary.html">com.exacttarget.fuelsdk.internal</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../com/exacttarget/fuelsdk/internal/package-summary.html">com.exacttarget.fuelsdk.internal</a> declared as <a href="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.SsoIdentities.html" title="class in com.exacttarget.fuelsdk.internal">AccountUser.SsoIdentities</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.SsoIdentities.html" title="class in com.exacttarget.fuelsdk.internal">AccountUser.SsoIdentities</a></code></td>
<td class="colLast"><span class="typeNameLabel">AccountUser.</span><code><span class="memberNameLink"><a href="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.html#ssoIdentities">ssoIdentities</a></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../com/exacttarget/fuelsdk/internal/package-summary.html">com.exacttarget.fuelsdk.internal</a> that return <a href="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.SsoIdentities.html" title="class in com.exacttarget.fuelsdk.internal">AccountUser.SsoIdentities</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="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.SsoIdentities.html" title="class in com.exacttarget.fuelsdk.internal">AccountUser.SsoIdentities</a></code></td>
<td class="colLast"><span class="typeNameLabel">ObjectFactory.</span><code><span class="memberNameLink"><a href="../../../../../com/exacttarget/fuelsdk/internal/ObjectFactory.html#createAccountUserSsoIdentities--">createAccountUserSsoIdentities</a></span>()</code>
<div class="block">Create an instance of <a href="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.SsoIdentities.html" title="class in com.exacttarget.fuelsdk.internal"><code>AccountUser.SsoIdentities</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.SsoIdentities.html" title="class in com.exacttarget.fuelsdk.internal">AccountUser.SsoIdentities</a></code></td>
<td class="colLast"><span class="typeNameLabel">AccountUser.</span><code><span class="memberNameLink"><a href="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.html#getSsoIdentities--">getSsoIdentities</a></span>()</code>
<div class="block">Gets the value of the ssoIdentities property.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../com/exacttarget/fuelsdk/internal/package-summary.html">com.exacttarget.fuelsdk.internal</a> with parameters of type <a href="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.SsoIdentities.html" title="class in com.exacttarget.fuelsdk.internal">AccountUser.SsoIdentities</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>void</code></td>
<td class="colLast"><span class="typeNameLabel">AccountUser.</span><code><span class="memberNameLink"><a href="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.html#setSsoIdentities-com.exacttarget.fuelsdk.internal.AccountUser.SsoIdentities-">setSsoIdentities</a></span>(<a href="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.SsoIdentities.html" title="class in com.exacttarget.fuelsdk.internal">AccountUser.SsoIdentities</a> value)</code>
<div class="block">Sets the value of the ssoIdentities property.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../com/exacttarget/fuelsdk/internal/AccountUser.SsoIdentities.html" title="class in com.exacttarget.fuelsdk.internal">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/exacttarget/fuelsdk/internal/class-use/AccountUser.SsoIdentities.html" target="_top">Frames</a></li>
<li><a href="AccountUser.SsoIdentities.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 © 2017. All rights reserved.</small></p>
</body>
</html>
|
resources/glfw3.3/docs/html/main_8dox.html | DweebsUnited/CodeMonkey | <!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.15"/>
<title>GLFW: main.dox File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="extra.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<div class="glfwheader">
<a href="https://www.glfw.org/" id="glfwhome">GLFW</a>
<ul class="glfwnavbar">
<li><a href="https://www.glfw.org/documentation.html">Documentation</a></li>
<li><a href="https://www.glfw.org/download.html">Download</a></li>
<li><a href="https://www.glfw.org/community.html">Community</a></li>
</ul>
</div>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></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="headertitle">
<div class="title">main.dox File Reference</div> </div>
</div><!--header-->
<div class="contents">
</div><!-- contents -->
<address class="footer">
<p>
Last update on Tue Apr 16 2019 for GLFW 3.3.0
</p>
</address>
</body>
</html>
|
doc/html/cil/api/Cil.nopCilVisitor-c.html | samuelhavron/obliv-c | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="next" href="Cil.defaultCilPrinterClass-c.html">
<link rel="Up" href="Cil.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Pretty" rel="Chapter" href="Pretty.html">
<link title="Errormsg" rel="Chapter" href="Errormsg.html">
<link title="Clist" rel="Chapter" href="Clist.html">
<link title="Stats" rel="Chapter" href="Stats.html">
<link title="Cil" rel="Chapter" href="Cil.html">
<link title="Formatcil" rel="Chapter" href="Formatcil.html">
<link title="Alpha" rel="Chapter" href="Alpha.html">
<link title="Cillower" rel="Chapter" href="Cillower.html">
<link title="Cfg" rel="Chapter" href="Cfg.html">
<link title="Dataflow" rel="Chapter" href="Dataflow.html">
<link title="Dominators" rel="Chapter" href="Dominators.html"><title>CIL API Documentation (version 1.6.0) : Cil.nopCilVisitor</title>
</head>
<body>
<div class="navbar"> <a href="Cil.html">Up</a>
<a href="Cil.defaultCilPrinterClass-c.html">Next</a>
</div>
<center><h1>Class <a href="type_Cil.nopCilVisitor.html">Cil.nopCilVisitor</a></h1></center>
<br>
<pre><span name="TYPEnopCilVisitor"><span class="keyword">class</span> nopCilVisitor</span> : <code class="type"></code><code class="type"><a href="Cil.cilVisitor-c.html">cilVisitor</a></code></pre>Default Visitor. Traverses the CIL tree without modifying anything<br>
<hr width="100%">
</body></html> |
postfix/help/opt_default_privs.ca.UTF-8.html | xtso520ok/webmin | <header>Drets per defecte de l'agent de lliurament</header>
<center><tt>default_privs</tt></center>
<hr>
Aquest paràmetre especifica els drets per defecte utilitzats per l'agent
local de lliurament per al lliurament a un fitxer o ordre externs.
<p>
Aquests drets s'utilitzen en absència d'un context d'usuari receptor.
NO ESPECIFIQUIS CAP USUARI PRIVILEGIAT NI L'USUARI DE POSTFIX.
<hr>
|
LayoutTests/compositing/squashing/resources/squash-with-ancestor-property.css | hgl888/blink-crosswalk-efl | #composited-background {
width: 100%;
height: 100%;
-webkit-transform: translateZ(0);
}
#container {
position: relative;
width: 400px;
height: 60px;
border: 1px solid black;
}
#composited-overlap-child {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 60px;
background-color: orange;
}
|
content/themes/casper/assets/css/bootstrap.css | cameronoelsen/blog.jupyter.org | /*!
* Bootstrap v3.3.4 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-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 {
margin: .67em 0;
font-size: 2em;
}
mark {
color: #000;
background: #ff0;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
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 {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
*:before,
*:after {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
-webkit-box-shadow: none !important;
box-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;
}
select {
background: #fff !important;
}
.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;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "\26fa";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "\231b";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub:before {
content: "\20bd";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}
* {
-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: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
padding: .2em;
background-color: #fcf8e3;
}
.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 {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
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.42857143;
color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
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: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
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 {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.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;
padding-right: 15px;
padding-left: 15px;
}
.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-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@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-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@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-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@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-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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 {
min-height: .01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
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 > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.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 > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
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: 4px 0 0;
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: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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: #eee;
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"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 34px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
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-top: 4px \9;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
min-height: 34px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-right: 0;
padding-left: 0;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.form-group-sm .form-control {
height: 30px;
line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.form-group-lg .form-control {
height: 46px;
line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.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, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.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, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.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, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.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: 0;
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 {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.333333px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
pointer-events: none;
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
font-weight: normal;
color: #337ab7;
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: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.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 .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .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-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
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: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px solid;
}
.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 {
right: auto;
left: 0;
}
}
.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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 .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-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-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-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(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 {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
display: table-cell;
float: none;
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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-right: 0;
padding-left: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.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: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.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-top-right-radius: 0;
border-bottom-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-top-left-radius: 0;
border-bottom-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 {
margin-left: -1px;
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.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: #eee;
}
.nav > li.disabled > a {
color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 9px 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.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.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 {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-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-left-radius: 0;
border-top-right-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
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-right: 0;
padding-left: 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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
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: 1030;
}
@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;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.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;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.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.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
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: 20px;
}
.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: 15px;
padding-bottom: 15px;
}
}
.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
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;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.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 {
color: #555;
background-color: #e7e7e7;
}
@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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #080808;
}
.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: #080808;
}
.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 {
color: #fff;
background-color: #080808;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.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: #080808;
}
.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,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.breadcrumb > .active {
color: #777;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.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: #eee;
}
.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: #777;
cursor: not-allowed;
background-color: #fff;
}
.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;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #777;
}
.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: 12px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.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;
}
.jumbotron {
padding: 30px 15px;
margin-bottom: 30px;
color: inherit;
background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding: 48px 0;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
margin-right: auto;
margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7;
}
.thumbnail .caption {
padding: 9px;
color: #333;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.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 {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.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;
}
}
@-o-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 {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.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 {
padding-left: 0;
margin-bottom: 20px;
}
.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-left-radius: 4px;
border-top-right-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
a.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
color: #777;
cursor: not-allowed;
background-color: #eee;
}
.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: #777;
}
.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:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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 {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.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 {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.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 {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.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 {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.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 {
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: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
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: 3px;
border-bottom-left-radius: 3px;
}
.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-left-radius: 3px;
border-top-right-radius: 3px;
}
.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: 3px;
border-bottom-left-radius: 3px;
}
.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-right: 15px;
padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.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: #333;
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: #333;
}
.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;
bottom: 0;
left: 0;
width: 100%;
height: 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: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, .15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.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;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
.modal-header {
min-height: 16.42857143px;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.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, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.4;
filter: alpha(opacity=0);
opacity: 0;
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: .9;
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #000;
border-radius: 4px;
}
.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 {
right: 5px;
bottom: 0;
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: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(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 {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 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 {
content: "";
border-width: 10px;
}
.popover.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0;
}
.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0;
}
.popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.popover.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
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: #999;
border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
perspective: 1000;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 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;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
filter: alpha(opacity=50);
opacity: .5;
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
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;
margin-top: -10px;
font-family: serif;
line-height: 1;
}
.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%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(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 {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: 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,
.visible-sm,
.visible-md,
.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;
}
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;
}
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;
}
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;
}
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;
}
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;
}
}
/*# sourceMappingURL=bootstrap.css.map */
|
web/_site/doc/ru/ruby/global-variables/index.html | slawosz/rubinius | <!DOCTYPE html>
<html dir="ltr" lang="ru">
<head>
<title>Глобальные переменные - Rubinius</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content='ru' http-equiv='content-language'>
<meta content='Rubinius is an implementation of the Ruby programming language. The Rubinius bytecode virtual machine is written in C++. The bytecode compiler is written in pure Ruby. The vast majority of the core library is also written in Ruby, with some supporting primitives that interact with the VM directly.' name='description'>
<link href='/' rel='home'>
<link href='/' rel='start'>
<link href='/doc/ru/ruby/class-variables' rel='prev' title='Переменные класса'>
<link href='/doc/ru/specs' rel='next' title='Спецификации'>
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script><![endif]-->
<script src="/javascripts/jquery-1.3.2.js"></script>
<script src="/javascripts/paging_keys.js"></script>
<script src="/javascripts/application.js"></script>
<style>article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }</style>
<link href="/stylesheets/blueprint/screen.css" media="screen" rel="stylesheet" />
<link href="/stylesheets/application.css" media="screen" rel="stylesheet" />
<link href="/stylesheets/blueprint/print.css" media="print" rel="stylesheet" />
<!--[if IE]><link href="/stylesheets/blueprint/ie.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE]><link href="/stylesheets/ie.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<link href="/stylesheets/pygments.css" media="screen" rel="stylesheet" />
</head>
<body>
<div class='container'>
<div class='span-21 doc_menu'>
<header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a id="blog" href="/blog">Blog</a></li>
<li><a id="documentation" href="/doc/en">Documentation</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/roadmap">Roadmap</a></li>
<li><a href="/releases">Releases</a></li>
</ul>
</nav>
</header>
</div>
<div class='span-3 last'>
<div id='version'>
<a href="/releases/1.2.4">1.2.4</a>
</div>
</div>
</div>
<div class="container languages">
<nav>
<span class="label">Языки:</span>
<ul>
<li><a href="/doc/de/ruby/global-variables/"
>de</a></li>
<li><a href="/doc/en/ruby/global-variables/"
>en</a></li>
<li><a href="/doc/es/ruby/global-variables/"
>es</a></li>
<li><a href="/doc/fr/ruby/global-variables/"
>fr</a></li>
<li><a href="/doc/ja/ruby/global-variables/"
>ja</a></li>
<li><a href="/doc/pl/ruby/global-variables/"
>pl</a></li>
<li><a href="/doc/pt-br/ruby/global-variables/"
>pt-br</a></li>
<li><a href="/doc/ru/ruby/global-variables/"
class="current"
>ru</a></li>
</ul>
</nav>
</div>
<div class="container doc_page_nav">
<span class="label">Назад:</span>
<a href="/doc/ru/ruby/class-variables">Переменные класса</a>
<span class="label">Выше:</span>
<a href="/doc/ru/">Содержание</a>
<span class="label">Вперед:</span>
<a href="/doc/ru/specs">Спецификации</a>
</div>
<div class="container documentation">
<h2>Глобальные переменные</h2>
<div class="review">
<p>This topic has missing or partial documentation. Please help us improve it.</p>
<p>
See <a href="/doc/ru/how-to/write-documentation">How-To - Write Documentation</a>
</p>
</div>
<p>По правилам синтаксиса имя глобальной переменной должно начинаться с <code>$</code>.
Ожидается, что глобальные переменные доступны из любого контекста
Ruby-программы. Вместе с тем, существует три разновидности глобальных
переменных:<strong>истинные</strong>, <strong>тред-локальные</strong> и <strong>псевдоглобальные</strong>.</p>
<p><strong>Истинные</strong> глобальные переменные связывают некоторое значение с
глобально-видимым именем. Пример: <code>$LOAD_PATH</code>.</p>
<p><strong>Тред-локальные</strong> глобальные переменные записываются в нотации
глобальных, но в запущенном процессе программы каждый тред имеет свою
отдельную версию переменной. Примерами тред-локальных глобалей являются
<code>$SAFE</code> и <code>$!</code>. Чтобы убедиться, что их величины зависят от контекста
треда, выполним следующий код:</p>
<pre><code>puts $SAFE
Thread.new do
$SAFE = 2
puts $SAFE
end
puts $SAFE
</code></pre>
<p><strong>Псевдоглобальные</strong> переменные — это ограниченное подмножество имен,
которые ссылаются не на глобальные значения, а на значения в текущей области
видимости, подобно локальным переменным. Их по-прежнему называют глобальными
из-за того, что их имена начинаются со значка доллара, что является источником
недоразумений со стороны пользователей.</p>
<p>Все псевдоглобали построены на основе одной, первичной псевдоглобальной
переменной: <code>$~</code>. Все они обеспечивают доступ к разным частям <code>$~</code>, и потому
при изменении <code>$~</code> все они также изменяются.</p>
<p>Другими псевдоглобалями являются <code>$&</code>, <code>$`</code> (обратный апостроф), <code>$'</code>
(простой апостроф), <code>$+</code> и группа <code>$1</code>, <code>$2</code>, <code>$3</code> и т.п.</p>
<p>Одна из хитростей этих величин состоит в том, что они строго привязаны к текущей
области видимости, но Ruby позволяет создавать на них алиасы, как это сделано
в <code>English.rb</code>.</p>
<p>Эти алиасы служат, в основном, способом добавить новые локальные переменные во
все области видимости, в том числе и уже запущенные. По этой причине Rubinius
не в полной мере их поддерживает. Вместо этого мы просто обеспечиваем алиасы,
по умолчанию записанные в <code>English.rb</code>. Например, <code>$MATCH</code> можно использовать
вместо <code>$~</code> как при включенном <code>English.rb</code>, так и без него.</p>
</div>
<div class="container doc_page_nav">
<span class="label">Назад:</span>
<a href="/doc/ru/ruby/class-variables">Переменные класса</a>
<span class="label">Выше:</span>
<a href="/doc/ru/">Содержание</a>
<span class="label">Вперед:</span>
<a href="/doc/ru/specs">Спецификации</a>
</div>
<div class="container">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'rubinius';
var disqus_identifier = '/doc/ru/ruby/global-variables/';
var disqus_url = 'http://rubini.us/doc/ru/ruby/global-variables/';
(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>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
<footer>
<div class='container'>
<nav>
<ul>
<li><a rel="external" href="http://twitter.com/rubinius">Follow Rubinius on Twitter</a></li>
<li><a rel="external" href="http://github.com/rubinius/rubinius">Fork Rubinius on github</a></li>
<li><a rel="external" href="http://engineyard.com">An Engine Yard project</a></li>
</ul>
</nav>
</div>
</footer>
<script>
var _gaq=[['_setAccount','UA-12328521-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>
|
libgdx/docs/api/com/badlogic/gdx/maps/tiled/tiles/package-frame.html | emeryduh/TeamJones_Project | <!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 Sun Nov 03 15:35:46 CET 2013 -->
<title>com.badlogic.gdx.maps.tiled.tiles (libgdx API)</title>
<meta name="date" content="2013-11-03">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../../../../../com/badlogic/gdx/maps/tiled/tiles/package-summary.html" target="classFrame">com.badlogic.gdx.maps.tiled.tiles</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="AnimatedTiledMapTile.html" title="class in com.badlogic.gdx.maps.tiled.tiles" target="classFrame">AnimatedTiledMapTile</a></li>
<li><a href="StaticTiledMapTile.html" title="class in com.badlogic.gdx.maps.tiled.tiles" target="classFrame">StaticTiledMapTile</a></li>
</ul>
</div>
</body>
</html>
|
_includes/defs.html | danou/RSA | {% assign github_commits = site.github.zip_url | replace: 'zipball', 'commits' %}
{% assign github_blob = site.github.zip_url | replace: 'zipball', 'blob' %}
{% if site.github.is_project_page %}
{% assign github_branch = 'gh-pages' %}
{% else %}
{% assign github_branch = 'master' %}
{% endif %}
|
libs/boost_1_50_0/doc/html/boost_asio/reference/seq_packet_socket_service/set_option.html | djsedulous/namecoind | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>seq_packet_socket_service::set_option</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../seq_packet_socket_service.html" title="seq_packet_socket_service">
<link rel="prev" href="seq_packet_socket_service.html" title="seq_packet_socket_service::seq_packet_socket_service">
<link rel="next" href="shutdown.html" title="seq_packet_socket_service::shutdown">
</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="seq_packet_socket_service.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.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="shutdown.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.seq_packet_socket_service.set_option"></a><a class="link" href="set_option.html" title="seq_packet_socket_service::set_option">seq_packet_socket_service::set_option</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="id1522382"></a>
Set a socket option.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <a class="link" href="../SettableSocketOption.html" title="Settable socket option requirements">SettableSocketOption</a><span class="special">></span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">set_option</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&</span> <span class="identifier">impl</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">SettableSocketOption</span> <span class="special">&</span> <span class="identifier">option</span><span class="special">,</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&</span> <span class="identifier">ec</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2012 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="seq_packet_socket_service.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../seq_packet_socket_service.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="shutdown.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
src/page-module/cartain.html | plain-web/fivee-base | <!DOCTYPE html>
<!--[if lte IE 8]> <html class="ie8 oldie" lang="ja"> <![endif]-->
<!--[if IE 9]> <html class="ie9 oldie" lang="ja"> <![endif]-->
<!--[if gte IE 10]><!--><html lang="ja"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>cartain | レスポンシブ対応のcssフレームワークFivee-base</title>
<meta content="cartainはモジュールを使用する際に使う背景に関する説明です。日本語の説明付きで初心者にも安心。軽量で豊富なパーツのcssフレームワークはFivee-baseが便利です。" name="description">
<meta content="css,フレームワーク,レスポンシブ,フロントエンド" name="keywords">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="telephone=no" name="format-detection">
<meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
<!--[if lte IE 9]> <script src="../js/vendor/html5shiv/dist/html5shiv.min.js"></script> <![endif]-->
<link href="../js/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="../css/theme-default/fivee-base.min.css" rel="stylesheet" type="text/css">
<link href="../css/theme-default/unique.min.css" rel="stylesheet" type="text/css">
<!--[if lte IE 9]> <link href="../css/old-ie.min.css" rel="stylesheet"> <![endif]-->
</head>
<body class="module-cartain">
<!-- header////////////////////////////////////////////// -->
<header class="page-header">
<div class="st-body ef-posi-fix js-aside-remove js-posi-remove">
<div class="st-inner ef-float">
<div class="ef-float-left ef-mgl-10 ef-mgr7 rs3-hide">
<a class="ef-w30 js-aside-main-open" href="javascript:void(0);">
<ul class="ef-float7">
<li>
<i class="fa fa-bars ef-fs30"></i>
</li>
</ul>
</a>
</div>
<div class="ef-float-left">
<a href="../index.html">
<ul class="ef-float3 wrap-logo">
<li>
<div class="logo">
<i class="fa fa-puzzle-piece"></i>
</div>
</li>
<li>
<strong class="ef-lh30">
Fivee-base
</strong>
</li>
</ul>
</a>
</div>
<div class="ef-float-right rs3-show">
<ul class="ef-float20 ef-lh30">
<li>
<ul class="search cp-input-icon-right">
<li>
<i class="fa fa-fw fa-search"></i>
</li>
<li>
<input class="cp-input ef-w100p js-search" placeholder="キーワード検索" type="text">
</li>
</ul>
</li>
<li>
<a href="https://twitter.com/plain_web/" target="_blank">
<ul class="ef-float3">
<li>
<i class="fa fa-twitter fa-fw ef-fs20"></i>
</li>
<li>
HELP
</li>
</ul>
</a>
</li>
<li>
<a href="../index.html">
<ul class="ef-float3">
<li>
<i class="fa fa-info-circle ef-fs20"></i>
</li>
<li>
導入方法
</li>
<li>
<span class="cp-badge ef-cp-red">
18
</span>
</li>
</ul>
</a>
</li>
<li>
<a class="js-popup-open is-fixed js-tpl1" href="javascript:void(0);">
<ul class="notification ef-float3">
<li>
<i class="fa fa-bell ef-fs20"></i>
</li>
<li>
<span class="cp-badge ef-cp-red">
2
</span>
</li>
</ul>
</a>
</li>
<li>
<a class="js-popup-open is-fixed js-tpl0" href="javascript:void(0);">
<ul class="ef-float3">
<li>
<img alt="profile" class="prof" src="../img/myprof.png">
</li>
<li>
<i class="fa fa-caret-down"></i>
</li>
</ul>
</a>
</li>
</ul>
</div>
<div class="ef-float-right rs2-show">
<ul class="ef-float20 ef-lh30">
<li>
<a class="js-popup-open is-fixed js-tpl4" href="javascript:void(0);">
<ul class="ef-float3">
<li>
<i class="fa fa-search ef-fs20"></i>
</li>
</ul>
</a>
</li>
<li>
<a href="https://twitter.com/plain_web/" target="_blank">
<ul class="ef-float3">
<li>
<i class="fa fa-twitter ef-fs20"></i>
</li>
</ul>
</a>
</li>
<li>
<a href="../index.html">
<ul class="notification ef-float3">
<li>
<i class="fa fa-info-circle ef-fs20"></i>
</li>
<li>
<span class="cp-badge ef-cp-red">
18
</span>
</li>
</ul>
</a>
</li>
<li>
<a class="js-popup-open is-fixed js-tpl1" href="javascript:void(0);">
<ul class="notification ef-float3">
<li>
<i class="fa fa-bell ef-fs20"></i>
</li>
<li>
<span class="cp-badge ef-cp-red">
2
</span>
</li>
</ul>
</a>
</li>
<li>
<a class="js-popup-open is-fixed js-tpl0" href="javascript:void(0);">
<ul class="ef-float3">
<li>
<img alt="profile" class="prof" src="../img/myprof.png">
</li>
<li>
<i class="fa fa-caret-down"></i>
</li>
</ul>
</a>
</li>
</ul>
</div>
<div class="ef-float-right rs1-show">
<ul class="ef-float20 ef-lh30">
<li>
<a class="js-nav-slide-open" href="javascript:void(0);">
<ul class="ef-float3">
<li>
<img alt="profile" class="prof" src="../img/myprof.png">
</li>
<li>
<i class="fa fa-caret-down"></i>
</li>
</ul>
</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<!-- page-container////////////////////////////////////////////// -->
<div class="page-container">
<div class="st-body">
<div class="st-inner">
<!-- / page-nav////////////////////////////////////////////// -->
<aside class="page-nav md-aside-main js-aside-main">
<div class="st-body">
<div class="st-inner">
<!-- / side-menu////////////////////////////////////////////// -->
<nav class="md-nav-main">
<div class="st-inner">
<ul class="ef-lh28 js-nav-main">
<li>
<a href="../index.html">
<ul class="ef-float3">
<li>
<i class="fa fa-home"></i>
</li>
<li>
Dashboard
</li>
</ul>
</a>
</li>
<li class="js-nav-main-parent0">
<a href="javascript:void(0);">
<ul class="ef-float3">
<li>
<i class="fa fa-columns"></i>
</li>
<li>
Structure
</li>
<li class="ef-float-right js-ic-arrow">
<i class="fa fa-angle-down"></i>
</li>
</ul>
</a>
<ul class="ef-txt-indent1 js-nav-main-child0" style="display:none;">
<li>
<a href="../page-structure/layout.html">
<ul class="ef-float3">
<li class="ef-mgl3">
layout
</li>
</ul>
</a>
</li>
</ul>
</li>
<li class="js-nav-main-parent1">
<a href="javascript:void(0);">
<ul class="ef-float3">
<li>
<i class="fa fa-cubes"></i>
</li>
<li>
Components
</li>
<li class="ef-float-right js-ic-arrow">
<i class="fa fa-angle-down"></i>
</li>
</ul>
</a>
<ul class="ef-txt-indent1 js-nav-main-child1" style="display:none;">
<li>
<a href="../page-components/form.html">
<ul class="ef-float3">
<li class="ef-mgl3">
form
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/button.html">
<ul class="ef-float3">
<li class="ef-mgl3">
button
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/title.html">
<ul class="ef-float3">
<li class="ef-mgl3">
title
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/list.html">
<ul class="ef-float3">
<li class="ef-mgl3">
list
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/dl.html">
<ul class="ef-float3">
<li class="ef-mgl3">
dl
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/panel.html">
<ul class="ef-float3">
<li class="ef-mgl3">
panel
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/remarks.html">
<ul class="ef-float3">
<li class="ef-mgl3">
remarks
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/breadcrumb.html">
<ul class="ef-float3">
<li class="ef-mgl3">
breadcrumb
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/toolbar.html">
<ul class="ef-float3">
<li class="ef-mgl3">
toolbar
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/underline.html">
<ul class="ef-float3">
<li class="ef-mgl3">
underline
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/image.html">
<ul class="ef-float3">
<li class="ef-mgl3">
image
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/tag.html">
<ul class="ef-float3">
<li class="ef-mgl3">
tag
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/badge.html">
<ul class="ef-float3">
<li class="ef-mgl3">
badge
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/progress-bar.html">
<ul class="ef-float3">
<li class="ef-mgl3">
progress-bar
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/stepbar.html">
<ul class="ef-float3">
<li class="ef-mgl3">
stepbar
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/cursor.html">
<ul class="ef-float3">
<li class="ef-mgl3">
cursor
</li>
</ul>
</a>
</li>
<li>
<a href="../page-components/talkbox.html">
<ul class="ef-float3">
<li class="ef-mgl3">
talkbox
</li>
</ul>
</a>
</li>
</ul>
</li>
<li class="js-nav-main-parent2">
<a href="javascript:void(0);">
<ul class="ef-float3">
<li>
<i class="fa fa-code"></i>
</li>
<li>
Effect Class
</li>
<li class="ef-float-right js-ic-arrow">
<i class="fa fa-angle-down"></i>
</li>
</ul>
</a>
<ul class="ef-txt-indent1 js-nav-main-child2" style="display:none">
<li>
<a href="../page-effect/float.html">
<ul class="ef-float3">
<li class="ef-mgl3">
float
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/align.html">
<ul class="ef-float3">
<li class="ef-mgl3">
align
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/margin.html">
<ul class="ef-float3">
<li class="ef-mgl3">
margin
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/padding.html">
<ul class="ef-float3">
<li class="ef-mgl3">
padding
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/width.html">
<ul class="ef-float3">
<li class="ef-mgl3">
width
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/height.html">
<ul class="ef-float3">
<li class="ef-mgl3">
height
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/line-height.html">
<ul class="ef-float3">
<li class="ef-mgl3">
line-height
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/font-size.html">
<ul class="ef-float3">
<li class="ef-mgl3">
font-size
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/text.html">
<ul class="ef-float3">
<li class="ef-mgl3">
text
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/border.html">
<ul class="ef-float3">
<li class="ef-mgl3">
border
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/radius.html">
<ul class="ef-float3">
<li class="ef-mgl3">
radius
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/heading.html">
<ul class="ef-float3">
<li class="ef-mgl3">
heading
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/color.html">
<ul class="ef-float3">
<li class="ef-mgl3">
color
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/font-color.html">
<ul class="ef-float3">
<li class="ef-mgl3">
font-color
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/bg-color.html">
<ul class="ef-float3">
<li class="ef-mgl3">
bg-color
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/opacity.html">
<ul class="ef-float3">
<li class="ef-mgl3">
opacity
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/overflow.html">
<ul class="ef-float3">
<li class="ef-mgl3">
overflow
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/text-ellipsis.html">
<ul class="ef-float3">
<li class="ef-mgl3">
text-ellipsis
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/rotate.html">
<ul class="ef-float3">
<li class="ef-mgl3">
rotate
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/shadow.html">
<ul class="ef-float3">
<li class="ef-mgl3">
shadow
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/position.html">
<ul class="ef-float3">
<li class="ef-mgl3">
position
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/vertical.html">
<ul class="ef-float3">
<li class="ef-mgl3">
vertical
</li>
</ul>
</a>
</li>
<li>
<a href="../page-effect/centered.html">
<ul class="ef-float3">
<li class="ef-mgl3">
centered
</li>
</ul>
</a>
</li>
</ul>
</li>
<li class="js-nav-main-parent3">
<a href="javascript:void(0);">
<ul class="ef-float3">
<li>
<i class="fa fa-puzzle-piece"></i>
</li>
<li>
Module
</li>
<li class="ef-float-right js-ic-arrow">
<i class="fa fa-angle-down"></i>
</li>
</ul>
</a>
<ul class="ef-txt-indent1 js-nav-main-child3" style="display:none">
<li>
<a href="../page-module/modal.html">
<ul class="ef-float3">
<li class="ef-mgl3">
modal
</li>
</ul>
</a>
</li>
<li class="is-current">
<a href="../page-module/cartain.html">
<ul class="ef-float3">
<li class="ef-mgl3">
cartain
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/popup.html">
<ul class="ef-float3">
<li class="ef-mgl3">
popup
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/tooltip.html">
<ul class="ef-float3">
<li class="ef-mgl3">
tooltip
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/nav.html">
<ul class="ef-float3">
<li class="ef-mgl3">
nav
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/table.html">
<ul class="ef-float3">
<li class="ef-mgl3">
table
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/message.html">
<ul class="ef-float3">
<li class="ef-mgl3">
message
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/toast.html">
<ul class="ef-float3">
<li class="ef-mgl3">
toast
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/pagination.html">
<ul class="ef-float3">
<li class="ef-mgl3">
pagination
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/tab.html">
<ul class="ef-float3">
<li class="ef-mgl3">
tab
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/collapse.html">
<ul class="ef-float3">
<li class="ef-mgl3">
collapse
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/loader.html">
<ul class="ef-float3">
<li class="ef-mgl3">
loader
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/image-viewer.html">
<ul class="ef-float3">
<li class="ef-mgl3">
image-viewer
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/folder.html">
<ul class="ef-float3">
<li class="ef-mgl3">
folder
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/equalizer.html">
<ul class="ef-float3">
<li class="ef-mgl3">
equalizer
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/scroll-top.html">
<ul class="ef-float3">
<li class="ef-mgl3">
scroll-top
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/promo-footer.html">
<ul class="ef-float3">
<li class="ef-mgl3">
promo-footer
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/remover.html">
<ul class="ef-float3">
<li class="ef-mgl3">
remover
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/current.html">
<ul class="ef-float3">
<li class="ef-mgl3">
current
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/number-counter.html">
<ul class="ef-float3">
<li class="ef-mgl3">
number-counter
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/text-ellipsis.html">
<ul class="ef-float3">
<li class="ef-mgl3">
text-ellipsis
</li>
</ul>
</a>
</li>
<li>
<a href="../page-module/clone.html">
<ul class="ef-float3">
<li class="ef-mgl3">
clone
</li>
</ul>
</a>
</li>
</ul>
</li>
<li class="js-nav-main-parent4">
<a href="javascript:void(0);">
<ul class="ef-float3">
<li>
<i class="fa fa-quote-left"></i>
</li>
<li>
State Class
</li>
<li class="ef-float-right js-ic-arrow">
<i class="fa fa-angle-down"></i>
</li>
</ul>
</a>
<ul class="ef-txt-indent1 js-nav-main-child4" style="display:none">
<li>
<a href="../page-state/display.html">
<ul class="ef-float3">
<li class="ef-mgl3">
display
</li>
</ul>
</a>
</li>
<li>
<a href="../page-state/text.html">
<ul class="ef-float3">
<li class="ef-mgl3">
text
</li>
</ul>
</a>
</li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
</div>
</aside>
<!-- / page-main////////////////////////////////////////////// -->
<div class="page-contents">
<div class="st-body js-page-contents">
<div class="st-inner">
<!-- / page title////////////////////////////////////////////// -->
<div class="cp-page-title ef-mgb10">
<div class="st-inner">
<ul class="ef-float20 ef-lh30">
<li>
<h1>
cartain
</h1>
</li>
<li>
<small class="is-nobold ef-fs14">
モジュールを使用する際に使う背景に関する説明です。
</small>
</li>
</ul>
</div>
</div>
<!-- / breadcrumb////////////////////////////////////////////// -->
<div class="cp-breadcrumb-model1 ef-mgb20">
<div class="st-inner ef-float">
<div class="ef-float-left ef-mxw80p">
<ul class="ef-float10 ef-lh24">
<li>
<a href="index.html">
Module
</a>
</li>
<li>
<div class="ef-txt-center">
<i class="fa fa-angle-right"></i>
</div>
</li>
<li>
cartain
</li>
</ul>
</div>
<div class="ef-float-right">
<ul class="ef-float3">
<li class="ef-float-right">
<a class="cp-btn-mini ef-cp-white ef-w30" href="../index.html">
<i class="fa fa-home ef-fs14"></i>
</a>
</li>
<li class="ef-float-right">
<a class="cp-btn-mini ef-cp-white ef-w30 js-popup-open js-tpl2" href="javascript:void(0);">
<i class="fa fa-link ef-fs14"></i>
</a>
</li>
<li class="ef-float-right">
<a class="cp-btn-mini ef-cp-white ef-w30 js-bookmark-open js-tpl3" href="javascript:void(0);">
<i class="fa fa-star-o ef-fs14"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- / panel////////////////////////////////////////////// -->
<div class="cp-panel ef-cp-white ef-w100p">
<div class="st-body">
<div class="st-inner ef-mh400">
<!-- / example00 ////////////////////////////////// -->
<section class="examle-wrap ef-mgb20" id="js-pageTop0">
<div class="st-inner">
<div class="example-title ef-mgb3">
<ul class="ef-float ef-lh25">
<li>
<h2>
cartain
</h2>
</li>
</ul>
</div>
<div class="example-summary ef-fs12 ef-mgb30">
cartainはmodalなど画面に浮き上がるmoduleの背景になります。cartainをクリックする事でmoduleを閉じたり、画面を覆う事でページ内容とmoduleを区別する役割があります。
</div>
<div class="example-box ef-mgb40">
<!-- / example code /////////////////////////// -->
</div>
<div class="example-remarks ef-mgb20">
<div class="cp-remarks ef-cp-blue ef-w100p">
<div class="st-inner">
<div class="st-outer ef-lh20">
カラーを変更する事ができます。HTMLソースのクラス名
<span class="ef-txt-red">
ef-bg-*
</span>
を変更してください。
<span class="js-tooltip-hover">
<span class="md-tooltip-key js-tooltip-key">
white/red/orange/blue/green/yellow/brown/gray/theme
</span>
<a href="javascript:void(0);">
[カラー]
</a>
</span>
<br>
濃度を変更する事ができます。HTMLソースのクラス名
<span class="ef-txt-red">
ef-op*
</span>
の数値を変更してください。
<span class="js-tooltip-hover">
<span class="md-tooltip-key js-tooltip-key">
0/0.1~1.0(0.1単位)
</span>
<a href="javascript:void(0);">
[数値]
</a>
</span>
</div>
</div>
</div>
</div>
<div class="example-btn">
<ul class="ef-float7">
<li>
<a class="cp-btn js-html-show js-example-num04-02-00-00" href="javascript:void(0);">
show cartain
</a>
</li>
</ul>
</div>
<div class="example-box-html js-example-tag-num04-02-00" style="display:none;">
<textarea class="cp-textarea ef-w100p ef-h300 ef-mgt10"></textarea>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer///////////////////////////////////////////// -->
<footer class="page-footer">
<div class="st-body ef-posi-fix">
<div class="st-inner ef-txt-center ef-fs11 ef-lh14">
Copyright © 2016 plain-web all rights reserved.
</div>
</div>
</footer>
<!-- page-modules///////////////////////////////////////////// -->
<div class="page-modules">
<div class="st-body js-aside-remove">
<!-- slide-nav////////////////////////////////////////////// -->
<div class="md-nav-slide rs1-show js-nav-slide">
<div class="st-body">
<div class="st-inner">
<div class="ef-mgb7 ef-pdl10 ef-pdr10">
<ul class="search cp-input-icon-right">
<li>
<i class="fa fa-fw fa-search"></i>
</li>
<li>
<input class="cp-input ef-w100p js-search" placeholder="キーワード検索" type="text">
</li>
</ul>
</div>
<ul class="ef-lh40 cp-list-hover ef-cp-gray">
<li>
<a href="https://twitter.com/plain_web/" target="_blank">
<ul class="ef-float3">
<li>
質問・感想
</li>
</ul>
</a>
</li>
<li>
<a href="../index.html">
<ul class="ef-float3">
<li>
導入方法
</li>
<li>
<span class="cp-badge ef-cp-red">
18
</span>
</li>
</ul>
</a>
</li>
<li>
<a class="js-popup-open js-tpl1" href="javascript:void(0);">
<ul class="ef-float3">
<li>
Message
</li>
<li>
<span class="cp-badge ef-cp-red">
2
</span>
</li>
<li class="js-ic-arrow">
<i class="fa fa-caret-down"></i>
</li>
</ul>
</a>
</li>
<li>
<a href="https://github.com/plain-web/fivee-base/" target="_blank">
Github
</a>
</li>
<li>
<a href="../../../memoru/">
Memoru
</a>
</li>
<li>
<a href="../../../">
Plain-Web
</a>
</li>
<li>
<a href="javascript:void(0);">
ログアウト
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- popup///////////////////////////////////////////// -->
<div class="md-popup js-popup" style="display:none;">
<!-- popup contents type 'js-tpl0' -->
<div class="st-body js-tpl0">
<div class="st-inner ef-w130 ef-sdw02">
<div class="md-popup-arrow js-popup-arrow"></div>
<div class="md-popup-arrow-back js-popup-arrow"></div>
<div class="md-popup-body">
<ul class="cp-list-hover ef-cp-gray">
<li>
<a href="https://github.com/plain-web/fivee-base/" target="_blank">
Github
</a>
</li>
<li>
<a href="../../../memoru/">
Memoru
</a>
</li>
<li>
<a href="../../../">
Plain-Web
</a>
</li>
<li>
<a href="javascript:void(0);">
ログアウト
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- popup contents type 'js-tpl1' -->
<div class="st-body js-tpl1">
<div class="st-inner ef-sdw02">
<div class="md-popup-arrow js-popup-arrow"></div>
<div class="md-popup-arrow-back js-popup-arrow"></div>
<div class="md-popup-body">
<ul class="cp-list-hover ef-cp-gray">
<li>
<a href="javascript:void(0);">
<dl>
<dt class="ef-txt-bold">
plain-web
</dt>
<dd class="ef-txt-ellipsis">
システム予約は15:00にセットされました。
</dd>
</dl>
</a>
<hr class="cp-hr1-dotted ef-mgt3 ef-mgb3">
</li>
<li>
<a href="javascript:void(0);">
<dl>
<dt class="ef-txt-bold">
plain-web
</dt>
<dd class="ef-txt-ellipsis">
システム予約は15:00にセットされました。
</dd>
</dl>
</a>
<hr class="cp-hr1-dotted ef-mgt3 ef-mgb3">
</li>
<li>
<a href="javascript:void(0);">
<dl>
<dt class="ef-txt-bold">
plain-web
</dt>
<dd class="ef-txt-ellipsis">
システム予約は15:00にセットされました。
</dd>
</dl>
</a>
<hr class="cp-hr1-dotted ef-mgt3 ef-mgb3">
</li>
<li>
<a href="javascript:void(0);">
<dl>
<dt class="ef-txt-bold">
plain-web
</dt>
<dd class="ef-txt-ellipsis">
システム予約は15:00にセットされました。
</dd>
</dl>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- popup contents type 'js-tpl2' -->
<div class="st-body js-tpl2">
<div class="st-inner ef-sdw02">
<div class="md-popup-arrow js-popup-arrow"></div>
<div class="md-popup-arrow-back js-popup-arrow"></div>
<div class="md-popup-body">
<ul class="cp-list-hover ef-cp-gray">
<li>
<a href="#js-pageTop0">
cartain
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- popup contents type 'js-tpl3' -->
<div class="st-body js-tpl3">
<div class="st-inner ef-sdw02">
<div class="md-popup-arrow js-popup-arrow"></div>
<div class="md-popup-arrow-back js-popup-arrow"></div>
<div class="md-popup-header ef-mgb10">
<ul class="ef-float">
<li>
<h6>
Bookmark
</h6>
</li>
</ul>
</div>
<div class="md-popup-body ef-pd10 ef-mgb10">
<div class="ef-mgb10">
<ul class="ef-float7 ef-lh30">
<li class="ef-w50 ef-txt-right">
Title
</li>
<li>
<input class="cp-input ef-w150" type="text">
</li>
</ul>
</div>
<div class="div">
<ul class="ef-float7 ef-lh30">
<li class="ef-w50 ef-txt-right">
Folder
</li>
<li>
<select class="cp-input">
<option>
folder
</option>
</select>
</li>
</ul>
</div>
</div>
<div class="md-popup-footer ef-pdb7">
<div class="ef-txt-center">
<a class="cp-btn ef-cp-red ef-w70 js-popup-close js-bookmark-delete" href="javascript:void(0);">
Delete
</a>
<a class="cp-btn ef-w70 js-popup-close" href="javascript:void(0);">
Edit
</a>
</div>
</div>
</div>
</div>
<!-- popup contents type 'js-tpl4' -->
<div class="st-body js-tpl4">
<div class="st-inner ef-sdw02 ef-w250">
<div class="md-popup-arrow js-popup-arrow"></div>
<div class="md-popup-arrow-back js-popup-arrow"></div>
<div class="md-popup-body">
<ul class="search cp-input-icon-right">
<li>
<i class="fa fa-fw fa-search"></i>
</li>
<li>
<input class="cp-input ef-w100p js-search" placeholder="キーワード検索" type="text">
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- tooltip///////////////////////////////////////////// -->
<div class="md-tooltip js-tooltip" style="display:none;">
<div class="st-body ef-mxw170">
<div class="st-inner">
<div class="md-tooltip-wrap js-tooltip-wrap"></div>
<div class="md-balloon js-balloon">
<div class="md-triangle-bottom"></div>
</div>
</div>
</div>
</div>
<!-- scrolltop/////////////////////////////////////////// -->
<div class="md-scrolltop js-scrolltop" style="display:none;">
<div class="st-body ef-sdw01">
<div class="st-inner">
<a class="ef-fs16" href="javascript:void(0);" id="js-pageTop">
<i class="fa fa-chevron-up"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- script//////////////////////////////////////////// -->
<!--[if gte IE 10]><!--><script src="../js/vendor/jquery/dist/jquery.min.js" type="text/javascript"></script><!--<![endif]-->
<!--[if lte IE 9]> <script src="../js/vendor/jquery-legacy/dist/jquery.min.js" type="text/javascript"></script> <![endif]-->
<script src="../js/google-analytics.min.js" type="text/javascript"></script>
<script src="../js/fivee-base.min.js" type="text/javascript"></script>
</body></html> |
libraries/minim/documentation/fileplayer_method_unpatch.html | dibarbet/MusicComposer | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Minim : : FilePlayer : : unpatch</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<center>
<table class="mainTable">
<tr>
<td class="header">
<span class="indexheader">Minim</span><br/>
<span class="indexnavigation">
<a href="index.html">core</a> |
<a href="index_ugens.html">ugens</a> |
<a href="index_analysis.html">analysis</a>
</span>
</td>
<td class="border-left"> </td>
</tr>
<tr>
<td class="classNavigation">
<p class="mainTextName"><A href="ugen_class_ugen.html">UGen</A></p>
<p class="methodName">unpatch</p>
</td>
<td class="mainText border-left">
<p class="memberSectionHeader">Description</p>
Unpatch this UGen from an AudioOutput or other UGen.
This causes this UGen and all UGens patched into it to stop generating audio
if they are not patched to an AudioOuput somewhere else in the chain.
<p class="memberSectionHeader">Signature</p>
<pre>void unpatch(AudioOutput audioOutput)
void unpatch(UGen fromUGen)
</pre>
<p class="memberSectionHeader">Parameters</p>
<span class="parameterName">audioOutput</span> — <span class="parameterDescription">The AudioOutput this UGen should be disconnected from.</span><br/>
<span class="parameterName">fromUGen</span> — <span class="parameterDescription">The UGen to unpatch from.</span><br/>
<p class="memberSectionHeader">Returns</p>
<p>None</p>
<p class="memberSectionHeader">Related</p>
<p class="memberSectionHeader">Example</p>
<pre>None available</pre>
<p class="memberSectionHeader">Usage</p>
Web & Application
</td>
</tr>
</table>
</center>
</body>
</html>
|
index.html | Loke155/fb-dp-viewer | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Stalk profile photos of fb profiles">
<meta name="author" content="shivam dixit">
<link rel="shortcut icon" href="media/img/favicon.ico">
<title>FB Stalker</title>
<!-- Bootstrap core CSS -->
<link href="media/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="media/css/jumbotron-narrow.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#" id="contact">Contact</a></li>
</ul>
<h3 class="text-muted">FB Stalker <small>beta</small></h3>
</div>
<div class="jumbotron">
<h1>Enter profile URL</h1>
<br>
<form id="form">
<div class="form-group">
<input type="text" class="form-control" id="url" name="url" placeholder="https://www.facebook.com/xyz">
</div>
</form>
<p class="lead"> Tired of small thumbnail size profile photos...?</p>
<a class="btn btn-success" id="submit" href="#" role="button">Make It Large...</a></p>
</div>
<div class="row marketing">
<div class="col-lg-6">
<h4>About</h4>
<p>This application shows the display picture of a fb profile in full resolution even if the user has enforced privacy settings and chosen not to make profile photo public.</p><br>
<h4>Disclaimer</h4>
<p>This application is for EDUCATIONAL purpose ONLY. The owner is in no way responsible for any misuse of the information provided. There are no intentions to breach the privacy of users. You are responsibe for any damages caused by this application.</p>
</div>
<div class="col-lg-6">
<h4>How</h4>
<p>This application exploits a flaw in Facebook CDN. This application is just an effort to bring in to notice that social networks are <strong>unreliable</strong> and why it's a bad idea to keep personal information on such sites.</p>
<h4>Note</h4>
<p>This application might break if there are updates from Facebook. In case if it is not working write to - shivamd001 at gmail dot com</p>
</div>
</div>
<div id="popup">
<div class="content">
</div>
</div>
<div id="popup2">
<h2 style="color:white;">Drop in an email to shivamd001 at gmail dot com</h2>
</div>
<div class="footer">
<p>© Shivam Dixit 2014</p>
</div>
</div> <!-- /container -->
<!--le scripts
===============-->
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#contact").click(function(){
$("#popup2").bPopup({opacity: 0.9});
});
$("#form").submit(function(e){
$("#submit").click();
return false;
})
$("#submit").click(function(){
$("#submit").html('Hang tight...');
var url = $("#url").val();
$.ajax({
type: "POST",
url: "get.php",
data: "url="+url,
dataType: "json",
success: function(result) {
$("#submit").html('Make It Large...');
if(result.status)
{
console.log(result.url);
$('#popup').bPopup({
content:'image', //'ajax', 'iframe' or 'image'
contentContainer:'.content',
loadUrl: result.url
});
}
else
{
alert("Some error occured.\n Make sure your url is of the form :\n https://www.facebook.com/username ");
}
}
});
});
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-47304954-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>
<script type="text/javascript" src="media/js/bootstrap.js"></script>
<script type="text/javascript" src="media/js/bpopup.min.js"></script>
</body>
</html> |
node_modules/openpgp/node_modules/grunt-jsdoc/node_modules/ink-docstrap/themes/amelia/index.html | openilabs/crypto | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DocStrap Index</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.amelia.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top ">
<div class="navbar-inner">
<a class="brand" href="index.html">DocStrap</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>
<a href="teams.html">teams</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li>
<a href="car.html">docstrap/car</a>
</li>
<li>
<a href="person.html">docstrap/person</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>
<a href="car.Car.html">Car</a>
</li>
<li>
<a href="person.Person.html">Person</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="mixins.list.html" class="dropdown-toggle" data-toggle="dropdown">Mixins<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li>
<a href="insanity.html">insanity</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="events.list.html" class="dropdown-toggle" data-toggle="dropdown">Events<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li>
<a href="person.Person.html#event:sneeze">sneeze</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>
<a href="global.html#brakeBias">brakeBias</a>
</li>
<li>
<a href="global.html#drift">drift</a>
</li>
<li>
<a href="global.html#start">start</a>
</li>
<li>
<a href="global.html#trailBrake">trailBrake</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<div id="main">
<span class="page-title">Index</span>
<section>
<article><h1>DocStrap</h1>
<p>DocStrap is <a href="http://twitter.github.io/bootstrap/index.html">Bootstrap</a> based template for <a href="http://usejsdoc.org/">JSDoc3</a>.
In addition, it includes all of the themes from <a href="http://bootswatch.com/">Bootswatch</a> giving you a great deal of look
and feel options for your documentation. Additionally, it adds some options to the conf.json file that gives
you even more flexibility to tweak the template to your needs. It will also make your teeth whiter.</p>
<h2>Features</h2>
<ul>
<li>Fixed navigation at page top</li>
<li>Right side TOC for navigation in pages</li>
<li>Themed</li>
<li>Customizable</li>
</ul>
<h3>What It Looks Like</h3>
<p>Here are examples of this template with the different Bootswatch themes:</p>
<ul>
<li><a href="http://terryweiss.github.io/docstrap/themes/amelia">Amelia</a></li>
<li><a href="http://terryweiss.github.io/docstrap/themes/cerulean">Cerulean</a></li>
<li><a href="http://terryweiss.github.io/docstrap/themes/cosmo">Cosmo</a></li>
<li><a href="http://terryweiss.github.io/docstrap/themes/cyborg">Cyborg</a></li>
<li><a href="http://terryweiss.github.io/docstrap/themes/flatly">Flatly</a></li>
<li><a href="http://terryweiss.github.io/docstrap/themes/journal">Journal</a></li>
<li><a href="http://terryweiss.github.io/docstrap/themes/readable">Readable</a></li>
<li><a href="http://terryweiss.github.io/docstrap/themes/simplex">Simplex</a></li>
<li><a href="http://terryweiss.github.io/docstrap/themes/slate">Slate</a></li>
<li><a href="http://terryweiss.github.io/docstrap/themes/spacelab">Spacelab</a></li>
<li><a href="http://terryweiss.github.io/docstrap/themes/spruce">Spruce</a></li>
<li><a href="http://terryweiss.github.io/docstrap/themes/superhero">Superhero</a></li>
<li><a href="http://terryweiss.github.io/docstrap/themes/united">United</a></li>
</ul>
<p>To change your theme, just change it in the <code>conf.json</code> file. See below for details.</p>
<h2>Ooooh, I want it! How do I get it?</h2>
<p>First grab the <a href="https://github.com/terryweiss/docstrap/archive/master.zip">zip file from github.</a> Unzip it
to your favorite hard drive and ask JSDoc to use it. Like so:</p>
<pre><code><path/to/jsdoc>/jsoc mysourcefiles/* -t <path.to.unzipped>/template -c <path.to.unzipped>/conf.json <path.to.output>/</code></pre>
<p>Also take a gander at <a href="http://usejsdoc.org/about-commandline.html">JSDoc's command line options</a>.</p>
<h2>Configuring the template</h2>
<p>DocStrap ships with a <code>conf.json</code> file in the template/ directory. It is just a regular old
<a href="http://usejsdoc.org/about-configuring-jsdoc.html">JSDoc configuration file</a>, but with the following new options:</p>
<pre><code>"templates": {
"systemName" : "{string}",
"footer" : "{string}",
"copyright" : "{string}",
"navType" : "{vertical|inline}",
"theme" : "{theme}",
"linenums" : {boolean},
"collapseSymbols" : {boolean},
"inverseNav" : {boolean}
}</code></pre>
<h3>Options</h3>
<ul>
<li><strong>systemName</strong>
The name of the system being documented. This will appear in the page title for each page</li>
<li><strong>footer</strong>
Any markup want to appear in the footer of each page. This is not processed at all, just printed exactly as you enter it</li>
<li><strong>copyright</strong>
You can add a copyright message below the <em>footer</em> and above the JSDoc timestamp at the bottom of the page</li>
<li><strong>navType</strong>
The template uses top level navigation with dropdowns for the contents of each category. On large systems these dropdowns
can get large enough to expand beyond the page. To make the dropdowns render wider and stack the entries vertically, set this
option to <code>"inline"</code>. Otherwise set it to <code>"vertical"</code> to make them regular stacked dropdowns.</li>
<li><strong>theme</strong>
This is the name of the them you want to use <strong>in all lowercase</strong>. The valid options are<ul>
<li><code>amelia</code></li>
<li><code>cerulean</code></li>
<li><code>cosmo</code></li>
<li><code>cyborg</code></li>
<li><code>flatly</code></li>
<li><code>journal</code></li>
<li><code>readable</code></li>
<li><code>simplex</code></li>
<li><code>slate</code></li>
<li><code>spacelab</code></li>
<li><code>spruce</code></li>
<li><code>superhero</code></li>
<li><code>united</code></li>
</ul>
</li>
<li><strong>linenums</strong>
When true, line numbers will appear in the source code listing. If you have
<a href="http://usejsdoc.org/about-configuring-jsdoc.html">also turned that on</a>.</li>
<li><strong>collapseSymbols</strong>
If your pages have a large number of symbols, it can be easy to get lost in all the text. If you turn this to <code>true</code>
all of the symbols in the page will roll their contents up so that you just get a list of symbols that can be expanded
and collapsed.</li>
<li><strong>inverseNav</strong>
Bootstrap navbars come in two flavors, regular and inverse where inverse is generally higher contrast. Set this to <code>true</code> to
use the inverse header.</li>
</ul>
<h2>Customizing DocStrap</h2>
<p>No template can meet every need and customizing templates is a favorite pastime of....well, no-one, but you may need to anyway.
First make sure you have <a href="https://github.com/bower/bower">bower</a> and <a href="https://github.com/gruntjs/grunt-cli">grunt-cli</a> installed.
Fetch the source using <code>git</code> or grab the <a href="https://github.com/terryweiss/docstrap/archive/master.zip">zip file from github.</a> and unzip
it somewhere. Everything that follows happens in the unzip directory.</p>
<p>Next, prepare the environment:</p>
<pre><code>bower install</code></pre>
<p>and</p>
<pre><code>grunt install</code></pre>
<p>When that is done, you have all of the tools to start modifying the template. The template, like Bootstrap, used <a href="http://lesscss.org/">less</a>.
The way it works is that <code>./styles/main.less</code> pulls in the bootstrap files uncompiled so that you have access to all of bootstraps mixins, colors,
etc, that you would want. There are two more files in that directory, <code>variables.less</code>, <code>bootswatch.less</code>. These are the
theme files and you can modify them, but keep in mind that if you apply a new theme (see below) those files will be overwritten. It is best
to keep your changes to the <code>main.less</code> file.</p>
<p>To compile your changes to <code>main.less</code> and any other files it loads up,</p>
<pre><code>grunt less</code></pre>
<p>The output is will be put in <code>./template/static/styles/site.<theme-name>.css</code>. The next time you create your documentation, it
will have the new css file included.</p>
<p>To apply a different template to the <code>styles</code> directory to modify, open up the <code>conf.json</code> in the template directory and
change the <code>theme</code> option to the theme you want. Then</p>
<pre><code>grunt apply</code></pre>
<p>And the new theme will be in <code>variables.less</code>, <code>bootswatch.less</code>. Don't forget to compile your changes using <code>grunt apply</code> to
get that change into the template.</p>
<p><strong>NOTE</strong> that these steps are not necessary to just change the theme, this is only to modify the theme. If all you want to do is
change the theme, just update conf.json with the new theme and build your docs!</p>
<h2>Contributing</h2>
<p>Yes! Contribute! Test! Share your ideas! Report Bugs!</p>
<h2>Roadmap</h2>
<ul>
<li>Integrate Darkstrap</li>
<li>Make plain old bootstrap an option (doh!)</li>
<li><del>Jump to source line numbers</del></li>
<li>Document publish.js</li>
</ul>
<h2>History</h2>
<h3>v0.2.0</h3>
<ul>
<li>Added jump to source linenumers - still a problem scrolling with fixed header</li>
<li>changed syntax highlighter to <a href="http://sunlightjs.com/">sunlight</a></li>
<li>Modify incoming bootswatch files to make font calls without protocol.</li>
</ul>
<h3>v0.1.0</h3>
<p>Initial release</p>
<h2>Notices</h2>
<p>If you like DocStrap, be sure and check out these excellent projects and support them!</p>
<p><a href="https://github.com/jsdoc3/jsdoc/blob/master/LICENSE.md">JSDoc3 is licensed under the Apache License</a></p>
<p><a href="https://github.com/twitter/bootstrap/blob/master/LICENSE">So is Bootstrap</a></p>
<p><a href="https://github.com/thomaspark/bootswatch/blob/gh-pages/LICENSE">And Bootswatch</a></p>
<p><a href="https://github.com/jgallen23/toc/blob/master/LICENSE">TOC is licensed under MIT</a></p>
<p><a href="https://github.com/gruntjs/grunt-cli/blob/master/LICENSE-MIT">Grunt is also MIT</a></p>
<p>DocStrap <a href="https://github.com/terryweiss/docstrap/blob/master/LICENSE.md">is licensed under the MIT license.</a></p>
<p><a href="http://sunlightjs.com/">Sunlight uses the WTFPL</a></p>
<h2>License</h2>
<p>DocStrap Copyright (c) 2012-2013Terry Weiss. All rights reserved.</p>
<p>Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:</p>
<p>The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.</p></article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Copyright © 2012-2103 Terry Weiss, Eery Wrists. All rights reserved.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a>
on Sun Jun 09 2013 11:50:19 GMT-0400 (EDT) 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:, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
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> |
third_lib/glm/0.9.9.5/share/doc/glm/api/search/all_b.html | kumakoko/KumaGL | <!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"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="all_b.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Loading...</div>
<div id="SRResults"></div>
<script type="text/javascript"><!--
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
--></script>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
<script type="text/javascript"><!--
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
/* @license-end */
--></script>
</div>
</body>
</html>
|
web/bundles/concursoestaticas/css/footerStyle.css | buelna/concurso |
* {
margin: 0;
}
html, body {
height: 100%;
}
.page-wrap {
min-height: 100%;
/* equal to footer height */
margin-bottom: -142px;
}
.page-wrap:after {
content: "";
display: block;
}
.page-wrap:after {
/* .push must be the same height as footer */
height: 142px;
}
|
libs/boost_1_50_0/doc/html/boost_asio/reference/posix__basic_descriptor/native.html | djsedulous/namecoind | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::native</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="lowest_layer_type.html" title="posix::basic_descriptor::lowest_layer_type">
<link rel="next" href="native_handle.html" title="posix::basic_descriptor::native_handle">
</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="lowest_layer_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../posix__basic_descriptor.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="native_handle.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.posix__basic_descriptor.native"></a><a class="link" href="native.html" title="posix::basic_descriptor::native">posix::basic_descriptor::native</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="id1461474"></a>
(Deprecated: Use <code class="computeroutput"><span class="identifier">native_handle</span><span class="special">()</span></code>.) Get the native descriptor representation.
</p>
<pre class="programlisting"><span class="identifier">native_type</span> <span class="identifier">native</span><span class="special">();</span>
</pre>
<p>
This function may be used to obtain the underlying representation of the
descriptor. This is intended to allow access to native descriptor functionality
that is not otherwise provided.
</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-2012 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="lowest_layer_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../posix__basic_descriptor.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="native_handle.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
themes/Just-Read/templates/article.html | heladio/my-blog | {% extends "base.html" %}
{% block title %}{{ article.title }} - {{ SITENAME }}{% endblock %}
{% block content %}
<div role="main" class="content clearfix">
<article>
<div class="post wrapper">
<h1>{{ article.title }}</h1>
{{ article.content }}
<a href="https://twitter.com/share" class="twitter-share-button" data-via="{{ TWITTER_USERNAME }}" data-lang="en" data-size="large" data-related="{{ TWITTER_USERNAME }}">Tweet</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>
{% if DISQUS_SITENAME %}
<div class="comments">
<h2>Comments !</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_identifier = "{{ article.url }}";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//{{ DISQUS_SITENAME }}.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
{% endif %}
</div>
{% include 'metadata.html' %}
</article>
</div>
{% endblock %}
|
vendor/angular-1.5.0-rc.0/docs/partials/api/ng/directive/ngBind.html | confapp/data_manager | <a href='https://github.com/angular/angular.js/edit/v1.5.x/src/ng/directive/ngBind.js?message=docs(ngBind)%3A%20describe%20your%20change...#L3' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.5.0-rc.0/src/ng/directive/ngBind.js#L3' class='view-source pull-right btn btn-primary'>
<i class="glyphicon glyphicon-zoom-in"> </i>View Source
</a>
<header class="api-profile-header">
<h1 class="api-profile-header-heading">ngBind</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
- directive in module <a href="api/ng">ng</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>The <code>ngBind</code> attribute tells Angular to replace the text content of the specified HTML element
with the value of a given expression, and to update the text content when the value of that
expression changes.</p>
<p>Typically, you don't use <code>ngBind</code> directly, but instead you use the double curly markup like
<code>{{ expression }}</code> which is similar but less verbose.</p>
<p>It is preferable to use <code>ngBind</code> instead of <code>{{ expression }}</code> if a template is momentarily
displayed by the browser in its raw state before Angular compiles it. Since <code>ngBind</code> is an
element attribute, it makes the bindings invisible to the user while the page is loading.</p>
<p>An alternative solution to this problem would be using the
<a href="api/ng/directive/ngCloak">ngCloak</a> directive.</p>
</div>
<div>
<h2>Directive Info</h2>
<ul>
<li>This directive executes at priority level 0.</li>
</ul>
<h2 id="usage">Usage</h2>
<div class="usage">
<ul>
<li>as attribute:
<pre><code><ANY ng-bind="expression"> ... </ANY></code></pre>
</li>
<li>as CSS class:
<pre><code><ANY class="ng-bind: expression;"> ... </ANY></code></pre>
</li>
</div>
<section class="api-section">
<h3>Arguments</h3>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
ngBind
</td>
<td>
<a href="" class="label type-hint type-hint-expression">expression</a>
</td>
<td>
<p><a href="guide/expression">Expression</a> to evaluate.</p>
</td>
</tr>
</tbody>
</table>
</section>
<h2 id="example">Example</h2><p>Enter a name in the Live Preview text box; the greeting below the text box changes instantly.
<div>
<a ng-click="openPlunkr('examples/example-example60', $event)" class="btn pull-right">
<i class="glyphicon glyphicon-edit"> </i>
Edit in Plunker</a>
<div class="runnable-example"
path="examples/example-example60"
module="bindExample">
<div class="runnable-example-file"
name="index.html"
language="html"
type="html">
<pre><code><script> angular.module('bindExample', []) .controller('ExampleController', ['$scope', function($scope) { $scope.name = 'Whirled'; }]); </script> <div ng-controller="ExampleController"> <label>Enter name: <input type="text" ng-model="name"></label><br> Hello <span ng-bind="name"></span>! </div></code></pre>
</div>
<div class="runnable-example-file"
name="protractor.js"
type="protractor"
language="js">
<pre><code>it('should check ng-bind', function() { var nameInput = element(by.model('name')); expect(element(by.binding('name')).getText()).toBe('Whirled'); nameInput.clear(); nameInput.sendKeys('world'); expect(element(by.binding('name')).getText()).toBe('world'); });</code></pre>
</div>
<iframe class="runnable-example-frame" src="examples/example-example60/index.html" name="example-example60"></iframe>
</div>
</div>
</p>
</div>
|
www/static/admin/js/bootstrap-treeview/example-dom.html | arterli/CmsWing | <!DOCTYPE html>
<html>
<head>
<title>Bootstrap Tree View</title>
<link href="http://libs.useso.com/js/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-treeview.css" rel="stylesheet">
</head>
<body>
<div class="container">
<h1>Bootstrap Tree View - DOM Tree</h1>
<br/>
<div class="row">
<div class="col-sm-12">
<label for="treeview"></label>
<div id="treeview"/>
</div>
</div>
</div>
<script src="http://libs.useso.com/js/jquery/2.1.1/jquery.min.js"></script>
<script src="js/bootstrap-treeview.js"></script>
<script type="text/javascript">
function buildDomTree() {
var data = [];
function walk(nodes, data) {
if (!nodes) { return; }
$.each(nodes, function (id, node) {
var obj = {
id: id,
text: node.nodeName + " - " + (node.innerText ? node.innerText : ''),
tags: [node.childElementCount > 0 ? node.childElementCount + ' child elements' : '']
};
if (node.childElementCount > 0) {
obj.nodes = [];
walk(node.children, obj.nodes);
}
data.push(obj);
});
}
walk($('html')[0].children, data);
return data;
}
$(function() {
var options = {
bootstrap2: false,
showTags: true,
levels: 5,
data: buildDomTree()
};
$('#treeview').treeview(options);
});
</script>
</body>
|
deps/boost_1_77_0/libs/json/doc/html/json/ref/boost__json__monotonic_resource/monotonic_resource/overload3.html | davehorton/drachtio-server | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>monotonic_resource::monotonic_resource (3 of 6 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="../../../../index.html" title="Chapter 1. Boost.JSON">
<link rel="up" href="../monotonic_resource.html" title="monotonic_resource::monotonic_resource">
<link rel="prev" href="overload2.html" title="monotonic_resource::monotonic_resource (2 of 6 overloads)">
<link rel="next" href="overload4.html" title="monotonic_resource::monotonic_resource (4 of 6 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="overload2.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../monotonic_resource.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload4.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h6 class="title">
<a name="json.ref.boost__json__monotonic_resource.monotonic_resource.overload3"></a><a class="link" href="overload3.html" title="monotonic_resource::monotonic_resource (3 of 6 overloads)">monotonic_resource::monotonic_resource
(3 of 6 overloads)</a>
</h6></div></div></div>
<p>
Constructor.
</p>
<h7><a name="json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.h0"></a>
<span class="phrase"><a name="json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.synopsis"></a></span><a class="link" href="overload3.html#json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.synopsis">Synopsis</a>
</h7><pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">N</span><span class="special">></span>
<span class="identifier">monotonic_resource</span><span class="special">(</span>
<span class="keyword">unsigned</span> <span class="keyword">char</span><span class="special">(&)</span> <span class="identifier">buffer</span> <span class="special">[</span><span class="identifier">N</span><span class="special">],</span>
<span class="identifier">storage_ptr</span> <span class="identifier">upstream</span> <span class="special">=</span> <span class="special">{});</span>
</pre>
<h7><a name="json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.h1"></a>
<span class="phrase"><a name="json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.description"></a></span><a class="link" href="overload3.html#json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.description">Description</a>
</h7><p>
This constructs the resource and indicates that subsequent allocations
should use the specified caller-owned buffer. When this buffer is exhausted,
dynamic allocations from the upstream resource are made.
</p>
<p>
This constructor is guaranteed not to perform any dynamic allocations.
</p>
<h7><a name="json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.h2"></a>
<span class="phrase"><a name="json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.complexity"></a></span><a class="link" href="overload3.html#json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.complexity">Complexity</a>
</h7><p>
Constant.
</p>
<h7><a name="json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.h3"></a>
<span class="phrase"><a name="json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.exception_safety"></a></span><a class="link" href="overload3.html#json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.exception_safety">Exception
Safety</a>
</h7><p>
No-throw guarantee.
</p>
<h7><a name="json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.h4"></a>
<span class="phrase"><a name="json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.parameters"></a></span><a class="link" href="overload3.html#json.ref.boost__json__monotonic_resource.monotonic_resource.overload3.parameters">Parameters</a>
</h7><div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">buffer</span></code>
</p>
</td>
<td>
<p>
The buffer to use. Ownership is not transferred; the caller
is responsible for ensuring that the lifetime of the buffer
extends until the resource is destroyed.
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">upstream</span></code>
</p>
</td>
<td>
<p>
An optional upstream memory resource to use for performing
internal dynamic allocations. If this parameter is omitted,
the default resource is used.
</p>
</td>
</tr>
</tbody>
</table></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 © 2019, 2020 Vinnie Falco<br>Copyright © 2020 Krystian Stasiowski<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="overload2.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../monotonic_resource.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload4.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
ext/c++/thirdpart/c++/boost/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_2within_8hpp.html | yinchunlong/abelkhan-1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Boost.Geometry (aka GGL, Generic Geometry Library)</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head>
<table cellpadding="2" width="100%">
<tbody>
<tr>
<td valign="top">
<img alt="Boost.Geometry" src="images/ggl-logo-big.png" height="80" width="200">
</td>
<td valign="top" align="right">
<a href="http://www.boost.org">
<img alt="Boost C++ Libraries" src="images/accepted_by_boost.png" height="80" width="230" border="0">
</a>
</td>
</tr>
</tbody>
</table>
<!-- Generated by Doxygen 1.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></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>
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> |
<a href="#namespaces">Namespaces</a> </div>
<div class="headertitle">
<div class="title">/home/travis/build/boostorg/boost/boost/geometry/strategies/within.hpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1geometry_1_1strategy_1_1within_1_1services_1_1default__strategy.html">boost::geometry::strategy::within::services::default_strategy< TagContained, TagContaining, CastedTagContained, CastedTagContaining, CsTagContained, CsTagContaining, GeometryContained, GeometryContaining ></a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Traits class binding a within determination strategy to a coordinate system. <a href="structboost_1_1geometry_1_1strategy_1_1within_1_1services_1_1default__strategy.html#details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost.html">boost</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry.html">boost::geometry</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy.html">boost::geometry::strategy</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1within.html">boost::geometry::strategy::within</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1geometry_1_1strategy_1_1within_1_1services.html">boost::geometry::strategy::within::services</a></td></tr>
</table>
</div><!-- contents -->
<hr size="1">
<table width="100%">
<tbody>
<tr>
<td align="left"><small>
<p>April 2, 2011</p>
</small></td>
<td align="right">
<small>
Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands<br>
Copyright © 2008-2011 Bruno Lalande, Paris, France<br>
Copyright © 2009-2010 Mateusz Loskot, London, UK<br>
</small>
</td>
</tr>
</tbody>
</table>
<address style="text-align: right;"><small>
Documentation is generated by <a href="http://www.doxygen.org/index.html">Doxygen</a>
</small></address>
</body>
</html>
|
src/demo/index.html | Klaudit/smartmenus | <!DOCTYPE html>
<html lang="en-US">
<head>
<title>SmartMenus jQuery Website Menu - jQuery Plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<!-- jQuery -->
<script type="text/javascript" src="../libs/jquery/jquery.js"></script>
<!-- SmartMenus jQuery plugin -->
<script type="text/javascript" src="../jquery.smartmenus.js"></script>
<!-- SmartMenus jQuery init -->
<script type="text/javascript">
$(function() {
$('#main-menu').smartmenus({
subMenusSubOffsetX: 1,
subMenusSubOffsetY: -8
});
});
</script>
<!-- SmartMenus core CSS (required) -->
<link href="../css/sm-core-css.css" rel="stylesheet" type="text/css" />
<!-- "sm-blue" menu theme (optional, you can use your own CSS, too) -->
<link href="../css/sm-blue/sm-blue.css" rel="stylesheet" type="text/css" />
<!-- #main-menu config - instance specific stuff not covered in the theme -->
<!-- Put this in an external stylesheet if you want the media query to work in IE8 (e.g. where the rest of your page styles are) -->
<style type="text/css">
@media screen and (min-width: 768px) {
#main-menu {
position:relative;
z-index:9999;
width:auto;
}
#main-menu ul {
width:12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
}
}
</style>
<!-- Respond.js for IE8 support of media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- YOU DO NOT NEED THIS - demo page content styles -->
<link href="../libs/demo-assets/demo.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav role="navigation">
<!-- Sample menu definition -->
<ul id="main-menu" class="sm sm-blue">
<li><a href="http://www.smartmenus.org/">Home</a></li>
<li><a href="http://www.smartmenus.org/about/">About</a>
<ul>
<li><a href="http://www.smartmenus.org/about/introduction-to-smartmenus-jquery/">Introduction to SmartMenus jQuery</a></li>
<li><a href="http://www.smartmenus.org/about/themes/">Themes</a></li>
<li><a href="http://vadikom.com/about/#vasil-dinkov">The author</a></li>
<li><a href="http://www.smartmenus.org/about/vadikom/">The company</a>
<ul>
<li><a href="http://vadikom.com/about/">About Vadikom</a></li>
<li><a href="http://vadikom.com/projects/">Projects</a></li>
<li><a href="http://vadikom.com/services/">Services</a></li>
<li><a href="http://www.smartmenus.org/about/vadikom/privacy-policy/">Privacy policy</a></li>
</ul>
</li>
<li><a href="http://www.smartmenus.org/about/old-smartmenus-versions/">Old SmartMenus versions</a></li>
</ul>
</li>
<li><a href="http://www.smartmenus.org/download/">Download</a></li>
<li><a href="http://www.smartmenus.org/support/">Support</a>
<ul>
<li><a href="http://www.smartmenus.org/support/premium-support/">Premium support</a></li>
<li><a href="http://www.smartmenus.org/support/forums/">Forums</a></li>
</ul>
</li>
<li><a href="http://www.smartmenus.org/docs/">Docs</a></li>
<li><a href="#">Sub test</a>
<ul>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#" class="disabled">Disabled menu item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">more...</a>
<ul>
<li><a href="#">A pretty long text to test the default subMenusMaxWidth:20em setting for the sub menus</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">more...</a>
<ul>
<li><a href="#">Dummy item</a></li>
<li><a href="#" class="current">A 'current' class item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">more...</a>
<ul>
<li><a href="#">subMenusMinWidth</a></li>
<li><a href="#">10em</a></li>
<li><a href="#">forced.</a></li>
</ul>
</li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
</ul>
</li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">A pretty long text to test the default subMenusMaxWidth:20em setting for the sub menus</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">A pretty long text to test the default subMenusMaxWidth:20em setting for the sub menus</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">A pretty long text to test the default subMenusMaxWidth:20em setting for the sub menus</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">A pretty long text to test the default subMenusMaxWidth:20em setting for the sub menus</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">A pretty long text to test the default subMenusMaxWidth:20em setting for the sub menus</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
<li><a href="#">Dummy item</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#">Mega menu</a>
<ul class="mega-menu">
<li>
<!-- The mega drop down contents -->
<div style="width:400px;max-width:100%;">
<div style="padding:5px 24px;">
<p>This is a mega drop down test. Just set the "mega-menu" class to the parent UL element to inform the SmartMenus script. It can contain <strong>any HTML</strong>.</p>
<p>Just style the contents as you like (you may need to reset some SmartMenus inherited styles - e.g. for lists, links, etc.)</p>
</div>
</div>
</li>
</ul>
</li>
</ul>
</nav>
<!-- =============================================================================== -->
<!-- ================= YOU DO NOT NEED ANYTHING AFTER THIS COMMENT ================= -->
<!-- =============================================================================== -->
<div class="columns">
<div class="left-column">
<div id="content">
<h1>SmartMenus</h1>
<p>jQuery website menu plugin. Responsive and accessible list-based website menus that work on all devices.</p>
<ul>
<li><a href="http://www.smartmenus.org/docs/">Getting started and API documentation</a></li>
<li><a href="https://github.com/vadikom/smartmenus/issues">Bugs and issues</a></li>
<li><a href="http://www.smartmenus.org/forums/">Support forums</a></li>
</ul>
<h2>Examples</h2>
<ul>
<li><a href="keyboard-navigation.html">Keyboard Addon</a></li>
<li><a href="bootstrap-navbar.html">Bootstrap Addon (Navbar)</a></li>
<li><a href="bootstrap-navbar-static-top.html">Bootstrap Addon (Navbar static top)</a></li>
<li><a href="bootstrap-navbar-fixed-top.html">Bootstrap Addon (Navbar fixed top)</a></li>
<li><a href="bootstrap-navbar-fixed-bottom.html">Bootstrap Addon (Navbar fixed bottom)</a></li>
</ul>
</div>
</div>
<div class="right-column">
<script type="text/javascript" src="../libs/demo-assets/themes-switcher.js"></script>
</div>
</div>
</body>
</html> |
include/dlib-18.9/docs/dlib/image_saver/save_png.cpp.html | eldilibra/mudsling | <html><!-- Created using the cpp_pretty_printer from the dlib C++ library. See http://dlib.net for updates. --><head><title>dlib C++ Library - save_png.cpp</title></head><body bgcolor='white'><pre>
<font color='#009900'>// Copyright (C) 2011 Davis E. King (davis@dlib.net)
</font><font color='#009900'>// License: Boost Software License See LICENSE.txt for the full license.
</font><font color='#0000FF'>#ifndef</font> DLIB_SAVE_PnG_CPP__
<font color='#0000FF'>#define</font> DLIB_SAVE_PnG_CPP__
<font color='#009900'>// only do anything with this file if DLIB_PNG_SUPPORT is defined
</font><font color='#0000FF'>#ifdef</font> DLIB_PNG_SUPPORT
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='save_png.h.html'>save_png.h</a>"
<font color='#0000FF'>#include</font> <font color='#5555FF'><</font>cstdio<font color='#5555FF'>></font>
<font color='#0000FF'>#include</font> <font color='#5555FF'><</font>png.h<font color='#5555FF'>></font>
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../byte_orderer.h.html'>../byte_orderer.h</a>"
<font color='#0000FF'>namespace</font> dlib
<b>{</b>
<font color='#009900'>// Don't do anything when libpng calls us to tell us about an error. Just return to
</font> <font color='#009900'>// our own code and throw an exception (at the long jump target).
</font> <font color='#0000FF'><u>void</u></font> <b><a name='png_reader_user_error_fn_silent'></a>png_reader_user_error_fn_silent</b><font face='Lucida Console'>(</font>png_structp png_struct, png_const_charp <font face='Lucida Console'>)</font>
<b>{</b>
<font color='#BB00BB'>longjmp</font><font face='Lucida Console'>(</font><font color='#BB00BB'>png_jmpbuf</font><font face='Lucida Console'>(</font>png_struct<font face='Lucida Console'>)</font>,<font color='#979000'>1</font><font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'><u>void</u></font> <b><a name='png_reader_user_warning_fn_silent'></a>png_reader_user_warning_fn_silent</b><font face='Lucida Console'>(</font>png_structp , png_const_charp <font face='Lucida Console'>)</font>
<b>{</b>
<b>}</b>
<font color='#0000FF'>namespace</font> impl
<b>{</b>
<font color='#0000FF'><u>void</u></font> <b><a name='impl_save_png'></a>impl_save_png</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> std::string<font color='#5555FF'>&</font> file_name,
std::vector<font color='#5555FF'><</font><font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>char</u></font><font color='#5555FF'>*</font><font color='#5555FF'>></font><font color='#5555FF'>&</font> row_pointers,
<font color='#0000FF'>const</font> <font color='#0000FF'><u>long</u></font> width,
<font color='#0000FF'>const</font> png_type type,
<font color='#0000FF'>const</font> <font color='#0000FF'><u>int</u></font> bit_depth
<font face='Lucida Console'>)</font>
<b>{</b>
FILE <font color='#5555FF'>*</font>fp;
png_structp png_ptr;
png_infop info_ptr;
<font color='#009900'>/* Open the file */</font>
fp <font color='#5555FF'>=</font> <font color='#BB00BB'>fopen</font><font face='Lucida Console'>(</font>file_name.<font color='#BB00BB'>c_str</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, "<font color='#CC0000'>wb</font>"<font face='Lucida Console'>)</font>;
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>fp <font color='#5555FF'>=</font><font color='#5555FF'>=</font> NULL<font face='Lucida Console'>)</font>
<font color='#0000FF'>throw</font> <font color='#BB00BB'>image_save_error</font><font face='Lucida Console'>(</font>"<font color='#CC0000'>Unable to open </font>" <font color='#5555FF'>+</font> file_name <font color='#5555FF'>+</font> "<font color='#CC0000'> for writing.</font>"<font face='Lucida Console'>)</font>;
<font color='#009900'>/* Create and initialize the png_struct with the desired error handler
* functions. If you want to use the default stderr and longjump method,
* you can supply NULL for the last three parameters. We also check that
* the library version is compatible with the one used at compile time,
* in case we are using dynamically linked libraries. REQUIRED.
*/</font>
png_ptr <font color='#5555FF'>=</font> <font color='#BB00BB'>png_create_write_struct</font><font face='Lucida Console'>(</font>PNG_LIBPNG_VER_STRING, NULL, <font color='#5555FF'>&</font>png_reader_user_error_fn_silent, <font color='#5555FF'>&</font>png_reader_user_warning_fn_silent<font face='Lucida Console'>)</font>;
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>png_ptr <font color='#5555FF'>=</font><font color='#5555FF'>=</font> NULL<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#BB00BB'>fclose</font><font face='Lucida Console'>(</font>fp<font face='Lucida Console'>)</font>;
<font color='#0000FF'>throw</font> <font color='#BB00BB'>image_save_error</font><font face='Lucida Console'>(</font>"<font color='#CC0000'>Error while writing PNG file </font>" <font color='#5555FF'>+</font> file_name<font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#009900'>/* Allocate/initialize the image information data. REQUIRED */</font>
info_ptr <font color='#5555FF'>=</font> <font color='#BB00BB'>png_create_info_struct</font><font face='Lucida Console'>(</font>png_ptr<font face='Lucida Console'>)</font>;
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>info_ptr <font color='#5555FF'>=</font><font color='#5555FF'>=</font> NULL<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#BB00BB'>fclose</font><font face='Lucida Console'>(</font>fp<font face='Lucida Console'>)</font>;
<font color='#BB00BB'>png_destroy_write_struct</font><font face='Lucida Console'>(</font><font color='#5555FF'>&</font>png_ptr, NULL<font face='Lucida Console'>)</font>;
<font color='#0000FF'>throw</font> <font color='#BB00BB'>image_save_error</font><font face='Lucida Console'>(</font>"<font color='#CC0000'>Error while writing PNG file </font>" <font color='#5555FF'>+</font> file_name<font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#009900'>/* Set error handling. REQUIRED if you aren't supplying your own
* error handling functions in the png_create_write_struct() call.
*/</font>
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font><font color='#BB00BB'>setjmp</font><font face='Lucida Console'>(</font><font color='#BB00BB'>png_jmpbuf</font><font face='Lucida Console'>(</font>png_ptr<font face='Lucida Console'>)</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>
<b>{</b>
<font color='#009900'>/* If we get here, we had a problem writing the file */</font>
<font color='#BB00BB'>fclose</font><font face='Lucida Console'>(</font>fp<font face='Lucida Console'>)</font>;
<font color='#BB00BB'>png_destroy_write_struct</font><font face='Lucida Console'>(</font><font color='#5555FF'>&</font>png_ptr, <font color='#5555FF'>&</font>info_ptr<font face='Lucida Console'>)</font>;
<font color='#0000FF'>throw</font> <font color='#BB00BB'>image_save_error</font><font face='Lucida Console'>(</font>"<font color='#CC0000'>Error while writing PNG file </font>" <font color='#5555FF'>+</font> file_name<font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'><u>int</u></font> color_type <font color='#5555FF'>=</font> <font color='#979000'>0</font>;
<font color='#0000FF'>switch</font><font face='Lucida Console'>(</font>type<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>case</font> png_type_rgb: color_type <font color='#5555FF'>=</font> PNG_COLOR_TYPE_RGB; <font color='#0000FF'>break</font>;
<font color='#0000FF'>case</font> png_type_rgb_alpha: color_type <font color='#5555FF'>=</font> PNG_COLOR_TYPE_RGB_ALPHA; <font color='#0000FF'>break</font>;
<font color='#0000FF'>case</font> png_type_gray: color_type <font color='#5555FF'>=</font> PNG_COLOR_TYPE_GRAY; <font color='#0000FF'>break</font>;
<font color='#0000FF'>default</font>:
<b>{</b>
<font color='#BB00BB'>fclose</font><font face='Lucida Console'>(</font>fp<font face='Lucida Console'>)</font>;
<font color='#BB00BB'>png_destroy_write_struct</font><font face='Lucida Console'>(</font><font color='#5555FF'>&</font>png_ptr, <font color='#5555FF'>&</font>info_ptr<font face='Lucida Console'>)</font>;
<font color='#0000FF'>throw</font> <font color='#BB00BB'>image_save_error</font><font face='Lucida Console'>(</font>"<font color='#CC0000'>Invalid color type</font>"<font face='Lucida Console'>)</font>;
<b>}</b>
<b>}</b>
<font color='#009900'>/* Set up the output control if you are using standard C streams */</font>
<font color='#BB00BB'>png_init_io</font><font face='Lucida Console'>(</font>png_ptr, fp<font face='Lucida Console'>)</font>;
<font color='#0000FF'><u>int</u></font> png_transforms <font color='#5555FF'>=</font> PNG_TRANSFORM_IDENTITY;
byte_orderer bo;
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>bo.<font color='#BB00BB'>host_is_little_endian</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>
png_transforms <font color='#5555FF'>|</font><font color='#5555FF'>=</font> PNG_TRANSFORM_SWAP_ENDIAN;
<font color='#0000FF'>const</font> <font color='#0000FF'><u>long</u></font> height <font color='#5555FF'>=</font> row_pointers.<font color='#BB00BB'>size</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>;
<font color='#BB00BB'>png_set_IHDR</font><font face='Lucida Console'>(</font>png_ptr, info_ptr, width, height, bit_depth, color_type, PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_DEFAULT, PNG_FILTER_TYPE_DEFAULT<font face='Lucida Console'>)</font>;
<font color='#BB00BB'>png_set_rows</font><font face='Lucida Console'>(</font>png_ptr, info_ptr, <font color='#5555FF'>&</font>row_pointers[<font color='#979000'>0</font>]<font face='Lucida Console'>)</font>;
<font color='#BB00BB'>png_write_png</font><font face='Lucida Console'>(</font>png_ptr, info_ptr, png_transforms, NULL<font face='Lucida Console'>)</font>;
<font color='#009900'>/* Clean up after the write, and free any memory allocated */</font>
<font color='#BB00BB'>png_destroy_write_struct</font><font face='Lucida Console'>(</font><font color='#5555FF'>&</font>png_ptr, <font color='#5555FF'>&</font>info_ptr<font face='Lucida Console'>)</font>;
<font color='#009900'>/* Close the file */</font>
<font color='#BB00BB'>fclose</font><font face='Lucida Console'>(</font>fp<font face='Lucida Console'>)</font>;
<b>}</b>
<b>}</b>
<b>}</b>
<font color='#0000FF'>#endif</font> <font color='#009900'>// DLIB_PNG_SUPPORT
</font>
<font color='#0000FF'>#endif</font> <font color='#009900'>// DLIB_SAVE_PnG_CPP__
</font>
</pre></body></html> |
privacy/index.html | gitarrenfudler/codeeu.github.io | ---
layout: page
title: Privacy policy
---
<p>This Privacy Policy governs the manner in which Europe Code Week collects, uses, maintains and discloses information collected from users (each, a "User") of the <a href="http://codeweek.eu">http://codeweek.eu</a> website ("Site"). This privacy policy applies to the Site and all products and services offered by Europe Code Week.</p>
<p><strong>Personal identification information</strong></p>
<p>We may collect personal identification information from Users in a variety of ways, including, but not limited to, when Users visit our site, register on the site, and in connection with other activities, services, features or resources we make available on our Site. Users may be asked for, as appropriate, name, email address. Users may, however, visit our Site anonymously. We will collect personal identification information from Users only if they voluntarily submit such information to us. Users can always refuse to supply personally identification information, except that it may prevent them from engaging in certain Site related activities.</p>
<p><strong>Non-personal identification information</strong></p>
<p>We may collect non-personal identification information about Users whenever they interact with our Site. Non-personal identification information may include the browser name, the type of computer and technical information about Users means of connection to our Site, such as the operating system and the Internet service providers utilized and other similar information.</p>
<p><strong>Web browser cookies</strong></p>
<p>Our Site may use "cookies" to enhance User experience. User's web browser places cookies on their hard drive for record-keeping purposes and sometimes to track information about them. User may choose to set their web browser to refuse cookies, or to alert you when cookies are being sent. If they do so, note that some parts of the Site may not function properly.</p>
<p><strong>How we use collected information</strong></p>
<p>Europe Code Week may collect and use Users personal information for the following purposes:</p>
<ul>
<li><i>To improve customer service</i>:
Information you provide helps us respond to your customer service requests and support needs more efficiently.</li>
<li><i>To personalize user experience</i>:
We may use information in the aggregate to understand how our Users as a group use the services and resources provided on our Site.</li>
<li><i>To send periodic emails</i>:
We may use the email address to respond to their inquiries, questions, and/or other requests. </li>
</ul>
<p><strong>How we protect your information</strong></p>
<p>We adopt appropriate data collection, storage and processing practices and security measures to protect against unauthorized access, alteration, disclosure or destruction of your personal information, username, password, transaction information and data stored on our Site.</p>
<p><strong>Sharing your personal information</strong></p>
<p>We do not sell, trade, or rent Users personal identification information to others. We may share generic aggregated demographic information not linked to any personal identification information regarding visitors and users with our business partners, trusted affiliates and advertisers for the purposes outlined above.We may use third party service providers to help us operate our business and the Site or administer activities on our behalf, such as sending out newsletters or surveys. We may share your information with these third parties for those limited purposes provided that you have given us your permission.</p>
<p><strong>Changes to this privacy policy</strong></p>
<p>Europe Code Week has the discretion to update this privacy policy at any time. When we do, we will revise the updated date at the bottom of this page. We encourage Users to frequently check this page for any changes to stay informed about how we are helping to protect the personal information we collect. You acknowledge and agree that it is your responsibility to review this privacy policy periodically and become aware of modifications.</p>
<p><strong>Your acceptance of these terms</strong></p>
<p>By using this Site, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Site. Your continued use of the Site following the posting of changes to this policy will be deemed your acceptance of those changes.</p>
<p><strong>Contacting us</strong></p>
<p>If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please contact us at: <a href="mailto:{{site.contact.email}}">{{site.contact.email}}</a></p>
<p>This document was last updated on October 12, 2014</p>
<div style="font-size:10px;color:gray;">Privacy policy created by <a style="font-size:10px;color:gray;text-decoration:none;cursor:default;" href="http://www.generateprivacypolicy.com" target="_blank">Generate Privacy Policy</a></div> |
angular-1.2.29/docs/partials/api/ng/function/angular.identity.html | dolymood/angular-packages | <a href='https://github.com/angular/angular.js/edit/v1.2.x/src/Angular.js?message=docs(angular.identity)%3A%20describe%20your%20change...#L391' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.2.29/src/Angular.js#L391' class='view-source pull-right btn btn-primary'>
<i class="glyphicon glyphicon-zoom-in"> </i>View Source
</a>
<header class="api-profile-header">
<h1 class="api-profile-header-heading">angular.identity</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
- function in module <a href="api/ng">ng</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>A function that returns its first argument. This function is useful when writing code in the
functional style.</p>
<pre><code class="lang-js">function transformer(transformationFn, value) {
return (transformationFn || angular.identity)(value);
};
</code></pre>
</div>
<div>
<h2 id="usage">Usage</h2>
<p><code>angular.identity(value);</code></p>
<section class="api-section">
<h3>Arguments</h3>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
value
</td>
<td>
<a href="" class="label type-hint type-hint-object">*</a>
</td>
<td>
<p>to be returned.</p>
</td>
</tr>
</tbody>
</table>
</section>
<h3>Returns</h3>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">*</a></td>
<td><p>the value passed in.</p>
</td>
</tr>
</table>
</div>
|
ajax/libs/boosted/4.2.1/css/orangeHelvetica.min.css | cdnjs/cdnjs | @font-face{font-family:HelvNeueOrange;font-style:normal;font-weight:400;src:url(../fonts/HelvNeue55_W1G.woff2) format("woff2"),url(../fonts/HelvNeue55_W1G.woff) format("woff")}@font-face{font-family:HelvNeueOrange;font-style:normal;font-weight:700;src:url(../fonts/HelvNeue75_W1G.woff2) format("woff2"),url(../fonts/HelvNeue75_W1G.woff) format("woff")}
/*# sourceMappingURL=orangeHelvetica.min.css.map */ |
org.mwc.asset.comms/docs/docs/engine/org/restlet/engine/http/connector/class-use/BaseTask.html | debrief/debrief | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_14) on Wed Nov 03 17:45:50 GMT+01:00 2010 -->
<TITLE>
Uses of Class org.restlet.engine.http.connector.BaseTask (Restlet Engine 2.0.2 - JSE)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.restlet.engine.http.connector.BaseTask (Restlet Engine 2.0.2 - JSE)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/restlet/engine/http/connector/BaseTask.html" title="class in org.restlet.engine.http.connector"><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/restlet/engine/http/connector/class-use/BaseTask.html" target="_top"><B>FRAMES</B></A>
<A HREF="BaseTask.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.restlet.engine.http.connector.BaseTask</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/restlet/engine/http/connector/BaseTask.html" title="class in org.restlet.engine.http.connector">BaseTask</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.restlet.engine.http.connector"><B>org.restlet.engine.http.connector</B></A></TD>
<TD>New advanced internal HTTP connector. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.restlet.engine.http.connector"><!-- --></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/restlet/engine/http/connector/BaseTask.html" title="class in org.restlet.engine.http.connector">BaseTask</A> in <A HREF="../../../../../../org/restlet/engine/http/connector/package-summary.html">org.restlet.engine.http.connector</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../../org/restlet/engine/http/connector/BaseTask.html" title="class in org.restlet.engine.http.connector">BaseTask</A> in <A HREF="../../../../../../org/restlet/engine/http/connector/package-summary.html">org.restlet.engine.http.connector</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/restlet/engine/http/connector/Acceptor.html" title="class in org.restlet.engine.http.connector">Acceptor</A></B></CODE>
<BR>
Listens on the given socket channel for incoming connections and dispatches
them to the given handler pool</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/restlet/engine/http/connector/Controller.html" title="class in org.restlet.engine.http.connector">Controller</A></B></CODE>
<BR>
Controls the state of the server helper and its managed connections.</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/restlet/engine/http/connector/BaseTask.html" title="class in org.restlet.engine.http.connector"><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/restlet/engine/http/connector/class-use/BaseTask.html" target="_top"><B>FRAMES</B></A>
<A HREF="BaseTask.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2005-2010 <a target="_top" href="http://www.noelios.com">Noelios Technologies</a>.</i>
</BODY>
</HTML>
|
scbook/code/Ch 20 dewdrop and chucklib/dewdrop_lib/ddwChucklib/Help/MCG.html | kn1kn1/overtone-workspace | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="824.44">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #606060}
p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #000000}
p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #bf0000}
p.p6 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #007300}
p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #000000; min-height: 12.0px}
span.s1 {font: 14.0px Helvetica}
span.s2 {color: #000000}
span.s3 {color: #0000bf}
span.s4 {color: #007300}
span.Apple-tab-span {white-space:pre}
</style>
</head>
<body>
<p class="p1"><span class="s1"><b>MCG(int)</b></span> -- MixerChannel Gui -- prNew<span class="Apple-converted-space"> </span></p>
<p class="p2"><br></p>
<p class="p1">It is possible to create a MixingBoard with empty MixerChannelGUIs, and then reuse the GUIs for various MixerChannels during a performance.</p>
<p class="p2"><br></p>
<p class="p1">The advantage of this approach over adding and removing GUIs is that the empty GUIs can have consistent mappings to MIDI or other external controllers. The mixer's position onscreen relates to the control's position on the hardware device.</p>
<p class="p2"><br></p>
<p class="p1">An empty MixingBoard may be prepared as follows. MIDI mappings are not prepared in this code, but may be established by creating instances of <i>MixerMIDIControl(MIDIchannel, controlnumber, MCG(i).v)</i>.</p>
<p class="p2"><br></p>
<p class="p3"><span class="s2">~board = </span><span class="s3">MixingBoard</span><span class="s2">(</span>"chucking demo"<span class="s2">);</span></p>
<p class="p4">8.do({ <span class="s3">|i|</span></p>
<p class="p4"><span class="Apple-tab-span"> </span><span class="s3">MixerChannelGUI</span>(<span class="s3">nil</span>, ~board) => <span class="s3">MCG</span>.prNew(i);</p>
<p class="p4"><span class="Apple-tab-span"> </span>~board.add(<span class="s3">MCG</span>(i).v);</p>
<p class="p4">});</p>
<p class="p5"><span class="s2"><span class="Apple-tab-span"> </span></span>// insurance to make sure the board displays correctly</p>
<p class="p4"><span class="s3">AppClock</span>.sched(2, { ~board.refresh });</p>
<p class="p2"><br></p>
<p class="p1">You may then chuck VC or BP objects into an MCG slot.</p>
<p class="p2"><br></p>
<p class="p1">• If the Voicer's MixerChannel is stored in the VC under the ~target environment variable, the mixer will appear in the GUI. (Non-default variable names might be detected automatically.)</p>
<p class="p2"><br></p>
<p class="p1">• If the BP's MixerChannel exists as ~chan inside the BP's Proto object, the mixer will appear.</p>
<p class="p2"><br></p>
<p class="p1">• If the MixerChannel is stored under a different name, specify it as an adverb to chucking: <i>=>.name</i></p>
<p class="p2"><br></p>
<p class="p2"><br></p>
<p class="p1"><b>Default name for mixer</b></p>
<p class="p2"><br></p>
<p class="p4">(make: {</p>
<p class="p4"><span class="Apple-tab-span"> </span>~target = <span class="s3">MixerChannel</span>(<span class="s4">\default</span>, s, 2, 2);</p>
<p class="p4"><span class="Apple-tab-span"> </span><span class="s3">Voicer</span>(10, <span class="s4">\default</span>, target: ~target)</p>
<p class="p4">}, free: {</p>
<p class="p4"><span class="Apple-tab-span"> </span>~target.free</p>
<p class="p6"><span class="s2">}, type: </span>\voicer<span class="s2">) => </span><span class="s3">Fact</span><span class="s2">(</span>\defaultSynth<span class="s2">);</span></p>
<p class="p7"><br></p>
<p class="p6"><span class="s3">Fact</span><span class="s2">(</span>\defaultSynth<span class="s2">) => </span><span class="s3">VC</span><span class="s2">(</span>\default<span class="s2">);</span></p>
<p class="p7"><br></p>
<p class="p4"><span class="s3">VC</span>(<span class="s4">\default</span>) => <span class="s3">MCG</span>(0);</p>
<p class="p7"><br></p>
<p class="p5"><span class="s3">VC</span><span class="s2">(</span><span class="s4">\default</span><span class="s2">).free;<span class="Apple-tab-span"> </span></span>// GUI is cleared, but remains onscreen for the next mixer</p>
<p class="p2"><br></p>
<p class="p2"><br></p>
<p class="p1"><b>Non-default name</b></p>
<p class="p2"><br></p>
<p class="p4">(make: {</p>
<p class="p4"><span class="Apple-tab-span"> </span>~mixer = <span class="s3">MixerChannel</span>(<span class="s4">\default</span>, s, 2, 2);</p>
<p class="p4"><span class="Apple-tab-span"> </span><span class="s3">Voicer</span>(10, <span class="s4">\default</span>, target: ~mixer)</p>
<p class="p4">}, free: {</p>
<p class="p4"><span class="Apple-tab-span"> </span>~mixer.free</p>
<p class="p6"><span class="s2">}, type: </span>\voicer<span class="s2">) => </span><span class="s3">Fact</span><span class="s2">(</span>\defaultSynth<span class="s2">);</span></p>
<p class="p7"><br></p>
<p class="p6"><span class="s3">Fact</span><span class="s2">(</span>\defaultSynth<span class="s2">) => </span><span class="s3">VC</span><span class="s2">(</span>\default<span class="s2">);</span></p>
<p class="p7"><br></p>
<p class="p5"><span class="s3">VC</span><span class="s2">(</span><span class="s4">\default</span><span class="s2">) =>.mixer </span><span class="s3">MCG</span><span class="s2">(0);<span class="Apple-tab-span"> </span></span>// normal syntax, w/o .mixer, might also work here</p>
<p class="p7"><br></p>
<p class="p5"><span class="s3">VC</span><span class="s2">(</span><span class="s4">\default</span><span class="s2">).free;<span class="Apple-tab-span"> </span></span>// GUI is cleared</p>
<p class="p2"><br></p>
</body>
</html>
|
nutch-chinese/apache-nutch-1.9/docs/api/org/apache/nutch/parse/html/class-use/HTMLMetaProcessor.html | aglne/nutcher | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Tue Aug 12 22:14:05 PDT 2014 -->
<title>Uses of Class org.apache.nutch.parse.html.HTMLMetaProcessor (apache-nutch 1.9 API)</title>
<meta name="date" content="2014-08-12">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.nutch.parse.html.HTMLMetaProcessor (apache-nutch 1.9 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/nutch/parse/html/HTMLMetaProcessor.html" title="class in org.apache.nutch.parse.html">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/nutch/parse/html/class-use/HTMLMetaProcessor.html" target="_top">Frames</a></li>
<li><a href="HTMLMetaProcessor.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.nutch.parse.html.HTMLMetaProcessor" class="title">Uses of Class<br>org.apache.nutch.parse.html.HTMLMetaProcessor</h2>
</div>
<div class="classUseContainer">No usage of org.apache.nutch.parse.html.HTMLMetaProcessor</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/nutch/parse/html/HTMLMetaProcessor.html" title="class in org.apache.nutch.parse.html">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/nutch/parse/html/class-use/HTMLMetaProcessor.html" target="_top">Frames</a></li>
<li><a href="HTMLMetaProcessor.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014 The Apache Software Foundation</small></p>
</body>
</html>
|
toolchains/share/doc/libquadmath.html/strtoflt128.html | thanhphat11/android_kernel_xiaomi_msm8996 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Copyright (C) 2010-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with the Front-Cover Texts being "A GNU Manual,"
and with the Back-Cover Texts as in (a) below. A copy of the
license is included in the section entitled "GNU Free Documentation
License."
(a) The FSF's Back-Cover Text is: "You have the freedom to
copy and modify this GNU manual. -->
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
<title>GCC libquadmath: strtoflt128</title>
<meta name="description" content="GCC libquadmath: strtoflt128">
<meta name="keywords" content="GCC libquadmath: strtoflt128">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="I_002fO-Library-Routines.html#I_002fO-Library-Routines" rel="up" title="I/O Library Routines">
<link href="quadmath_005fsnprintf.html#quadmath_005fsnprintf" rel="next" title="quadmath_snprintf">
<link href="I_002fO-Library-Routines.html#I_002fO-Library-Routines" rel="prev" title="I/O Library Routines">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.indentedblock {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
div.smalllisp {margin-left: 3.2em}
kbd {font-style:oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space:nowrap}
span.nolinebreak {white-space:nowrap}
span.roman {font-family:serif; font-weight:normal}
span.sansserif {font-family:sans-serif; font-weight:normal}
ul.no-bullet {list-style: none}
-->
</style>
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<a name="strtoflt128"></a>
<div class="header">
<p>
Next: <a href="quadmath_005fsnprintf.html#quadmath_005fsnprintf" accesskey="n" rel="next">quadmath_snprintf</a>, Up: <a href="I_002fO-Library-Routines.html#I_002fO-Library-Routines" accesskey="u" rel="up">I/O Library Routines</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
</div>
<hr>
<a name="strtoflt128-_002d_002d_002d-Convert-from-string"></a>
<h3 class="section">3.1 <code>strtoflt128</code> — Convert from string</h3>
<p>The function <code>strtoflt128</code> converts a string into a
<code>__float128</code> number.
</p>
<dl compact="compact">
<dt>Syntax</dt>
<dd><p><code>__float128 strtoflt128 (const char *s, char **sp)</code>
</p>
</dd>
<dt><em>Arguments</em>:</dt>
<dd><table>
<tr><td width="15%"><var>s</var></td><td width="70%">input string</td></tr>
<tr><td width="15%"><var>sp</var></td><td width="70%">the address of the next character in the string</td></tr>
</table>
<p>The argument <var>sp</var> contains, if not <code>NULL</code>, the address of the
next character following the parts of the string, which have been read.
</p>
</dd>
<dt>Example</dt>
<dd><div class="smallexample">
<pre class="smallexample">#include <quadmath.h>
int main ()
{
__float128 r;
r = strtoflt128 ("1.2345678", NULL);
return 0;
}
</pre></div>
</dd>
</dl>
</body>
</html>
|
win/hardware/tools/avr/doc/binutils/as.html/Endif.html | SelfDesignRobotics/DuinoPack | <html lang="en">
<head>
<title>Endif - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.7">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Pseudo-Ops.html#Pseudo-Ops" title="Pseudo Ops">
<link rel="prev" href="Endfunc.html#Endfunc" title="Endfunc">
<link rel="next" href="Equ.html#Equ" title="Equ">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This file documents the GNU Assembler "as".
Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002,
2006, 2007 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1
or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled ``GNU Free Documentation License''.
man end-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family: serif; font-weight: normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="Endif"></a>Next: <a rel="next" accesskey="n" href="Equ.html#Equ">Equ</a>,
Previous: <a rel="previous" accesskey="p" href="Endfunc.html#Endfunc">Endfunc</a>,
Up: <a rel="up" accesskey="u" href="Pseudo-Ops.html#Pseudo-Ops">Pseudo Ops</a>
<hr><br>
</div>
<h3 class="section">7.43 <code>.endif</code></h3>
<p><a name="index-_0040code_007bendif_007d-directive-316"></a><code>.endif</code> is part of the <span class="command">as</span> support for conditional assembly;
it marks the end of a block of code that is only assembled
conditionally. See <a href="If.html#If"><code>.if</code></a>.
</body></html>
|
libs/jfreechart-1.0.16/javadoc/src-html/org/jfree/chart/event/PlotChangeListener.html | Mr-Steve/LTSpice_Library_Manager | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>Source code</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<div class="sourceContainer">
<pre><span class="sourceLineNo">001</span>/* ===========================================================<a name="line.1"></a>
<span class="sourceLineNo">002</span> * JFreeChart : a free chart library for the Java(tm) platform<a name="line.2"></a>
<span class="sourceLineNo">003</span> * ===========================================================<a name="line.3"></a>
<span class="sourceLineNo">004</span> *<a name="line.4"></a>
<span class="sourceLineNo">005</span> * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors.<a name="line.5"></a>
<span class="sourceLineNo">006</span> *<a name="line.6"></a>
<span class="sourceLineNo">007</span> * Project Info: http://www.jfree.org/jfreechart/index.html<a name="line.7"></a>
<span class="sourceLineNo">008</span> *<a name="line.8"></a>
<span class="sourceLineNo">009</span> * This library is free software; you can redistribute it and/or modify it<a name="line.9"></a>
<span class="sourceLineNo">010</span> * under the terms of the GNU Lesser General Public License as published by<a name="line.10"></a>
<span class="sourceLineNo">011</span> * the Free Software Foundation; either version 2.1 of the License, or<a name="line.11"></a>
<span class="sourceLineNo">012</span> * (at your option) any later version.<a name="line.12"></a>
<span class="sourceLineNo">013</span> *<a name="line.13"></a>
<span class="sourceLineNo">014</span> * This library is distributed in the hope that it will be useful, but<a name="line.14"></a>
<span class="sourceLineNo">015</span> * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY<a name="line.15"></a>
<span class="sourceLineNo">016</span> * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public<a name="line.16"></a>
<span class="sourceLineNo">017</span> * License for more details.<a name="line.17"></a>
<span class="sourceLineNo">018</span> *<a name="line.18"></a>
<span class="sourceLineNo">019</span> * You should have received a copy of the GNU Lesser General Public<a name="line.19"></a>
<span class="sourceLineNo">020</span> * License along with this library; if not, write to the Free Software<a name="line.20"></a>
<span class="sourceLineNo">021</span> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,<a name="line.21"></a>
<span class="sourceLineNo">022</span> * USA.<a name="line.22"></a>
<span class="sourceLineNo">023</span> *<a name="line.23"></a>
<span class="sourceLineNo">024</span> * [Oracle and Java are registered trademarks of Oracle and/or its affiliates. <a name="line.24"></a>
<span class="sourceLineNo">025</span> * Other names may be trademarks of their respective owners.]<a name="line.25"></a>
<span class="sourceLineNo">026</span> *<a name="line.26"></a>
<span class="sourceLineNo">027</span> * -----------------------<a name="line.27"></a>
<span class="sourceLineNo">028</span> * PlotChangeListener.java<a name="line.28"></a>
<span class="sourceLineNo">029</span> * -----------------------<a name="line.29"></a>
<span class="sourceLineNo">030</span> * (C) Copyright 2000-2008, by Object Refinery Limited.<a name="line.30"></a>
<span class="sourceLineNo">031</span> *<a name="line.31"></a>
<span class="sourceLineNo">032</span> * Original Author: David Gilbert (for Object Refinery Limited);<a name="line.32"></a>
<span class="sourceLineNo">033</span> * Contributor(s): -;<a name="line.33"></a>
<span class="sourceLineNo">034</span> *<a name="line.34"></a>
<span class="sourceLineNo">035</span> * Changes (from 24-Aug-2001)<a name="line.35"></a>
<span class="sourceLineNo">036</span> * --------------------------<a name="line.36"></a>
<span class="sourceLineNo">037</span> * 24-Aug-2001 : Added standard source header. Fixed DOS encoding problem (DG);<a name="line.37"></a>
<span class="sourceLineNo">038</span> * 07-Nov-2001 : Updated header (DG);<a name="line.38"></a>
<span class="sourceLineNo">039</span> * 09-Oct-2002 : Fixed errors reported by Checkstyle (DG);<a name="line.39"></a>
<span class="sourceLineNo">040</span> * 14-Oct-2002 : Now extends EventListener (DG);<a name="line.40"></a>
<span class="sourceLineNo">041</span> *<a name="line.41"></a>
<span class="sourceLineNo">042</span> */<a name="line.42"></a>
<span class="sourceLineNo">043</span><a name="line.43"></a>
<span class="sourceLineNo">044</span>package org.jfree.chart.event;<a name="line.44"></a>
<span class="sourceLineNo">045</span><a name="line.45"></a>
<span class="sourceLineNo">046</span>import java.util.EventListener;<a name="line.46"></a>
<span class="sourceLineNo">047</span><a name="line.47"></a>
<span class="sourceLineNo">048</span>/**<a name="line.48"></a>
<span class="sourceLineNo">049</span> * The interface that must be supported by classes that wish to receive<a name="line.49"></a>
<span class="sourceLineNo">050</span> * notification of changes to a plot.<a name="line.50"></a>
<span class="sourceLineNo">051</span> *<a name="line.51"></a>
<span class="sourceLineNo">052</span> */<a name="line.52"></a>
<span class="sourceLineNo">053</span>public interface PlotChangeListener extends EventListener {<a name="line.53"></a>
<span class="sourceLineNo">054</span><a name="line.54"></a>
<span class="sourceLineNo">055</span> /**<a name="line.55"></a>
<span class="sourceLineNo">056</span> * Receives notification of a plot change event.<a name="line.56"></a>
<span class="sourceLineNo">057</span> *<a name="line.57"></a>
<span class="sourceLineNo">058</span> * @param event the event.<a name="line.58"></a>
<span class="sourceLineNo">059</span> */<a name="line.59"></a>
<span class="sourceLineNo">060</span> public void plotChanged(PlotChangeEvent event);<a name="line.60"></a>
<span class="sourceLineNo">061</span><a name="line.61"></a>
<span class="sourceLineNo">062</span>}<a name="line.62"></a>
</pre>
</div>
</body>
</html>
|
vendor/assets/dhtmlx/dhtmlxTree/samples/02_checkboxes/05_tree_checkboxes.html | ManageIQ/dhtmlx-rails | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Checkboxes</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="title" content="Samples" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="icon" href="../common/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="../common/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="../common/css/style.css" type="text/css" media="screen" />
</head>
<body>
<div class="header">
<a class="logo" href="http://www.dhtmlx.com" title="DHTMLX homepage"></a>
<div class="tittle-dhtmlx">DHTMLX Docs & Samples Explorer</div>
<div class="search-field">
<form action="http://docs.dhtmlx.com/doku.php" accept-charset="utf-8" id="dw__search"><div class="no"><input type="hidden" name="do" value="search" /><input type="text" id="qsearch__in" accesskey="f" name="id" title="Search" /><input class="button" type="submit" value=""><div id="qsearch__out" class="ajax_qsearch JSpopup"></div></div></form>
</div>
<div class="buttons">
<a class="doc_inact" href="../../../docsExplorer/index.html" title="DHTMLX Documentation homepage"></a>
<a class="sample"></a>
</div>
</div>
<div class="content">
<div class="navigation-div">
<a href="../../../docsExplorer/samples.html" class="navigation"><img src="../common/icons/file.gif" alt="" >All components</a>
<div class="arrow"></div>
<a href="../index.html" class="navigation"><img height="22" src="../common/icons/tree.gif" alt="" >dhtmlxTree</a>
<div class="arrow"></div>
<a href="./index.html" class="navigation"><img src="../common/icons/none.gif" alt="" >Checkboxes</a>
</div>
<div style="display:block;">
<h3>Checkboxes</h3>
</div>
<div class="navigation-div">
<a href="#code" class="navigation view-source"><img src="../common/icons/source.gif" alt="" >View page source</a>
</div>
<link rel="STYLESHEET" type="text/css" href="../../codebase/dhtmlxtree.css">
<script src="../../codebase/dhtmlxcommon.js"></script>
<script src="../../codebase/dhtmlxtree.js"></script>
<p>This JavaScript tree has checkbox system in order to use this component as a navigation bar
with selection lists. Besides usual two-state checkboxes (checked item, unchecked item),
there is a possibility to use three state checkboxes with "partly-checked" value (some sub-items are checked). To test any of these functionalities you should select an item in a tree and then click on an appropriate action link.</p>
<table>
<tr>
<td valign="top">
<div id="treeboxbox_tree" style="width:250px; height:218px;background-color:#f5f5f5;border :1px solid Silver;"></div>
</td>
<td style="padding-left:25" valign="top">
Two state checkboxes<br><br>
<a href="javascript:void(0);" onClick="tree.setCheck(tree.getSelectedItemId(),true);">Check item</a><br><br>
<a href="javascript:void(0);" onClick="tree.setCheck(tree.getSelectedItemId(),false);">UnCheck item</a><br><br>
<a href="javascript:void(0);" onClick="tree.setSubChecked(tree.getSelectedItemId(),true);">Check branch</a><br><br>
<a href="javascript:void(0);" onClick="tree.setSubChecked(tree.getSelectedItemId(),false);">UnCheck branch</a><br><br>
<a href="javascript:void(0);" onClick="alert(tree.getAllChecked());">Get list of checked</a><br><br>
</td>
</tr>
<tr>
<td valign="top">
<div id="treeboxbox_tree2" style="width:250px; height:218px;background-color:#f5f5f5;border :1px solid Silver;; overflow:auto;"></div>
</td>
<td style="padding-left:25" valign="top">
Three state checkboxes<br>
<br>
<a href="javascript:void(0);" onClick="tree2.setCheck(tree2.getSelectedItemId(),true);">Check item</a><br><br>
<a href="javascript:void(0);" onClick="tree2.setCheck(tree2.getSelectedItemId(),false);">UnCheck item</a><br><br>
<a href="javascript:void(0);" onClick="alert(tree2.getAllChecked());">Get list of checked</a><br><br>
</td>
</tr>
</table>
<script>
tree=new dhtmlXTreeObject("treeboxbox_tree","100%","100%",0);
tree.setSkin('dhx_skyblue');
tree.setImagePath("../../codebase/imgs/csh_bluebooks/");
tree.enableCheckBoxes(1);
tree.loadXML("../common/tree3.xml");
tree2=new dhtmlXTreeObject("treeboxbox_tree2","100%","100%",0);
tree2.setSkin('dhx_skyblue');
tree2.setImagePath("../../codebase/imgs/csh_bluebooks/");
tree2.enableCheckBoxes(1);
tree2.enableThreeStateCheckboxes(true);
tree2.loadXML("../common/tree3.xml");
</script>
</div>
<div style="clear:both;"></div>
<div class="source">
<div class="teg">Source</div>
<div class="code" id="code">
<div class="hl-main"><pre><span class="hl-brackets"><</span><span class="hl-reserved">link</span><span class="hl-code"> </span><span class="hl-var">rel</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">STYLESHEET</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">type</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">text/css</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">href</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">../../codebase/dhtmlxtree.css</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">script</span><span class="hl-code"> </span><span class="hl-var">src</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">../../codebase/dhtmlxcommon.js</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-brackets"></</span><span class="hl-reserved">script</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">script</span><span class="hl-code"> </span><span class="hl-var">src</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">../../codebase/dhtmlxtree.js</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-brackets"></</span><span class="hl-reserved">script</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">table</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">tr</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">td</span><span class="hl-code"> </span><span class="hl-var">valign</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">top</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">div</span><span class="hl-code"> </span><span class="hl-var">id</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">treeboxbox_tree</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">style</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">width:250px; height:218px;background-color:#f5f5f5;border :1px solid Silver;</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-brackets"></</span><span class="hl-reserved">div</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"></</span><span class="hl-reserved">td</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">td</span><span class="hl-code"> </span><span class="hl-var">style</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">padding-left:25</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">valign</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">top</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-code">
Two state checkboxes</span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">a</span><span class="hl-code"> </span><span class="hl-var">href</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">javascript:void(0);</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">onClick</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">tree.setCheck(tree.getSelectedItemId(),true);</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-code">Check item</span><span class="hl-brackets"></</span><span class="hl-reserved">a</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">a</span><span class="hl-code"> </span><span class="hl-var">href</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">javascript:void(0);</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">onClick</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">tree.setCheck(tree.getSelectedItemId(),false);</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-code">UnCheck item</span><span class="hl-brackets"></</span><span class="hl-reserved">a</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">a</span><span class="hl-code"> </span><span class="hl-var">href</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">javascript:void(0);</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">onClick</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">tree.setSubChecked(tree.getSelectedItemId(),true);</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-code">Check branch</span><span class="hl-brackets"></</span><span class="hl-reserved">a</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">a</span><span class="hl-code"> </span><span class="hl-var">href</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">javascript:void(0);</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">onClick</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">tree.setSubChecked(tree.getSelectedItemId(),false);</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-code">UnCheck branch</span><span class="hl-brackets"></</span><span class="hl-reserved">a</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">a</span><span class="hl-code"> </span><span class="hl-var">href</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">javascript:void(0);</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">onClick</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">alert(tree.getAllChecked());</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-code">Get list of checked</span><span class="hl-brackets"></</span><span class="hl-reserved">a</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"></</span><span class="hl-reserved">td</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"></</span><span class="hl-reserved">tr</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">tr</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">td</span><span class="hl-code"> </span><span class="hl-var">valign</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">top</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">div</span><span class="hl-code"> </span><span class="hl-var">id</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">treeboxbox_tree2</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">style</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">width:250px; height:218px;background-color:#f5f5f5;border :1px solid Silver;; overflow:auto;</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-brackets"></</span><span class="hl-reserved">div</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"></</span><span class="hl-reserved">td</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">td</span><span class="hl-code"> </span><span class="hl-var">style</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">padding-left:25</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">valign</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">top</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-code">
Three state checkboxes</span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">a</span><span class="hl-code"> </span><span class="hl-var">href</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">javascript:void(0);</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">onClick</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">tree2.setCheck(tree2.getSelectedItemId(),true);</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-code">Check item</span><span class="hl-brackets"></</span><span class="hl-reserved">a</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">a</span><span class="hl-code"> </span><span class="hl-var">href</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">javascript:void(0);</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">onClick</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">tree2.setCheck(tree2.getSelectedItemId(),false);</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-code">UnCheck item</span><span class="hl-brackets"></</span><span class="hl-reserved">a</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">a</span><span class="hl-code"> </span><span class="hl-var">href</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">javascript:void(0);</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">onClick</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">alert(tree2.getAllChecked());</span><span class="hl-quotes">"</span><span class="hl-brackets">></span><span class="hl-code">Get list of checked</span><span class="hl-brackets"></</span><span class="hl-reserved">a</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-brackets"><</span><span class="hl-reserved">br</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"></</span><span class="hl-reserved">td</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"></</span><span class="hl-reserved">tr</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"></</span><span class="hl-reserved">table</span><span class="hl-brackets">></span><span class="hl-code">
</span><span class="hl-brackets"><</span><span class="hl-reserved">script</span><span class="hl-brackets">></span><span class="hl-code"><div class="hl-main"><pre><span class="hl-identifier">tree</span><span class="hl-code"> = </span><span class="hl-reserved">new</span><span class="hl-code"> </span><span class="hl-identifier">dhtmlXTreeObject</span><span class="hl-brackets">(</span><span class="hl-quotes">"</span><span class="hl-string">treeboxbox_tree</span><span class="hl-quotes">"</span><span class="hl-code">, </span><span class="hl-quotes">"</span><span class="hl-string">100%</span><span class="hl-quotes">"</span><span class="hl-code">, </span><span class="hl-quotes">"</span><span class="hl-string">100%</span><span class="hl-quotes">"</span><span class="hl-code">, </span><span class="hl-number">0</span><span class="hl-brackets">)</span><span class="hl-code">;
</span><span class="hl-identifier">tree</span><span class="hl-code">.</span><span class="hl-identifier">setSkin</span><span class="hl-brackets">(</span><span class="hl-quotes">'</span><span class="hl-string">dhx_skyblue</span><span class="hl-quotes">'</span><span class="hl-brackets">)</span><span class="hl-code">;
</span><span class="hl-identifier">tree</span><span class="hl-code">.</span><span class="hl-identifier">setImagePath</span><span class="hl-brackets">(</span><span class="hl-quotes">"</span><span class="hl-string">../../codebase/imgs/csh_bluebooks/</span><span class="hl-quotes">"</span><span class="hl-brackets">)</span><span class="hl-code">;
</span><span class="hl-identifier">tree</span><span class="hl-code">.</span><span class="hl-identifier">enableCheckBoxes</span><span class="hl-brackets">(</span><span class="hl-number">1</span><span class="hl-brackets">)</span><span class="hl-code">;
</span><span class="hl-identifier">tree</span><span class="hl-code">.</span><span class="hl-identifier">loadXML</span><span class="hl-brackets">(</span><span class="hl-quotes">"</span><span class="hl-string">../common/tree3.xml</span><span class="hl-quotes">"</span><span class="hl-brackets">)</span><span class="hl-code">;
</span><span class="hl-identifier">tree2</span><span class="hl-code"> = </span><span class="hl-reserved">new</span><span class="hl-code"> </span><span class="hl-identifier">dhtmlXTreeObject</span><span class="hl-brackets">(</span><span class="hl-quotes">"</span><span class="hl-string">treeboxbox_tree2</span><span class="hl-quotes">"</span><span class="hl-code">, </span><span class="hl-quotes">"</span><span class="hl-string">100%</span><span class="hl-quotes">"</span><span class="hl-code">, </span><span class="hl-quotes">"</span><span class="hl-string">100%</span><span class="hl-quotes">"</span><span class="hl-code">, </span><span class="hl-number">0</span><span class="hl-brackets">)</span><span class="hl-code">;
</span><span class="hl-identifier">tree2</span><span class="hl-code">.</span><span class="hl-identifier">setSkin</span><span class="hl-brackets">(</span><span class="hl-quotes">'</span><span class="hl-string">dhx_skyblue</span><span class="hl-quotes">'</span><span class="hl-brackets">)</span><span class="hl-code">;
</span><span class="hl-identifier">tree2</span><span class="hl-code">.</span><span class="hl-identifier">setImagePath</span><span class="hl-brackets">(</span><span class="hl-quotes">"</span><span class="hl-string">../../codebase/imgs/csh_bluebooks/</span><span class="hl-quotes">"</span><span class="hl-brackets">)</span><span class="hl-code">;
</span><span class="hl-identifier">tree2</span><span class="hl-code">.</span><span class="hl-identifier">enableCheckBoxes</span><span class="hl-brackets">(</span><span class="hl-number">1</span><span class="hl-brackets">)</span><span class="hl-code">;
</span><span class="hl-identifier">tree2</span><span class="hl-code">.</span><span class="hl-identifier">enableThreeStateCheckboxes</span><span class="hl-brackets">(</span><span class="hl-reserved">true</span><span class="hl-brackets">)</span><span class="hl-code">;
</span><span class="hl-identifier">tree2</span><span class="hl-code">.</span><span class="hl-identifier">loadXML</span><span class="hl-brackets">(</span><span class="hl-quotes">"</span><span class="hl-string">../common/tree3.xml</span><span class="hl-quotes">"</span><span class="hl-brackets">)</span><span class="hl-code">;</span></pre></div></span><span class="hl-brackets"></</span><span class="hl-reserved">script</span><span class="hl-brackets">></span></pre></div>
</div>
<div class="footer">
<div class="footer-logo"></div>
<div class="copyright">Copyright © 1998-2012 DHTMLX LTD.<br />All rights reserved.</div>
</div>
</body>
</html> |
gramps50/addons/example_DynamicWeb3/tree_svg_full.html | belissent/testing-example-reports | <!DOCTYPE html>
<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-US">
<title>Tree - My Family Tree</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 5.0.0 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="data/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<script language="javascript" src="data/dwr_start.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_indi.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_fam.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_sour.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_cita.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_media.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_place.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_repo.js">
</script>
<script charset="UTF-8" language="javascript" src="dwr_db_surns.js">
</script>
</head>
<body class='dwr-menuless'>
<script language="javascript">
DwrMain(PAGE_SVG_TREE_FULL);
</script>
</body>
</html> |
web-angularjs/admin/angular/lib/angular-1.3.0-beta.3/docs/partials/api/ng/service/$log.html | lequangdzung/quora-clone | <a href='http://github.com/angular/angular.js/edit/master/src/ng/log.js' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this doc</a>
<a href='http://github.com/angular/angular.js/tree/master/src/ng/log.js#L3' class='view-source pull-right btn btn-primary'>
<i class="glyphicon glyphicon-zoom-in"> </i>View Source
</a>
<header class="api-profile-header">
<h1 class="api-profile-header-heading">$log</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
<a href="api/ng/provider/$logProvider">- $logProvider</a>
</li>
<li>
- service in module <a href="api/ng">ng</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>Simple service for logging. Default implementation safely writes the message
into the browser's console (if present).</p>
<p>The main purpose of this service is to simplify debugging and troubleshooting.</p>
<p>The default is to log <code>debug</code> messages. You can use
<a href="api/ng/provider/$logProvider">ng.$logProvider#debugEnabled</a> to change this.</p>
</div>
<div>
<h2 id="dependencies">Dependencies</h2>
<ul>
<li><a href="api/ng/service/$window"><code>$window</code></a></li>
</ul>
<h2>Methods</h2>
<ul class="methods">
<li id="log">
<h3><p><code>log();</code></p>
</h3>
<div><p>Write a log message</p>
</div>
</li>
<li id="info">
<h3><p><code>info();</code></p>
</h3>
<div><p>Write an information message</p>
</div>
</li>
<li id="warn">
<h3><p><code>warn();</code></p>
</h3>
<div><p>Write a warning message</p>
</div>
</li>
<li id="error">
<h3><p><code>error();</code></p>
</h3>
<div><p>Write an error message</p>
</div>
</li>
<li id="debug">
<h3><p><code>debug();</code></p>
</h3>
<div><p>Write a debug message</p>
</div>
</li>
</ul>
<h2 id="example">Example</h2><p>
<div>
<a ng-href="http://plnkr.co/edit/ngdoc:example-example61@{{docsVersion}}?p=preview" class="btn pull-right" target="_blank">
<i class="glyphicon glyphicon-edit"> </i>
Edit in Plunker</a>
<div class="runnable-example"
path="examples/example-example61">
<div class="runnable-example-file"
name="script.js"
language="js"
type="js">
<pre><code>function LogCtrl($scope, $log) { $scope.$log = $log; $scope.message = 'Hello World!'; }</code></pre>
</div>
<div class="runnable-example-file"
name="index.html"
language="html"
type="html">
<pre><code><div ng-controller="LogCtrl"> <p>Reload this page with open console, enter text and hit the log button...</p> Message: <input type="text" ng-model="message"/> <button ng-click="$log.log(message)">log</button> <button ng-click="$log.warn(message)">warn</button> <button ng-click="$log.info(message)">info</button> <button ng-click="$log.error(message)">error</button> </div></code></pre>
</div>
<iframe class="runnable-example-frame" src="examples/example-example61/index.html" name="example-example61"></iframe>
</div>
</div>
</p>
</div>
|
wp-content/plugins/js_composer_theme/assets/css/js_composer_frontend_editor.css | milairagny/major-website | /*!
* Visual Composer v4.3.4 (http://vc.wpbakery.com)
* Copyright 2011-2014 Michael M - WPBakery.com
*/
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after,
.vc_modal-footer:before,
.vc_modal-footer:after,
.vc_panel-body:before,
.vc_panel-body:after,
.vc_nav:before,
.vc_nav:after,
.vc_navbar:before,
.vc_navbar:after,
.vc_navbar-header:before,
.vc_navbar-header:after,
.vc_navbar-collapse:before,
.vc_navbar-collapse:after {
content: " ";
display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.vc_row:after,
.vc_modal-footer:after,
.vc_panel-body:after,
.vc_nav:after,
.vc_navbar:after,
.vc_navbar-header:after,
.vc_navbar-collapse:after {
clear: both;
}
/* Navbar */
/* Modal box */
/* Panel */
@media (max-width: 767px) {
.vc_hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.vc_hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.vc_hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.vc_hidden-lg {
display: none !important;
}
}
.vc_non_responsive .vc_row .vc_col-sm-1 {
position: relative;
float: left;
width: 8.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-2 {
position: relative;
float: left;
width: 16.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-4 {
position: relative;
float: left;
width: 33.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-5 {
position: relative;
float: left;
width: 41.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-7 {
position: relative;
float: left;
width: 58.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-8 {
position: relative;
float: left;
width: 66.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-10 {
position: relative;
float: left;
width: 83.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-11 {
position: relative;
float: left;
width: 91.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
margin-left: 100%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
margin-left: 91.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
margin-left: 83.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
margin-left: 75%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
margin-left: 66.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
margin-left: 58.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
margin-left: 50%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
margin-left: 41.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
margin-left: 33.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
margin-left: 25%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
margin-left: 16.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
margin-left: 8.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
margin-left: 0%;
}
.vc_non_responsive .vc_row .vc_hidden-sm {
display: none !important;
}
.vc_row {
margin-left: -15px;
margin-right: -15px;
}
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
}
.vc_col-xs-1, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12 {
float: left;
}
.vc_col-xs-12 {
width: 100%;
}
.vc_col-xs-11 {
width: 91.66666667%;
}
.vc_col-xs-10 {
width: 83.33333333%;
}
.vc_col-xs-9 {
width: 75%;
}
.vc_col-xs-8 {
width: 66.66666667%;
}
.vc_col-xs-7 {
width: 58.33333333%;
}
.vc_col-xs-6 {
width: 50%;
}
.vc_col-xs-5 {
width: 41.66666667%;
}
.vc_col-xs-4 {
width: 33.33333333%;
}
.vc_col-xs-3 {
width: 25%;
}
.vc_col-xs-2 {
width: 16.66666667%;
}
.vc_col-xs-1 {
width: 8.33333333%;
}
.vc_col-xs-pull-12 {
right: 100%;
}
.vc_col-xs-pull-11 {
right: 91.66666667%;
}
.vc_col-xs-pull-10 {
right: 83.33333333%;
}
.vc_col-xs-pull-9 {
right: 75%;
}
.vc_col-xs-pull-8 {
right: 66.66666667%;
}
.vc_col-xs-pull-7 {
right: 58.33333333%;
}
.vc_col-xs-pull-6 {
right: 50%;
}
.vc_col-xs-pull-5 {
right: 41.66666667%;
}
.vc_col-xs-pull-4 {
right: 33.33333333%;
}
.vc_col-xs-pull-3 {
right: 25%;
}
.vc_col-xs-pull-2 {
right: 16.66666667%;
}
.vc_col-xs-pull-1 {
right: 8.33333333%;
}
.vc_col-xs-pull-0 {
right: auto;
}
.vc_col-xs-push-12 {
left: 100%;
}
.vc_col-xs-push-11 {
left: 91.66666667%;
}
.vc_col-xs-push-10 {
left: 83.33333333%;
}
.vc_col-xs-push-9 {
left: 75%;
}
.vc_col-xs-push-8 {
left: 66.66666667%;
}
.vc_col-xs-push-7 {
left: 58.33333333%;
}
.vc_col-xs-push-6 {
left: 50%;
}
.vc_col-xs-push-5 {
left: 41.66666667%;
}
.vc_col-xs-push-4 {
left: 33.33333333%;
}
.vc_col-xs-push-3 {
left: 25%;
}
.vc_col-xs-push-2 {
left: 16.66666667%;
}
.vc_col-xs-push-1 {
left: 8.33333333%;
}
.vc_col-xs-push-0 {
left: auto;
}
.vc_col-xs-offset-12 {
margin-left: 100%;
}
.vc_col-xs-offset-11 {
margin-left: 91.66666667%;
}
.vc_col-xs-offset-10 {
margin-left: 83.33333333%;
}
.vc_col-xs-offset-9 {
margin-left: 75%;
}
.vc_col-xs-offset-8 {
margin-left: 66.66666667%;
}
.vc_col-xs-offset-7 {
margin-left: 58.33333333%;
}
.vc_col-xs-offset-6 {
margin-left: 50%;
}
.vc_col-xs-offset-5 {
margin-left: 41.66666667%;
}
.vc_col-xs-offset-4 {
margin-left: 33.33333333%;
}
.vc_col-xs-offset-3 {
margin-left: 25%;
}
.vc_col-xs-offset-2 {
margin-left: 16.66666667%;
}
.vc_col-xs-offset-1 {
margin-left: 8.33333333%;
}
.vc_col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12 {
float: left;
}
.vc_col-sm-12 {
width: 100%;
}
.vc_col-sm-11 {
width: 91.66666667%;
}
.vc_col-sm-10 {
width: 83.33333333%;
}
.vc_col-sm-9 {
width: 75%;
}
.vc_col-sm-8 {
width: 66.66666667%;
}
.vc_col-sm-7 {
width: 58.33333333%;
}
.vc_col-sm-6 {
width: 50%;
}
.vc_col-sm-5 {
width: 41.66666667%;
}
.vc_col-sm-4 {
width: 33.33333333%;
}
.vc_col-sm-3 {
width: 25%;
}
.vc_col-sm-2 {
width: 16.66666667%;
}
.vc_col-sm-1 {
width: 8.33333333%;
}
.vc_col-sm-pull-12 {
right: 100%;
}
.vc_col-sm-pull-11 {
right: 91.66666667%;
}
.vc_col-sm-pull-10 {
right: 83.33333333%;
}
.vc_col-sm-pull-9 {
right: 75%;
}
.vc_col-sm-pull-8 {
right: 66.66666667%;
}
.vc_col-sm-pull-7 {
right: 58.33333333%;
}
.vc_col-sm-pull-6 {
right: 50%;
}
.vc_col-sm-pull-5 {
right: 41.66666667%;
}
.vc_col-sm-pull-4 {
right: 33.33333333%;
}
.vc_col-sm-pull-3 {
right: 25%;
}
.vc_col-sm-pull-2 {
right: 16.66666667%;
}
.vc_col-sm-pull-1 {
right: 8.33333333%;
}
.vc_col-sm-pull-0 {
right: auto;
}
.vc_col-sm-push-12 {
left: 100%;
}
.vc_col-sm-push-11 {
left: 91.66666667%;
}
.vc_col-sm-push-10 {
left: 83.33333333%;
}
.vc_col-sm-push-9 {
left: 75%;
}
.vc_col-sm-push-8 {
left: 66.66666667%;
}
.vc_col-sm-push-7 {
left: 58.33333333%;
}
.vc_col-sm-push-6 {
left: 50%;
}
.vc_col-sm-push-5 {
left: 41.66666667%;
}
.vc_col-sm-push-4 {
left: 33.33333333%;
}
.vc_col-sm-push-3 {
left: 25%;
}
.vc_col-sm-push-2 {
left: 16.66666667%;
}
.vc_col-sm-push-1 {
left: 8.33333333%;
}
.vc_col-sm-push-0 {
left: auto;
}
.vc_col-sm-offset-12 {
margin-left: 100%;
}
.vc_col-sm-offset-11 {
margin-left: 91.66666667%;
}
.vc_col-sm-offset-10 {
margin-left: 83.33333333%;
}
.vc_col-sm-offset-9 {
margin-left: 75%;
}
.vc_col-sm-offset-8 {
margin-left: 66.66666667%;
}
.vc_col-sm-offset-7 {
margin-left: 58.33333333%;
}
.vc_col-sm-offset-6 {
margin-left: 50%;
}
.vc_col-sm-offset-5 {
margin-left: 41.66666667%;
}
.vc_col-sm-offset-4 {
margin-left: 33.33333333%;
}
.vc_col-sm-offset-3 {
margin-left: 25%;
}
.vc_col-sm-offset-2 {
margin-left: 16.66666667%;
}
.vc_col-sm-offset-1 {
margin-left: 8.33333333%;
}
.vc_col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.vc_col-md-1, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12 {
float: left;
}
.vc_col-md-12 {
width: 100%;
}
.vc_col-md-11 {
width: 91.66666667%;
}
.vc_col-md-10 {
width: 83.33333333%;
}
.vc_col-md-9 {
width: 75%;
}
.vc_col-md-8 {
width: 66.66666667%;
}
.vc_col-md-7 {
width: 58.33333333%;
}
.vc_col-md-6 {
width: 50%;
}
.vc_col-md-5 {
width: 41.66666667%;
}
.vc_col-md-4 {
width: 33.33333333%;
}
.vc_col-md-3 {
width: 25%;
}
.vc_col-md-2 {
width: 16.66666667%;
}
.vc_col-md-1 {
width: 8.33333333%;
}
.vc_col-md-pull-12 {
right: 100%;
}
.vc_col-md-pull-11 {
right: 91.66666667%;
}
.vc_col-md-pull-10 {
right: 83.33333333%;
}
.vc_col-md-pull-9 {
right: 75%;
}
.vc_col-md-pull-8 {
right: 66.66666667%;
}
.vc_col-md-pull-7 {
right: 58.33333333%;
}
.vc_col-md-pull-6 {
right: 50%;
}
.vc_col-md-pull-5 {
right: 41.66666667%;
}
.vc_col-md-pull-4 {
right: 33.33333333%;
}
.vc_col-md-pull-3 {
right: 25%;
}
.vc_col-md-pull-2 {
right: 16.66666667%;
}
.vc_col-md-pull-1 {
right: 8.33333333%;
}
.vc_col-md-pull-0 {
right: auto;
}
.vc_col-md-push-12 {
left: 100%;
}
.vc_col-md-push-11 {
left: 91.66666667%;
}
.vc_col-md-push-10 {
left: 83.33333333%;
}
.vc_col-md-push-9 {
left: 75%;
}
.vc_col-md-push-8 {
left: 66.66666667%;
}
.vc_col-md-push-7 {
left: 58.33333333%;
}
.vc_col-md-push-6 {
left: 50%;
}
.vc_col-md-push-5 {
left: 41.66666667%;
}
.vc_col-md-push-4 {
left: 33.33333333%;
}
.vc_col-md-push-3 {
left: 25%;
}
.vc_col-md-push-2 {
left: 16.66666667%;
}
.vc_col-md-push-1 {
left: 8.33333333%;
}
.vc_col-md-push-0 {
left: auto;
}
.vc_col-md-offset-12 {
margin-left: 100%;
}
.vc_col-md-offset-11 {
margin-left: 91.66666667%;
}
.vc_col-md-offset-10 {
margin-left: 83.33333333%;
}
.vc_col-md-offset-9 {
margin-left: 75%;
}
.vc_col-md-offset-8 {
margin-left: 66.66666667%;
}
.vc_col-md-offset-7 {
margin-left: 58.33333333%;
}
.vc_col-md-offset-6 {
margin-left: 50%;
}
.vc_col-md-offset-5 {
margin-left: 41.66666667%;
}
.vc_col-md-offset-4 {
margin-left: 33.33333333%;
}
.vc_col-md-offset-3 {
margin-left: 25%;
}
.vc_col-md-offset-2 {
margin-left: 16.66666667%;
}
.vc_col-md-offset-1 {
margin-left: 8.33333333%;
}
.vc_col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.vc_col-lg-1, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12 {
float: left;
}
.vc_col-lg-12 {
width: 100%;
}
.vc_col-lg-11 {
width: 91.66666667%;
}
.vc_col-lg-10 {
width: 83.33333333%;
}
.vc_col-lg-9 {
width: 75%;
}
.vc_col-lg-8 {
width: 66.66666667%;
}
.vc_col-lg-7 {
width: 58.33333333%;
}
.vc_col-lg-6 {
width: 50%;
}
.vc_col-lg-5 {
width: 41.66666667%;
}
.vc_col-lg-4 {
width: 33.33333333%;
}
.vc_col-lg-3 {
width: 25%;
}
.vc_col-lg-2 {
width: 16.66666667%;
}
.vc_col-lg-1 {
width: 8.33333333%;
}
.vc_col-lg-pull-12 {
right: 100%;
}
.vc_col-lg-pull-11 {
right: 91.66666667%;
}
.vc_col-lg-pull-10 {
right: 83.33333333%;
}
.vc_col-lg-pull-9 {
right: 75%;
}
.vc_col-lg-pull-8 {
right: 66.66666667%;
}
.vc_col-lg-pull-7 {
right: 58.33333333%;
}
.vc_col-lg-pull-6 {
right: 50%;
}
.vc_col-lg-pull-5 {
right: 41.66666667%;
}
.vc_col-lg-pull-4 {
right: 33.33333333%;
}
.vc_col-lg-pull-3 {
right: 25%;
}
.vc_col-lg-pull-2 {
right: 16.66666667%;
}
.vc_col-lg-pull-1 {
right: 8.33333333%;
}
.vc_col-lg-pull-0 {
right: auto;
}
.vc_col-lg-push-12 {
left: 100%;
}
.vc_col-lg-push-11 {
left: 91.66666667%;
}
.vc_col-lg-push-10 {
left: 83.33333333%;
}
.vc_col-lg-push-9 {
left: 75%;
}
.vc_col-lg-push-8 {
left: 66.66666667%;
}
.vc_col-lg-push-7 {
left: 58.33333333%;
}
.vc_col-lg-push-6 {
left: 50%;
}
.vc_col-lg-push-5 {
left: 41.66666667%;
}
.vc_col-lg-push-4 {
left: 33.33333333%;
}
.vc_col-lg-push-3 {
left: 25%;
}
.vc_col-lg-push-2 {
left: 16.66666667%;
}
.vc_col-lg-push-1 {
left: 8.33333333%;
}
.vc_col-lg-push-0 {
left: auto;
}
.vc_col-lg-offset-12 {
margin-left: 100%;
}
.vc_col-lg-offset-11 {
margin-left: 91.66666667%;
}
.vc_col-lg-offset-10 {
margin-left: 83.33333333%;
}
.vc_col-lg-offset-9 {
margin-left: 75%;
}
.vc_col-lg-offset-8 {
margin-left: 66.66666667%;
}
.vc_col-lg-offset-7 {
margin-left: 58.33333333%;
}
.vc_col-lg-offset-6 {
margin-left: 50%;
}
.vc_col-lg-offset-5 {
margin-left: 41.66666667%;
}
.vc_col-lg-offset-4 {
margin-left: 33.33333333%;
}
.vc_col-lg-offset-3 {
margin-left: 25%;
}
.vc_col-lg-offset-2 {
margin-left: 16.66666667%;
}
.vc_col-lg-offset-1 {
margin-left: 8.33333333%;
}
.vc_col-lg-offset-0 {
margin-left: 0%;
}
}
/*
//Grid
.vc_container-block {
.container-fixed();
@media (min-width: @screen-sm) {
width: @container-sm;
}
@media (min-width: @screen-md) {
width: @container-md;
}
@media (min-width: @screen-lg-min) {
width: @container-lg;
}
}
*/
/* 1. Buttons
---------------------------------------------------------- */
.vc_btn {
border: 1px solid transparent;
cursor: pointer;
display: inline-block;
text-decoration: none !important;
padding: 9px 12px;
font-size: 100%;
line-height: 20px;
border-radius: 4px;
/* Button colors variations */
}
.vc_btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.vc_btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.vc_btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.vc_btn_square {
border-radius: 0;
}
.vc_btn_square_outlined {
border-radius: 0;
background: none !important;
border: 2px solid;
}
.vc_btn_round {
border-radius: 25px;
}
.vc_btn_outlined {
background: none !important;
border: 2px solid;
}
.vc_btn-blue {
background-color: #5472d2;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-blue:hover {
background-color: #3c5ecc;
color: #f7f7f7 !important;
}
.vc_btn-blue.vc_btn_outlined,
.vc_btn-blue.vc_btn_square_outlined {
color: #5472d2 !important;
}
.vc_btn-blue.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #3253bc;
box-shadow: 0 5px 0 #3253bc;
margin-bottom: 5px;
}
.vc_btn-turquoise {
background-color: #00c1cf;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-turquoise:hover {
background-color: #00a4b0;
color: #f7f7f7 !important;
}
.vc_btn-turquoise.vc_btn_outlined,
.vc_btn-turquoise.vc_btn_square_outlined {
color: #00c1cf !important;
}
.vc_btn-turquoise.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #008d97;
box-shadow: 0 5px 0 #008d97;
margin-bottom: 5px;
}
.vc_btn-pink {
background-color: #fe6c61;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-pink:hover {
background-color: #fe5043;
color: #f7f7f7 !important;
}
.vc_btn-pink.vc_btn_outlined,
.vc_btn-pink.vc_btn_square_outlined {
color: #fe6c61 !important;
}
.vc_btn-pink.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #fe3829;
box-shadow: 0 5px 0 #fe3829;
margin-bottom: 5px;
}
.vc_btn-violet {
background-color: #8d6dc4;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-violet:hover {
background-color: #7c57bb;
color: #f7f7f7 !important;
}
.vc_btn-violet.vc_btn_outlined,
.vc_btn-violet.vc_btn_square_outlined {
color: #8d6dc4 !important;
}
.vc_btn-violet.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #6e48b1;
box-shadow: 0 5px 0 #6e48b1;
margin-bottom: 5px;
}
.vc_btn-peacoc {
background-color: #4cadc9;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-peacoc:hover {
background-color: #39a0bd;
color: #f7f7f7 !important;
}
.vc_btn-peacoc.vc_btn_outlined,
.vc_btn-peacoc.vc_btn_square_outlined {
color: #4cadc9 !important;
}
.vc_btn-peacoc.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #338faa;
box-shadow: 0 5px 0 #338faa;
margin-bottom: 5px;
}
.vc_btn-chino {
background-color: #cec2ab;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-chino:hover {
background-color: #c3b498;
color: #f7f7f7 !important;
}
.vc_btn-chino.vc_btn_outlined,
.vc_btn-chino.vc_btn_square_outlined {
color: #cec2ab !important;
}
.vc_btn-chino.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #b9a888;
box-shadow: 0 5px 0 #b9a888;
margin-bottom: 5px;
}
.vc_btn-mulled_wine {
background-color: #50485b;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-mulled_wine:hover {
background-color: #413a4a;
color: #f7f7f7 !important;
}
.vc_btn-mulled_wine.vc_btn_outlined,
.vc_btn-mulled_wine.vc_btn_square_outlined {
color: #50485b !important;
}
.vc_btn-mulled_wine.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #342f3c;
box-shadow: 0 5px 0 #342f3c;
margin-bottom: 5px;
}
.vc_btn-vista_blue {
background-color: #75d69c;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-vista_blue:hover {
background-color: #5dcf8b;
color: #f7f7f7 !important;
}
.vc_btn-vista_blue.vc_btn_outlined,
.vc_btn-vista_blue.vc_btn_square_outlined {
color: #75d69c !important;
}
.vc_btn-vista_blue.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #4ac97d;
box-shadow: 0 5px 0 #4ac97d;
margin-bottom: 5px;
}
.vc_btn-black {
background-color: #2a2a2a;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-black:hover {
background-color: #1b1b1b;
color: #f7f7f7 !important;
}
.vc_btn-black.vc_btn_outlined,
.vc_btn-black.vc_btn_square_outlined {
color: #2a2a2a !important;
}
.vc_btn-black.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #0e0e0e;
box-shadow: 0 5px 0 #0e0e0e;
margin-bottom: 5px;
}
.vc_btn-grey {
background-color: #ebebeb;
color: #666666 !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-grey:hover {
background-color: #dcdcdc;
color: #5e5e5e !important;
}
.vc_btn-grey.vc_btn_outlined,
.vc_btn-grey.vc_btn_square_outlined {
color: #ebebeb !important;
}
.vc_btn-grey.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #cfcfcf;
box-shadow: 0 5px 0 #cfcfcf;
margin-bottom: 5px;
}
.vc_btn-orange {
background-color: #f7be68;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-orange:hover {
background-color: #f5b14b;
color: #f7f7f7 !important;
}
.vc_btn-orange.vc_btn_outlined,
.vc_btn-orange.vc_btn_square_outlined {
color: #f7be68 !important;
}
.vc_btn-orange.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #f4a733;
box-shadow: 0 5px 0 #f4a733;
margin-bottom: 5px;
}
.vc_btn-sky {
background-color: #5aa1e3;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-sky:hover {
background-color: #4092df;
color: #f7f7f7 !important;
}
.vc_btn-sky.vc_btn_outlined,
.vc_btn-sky.vc_btn_square_outlined {
color: #5aa1e3 !important;
}
.vc_btn-sky.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #2a86db;
box-shadow: 0 5px 0 #2a86db;
margin-bottom: 5px;
}
.vc_btn-green {
background-color: #6dab3c;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-green:hover {
background-color: #5f9434;
color: #f7f7f7 !important;
}
.vc_btn-green.vc_btn_outlined,
.vc_btn-green.vc_btn_square_outlined {
color: #6dab3c !important;
}
.vc_btn-green.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #53812d;
box-shadow: 0 5px 0 #53812d;
margin-bottom: 5px;
}
.vc_btn-juicy_pink {
background-color: #f4524d;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-juicy_pink:hover {
background-color: #f23630;
color: #f7f7f7 !important;
}
.vc_btn-juicy_pink.vc_btn_outlined,
.vc_btn-juicy_pink.vc_btn_square_outlined {
color: #f4524d !important;
}
.vc_btn-juicy_pink.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #f11f18;
box-shadow: 0 5px 0 #f11f18;
margin-bottom: 5px;
}
.vc_btn-sandy_brown {
background-color: #f79468;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-sandy_brown:hover {
background-color: #f57f4b;
color: #f7f7f7 !important;
}
.vc_btn-sandy_brown.vc_btn_outlined,
.vc_btn-sandy_brown.vc_btn_square_outlined {
color: #f79468 !important;
}
.vc_btn-sandy_brown.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #f46e33;
box-shadow: 0 5px 0 #f46e33;
margin-bottom: 5px;
}
.vc_btn-purple {
background-color: #b97ebb;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-purple:hover {
background-color: #ae6ab0;
color: #f7f7f7 !important;
}
.vc_btn-purple.vc_btn_outlined,
.vc_btn-purple.vc_btn_square_outlined {
color: #b97ebb !important;
}
.vc_btn-purple.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #a559a8;
box-shadow: 0 5px 0 #a559a8;
margin-bottom: 5px;
}
.vc_btn-white {
background-color: #ffffff;
color: #666666 !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-white:hover {
background-color: #f0f0f0;
color: #5e5e5e !important;
}
.vc_btn-white.vc_btn_outlined,
.vc_btn-white.vc_btn_square_outlined {
color: #ffffff !important;
}
.vc_btn-white.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #e3e3e3;
box-shadow: 0 5px 0 #e3e3e3;
margin-bottom: 5px;
}
.vc_btn-grace {
background-color: #aed13b;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn-grace:hover {
background-color: #9ec02d;
color: #f7f7f7 !important;
}
.vc_btn-grace.vc_btn_outlined,
.vc_btn-grace.vc_btn_square_outlined {
color: #aed13b !important;
}
.vc_btn-grace.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #8dac28;
box-shadow: 0 5px 0 #8dac28;
margin-bottom: 5px;
}
.vc_btn-default {
color: #7d7d7d;
background-color: #ffffff;
border-color: transparent;
}
.vc_btn-default:hover,
.vc_btn-default:focus,
.vc_btn-default:active,
.vc_btn-default.active,
.open > .dropdown-toggle.vc_btn-default {
color: #7d7d7d;
background-color: #e6e6e6;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-default:active,
.vc_btn-default.active,
.open > .dropdown-toggle.vc_btn-default {
background-image: none;
}
.vc_btn-default .badge {
color: #ffffff;
background-color: #7d7d7d;
}
.vc_btn-primary {
color: #ffffff;
background-color: #00aef0;
border-color: transparent;
}
.vc_btn-primary:hover,
.vc_btn-primary:focus,
.vc_btn-primary:active,
.vc_btn-primary.active,
.open > .dropdown-toggle.vc_btn-primary {
color: #ffffff;
background-color: #0089bd;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-primary:active,
.vc_btn-primary.active,
.open > .dropdown-toggle.vc_btn-primary {
background-image: none;
}
.vc_btn-primary .badge {
color: #00aef0;
background-color: #ffffff;
}
.vc_btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: transparent;
}
.vc_btn-success:hover,
.vc_btn-success:focus,
.vc_btn-success:active,
.vc_btn-success.active,
.open > .dropdown-toggle.vc_btn-success {
color: #ffffff;
background-color: #449d44;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-success:active,
.vc_btn-success.active,
.open > .dropdown-toggle.vc_btn-success {
background-image: none;
}
.vc_btn-success .badge {
color: #5cb85c;
background-color: #ffffff;
}
.vc_btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: transparent;
}
.vc_btn-info:hover,
.vc_btn-info:focus,
.vc_btn-info:active,
.vc_btn-info.active,
.open > .dropdown-toggle.vc_btn-info {
color: #ffffff;
background-color: #31b0d5;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-info:active,
.vc_btn-info.active,
.open > .dropdown-toggle.vc_btn-info {
background-image: none;
}
.vc_btn-info .badge {
color: #5bc0de;
background-color: #ffffff;
}
.vc_btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: transparent;
}
.vc_btn-warning:hover,
.vc_btn-warning:focus,
.vc_btn-warning:active,
.vc_btn-warning.active,
.open > .dropdown-toggle.vc_btn-warning {
color: #ffffff;
background-color: #ec971f;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-warning:active,
.vc_btn-warning.active,
.open > .dropdown-toggle.vc_btn-warning {
background-image: none;
}
.vc_btn-warning .badge {
color: #f0ad4e;
background-color: #ffffff;
}
.vc_btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: transparent;
}
.vc_btn-danger:hover,
.vc_btn-danger:focus,
.vc_btn-danger:active,
.vc_btn-danger.active,
.open > .dropdown-toggle.vc_btn-danger {
color: #ffffff;
background-color: #c9302c;
border-color: rgba(0, 0, 0, 0);
}
.vc_btn-danger:active,
.vc_btn-danger.active,
.open > .dropdown-toggle.vc_btn-danger {
background-image: none;
}
.vc_btn-danger .badge {
color: #d9534f;
background-color: #ffffff;
}
i.icon {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
vertical-align: text-top;
margin-left: 5px;
}
.wpb_btn-large i.icon {
height: 19px;
margin-left: 9px;
}
.wpb_btn-small i.icon {
height: 15px;
}
.wpb_btn-mini i.icon {
display: none;
}
.wpb_address_book i.icon,
option.wpb_address_book {
background: url(../images/icons/address-book.png) no-repeat right center;
}
.wpb_alarm_clock i.icon,
option.wpb_alarm_clock {
background: url(../images/icons/alarm-clock.png) no-repeat right center;
}
.wpb_anchor i.icon,
option.wpb_anchor {
background: url(../images/icons/anchor.png) no-repeat right center;
}
.wpb_application_image i.icon,
option.wpb_application_image {
background: url(../images/icons/application-image.png) no-repeat right center;
}
.wpb_arrow i.icon,
option.wpb_arrow {
background: url(../images/icons/arrow.png) no-repeat right center;
}
.wpb_asterisk i.icon,
option.wpb_asterisk {
background: url(../images/icons/asterisk.png) no-repeat right center;
}
.wpb_hammer i.icon,
option.wpb_hammer {
background: url(../images/icons/auction-hammer.png) no-repeat right center;
}
.wpb_balloon i.icon,
option.wpb_balloon {
background: url(../images/icons/balloon.png) no-repeat right center;
}
.wpb_balloon_buzz i.icon,
option.wpb_balloon_buzz {
background: url(../images/icons/balloon-buzz.png) no-repeat right center;
}
.wpb_balloon_facebook i.icon,
option.wpb_balloon_facebook {
background: url(../images/icons/balloon-facebook.png) no-repeat right center;
}
.wpb_balloon_twitter i.icon,
option.wpb_balloon_twitter {
background: url(../images/icons/balloon-twitter.png) no-repeat right center;
}
.wpb_battery i.icon,
option.wpb_battery {
background: url(../images/icons/battery-full.png) no-repeat right center;
}
.wpb_binocular i.icon,
option.wpb_binocular {
background: url(../images/icons/binocular.png) no-repeat right center;
}
.wpb_document_excel i.icon,
option.wpb_document_excel {
background: url(../images/icons/blue-document-excel.png) no-repeat right center;
}
.wpb_document_image i.icon,
option.wpb_document_image {
background: url(../images/icons/blue-document-image.png) no-repeat right center;
}
.wpb_document_music i.icon,
option.wpb_document_music {
background: url(../images/icons/blue-document-music.png) no-repeat right center;
}
.wpb_document_office i.icon,
option.wpb_document_office {
background: url(../images/icons/blue-document-office.png) no-repeat right center;
}
.wpb_document_pdf i.icon,
option.wpb_document_pdf {
background: url(../images/icons/blue-document-pdf.png) no-repeat right center;
}
.wpb_document_powerpoint i.icon,
option.wpb_document_powerpoint {
background: url(../images/icons/blue-document-powerpoint.png) no-repeat right center;
}
.wpb_document_word i.icon,
option.wpb_document_word {
background: url(../images/icons/blue-document-word.png) no-repeat right center;
}
.wpb_bookmark i.icon,
option.wpb_bookmark {
background: url(../images/icons/bookmark.png) no-repeat right center;
}
.wpb_camcorder i.icon,
option.wpb_camcorder {
background: url(../images/icons/camcorder.png) no-repeat right center;
}
.wpb_camera i.icon,
option.wpb_camera {
background: url(../images/icons/camera.png) no-repeat right center;
}
.wpb_chart i.icon,
option.wpb_chart {
background: url(../images/icons/chart.png) no-repeat right center;
}
.wpb_chart_pie i.icon,
option.wpb_chart_pie {
background: url(../images/icons/chart-pie.png) no-repeat right center;
}
.wpb_clock i.icon,
option.wpb_clock {
background: url(../images/icons/clock.png) no-repeat right center;
}
.wpb_play i.icon,
option.wpb_play {
background: url(../images/icons/control.png) no-repeat right center;
}
.wpb_fire i.icon,
option.wpb_fire {
background: url(../images/icons/fire.png) no-repeat right center;
}
.wpb_heart i.icon,
option.wpb_heart {
background: url(../images/icons/heart.png) no-repeat right center;
}
.wpb_mail i.icon,
option.wpb_mail {
background: url(../images/icons/mail.png) no-repeat right center;
}
.wpb_shield i.icon,
option.wpb_shield {
background: url(../images/icons/plus-shield.png) no-repeat right center;
}
.wpb_video i.icon,
option.wpb_video {
background: url(../images/icons/video.png) no-repeat right center;
}
/** VC Modal block popup */
.vc_modal {
display: none;
overflow: auto;
overflow-y: hidden;
position: fixed;
top: 0 !important;
right: 0;
bottom: 0;
left: 0;
-webkit-overflow-scrolling: touch;
width: auto !important;
margin-left: 0 !important;
background-color: transparent !important;
z-index: 100002 !important;
}
.vc_modal.fade .vc_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;
}
.vc_modal.in .vc_modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.vc_modal *,
.vc_modal {
box-sizing: border-box;
}
@media (min-width: 634px) {
.vc_modal-dialog {
width: 592px;
}
}
@media (min-width: 808px) {
.vc_modal-dialog {
width: 766px;
}
}
@media (min-width: 982px) {
.vc_modal-dialog {
width: 940px;
}
}
@media (min-width: 1156px) {
.vc_modal-dialog {
width: 1114px;
}
}
@media (min-width: 1330px) {
.vc_modal-dialog {
width: 1288px;
}
}
.vc_modal-content {
position: relative;
background-color: #ffffff;
-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;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #dddddd;
}
.vc_modal-header {
border-top-right-radius: 1px;
border-top-left-radius: 1px;
background: #093459;
color: #eeeeee;
padding: 10px 15px;
}
.vc_modal-header .vc_icon {
width: 15px;
height: 18px;
display: block;
}
.vc_modal-header .vc_close {
margin-top: 2px;
float: right;
display: block;
}
.vc_modal-header .vc_close .vc_icon {
background: transparent url(../vc/fe/close_panel.png) center center;
}
.vc_modal-header .vc_minimize {
margin-top: 2px;
margin-right: 2px;
float: right;
display: block;
}
.vc_modal-header .vc_minimize .vc_icon {
background: transparent url(../vc/fe/modal_minimize.png) center center;
}
.vc_modal-header .vc_transparent {
margin-top: 2px;
margin-right: 8px;
float: right;
display: block;
}
.vc_modal-header .vc_transparent .vc_icon {
background: transparent url(../vc/fe/eye_ico.png) center center no-repeat;
}
.vc_modal-title {
margin: 0;
line-height: 1.42857143;
font-weight: normal;
font-size: 16px;
color: inherit;
cursor: default;
}
.vc_modal-body {
position: relative;
padding: 20px;
}
.vc_modal-footer {
padding: 20px;
text-align: right;
border-top: 1px solid 0;
}
.vc_modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.vc_modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.vc_modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-open {
overflow: hidden;
}
.clousus {
z-index: 100001;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100001;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.2;
filter: alpha(opacity=20);
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.vc_panel {
margin-bottom: 20px;
background-color: #ffffff;
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);
width: 600px;
position: fixed;
z-index: 100000;
top: 74px;
left: 50%;
display: none;
border-color: #DDDDDD;
}
.vc_panel > .list-group {
margin-bottom: 0;
}
.vc_panel > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.vc_panel > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}
.vc_panel > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
}
.vc_panel > .table,
.vc_panel > .table-responsive > .table {
margin-bottom: 0;
}
.vc_panel > .table:first-child,
.vc_panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}
.vc_panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.vc_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.vc_panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.vc_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.vc_panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.vc_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.vc_panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.vc_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 1px;
}
.vc_panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.vc_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.vc_panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.vc_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.vc_panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.vc_panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.vc_panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.vc_panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 1px;
}
.vc_panel > .table:last-child,
.vc_panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
}
.vc_panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.vc_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.vc_panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.vc_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.vc_panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.vc_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.vc_panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.vc_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 1px;
}
.vc_panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.vc_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.vc_panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.vc_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.vc_panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.vc_panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.vc_panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.vc_panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 1px;
}
.vc_panel > .panel-body + .table,
.vc_panel > .panel-body + .table-responsive {
border-top: 1px solid #dddddd;
}
.vc_panel > .table > tbody:first-child > tr:first-child th,
.vc_panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.vc_panel > .table-bordered,
.vc_panel > .table-responsive > .table-bordered {
border: 0;
}
.vc_panel > .table-bordered > thead > tr > th:first-child,
.vc_panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.vc_panel > .table-bordered > tbody > tr > th:first-child,
.vc_panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.vc_panel > .table-bordered > tfoot > tr > th:first-child,
.vc_panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.vc_panel > .table-bordered > thead > tr > td:first-child,
.vc_panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.vc_panel > .table-bordered > tbody > tr > td:first-child,
.vc_panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.vc_panel > .table-bordered > tfoot > tr > td:first-child,
.vc_panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.vc_panel > .table-bordered > thead > tr > th:last-child,
.vc_panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.vc_panel > .table-bordered > tbody > tr > th:last-child,
.vc_panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.vc_panel > .table-bordered > tfoot > tr > th:last-child,
.vc_panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.vc_panel > .table-bordered > thead > tr > td:last-child,
.vc_panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.vc_panel > .table-bordered > tbody > tr > td:last-child,
.vc_panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.vc_panel > .table-bordered > tfoot > tr > td:last-child,
.vc_panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.vc_panel > .table-bordered > thead > tr:first-child > td,
.vc_panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.vc_panel > .table-bordered > tbody > tr:first-child > td,
.vc_panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.vc_panel > .table-bordered > thead > tr:first-child > th,
.vc_panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.vc_panel > .table-bordered > tbody > tr:first-child > th,
.vc_panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.vc_panel > .table-bordered > tbody > tr:last-child > td,
.vc_panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.vc_panel > .table-bordered > tfoot > tr:last-child > td,
.vc_panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.vc_panel > .table-bordered > tbody > tr:last-child > th,
.vc_panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.vc_panel > .table-bordered > tfoot > tr:last-child > th,
.vc_panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.vc_panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.vc_panel .panel-body {
padding: 0;
}
.vc_panel-body {
padding: 0;
}
.vc_panel-heading {
border-top-right-radius: 1px;
border-top-left-radius: 1px;
background: #093459;
color: #eeeeee;
padding: 10px 15px;
cursor: move;
}
.vc_panel-heading .vc_icon {
width: 15px;
height: 18px;
display: block;
}
.vc_panel-heading .vc_close {
margin-top: 2px;
float: right;
display: block;
}
.vc_panel-heading .vc_close .vc_icon {
background: transparent url(../vc/fe/close_panel.png) center center;
}
.vc_panel-heading .vc_minimize {
margin-top: 2px;
margin-right: 2px;
float: right;
display: block;
}
.vc_panel-heading .vc_minimize .vc_icon {
background: transparent url(../vc/fe/modal_minimize.png) center center;
}
.vc_panel-heading .vc_transparent {
margin-top: 2px;
margin-right: 8px;
float: right;
display: block;
}
.vc_panel-heading .vc_transparent .vc_icon {
background: transparent url(../vc/fe/eye_ico.png) center center no-repeat;
}
.vc_panel-footer {
padding: 10px 15px;
background-color: #e6e6e6;
border-top: 1px solid #dddddd;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
}
.vc_panel-footer .vc_btn-default:hover {
border-color: #CCC;
}
.vc_panel-title {
margin-top: 0;
margin-bottom: 0;
font-weight: normal;
font-size: 16px;
color: inherit;
}
.vc_panel-title > a {
color: inherit;
}
.wpb-edit-form {
padding: 10px 15px;
}
.wpb-edit-form input,
.wpb-edit-form select,
.wpb-edit-form textarea {
width: 100%;
padding: 8px 6px;
margin: 0;
}
.wpb-edit-form input,
.wpb-edit-form select {
font-size: 1em;
}
.wpb-edit-form select {
height: auto;
}
.wpb-edit-form input[type="checkbox"] {
width: auto;
margin-left: 5px;
margin-right: 2px;
display: inline-block;
}
.wpb-edit-form input[type="checkbox"]:nth-child(2) {
margin-left: 0;
}
.vc_panel-tabs > ul {
margin: -10px 0 10px 0px;
padding-left: 10px;
display: table;
width: 100%;
background-color: #e6e6e6;
}
.vc_panel-tabs > ul li {
display: list-item;
list-style: none;
float: left;
position: relative;
top: 0;
margin: 7px 2px 0 0;
border: 1px solid transparent;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
font-weight: normal;
color: #949494;
}
.vc_panel-tabs > ul li a {
color: #949494;
float: left;
padding: 11px 15px;
text-decoration: none;
outline: none;
font-size: 12px;
}
.vc_panel-tabs > ul li.ui-state-active {
background: #ffffff;
font-weight: normal;
color: #595959;
}
.vc_panel-tabs > ul li.ui-state-active a {
color: #595959;
}
.vc_panel-tabs > ul > :first-child {
margin-left: 6px;
}
.vc_panel-tabs > div {
display: none;
}
.vc_panel-opacity {
height: 40px !important;
overflow: hidden !important;
}
.vc_description {
color: #999999;
display: block;
font-style: italic;
line-height: 20px;
margin-top: 8px;
clear: both;
}
.vc_google_fonts_form_field-preview-container > span {
font-size: 20px;
}
.vc_message {
display: none;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
text-align: center;
top: 56px;
left: 0;
width: 100%;
background: #CCCCCC;
color: #000000;
}
.vc_message.success {
background: #d8edc7;
border-bottom: 1px solid #cae1b7;
color: #8A987E;
}
.vc_message.error {
background: #EBE4C7;
border-bottom: 1px solid #DDD2B3;
color: #938D7C;
}
.vc_panel-message {
display: none;
z-index: 100000;
position: absolute;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
text-align: center;
top: 38px;
left: 0;
width: 100%;
background: #CCCCCC;
color: #000000;
}
.vc_panel-message.type-success {
background: #d8edc7;
border-bottom: 1px solid #cae1b7;
color: #8A987E;
}
.vc_panel-message.type-error {
background: #EBE4C7;
border-bottom: 1px solid #DDD2B3;
color: #938D7C;
}
#vc_preloader {
position: fixed;
top: 0;
left: 0;
z-index: 1031;
width: 100%;
height: 100%;
background: #ffffff url(../vc/fe/preloader.gif) center center no-repeat;
opacity: 0.95;
filter: alpha(opacity=95);
}
.vc_spinner {
background: #ffffff url(../vc/fe/preloader.gif) center center no-repeat;
display: block;
margin: 0 auto;
top: 20px;
width: 80px;
height: 80px;
}
.vc_pull-right {
float: right !important;
}
.vc_pull-left {
float: left !important;
}
.vc_clearfix:before,
.vc_clearfix:after {
content: " ";
display: table;
}
.vc_clearfix:after {
clear: both;
}
.vc_clearfix:before,
.vc_clearfix:after {
content: " ";
display: table;
}
.vc_clearfix:after {
clear: both;
}
.vc_el-clearfix {
clear: both;
}
@media (max-width: 767px) {
.vc_el-clearfix-xs {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.vc_el-clearfix-sm {
clear: both;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.vc_el-clearfix-md {
clear: both;
}
}
@media (min-width: 1200px) {
.vc_el-clearfix-lg {
clear: both;
}
}
.vc_visible {
display: block;
}
.vc_table {
width: 100%;
margin-bottom: 20px;
border-collapse: collapse;
}
.vc_table > thead > tr > th,
.vc_table > tbody > tr > th,
.vc_table > tfoot > tr > th,
.vc_table > thead > tr > td,
.vc_table > tbody > tr > td,
.vc_table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.vc_table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.vc_table > caption + thead > tr:first-child > th,
.vc_table > colgroup + thead > tr:first-child > th,
.vc_table > thead:first-child > tr:first-child > th,
.vc_table > caption + thead > tr:first-child > td,
.vc_table > colgroup + thead > tr:first-child > td,
.vc_table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.vc_table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.vc_table .table {
background-color: #ffffff;
}
.vc_table-bordered {
border: 1px solid #dddddd;
}
.vc_table-bordered > thead > tr > th,
.vc_table-bordered > tbody > tr > th,
.vc_table-bordered > tfoot > tr > th,
.vc_table-bordered > thead > tr > td,
.vc_table-bordered > tbody > tr > td,
.vc_table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.vc_table-bordered > thead > tr > th,
.vc_table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.vc_badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #999999;
border-radius: 10px;
}
.vc_badge:empty {
display: none;
}
.btn .vc_badge {
position: relative;
top: -1px;
}
.btn-xs .vc_badge {
top: 0;
padding: 1px 5px;
}
a.list-group-item.active > .vc_badge,
.nav-pills > .active > a > .vc_badge {
color: #428bca;
background-color: #ffffff;
}
.nav-pills > li > a > .vc_badge {
margin-left: 3px;
}
.vc_nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.vc_nav > li {
position: relative;
display: block;
}
.vc_nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.vc_nav > li > a:hover,
.vc_nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.vc_nav > li.disabled > a {
color: #999999;
}
.vc_nav > li.disabled > a:hover,
.vc_nav > li.disabled > a:focus {
color: #999999;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.vc_nav .open > a,
.vc_nav .open > a:hover,
.vc_nav .open > a:focus {
background-color: #eeeeee;
border-color: #428bca;
}
.vc_nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.vc_nav > li > a > img {
max-width: none;
}
.vc_inappropriate {
display: none !important;
}
.vc_off {
opacity: 0.7;
filter: alpha(opacity=70);
}
.vc_colored-dropdown .blue {
background-color: #5472d2 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .blue {
background-color: #5472d2 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .turquoise {
background-color: #00c1cf !important;
color: #ffffff !important;
}
.vc_colored-dropdown .turquoise {
background-color: #00c1cf !important;
color: #ffffff !important;
}
.vc_colored-dropdown .pink {
background-color: #fe6c61 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .pink {
background-color: #fe6c61 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .violet {
background-color: #8d6dc4 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .violet {
background-color: #8d6dc4 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .peacoc {
background-color: #4cadc9 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .peacoc {
background-color: #4cadc9 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .chino {
background-color: #cec2ab !important;
color: #ffffff !important;
}
.vc_colored-dropdown .chino {
background-color: #cec2ab !important;
color: #ffffff !important;
}
.vc_colored-dropdown .mulled_wine {
background-color: #50485b !important;
color: #ffffff !important;
}
.vc_colored-dropdown .mulled_wine {
background-color: #50485b !important;
color: #ffffff !important;
}
.vc_colored-dropdown .vista_blue {
background-color: #75d69c !important;
color: #ffffff !important;
}
.vc_colored-dropdown .vista_blue {
background-color: #75d69c !important;
color: #ffffff !important;
}
.vc_colored-dropdown .black {
background-color: #2a2a2a !important;
color: #ffffff !important;
}
.vc_colored-dropdown .black {
background-color: #2a2a2a !important;
color: #ffffff !important;
}
.vc_colored-dropdown .grey {
background-color: #ebebeb !important;
color: #666666 !important;
}
.vc_colored-dropdown .grey {
background-color: #ebebeb !important;
color: #666666 !important;
}
.vc_colored-dropdown .orange {
background-color: #f7be68 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .orange {
background-color: #f7be68 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .sky {
background-color: #5aa1e3 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .sky {
background-color: #5aa1e3 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .green {
background-color: #6dab3c !important;
color: #ffffff !important;
}
.vc_colored-dropdown .green {
background-color: #6dab3c !important;
color: #ffffff !important;
}
.vc_colored-dropdown .juicy_pink {
background-color: #f4524d !important;
color: #ffffff !important;
}
.vc_colored-dropdown .juicy_pink {
background-color: #f4524d !important;
color: #ffffff !important;
}
.vc_colored-dropdown .sandy_brown {
background-color: #f79468 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .sandy_brown {
background-color: #f79468 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .purple {
background-color: #b97ebb !important;
color: #ffffff !important;
}
.vc_colored-dropdown .purple {
background-color: #b97ebb !important;
color: #ffffff !important;
}
.vc_colored-dropdown .white {
background-color: #ffffff !important;
color: #666666 !important;
}
.vc_colored-dropdown .white {
background-color: #ffffff !important;
color: #666666 !important;
}
.vc_navbar {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 55px;
margin: 0;
border: 0;
background-color: #093459;
border-bottom: none;
}
.vc_navbar * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.vc_navbar .vc_navbar-collapse {
padding: 0;
}
.vc_navbar .vc_navbar-nav {
display: block;
margin: 0;
}
.vc_navbar .vc_navbar-nav > li {
float: left;
margin: 0;
border-left: 1px solid #1e5072;
height: 56px;
}
.vc_navbar .vc_navbar-brand {
float: left;
padding: 17.5px 15px;
font-size: 18px;
line-height: 20px;
height: 55px;
font-size: 0;
background: transparent url(../vc/fe/visual_composer_32.png) center center no-repeat;
display: block;
width: 42px;
height: 42px;
padding: 27px 30px 27px 35px;
}
.vc_navbar .vc_navbar-brand:hover,
.vc_navbar .vc_navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .vc_navbar .vc_navbar-brand,
.navbar > .container-fluid .vc_navbar .vc_navbar-brand {
margin-left: -15px;
}
}
.vc_navbar .vc_navbar-brand.vc_ajax-loading {
background-image: url('../vc/fe/ajax_spinner.gif');
}
.vc_navbar .vc_last {
padding-right: 25px;
}
.vc_navbar .vc_right-space {
padding-right: 5px;
}
.vc_navbar .vc_icon-btn {
display: block;
width: 60px;
height: 55px;
padding: 28px 30px;
cursor: pointer;
outline: 0;
background: transparent url('../vc/navbar_controls.png') 0 0;
}
.vc_navbar .vc_icon-btn:hover {
background-color: #0b273e;
}
.vc_navbar .vc_icon-btn:focus {
background-color: transparent;
}
.vc_navbar .vc_open > a,
.vc_navbar .vc_open > a:focus {
background-color: #093459;
}
.vc_navbar .vc_btn-backend-editor {
margin-right: 2px;
}
.vc_navbar .vc_btn-save {
margin-left: 2px;
}
.vc_navbar .vc_btn-save-draft {
margin-right: 2px;
}
.vc_navbar .vc_back-button {
background-position: 0 -165px;
}
.vc_navbar .vc_templates-button {
background-position: 0 -55px;
}
.vc_navbar .vc_post-settings {
position: relative;
background-position: 0 -110px;
}
.vc_navbar .vc_badge-custom-css {
display: block;
background-color: #fcb714;
position: absolute;
top: 9px;
left: 31px;
font-size: 9px;
font-weight: normal;
border-radius: 4px;
padding: 2px 3px;
}
.vc_navbar .vc_save-backend {
display: none;
}
.vc_navbar .vc_save-backend .vc_control-preview {
margin-right: 0;
}
.vc_navbar .vc_save-backend .vc_control-save {
margin-left: 5px;
}
.vc_navbar .vc_dropdown {
position: relative;
}
.vc_navbar .vc_dropdown .vc_dropdown-toggle {
cursor: default;
display: block;
width: 68px;
height: 56px;
line-height: 16px;
padding: 19px;
}
.vc_navbar .vc_dropdown .vc_dropdown-toggle .vc_icon {
display: inline-block;
vertical-align: middle;
width: 20px;
height: 16px;
background-color: transparent;
background-position: left center;
background-repeat: no-repeat;
}
.vc_navbar .vc_dropdown .vc_dropdown-toggle .vc_caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
vertical-align: middle;
}
.vc_navbar .vc_dropdown .vc_dropdown-list {
display: none;
position: absolute;
z-index: 1000;
top: 55px;
left: -1px;
background: #0B273E;
border: 1px solid #1e5072;
border-width: 0 1px 1px 1px;
padding-top: 1px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.vc_navbar .vc_dropdown .vc_dropdown-list > li {
margin: 0;
}
.vc_navbar .vc_dropdown .vc_dropdown-list a {
display: block;
background-color: transparent;
background-position: center center;
background-repeat: no-repeat;
width: 68px;
height: 37px;
}
.vc_navbar .vc_dropdown .vc_dropdown-list a:hover {
background-color: #124979;
}
.vc_navbar .vc_dropdown .vc_dropdown-list a.active {
background-color: #00aef0;
}
.vc_navbar .vc_dropdown:hover .vc_dropdown-toggle {
background-color: #0B273E;
}
.vc_navbar .vc_dropdown:hover .vc_dropdown-list {
display: block;
}
.vc_navbar .vc_dropdown .default {
background-image: url(../vc/fe/screen_sizes/laptop.png);
}
.vc_navbar .vc_dropdown .landscape-tablets {
background-image: url(../vc/fe/screen_sizes/ipad_h.png);
}
.vc_navbar .vc_dropdown .portrait-tablets {
background-image: url(../vc/fe/screen_sizes/ipad_v.png);
}
.vc_navbar .vc_dropdown .landscape-smartphones {
background-image: url(../vc/fe/screen_sizes/iphone_h.png);
}
.vc_navbar .vc_dropdown .portrait-smartphones {
background-image: url(../vc/fe/screen_sizes/iphone_v.png);
}
.vc_navbar-btn {
margin-top: 10.5px;
margin-bottom: 10.5px;
margin-left: 21px;
margin-right: 21px;
}
.vc_navbar-btn.vc_btn-sm {
margin-top: 12.5px;
margin-bottom: 12.5px;
}
.vc_navbar-btn.vc_btn-xs {
margin-top: 16.5px;
margin-bottom: 16.5px;
}
.vc_subnav-fixed {
position: fixed;
top: 32px;
left: 0;
z-index: 9998;
width: 100%;
padding-left: 160px;
}
.vc_subnav-fixed .vc_save-backend {
display: block;
}
@media screen and (max-width: 768px) {
.vc_navbar li,
.navbar-header {
display: none;
}
.vc_navbar li.vc_show-mobile {
display: block;
float: left;
}
.vc_navbar-nav {
float: left;
margin: 0;
}
.vc_navbar-nav.navbar-right {
float: right;
}
.vc_navbar-header {
float: left;
}
}
.vc_navbar-border-right {
border-right: 1px solid #1e5072;
}
.vc_dropdown-menu {
background-color: #000000;
}
.vc_navbar-header {
float: left;
}
@media (min-width: 768px) {
.vc_navbar-header {
float: left;
}
}
.vc_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;
}
.vc_navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.vc_navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.vc_navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.vc_navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .vc_navbar-collapse,
.navbar-static-top .vc_navbar-collapse,
.navbar-fixed-bottom .vc_navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.vc_select-navbar {
margin: 12.5px 21px;
}
.vc_navbar {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
top: 0;
border-width: 0 0 1px;
}
.vc_navbar .navbar-collapse {
max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
.vc_navbar .navbar-collapse {
max-height: 200px;
}
}
@media (min-width: 768px) {
.vc_navbar {
border-radius: 0;
}
}
.vc_element-icon {
background-image: url('../vc/elements_icons_sprite.png');
background-position: 0 0;
background-repeat: no-repeat;
display: block;
margin: 0;
width: 32px;
height: 32px;
}
.icon-wpb-application-icon-large {
background-position: 0 -32px;
}
.icon-wpb-application-plus {
background-position: 0 -64px;
}
.icon-wpb-balloon-facebook-left {
background-position: 0 -96px;
}
.icon-wpb-balloon-twitter-left {
background-position: 0 -128px;
}
.icon-wpb-film-youtube {
background-position: 0 -160px;
}
.icon-wpb-images-stack {
background-position: 0 -192px;
}
.icon-wpb-information-white {
background-position: 0 -224px;
}
.icon-wpb-layer-shape-text {
background-position: 0 -256px;
}
.icon-wpb-layout_sidebar {
background-position: 0 -288px;
}
.icon-wpb-map-pin {
background-position: 0 -320px;
}
.icon-wpb-slideshow {
background-position: 0 -352px;
}
.icon-wpb-toggle-small-expand {
background-position: 0 -384px;
}
.icon-wpb-ui-accordion {
background-position: 0 -416px;
}
.icon-wpb-ui-button {
background-position: 0 -448px;
}
.icon-wpb-ui-separator-label {
background-position: 0 -480px;
}
.icon-wpb-ui-separator {
background-position: 0 -512px;
}
.icon-wpb-ui-tab-content {
background-position: 0 -544px;
}
.icon-wpb-ui-tab-content-vertical {
background-position: 0 -576px;
}
.icon-wpb-pinterest {
background-position: 0 -608px;
}
.icon-wpb-tweetme {
background-position: 0 -128px;
}
.icon-wpb-single-image {
background-position: 0 -672px;
}
.icon-wpb-call-to-action {
background-position: 0 -704px;
}
.icon-wpb-raw-html {
background-position: 0 -736px;
}
.icon-wpb-raw-javascript {
background-position: 0 -768px;
}
.icon-wpb-flickr {
background-position: 0 -800px;
}
.icon-wpb-graph {
background-position: 0 -960px;
}
.icon-wpb-wp {
background-position: 0 -992px;
}
.icon-wpb-vc_pie {
background-position: 0 -1024px;
}
.icon-wpb-images-carousel {
background-position: 0 -1056px;
}
.icon-wpb-vc_carousel {
background-position: 0 -1088px;
}
.icon-wpb-row {
background-position: 0 -1120px;
}
.icon-wpb-ui-empty_space {
background-position: 0 -1152px;
}
.icon-wpb-atm {
background-position: 0 -640px;
}
.icon-wpb-ui-custom_heading {
background-position: 0 -1184px;
}
/*
.icon-wpb-application-icon-large { background-position: 0 -32px; }
.icon-wpb-application-plus { background-position: 0 -64px; }
.icon-wpb-balloon-facebook-left { background-position: 0 -96px; }
.icon-wpb-balloon-twitter-left { background-position: 0 -128px; }
.icon-wpb-film-youtube { background-position: 0 -160px; }
.icon-wpb-images-stack { background-position: 0 -192px; }
.icon-wpb-information-white { background-position: 0 -224px; }
.icon-wpb-layer-shape-text { background-position: 0 -256px; }
.icon-wpb-layout_sidebar { background-position: 0 -288px; }
.icon-wpb-map-pin { background-position: 0 -320px; }
.icon-wpb-slideshow { background-position: 0 -352px; }
.icon-wpb-toggle-small-expand { background-position: 0 -384px; }
.icon-wpb-ui-accordion { background-position: 0 -416px; }
.icon-wpb-ui-button { background-position: 0 -448px; }
.icon-wpb-ui-separator-label { background-position: 0 -480px; }
.icon-wpb-ui-separator { background-position: 0 -512px; }
.icon-wpb-ui-tab-content { background-position: 0 -544px; }
.icon-wpb-ui-tab-content-vertical { background-position: 0 -576px; }
.icon-wpb-pinterest { background-position: 0 -608px; }
.icon-wpb-tweetme { background-position: 0 -640px; }
.icon-wpb-single-image { background-position: 0 -672px; }
.icon-wpb-call-to-action { background-position: 0 -704px; }
.icon-wpb-raw-html { background-position: 0 -736px; }
.icon-wpb-raw-javascript { background-position: 0 -768px; }
.icon-wpb-flickr { background-position: 0 -800px; }
.icon-wpb-contactform7 { background-position: 0 -832px; }
.icon-wpb-vc_gravityform { background-position: 0 -864px; }
.icon-wpb-layerslider { background-position: 0 -892px; }
.icon-wpb-revslider { background-position: 0 -928px; }
.icon-wpb-graph { background-position: 0 -960px; }
.icon-wpb-wp { background-position: 0 -992px; }
.icon-wpb-vc_pie { background-position: 0 -1024px; }
.icon-wpb-images-carousel { background-position: 0 -1056px; }
.icon-wpb-vc_carousel { background-position: 0 -1088px; }
.icon-wpb-row { background-position: 0 -1120px; }
.icon-wpb-ui-empty_space { background-position: 0 -1152px; }
.icon-wpb-atm {
background-image: url(../vc/elements_icons/atm.png);
background-position: center center;
background-repeat: no-repeat;
}
*/
.wpb-elements-list-modal .vc_modal-dialog {
margin: 74px auto 0;
}
.wpb-elements-list-modal .vc_modal-dialog .vc_modal-body {
height: auto;
overflow-y: auto;
}
.wpb-elements-list-modal .vc_modal-dialog .vc_modal-body .wpb-content-layouts-container {
margin: 0;
}
.wpb-elements-list-modal .vc_modal-dialog .vc_modal-body .wpb-content-layouts-container .isotope-filter *:first-child {
margin-left: 1px;
}
.wpb-elements-list-modal .vc_modal-dialog .vc_modal-body .wpb-content-layouts-container .isotope-filter li {
display: inline-block;
margin-left: 10px;
}
.wpb-elements-list-modal .vc_modal-dialog .vc_modal-body .wpb-content-layouts-container .isotope-filter li.active a {
border-bottom: 0 none;
color: #000000;
}
.wpb-elements-list-modal .vc_modal-dialog .vc_modal-body .wpb-content-layouts-container .isotope-filter li a {
border-bottom: 1px dotted;
text-decoration: none;
}
.wpb-elements-list-modal .vc_modal-dialog .vc_modal-body .wpb-content-layouts-container .isotope-filter li a:hover {
text-decoration: none;
}
.wpb-elements-list-modal .wpb-content-layouts {
padding: 0;
margin: 0;
}
.wpb-elements-list-modal .wpb-content-layouts li {
background: none repeat scroll 0 0 #F5F5F5;
border: 1px solid #faf9f9;
margin: 0 0 2px 2px;
width: 174px;
display: none;
overflow: hidden;
position: relative;
float: left;
height: 70px;
list-style: none;
-webkit-transition: border-color 0.2s;
-o-transition: border-color 0.2s;
transition: border-color 0.2s;
}
.wpb-elements-list-modal .wpb-content-layouts li:hover {
border-color: #00aef0;
}
.wpb-elements-list-modal .wpb-content-layouts li .vc_el-container {
display: table;
height: 69px;
width: 100%;
}
.wpb-elements-list-modal .wpb-content-layouts a {
outline: none;
display: table-cell;
line-height: 14px;
padding: 2px 4px 2px 47px;
vertical-align: middle;
white-space: normal;
text-decoration: none;
font-weight: bold;
}
.wpb-elements-list-modal .wpb-content-layouts a .vc_element-description {
display: block;
position: relative;
background-color: transparent;
top: auto;
left: auto;
width: auto;
height: auto;
font-size: 11px;
font-style: normal;
font-weight: normal;
margin-top: 3px;
color: #999999;
}
.wpb-elements-list-modal .wpb-content-layouts .vc_visible {
display: block;
}
.wpb-elements-list-modal .wpb-content-layouts .vc_inappropriate {
display: none !important;
}
.wpb-elements-list-modal .vc_element-icon {
position: absolute;
top: 20px;
left: 8px;
}
.vc_elements-list-filter {
position: absolute;
padding: 4px 3px 3px 30px;
top: 9px;
right: 44px;
z-index: 1;
width: 190px;
font-size: 12px;
border: medium none;
background: url("../vc/search.png") no-repeat scroll 9px 6px #ffffff;
}
.vc_properties-list {
overflow-y: auto;
overflow-x: hidden;
}
.vc_edit-form-tab {
padding-top: 5px;
}
/* Content element Edit screen
---------------------------------------------------------- */
.vc_dependent-hidden {
display: none !important;
}
.wpb_element_label {
font-weight: bold;
margin-bottom: 5px;
display: block;
}
.wpb_edit_form_elements .vc_column + .vc_column {
padding-top: 15px;
}
.wpb_edit_form_elements .quicktags-toolbar input {
width: auto;
padding: 2px 4px;
}
.wpb_edit_form_elements input {
padding-bottom: 7px;
}
.wpb_edit_form_elements input.wp-color-picker[type="text"] {
width: 90px !important;
padding: 4px 3px 3px;
height: 24px;
float: left;
position: relative;
}
.wpb_edit_form_elements .wp-color-result.wp-picker-open:after {
content: "";
}
.wpb_edit_form_elements input.wp-picker-clear {
width: auto;
}
/* Select Image / Select Images (multiple)
---------------------------------------------------------- */
.wpb_el_type_attach_images .gallery_widget_attached_images_list {
cursor: move;
}
.gallery_widget_img_select,
.gallery_widget_attached_images_list {
margin: 0;
}
.gallery_widget_img_select li,
.gallery_widget_attached_images_list li {
position: relative;
background: #F5F5F5;
padding: 4px;
float: left;
margin: 0px 5px 5px 0;
min-height: 75px;
min-width: 75px;
line-height: 70px;
text-align: center;
}
.gallery_widget_img_select li img,
.gallery_widget_attached_images_list li img {
max-height: 75px;
display: inline-block;
vertical-align: middle;
}
.wpb_el_type_attach_images .gallery_widget_add_images,
.wpb_el_type_attach_image .gallery_widget_add_images {
margin-top: 0px;
display: block;
float: left;
height: 80px;
width: 80px;
background: #f5f5f5 url("../vc/add.png") no-repeat center center;
border: 1px solid #DFDFDF;
font-size: 0px;
color: #F5F5F5;
}
.wpb_el_type_attach_images .gallery_widget_add_images:hover,
.wpb_el_type_attach_image .gallery_widget_add_images:hover {
color: #C8C8C8;
border-color: #C8C8C8;
text-decoration: none;
}
.wpb_el_type_attach_images .icon-remove,
.wpb_el_type_attach_image .icon-remove {
background: #f5f5f5 url(../vc/remove.png) center center no-repeat;
width: 16px;
height: 16px;
display: block;
position: absolute;
top: 0;
right: 0;
}
.wpb_el_type_attach_images .icon-remove:hover,
.wpb_el_type_attach_image .icon-remove:hover {
opacity: 0.7;
}
.gallery_widget_site_images {
display: none;
}
.wpb_vc_tab,
.wpb_vc_accordion_tab {
display: none;
}
.vc_hidden-placeholder {
display: none;
}
#TB_overlay {
z-index: 1055;
}
#TB_window {
z-index: 1060;
}
.vc_colored-dropdown .blue {
background-color: #5472d2 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .blue {
background-color: #5472d2 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .turquoise {
background-color: #00c1cf !important;
color: #ffffff !important;
}
.vc_colored-dropdown .turquoise {
background-color: #00c1cf !important;
color: #ffffff !important;
}
.vc_colored-dropdown .pink {
background-color: #fe6c61 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .pink {
background-color: #fe6c61 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .violet {
background-color: #8d6dc4 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .violet {
background-color: #8d6dc4 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .peacoc {
background-color: #4cadc9 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .peacoc {
background-color: #4cadc9 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .chino {
background-color: #cec2ab !important;
color: #ffffff !important;
}
.vc_colored-dropdown .chino {
background-color: #cec2ab !important;
color: #ffffff !important;
}
.vc_colored-dropdown .mulled_wine {
background-color: #50485b !important;
color: #ffffff !important;
}
.vc_colored-dropdown .mulled_wine {
background-color: #50485b !important;
color: #ffffff !important;
}
.vc_colored-dropdown .vista_blue {
background-color: #75d69c !important;
color: #ffffff !important;
}
.vc_colored-dropdown .vista_blue {
background-color: #75d69c !important;
color: #ffffff !important;
}
.vc_colored-dropdown .black {
background-color: #2a2a2a !important;
color: #ffffff !important;
}
.vc_colored-dropdown .black {
background-color: #2a2a2a !important;
color: #ffffff !important;
}
.vc_colored-dropdown .grey {
background-color: #ebebeb !important;
color: #666666 !important;
}
.vc_colored-dropdown .grey {
background-color: #ebebeb !important;
color: #666666 !important;
}
.vc_colored-dropdown .orange {
background-color: #f7be68 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .orange {
background-color: #f7be68 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .sky {
background-color: #5aa1e3 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .sky {
background-color: #5aa1e3 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .green {
background-color: #6dab3c !important;
color: #ffffff !important;
}
.vc_colored-dropdown .green {
background-color: #6dab3c !important;
color: #ffffff !important;
}
.vc_colored-dropdown .juicy_pink {
background-color: #f4524d !important;
color: #ffffff !important;
}
.vc_colored-dropdown .juicy_pink {
background-color: #f4524d !important;
color: #ffffff !important;
}
.vc_colored-dropdown .sandy_brown {
background-color: #f79468 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .sandy_brown {
background-color: #f79468 !important;
color: #ffffff !important;
}
.vc_colored-dropdown .purple {
background-color: #b97ebb !important;
color: #ffffff !important;
}
.vc_colored-dropdown .purple {
background-color: #b97ebb !important;
color: #ffffff !important;
}
.vc_colored-dropdown .white {
background-color: #ffffff !important;
color: #666666 !important;
}
.vc_colored-dropdown .white {
background-color: #ffffff !important;
color: #666666 !important;
}
.vc_colored-dropdown .custom {
background-color: #ffffff !important;
color: #000000 !important;
}
.vc_colored-dropdown .custom {
background-color: #ffffff !important;
color: #000000 !important;
}
option.btn-primary,
select.btn-primary {
border-width: 0;
}
option.btn-info,
select.btn-info {
border-width: 0;
text-shadow: none;
}
option.btn-success,
select.btn-success {
border-width: 0;
}
option.btn-warning,
select.btn-warning {
border-width: 0;
}
option.btn-inverse,
select.btn-inverse {
border-width: 0;
}
option.btn-danger,
select.btn-danger {
border-width: 0;
}
.vc_sorted-list .vc_sorted-list-container li {
border: 1px dashed #CCCCCC;
width: 150px;
clear: both;
padding: 4px;
display: block;
margin-bottom: 2px;
cursor: move;
}
/** Sortable list params */
.vc_sorted-list-checkbox {
display: inline-block;
cursor: pointer;
overflow: hidden;
height: 26px;
margin-right: 4px;
position: relative;
}
.vc_sorted-list-checkbox label {
float: left;
width: auto;
}
.vc_sorted-list-checkbox label input {
margin-right: 0px;
position: absolute;
top: -20px;
}
.vc_sorted-list-checkbox label span {
text-align: center;
display: block;
border: 1px solid #CCCCCC;
padding: 2px 6px 1px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #ffffff;
/* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 70%, #f1f1f1 100%, #f6f6f6 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(70%, #eaeaea), color-stop(100%, #f1f1f1), color-stop(100%, #f6f6f6));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 70%, #f1f1f1 100%, #f6f6f6 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 70%, #f1f1f1 100%, #f6f6f6 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 70%, #f1f1f1 100%, #f6f6f6 100%);
/* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 70%, #f1f1f1 100%, #f6f6f6 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
/* IE6-9 */
}
.vc_sorted-list-checkbox label input:checked + span {
background: #FFF;
box-shadow: inset 1px 1px 1px 1px #DDDDDD;
color: #5e5e5e;
}
.vc_css-editor .vc_layout-onion * {
margin: 44px;
position: relative;
}
.vc_css-editor .vc_layout-onion label {
position: absolute;
font-size: 9px;
line-height: 9px;
top: 6px;
left: 5px;
color: #2C2C2C;
margin: 0;
padding: 0;
}
.vc_css-editor .vc_layout-onion input {
position: absolute;
text-align: center;
padding: 3px 0;
height: 24px;
width: 34px;
margin: 0;
border: 1px solid #bdbdbd;
font-size: 11px;
line-height: 11px;
}
.vc_css-editor .vc_layout-onion input.vc_top {
top: 11px;
left: 50%;
margin-left: -17px;
}
.vc_css-editor .vc_layout-onion input.vc_bottom {
bottom: 11px;
left: 50%;
margin-left: -17px;
}
.vc_css-editor .vc_layout-onion input.vc_left {
top: 50%;
left: 5px;
margin-top: -12px;
}
.vc_css-editor .vc_layout-onion input.vc_right {
top: 50%;
right: 5px;
margin-top: -12px;
}
.vc_css-editor .vc_layout-onion .vc_margin {
border: 1px dashed #bababa;
margin: 1px;
}
.vc_css-editor .vc_layout-onion .vc_margin .vc_border {
border: 1px solid #bababa;
background: #f2f2f2;
}
.vc_css-editor .vc_layout-onion .vc_margin .vc_border .vc_padding {
border: 1px solid #bababa;
background: #e7e7e7;
}
.vc_css-editor .vc_layout-onion .vc_margin .vc_border .vc_padding .vc_content {
border: 1px solid #bababa;
height: 50px;
padding: 0px;
text-align: center;
font-size: 10px;
line-height: 11px;
box-sizing: border-box;
}
.vc_css-editor .vc_layout-onion .vc_margin .vc_border .vc_padding .vc_content i {
margin: 8px auto;
background: transparent url(../vc/logo_ce.png) center center no-repeat;
display: block;
width: 32px;
height: 32px;
}
.vc_css-editor .vc_layout-onion .vc_active {
background-color: #00aef0 !important;
}
.vc_css-editor .vc_settings .vc_background-image {
margin-bottom: 10px;
}
.vc_css-editor .vc_settings .vc_background-image .vc_image .added {
position: relative;
background: #F5F5F5;
padding: 4px;
float: left;
margin: 0px 5px 5px 0;
min-height: 75px;
min-width: 75px;
line-height: 70px;
text-align: center;
}
.vc_css-editor .vc_settings .vc_background-image .vc_image .added img {
width: 100%;
}
.vc_css-editor .vc_settings .vc_background-image .vc_image .added .icon-remove {
background: #f5f5f5 url(../vc/remove.png) center center no-repeat;
width: 16px;
height: 16px;
display: block;
position: absolute;
top: 0;
right: 0;
}
.vc_css-editor .vc_settings .vc_background-image .vc_add-image {
margin-top: 0px;
display: block;
float: left;
height: 80px;
width: 80px;
background: #f5f5f5 url("../vc/add.png") no-repeat center center;
border: 1px solid #DFDFDF;
font-size: 0px;
color: #F5F5F5;
}
.vc_css-editor .vc_settings .vc_background-image .vc_add-image .vc_image img.vc_preview {
width: 16px;
margin: 30px;
}
.vc_css-editor .vc_settings label {
margin-top: 10px;
margin-bottom: 2px;
display: block;
}
.vc_css-editor .vc_settings label.vc_checkbox {
font-weight: normal;
}
.vc_css-editor .vc_settings select {
width: auto;
}
.vc_css-editor .vc_settings .color-group {
margin-top: 5px;
margin-bottom: 6px;
}
.vc_css-editor .vc_settings .color-group .wp-picker-container {
position: relative;
}
.vc_css-editor .vc_settings .color-group .wp-picker-container .wp-picker-holder {
position: absolute;
left: -40px;
z-index: 10;
}
.vc_css-editor .vc_settings > :first-child {
margin-top: 0;
}
.vc_css-editor.vc_simplified .vc_layout-onion .vc_left,
.vc_css-editor.vc_simplified .vc_layout-onion .vc_right,
.vc_css-editor.vc_simplified .vc_layout-onion .vc_bottom {
display: none;
}
.vc_css-editor.vc_simplified .vc_layout-onion .vc_top {
left: 22px;
top: 20px;
}
/** Options field type */
.vc_options-fields {
border: 1px solid #dfdfdf;
padding: 10px;
margin-top: 10px;
background: #f5f5f5 url(../../../inline/assets/vc/rowbg.png);
position: relative;
display: none;
}
.vc_options-fields:before {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
top: -8px;
left: 20px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #dfdfdf;
}
.vc_options-fields h4 {
font-size: 16px;
padding-bottom: 6px;
margin: 4px 0 10px 0;
border-bottom: 1px double #000;
}
.vc_options-fields .vc_row-fluid {
border-bottom-color: #cccccc;
}
.vc_options-fields .vc_row-fluid .descr {
margin-top: 5px;
}
/* Message box (Alert)
---------------------------------------------------------- */
.wpb_vc_message .messagebox_text {
padding-left: 24px;
}
.wpb_vc_message .alert {
color: #C09853;
background-color: #FCF8E3;
border-color: #FBEED5;
}
.wpb_vc_message .alert .messagebox_text {
background: url(../vc/alert.png) no-repeat left center;
}
.wpb_vc_message .alert-info {
color: #3A87AD;
background-color: #D9EDF7;
border-color: #BCE8F1;
}
.wpb_vc_message .alert-info .messagebox_text {
background: url(../vc/info.png) no-repeat left center;
}
.wpb_vc_message .alert-success {
color: #468847;
background-color: #DFF0D8;
border-color: #D6E9C6;
}
.wpb_vc_message .alert-success .messagebox_text {
background: url(../vc/tick.png) no-repeat left center;
}
.wpb_vc_message .alert-danger {
color: #B94A48;
background-color: #F2DEDE;
border-color: #EED3D7;
}
.wpb_vc_message .alert-danger .messagebox_text {
background: url(../vc/exclamation.png) no-repeat left center;
}
.vc_message-type .alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.vc_message-type .alert-success hr {
border-top-color: #c9e2b3;
}
.vc_message-type .alert-success .alert-link {
color: #2b542c;
}
.vc_message-type .alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.vc_message-type .alert-info hr {
border-top-color: #a6e1ec;
}
.vc_message-type .alert-info .alert-link {
color: #245269;
}
.vc_message-type .alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.vc_message-type .alert-warning hr {
border-top-color: #f7e1b5;
}
.vc_message-type .alert-warning .alert-link {
color: #66512c;
}
.vc_message-type .alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.vc_message-type .alert-danger hr {
border-top-color: #e4b9c0;
}
.vc_message-type .alert-danger .alert-link {
color: #843534;
}
/** Color picker field **/
.wpb_el_type_colorpicker .colorpicker_field,
.wpb_edit_form_elements .wpb_el_type_colorpicker .colorpicker_field {
display: inline-block;
width: 90px;
padding: 4px 3px 3px;
margin-right: 4px;
}
.wpb_el_type_colorpicker .wp-picker-clear,
.wpb_edit_form_elements .wpb_el_type_colorpicker .wp-picker-clear {
width: auto;
}
.edit_form_line .updated {
margin: 5px 0px 2px;
}
.vc_ui-front {
z-index: 100052 !important;
}
.vc_color-picker {
/*.wp-color-result:after {
line-height: 20px;
}*/
}
.vc_color-picker .wp-picker-clear {
padding: 2px 4px;
}
.vc_color-picker .wp-picker-holder {
position: relative;
}
.vc_color-picker .wp-picker-holder .vc_alpha-container {
border-radius: 0;
border: 1px solid #dfdfdf;
padding: 6px;
background: #ffffff;
position: absolute;
width: 243px;
left: -1px;
z-index: 1000;
bottom: -64px;
}
.vc_color-picker .wp-picker-holder .vc_alpha-container label {
display: block;
}
.vc_color-picker .wp-picker-holder .vc_alpha-container label output {
padding-top: 0px;
display: inline;
vertical-align: top;
}
.vc_color-picker .wp-picker-holder .vc_alpha-container input {
padding: 0;
margin: 0;
width: 100%;
}
/** Link param **/
#wp-link .submitbox {
height: auto;
}
.vc_link .vc_link-build {
margin-bottom: 5px;
}
.vc_link .vc_link_label {
font-weight: bold;
margin-left: 10px;
display: inline-block;
line-height: 28px;
}
/* Auto suggestion in Loop builder **/
.vc_loop-info {
position: relative;
top: 8px;
margin-top: 5px;
}
.loop_params_holder {
border: 1px solid #dfdfdf;
padding: 10px;
margin-top: 10px;
background: #f5f5f5 url(../vc/rowbg.png);
position: relative;
}
.loop_params_holder:before {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
top: -8px;
left: 20px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #dfdfdf;
}
.loop_params_holder .vc_row-fluid {
border-bottom-color: #cccccc;
}
.vc_suggest-field {
clear: both;
}
.vc_suggest-field .vc_suggester {
margin: 0;
background: #ffffff;
border: 1px solid #dfdfdf;
border-radius: 3px;
padding: 2px;
cursor: text;
min-height: 24px;
}
.vc_suggest-field .vc_suggester li {
margin-bottom: 0px;
float: left;
}
.vc_suggest-field .vc_suggester li.exclude {
background: #f2dede;
color: #b94a48;
border: 1px solid #eed3d7;
}
.vc_suggest-field .vc_suggester li.exclude:after {
content: "-";
display: block;
position: absolute;
width: 5px;
height: 5px;
left: 3px;
font-weight: bold;
top: 1px;
}
.vc_suggest-field .vc_suggester li.include {
background: #dff0d8;
color: #468847;
border: 1px solid #d6e9c6;
}
.vc_suggest-field .vc_suggester li.include:after {
content: "+";
display: block;
position: absolute;
width: 5px;
height: 5px;
left: 3px;
font-weight: bold;
top: 2px;
}
.vc_suggest-field .vc_suggester li.vc_suggest-label {
border-radius: 2px;
padding: 0 0 0 8px;
margin: 2px;
position: relative;
cursor: pointer;
}
.vc_suggest-field .vc_suggester li.vc_suggest-label .label {
display: inline-block;
line-height: 18px;
font-size: 11px;
padding: 0 6px 0 5px;
}
.vc_suggest-field .vc_suggester li.vc_suggest-label .remove {
color: #999999;
display: block;
cursor: pointer;
position: absolute;
top: -5px;
right: -3px;
width: 9px;
height: 9px;
background: #F7F7F7;
line-height: 9px;
font-size: 12px;
text-align: center;
}
.vc_suggest-field .vc_suggester li.vc_suggest-label .remove:hover {
color: red;
}
.vc_suggest-field .vc_suggester li.input {
width: 170px;
padding: 0 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.vc_suggest-field .vc_suggester li.input input {
width: 100%;
border: 0;
padding: 5px 0px;
margin: 0px;
}
.vc_suggest-field .vc_suggester li.input input:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.vc_suggest-field .vc_suggester li.clear {
clear: both;
float: none;
}
.vc_ui-front {
z-index: 100052 !important;
}
.vc_column-offset-table > tbody > tr > th {
border: 0;
text-align: left;
}
.vc_column-offset-table > tbody > tr > td {
border: 1px solid #dddddd;
padding: 20px;
text-align: center;
}
.vc_column-offset-table .vc_screen-size {
background-color: #F8F8F8;
}
.vc_column-offset-table .vc_screen-size .vc_icon {
background: transparent url(../vc/column_offset_screen_size.png) -21px 0 no-repeat;
width: 21px;
height: 21px;
display: inline-block;
}
.vc_column-offset-table .vc_screen-size-md .vc_icon {
background-position: -21px -21px;
}
.vc_column-offset-table .vc_screen-size-sm .vc_icon {
background-position: -21px -42px;
}
.vc_column-offset-table .vc_screen-size-xs .vc_icon {
background-position: -21px -84px;
}
.vc_responsive_disabled .vc_size-xs,
.vc_responsive_disabled .vc_size-md,
.vc_responsive_disabled .vc_size-lg {
opacity: 0.5;
filter: alpha(opacity=50);
}
.wpb_alert {
padding: 1em 35px 1em 25px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #faebcc;
border-radius: 5px;
color: #8a6d3b;
clear: both;
}
.wpb_alert .messagebox_text *:last-child {
margin-bottom: 0;
}
.wpb_alert.vc_alert_square {
border-radius: 0;
}
.wpb_alert.vc_alert_square_outlined {
border-radius: 0;
background: none !important;
border-width: 2px;
}
.wpb_alert.vc_alert_round {
border-radius: 50px;
}
.wpb_alert.vc_alert_outlined {
background: none !important;
border-width: 2px;
}
.wpb_alert.vc_alert_3d {
border-width: 1px 1px 1px 1px;
}
.wpb_alert-success {
color: #3c763d;
border-color: #d6e9c6;
background-color: #dff0d8;
}
.wpb_alert-success.vc_alert_outlined,
.wpb_alert-success.vc_alert_square_outlined {
color: #3c763d;
}
.wpb_alert-success.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #c1e2b3;
box-shadow: 0 5px 0 #c1e2b3;
}
.wpb_alert-error,
.wpb_alert-danger {
color: #a94442;
border-color: #ebccd1;
background-color: #f2dede;
}
.wpb_alert-error.vc_alert_outlined,
.wpb_alert-danger.vc_alert_outlined,
.wpb_alert-error.vc_alert_square_outlined,
.wpb_alert-danger.vc_alert_square_outlined {
color: #a94442;
}
.wpb_alert-error.vc_alert_3d,
.wpb_alert-danger.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #e4b9b9;
box-shadow: 0 5px 0 #e4b9b9;
}
.wpb_alert-info {
color: #31708f;
border-color: #bce8f1;
background-color: #d9edf7;
}
.wpb_alert-info.vc_alert_outlined,
.wpb_alert-info.vc_alert_square_outlined {
color: #31708f;
}
.wpb_alert-info.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #afd9ee;
box-shadow: 0 5px 0 #afd9ee;
}
.wpb_alert .messagebox_text,
.wpb_alert-warning .messagebox_text {
padding-left: 40px;
background: url(../vc/alert.png) no-repeat left center;
}
.wpb_alert-info .messagebox_text {
background: url(../vc/info.png) no-repeat left center;
}
.wpb_alert-success .messagebox_text {
background: url(../vc/tick.png) no-repeat left center;
}
.wpb_alert-error .messagebox_text,
.wpb_alert-danger .messagebox_text {
background: url(../vc/exclamation.png) no-repeat left center;
}
.vc_templates-editor {
display: none;
position: fixed;
z-index: 100003;
top: 74px;
left: 50%;
}
.vc_templates-editor .vc_title_name {
width: 317px;
}
.vc_templates-editor .wpb_templates_list {
margin-top: 10px;
overflow-y: auto;
height: 234px;
}
.vc_templates-editor .wpb_templates_list .wpb_template_li {
display: block;
margin: 0 0 1px 0;
background: #eeeeee;
padding: 10px;
}
.vc_templates-editor .wpb_templates_list .wpb_template_li a {
color: #1b6bb0;
text-decoration: none;
}
.vc_templates-editor .wpb_templates_list .wpb_template_li a:hover {
text-decoration: underline;
}
.vc_templates-editor .wpb_templates_list .wpb_remove_template {
display: block;
float: right;
cursor: pointer;
}
.vc_templates-editor .wpb_templates_list .wpb_remove_template .icon {
display: inline-block;
background-image: url('../vc/fe/controls.png');
background-repeat: no-repeat;
background-position: -16px -64px;
width: 16px;
height: 16px;
}
#vc_template-save {
vertical-align: top;
}
.wpb_templates_list .wpb_no_templates {
text-align: center;
line-height: 225px;
}
#vc_post-settings-panel {
z-index: 100002;
top: 74px;
left: 50%;
}
#vc_post-settings-panel .wpb_custom_post_css_editor {
width: 100%;
height: 250px;
}
#vc_post-settings-panel .vc_panel-body {
height: auto;
}
option.btn-primary,
select.btn-primary,
option.btn-info,
select.btn-info,
option.btn-success,
select.btn-success,
option.btn-warning,
select.btn-warning,
option.btn-inverse,
select.btn-inverse,
option.btn-danger,
select.btn-danger {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
option.btn-primary,
select.btn-primary {
background-color: #0074cc;
background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
background-image: -o-linear-gradient(top, #0088cc, #0055cc);
background-image: linear-gradient(top, #0088cc, #0055cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
border-color: #0055cc #0055cc #003580;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #0055cc;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
option.btn-info,
select.btn-info {
background-color: #49afcd;
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
background-image: linear-gradient(top, #5bc0de, #2f96b4);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
border-color: #2f96b4 #2f96b4 #1f6377;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #2f96b4;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
option.btn-success,
select.btn-success {
background-color: #5bb75b;
background-image: -moz-linear-gradient(top, #62c462, #51a351);
background-image: -ms-linear-gradient(top, #62c462, #51a351);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
background-image: -o-linear-gradient(top, #62c462, #51a351);
background-image: linear-gradient(top, #62c462, #51a351);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
border-color: #51a351 #51a351 #387038;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #51a351;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
option.btn-warning,
select.btn-warning {
background-color: #faa732;
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
background-image: -ms-linear-gradient(top, #fbb450, #f89406);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image: -o-linear-gradient(top, #fbb450, #f89406);
background-image: linear-gradient(top, #fbb450, #f89406);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
border-color: #f89406 #f89406 #ad6704;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #f89406;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
option.btn-inverse,
select.btn-inverse {
background-color: #414141;
background-image: -moz-linear-gradient(top, #555555, #222222);
background-image: -ms-linear-gradient(top, #555555, #222222);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
background-image: -webkit-linear-gradient(top, #555555, #222222);
background-image: -o-linear-gradient(top, #555555, #222222);
background-image: linear-gradient(top, #555555, #222222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
border-color: #222222 #222222 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #222222;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
option.btn-danger,
select.btn-danger {
background-color: #da4f49;
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
background-image: linear-gradient(top, #ee5f5b, #bd362f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
border-color: #bd362f #bd362f #802420;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #bd362f;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#vc_row-layout-panel {
width: 420px;
z-index: 100001;
top: 90px;
left: 50%;
}
#vc_row-layout-panel .vc_row_layout {
width: 317px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn {
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
background-color: white;
cursor: pointer;
padding: 2px;
margin: 1px 4px 1px 0;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn:hover {
background-color: #00aeed;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn .icon {
width: 23px;
height: 11px;
background: transparent url('../vc/fe/layout_sprite.png') left top no-repeat;
display: inline-block;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn:hover .icon {
background-position: right top;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_12_12 .icon {
background-position: left -12px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_12_12:hover .icon {
background-position: right -12px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_23_13 .icon {
background-position: left -24px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_23_13:hover .icon {
background-position: right -24px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_13_13_13 .icon {
background-position: left -36px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_13_13_13:hover .icon {
background-position: right -36px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_14_14_14_14 .icon {
background-position: left -48px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_14_14_14_14:hover .icon {
background-position: right -48px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_14_34 .icon {
background-position: left -60px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_14_34:hover .icon {
background-position: right -60px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_14_12_14 .icon {
background-position: left -72px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_14_12_14:hover .icon {
background-position: right -72px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_56_16 .icon {
background-position: left -84px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_56_16:hover .icon {
background-position: right -84px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_16_16_16_16_16_16 .icon {
background-position: left -96px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_16_16_16_16_16_16:hover .icon {
background-position: right -96px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_16_46_16 .icon {
background-position: left -108px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_16_46_16:hover .icon {
background-position: right -108px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_16_16_16_12 .icon {
background-position: left -120px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_layout-btn.l_16_16_16_12:hover .icon {
background-position: right -120px;
}
#vc_row-layout-panel .vc_layout-panel-switcher .vc_custom-layout-btn {
background-color: transparent;
display: block;
width: auto;
height: auto;
margin: 4px 0 3px;
font-size: 11px;
text-align: center;
}
#vc_row-layout-update {
vertical-align: top;
}
.vc_editor #adminmenuback {
display: none;
}
.vc_editor #wpbody {
padding-top: 10px;
}
.vc_editor #wpcontent,
.vc_editor #wpfooter {
margin-left: 0 !important;
}
.vc_editor #wpcontent {
padding-left: 0 !important;
}
.vc_editor #adminmenuback,
.vc_editor #adminmenuwrap {
display: none;
}
.vc_editor #wpbody-content {
padding-bottom: 0;
}
.vc_editor #wpfooter,
.vc_editor #local-storage-notice,
.vc_editor #setting-error-tgmpa {
display: none !important;
}
.vc_editor #vc_inline-frame-wrapper {
position: absolute;
width: 100%;
}
.vc_editor #vc_inline-frame {
margin: 0 auto;
display: block;
}
.vc_editor #wpb_csseditor {
border: 1px solid #BABABA;
}
.icon-wpb-contactform7 {
background-position: 0 -832px;
}
/* Gravity Forms
---------------------------------------------------------- */
.icon-wpb-vc_gravityform {
background-position: 0 -864px;
}
/* Icons for 3rd party plugins (Visual Composer ready)
---------------------------------------------------------- */
/* Layer Slider
---------------------------------------------------------- */
.icon-wpb-layerslider {
background-position: 0 -896px;
}
/* Revolution Slider
---------------------------------------------------------- */
.icon-wpb-revslider {
background-position: 0 -928px;
}
.vc_navbar .vc_page_section_icon {
background-position: 0 -210px !important;
}
|
wp-content/plugins/unyson/framework/extensions/backup/static/css/post-type.css | annegrundhoefer/sayfe | /**
* Stylize wordpress table
*/
#backup-container ~ #posts-filter .search-box,
#backup-container ~ #posts-filter .tablenav .actions,
#backup-container ~ #posts-filter .tablenav .view-switch,
#backup-container ~ #posts-filter thead,
#backup-container ~ #posts-filter tfoot,
#backup-container ~ #posts-filter .row-actions {
display: none;
}
#backup-container ~ #posts-filter .tablenav.top {
margin-top: -40px;
}
#backup-container ~ #posts-filter .tablenav.bottom {
margin-bottom: -40px;
}
#backup-container ~ #posts-filter .column-description p {
margin-bottom: 2px;
}
.wp-list-table .column-description p {
margin-bottom: 2px;
}
|
sites/all/themes/metroblocks/css/components/calendar.css | edutrul/incluyetec | @media -sass-debug-info{filename{font-family:file\:\/\/D\:\/work\/wamp\/www\/metro-blocks\/sites\/all\/themes\/metroblocks\/scss\/components\/calendar\.scss}line{font-family:\000033}}
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
background: #74A5D7;
border-radius: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/work\/wamp\/www\/metro-blocks\/sites\/all\/themes\/metroblocks\/scss\/components\/calendar\.scss}line{font-family:\000038}}
.calendar-calendar td {
border: 1px solid #EEEEEE;
color: #777777;
margin: 0;
padding: 0;
text-align: right;
vertical-align: top;
width: 14%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/work\/wamp\/www\/metro-blocks\/sites\/all\/themes\/metroblocks\/scss\/components\/calendar\.scss}line{font-family:\0000321}}
.calendar-calendar table tr.even,
.calendar-calendar table tr.alt,
.calendar-calendar table tr:nth-of-type(2n) {
background: none;
}
|
template/webui/ligerUI1/skins/Aqua/css/ligerui-layout.css | 306076197/oa |
/* --------------
* layout *
* ------------ */
.l-layout{ position:relative;}
.l-layout-left,.l-layout-right,.l-layout-center,.l-layout-top,.l-layout-bottom{position:absolute;border:1px solid #BED5F3; background:white; z-index:10; overflow:hidden;}
.l-layout-top{width:100%;}
.l-layout-bottom{width:100%}
.l-layout-left .l-layout-header-toggle{position:absolute; top:3px; right:3px; height:20px; width:20px; overflow:hidden; background:url('../images/layout/togglebar.gif');background-position:-20px 0px; cursor:pointer;}
.l-layout-left .l-layout-header-toggle-over{ background-position:-20px -20px;}
.l-layout-right .l-layout-header-toggle{position:absolute; top:3px; left:3px; height:20px; width:20px; overflow:hidden; background:url('../images/layout/togglebar.gif');background-position:-20px -40px; cursor:pointer;}
.l-layout-right .l-layout-header-toggle-over{ background-position:-20px -60px;}
.l-layout-center .l-layout-header{ cursor:default;}
.l-layout-header{ position:relative;padding-left:10px; color:#183152; font-weight:bold;height:25px; line-height:24px; background:#E5EFFE url('../images/layout/layout-header.gif') repeat-x; overflow:hidden; cursor:pointer}
.l-layout-header-inner{padding-right:22px;}
.l-layout-right .l-layout-header-inner { padding-left:22px; padding-right:auto;}
.l-layout-header-over{background:#EFF4FE url('../images/layout/layout-header-over.gif') repeat-x;}
.l-layout-collapse-left,.l-layout-collapse-right{ width:24px; background:#EAF2FE;border:1px solid #B8D0D6; position:absolute;top:0px; display:none; height:100%;z-index:10;}
.l-layout-collapse-left-over,.l-layout-collapse-right-over{background:#F5F9FA;}
.l-layout-collapse-left-toggle,.l-layout-collapse-right-toggle{position:absolute; height:20px; width:20px; overflow:hidden; background:url('../images/layout/togglebar.gif');cursor:pointer;}
.l-layout-collapse-left{left:2px;}
.l-layout-collapse-left-toggle{top:0px; right:2px; background-position:-20px -40px;}
.l-layout-collapse-left-toggle-over{background-position:-20px -60px;}
.l-layout-collapse-right{right:2px;}
.l-layout-collapse-right-toggle{top:0px; left:2px; background-position:-20px 0px;}
.l-layout-collapse-right-toggle-over{background-position:-20px -20px;}
.l-layout-drophandle-left{ position:absolute;width:5px;cursor:col-resize; z-index:10;display:none;}
.l-layout-drophandle-right{ position:absolute;width:5px;cursor:col-resize; z-index:10;display:none;}
.l-layout-drophandle-top{ position:absolute;height:5px;cursor:row-resize; z-index:10;display:none; line-height:1px;overflow:hidden;}
.l-layout-drophandle-bottom{ position:absolute;height:5px;cursor:row-resize; z-index:10;display:none;line-height:1px;overflow:hidden;}
.l-layout-dragging-xline{ background:#E0E4E2;height:4px;position:absolute;display:none; z-index:9999; padding:0; margin:0;line-height:1px; overflow:hidden;}
.l-layout-dragging-yline{ background:#E0E4E2;width:4px;position:absolute;display:none; z-index:9999; padding:0; margin:0;}
.l-layout-lock{ position:absolute; width:100%; height:100%; display:none; z-index:9990; margin:0; padding:0;}
.l-layout-content{position:relative; background:white; overflow:hidden;}
.l-layout-drophandle{ position:absolute; top:0px; left:-5px; width:5px;cursor:col-resize; z-index:10;height:100%; display:none;}
.l-layout-collapse{ width:24px; background:#EAF2FE;border:1px solid #B8D0D6; position:absolute; top:0px; left:4px; display:none; height:100%;z-index:10;}
.l-layout-collapse-over{background:#F5F9FA;}
.l-layout-collapse-toggle{position:absolute; top:0px; right:2px; height:20px; width:20px; overflow:hidden; background:url('../images/layout/togglebar.gif');background-position:-20px -40px; cursor:pointer;}
.l-layout-collapse-toggle-over{background-position:-20px -60px;}
.l-layout-dragging-line{ background:#E0E4E2;width:4px;position:absolute;top:0px; display:none; z-index:9999; padding:0; margin:0;height:100%;}
.l-layout-xmask {
cursor: col-resize;z-index:9990;
}
.l-layout-ymask {
cursor: row-resize;z-index:9990;
}
/* --------------
* accordion *
* ------------ */
.l-accordion-panel{ border-left:1px solid #BED5F3; border-right:1px solid #BED5F3; border-bottom:1px solid #BED5F3; }
.l-accordion-toggle{ position:absolute; top:2px; right:4px; height:20px; width:20px; overflow:hidden; background:url('../images/layout/togglebar.gif');cursor:pointer;}
.l-accordion-toggle-close{ background-position:0px 0px;}
.l-accordion-toggle-close-over{ background-position:0px -20px;}
.l-accordion-toggle-open{ background-position:0px -40px;}
.l-accordion-toggle-open-over{ background-position:0px -60px;}
.l-accordion-header{ position:relative;padding-left:10px; color:#183152; font-weight:bold;height:25px; line-height:24px; background:#E5EFFE url('../images/layout/accordion-header.gif') repeat-x; overflow:hidden; cursor:pointer;}
.l-accordion-header-over{background:#EFF4FE url('../images/layout/accordion-header-over.gif') repeat-x;}
.l-accordion-content{position:relative;overflow:auto; background:white url('../images/layout/accordion-content.gif') repeat-x;}
.l-layout-left .l-accordion-panel{ border-left:none; border-right:none; } |
documentation/doxy/output/fannie/html/class_gum_main_page-members.html | FranklinCoop/IS4C | <!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.6"/>
<title>CORE POS - Fannie: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() {
if ($('.searchresults').length > 0) { searchBox.DOMSearchField().focus(); }
});
</script>
<link rel="search" href="search-opensearch.php?v=opensearch.xml" type="application/opensearchdescription+xml" title="CORE POS - Fannie"/>
<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">CORE POS - Fannie
</div>
<div id="projectbrief">The CORE POS back end</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<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="pages.html"><span>Related Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<div class="left">
<form id="FSearchBox" action="search.php" method="get">
<img id="MSearchSelect" src="search/mag.png" alt=""/>
<input type="text" id="MSearchField" name="query" value="Search" size="20" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"/>
</form>
</div><div class="right"></div>
</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>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">GumMainPage Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_gum_main_page.html">GumMainPage</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>$__method</b> (defined in <a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a>)</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>$__models</b> (defined in <a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a>)</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>$__route_stem</b> (defined in <a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a>)</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html#a2ba99eea842d834507df28b700554d1a">$__routes</a></td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>$auth_classes</b> (defined in <a class="el" href="class_gum_main_page.html">GumMainPage</a>)</td><td class="entry"><a class="el" href="class_gum_main_page.html">GumMainPage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="class_fannie_page.html#a1779b368fff2522728265227ff8200d1">$current_user</a></td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>$description</b> (defined in <a class="el" href="class_gum_main_page.html">GumMainPage</a>)</td><td class="entry"><a class="el" href="class_gum_main_page.html">GumMainPage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_fannie_page.html#a88f874daa83234cd8ef3c3f79238af97">$enable_linea</a></td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>$form</b> (defined in <a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a>)</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>$header</b> (defined in <a class="el" href="class_fannie_page.html">FanniePage</a>)</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>$must_authenticate</b> (defined in <a class="el" href="class_gum_main_page.html">GumMainPage</a>)</td><td class="entry"><a class="el" href="class_gum_main_page.html">GumMainPage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>$page_set</b> (defined in <a class="el" href="class_gum_main_page.html">GumMainPage</a>)</td><td class="entry"><a class="el" href="class_gum_main_page.html">GumMainPage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>$routing_trait</b> (defined in <a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a>)</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="class_fannie_page.html#ae18c3d10081ae143b9a26db50d56480f">$themed</a></td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>$title</b> (defined in <a class="el" href="class_fannie_page.html">FanniePage</a>)</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>__construct</b>() (defined in <a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a>)</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_fannie_page.html#ae8bee0f380f38adf20ebec9f55c38f88">addBootstrap</a>()</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_fannie_page.html#a656f23373048907a822434f03cd96933">addJQuery</a>()</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>addRoute</b>() (defined in <a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a>)</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>bestRoute</b>($try_routes) (defined in <a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a>)</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>bodyContent</b>() (defined in <a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a>)</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>check_auth</b>() (defined in <a class="el" href="class_fannie_page.html">FanniePage</a>)</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_fannie_page.html#ac04c301f26ebef12f7b37a6314dbdc58">checkAuth</a>()</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>checkRoute</b>($route, $try_routes) (defined in <a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a>)</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>css_content</b>() (defined in <a class="el" href="class_gum_main_page.html">GumMainPage</a>)</td><td class="entry"><a class="el" href="class_gum_main_page.html">GumMainPage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>get_footer</b>() (defined in <a class="el" href="class_fannie_page.html">FanniePage</a>)</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>get_header</b>() (defined in <a class="el" href="class_fannie_page.html">FanniePage</a>)</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>get_id_handler</b>() (defined in <a class="el" href="class_gum_main_page.html">GumMainPage</a>)</td><td class="entry"><a class="el" href="class_gum_main_page.html">GumMainPage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>get_id_view</b>() (defined in <a class="el" href="class_gum_main_page.html">GumMainPage</a>)</td><td class="entry"><a class="el" href="class_gum_main_page.html">GumMainPage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>get_model</b>($database_connection, $class, $params, $find=False) (defined in <a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a>)</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>get_rateForAmount_handler</b>() (defined in <a class="el" href="class_gum_main_page.html">GumMainPage</a>)</td><td class="entry"><a class="el" href="class_gum_main_page.html">GumMainPage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_fannie_page.html#a266d42da8e98de9086ee14207dbb23e0">getFooter</a>()</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_fannie_page.html#ae1b7a43a8afcdb9f63c6493ff999d128">getHeader</a>()</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html#aa89bdea912b8fc2e6c2e47503e95ee2d">getModel</a>($database_connection, $class, $params, $find=False)</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_fannie_page.html#a108e78f7b6939c33cf9c586e03d63581">helpContent</a>()</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_fannie_page.html#ac6f041a222d197b196644578a09f5944">helpModal</a>()</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_fannie_page.html#a635432e0d3c003c4e6853ed9642a96ac">lineaJS</a>()</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>login_redirect</b>() (defined in <a class="el" href="class_fannie_page.html">FanniePage</a>)</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_fannie_page.html#a407701c8ca9b8bba67db6ed9bb7625ae">loginRedirect</a>()</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>post_id_fn_city_ph1_ln_state_ph2_addr1_zip_email_addr2_handler</b>() (defined in <a class="el" href="class_gum_main_page.html">GumMainPage</a>)</td><td class="entry"><a class="el" href="class_gum_main_page.html">GumMainPage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>post_id_principal_term_rate_loandate_handler</b>() (defined in <a class="el" href="class_gum_main_page.html">GumMainPage</a>)</td><td class="entry"><a class="el" href="class_gum_main_page.html">GumMainPage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>post_id_shares_type_handler</b>() (defined in <a class="el" href="class_gum_main_page.html">GumMainPage</a>)</td><td class="entry"><a class="el" href="class_gum_main_page.html">GumMainPage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>postFlight</b>() (defined in <a class="el" href="class_fannie_page.html">FanniePage</a>)</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>preFlight</b>() (defined in <a class="el" href="class_fannie_page.html">FanniePage</a>)</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>preprocess</b>() (defined in <a class="el" href="class_gum_main_page.html">GumMainPage</a>)</td><td class="entry"><a class="el" href="class_gum_main_page.html">GumMainPage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html#ab248b5009c98297c3346aa2915a38198">readRoutes</a>()</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html#af23debecf050136de43947768ee7c0ed">setForm</a>(COREPOS\common\mvc\ValueContainer $f)</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>setPermissions</b>($p) (defined in <a class="el" href="class_fannie_page.html">FanniePage</a>)</td><td class="entry"><a class="el" href="class_fannie_page.html">FanniePage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>unitTest</b>($phpunit) (defined in <a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a>)</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html#afdc093f79eff94c8c011947897931ae8">unknownRequestHandler</a>()</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html#ad9d19fea0f22d6b25d3d7b9c94fafe58">unknownRequestView</a>()</td><td class="entry"><a class="el" href="class_fannie_r_e_s_tful_page.html">FannieRESTfulPage</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Sep 2 2016 11:31:07 for CORE POS - Fannie by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>
|
submodules/build-i386-apple-darwin/linphone/oRTP/doc/html/port_8h_source.html | GargoyleSoftware/voip-client-ios | <!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>oRTP: /Users/chris/Code/Gargoyle/linphone-iphone/submodules/linphone/oRTP/include/ortp/port.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">oRTP
 <span id="projectnumber">0.18.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.5.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
<div class="header">
<div class="headertitle">
<div class="title">/Users/chris/Code/Gargoyle/linphone-iphone/submodules/linphone/oRTP/include/ortp/port.h</div> </div>
</div>
<div class="contents">
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> The oRTP library is an RTP (Realtime Transport Protocol - rfc3550) stack.</span>
<a name="l00003"></a>00003 <span class="comment"> Copyright (C) 2001 Simon MORLAT simon.morlat@linphone.org</span>
<a name="l00004"></a>00004 <span class="comment"></span>
<a name="l00005"></a>00005 <span class="comment"> This library is free software; you can redistribute it and/or</span>
<a name="l00006"></a>00006 <span class="comment"> modify it under the terms of the GNU Lesser General Public</span>
<a name="l00007"></a>00007 <span class="comment"> License as published by the Free Software Foundation; either</span>
<a name="l00008"></a>00008 <span class="comment"> version 2.1 of the License, or (at your option) any later version.</span>
<a name="l00009"></a>00009 <span class="comment"></span>
<a name="l00010"></a>00010 <span class="comment"> This library is distributed in the hope that it will be useful,</span>
<a name="l00011"></a>00011 <span class="comment"> but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00012"></a>00012 <span class="comment"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span>
<a name="l00013"></a>00013 <span class="comment"> Lesser General Public License for more details.</span>
<a name="l00014"></a>00014 <span class="comment"></span>
<a name="l00015"></a>00015 <span class="comment"> You should have received a copy of the GNU Lesser General Public</span>
<a name="l00016"></a>00016 <span class="comment"> License along with this library; if not, write to the Free Software</span>
<a name="l00017"></a>00017 <span class="comment"> Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</span>
<a name="l00018"></a>00018 <span class="comment">*/</span>
<a name="l00019"></a>00019 <span class="comment">/* this file is responsible of the portability of the stack */</span>
<a name="l00020"></a>00020
<a name="l00021"></a>00021 <span class="preprocessor">#ifndef ORTP_PORT_H</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#define ORTP_PORT_H</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>
<a name="l00024"></a>00024
<a name="l00025"></a>00025 <span class="preprocessor">#if !defined(WIN32) && !defined(_WIN32_WCE)</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span><span class="comment">/********************************/</span>
<a name="l00027"></a>00027 <span class="comment">/* definitions for UNIX flavour */</span>
<a name="l00028"></a>00028 <span class="comment">/********************************/</span>
<a name="l00029"></a>00029
<a name="l00030"></a>00030 <span class="preprocessor">#include <errno.h></span>
<a name="l00031"></a>00031 <span class="preprocessor">#include <sys/types.h></span>
<a name="l00032"></a>00032 <span class="preprocessor">#include <pthread.h></span>
<a name="l00033"></a>00033 <span class="preprocessor">#include <unistd.h></span>
<a name="l00034"></a>00034 <span class="preprocessor">#include <fcntl.h></span>
<a name="l00035"></a>00035 <span class="preprocessor">#include <stdlib.h></span>
<a name="l00036"></a>00036 <span class="preprocessor">#include <stdio.h></span>
<a name="l00037"></a>00037 <span class="preprocessor">#include <stdarg.h></span>
<a name="l00038"></a>00038 <span class="preprocessor">#include <string.h></span>
<a name="l00039"></a>00039
<a name="l00040"></a>00040 <span class="preprocessor">#ifdef __linux</span>
<a name="l00041"></a>00041 <span class="preprocessor"></span><span class="preprocessor">#include <stdint.h></span>
<a name="l00042"></a>00042 <span class="preprocessor">#endif</span>
<a name="l00043"></a>00043 <span class="preprocessor"></span>
<a name="l00044"></a>00044
<a name="l00045"></a>00045 <span class="preprocessor">#include <sys/types.h></span>
<a name="l00046"></a>00046 <span class="preprocessor">#include <sys/socket.h></span>
<a name="l00047"></a>00047 <span class="preprocessor">#include <netinet/in.h></span>
<a name="l00048"></a>00048 <span class="preprocessor">#if defined(_XOPEN_SOURCE_EXTENDED) || !defined(__hpux)</span>
<a name="l00049"></a>00049 <span class="preprocessor"></span><span class="preprocessor">#include <arpa/inet.h></span>
<a name="l00050"></a>00050 <span class="preprocessor">#endif</span>
<a name="l00051"></a>00051 <span class="preprocessor"></span>
<a name="l00052"></a>00052
<a name="l00053"></a>00053
<a name="l00054"></a>00054 <span class="preprocessor">#include <sys/time.h></span>
<a name="l00055"></a>00055
<a name="l00056"></a>00056 <span class="preprocessor">#ifdef ORTP_INET6</span>
<a name="l00057"></a>00057 <span class="preprocessor"></span><span class="preprocessor">#include <netdb.h></span>
<a name="l00058"></a>00058 <span class="preprocessor">#endif</span>
<a name="l00059"></a>00059 <span class="preprocessor"></span>
<a name="l00060"></a>00060 <span class="keyword">typedef</span> <span class="keywordtype">int</span> ortp_socket_t;
<a name="l00061"></a>00061 <span class="keyword">typedef</span> pthread_t ortp_thread_t;
<a name="l00062"></a>00062 <span class="keyword">typedef</span> pthread_mutex_t ortp_mutex_t;
<a name="l00063"></a>00063 <span class="keyword">typedef</span> pthread_cond_t ortp_cond_t;
<a name="l00064"></a>00064
<a name="l00065"></a>00065 <span class="preprocessor">#ifdef __INTEL_COMPILER</span>
<a name="l00066"></a>00066 <span class="preprocessor"></span><span class="preprocessor">#pragma warning(disable : 111) // statement is unreachable</span>
<a name="l00067"></a>00067 <span class="preprocessor"></span><span class="preprocessor">#pragma warning(disable : 181) // argument is incompatible with corresponding format string conversion</span>
<a name="l00068"></a>00068 <span class="preprocessor"></span><span class="preprocessor">#pragma warning(disable : 188) // enumerated type mixed with another type</span>
<a name="l00069"></a>00069 <span class="preprocessor"></span><span class="preprocessor">#pragma warning(disable : 593) // variable "xxx" was set but never used</span>
<a name="l00070"></a>00070 <span class="preprocessor"></span><span class="preprocessor">#pragma warning(disable : 810) // conversion from "int" to "unsigned short" may lose significant bits</span>
<a name="l00071"></a>00071 <span class="preprocessor"></span><span class="preprocessor">#pragma warning(disable : 869) // parameter "xxx" was never referenced</span>
<a name="l00072"></a>00072 <span class="preprocessor"></span><span class="preprocessor">#pragma warning(disable : 981) // operands are evaluated in unspecified order</span>
<a name="l00073"></a>00073 <span class="preprocessor"></span><span class="preprocessor">#pragma warning(disable : 1418) // external function definition with no prior declaration</span>
<a name="l00074"></a>00074 <span class="preprocessor"></span><span class="preprocessor">#pragma warning(disable : 1419) // external declaration in primary source file</span>
<a name="l00075"></a>00075 <span class="preprocessor"></span><span class="preprocessor">#pragma warning(disable : 1469) // "cc" clobber ignored</span>
<a name="l00076"></a>00076 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00077"></a>00077 <span class="preprocessor"></span>
<a name="l00078"></a>00078 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00079"></a>00079 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span>
<a name="l00080"></a>00080 {
<a name="l00081"></a>00081 <span class="preprocessor">#endif</span>
<a name="l00082"></a>00082 <span class="preprocessor"></span>
<a name="l00083"></a>00083 <span class="keywordtype">int</span> __ortp_thread_join(ortp_thread_t thread, <span class="keywordtype">void</span> **ptr);
<a name="l00084"></a>00084 <span class="keywordtype">int</span> __ortp_thread_create(pthread_t *thread, pthread_attr_t *attr, <span class="keywordtype">void</span> * (*routine)(<span class="keywordtype">void</span>*), <span class="keywordtype">void</span> *arg);
<a name="l00085"></a>00085
<a name="l00086"></a>00086 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00087"></a>00087 <span class="preprocessor"></span>}
<a name="l00088"></a>00088 <span class="preprocessor">#endif</span>
<a name="l00089"></a>00089 <span class="preprocessor"></span>
<a name="l00090"></a>00090 <span class="preprocessor">#define ortp_thread_create __ortp_thread_create</span>
<a name="l00091"></a>00091 <span class="preprocessor"></span><span class="preprocessor">#define ortp_thread_join __ortp_thread_join</span>
<a name="l00092"></a>00092 <span class="preprocessor"></span><span class="preprocessor">#define ortp_thread_exit pthread_exit</span>
<a name="l00093"></a>00093 <span class="preprocessor"></span><span class="preprocessor">#define ortp_mutex_init pthread_mutex_init</span>
<a name="l00094"></a>00094 <span class="preprocessor"></span><span class="preprocessor">#define ortp_mutex_lock pthread_mutex_lock</span>
<a name="l00095"></a>00095 <span class="preprocessor"></span><span class="preprocessor">#define ortp_mutex_unlock pthread_mutex_unlock</span>
<a name="l00096"></a>00096 <span class="preprocessor"></span><span class="preprocessor">#define ortp_mutex_destroy pthread_mutex_destroy</span>
<a name="l00097"></a>00097 <span class="preprocessor"></span><span class="preprocessor">#define ortp_cond_init pthread_cond_init</span>
<a name="l00098"></a>00098 <span class="preprocessor"></span><span class="preprocessor">#define ortp_cond_signal pthread_cond_signal</span>
<a name="l00099"></a>00099 <span class="preprocessor"></span><span class="preprocessor">#define ortp_cond_broadcast pthread_cond_broadcast</span>
<a name="l00100"></a>00100 <span class="preprocessor"></span><span class="preprocessor">#define ortp_cond_wait pthread_cond_wait</span>
<a name="l00101"></a>00101 <span class="preprocessor"></span><span class="preprocessor">#define ortp_cond_destroy pthread_cond_destroy</span>
<a name="l00102"></a>00102 <span class="preprocessor"></span>
<a name="l00103"></a>00103 <span class="preprocessor">#define SOCKET_OPTION_VALUE void *</span>
<a name="l00104"></a>00104 <span class="preprocessor"></span><span class="preprocessor">#define SOCKET_BUFFER void *</span>
<a name="l00105"></a>00105 <span class="preprocessor"></span>
<a name="l00106"></a>00106 <span class="preprocessor">#define getSocketError() strerror(errno)</span>
<a name="l00107"></a>00107 <span class="preprocessor"></span><span class="preprocessor">#define getSocketErrorCode() (errno)</span>
<a name="l00108"></a>00108 <span class="preprocessor"></span>
<a name="l00109"></a>00109 <span class="preprocessor">#define ortp_log10f(x) log10f(x)</span>
<a name="l00110"></a>00110 <span class="preprocessor"></span>
<a name="l00111"></a>00111
<a name="l00112"></a>00112 <span class="preprocessor">#else</span>
<a name="l00113"></a>00113 <span class="preprocessor"></span><span class="comment">/*********************************/</span>
<a name="l00114"></a>00114 <span class="comment">/* definitions for WIN32 flavour */</span>
<a name="l00115"></a>00115 <span class="comment">/*********************************/</span>
<a name="l00116"></a>00116
<a name="l00117"></a>00117 <span class="preprocessor">#include <stdio.h></span>
<a name="l00118"></a>00118 <span class="preprocessor">#include <stdlib.h></span>
<a name="l00119"></a>00119 <span class="preprocessor">#include <stdarg.h></span>
<a name="l00120"></a>00120 <span class="preprocessor">#include <winsock2.h></span>
<a name="l00121"></a>00121 <span class="preprocessor">#include <ws2tcpip.h></span>
<a name="l00122"></a>00122 <span class="preprocessor">#include <io.h></span>
<a name="l00123"></a>00123
<a name="l00124"></a>00124 <span class="preprocessor">#ifdef _MSC_VER</span>
<a name="l00125"></a>00125 <span class="preprocessor"></span><span class="preprocessor">#pragma push_macro("_WINSOCKAPI_")</span>
<a name="l00126"></a>00126 <span class="preprocessor"></span><span class="preprocessor">#ifndef _WINSOCKAPI_</span>
<a name="l00127"></a>00127 <span class="preprocessor"></span><span class="preprocessor">#define _WINSOCKAPI_</span>
<a name="l00128"></a>00128 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00129"></a>00129 <span class="preprocessor"></span>
<a name="l00130"></a>00130 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> __int64 uint64_t;
<a name="l00131"></a>00131 <span class="keyword">typedef</span> __int64 int64_t;
<a name="l00132"></a>00132 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> uint16_t;
<a name="l00133"></a>00133 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> uint32_t;
<a name="l00134"></a>00134 <span class="keyword">typedef</span> <span class="keywordtype">int</span> int32_t;
<a name="l00135"></a>00135 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> uint8_t;
<a name="l00136"></a>00136 <span class="keyword">typedef</span> __int16 int16_t;
<a name="l00137"></a>00137 <span class="preprocessor">#else</span>
<a name="l00138"></a>00138 <span class="preprocessor"></span><span class="preprocessor">#include <stdint.h></span> <span class="comment">/*provided by mingw32*/</span>
<a name="l00139"></a>00139 <span class="preprocessor">#endif</span>
<a name="l00140"></a>00140 <span class="preprocessor"></span>
<a name="l00141"></a>00141 <span class="preprocessor">#define vsnprintf _vsnprintf</span>
<a name="l00142"></a>00142 <span class="preprocessor"></span><span class="preprocessor">#define srandom srand</span>
<a name="l00143"></a>00143 <span class="preprocessor"></span><span class="preprocessor">#define random rand</span>
<a name="l00144"></a>00144 <span class="preprocessor"></span>
<a name="l00145"></a>00145
<a name="l00146"></a>00146 <span class="keyword">typedef</span> SOCKET ortp_socket_t;
<a name="l00147"></a>00147 <span class="keyword">typedef</span> HANDLE ortp_cond_t;
<a name="l00148"></a>00148 <span class="keyword">typedef</span> HANDLE ortp_mutex_t;
<a name="l00149"></a>00149 <span class="keyword">typedef</span> HANDLE ortp_thread_t;
<a name="l00150"></a>00150
<a name="l00151"></a>00151 <span class="preprocessor">#define ortp_thread_create WIN_thread_create</span>
<a name="l00152"></a>00152 <span class="preprocessor"></span><span class="preprocessor">#define ortp_thread_join WIN_thread_join</span>
<a name="l00153"></a>00153 <span class="preprocessor"></span><span class="preprocessor">#define ortp_thread_exit(arg)</span>
<a name="l00154"></a>00154 <span class="preprocessor"></span><span class="preprocessor">#define ortp_mutex_init WIN_mutex_init</span>
<a name="l00155"></a>00155 <span class="preprocessor"></span><span class="preprocessor">#define ortp_mutex_lock WIN_mutex_lock</span>
<a name="l00156"></a>00156 <span class="preprocessor"></span><span class="preprocessor">#define ortp_mutex_unlock WIN_mutex_unlock</span>
<a name="l00157"></a>00157 <span class="preprocessor"></span><span class="preprocessor">#define ortp_mutex_destroy WIN_mutex_destroy</span>
<a name="l00158"></a>00158 <span class="preprocessor"></span><span class="preprocessor">#define ortp_cond_init WIN_cond_init</span>
<a name="l00159"></a>00159 <span class="preprocessor"></span><span class="preprocessor">#define ortp_cond_signal WIN_cond_signal</span>
<a name="l00160"></a>00160 <span class="preprocessor"></span><span class="preprocessor">#define ortp_cond_broadcast WIN_cond_broadcast</span>
<a name="l00161"></a>00161 <span class="preprocessor"></span><span class="preprocessor">#define ortp_cond_wait WIN_cond_wait</span>
<a name="l00162"></a>00162 <span class="preprocessor"></span><span class="preprocessor">#define ortp_cond_destroy WIN_cond_destroy</span>
<a name="l00163"></a>00163 <span class="preprocessor"></span>
<a name="l00164"></a>00164
<a name="l00165"></a>00165 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00166"></a>00166 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span>
<a name="l00167"></a>00167 {
<a name="l00168"></a>00168 <span class="preprocessor">#endif</span>
<a name="l00169"></a>00169 <span class="preprocessor"></span>
<a name="l00170"></a>00170 <span class="keywordtype">int</span> WIN_mutex_init(ortp_mutex_t *m, <span class="keywordtype">void</span> *attr_unused);
<a name="l00171"></a>00171 <span class="keywordtype">int</span> WIN_mutex_lock(ortp_mutex_t *mutex);
<a name="l00172"></a>00172 <span class="keywordtype">int</span> WIN_mutex_unlock(ortp_mutex_t *mutex);
<a name="l00173"></a>00173 <span class="keywordtype">int</span> WIN_mutex_destroy(ortp_mutex_t *mutex);
<a name="l00174"></a>00174 <span class="keywordtype">int</span> WIN_thread_create(ortp_thread_t *t, <span class="keywordtype">void</span> *attr_unused, <span class="keywordtype">void</span> *(*func)(<span class="keywordtype">void</span>*), <span class="keywordtype">void</span> *arg);
<a name="l00175"></a>00175 <span class="keywordtype">int</span> WIN_thread_join(ortp_thread_t thread, <span class="keywordtype">void</span> **unused);
<a name="l00176"></a>00176 <span class="keywordtype">int</span> WIN_cond_init(ortp_cond_t *cond, <span class="keywordtype">void</span> *attr_unused);
<a name="l00177"></a>00177 <span class="keywordtype">int</span> WIN_cond_wait(ortp_cond_t * cond, ortp_mutex_t * mutex);
<a name="l00178"></a>00178 <span class="keywordtype">int</span> WIN_cond_signal(ortp_cond_t * cond);
<a name="l00179"></a>00179 <span class="keywordtype">int</span> WIN_cond_broadcast(ortp_cond_t * cond);
<a name="l00180"></a>00180 <span class="keywordtype">int</span> WIN_cond_destroy(ortp_cond_t * cond);
<a name="l00181"></a>00181
<a name="l00182"></a>00182 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00183"></a>00183 <span class="preprocessor"></span>}
<a name="l00184"></a>00184 <span class="preprocessor">#endif</span>
<a name="l00185"></a>00185 <span class="preprocessor"></span>
<a name="l00186"></a>00186 <span class="preprocessor">#define SOCKET_OPTION_VALUE char *</span>
<a name="l00187"></a>00187 <span class="preprocessor"></span><span class="preprocessor">#define inline __inline</span>
<a name="l00188"></a>00188 <span class="preprocessor"></span>
<a name="l00189"></a>00189 <span class="preprocessor">#if defined(_WIN32_WCE)</span>
<a name="l00190"></a>00190 <span class="preprocessor"></span>
<a name="l00191"></a>00191 <span class="preprocessor">#define ortp_log10f(x) (float)log10 ((double)x)</span>
<a name="l00192"></a>00192 <span class="preprocessor"></span>
<a name="l00193"></a>00193 <span class="preprocessor">#ifdef assert</span>
<a name="l00194"></a>00194 <span class="preprocessor"></span><span class="preprocessor"> #undef assert</span>
<a name="l00195"></a>00195 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/*assert*/</span>
<a name="l00196"></a>00196 <span class="preprocessor">#define assert(exp) ((void)0)</span>
<a name="l00197"></a>00197 <span class="preprocessor"></span>
<a name="l00198"></a>00198 <span class="preprocessor">#ifdef errno</span>
<a name="l00199"></a>00199 <span class="preprocessor"></span><span class="preprocessor"> #undef errno</span>
<a name="l00200"></a>00200 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/*errno*/</span>
<a name="l00201"></a>00201 <span class="preprocessor">#define errno GetLastError()</span>
<a name="l00202"></a>00202 <span class="preprocessor"></span><span class="preprocessor">#ifdef strerror</span>
<a name="l00203"></a>00203 <span class="preprocessor"></span><span class="preprocessor"> #undef strerror</span>
<a name="l00204"></a>00204 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/*strerror*/</span>
<a name="l00205"></a>00205 <span class="keyword">const</span> <span class="keywordtype">char</span> * ortp_strerror(DWORD value);
<a name="l00206"></a>00206 <span class="preprocessor">#define strerror ortp_strerror</span>
<a name="l00207"></a>00207 <span class="preprocessor"></span>
<a name="l00208"></a>00208
<a name="l00209"></a>00209 <span class="preprocessor">#else </span><span class="comment">/*_WIN32_WCE*/</span>
<a name="l00210"></a>00210
<a name="l00211"></a>00211 <span class="preprocessor">#define ortp_log10f(x) log10f(x)</span>
<a name="l00212"></a>00212 <span class="preprocessor"></span>
<a name="l00213"></a>00213 <span class="preprocessor">#endif</span>
<a name="l00214"></a>00214 <span class="preprocessor"></span>
<a name="l00215"></a>00215 <span class="keyword">const</span> <span class="keywordtype">char</span> *getWinSocketError(<span class="keywordtype">int</span> error);
<a name="l00216"></a>00216 <span class="preprocessor">#define getSocketErrorCode() WSAGetLastError()</span>
<a name="l00217"></a>00217 <span class="preprocessor"></span><span class="preprocessor">#define getSocketError() getWinSocketError(WSAGetLastError())</span>
<a name="l00218"></a>00218 <span class="preprocessor"></span>
<a name="l00219"></a>00219 <span class="preprocessor">#define snprintf _snprintf</span>
<a name="l00220"></a>00220 <span class="preprocessor"></span><span class="preprocessor">#define strcasecmp _stricmp</span>
<a name="l00221"></a>00221 <span class="preprocessor"></span>
<a name="l00222"></a>00222 <span class="preprocessor">#if 0</span>
<a name="l00223"></a>00223 <span class="preprocessor"></span><span class="keyword">struct </span>timeval {
<a name="l00224"></a>00224 <span class="keywordtype">long</span> tv_sec; <span class="comment">/* seconds */</span>
<a name="l00225"></a>00225 <span class="keywordtype">long</span> tv_usec; <span class="comment">/* and microseconds */</span>
<a name="l00226"></a>00226 };
<a name="l00227"></a>00227 <span class="preprocessor">#endif</span>
<a name="l00228"></a>00228 <span class="preprocessor"></span>
<a name="l00229"></a>00229 <span class="keywordtype">int</span> gettimeofday (<span class="keyword">struct</span> timeval *tv, <span class="keywordtype">void</span>* tz);
<a name="l00230"></a>00230 <span class="preprocessor">#ifdef _WORKAROUND_MINGW32_BUGS</span>
<a name="l00231"></a>00231 <span class="preprocessor"></span><span class="keywordtype">char</span> * WSAAPI gai_strerror(<span class="keywordtype">int</span> errnum);
<a name="l00232"></a>00232 <span class="preprocessor">#endif</span>
<a name="l00233"></a>00233 <span class="preprocessor"></span>
<a name="l00234"></a>00234
<a name="l00235"></a>00235 <span class="preprocessor">#endif</span>
<a name="l00236"></a>00236 <span class="preprocessor"></span>
<a name="l00237"></a>00237 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> bool_t;
<a name="l00238"></a>00238 <span class="preprocessor">#undef TRUE</span>
<a name="l00239"></a>00239 <span class="preprocessor"></span><span class="preprocessor">#undef FALSE</span>
<a name="l00240"></a>00240 <span class="preprocessor"></span><span class="preprocessor">#define TRUE 1</span>
<a name="l00241"></a>00241 <span class="preprocessor"></span><span class="preprocessor">#define FALSE 0</span>
<a name="l00242"></a>00242 <span class="preprocessor"></span>
<a name="l00243"></a>00243 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00244"></a>00244 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span>{
<a name="l00245"></a>00245 <span class="preprocessor">#endif</span>
<a name="l00246"></a>00246 <span class="preprocessor"></span>
<a name="l00247"></a>00247 <span class="keywordtype">void</span>* ortp_malloc(<span class="keywordtype">size_t</span> sz);
<a name="l00248"></a>00248 <span class="keywordtype">void</span> ortp_free(<span class="keywordtype">void</span> *ptr);
<a name="l00249"></a>00249 <span class="keywordtype">void</span>* ortp_realloc(<span class="keywordtype">void</span> *ptr, <span class="keywordtype">size_t</span> sz);
<a name="l00250"></a>00250 <span class="keywordtype">void</span>* ortp_malloc0(<span class="keywordtype">size_t</span> sz);
<a name="l00251"></a>00251 <span class="keywordtype">char</span> * ortp_strdup(<span class="keyword">const</span> <span class="keywordtype">char</span> *tmp);
<a name="l00252"></a>00252
<a name="l00253"></a>00253 <span class="comment">/*override the allocator with this method, to be called BEFORE ortp_init()*/</span>
<a name="l00254"></a><a class="code" href="struct__OrtpMemoryFunctions.html">00254</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct__OrtpMemoryFunctions.html">_OrtpMemoryFunctions</a>{
<a name="l00255"></a>00255 <span class="keywordtype">void</span> *(*malloc_fun)(<span class="keywordtype">size_t</span> sz);
<a name="l00256"></a>00256 <span class="keywordtype">void</span> *(*realloc_fun)(<span class="keywordtype">void</span> *ptr, <span class="keywordtype">size_t</span> sz);
<a name="l00257"></a>00257 void (*free_fun)(<span class="keywordtype">void</span> *ptr);
<a name="l00258"></a>00258 }<a class="code" href="struct__OrtpMemoryFunctions.html">OrtpMemoryFunctions</a>;
<a name="l00259"></a>00259
<a name="l00260"></a>00260 <span class="keywordtype">void</span> ortp_set_memory_functions(<a class="code" href="struct__OrtpMemoryFunctions.html">OrtpMemoryFunctions</a> *functions);
<a name="l00261"></a>00261
<a name="l00262"></a>00262 <span class="preprocessor">#define ortp_new(type,count) (type*)ortp_malloc(sizeof(type)*(count))</span>
<a name="l00263"></a>00263 <span class="preprocessor"></span><span class="preprocessor">#define ortp_new0(type,count) (type*)ortp_malloc0(sizeof(type)*(count))</span>
<a name="l00264"></a>00264 <span class="preprocessor"></span>
<a name="l00265"></a>00265 <span class="keywordtype">int</span> close_socket(ortp_socket_t sock);
<a name="l00266"></a>00266 <span class="keywordtype">int</span> set_non_blocking_socket(ortp_socket_t sock);
<a name="l00267"></a>00267
<a name="l00268"></a>00268 <span class="keywordtype">char</span> *ortp_strndup(<span class="keyword">const</span> <span class="keywordtype">char</span> *str,<span class="keywordtype">int</span> n);
<a name="l00269"></a>00269 <span class="keywordtype">char</span> *ortp_strdup_printf(<span class="keyword">const</span> <span class="keywordtype">char</span> *fmt,...);
<a name="l00270"></a>00270 <span class="keywordtype">char</span> *ortp_strdup_vprintf(<span class="keyword">const</span> <span class="keywordtype">char</span> *fmt, va_list ap);
<a name="l00271"></a>00271
<a name="l00272"></a>00272 <span class="keywordtype">int</span> ortp_file_exist(<span class="keyword">const</span> <span class="keywordtype">char</span> *pathname);
<a name="l00273"></a>00273
<a name="l00274"></a>00274 <span class="comment">/* portable named pipes and shared memory*/</span>
<a name="l00275"></a>00275 <span class="preprocessor">#if !defined(_WIN32_WCE)</span>
<a name="l00276"></a>00276 <span class="preprocessor"></span><span class="preprocessor">#ifdef WIN32</span>
<a name="l00277"></a>00277 <span class="preprocessor"></span><span class="keyword">typedef</span> HANDLE ortp_pipe_t;
<a name="l00278"></a>00278 <span class="preprocessor">#define ORTP_PIPE_INVALID INVALID_HANDLE_VALUE</span>
<a name="l00279"></a>00279 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00280"></a>00280 <span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keywordtype">int</span> ortp_pipe_t;
<a name="l00281"></a>00281 <span class="preprocessor">#define ORTP_PIPE_INVALID (-1)</span>
<a name="l00282"></a>00282 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00283"></a>00283 <span class="preprocessor"></span>
<a name="l00284"></a>00284 ortp_pipe_t ortp_server_pipe_create(<span class="keyword">const</span> <span class="keywordtype">char</span> *name);
<a name="l00285"></a>00285 <span class="comment">/*</span>
<a name="l00286"></a>00286 <span class="comment"> * warning: on win32 ortp_server_pipe_accept_client() might return INVALID_HANDLE_VALUE without</span>
<a name="l00287"></a>00287 <span class="comment"> * any specific error, this happens when ortp_server_pipe_close() is called on another pipe.</span>
<a name="l00288"></a>00288 <span class="comment"> * This pipe api is not thread-safe.</span>
<a name="l00289"></a>00289 <span class="comment">*/</span>
<a name="l00290"></a>00290 ortp_pipe_t ortp_server_pipe_accept_client(ortp_pipe_t server);
<a name="l00291"></a>00291 <span class="keywordtype">int</span> ortp_server_pipe_close(ortp_pipe_t spipe);
<a name="l00292"></a>00292 <span class="keywordtype">int</span> ortp_server_pipe_close_client(ortp_pipe_t client);
<a name="l00293"></a>00293
<a name="l00294"></a>00294 ortp_pipe_t ortp_client_pipe_connect(<span class="keyword">const</span> <span class="keywordtype">char</span> *name);
<a name="l00295"></a>00295 <span class="keywordtype">int</span> ortp_client_pipe_close(ortp_pipe_t sock);
<a name="l00296"></a>00296
<a name="l00297"></a>00297 <span class="keywordtype">int</span> ortp_pipe_read(ortp_pipe_t p, uint8_t *buf, <span class="keywordtype">int</span> len);
<a name="l00298"></a>00298 <span class="keywordtype">int</span> ortp_pipe_write(ortp_pipe_t p, <span class="keyword">const</span> uint8_t *buf, <span class="keywordtype">int</span> len);
<a name="l00299"></a>00299
<a name="l00300"></a>00300 <span class="keywordtype">void</span> *ortp_shm_open(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> keyid, <span class="keywordtype">int</span> size, <span class="keywordtype">int</span> create);
<a name="l00301"></a>00301 <span class="keywordtype">void</span> ortp_shm_close(<span class="keywordtype">void</span> *memory);
<a name="l00302"></a>00302
<a name="l00303"></a>00303 <span class="preprocessor">#endif</span>
<a name="l00304"></a>00304 <span class="preprocessor"></span>
<a name="l00305"></a>00305 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00306"></a>00306 <span class="preprocessor"></span>}
<a name="l00307"></a>00307
<a name="l00308"></a>00308 <span class="preprocessor">#endif</span>
<a name="l00309"></a>00309 <span class="preprocessor"></span>
<a name="l00310"></a>00310
<a name="l00311"></a>00311 <span class="preprocessor">#if (defined(WIN32) || defined(_WIN32_WCE)) && !defined(ORTP_STATIC)</span>
<a name="l00312"></a>00312 <span class="preprocessor"></span><span class="preprocessor">#ifdef ORTP_EXPORTS</span>
<a name="l00313"></a>00313 <span class="preprocessor"></span><span class="preprocessor"> #define VAR_DECLSPEC __declspec(dllexport)</span>
<a name="l00314"></a>00314 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00315"></a>00315 <span class="preprocessor"></span><span class="preprocessor"> #define VAR_DECLSPEC __declspec(dllimport)</span>
<a name="l00316"></a>00316 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00317"></a>00317 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00318"></a>00318 <span class="preprocessor"></span><span class="preprocessor"> #define VAR_DECLSPEC extern</span>
<a name="l00319"></a>00319 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00320"></a>00320 <span class="preprocessor"></span>
<a name="l00321"></a>00321
<a name="l00322"></a>00322 <span class="comment">/*define __ios when we are compiling for ios.</span>
<a name="l00323"></a>00323 <span class="comment"> The TARGET_OS_IPHONE macro is stupid, it is defined to 0 when compiling on mac os x.</span>
<a name="l00324"></a>00324 <span class="comment">*/</span>
<a name="l00325"></a>00325 <span class="preprocessor">#if defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE==1</span>
<a name="l00326"></a>00326 <span class="preprocessor"></span><span class="preprocessor">#define __ios 1</span>
<a name="l00327"></a>00327 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00328"></a>00328 <span class="preprocessor"></span>
<a name="l00329"></a>00329 <span class="preprocessor">#endif</span>
<a name="l00330"></a>00330 <span class="preprocessor"></span>
<a name="l00331"></a>00331
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>
Generated on Mon Feb 6 2012 18:52:00 for oRTP by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.5.1
</small></address>
</body>
</html>
|
collisions/css/mainDennys_respaldo01.css | alex-pardo/CIR |
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#container, #page-wrapper {
width: 100%;
height
background: #FFFFFF;
padding: 0em;
margin: 0em auto;
/*border-top: 10px solid #69c773;*/
border: 10px solid #69c773;
/*box-shadow: 3 0px 0px rgba(0,0,0,2);*/
}
#videoRobot {
position: absolute;
left: 100px;
top: 150px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
border: 10px solid #009;
}
html {
font-family: Helvetica, Arial, sans-serif;
font-size: 100%;
background: #333;
}
/*
.centerVideo {
margin: 0 auto;
width: 850px;
}
*/
#controlRobot {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
border: 1px solid #009;
}
.centerControl {
margin: 0px 258px; /*0 auto; */
width: 800px; /*465px; */
}
#Tts {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
border: 1px solid #009;
}
.centerTts {
margin: 0 auto;
width: 500px;
}
#dataChannelSend{
width: 500px;
padding: 0.5em;
font-size: 1.2em;
border-radius: 3px;
border: 1px solid #D9D9D9;
box-shadow: 0 2px 3px rgba(0,0,0,0.1) inset;
}
h1 {
margin-top: 0;
}
#msg {
font-size: 0.9em;
line-height: 1.4em;
}
#msg.not-supported strong {
color: #CC0000;
}
/*textarea {
width: 500px;
padding: 0.5em;
font-size: 1.2em;
border-radius: 3px;
border: 1px solid #D9D9D9;
box-shadow: 0 2px 3px rgba(0,0,0,0.1) inset;
}
*/
input[type="range"] {
width: 90px;
}
label {
display: inline-block;
float: left;
width: 90px;
}
.option {
margin: 1em 0;
}
#buttons, button {
display: inline-block;
border-radius: 3px;
border: none;
font-size: 0.9rem;
padding: 0.5rem 0.8em;
background: #69c773;
border-bottom: 1px solid #498b50;
color: white;
-webkit-font-smoothing: antialiased;
font-weight: bold;
margin: 0;
width: 150px;
text-align: center;
}
button:hover, button:focus {
opacity: 0.75;
cursor: pointer;
}
button:active {
opacity: 1;
box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}
}
#remoteVideo {
height: 200px;
}
#remoteVideoFrontal {
height: 450px;
}
#remoteVideoOmni {
height: 200px;
}
/*
#localVideo {
height: 400px;
}
#localVideo1 {
height: 400px;
}
*/ |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.